:root{--cream:#fff;--cream-light:#f6f5f2;--ink:#1d1a14;--ink-soft:#4a443a;--rust:#b5502a;--rust-deep:#93401f;--sage:#6f7d5c;--sun:#d9a441}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--cream);color:var(--ink);font-family:Georgia,Times New Roman,serif;line-height:1.6}nav{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:50;background:#ffffffeb;border-bottom:1px solid #1d1a1414;justify-content:space-between;align-items:center;padding:1.4rem 6vw;display:flex;position:-webkit-sticky;position:sticky;top:0}.logo{letter-spacing:-.02em;font-size:1.35rem;font-weight:700}.logo span{color:var(--rust)}nav ul{letter-spacing:.08em;text-transform:uppercase;gap:2.2rem;font-family:Helvetica Neue,Arial,sans-serif;font-size:.85rem;list-style:none;display:flex}nav a{color:var(--ink-soft);text-decoration:none;transition:color .2s}nav a:hover{color:var(--rust)}.nav-cta{background:var(--ink);border-radius:100px;padding:.55rem 1.2rem;color:var(--cream)!important}.nav-cta:hover{background:var(--rust);color:var(--cream)!important}.hero{flex-direction:column;justify-content:center;min-height:88vh;padding:4rem 6vw 5rem;display:flex;position:relative;overflow:hidden}.hero-eyebrow{letter-spacing:.28em;text-transform:uppercase;color:var(--rust);margin-bottom:1.6rem;font-family:Helvetica Neue,Arial,sans-serif;font-size:.8rem;font-weight:600}.hero h1{letter-spacing:-.03em;max-width:15ch;font-size:max(2.6rem,min(7.2vw,6rem));font-weight:700;line-height:1.02}.hero h1 em{color:var(--rust);font-style:italic}.hero-kicker{color:var(--ink-soft);margin-top:2rem;font-size:max(1.15rem,min(2vw,1.5rem));font-style:italic}.hero-kicker strong{color:var(--ink);border-bottom:3px solid var(--sun);font-style:normal}.hero-ctas{flex-wrap:wrap;gap:1rem;margin-top:3rem;display:flex}.hero-ctas--center{justify-content:center}.btn{letter-spacing:.06em;text-transform:uppercase;border-radius:100px;padding:1rem 2rem;font-family:Helvetica Neue,Arial,sans-serif;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.btn-primary{background:var(--rust);color:var(--cream-light)}.btn-primary:hover{background:var(--rust-deep);transform:translateY(-2px)}.btn-ghost{border:2px solid var(--ink);color:var(--ink)}.btn-ghost:hover{background:var(--ink);color:var(--cream)}.btn-duo{display:inline-flex}.btn-duo .btn{border-radius:0}.btn-duo .btn:first-child{border-right:none;border-radius:100px 0 0 100px}.btn-duo .btn:last-child{border:2px solid var(--rust);border-radius:0 100px 100px 0}.btn-duo .btn-primary:hover{border-color:var(--rust-deep);transform:none}@media (max-width:560px){.btn-duo{flex-direction:column;width:100%}.btn-duo .btn{text-align:center}.btn-duo .btn:first-child{border-right:2px solid var(--ink);border-bottom:none;border-radius:22px 22px 0 0}.btn-duo .btn:last-child{border-radius:0 0 22px 22px}}.hero-ring{pointer-events:none;border:2px solid #b5502a40;border-radius:50%;width:44vw;height:44vw;position:absolute;top:50%;right:-12vw;transform:translateY(-50%)}.hero-ring:after{content:"";border:2px solid #6f7d5c4d;border-radius:50%;position:absolute;top:11%;bottom:11%;left:11%;right:11%}.hero-ring:before{content:"";background:#d9a4411f;border-radius:50%;position:absolute;top:24%;bottom:24%;left:24%;right:24%}.strip{background:var(--ink);color:var(--cream);text-align:center;cursor:pointer;padding:1.6rem 6vw}.strip-line{letter-spacing:.3em;text-transform:uppercase;min-height:1.5em;font-family:Helvetica Neue,Arial,sans-serif;font-size:1rem}.strip-caret{background:var(--sun);vertical-align:-.12em;width:2px;height:1em;margin-left:.35em;animation:1.1s step-end infinite blink;display:inline-block}.strip-caret--paused{animation-play-state:paused}@keyframes blink{50%{opacity:0}}.manifesto{max-width:1100px;margin:0 auto;padding:7rem 6vw}.section-label{letter-spacing:.3em;text-transform:uppercase;color:var(--sage);margin-bottom:1.4rem;font-family:Helvetica Neue,Arial,sans-serif;font-size:.78rem;font-weight:700}.section-label--sun{color:var(--sun)}.manifesto h2{letter-spacing:-.02em;max-width:24ch;font-size:max(1.8rem,min(4vw,3.2rem));line-height:1.15}.manifesto h2 mark{color:inherit;background:linear-gradient(#0000 62%,#d9a4418c 62%)}.manifesto p{color:var(--ink-soft);max-width:62ch;margin-top:1.8rem;font-size:1.2rem}.products{background:var(--cream-light);padding:6rem 6vw}.products-head{max-width:1100px;margin:0 auto 3.5rem}.products h2{letter-spacing:-.02em;font-size:max(2rem,min(4.5vw,3.4rem))}.grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.6rem;max-width:1100px;margin:0 auto;display:grid}.card{background:var(--cream);border:1px solid #1d1a141a;border-radius:20px;flex-direction:column;padding:2.4rem 2rem;transition:transform .25s,box-shadow .25s;display:flex;position:relative}.card:hover{transform:translateY(-6px);box-shadow:0 18px 40px #1d1a141f}.card-num{letter-spacing:.2em;color:var(--rust);font-family:Helvetica Neue,Arial,sans-serif;font-size:.75rem;font-weight:700}.card h3{letter-spacing:-.01em;margin:.8rem 0 .6rem;font-size:1.55rem}.card p{color:var(--ink-soft);flex-grow:1;font-size:1rem}.card .tag{letter-spacing:.14em;text-transform:uppercase;border-radius:100px;align-self:flex-start;margin-top:1.4rem;padding:.35rem .9rem;font-family:Helvetica Neue,Arial,sans-serif;font-size:.72rem;font-weight:700;display:inline-block}.tag-now{color:var(--sage);background:#6f7d5c2e}.tag-soon{color:#9a7420;background:#d9a44133}.tag-next{color:var(--rust);background:#b5502a24}.card-icon{width:52px;height:52px;margin-bottom:1.2rem}.card-link{letter-spacing:.06em;color:var(--rust);margin-top:1rem;font-family:Helvetica Neue,Arial,sans-serif;font-size:.85rem;font-weight:600;text-decoration:none;display:block}.card-link:hover{color:var(--rust-deep);text-decoration:underline}.philosophy{background:var(--ink);color:var(--cream);padding:7rem 6vw}.phil-inner{grid-template-columns:1.1fr .9fr;align-items:center;gap:4rem;max-width:1100px;margin:0 auto;display:grid}.philosophy h2{letter-spacing:-.02em;font-size:max(2rem,min(4.5vw,3.6rem));line-height:1.08}.philosophy h2 em{color:var(--sun);font-style:italic}.philosophy p{color:#ffffffbf;max-width:52ch;margin-top:1.6rem;font-size:1.15rem}.phil-list{flex-direction:column;gap:1.4rem;list-style:none;display:flex}.phil-list li{background:#ffffff0f;border:1px solid #ffffff24;border-radius:16px;padding:1.4rem 1.6rem}.phil-list h4{letter-spacing:.05em;text-transform:uppercase;color:var(--sun);margin-bottom:.4rem;font-family:Helvetica Neue,Arial,sans-serif;font-size:.95rem}.phil-list p{color:#ffffffb3;margin:0;font-size:.98rem}.cta{background:var(--rust);color:var(--cream-light);text-align:center;padding:6.5rem 6vw}.cta h2{letter-spacing:-.02em;font-size:max(2rem,min(5vw,3.6rem));line-height:1.08}.cta p{color:#f3efe5d9;max-width:46ch;margin:1.4rem auto 2.4rem;font-size:1.15rem}.cta .btn-ghost{border-color:var(--cream-light);color:var(--cream-light)}.cta .btn-ghost:hover{background:var(--cream-light);color:var(--rust)}.cta .btn-primary{background:var(--ink)}.cta .btn-primary:hover{background:#000}footer{color:var(--ink-soft);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:3rem 6vw;font-family:Helvetica Neue,Arial,sans-serif;font-size:.82rem;display:flex}footer .logo{font-family:Georgia,serif;font-size:1.05rem}@media (max-width:820px){.phil-inner{grid-template-columns:1fr;gap:2.5rem}nav ul,.hero-ring{display:none}}
