:root{--ink: #122524;--ink-soft: #41524f;--muted: #8a9692;--line: #dde4df;--surface: #f6f3ec;--surface-2: #ebe5d6;--paper: #ffffff;--accent: #2f5e54;--accent-hover: #1f4239;--blush: #f0d8c8;--sage: #c4d3c4;--radius: 2px;--serif: "Fraunces", "Cormorant Garamond", Georgia, serif;--sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--ease: cubic-bezier(.16, 1, .3, 1);--shadow-sm: 0 1px 2px rgba(18,37,36,.06);--shadow-md: 0 12px 32px -16px rgba(18,37,36,.25)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--sans);color:var(--ink);background:var(--surface);line-height:1.6;font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;border:none;background:none;color:inherit}.serif{font-family:var(--serif);font-weight:400;letter-spacing:-.02em}.eyebrow{font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);font-weight:500}.container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.container-narrow{max-width:880px;margin:0 auto;padding:0 1.5rem}section{padding:clamp(4rem,9vw,7rem) 0}h1,h2,h3,h4{font-family:var(--serif);font-weight:400;line-height:1.05;letter-spacing:-.025em;color:var(--ink)}h1{font-size:clamp(2.75rem,6vw,4.75rem);font-weight:300;letter-spacing:-.035em}h2{font-size:clamp(2rem,4.2vw,3.2rem)}h3{font-size:clamp(1.25rem,2.4vw,1.6rem);font-weight:500;letter-spacing:-.015em}p{color:var(--ink-soft)}.lede{font-size:clamp(1.05rem,1.5vw,1.2rem);line-height:1.65;color:var(--ink-soft);max-width:56ch}.site-header{position:sticky;top:0;z-index:50;background:#f6f3ec;border-bottom:1px solid var(--line);min-height:68px;padding-top:env(safe-area-inset-top,0px)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:68px;padding:.75rem 1.5rem;max-width:1280px;margin:0 auto}.brand{display:inline-flex;align-items:center;gap:.55rem;font-family:var(--serif);font-size:1.35rem;font-weight:500;letter-spacing:-.015em;color:var(--ink);line-height:1}.brand-mark{width:28px;height:28px;border-radius:50%;background:radial-gradient(circle at 35% 35%,var(--blush),var(--accent));flex-shrink:0}.nav{display:flex;align-items:center;gap:2rem}.nav a{font-size:.92rem;color:var(--ink-soft);transition:color .2s var(--ease)}.nav a:hover{color:var(--accent)}.cart-link{display:inline-flex;align-items:center;gap:.4rem;font-size:.92rem;color:var(--ink)}.cart-link [data-cart-count]{display:inline-grid;place-items:center;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:var(--accent);color:var(--surface);font-size:.7rem;font-weight:600}.menu-toggle{display:none;width:44px;height:44px;align-items:center;justify-content:center;border-radius:50%}.menu-toggle span{display:block;width:20px;height:1.5px;background:var(--ink);position:relative}.menu-toggle span:before,.menu-toggle span:after{content:"";position:absolute;left:0;width:20px;height:1.5px;background:var(--ink)}.menu-toggle span:before{top:-6px}.menu-toggle span:after{top:6px}@media(max-width:880px){.nav{position:absolute;top:100%;left:0;right:0;flex-direction:column;background:var(--surface);border-bottom:1px solid var(--line);padding:1.5rem;gap:1.25rem;align-items:flex-start;transform:translateY(-8px);opacity:0;pointer-events:none;transition:opacity .22s var(--ease),transform .22s var(--ease)}.nav.open{opacity:1;transform:none;pointer-events:auto}.menu-toggle{display:inline-flex}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.95rem 1.6rem;border-radius:var(--radius);font-size:.92rem;font-weight:500;letter-spacing:.01em;transition:all .28s var(--ease);min-height:48px;cursor:pointer;border:1px solid transparent}.btn-primary{background:var(--ink);color:var(--surface)}.btn-primary:hover{background:var(--accent);transform:translateY(-1px);box-shadow:var(--shadow-md)}.btn-outline{background:transparent;color:var(--ink);border-color:var(--ink)}.btn-outline:hover{background:var(--ink);color:var(--surface)}.btn-block{width:100%}.hero{position:relative;padding:clamp(3rem,6vw,5rem) 0 clamp(4rem,8vw,6rem);overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(2rem,5vw,5rem);align-items:center}.hero-copy h1{margin-bottom:1.5rem}.hero-copy h1 em{font-style:italic;color:var(--accent);font-weight:300}.hero-meta{display:flex;gap:2rem;margin:2.25rem 0;padding-top:2rem;border-top:1px solid var(--line)}.hero-meta div{flex:1}.hero-meta strong{display:block;font-family:var(--serif);font-size:1.8rem;font-weight:400;color:var(--ink)}.hero-meta span{font-size:.82rem;color:var(--muted);letter-spacing:.04em}.hero-actions{display:flex;gap:.75rem;flex-wrap:wrap}.hero-visual{position:relative;aspect-ratio:4 / 5;border-radius:4px;overflow:hidden}.hero-visual img{width:100%;height:100%;object-fit:cover}.hero-badge{position:absolute;bottom:1.25rem;left:1.25rem;background:#f6f3ecf2;padding:.85rem 1.1rem;border-radius:2px;max-width:220px}.hero-badge .eyebrow{color:var(--accent)}.hero-badge p{font-size:.85rem;margin-top:.3rem;color:var(--ink);line-height:1.4}@media(max-width:880px){.hero-grid{grid-template-columns:1fr}.hero-visual{aspect-ratio:3 / 4;max-height:60vh}}.section-head{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:end;margin-bottom:clamp(2.5rem,5vw,4rem);padding-bottom:1.5rem;border-bottom:1px solid var(--line)}.section-head h2{max-width:14ch}.section-head p{max-width:44ch;justify-self:end}@media(max-width:720px){.section-head{grid-template-columns:1fr;gap:1rem}.section-head p{justify-self:start}}.steps{background:var(--paper)}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border-top:1px solid var(--line)}.step{padding:2.5rem 1.75rem 2rem;border-right:1px solid var(--line);position:relative}.step:last-child{border-right:none}.step-num{font-family:var(--serif);font-size:clamp(4rem,9vw,7rem);font-weight:300;line-height:1;color:var(--accent);letter-spacing:-.04em;margin-bottom:1rem;display:block}.step h3{margin-bottom:.6rem}.step p{font-size:.95rem}@media(max-width:780px){.steps-grid{grid-template-columns:1fr}.step{border-right:none;border-bottom:1px solid var(--line)}.step:last-child{border-bottom:none}}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(1.5rem,3vw,2.5rem)}@media(max-width:980px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:540px){.product-grid{grid-template-columns:1fr}}.product-card{background:var(--paper);border-radius:2px;overflow:hidden;transition:transform .32s var(--ease),box-shadow .32s var(--ease);display:flex;flex-direction:column}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.product-card-image{aspect-ratio:1 / 1;overflow:hidden;background:var(--surface-2)}.product-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s var(--ease)}.product-card:hover .product-card-image img{transform:scale(1.04)}.product-card-body{padding:1.25rem 1.4rem 1.5rem;display:flex;flex-direction:column;gap:.85rem;flex:1}.product-card-meta{display:flex;justify-content:space-between;align-items:baseline;gap:1rem}.product-card-meta h3{font-family:var(--serif);font-size:1.15rem;font-weight:500}.product-card-meta .price{font-size:.95rem;color:var(--ink);font-variant-numeric:tabular-nums}.product-card p.desc{font-size:.85rem;color:var(--ink-soft);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card .add-btn{margin-top:auto;padding:.75rem 1rem;border:1px solid var(--ink);border-radius:2px;font-size:.85rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase;transition:all .22s var(--ease);min-height:44px}.product-card .add-btn:hover,.promise{background:var(--ink);color:var(--surface)}.promise h2{color:var(--surface)}.promise .lede{color:#f6f3ecbf}.promise-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:3.5rem}.promise-item h3{color:var(--blush);font-size:1.1rem;font-weight:500;margin-bottom:.6rem;padding-bottom:.6rem;border-bottom:1px solid rgba(246,243,236,.2)}.promise-item p{color:#f6f3ecb3;font-size:.9rem}@media(max-width:880px){.promise-grid{grid-template-columns:repeat(2,1fr)}}.editorial{background:var(--surface-2)}.editorial-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,6vw,5rem);align-items:center}.editorial-visual{aspect-ratio:5 / 6;overflow:hidden;border-radius:2px;position:relative}.editorial-visual img{width:100%;height:100%;object-fit:cover}.editorial-copy h2{margin-bottom:1.5rem}.editorial-copy .lede{margin-bottom:2rem}.signature{margin-top:2rem;font-family:var(--serif);font-style:italic;font-size:1.05rem;color:var(--ink)}.signature small{display:block;font-family:var(--sans);font-style:normal;font-size:.78rem;color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin-top:.3rem}@media(max-width:880px){.editorial-grid{grid-template-columns:1fr}}.quote{text-align:center;padding:clamp(5rem,10vw,8rem) 0}.quote blockquote{font-family:var(--serif);font-size:clamp(1.6rem,3.5vw,2.8rem);font-weight:300;line-height:1.25;letter-spacing:-.02em;max-width:24ch;margin:0 auto 2rem;color:var(--ink)}.quote blockquote:before,.quote blockquote:after{content:"“";color:var(--accent)}.quote blockquote:after{content:"”"}.quote cite{font-style:normal;font-size:.82rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}.faq-list{border-top:1px solid var(--line)}.faq-item{border-bottom:1px solid var(--line)}.faq-item summary{padding:1.5rem 0;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:1.5rem;font-family:var(--serif);font-size:clamp(1.1rem,2vw,1.4rem);font-weight:500;list-style:none;transition:color .2s var(--ease)}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";font-size:1.5rem;color:var(--accent);font-weight:300;transition:transform .24s var(--ease)}.faq-item[open] summary:after{transform:rotate(45deg)}.faq-item summary:hover{color:var(--accent)}.faq-item p{padding:0 0 1.75rem;max-width:70ch;font-size:.98rem}.cta-strip{background:var(--blush);text-align:center}.cta-strip h2{max-width:18ch;margin:0 auto 1.25rem}.cta-strip p{max-width:50ch;margin:0 auto 2rem}.page-hero{padding:clamp(3rem,6vw,5rem) 0 clamp(2rem,4vw,3rem);border-bottom:1px solid var(--line)}.page-hero h1{font-size:clamp(2.5rem,5vw,4rem);margin-bottom:1rem}.page-hero .lede{max-width:60ch}.pdp{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,5rem);padding:clamp(3rem,6vw,5rem) 0}.pdp-image{aspect-ratio:1 / 1;overflow:hidden;border-radius:2px;background:var(--surface-2)}.pdp-image img{width:100%;height:100%;object-fit:cover}.pdp-info h1{font-size:clamp(2rem,4vw,3rem);margin-bottom:1rem}.pdp-info .price{font-family:var(--serif);font-size:1.6rem;color:var(--ink);margin-bottom:2rem}.pdp-info .desc{margin-bottom:2.5rem;font-size:1.05rem;line-height:1.7}.pdp-info .add-btn-large{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:1.1rem 1.6rem;background:var(--ink);color:var(--surface);font-size:.92rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;border-radius:2px;transition:all .24s var(--ease);min-height:52px}.pdp-info .add-btn-large:hover{background:var(--accent);transform:translateY(-1px)}.pdp-detail-list{margin-top:2.5rem;padding-top:2rem;border-top:1px solid var(--line)}.pdp-detail-list dt{font-size:.74rem;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin-bottom:.3rem}.pdp-detail-list dd{margin-bottom:1.25rem;font-size:.95rem;color:var(--ink)}@media(max-width:880px){.pdp{grid-template-columns:1fr}}.site-footer{background:var(--ink);color:#f6f3ecbf;padding:clamp(4rem,7vw,6rem) 0 2rem}.footer-top{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:2.5rem;margin-bottom:3.5rem;padding-bottom:3rem;border-bottom:1px solid rgba(246,243,236,.15)}.footer-brand .brand{color:var(--surface);margin-bottom:1rem}.footer-brand p{color:#f6f3eca6;font-size:.92rem;max-width:30ch}.footer-col h4{font-family:var(--sans);font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;font-weight:600;color:var(--blush);margin-bottom:1rem}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:.6rem}.footer-col a{font-size:.9rem;color:#f6f3ecb3;transition:color .18s var(--ease)}.footer-col a:hover{color:var(--blush)}.newsletter input{width:100%;padding:.85rem 1rem;background:transparent;border:1px solid rgba(246,243,236,.25);border-radius:2px;color:var(--surface);font:inherit;font-size:.9rem;margin-bottom:.6rem}.newsletter input::placeholder{color:#f6f3ec73}.newsletter button{padding:.85rem 1.2rem;background:var(--blush);color:var(--ink);border-radius:2px;font-size:.85rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;transition:all .22s var(--ease)}.newsletter button:hover{background:var(--surface)}.policies{margin-bottom:2rem}.policies details{border-bottom:1px solid rgba(246,243,236,.12);padding:1rem 0}.policies summary{cursor:pointer;font-family:var(--serif);font-size:1rem;color:var(--surface);list-style:none;display:flex;justify-content:space-between;align-items:center}.policies summary::-webkit-details-marker{display:none}.policies summary:after{content:"+";color:var(--blush)}.policies details[open] summary:after{content:"–"}.policies details p{margin-top:.9rem;font-size:.88rem;color:#f6f3eca6;max-width:70ch}.policies details p+p{margin-top:.7rem}.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;font-size:.78rem;color:#f6f3ec73;letter-spacing:.05em}@media(max-width:880px){.footer-top{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1 / -1}}@media(max-width:540px){.footer-top{grid-template-columns:1fr}}.reveal{opacity:0;transform:translateY(16px);animation:revealUp .7s var(--ease) forwards}.reveal-1{animation-delay:60ms}.reveal-2{animation-delay:.16s}.reveal-3{animation-delay:.26s}@keyframes revealUp{to{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important}}
