@font-face{font-family:"Instrument Serif";font-style:normal;font-weight:400;font-display:swap;src:url("assets/fonts/instrument-serif-regular.ttf") format("truetype")}
@font-face{font-family:"Instrument Serif";font-style:italic;font-weight:400;font-display:swap;src:url("assets/fonts/instrument-serif-italic.ttf") format("truetype")}
@font-face{font-family:"DM Sans";font-style:normal;font-weight:400;font-display:swap;src:url("assets/fonts/dm-sans-regular.ttf") format("truetype")}
@font-face{font-family:"DM Sans";font-style:normal;font-weight:500;font-display:swap;src:url("assets/fonts/dm-sans-medium.ttf") format("truetype")}
@font-face{font-family:"DM Sans";font-style:normal;font-weight:600;font-display:swap;src:url("assets/fonts/dm-sans-semibold.ttf") format("truetype")}

:root{--paper:#f5f1e8;--cream:#faf7f0;--oat:#ece5d8;--sand:#ded1bd;--ink:#3b2c23;--muted:#6f6051;--brown:#493225;--roast:#8a5d3c;--olive:#5d6047;--line:#d8cebf;--light-line:#6d5748;--serif:"Instrument Serif",Georgia,serif;--sans:"DM Sans",Arial,sans-serif;--shell:1320px;--gutter:clamp(24px,5vw,80px)}
*{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;scroll-padding-top:108px}
body{margin:0;background:var(--paper);color:var(--ink);font:400 15px/1.7 var(--sans);-webkit-font-smoothing:antialiased}
h1,h2,h3,h4,p,figure,ol,ul,dl,dd{margin:0}
button,a{-webkit-tap-highlight-color:transparent}
a{color:inherit;text-underline-offset:5px}
button{font:inherit;color:inherit}
img{display:block;width:100%;height:auto}
button,a,summary{touch-action:manipulation}
button{cursor:pointer}
button:focus-visible,a:focus-visible,summary:focus-visible,[tabindex="0"]:focus-visible{outline:2px solid var(--roast);outline-offset:6px}
::selection{background:#d2bea2;color:var(--ink)}
[hidden]{display:none!important}
.shell{width:calc(100% - var(--gutter)*2);max-width:var(--shell);margin-inline:auto}
.eyebrow,.small-label{font:500 10px/1.6 var(--sans);letter-spacing:.14em;text-transform:uppercase}
.eyebrow{color:var(--roast)}
.small-label{color:var(--muted);letter-spacing:.11em}
h1,h2,h3{font-family:var(--serif);font-weight:400;letter-spacing:-.025em}
h2{font-size:clamp(46px,4.8vw,72px);line-height:1.02}
em{font-weight:400}
.text-link{display:inline-flex;gap:24px;align-items:center;text-decoration:none;border-bottom:1px solid currentColor;padding-bottom:5px;font-size:12px;font-weight:500}
.text-link span{font-size:19px;line-height:1;transition:transform .2s ease}
.text-link:hover span{transform:translate(2px,-2px)}
.button{min-height:58px;display:inline-flex;align-items:center;justify-content:center;gap:32px;padding:16px 25px;text-decoration:none;font:500 13px/1.5 var(--sans);border:1px solid transparent;transition:background .2s ease,color .2s ease,transform .2s ease}
.button span{font-size:19px;line-height:1}
.button-dark{background:var(--brown);color:var(--cream)}
.button-dark:hover{background:#614332}
.button-full{width:100%;justify-content:space-between}
.skip-link{position:fixed;top:10px;left:20px;z-index:1000;background:var(--brown);color:white;padding:12px 20px;transform:translateY(-180%)}
.skip-link:focus{transform:translateY(0)}

/* A clear, quiet entrance. */
.announcement{min-height:34px;padding:7px var(--gutter);display:flex;gap:24px;align-items:center;justify-content:center;background:var(--brown);color:var(--cream);font-size:10px;letter-spacing:.03em}
.announcement a{text-decoration:none;color:#eadbca}
.announcement a span{margin-left:8px}
.site-header{position:sticky;top:0;z-index:50;background:rgba(245,241,232,.97);border-bottom:1px solid var(--line);backdrop-filter:blur(14px)}
.header-inner{height:88px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{width:118px;flex-shrink:0}
.desktop-nav{display:flex;gap:34px;margin-left:50px}
.desktop-nav a{text-decoration:none;font-size:11px;padding:14px 0;position:relative}
.desktop-nav a::after{position:absolute;content:"";height:1px;background:var(--brown);left:0;right:100%;bottom:9px;transition:right .2s ease}
.desktop-nav a:hover::after,.desktop-nav a[aria-current="location"]::after{right:0}
.header-actions{display:flex;align-items:center;gap:16px}
.header-reserve{display:flex;gap:25px;align-items:center;min-height:43px;text-decoration:none;border:1px solid #98826a;padding:10px 17px;font-size:11px;transition:background .2s ease}
.header-reserve:hover{background:var(--oat)}
.header-reserve>span:last-child{font-size:18px;line-height:1}
.mobile-cta-label{display:none}
.menu-toggle{display:none}
.mobile-menu{background:var(--paper);padding:12px var(--gutter) 28px;border-top:1px solid var(--line)}
.mobile-menu a{display:flex;align-items:center;justify-content:space-between;padding:13px 0;text-decoration:none;font:400 28px/1.2 var(--serif)}
.mobile-menu a span{font:400 11px var(--sans);color:var(--muted)}

/* An editorial product introduction. */
.hero{display:grid;grid-template-columns:1fr 1fr;gap:clamp(36px,5vw,78px);align-items:center;padding-block:42px 54px}
.hero-copy{padding:18px 0 30px}
.hero-copy .eyebrow{display:flex;align-items:center;gap:12px;margin-bottom:28px;font-size:9px;letter-spacing:.14em}
.tiny-line{height:1px;width:28px;background:var(--roast)}
h1{font-size:clamp(70px,7.35vw,112px);line-height:.94;margin-bottom:29px;letter-spacing:-.035em}
h1 em{color:#72513b}
.hero-description{max-width:365px;font-size:15px;line-height:1.75;color:var(--muted)}
.hero-actions{display:flex;align-items:center;gap:23px;flex-wrap:wrap;margin-top:30px}
.hero-actions .text-link{font-size:11px;gap:14px}
.hero-actions .button{gap:26px}
.purchase-note{font-size:11px;margin-top:16px;color:var(--muted)}
.shipping-note{font-size:10px;color:var(--muted);margin-top:9px;max-width:400px}
.shipping-note a{white-space:nowrap}
.hero-figure{min-width:0}
.hero-image-wrap{position:relative;aspect-ratio:4/5;overflow:hidden;background:var(--sand)}
.hero-image{height:100%;object-fit:cover;transition:transform 1.1s ease}
.hero-figure:hover .hero-image{transform:scale(1.015)}
.image-index{position:absolute;top:21px;left:23px;color:#4f392b;font-size:9px;letter-spacing:.16em;font-weight:500;background:rgba(250,247,240,.87);padding:7px 10px}
.hero-figure figcaption{display:flex;justify-content:space-between;gap:12px;font-size:8px;color:var(--muted);letter-spacing:.10em;text-transform:uppercase;padding-top:13px;line-height:1.6}
.formulation-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#eee8dd}
.formulation-strip-inner{min-height:78px;display:grid;grid-template-columns:1.15fr 1fr 1fr 1fr;align-items:center;gap:30px}
.formulation-strip-inner>span:not(.eyebrow){font-size:12px;border-left:1px solid #cfc1af;padding-left:35px;text-align:center}
.formulation-strip .eyebrow{font-size:9px}

/* Space to understand the idea. */
.introduction{text-align:center;padding-block:105px 108px;max-width:1000px}
.introduction .eyebrow{margin-bottom:24px}
.introduction h2{font-size:clamp(43px,4.4vw,66px);line-height:1.06;margin-bottom:25px}
.introduction h2 em{color:#78583f}
.introduction>p:last-child{max-width:590px;margin-inline:auto;color:var(--muted);font-size:14px;line-height:1.85}
.ingredients-section{display:grid;grid-template-columns:1fr 1fr;gap:clamp(50px,7.5vw,116px);padding-bottom:112px;align-items:center}
.tea-figure{position:relative;min-height:610px;overflow:hidden;background:#3c2c20;align-self:stretch}
.tea-figure>img{position:absolute;height:100%;object-fit:cover;object-position:62% center;filter:brightness(.7)}
.tea-figure::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(22,14,9,.65),transparent 75%)}
.chapter-tag{position:absolute;top:28px;left:31px;font-size:9px;letter-spacing:.13em;color:#fcf5e8;z-index:1}
.tea-caption{position:absolute;left:39px;bottom:34px;color:var(--cream);z-index:1}
.tea-caption p{font:400 clamp(50px,4.8vw,74px)/.99 var(--serif);letter-spacing:-.02em;margin-bottom:24px}
.tea-caption>span{font-size:8px;letter-spacing:.18em;color:#e8dbca}
.ingredients-copy{padding-block:25px;min-width:0}
.ingredients-copy>.eyebrow{margin-bottom:22px}
.ingredients-copy h2{margin-bottom:24px}
.ingredients-copy h2 em{color:#78583f}
.section-description{color:var(--muted);font-size:14px;line-height:1.85;max-width:435px}
.ingredient-tabs{display:flex;border-bottom:1px solid var(--line);margin-top:30px}
.ingredient-tabs button{flex:1;border:0;background:transparent;padding:12px 5px 14px;font-size:11px;position:relative;color:var(--muted)}
.ingredient-tabs button[aria-selected="true"]{color:var(--brown);font-weight:600}
.ingredient-tabs button[aria-selected="true"]::after{content:"";height:2px;position:absolute;bottom:-1px;left:0;right:0;background:var(--brown)}
.ingredient-panel{padding-top:25px;min-height:175px}
.panel-number{font-size:8px;letter-spacing:.13em;color:var(--roast)}
.ingredient-panel h3{font-size:28px;line-height:1.15;margin:10px 0 12px}
.ingredient-panel p{font-size:12px;line-height:1.8;color:var(--muted);max-width:430px}
.development-note{border-top:1px solid var(--line);padding-top:18px;margin-top:20px;font-size:10px;line-height:1.8;color:var(--muted)}
.ingredients-copy>.text-link{margin-top:22px;font-size:11px}

/* The visual rhythm changes with the ritual. */
.ritual-section{display:grid;grid-template-columns:1.1fr 1fr;background:var(--brown);color:var(--cream)}
.foam-figure{position:relative;overflow:hidden;min-height:620px}
.foam-figure img{position:absolute;inset:0;height:100%;object-fit:cover;object-position:51% center}
.foam-figure figcaption{position:absolute;bottom:24px;left:28px;background:rgba(250,247,240,.93);color:#4e3c2e;padding:8px 12px;font-size:8px;letter-spacing:.09em;text-transform:uppercase}
.ritual-copy{padding:65px clamp(38px,6vw,100px) 50px}
.ritual-copy .eyebrow{color:#dcc9b1;margin-bottom:22px}
.ritual-copy h2{font-size:clamp(52px,4.4vw,67px);margin-bottom:30px}
.ritual-copy h2 em{color:#dec6a9}
.ritual-steps{list-style:none;padding:0}
.ritual-steps li{display:flex;gap:21px;padding:20px 0;border-top:1px solid var(--light-line)}
.step-number{font-size:10px;color:#d1b89a;padding-top:7px}
.ritual-steps h3{font-family:var(--sans);font-weight:400;font-size:14px;letter-spacing:0;margin-bottom:6px}
.ritual-steps p{font-size:11px;line-height:1.8;color:#e0d3c3;max-width:335px}
.ritual-footnote{font-size:8px;letter-spacing:.10em;text-transform:uppercase;color:#d9c4aa;margin-top:12px}

/* The people and the real stage of the project. */
.founder-section{display:grid;grid-template-columns:1.15fr 1fr;gap:clamp(65px,12vw,180px);padding-block:114px}
.founder-story>.eyebrow{margin-bottom:20px}
.founder-story h2{font-size:clamp(46px,4.1vw,62px);margin-bottom:24px}
.founder-story h2 em{color:#78583f}
.founder-story>p:not(.eyebrow){font-size:13px;line-height:1.9;color:var(--muted);max-width:460px}
.founder-identity{display:flex;gap:20px;align-items:center;margin-top:29px}
.founder-identity img{width:74px;height:86px;object-fit:cover;object-position:center 40%;filter:saturate(.7)}
.founder-name{display:block;font-family:var(--serif);font-size:24px;line-height:1.25}
.founder-identity .small-label{display:block;font-size:8px;margin-top:3px}
.founder-identity a{display:inline-block;font-size:10px;margin-top:8px;text-decoration:none;border-bottom:1px solid var(--line)}
.founder-identity a span{margin-left:10px}
.development-status{border-left:1px solid var(--line);padding:8px 0 8px 48px}
.development-status h3{font-size:35px;line-height:1.05;margin:14px 0 29px}
.development-steps{list-style:none;padding:0}
.development-steps li{display:flex;gap:19px;position:relative;padding-bottom:28px}
.development-steps li:last-child{padding-bottom:0}
.development-steps li:not(:last-child)::before{content:"";position:absolute;left:4px;top:13px;bottom:0;border-left:1px solid var(--line)}
.status-dot{height:9px;width:9px;border:1px solid #9b8b75;border-radius:50%;margin-top:6px;flex-shrink:0;position:relative;z-index:1;background:var(--paper)}
.current .status-dot{background:var(--olive);border-color:var(--olive);outline:4px solid #e1e0d2}
.development-steps .small-label{font-size:8px;color:var(--roast)}
.development-steps h4{font-size:12px;font-weight:500;line-height:1.65;margin:4px 0 5px}
.development-steps p{font-size:10px;line-height:1.8;color:var(--muted);max-width:260px}

/* A real invitation, with the terms next to it. */
.reservation-section{background:var(--oat);padding-block:85px}
.reservation-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(50px,7.7vw,120px);align-items:start}
.reservation-figure{position:sticky;top:113px;margin-top:9px}
.reservation-figure img{aspect-ratio:4/5;object-fit:cover;object-position:center 48%;}
.reservation-figure figcaption{font-size:8px;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-top:12px}
.reservation-copy>.eyebrow{margin-bottom:21px}
.reservation-copy h2{font-size:clamp(52px,4.8vw,73px);margin-bottom:27px}
.reservation-copy h2 em{color:#78583f}
.product-line{display:flex;justify-content:space-between;align-items:center;padding-bottom:19px;border-bottom:1px solid #c9baa7;gap:20px}
.product-line h3{font-family:var(--sans);font-weight:500;font-size:14px;letter-spacing:0}
.product-line p{font-size:10px;color:var(--muted);margin-top:4px}
.product-price{font:400 43px/1 var(--serif)}
.reservation-description{font-size:12px;line-height:1.9;color:var(--muted);margin-top:22px;max-width:410px}
.payment-breakdown{font-size:11px;margin:21px 0 22px}
.payment-breakdown>div{display:flex;justify-content:space-between;gap:15px;padding:5px 0}
.payment-breakdown dt{color:var(--muted)}
.payment-breakdown dd{font-weight:500;font-size:13px}
.reservation-assurance{text-align:center;font-size:9px;color:var(--muted);margin-top:12px}
.shipping-status{padding:18px 0 20px;margin-top:24px;border-top:1px solid #c9baa7;border-bottom:1px solid #c9baa7}
.shipping-status .small-label{font-size:8px}
.shipping-status p{font-size:12px;font-weight:500;margin:6px 0 4px}
.shipping-status>span:last-child{display:block;font-size:10px;line-height:1.8;color:var(--muted);max-width:370px}
summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:24px;cursor:pointer}
summary::-webkit-details-marker{display:none}
.reservation-terms summary{padding:18px 0;font-size:11px;min-height:58px}
.disclosure-icon{position:relative;display:inline-block;flex:0 0 12px;width:12px;height:12px}
.disclosure-icon::before,.disclosure-icon::after{content:"";position:absolute;background:currentColor}
.disclosure-icon::before{height:1px;width:12px;top:5px;left:0}
.disclosure-icon::after{height:12px;width:1px;left:5px;top:0;transition:transform .2s ease}
details[open]>summary .disclosure-icon::after{transform:rotate(90deg)}
.terms-body{padding:0 0 15px;font-size:11px;line-height:1.85;color:var(--muted)}
.terms-body p+p{margin-top:15px}
.terms-body strong{color:var(--ink);font-weight:500}

/* Answers without grand promises. */
.faq-section{display:grid;grid-template-columns:1fr 1.3fr;gap:clamp(60px,9vw,138px);padding-block:112px 120px;align-items:start}
.faq-intro{position:sticky;top:134px}
.faq-intro>.eyebrow{margin-bottom:22px}
.faq-intro h2{font-size:clamp(46px,4.1vw,61px);margin-bottom:26px}
.faq-intro h2 em{color:#78583f}
.faq-intro>p:not(.eyebrow){font-size:12px;color:var(--muted);line-height:1.85;margin-bottom:24px}
.faq-intro>.text-link{font-size:11px}
.faq-list{border-top:1px solid var(--line)}
.faq-list details{border-bottom:1px solid var(--line)}
.faq-list summary{font-size:12px;line-height:1.6;min-height:72px;padding:20px 0}
.faq-list details>p{font-size:12px;color:var(--muted);padding:0 25px 25px 0;line-height:1.85}

/* A complete identity and a real contact point. */
.site-footer{background:#35271f;color:#f6eee2;padding:60px 0 24px}
.footer-top{display:flex;align-items:center;justify-content:space-between;gap:30px;border-bottom:1px solid #665345;padding-bottom:45px}
.footer-top>p{font:400 clamp(43px,4vw,60px)/1.07 var(--serif);letter-spacing:-.02em}
.footer-top>p em{color:#d8c1a4}
.footer-contact{display:flex;align-items:center;gap:55px;border:1px solid #a18b74;padding:16px 22px;text-decoration:none;font-size:12px}
.footer-contact span{font-size:22px}
.footer-contact:hover{background:#49382d}
.footer-grid{display:grid;grid-template-columns:1.3fr .8fr 1fr 1.2fr;gap:50px;padding:46px 0}
.footer-brand img{width:118px;height:auto;filter:brightness(0) invert(1);opacity:.88}
.footer-brand p{font-size:10px;line-height:1.9;color:#d5c8b8;margin-top:16px}
.site-footer .small-label{color:#d1bda4;font-size:8px;display:block;margin-bottom:17px}
.footer-nav{display:flex;flex-direction:column;align-items:flex-start;gap:8px;font-size:10px}
.footer-nav .small-label{margin-bottom:9px}
.footer-nav a{text-decoration:none;min-height:25px}
.footer-nav a:hover{text-decoration:underline}
.footer-company p{font-size:10px;line-height:1.9;color:#e0d6c8}
.footer-company p+p{margin-top:12px}
.footer-inquiries p{font-size:10px;color:#e0d6c8;margin-bottom:8px}
.footer-inquiries>a{font-size:11px}
.footer-terms-link{display:block;margin-top:20px;font-size:10px!important}
.footer-bottom{border-top:1px solid #665345;padding-top:22px;display:flex;justify-content:space-between;gap:24px;color:#d5c8b8;font-size:9px}
.footer-bottom a{text-decoration:none}
.footer-bottom a span{margin-left:16px;font-size:14px}
.site-footer a:focus-visible{outline-color:#f0ddc6}
.mobile-reservation{display:none}

/* Motion is optional; the content is always available without JavaScript. */
@media(prefers-reduced-motion:no-preference){.motion-ready .reveal{transition:opacity .65s ease,transform .65s ease;opacity:0;transform:translateY(16px)}.motion-ready .reveal.is-visible{opacity:1;transform:translateY(0)}}
@media(min-width:1600px){.hero-copy{padding-left:20px}.hero{padding-block:52px 65px}}
@media(max-width:1180px){.desktop-nav{gap:22px;margin-left:0}.hero-actions{gap:16px}.hero-actions>.text-link{margin-top:1px}.hero-description{font-size:14px}.formulation-strip-inner{gap:18px}.formulation-strip-inner>span:not(.eyebrow){padding-left:20px}.ritual-copy{padding:52px 38px 40px}.ingredients-section{gap:60px}.founder-section{gap:70px}.development-status{padding-left:34px}.footer-grid{gap:30px}}
@media(max-width:980px){:root{--gutter:36px}.desktop-nav{display:none}.menu-toggle:not([hidden]){display:flex;flex-direction:column;justify-content:center;gap:6px;width:42px;height:44px;border:0;padding:11px;background:transparent}.menu-toggle span{width:20px;height:1px;background:var(--brown);transition:transform .2s ease}.menu-toggle[aria-expanded="true"] span:first-child{transform:translateY(3.5px) rotate(45deg)}.menu-toggle[aria-expanded="true"] span:last-child{transform:translateY(-3.5px) rotate(-45deg)}.hero{gap:32px}h1{font-size:77px}.hero-copy .eyebrow{font-size:8px;letter-spacing:.09em}.hero-description{font-size:13px}.hero-actions .button{font-size:11px;padding-inline:18px;gap:18px}.hero-actions{margin-top:24px}.hero-image-wrap{aspect-ratio:3/4}.hero-figure figcaption{flex-direction:column;gap:2px;font-size:7px}.image-index{font-size:7px;left:15px;top:15px}.formulation-strip-inner>span:not(.eyebrow){font-size:10px}.formulation-strip .eyebrow{font-size:8px}.introduction{padding-block:80px}.ingredients-section{gap:42px;padding-bottom:85px}.tea-figure{min-height:620px}.ingredients-copy h2{font-size:49px}.section-description{font-size:12px}.ingredient-panel{min-height:210px}.ingredients-copy{padding-block:0}.tea-caption{left:28px}.chapter-tag{left:25px;font-size:8px}.ritual-section{grid-template-columns:1fr 1fr}.ritual-copy{padding:44px 32px 38px}.ritual-copy h2{font-size:53px}.foam-figure{min-height:660px}.founder-section{padding-block:85px;gap:48px}.founder-story h2{font-size:48px}.founder-story>p:not(.eyebrow){font-size:12px}.development-status{padding-left:29px}.development-status h3{font-size:31px}.reservation-grid{gap:45px}.reservation-copy h2{font-size:56px}.reservation-figure{top:112px}.reservation-section{padding-block:64px}.reservation-description{font-size:11px}.faq-section{gap:50px;padding-block:85px}.faq-intro h2{font-size:47px}.footer-grid{grid-template-columns:1fr 1fr;gap:34px 50px}.footer-brand{grid-column:1;grid-row:1}.footer-nav{grid-column:2;grid-row:1}.footer-company{grid-column:1;grid-row:2}.footer-inquiries{grid-column:2;grid-row:2}}
@media(max-width:720px){:root{--gutter:24px}html{scroll-padding-top:94px}body{padding-bottom:calc(80px + env(safe-area-inset-bottom))}.announcement{min-height:31px;font-size:8px;gap:12px;padding-inline:15px}.announcement>span{display:none}.announcement a{padding:1px 0}.header-inner{height:74px;gap:16px}.brand{width:99px}.header-actions{gap:8px}.header-reserve{font-size:10px;padding:8px 13px;min-height:40px;gap:17px}.desktop-cta-label{display:none}.mobile-cta-label{display:inline}.menu-toggle:not([hidden]){width:35px;padding:8px}.hero{grid-template-columns:1fr;gap:34px;padding-block:37px 32px}.hero-copy{padding:0}.hero-copy .eyebrow{font-size:8px;letter-spacing:.12em;margin-bottom:22px}.tiny-line{width:20px}h1{font-size:clamp(72px,13vw,100px);line-height:.94;margin-bottom:24px}h1 br:nth-child(2){display:none}h1 em{display:inline}.hero-description{font-size:14px;line-height:1.8;max-width:415px}.hero-actions{margin-top:24px;gap:22px}.hero-actions .button{min-height:56px;font-size:12px;padding:16px 20px;gap:25px}.hero-actions>.text-link{font-size:10px;gap:14px}.purchase-note{font-size:10px;margin-top:14px}.shipping-note{font-size:9px;margin-top:8px;max-width:none}.hero-image-wrap{aspect-ratio:5/5.5}.hero-image{object-position:center 58%}.hero-figure figcaption{flex-direction:row;font-size:7px;gap:20px;padding-top:10px}.image-index{left:17px;top:17px;font-size:7px;padding:7px 9px}.formulation-strip-inner{grid-template-columns:1fr 1fr 1fr;gap:0 12px;padding-block:20px;min-height:unset}.formulation-strip .eyebrow{grid-column:1/-1;text-align:center;margin-bottom:14px;font-size:8px;letter-spacing:.13em}.formulation-strip-inner>span:not(.eyebrow){font-size:9px;padding-left:9px;white-space:nowrap}.formulation-strip-inner>span:nth-child(2){border-left:0;padding-left:0}.introduction{padding-block:66px 62px}.introduction .eyebrow{font-size:8px;margin-bottom:22px}.introduction h2{font-size:clamp(40px,7vw,51px);line-height:1.08;margin-bottom:23px}.introduction>p:last-child{font-size:12px;line-height:1.95;max-width:450px}.ingredients-section{grid-template-columns:1fr;gap:38px;padding-bottom:63px}.tea-figure{min-height:unset;aspect-ratio:5/4}.tea-figure>img{object-position:center 58%}.tea-caption{left:26px;bottom:24px}.tea-caption p{font-size:50px;line-height:.99;margin-bottom:15px}.tea-caption>span{font-size:7px}.chapter-tag{top:21px;left:26px;font-size:7px}.ingredients-copy>.eyebrow{margin-bottom:19px;font-size:8px}.ingredients-copy h2{font-size:54px;margin-bottom:20px}.section-description{font-size:13px;max-width:none}.ingredient-tabs{margin-top:24px}.ingredient-tabs button{font-size:12px;padding-block:13px}.ingredient-panel{min-height:175px;padding-top:22px}.panel-number{font-size:8px}.ingredient-panel h3{font-size:29px}.ingredient-panel p{font-size:12px;max-width:none}.development-note{font-size:10px;margin-top:15px;line-height:1.9}.ingredients-copy>.text-link{margin-top:21px;font-size:11px}.ritual-section{grid-template-columns:1fr}.foam-figure{min-height:unset;aspect-ratio:5/4}.foam-figure img{object-position:center}.foam-figure figcaption{font-size:7px;bottom:19px;left:20px;max-width:calc(100% - 40px);padding:7px 9px}.ritual-copy{padding:42px var(--gutter) 38px}.ritual-copy>.eyebrow{font-size:8px;margin-bottom:20px}.ritual-copy h2{font-size:58px;margin-bottom:30px}.ritual-steps li{gap:22px;padding:20px 0}.ritual-steps h3{font-size:15px}.ritual-steps p{font-size:12px;max-width:none}.ritual-footnote{font-size:7px;line-height:1.8;margin-top:16px}.founder-section{grid-template-columns:1fr;gap:43px;padding-block:63px}.founder-story>.eyebrow{font-size:8px;margin-bottom:20px}.founder-story h2{font-size:53px;margin-bottom:22px}.founder-story>p:not(.eyebrow){font-size:12px;line-height:1.95}.founder-identity{margin-top:24px}.founder-identity img{width:69px;height:80px}.founder-identity a{font-size:11px;min-height:27px}.development-status{border-left:0;border-top:1px solid var(--line);padding:30px 0 0}.development-status>.eyebrow{font-size:8px}.development-status h3{font-size:38px;margin-block:15px 29px}.development-steps li{gap:22px;padding-bottom:26px}.development-steps h4{font-size:13px}.development-steps p{font-size:11px;max-width:340px}.development-steps .small-label{font-size:8px}.reservation-section{padding-block:42px}.reservation-grid{grid-template-columns:1fr;gap:36px}.reservation-figure{position:static;margin:0}.reservation-figure img{aspect-ratio:5/4;object-position:center 52%}.reservation-figure figcaption{font-size:7px}.reservation-copy>.eyebrow{font-size:8px;margin-bottom:19px}.reservation-copy h2{font-size:59px;margin-bottom:27px}.product-line{padding-bottom:19px}.product-line h3{font-size:14px}.product-line p{font-size:11px}.product-price{font-size:43px}.reservation-description{font-size:12px;line-height:1.9;margin-top:20px}.payment-breakdown{font-size:11px;margin-block:19px 20px}.payment-breakdown>div{padding-block:6px}.button-full{min-height:60px;font-size:13px}.reservation-assurance{font-size:9px;margin-top:13px}.shipping-status{padding-block:19px;margin-top:23px}.shipping-status .small-label{font-size:8px}.shipping-status p{font-size:13px}.shipping-status>span:last-child{font-size:11px}.reservation-terms summary{font-size:12px;min-height:59px}.terms-body{font-size:12px}.faq-section{grid-template-columns:1fr;gap:35px;padding-block:64px 70px}.faq-intro{position:static}.faq-intro>.eyebrow{font-size:8px;margin-bottom:20px}.faq-intro h2{font-size:53px;margin-bottom:22px}.faq-intro>p:not(.eyebrow){font-size:12px;margin-bottom:18px}.faq-list summary{font-size:13px;min-height:72px;padding-block:21px;gap:20px}.faq-list details>p{font-size:12px;padding-right:6px;line-height:1.9}.site-footer{padding-block:42px 22px}.footer-top{align-items:flex-start;flex-direction:column;gap:28px;padding-bottom:32px}.footer-top>p{font-size:48px}.footer-contact{font-size:11px;padding:12px 18px;gap:56px}.footer-grid{grid-template-columns:1fr 1fr;gap:35px 27px;padding-block:35px}.footer-brand img{width:99px}.footer-brand p{font-size:10px;line-height:1.9;margin-top:15px}.site-footer .small-label{font-size:8px;margin-bottom:14px}.footer-nav{font-size:11px;gap:8px}.footer-nav .small-label{margin-bottom:6px}.footer-nav a{min-height:28px}.footer-company p{font-size:10px;line-height:1.9}.footer-inquiries p{font-size:10px;line-height:1.9}.footer-inquiries>a{font-size:10px;overflow-wrap:anywhere}.footer-terms-link{font-size:10px!important;line-height:1.9;margin-top:16px}.footer-bottom{flex-direction:column;gap:16px;padding-top:20px;font-size:9px}.footer-bottom a{min-height:30px}.mobile-reservation:not([hidden]){position:fixed;z-index:70;inset:auto 0 0;display:flex;align-items:center;justify-content:space-between;gap:15px;background:rgba(245,241,232,.98);backdrop-filter:blur(16px);border-top:1px solid #c9baa7;padding:11px 20px calc(11px + env(safe-area-inset-bottom))}.mobile-reservation strong{font-size:10px;font-weight:500;display:block;line-height:1.5}.mobile-reservation>div>span{font-size:8px;color:var(--muted);display:block;margin-top:3px}.mobile-reservation>a{display:flex;align-items:center;gap:18px;min-height:44px;background:var(--brown);color:var(--cream);padding:10px 16px;font-size:11px;text-decoration:none;white-space:nowrap}.mobile-reservation>a span{font-size:17px}.mobile-reservation.is-hidden{display:none!important}}
@media(max-width:380px){:root{--gutter:20px}.brand{width:88px}.header-actions{gap:2px}.header-reserve{font-size:9px;gap:12px;padding-inline:10px}.hero-copy .eyebrow{font-size:7px}.hero h1{font-size:66px}.hero-description{font-size:13px}.hero-actions{gap:16px}.hero-actions>.text-link{font-size:9px}.hero-actions>.button{width:100%;justify-content:space-between}.formulation-strip-inner>span:not(.eyebrow){font-size:8px}.formulation-strip-inner{gap:0 8px}.introduction h2{font-size:38px}.ingredients-copy h2{font-size:49px}.ritual-copy h2{font-size:53px}.founder-story h2{font-size:47px}.reservation-copy h2{font-size:54px}.faq-intro h2{font-size:47px}.footer-top>p{font-size:43px}.mobile-reservation{gap:10px!important;padding-inline:15px!important}.mobile-reservation>a{padding-inline:13px;gap:12px}.mobile-reservation strong{font-size:9px}.mobile-reservation>div>span{font-size:7px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}.reveal{opacity:1!important;transform:none!important}}
/* Keep purchase details and longer reading copy comfortable at every width. */
.section-description,.ingredient-panel p,.founder-story>p:not(.eyebrow),.reservation-description,.faq-list details>p{font-size:14px}
.ritual-steps p{font-size:13px}
.ritual-steps h3{font-size:16px}
.development-steps h4,.shipping-status p,.faq-list summary{font-size:14px}
.development-steps p,.development-note,.shipping-status>span:last-child{font-size:12px}
.purchase-note,.shipping-note{font-size:11px}
.reservation-assurance{font-size:11px}
.payment-breakdown,.reservation-terms summary{font-size:13px}
.terms-body{font-size:13px}
.hero-figure figcaption,.reservation-figure figcaption{font-size:9px}
.footer-brand p,.footer-company p,.footer-inquiries p,.footer-nav,.footer-inquiries>a{font-size:12px}
.footer-terms-link{font-size:11px!important}
@media(min-width:721px){.hero-description{font-size:16px;max-width:410px}.introduction>p:last-child{font-size:15px}.purchase-note{font-size:12px}.desktop-nav a{font-size:12px}.header-reserve{font-size:12px}.hero-copy{padding-block:10px 20px}.ritual-copy{padding-bottom:50px}}
@media(max-width:720px){.ingredient-panel{min-height:205px}.faq-list details>p{line-height:1.8}.footer-grid{gap:35px 24px}.footer-inquiries>a{font-size:11px}.menu-toggle:not([hidden]){width:44px}}
@media print{.announcement,.header-actions,.desktop-nav,.mobile-menu,.mobile-reservation{display:none!important}.site-header{position:static}.hero,.ingredients-section,.founder-section,.reservation-grid,.faq-section{break-inside:avoid}.reservation-figure,.faq-intro{position:static}.reveal{opacity:1!important;transform:none!important}body{padding:0}.shell{width:90%}}
