*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:var(--sans);-webkit-font-smoothing:antialiased;overflow-x:hidden}body.lock{overflow:hidden}a{color:inherit;text-decoration:none}button,input{font:inherit}button{cursor:pointer}img{display:block;max-width:100%}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.section-shell{width:min(1500px,calc(100% - 96px));margin-inline:auto}.scroll-progress{position:fixed;inset:0 0 auto;z-index:999;height:3px;background:transparent}.scroll-progress i{display:block;width:0;height:100%;background:var(--gold)}.announcement{height:34px;background:var(--green);color:#f8f0e3;display:flex;align-items:center;justify-content:center;gap:16px;font-size:11px;letter-spacing:.13em;text-transform:uppercase}.announcement b{opacity:.5}.site-header{height:92px;width:min(1500px,calc(100% - 96px));margin:auto;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;position:relative;z-index:20}.brand{font-family:var(--serif);font-size:38px;line-height:1;display:inline-flex;align-items:flex-start;letter-spacing:-.055em;width:max-content}.brand-leaf{font-family:var(--sans);font-size:12px;color:var(--green);transform:rotate(-35deg) translate(-2px,-3px);margin-inline:-1px}.desktop-nav{display:flex;align-items:center;gap:44px;font-size:15px}.desktop-nav a{position:relative;padding:12px 0}.desktop-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:4px;height:2px;background:var(--gold);transition:.3s}.desktop-nav a:hover:after{right:0}.header-actions{justify-self:end;display:flex;align-items:center;gap:14px}.icon-btn{width:44px;height:44px;border:0;background:transparent;position:relative;color:var(--ink)}.icon-btn svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.5}.icon-btn b{position:absolute;right:1px;top:0;min-width:19px;height:19px;padding:0 5px;border-radius:50%;display:grid;place-items:center;background:var(--gold);color:#fff;font-size:10px}.header-shop{background:var(--green);color:#fff;padding:15px 27px;border-radius:7px;font-weight:650}.menu-btn{display:none;border:0;background:transparent;width:42px;height:42px}.menu-btn span{width:24px;height:1px;background:var(--ink);display:block;margin:6px auto}.hero{display:grid;grid-template-columns:.95fr 1.05fr;gap:56px;align-items:center;padding-top:32px}.hero-copy{padding:70px 0 105px}.hero h1{font-family:var(--serif);font-size:clamp(66px,6.2vw,110px);letter-spacing:-.055em;line-height:.94;margin:0 0 34px;font-weight:500}.hero h1 em{color:var(--gold-soft);font-weight:400}.hero-copy>p{max-width:620px;font-size:20px;line-height:1.65;color:var(--muted);margin:0 0 38px}.hero-actions{display:flex;align-items:center;gap:18px}.button{min-height:58px;padding:0 30px;border-radius:7px;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;gap:20px;font-weight:700;transition:.25s}.button:hover{transform:translateY(-2px)}.button-primary{background:var(--green);color:#fff}.button-primary:hover{background:#062c24}.button-ghost{border-color:var(--green);background:transparent}.play-dot{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:#fff;font-size:9px}.hero-visual{position:relative;align-self:stretch;min-height:690px;display:flex;align-items:center}.hero-visual>img{width:100%;height:100%;max-height:720px;object-fit:cover;border-radius:44% 44px 44px;box-shadow:0 30px 70px #231c0f14}.hero-price{position:absolute;right:18px;bottom:52px;background:var(--green);color:#fff;padding:18px 18px 18px 24px;border-radius:10px;display:grid;grid-template-columns:auto auto;align-items:end;column-gap:24px}.hero-price small{grid-column:1/2;text-transform:uppercase;letter-spacing:.12em;font-size:10px;opacity:.8}.hero-price strong{font-family:var(--serif);font-size:36px}.hero-price button,.hero-price a{grid-column:2;grid-row:1/3;border:1px solid rgba(255,255,255,.55);background:transparent;color:#fff;padding:13px 16px;border-radius:4px;text-align:center;display:inline-flex;align-items:center;justify-content:center}.trust-strip{grid-column:1/-1;background:#ffffffe6;border:1px solid rgba(255,255,255,.85);box-shadow:0 15px 45px #3227140d;display:grid;grid-template-columns:repeat(4,1fr);border-radius:20px;margin-top:-20px;position:relative;z-index:2}.trust-strip>div{display:flex;align-items:center;gap:18px;padding:25px 32px;position:relative}.trust-strip>div:not(:last-child):after{content:"";position:absolute;right:0;top:25%;height:50%;width:1px;background:var(--line)}.trust-icon{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:#f4ecdf;font-size:24px}.trust-strip p{margin:0;display:grid;gap:5px}.trust-strip strong{font-family:var(--serif);font-size:17px}.trust-strip small{color:var(--muted);font-size:13px}.shop-section{padding:130px 0 140px}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:50px}.eyebrow{text-transform:uppercase;letter-spacing:.2em;color:var(--gold);font-size:12px;font-weight:800}.section-heading h2,.future-top h2,.story-copy h2,.faq-copy h2{font-family:var(--serif);font-size:clamp(48px,5vw,80px);font-weight:500;line-height:1;letter-spacing:-.04em;margin:22px 0 0}.text-link{font-weight:700;border-bottom:2px solid var(--gold);padding:0 0 10px;display:inline-flex;gap:18px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.product-card{background:var(--paper);border:1px solid var(--line);border-radius:16px;overflow:hidden;transition:.35s}.product-card:hover{transform:translateY(-7px);box-shadow:var(--shadow)}.product-media{height:370px;position:relative;overflow:hidden;background:#eee}.product-media img{width:100%;height:100%;object-fit:cover;transition:.5s}.product-card:hover .product-media img{transform:scale(1.035)}.badge{position:absolute;z-index:2;left:24px;top:24px;background:#f3f0df;color:var(--ink);padding:10px 14px;border-radius:4px;text-transform:uppercase;font-size:10px;letter-spacing:.12em;font-weight:800}.badge-gold{background:#c89035;color:#fff}.quick-view{position:absolute;left:50%;bottom:18px;transform:translate(-50%,20px);opacity:0;border:0;background:#fffdf9f2;padding:12px 20px;border-radius:5px;font-weight:700;transition:.25s}.product-card:hover .quick-view{transform:translate(-50%);opacity:1}.product-content{padding:27px 28px 22px}.product-type{text-transform:uppercase;letter-spacing:.13em;color:var(--muted);font-size:10px}.product-content h3{font-family:var(--serif);font-size:30px;line-height:1.08;margin:11px 0 10px;font-weight:500}.rating{display:flex;align-items:center;gap:12px}.rating span,.stars{color:var(--gold);letter-spacing:.11em;font-size:14px}.rating b{font-size:13px;color:var(--muted)}.product-content>p{color:var(--muted);line-height:1.6;min-height:52px;margin:20px 0}.chips{display:flex;gap:8px;margin-bottom:20px}.chips span,.quick-meta span{background:#f2ece2;padding:8px 11px;text-transform:uppercase;font-size:9px;letter-spacing:.11em;border-radius:3px}.product-buy{border-top:1px solid var(--line);padding-top:19px;display:flex;align-items:center;justify-content:space-between}.product-buy strong{font-family:var(--serif);font-size:31px}.product-buy button{border:0;background:var(--green);color:#fff;border-radius:5px;padding:15px 22px;font-weight:750}.bundle-section{padding:130px 0;background:linear-gradient(135deg,#f8f4ed,#fdfaf5 65%,#f2e8d9);border-block:1px solid rgba(14,45,39,.06)}.bundle-layout{display:grid;grid-template-columns:.82fr 1.18fr;gap:90px;align-items:center}.bundle-copy h2{font-family:var(--serif);font-size:clamp(58px,5.4vw,88px);font-weight:500;line-height:1;letter-spacing:-.045em;margin:27px 0 30px}.bundle-copy>p{font-size:19px;line-height:1.65;color:var(--muted);max-width:550px}.steps{display:flex;align-items:center;max-width:540px;margin:42px 0}.steps>div{text-align:center;min-width:126px}.steps span{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;border:1px solid var(--line);background:#f5ede1;font-family:var(--serif);font-size:22px;margin:0 auto 12px}.steps b{font-size:14px;line-height:1.45}.steps i{height:1px;flex:1;background:var(--line)}.tick-list{list-style:none;padding:0;margin:0;display:grid;gap:16px}.tick-list li{position:relative;padding-left:33px}.tick-list li:before{content:"\2713";position:absolute;left:0;top:-2px;color:var(--gold);border:1px solid var(--gold);width:20px;height:20px;border-radius:50%;display:grid;place-items:center;font-size:12px}.bundle-builder{background:#ffffffc7;border:1px solid var(--line);border-radius:20px;padding:36px 44px;box-shadow:0 28px 90px #3c2d1414;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.bundle-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:27px;border-bottom:1px solid var(--line)}.bundle-head h3{font-family:var(--serif);font-size:40px;font-weight:500;margin:0}.bundle-head span{background:#f3ebde;padding:11px 16px;border-radius:7px}.bundle-row{display:grid;grid-template-columns:84px 1fr auto 74px;gap:19px;align-items:center;padding:18px 0;border-bottom:1px solid var(--line)}.bundle-row img{width:84px;height:74px;object-fit:cover;border-radius:8px}.bundle-row>div:nth-child(2){display:grid;gap:8px}.bundle-row strong{font-family:var(--serif);font-size:23px}.bundle-row small{color:var(--muted)}.bundle-row>span{font-family:var(--serif);font-weight:700;font-size:19px;text-align:right}.stepper{display:flex;align-items:center;border:1px solid var(--line);border-radius:6px;overflow:hidden}.stepper button{width:32px;height:34px;border:0;background:#f5efe6;font-size:18px}.stepper b{width:30px;text-align:center}.bundle-total{display:flex;justify-content:space-between;align-items:end;padding-top:28px}.bundle-total>div{display:grid}.bundle-total small{color:var(--muted)}.bundle-total strong{font-family:var(--serif);font-size:48px}.bundle-total em{font-style:normal;color:var(--gold);font-size:12px}.bundle-hint{margin:14px 0 0;color:var(--muted);font-size:12px;text-align:right}.reviews-section{padding:130px 0}.reviews-heading>div:first-child>p{color:var(--muted);font-size:17px}.score{display:flex;align-items:center;gap:22px}.score>strong{font-family:var(--serif);font-size:72px;font-weight:500}.score p{display:grid;gap:8px;margin:0}.score small{color:var(--muted)}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.review-card{border:1px solid var(--line);border-radius:18px;padding:37px 38px;background:#fffdf9ad;min-height:380px;display:flex;flex-direction:column}.review-card>div{display:flex;align-items:center;justify-content:space-between}.review-card>div b{width:38px;height:38px;border-radius:50%;background:#dcebdd;color:var(--green);display:grid;place-items:center}.review-card blockquote{font-family:var(--serif);font-size:28px;line-height:1.48;margin:45px 0 35px;flex:1}.review-card footer{display:flex;align-items:center;gap:16px}.review-card footer>span{width:54px;height:54px;border-radius:50%;background:#f1e9dc;display:grid;place-items:center;font-weight:800}.review-card footer p{display:grid;gap:4px;margin:0}.review-card footer small{color:var(--muted)}.verified-note{text-align:center;color:var(--muted);margin:38px 0 0}.story-section{padding:140px 0;display:grid;grid-template-columns:1fr 1.05fr;gap:64px;align-items:center}.story-image img{width:100%;aspect-ratio:.87;object-fit:cover;border-radius:28px}.story-copy{padding:30px 0}.story-copy h2{margin-top:22px}.story-copy h3{font-family:var(--serif);font-size:30px;color:var(--gold);font-weight:500;margin:24px 0 34px}.story-copy p{font-size:17px;line-height:1.72;color:#46514d;max-width:760px}.story-line{display:flex;align-items:center;gap:22px;background:#f4ede3;padding:22px 28px;border-radius:10px;margin:30px 0}.story-line span{font-size:30px;color:var(--gold)}.story-line strong{font-family:var(--serif);font-size:25px;font-weight:500}.future-section{padding:120px 0 105px}.future-top{display:grid;grid-template-columns:.85fr 1.15fr;align-items:end;gap:60px}.future-top>p{max-width:590px;color:var(--muted);font-size:19px;line-height:1.6;margin-bottom:12px}.roadmap{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);border-radius:12px;margin:55px 0 42px;overflow:hidden}.roadmap>div{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;padding:28px 32px}.roadmap>div:not(:last-child){border-right:1px solid var(--line)}.roadmap span{font-family:var(--serif);color:var(--gold);font-size:22px}.roadmap strong{font-family:var(--serif);font-size:22px;font-weight:500}.roadmap small{text-transform:uppercase;letter-spacing:.14em;color:var(--muted);font-size:9px}.future-grid{display:grid;grid-template-columns:1.15fr repeat(4,1fr);gap:24px;align-items:stretch}.future-intro{padding:18px 28px 18px 4px}.future-leaf{font-size:35px;color:var(--gold)}.future-intro h3{font-family:var(--serif);font-size:30px;line-height:1.15;font-weight:500;margin:14px 0}.future-intro p{color:var(--muted);line-height:1.65}.future-card{background:#f2ece3;border-radius:14px;overflow:hidden;border:1px solid var(--line)}.future-card>div{height:205px;position:relative}.future-card img{width:100%;height:100%;object-fit:cover;filter:sepia(.25) saturate(.55) opacity(.78)}.future-card>div span{position:absolute;left:13px;top:13px;background:#fff;padding:7px 11px;border-radius:12px;text-transform:uppercase;letter-spacing:.1em;font-size:9px}.future-card>div b{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:42px;height:42px;border-radius:50%;background:#ffffffb8;display:grid;place-items:center}.future-card h4{text-align:center;font-size:15px;margin:18px 8px 20px}.waitlist{display:grid;grid-template-columns:1fr .85fr auto;gap:18px;align-items:center;border:1px solid var(--line);padding:18px 26px;border-radius:12px;margin-top:42px;background:#ffffff73}.waitlist>div{display:flex;align-items:center;gap:18px}.mail-icon{width:50px;height:50px;border-radius:50%;background:#f1e8dc;display:grid;place-items:center;color:var(--gold);font-size:24px}.waitlist p{display:grid;margin:0;gap:5px}.waitlist p strong{font-family:var(--serif);font-size:22px}.waitlist p small{color:var(--muted)}.waitlist input{width:100%;height:54px;border:1px solid var(--line);background:transparent;padding:0 16px;border-radius:5px}.waitlist button{height:54px;border:0;border-radius:5px;background:var(--green);color:#fff;padding:0 28px;font-weight:750}.future-signoff{text-align:center;font-family:var(--serif);font-size:20px;margin:31px 0 0}.faq-section{padding:125px 0 140px;display:grid;grid-template-columns:.85fr 1.15fr;gap:100px}.faq-copy p{color:var(--muted);line-height:1.7;max-width:480px}.faq-list{border-top:1px solid var(--line)}details{border-bottom:1px solid var(--line)}summary{list-style:none;display:flex;justify-content:space-between;align-items:center;padding:24px 0;font-family:var(--serif);font-size:23px;cursor:pointer}summary::-webkit-details-marker{display:none}summary span{font-family:var(--sans);font-size:23px;transition:.25s}details[open] summary span{transform:rotate(45deg)}details p{color:var(--muted);line-height:1.65;margin:0 0 25px;max-width:700px}.site-footer{background:var(--green);color:#f8f2e8;padding-top:76px}.footer-grid{display:grid;grid-template-columns:1.7fr repeat(3,1fr);gap:70px;padding-bottom:65px}.footer-brand .brand{font-size:43px}.footer-brand .brand-leaf{color:var(--gold-soft)}.footer-brand>p{color:#ffffffa6;line-height:1.7;max-width:420px}.taste-link{border:0;background:transparent;color:var(--gold-soft);padding:10px 0;font-weight:700}.taste-link kbd{margin-left:8px;border:1px solid rgba(255,255,255,.25);border-radius:4px;padding:3px 7px}.footer-grid h4{font-family:var(--serif);font-size:20px;margin:7px 0 23px}.footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:14px}.footer-grid>div:not(:first-child) a{color:#ffffffab;font-size:14px}.footer-grid a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.14);padding:23px 0 28px;display:flex;justify-content:space-between;color:#ffffff8f;font-size:12px}.cart-drawer{position:fixed;z-index:1010;right:0;top:0;height:100%;width:min(470px,100%);background:var(--paper);transform:translate(105%);transition:.35s;display:grid;grid-template-rows:auto auto 1fr auto;box-shadow:-20px 0 60px #0000002b}.cart-drawer.open{transform:none}.cart-drawer header{display:flex;justify-content:space-between;align-items:flex-start;padding:30px 34px 20px}.cart-drawer header small{text-transform:uppercase;letter-spacing:.16em;color:var(--gold)}.cart-drawer h2{font-family:var(--serif);font-size:36px;margin:5px 0 0}.cart-drawer header button{border:0;background:transparent;font-size:36px}.shipping-meter{padding:0 34px 22px}.shipping-meter>div{display:flex;justify-content:space-between;font-size:12px;color:var(--muted);margin-bottom:10px}.shipping-meter>i{height:7px;border-radius:7px;background:#ece6dc;display:block;overflow:hidden}.shipping-meter em{display:block;width:0;height:100%;background:var(--gold);transition:.3s}.cart-items{overflow:auto;padding:0 34px}.empty-cart{text-align:center;padding:75px 25px;color:var(--muted)}.empty-cart span{font-size:50px}.empty-cart h3{font-family:var(--serif);font-size:26px;color:var(--ink)}.cart-item{display:grid;grid-template-columns:78px 1fr auto;gap:15px;padding:19px 0;border-top:1px solid var(--line)}.cart-item img{width:78px;height:72px;object-fit:cover;border-radius:8px}.cart-item h4{font-family:var(--serif);font-size:19px;margin:0 0 8px}.cart-item small{color:var(--muted)}.cart-item>div:nth-child(2)>div{display:flex;align-items:center;gap:10px;margin-top:10px}.cart-item>div:nth-child(2) button{width:26px;height:26px;border:1px solid var(--line);background:transparent}.cart-item>button{border:0;background:transparent;color:var(--muted);align-self:start}.cart-drawer>footer{padding:22px 34px 30px;border-top:1px solid var(--line)}.cart-drawer>footer>div{display:flex;justify-content:space-between;font-size:18px}.cart-drawer>footer strong{font-family:var(--serif);font-size:26px}.cart-drawer>footer>button{width:100%;height:56px;border:0;background:var(--green);color:#fff;border-radius:6px;margin:18px 0 12px;font-weight:750}.cart-drawer>footer small{display:block;text-align:center;color:var(--muted)}.overlay{position:fixed;z-index:1000;top:0;right:0;bottom:0;left:0;background:#07161275;opacity:0;visibility:hidden;transition:.3s}.overlay.show{opacity:1;visibility:visible}.mobile-menu{position:fixed;z-index:1100;top:0;right:0;bottom:0;left:0;background:var(--green);color:#fff;padding:80px 40px;display:flex;flex-direction:column;gap:27px;transform:translateY(-105%);transition:.35s}.mobile-menu.open{transform:none}.mobile-menu button{position:absolute;top:22px;right:26px;background:transparent;border:0;color:#fff;font-size:40px}.mobile-menu a{font-family:var(--serif);font-size:40px}.mobile-shopbar{display:none}dialog{border:0;padding:0;border-radius:20px;background:var(--paper);color:var(--ink);box-shadow:0 35px 100px #00000040}dialog::backdrop{background:#0818148c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.search-dialog{width:min(680px,calc(100% - 30px));padding:28px}.search-dialog form{position:absolute;right:22px;top:18px}.search-dialog form button,.dialog-close{border:0;background:transparent;font-size:30px}.search-dialog>div:nth-of-type(1){display:flex;justify-content:space-between;color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.13em;margin-bottom:17px}.search-dialog input{width:100%;height:58px;border:1px solid var(--line);border-radius:8px;padding:0 18px;font-size:18px}.search-results{display:grid;gap:9px;margin-top:14px}.search-result{display:grid;grid-template-columns:58px 1fr auto;align-items:center;gap:13px;padding:10px;border-radius:8px}.search-result:hover{background:#f4ede3}.search-result img{width:58px;height:52px;object-fit:cover;border-radius:6px}.search-result b{font-family:var(--serif);font-size:18px}.search-result small{color:var(--muted)}.quick-dialog{width:min(860px,calc(100% - 30px));padding:36px;position:relative}.quick-dialog>form,.taste-dialog>form{position:absolute;right:18px;top:14px}.quick-layout{display:grid;grid-template-columns:1fr 1fr;gap:38px;align-items:center}.quick-layout>img{width:100%;height:440px;object-fit:cover;border-radius:14px}.quick-layout h2{font-family:var(--serif);font-size:43px;line-height:1;margin:16px 0}.quick-layout p{color:var(--muted);line-height:1.65}.quick-meta{display:flex;gap:8px;margin:22px 0}.quick-layout>div>strong{font-family:var(--serif);font-size:36px;display:block;margin-bottom:19px}.taste-dialog{width:min(780px,calc(100% - 30px));padding:42px;position:relative}.taste-dialog h2{font-family:var(--serif);font-size:46px;margin:18px 0 10px}.taste-dialog>p{color:var(--muted)}.taste-options{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:28px}.taste-options button{border:1px solid var(--line);background:#faf6f0;border-radius:14px;padding:25px 16px;display:grid;gap:10px;text-align:left}.taste-options button:hover{border-color:var(--gold);transform:translateY(-3px)}.taste-options button>span{font-size:30px}.taste-options strong{font-family:var(--serif);font-size:19px}.taste-options small{color:var(--muted);line-height:1.45}.taste-result{margin-top:22px;background:var(--green);color:#fff;padding:22px;border-radius:12px}.taste-result strong{font-family:var(--serif);font-size:24px}.taste-result .taste-add-button{margin-top:16px;color:#fff;border-color:#ffffff8c}.taste-result .taste-add-button:hover{background:#ffffff1f}.taste-result .taste-price{color:var(--gold-soft);font-weight:800}.toast{position:fixed;z-index:2000;left:50%;bottom:28px;transform:translate(-50%,30px);opacity:0;background:var(--ink);color:#fff;padding:14px 22px;border-radius:30px;transition:.25s;pointer-events:none}.toast.show{opacity:1;transform:translate(-50%)}.reveal{opacity:0;transform:translateY(24px);transition:opacity .8s,transform .8s}.reveal.visible{opacity:1;transform:none}.delay-1{transition-delay:.08s}.delay-2{transition-delay:.16s}.delay-3{transition-delay:.24s}@media(max-width:1180px){.section-shell,.site-header{width:min(100% - 48px,1500px)}.hero{gap:30px}.hero-copy{padding:45px 0 75px}.hero-visual{min-height:600px}.trust-strip>div{padding:22px 18px}.bundle-layout{gap:45px}.future-grid{grid-template-columns:repeat(4,1fr)}.future-intro{grid-column:1/-1;display:grid;grid-template-columns:auto 1fr 2fr;align-items:center;gap:20px}.future-intro h3,.future-intro p{margin:0}.waitlist{grid-template-columns:1fr 1fr auto}.story-section{gap:42px}}@media(max-width:900px){.announcement{font-size:9px;gap:8px}.site-header{grid-template-columns:1fr auto;height:78px}.desktop-nav,.header-shop{display:none}.menu-btn{display:block}.hero{grid-template-columns:1fr;padding-top:0}.hero-copy{padding:30px 0 10px}.hero h1{font-size:clamp(58px,13vw,88px)}.hero-copy>p{font-size:17px}.hero-visual{min-height:550px}.trust-strip{grid-template-columns:1fr 1fr;margin-top:0}.trust-strip>div:nth-child(2):after{display:none}.product-grid{grid-template-columns:1fr}.product-card{display:grid;grid-template-columns:.9fr 1.1fr}.product-media{height:auto}.product-content>p{min-height:0}.bundle-layout,.story-section,.faq-section{grid-template-columns:1fr}.bundle-builder{padding:28px}.review-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:12px}.review-card{min-width:78vw;scroll-snap-align:center}.section-heading{align-items:flex-start}.reviews-heading{gap:30px}.future-top,.roadmap{grid-template-columns:1fr}.roadmap>div:not(:last-child){border-right:0;border-bottom:1px solid var(--line)}.future-grid{grid-template-columns:repeat(2,1fr)}.future-intro{grid-column:1/-1;grid-template-columns:auto 1fr}.future-intro p{grid-column:1/-1}.waitlist{grid-template-columns:1fr}.footer-grid{grid-template-columns:1.4fr 1fr 1fr}.footer-grid>div:last-child{grid-column:2}.mobile-shopbar{display:flex;position:fixed;z-index:800;left:14px;right:14px;bottom:14px;background:var(--green);border-radius:10px;box-shadow:0 12px 35px #00000040;overflow:hidden}.mobile-shopbar a,.mobile-shopbar button{flex:1;height:54px;border:0;background:transparent;color:#fff;display:grid;place-items:center;font-weight:800}.mobile-shopbar button{border-left:1px solid rgba(255,255,255,.2)}.site-footer{padding-bottom:80px}}@media(max-width:640px){.section-shell,.site-header{width:calc(100% - 28px)}.brand{font-size:32px}.header-actions{gap:4px}.hero-copy{padding-top:18px}.hero h1{font-size:56px}.hero-actions{align-items:stretch;flex-direction:column}.button{width:100%}.hero-visual{min-height:410px}.hero-visual>img{border-radius:36% 24px 24px}.hero-price{right:10px;bottom:18px;padding:13px 13px 13px 17px;column-gap:12px}.hero-price strong{font-size:29px}.hero-price button,.hero-price a{padding:10px}.trust-strip{grid-template-columns:1fr}.trust-strip>div:not(:last-child):after{display:none}.trust-strip>div{padding:16px 18px}.shop-section,.reviews-section,.story-section,.future-section,.faq-section{padding:90px 0}.section-heading{display:block}.section-heading .text-link{margin-top:25px}.section-heading h2,.future-top h2,.story-copy h2,.faq-copy h2{font-size:48px}.product-card{display:block}.product-media{height:310px}.product-content h3{font-size:27px}.bundle-section{padding:90px 0}.bundle-copy h2{font-size:54px}.steps{margin:32px 0}.steps>div{min-width:92px}.steps span{width:48px;height:48px}.bundle-builder{padding:22px 18px}.bundle-head h3{font-size:29px}.bundle-row{grid-template-columns:58px 1fr auto;gap:12px}.bundle-row img{width:58px;height:58px}.bundle-row>span{display:none}.bundle-row strong{font-size:18px}.bundle-total{align-items:stretch;flex-direction:column;gap:18px}.bundle-total .button{width:100%}.bundle-hint{text-align:left}.reviews-heading .score{margin-top:25px}.score>strong{font-size:55px}.review-card{min-width:88vw;padding:29px 25px}.review-card blockquote{font-size:24px}.story-section{gap:30px}.story-copy h3{font-size:26px}.story-line strong{font-size:20px}.roadmap>div{padding:22px 18px}.roadmap strong{font-size:19px}.future-grid{grid-template-columns:1fr 1fr;gap:12px}.future-card>div{height:150px}.future-card h4{font-size:13px}.waitlist{padding:16px}.waitlist>div{align-items:flex-start}.footer-grid{grid-template-columns:1fr 1fr;gap:45px 25px}.footer-brand{grid-column:1/-1}.footer-grid>div:last-child{grid-column:auto}.footer-bottom{display:grid;gap:8px}.quick-dialog,.taste-dialog{padding:30px 20px}.quick-layout{grid-template-columns:1fr}.quick-layout>img{height:260px}.quick-layout h2,.taste-dialog h2{font-size:36px}.taste-options{grid-template-columns:1fr}.announcement span:nth-of-type(3),.announcement b:nth-of-type(2){display:none}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.reveal{opacity:1;transform:none;transition:none!important}.product-card,.button,.future-card{transition:none!important}}.product-page{padding:70px 0 120px}.product-detail{display:grid;grid-template-columns:1.05fr .95fr;gap:80px;align-items:start}.product-gallery{position:sticky;top:32px}.product-gallery-main{background:#eee;border-radius:24px;overflow:hidden;aspect-ratio:1.08}.product-gallery-main img{width:100%;height:100%;object-fit:cover}.product-thumbs{display:flex;gap:12px;margin-top:14px}.product-thumbs button{width:92px;height:78px;border:1px solid var(--line);background:#fff;border-radius:9px;padding:0;overflow:hidden}.product-thumbs img{width:100%;height:100%;object-fit:cover}.product-info-panel{padding-top:20px}.breadcrumbs{color:var(--muted);font-size:12px;margin-bottom:28px}.product-info-panel h1{font-family:var(--serif);font-size:64px;line-height:1;letter-spacing:-.04em;font-weight:500;margin:18px 0}.product-info-panel .rating{margin-bottom:22px}.product-info-panel>p{color:var(--muted);line-height:1.7;font-size:18px}.product-price{font-family:var(--serif);font-size:44px;margin:28px 0}.option-label{font-weight:750;margin-bottom:10px;display:block}.weight-options{display:flex;gap:9px;margin-bottom:26px}.weight-options button{border:1px solid var(--line);background:#fff;padding:12px 17px;border-radius:5px}.weight-options button.active{border-color:var(--green);background:#edf3ef}.buy-row{display:grid;grid-template-columns:120px 1fr;gap:12px}.qty-control{display:grid;grid-template-columns:1fr 1fr 1fr;border:1px solid var(--line);border-radius:6px;overflow:hidden}.qty-control button{border:0;background:#fff;font-size:20px}.qty-control b{display:grid;place-items:center}.product-buy-main{height:58px;border:0;border-radius:6px;background:var(--green);color:#fff;font-weight:800}.product-assurance{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:26px 0}.product-assurance div{border:1px solid var(--line);border-radius:9px;padding:15px}.product-assurance strong{display:block;font-family:var(--serif);font-size:17px;margin-bottom:4px}.product-assurance small{color:var(--muted)}.product-tabs{border-top:1px solid var(--line);margin-top:30px}.product-tabs details summary{font-size:19px}.related{padding:20px 0 120px}.related h2{font-family:var(--serif);font-size:48px;font-weight:500}.policy-page{padding:85px 0 130px}.policy-layout{display:grid;grid-template-columns:320px 1fr;gap:80px}.policy-aside{position:sticky;top:30px;align-self:start}.policy-aside h1{font-family:var(--serif);font-size:52px;font-weight:500;line-height:1;margin:18px 0}.policy-aside p{color:var(--muted);line-height:1.6}.policy-content{max-width:850px}.policy-content section{border-bottom:1px solid var(--line);padding:0 0 36px;margin-bottom:36px}.policy-content h2{font-family:var(--serif);font-size:30px;font-weight:500}.policy-content p,.policy-content li{color:#4f5b56;line-height:1.75}.policy-content .notice{padding:18px 20px;background:#f2ebe1;border-radius:8px;border-left:4px solid var(--gold)}.rating-row{display:flex;align-items:center;gap:18px;margin-bottom:22px}.rating-row .rating{margin-bottom:0}.review-link{font-weight:700;border-bottom:2px solid var(--gold);padding-bottom:2px;font-size:14px}.dispatch-note{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:14px;margin:18px 0 0}.pincode-checker{margin:18px 0 26px}.pincode-row{display:flex;gap:10px}.pincode-row input{flex:1;height:52px;border:1px solid var(--line);border-radius:6px;padding:0 16px;font-size:15px}.pincode-row button{height:52px;padding:0 22px;border:1px solid var(--green);background:transparent;color:var(--green);border-radius:6px;font-weight:700}.pincode-row button:hover{background:var(--green);color:#fff}.pincode-result{margin:10px 0 0;font-size:14px;color:var(--muted)}.pincode-result.is-success{color:var(--green)}.pincode-result.is-error{color:#b3402f}.product-reviews{padding:90px 0 130px}.product-reviews .section-heading{margin-bottom:40px}.review-summary{display:flex;align-items:center;gap:22px;margin-bottom:44px}.review-summary strong{font-family:var(--serif);font-size:56px;font-weight:500}.review-summary .stars{font-size:20px}.review-summary small{display:block;color:var(--muted)}.product-reviews .review-grid{grid-template-columns:repeat(3,1fr)}.product-reviews .review-card blockquote{font-size:22px;margin:24px 0}.no-reviews{color:var(--muted);padding:30px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-bottom:44px}.review-form{max-width:640px;border:1px solid var(--line);border-radius:18px;padding:38px 40px;background:var(--paper)}.review-form h3{font-family:var(--serif);font-size:30px;margin:0 0 24px;font-weight:500}.review-form .form-row{display:grid;gap:8px;margin-bottom:20px}.review-form label{font-weight:700;font-size:14px}.review-form input,.review-form textarea{border:1px solid var(--line);border-radius:6px;padding:12px 14px;font-size:15px;font-family:inherit}.review-form textarea{min-height:120px;resize:vertical}.star-rating{display:flex;gap:8px}.star-rating label{display:flex;align-items:center;gap:5px;font-weight:400;border:1px solid var(--line);border-radius:20px;padding:8px 14px;cursor:pointer}.star-rating input{width:auto}.review-form .button{border:0;cursor:pointer}.review-form-success{background:#edf3ef;border:1px solid var(--green);border-radius:10px;padding:20px 24px;color:var(--green);font-weight:600}.contact-page{padding:85px 0 130px}.contact-layout{display:grid;grid-template-columns:1fr .85fr;gap:80px}.contact-form{display:grid;gap:20px}.contact-form .form-row{display:grid;gap:8px}.contact-form label{font-weight:700;font-size:14px}.contact-form input,.contact-form textarea{border:1px solid var(--line);border-radius:6px;padding:14px 16px;font-size:15px;font-family:inherit}.contact-form textarea{min-height:160px;resize:vertical}.contact-form .button{border:0;cursor:pointer;justify-self:start}.contact-form-success{background:#edf3ef;border:1px solid var(--green);border-radius:10px;padding:20px 24px;color:var(--green);font-weight:600}.contact-info{display:grid;gap:26px;align-content:start}.contact-info-item{border:1px solid var(--line);border-radius:12px;padding:22px 26px}.contact-info-item strong{display:block;font-family:var(--serif);font-size:19px;margin-bottom:6px}.contact-info-item span{color:var(--muted)}.products-hero{padding:90px 0 60px;text-align:center}.products-hero h1{font-family:var(--serif);font-size:clamp(52px,6vw,88px);font-weight:500;letter-spacing:-.04em;margin:20px 0}.products-hero p{max-width:640px;margin:0 auto;color:var(--muted);font-size:19px;line-height:1.65}.about-hero{padding:90px 0 40px;text-align:center}.about-hero h1{font-family:var(--serif);font-size:clamp(52px,6vw,88px);font-weight:500;letter-spacing:-.04em;margin:20px 0}.about-hero p{max-width:640px;margin:0 auto;color:var(--muted);font-size:19px;line-height:1.65}.combo-hero{padding:90px 0 20px;text-align:center}.combo-hero h1{font-family:var(--serif);font-size:clamp(52px,6vw,88px);font-weight:500;letter-spacing:-.04em;margin:20px 0}.combo-hero p{max-width:640px;margin:0 auto;color:var(--muted);font-size:19px;line-height:1.65}.review-login-prompt{border:1px solid var(--line);border-radius:14px;padding:32px;text-align:center;max-width:640px}.review-login-prompt p{color:var(--muted);margin:0 0 18px}.review-form-identity{color:var(--muted);font-size:14px;margin:-10px 0 20px}@media(max-width:900px){.product-detail,.policy-layout{grid-template-columns:1fr}.product-gallery{position:static}.product-info-panel h1{font-size:52px}.policy-aside{position:static}.related .product-grid,.product-reviews .review-grid{grid-template-columns:1fr 1fr}.contact-layout{grid-template-columns:1fr;gap:40px}}@media(max-width:640px){.product-page{padding-top:35px}.product-detail{gap:28px}.product-info-panel h1{font-size:43px}.buy-row{grid-template-columns:100px 1fr}.product-assurance{grid-template-columns:1fr}.policy-page{padding-top:50px}.policy-aside h1{font-size:44px}.related .product-grid{grid-template-columns:1fr}.pincode-row{flex-direction:column}.pincode-row button{width:100%}.product-reviews .review-grid{grid-template-columns:1fr}.review-form{padding:26px 22px}.rating-row{flex-wrap:wrap;gap:10px}}@media(min-width:901px){.section-shell,.site-header{width:min(1240px,calc(100% - 64px))}.site-header{height:80px}.brand{font-size:34px}.desktop-nav{gap:34px;font-size:14px}.header-shop{padding:13px 22px}.hero{grid-template-columns:.92fr 1.08fr;gap:42px;padding-top:18px}.hero-copy{padding:44px 0 62px}.hero h1{font-size:clamp(58px,5.4vw,78px);line-height:.96;margin-bottom:26px}.hero-copy>p{max-width:520px;font-size:17px;line-height:1.62;margin-bottom:30px}.hero-actions{gap:12px}.button{min-height:50px;padding:0 24px;gap:14px;font-size:14px}.hero-visual{height:525px;min-height:0;align-self:center;overflow:hidden;border-radius:30% 30px 30px}.hero-visual>img{height:100%;max-height:none;object-fit:cover;object-position:center center;border-radius:inherit}.hero-price{right:14px;bottom:20px;padding:14px 14px 14px 18px;column-gap:16px}.hero-price strong{font-size:31px}.hero-price button,.hero-price a{padding:10px 13px}.trust-strip{margin-top:18px;border-radius:16px}.trust-strip>div{gap:13px;padding:18px 20px}.trust-icon{width:44px;height:44px;font-size:19px;flex:0 0 44px}.trust-strip strong{font-size:15px}.trust-strip small{font-size:12px}.shop-section{padding:96px 0 104px}.section-heading{margin-bottom:36px}.section-heading h2,.future-top h2,.story-copy h2,.faq-copy h2{font-size:clamp(42px,4.2vw,60px);margin-top:16px}.product-grid{gap:22px}.product-media{height:290px}.product-content{padding:22px 23px 19px}.product-content h3{font-size:25px;margin:9px 0 8px}.product-content>p{font-size:14px;line-height:1.55;min-height:44px;margin:15px 0}.chips{margin-bottom:15px}.product-buy{padding-top:15px}.product-buy strong{font-size:27px}.product-buy button{padding:12px 18px;font-size:13px}.quick-view{bottom:14px;padding:10px 16px;font-size:12px}.bundle-section{padding:96px 0}.bundle-layout{grid-template-columns:.86fr 1.14fr;gap:58px}.bundle-copy h2{font-size:clamp(48px,4.6vw,64px);margin:20px 0 22px}.bundle-copy>p{font-size:16px;max-width:470px}.steps{max-width:460px;margin:30px 0}.steps>div{min-width:104px}.steps span{width:48px;height:48px;font-size:19px;margin-bottom:9px}.steps b{font-size:12px}.tick-list{gap:12px;font-size:13px}.bundle-builder{padding:28px 32px;border-radius:16px}.bundle-head{padding-bottom:20px}.bundle-head h3{font-size:31px}.bundle-head span{padding:9px 13px;font-size:13px}.bundle-row{grid-template-columns:66px 1fr auto 62px;gap:15px;padding:14px 0}.bundle-row img{width:66px;height:58px}.bundle-row strong{font-size:19px}.bundle-row small{font-size:12px}.bundle-row>span{font-size:17px}.bundle-total{padding-top:22px}.bundle-total strong{font-size:39px}.reviews-section{padding:96px 0}.reviews-heading>div:first-child>p{font-size:15px}.score>strong{font-size:57px}.review-grid{gap:22px}.review-card{min-height:305px;padding:28px 29px;border-radius:15px}.review-card>div b{width:32px;height:32px}.review-card blockquote{font-size:22px;line-height:1.45;margin:31px 0 27px}.review-card footer>span{width:46px;height:46px;font-size:12px}.review-card footer strong{font-size:14px}.review-card footer small{font-size:11px}.verified-note{margin-top:29px;font-size:14px}.story-section{padding:104px 0;grid-template-columns:.93fr 1.07fr;gap:52px}.story-image{overflow:hidden;border-radius:22px}.story-image img{height:590px;aspect-ratio:auto;object-fit:cover;object-position:center top;border-radius:22px}.story-copy{padding:10px 0}.story-copy h3{font-size:25px;margin:18px 0 25px}.story-copy p{font-size:15px;line-height:1.67;margin:0 0 15px}.story-line{gap:16px;padding:17px 21px;margin:22px 0}.story-line span{font-size:25px}.story-line strong{font-size:21px}.future-section{padding:96px 0 88px}.future-top{grid-template-columns:.9fr 1.1fr;gap:44px}.future-top>p{max-width:510px;font-size:16px}.roadmap{margin:40px 0 32px}.roadmap>div{gap:13px;padding:21px 23px}.roadmap span,.roadmap strong{font-size:18px}.future-grid{grid-template-columns:1.08fr repeat(4,1fr);gap:17px}.future-intro{padding:12px 20px 12px 2px}.future-intro h3{font-size:25px}.future-intro p{font-size:14px}.future-card>div{height:160px}.future-card h4{font-size:13px;margin:14px 6px 16px}.waitlist{margin-top:32px;padding:14px 20px}.mail-icon{width:44px;height:44px;font-size:20px}.waitlist p strong{font-size:19px}.waitlist p small{font-size:12px}.waitlist input,.waitlist button{height:48px}.future-signoff{font-size:18px;margin-top:24px}.faq-section{padding:96px 0 110px;grid-template-columns:.88fr 1.12fr;gap:70px}.faq-copy p{font-size:14px}summary{padding:20px 0;font-size:20px}details p{font-size:14px;margin-bottom:21px}.site-footer{padding-top:62px}.footer-grid{gap:52px;padding-bottom:50px}.footer-brand .brand{font-size:38px}}@media(max-width:900px){.section-shell,.site-header{width:calc(100% - 40px)}.hero-visual{overflow:hidden;border-radius:32% 26px 26px}.hero-visual>img{height:100%;max-height:none;object-fit:cover;border-radius:inherit}.trust-strip{margin-top:18px}.story-image{overflow:hidden;border-radius:22px}.story-image img{max-height:680px;object-fit:cover;object-position:center top}}@media(max-width:640px){.section-shell,.site-header{width:calc(100% - 28px)}.hero h1{font-size:50px}.hero-visual{min-height:0;height:390px}.hero-copy>p{font-size:16px}.hero-actions .button{width:auto;align-self:flex-start}.product-media{height:280px}.story-image img{height:auto;max-height:none}}html{-webkit-text-size-adjust:100%;text-size-adjust:100%}button,a,input,summary{touch-action:manipulation}:focus-visible{outline:3px solid rgba(184,121,37,.48);outline-offset:3px}section[id]{scroll-margin-top:92px}@media(hover:none){.product-card:hover,.button:hover,.taste-options button:hover,.product-card:hover .product-media img{transform:none}.quick-view{opacity:1;transform:translate(-50%);background:#fffdf9f0}}@media(max-width:900px){body{padding-bottom:calc(74px + env(safe-area-inset-bottom))}.announcement{min-height:30px;height:auto;padding:7px 12px;line-height:1.35;text-align:center}.site-header{position:sticky;top:0;z-index:900;height:68px;background:#f8f4edf0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid rgba(14,45,39,.08)}.site-header .brand{font-size:31px}.header-actions{gap:2px}.icon-btn,.menu-btn{width:44px;height:44px;display:grid;place-items:center}.menu-btn{display:block}.hero{gap:22px;padding-top:18px}.hero-copy{padding:20px 0 0}.hero h1{font-size:clamp(52px,10vw,68px);line-height:.96;margin-bottom:22px}.hero-copy>p{max-width:560px;font-size:16px;line-height:1.58;margin-bottom:24px}.hero-actions{display:block}.hero-actions .button{min-height:50px;padding-inline:22px;width:auto}.hero-visual{height:auto;min-height:0;display:grid;overflow:visible;border-radius:0}.hero-visual>img{height:auto;aspect-ratio:1.16/1;object-fit:cover;object-position:center;border-radius:26px}.hero-price{position:static;width:100%;margin-top:10px;padding:12px 14px 12px 16px;display:grid;grid-template-columns:1fr auto auto;gap:7px 14px;align-items:center;border-radius:9px}.hero-price small{grid-column:1;grid-row:1;font-size:9px}.hero-price strong{grid-column:1;grid-row:2;font-size:29px;line-height:1}.hero-price button,.hero-price a{grid-column:3;grid-row:1/3;min-width:92px;min-height:44px;padding:9px 12px}.trust-strip{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:2px;border-radius:14px;overflow:hidden}.trust-strip>div{gap:11px;padding:15px 14px;min-width:0}.trust-strip>div:after{display:none!important}.trust-strip>div:nth-child(odd){border-right:1px solid var(--line)}.trust-strip>div:nth-child(-n+2){border-bottom:1px solid var(--line)}.trust-icon{width:40px;height:40px;flex:0 0 40px;font-size:17px}.trust-strip strong{font-size:14px;line-height:1.2}.trust-strip small{font-size:11px;line-height:1.3}.shop-section,.reviews-section,.story-section,.future-section,.faq-section,.bundle-section{padding:78px 0}.section-heading{margin-bottom:28px}.section-heading h2,.future-top h2,.story-copy h2,.faq-copy h2{font-size:clamp(43px,8vw,56px);line-height:1.02}.product-grid{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;overscroll-behavior-inline:contain;margin-inline:-20px;padding:0 20px 10px}.product-grid::-webkit-scrollbar{display:none}.product-card{flex:0 0 min(78vw,360px);scroll-snap-align:start;min-width:0}.product-media{height:250px}.product-content{padding:20px}.product-content h3{font-size:24px}.product-content>p{font-size:13px;margin:13px 0;min-height:0}.product-buy button{min-height:44px}.bundle-layout{gap:36px}.bundle-copy h2{font-size:clamp(48px,9vw,62px);margin:18px 0 20px}.bundle-copy>p{font-size:16px}.steps{margin:28px 0;max-width:520px}.steps>div{min-width:94px}.bundle-builder{padding:24px;border-radius:15px}.bundle-head h3{font-size:31px}.bundle-row{grid-template-columns:64px minmax(0,1fr) auto 62px;gap:13px}.bundle-row img{width:64px;height:58px}.review-grid{scrollbar-width:none;overscroll-behavior-inline:contain;gap:16px;margin-inline:-20px;padding-inline:20px}.review-grid::-webkit-scrollbar{display:none}.review-card{min-width:min(70vw,440px);min-height:310px}.reviews-heading{display:flex;gap:24px}.story-section{gap:34px}.story-image img{width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;object-position:center top;border-radius:20px}.story-copy{padding:0}.future-top{gap:18px}.roadmap{margin:30px 0 28px}.future-card>div{height:175px}.waitlist{gap:13px;padding:16px}.waitlist input,.waitlist button{font-size:16px;min-height:50px}.faq-section{gap:35px}summary{min-height:60px;padding:18px 0}.mobile-menu{min-height:100dvh;height:100dvh;padding:calc(76px + env(safe-area-inset-top)) 28px 32px;overflow-y:auto;overscroll-behavior:contain}.mobile-menu button{width:48px;height:48px;top:max(14px,env(safe-area-inset-top));right:16px}.mobile-menu a{font-size:clamp(34px,10vw,44px);padding:4px 0}.mobile-shopbar{left:10px;right:10px;bottom:max(10px,env(safe-area-inset-bottom));border-radius:12px;box-shadow:0 14px 38px #00000042}.mobile-shopbar a,.mobile-shopbar button{height:56px;min-width:0}.cart-drawer{width:100%;height:100dvh;max-height:100dvh}.cart-drawer header{padding:calc(22px + env(safe-area-inset-top)) 22px 16px}.shipping-meter{padding:0 22px 18px}.cart-items{padding:0 22px}.cart-drawer>footer{padding:18px 22px calc(20px + env(safe-area-inset-bottom))}dialog{max-height:calc(100dvh - 22px);overflow:auto}.search-dialog,.quick-dialog,.taste-dialog{width:calc(100% - 20px)}.site-footer{padding-bottom:calc(76px + env(safe-area-inset-bottom))}.subpage{padding-bottom:0}.subpage .site-header{grid-template-columns:1fr auto}.subpage .desktop-nav{display:none}.subpage .header-actions{display:flex}.subpage .header-shop{display:inline-flex;padding:10px 14px;font-size:12px;min-height:42px;align-items:center}}@media(max-width:640px){.section-shell,.site-header{width:calc(100% - 28px)}.announcement span:nth-of-type(3),.announcement b:nth-of-type(2){display:none}.hero{gap:18px}.hero h1{font-size:clamp(43px,13vw,53px);letter-spacing:-.05em}.hero-copy>p{font-size:15px}.hero-visual>img{aspect-ratio:1.08/1;border-radius:22px}.hero-price{margin-top:8px}.trust-strip>div{padding:13px 11px;gap:8px}.trust-icon{width:36px;height:36px;flex-basis:36px;font-size:15px}.trust-strip strong{font-size:12px}.trust-strip small{font-size:10px}.shop-section,.reviews-section,.story-section,.future-section,.faq-section,.bundle-section{padding:64px 0}.section-heading h2,.future-top h2,.story-copy h2,.faq-copy h2{font-size:clamp(38px,11vw,47px)}.section-heading .text-link{margin-top:18px}.product-grid{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;overscroll-behavior-inline:contain;margin-inline:-14px;padding:0 14px 10px}.product-grid::-webkit-scrollbar{display:none}.product-card{flex:0 0 min(84vw,340px);scroll-snap-align:start}.product-media{height:230px}.badge{left:14px;top:14px;padding:8px 10px;font-size:8px}.quick-view{bottom:10px;padding:9px 14px;font-size:11px}.product-content{padding:18px}.product-content h3{font-size:23px}.product-content>p{font-size:13px;line-height:1.5}.chips{flex-wrap:wrap}.product-buy strong{font-size:27px}.product-buy button{padding:12px 16px}.bundle-copy h2{font-size:clamp(43px,12vw,53px)}.steps{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;gap:4px}.steps>div{min-width:0}.steps span{width:44px;height:44px;font-size:17px}.steps b{font-size:11px}.bundle-builder{padding:18px 16px}.bundle-head{gap:12px;padding-bottom:16px}.bundle-head h3{font-size:25px;line-height:1.05}.bundle-head span{white-space:nowrap;font-size:11px}.bundle-row{grid-template-columns:56px minmax(0,1fr) auto;gap:11px;padding:14px 0}.bundle-row img{grid-row:1/3;width:56px;height:56px}.bundle-row>div:nth-child(2){grid-column:2;grid-row:1;gap:4px;min-width:0}.bundle-row strong{font-size:17px;line-height:1.15}.bundle-row small{font-size:11px}.bundle-row .stepper{grid-column:3;grid-row:1/3}.bundle-row>span{display:block!important;grid-column:2;grid-row:2;text-align:left;font-size:15px}.stepper button{width:34px;height:38px}.stepper b{width:27px}.bundle-total{gap:14px}.bundle-total strong{font-size:38px}.reviews-heading{display:block}.reviews-heading .score{margin-top:18px}.score>strong{font-size:48px}.review-grid{margin-inline:-14px;padding-inline:14px}.review-card{min-width:calc(100vw - 42px);min-height:300px;padding:25px 22px}.review-card blockquote{font-size:22px;line-height:1.45;margin:28px 0 24px}.story-image img{aspect-ratio:5/6}.story-copy h3{font-size:23px;margin:14px 0 22px}.story-copy p{font-size:14px;line-height:1.65}.story-line{padding:15px 17px;margin:20px 0}.story-line strong{font-size:18px}.roadmap>div{padding:17px 15px;gap:10px}.roadmap strong{font-size:17px}.future-grid{grid-template-columns:1fr 1fr;gap:10px}.future-intro{display:block;padding:0 0 12px;grid-column:1/-1}.future-intro h3{font-size:25px}.future-card>div{height:135px}.future-card h4{font-size:12px;margin:12px 5px 14px}.future-card>div span{font-size:7px;padding:6px 8px;left:8px;top:8px}.waitlist{margin-top:24px}.waitlist>div{gap:12px}.mail-icon{width:42px;height:42px;flex:0 0 42px}.waitlist p strong{font-size:18px}.waitlist label,.waitlist button{width:100%}.faq-copy p{font-size:14px}summary{font-size:18px}.footer-grid{grid-template-columns:1fr 1fr;gap:34px 20px}.footer-brand{grid-column:1/-1}.footer-grid h4{margin-bottom:16px}.footer-bottom{padding-bottom:20px}.search-dialog{padding:22px 16px}.search-dialog input{font-size:16px;height:52px}.search-result{grid-template-columns:50px 1fr auto;padding:8px 4px}.search-result img{width:50px;height:46px}.search-result b{font-size:16px}.search-result small{font-size:11px}.quick-dialog,.taste-dialog{padding:28px 16px 20px;border-radius:17px}.quick-layout{gap:20px}.quick-layout>img{height:210px}.quick-layout h2,.taste-dialog h2{font-size:32px}.quick-layout p{font-size:14px}.quick-layout .button,.taste-result .button{width:100%}.cart-item{grid-template-columns:64px 1fr auto}.cart-item img{width:64px;height:60px}.cart-item h4{font-size:17px}.toast{bottom:calc(78px + env(safe-area-inset-bottom));max-width:calc(100% - 28px);text-align:center}.product-page{padding-top:28px;padding-bottom:70px}.product-gallery-main{border-radius:17px;aspect-ratio:1.05}.product-thumbs button{width:72px;height:62px}.product-info-panel{padding-top:0}.product-info-panel h1{font-size:39px}.product-info-panel>p{font-size:16px}.product-price{font-size:38px;margin:20px 0}.buy-row{grid-template-columns:96px 1fr}.product-buy-main{min-height:54px}.related{padding-bottom:80px}.related h2{font-size:38px}.policy-page{padding-top:38px;padding-bottom:80px}.policy-aside h1{font-size:40px}.policy-content section{padding-bottom:27px;margin-bottom:27px}.policy-content h2{font-size:26px}}@media(max-width:370px){.trust-strip{grid-template-columns:1fr}.trust-strip>div{border-right:0!important;border-bottom:1px solid var(--line)}.trust-strip>div:last-child{border-bottom:0}.future-grid{grid-template-columns:1fr}.future-intro{grid-column:1}.hero h1{font-size:42px}}.reveal{opacity:1;transform:none}.js .reveal{opacity:0;transform:translateY(24px)}.js .reveal.visible{opacity:1;transform:none}@media(max-width:900px){.hero-price{display:none}}.collection-page,.search-page,.error-page,.page-content{padding:85px 0 130px}.collection-description{color:var(--muted);line-height:1.7;max-width:700px;margin:0 0 40px}.search-page h1,.error-page h1,.page-content h1{font-family:var(--serif);font-size:52px;font-weight:500;margin:0 0 30px}.error-page{text-align:center}.error-page p{color:var(--muted);margin-bottom:24px}.compliance-list{display:grid;grid-template-columns:auto 1fr;gap:6px 18px;margin:0}.compliance-list dt{font-weight:750;color:var(--ink)}.compliance-list dd{margin:0;color:var(--muted)}.form-success{margin-top:10px;color:var(--green);font-weight:700}.search-result-generic{padding:14px 0;border-bottom:1px solid var(--line)}@media(max-width:640px){.search-page h1,.error-page h1,.page-content h1{font-size:38px}}.cart-page{padding:70px 0 130px}.cart-page-head{margin-bottom:44px}.cart-page-head .eyebrow{display:block;margin-bottom:14px}.cart-page-head h1{font-family:var(--serif);font-size:clamp(42px,4.5vw,64px);font-weight:500;letter-spacing:-.03em;margin:0}.empty-cart-page{text-align:center;padding:110px 25px;color:var(--muted);border:1px solid var(--line);border-radius:var(--radius);background:var(--paper)}.empty-cart-page span{font-size:56px}.empty-cart-page h3{font-family:var(--serif);font-size:30px;color:var(--ink);margin:14px 0 8px}.empty-cart-page .button{margin-top:26px}.cart-page-layout{display:grid;grid-template-columns:1fr 400px;gap:56px;align-items:start}.cart-page-items{display:grid;gap:20px}.cart-page-item{display:grid;grid-template-columns:108px 1fr auto auto;gap:22px;align-items:center;background:var(--paper);border:1px solid var(--line);border-radius:16px;padding:18px}.cart-page-item-image{display:block;width:108px;height:108px;border-radius:11px;overflow:hidden;background:#eee;flex-shrink:0}.cart-page-item-image img{width:100%;height:100%;object-fit:cover}.cart-page-item-info h3{font-family:var(--serif);font-size:21px;font-weight:500;margin:0 0 6px;line-height:1.2}.cart-page-item-variant{color:var(--muted);font-size:13px;margin:0 0 4px}.cart-page-item-unit-price{color:var(--muted);font-size:13px;margin:0 0 10px}.cart-page-item-remove{display:inline-flex;align-items:center;gap:6px;border:0;background:transparent;color:var(--muted);font-size:12px;font-weight:700;letter-spacing:.02em;padding:0}.cart-page-item-remove:hover{color:#b23b3b}.cart-page-item-qty .stepper{display:flex;align-items:center;border:1px solid var(--line);border-radius:7px;overflow:hidden}.cart-page-item-qty .stepper button{width:34px;height:38px;border:0;background:#f5efe6;font-size:17px}.cart-page-item-qty .stepper input{width:44px;height:38px;border:0;border-left:1px solid var(--line);border-right:1px solid var(--line);text-align:center;font-weight:700;-moz-appearance:textfield}.cart-page-item-qty .stepper input::-webkit-outer-spin-button,.cart-page-item-qty .stepper input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-page-item-price{text-align:right;display:grid;gap:2px;min-width:90px}.cart-page-item-price s{color:var(--muted);font-size:13px}.cart-page-item-price strong{font-family:var(--serif);font-size:22px}.cart-page-summary{position:sticky;top:32px;background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);padding:32px;box-shadow:var(--shadow)}.cart-page-shipping-meter{margin-bottom:26px}.cart-page-shipping-meter>div{display:flex;justify-content:space-between;font-size:12px;color:var(--muted);margin-bottom:10px}.cart-page-shipping-meter>i{height:7px;border-radius:7px;background:#ece6dc;display:block;overflow:hidden}.cart-page-shipping-meter em{display:block;height:100%;background:var(--gold);transition:.3s}.cart-page-summary h2{font-family:var(--serif);font-size:24px;font-weight:500;margin:0 0 20px}.cart-page-summary-row{display:flex;justify-content:space-between;align-items:baseline;padding-bottom:20px;margin-bottom:6px;border-bottom:1px solid var(--line)}.cart-page-summary-row span{color:var(--muted);font-size:14px}.cart-page-summary-row strong{font-family:var(--serif);font-size:28px}.cart-page-summary-note{color:var(--muted);font-size:12px;margin:0 0 22px}.cart-page-checkout{width:100%;margin-bottom:12px}.cart-page-update{width:100%;height:48px;border:1px solid var(--line);background:transparent;border-radius:7px;font-weight:700;margin-bottom:16px}.cart-page-update:hover{background:#f5efe6}.cart-page-continue{display:block;text-align:center;font-size:13px;font-weight:700;color:var(--muted)}.cart-page-continue:hover{color:var(--ink)}@media(max-width:900px){.cart-page-layout{grid-template-columns:1fr}.cart-page-summary{position:static}}@media(max-width:640px){.cart-page{padding:40px 0 90px}.cart-page-item{grid-template-columns:72px 1fr;grid-template-areas:"image info" "qty price"}.cart-page-item-image{grid-area:image;width:72px;height:72px}.cart-page-item-info{grid-area:info}.cart-page-item-qty{grid-area:qty}.cart-page-item-price{grid-area:price;text-align:left}.cart-page-summary{padding:24px}}shopify-account.header-account{display:grid;place-items:center;--shopify-account-signed-in-avatar-size:34px;--shopify-account-signed-in-avatar-color-background:var(--green);--shopify-account-signed-in-avatar-color-text:#fff;--shopify-account-color-accent:var(--green);--shopify-account-color-accent-hover:var(--green-2);--shopify-account-color-accent-text:#fff;--shopify-account-color-background:var(--paper);--shopify-account-color-card-background:var(--cream);--shopify-account-color-text:var(--ink);--shopify-account-color-text-subdued:var(--muted);--shopify-account-color-border:var(--line);--shopify-account-color-control-background:#fff;--shopify-account-color-control-text:var(--ink);--shopify-account-color-shadow:var(--shadow);--shopify-account-font-heading:var(--serif);--shopify-account-font-body:var(--sans);--shopify-account-radius-base:var(--radius);--shopify-account-radius-dialog:22px;--shopify-account-radius-button:7px;--shopify-account-radius-button-small:7px;--shopify-account-radius-input:6px}shopify-account.header-account::part(signed-out-avatar){padding:0;width:44px;height:44px}.account-avatar-icon{display:grid;place-items:center;cursor:pointer}
/*# sourceMappingURL=/cdn/shop/t/5/assets/theme.css.map */
