@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,500;0,600;0,700;1,500;1,600&display=swap');
:root{--cream:#faf5e9;--paper:#f0ebdd;--red:#a62019;--dark:#24291f;--muted:#676a5d;--line:#d8d6c9;--serif:'Playfair Display',Georgia,serif;--sans:'DM Sans',Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:22px}body{margin:0;background:var(--cream);color:var(--dark);font-family:var(--sans);font-size:16px}body:has(dialog[open]){overflow:hidden}button,select,textarea{font:inherit}button,a,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{opacity:.45;cursor:not-allowed}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,select:focus-visible,summary:focus-visible,textarea:focus-visible{outline:3px solid #d68a18;outline-offset:5px}button{color:inherit}img{display:block;max-width:100%}h1,h2,h3,p{margin:0}h2{font:500 clamp(44px,4.6vw,74px)/1.1 var(--serif);letter-spacing:-2.3px}em{font-weight:500;color:var(--red)}p{line-height:1.8}[hidden]{display:none!important}.eyebrow{font-size:12px;font-weight:600;letter-spacing:2px;line-height:1.7}.section{padding:100px 6%}.reveal{opacity:1}.motion-on .reveal.pending{opacity:0;transform:translateY(28px)}.motion-on .reveal{transition:opacity .8s ease,transform .8s cubic-bezier(.2,.7,.25,1)}.page-progress{height:3px;position:fixed;top:0;left:0;width:100%;z-index:30;pointer-events:none}.page-progress span{display:block;height:100%;background:#edb787;transform:scaleX(0);transform-origin:left}.announcement{background:var(--red);color:var(--cream);text-align:center;padding:10px 18px;font-size:10px;letter-spacing:2px}header{height:110px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 6%;background:var(--cream)}.logo{font:700 61px/.82 var(--serif);letter-spacing:-4px;color:var(--red);display:inline-block}.logo span{display:block;font:600 9px/3.3 var(--sans);letter-spacing:2px;margin-left:3px}nav{display:flex;gap:32px;font-size:14px}nav a{position:relative;padding:10px 0}nav a:after{content:'';position:absolute;height:1px;bottom:3px;left:0;width:100%;background:var(--red);transform:scaleX(0);transform-origin:left;transition:transform .25s}nav a:hover:after{transform:scaleX(1)}.bag-button{background:none;border:0;display:flex;align-items:center;gap:12px;font-size:14px}.bag-button span{width:31px;height:31px;border:1px solid var(--red);color:var(--red);border-radius:50%;display:grid;place-items:center}.hero{position:relative;min-height:730px;background:var(--red);color:var(--cream);overflow:hidden}.hero-photo{position:absolute;inset:0 0 0 37%;overflow:hidden}.hero-photo img{height:100%;width:100%;object-fit:cover;object-position:65% center;transform:scale(1.06) translateY(var(--hero-drift,0px));will-change:transform}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,#a62019 5%,#a62019f5 32%,#8a231350 60%,#20160916 100%)}.hero-copy{position:relative;z-index:1;padding:62px 6% 100px;max-width:850px}.hero-intro{font-size:11px;letter-spacing:2.5px}.hero h1{font:500 clamp(79px,8.6vw,143px)/.95 var(--serif);letter-spacing:-6px;margin:25px 0 28px}.hero h1>span{display:block}.hero h1 em{color:var(--cream)}.hero-copy p{font-size:17px;line-height:1.7}.hero-actions{display:flex;align-items:center;gap:28px;flex-wrap:wrap;margin-top:30px}.button{border:0;border-radius:2px;padding:19px 23px;display:inline-flex;gap:28px;align-items:center;justify-content:space-between;font-size:14px;font-weight:500;transition:transform .25s,box-shadow .25s,background .25s;line-height:1.4}.button>span{font-size:22px;line-height:1}.button:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 7px 15px #0001}.cream{background:var(--cream);color:var(--red)}.red{background:var(--red);color:var(--cream)}.dark{background:var(--dark);color:var(--cream)}.wide{width:100%}.hero-story-link{font-size:13px;border-bottom:1px solid #fff8;padding:8px 0}.hero-story-link span{display:inline-block;margin-left:8px}.hero-signature{position:absolute;z-index:1;right:7%;top:42%;font:italic 28px/1.2 var(--serif);transform:rotate(-12deg);text-shadow:0 2px 14px #0007}.hero-signature em{color:var(--cream);font-size:65px;display:block}.hero-bottom{position:absolute;left:6%;right:6%;bottom:25px;display:flex;justify-content:space-between;font-size:10px;letter-spacing:1.8px;gap:20px;z-index:1}.manifesto{padding:100px 20px 70px;text-align:center}.manifesto h2{margin:24px 0;font-size:clamp(40px,5vw,76px)}.manifesto h2>span{color:#848474}.manifesto p{font-size:16px;color:var(--muted)}.round-scroll{display:grid;place-items:center;width:48px;height:48px;border:1px solid #b7bcac;border-radius:50%;margin:32px auto 0;font-size:23px}.origin-journey{display:grid;grid-template-columns:1fr 1fr;background:#252d35;color:var(--cream);transition:background 1s}.origin-journey[data-active="3"]{background:#473326}.origin-journey[data-active="4"]{background:#2b3324}.chapter-photo{position:sticky;top:0;height:100svh;max-height:1020px;min-height:550px;overflow:hidden}.journey-scenes{position:absolute;inset:0}.journey-scene{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transform:scale(1.08);transition:opacity 1.2s,transform 2s;filter:brightness(.8)}.journey-scene.is-active{opacity:1;transform:scale(1)}.chapter-overlay{position:absolute;inset:0;padding:45px 9%;display:flex;flex-direction:column;justify-content:space-between;background:linear-gradient(#131e1a20,transparent 35%,#141912ed)}.journey-route{display:flex;gap:18px;align-items:center;font-size:12px;letter-spacing:3px}.route-line{height:1px;background:#ffffff50;flex:1;max-width:190px}.route-line span{display:block;position:relative;height:2px;background:#ffddba;width:0;transition:width 1s}.route-line span:after{content:'';width:7px;height:7px;background:#ffddba;border-radius:50%;position:absolute;right:0;top:-3px}.chapter-overlay h2{font-size:clamp(43px,4.2vw,68px);font-style:italic;margin:15px 0 25px}.chapter-track{height:2px;background:#ffffff30}.chapter-track span{width:25%;display:block;height:100%;background:#e1ae85;transition:width .8s}.chapter-meta{display:flex;justify-content:space-between;font-size:11px;letter-spacing:1px;margin-top:18px;gap:10px}.chapter{min-height:86svh;padding:70px 12%;display:flex;flex-direction:column;justify-content:center;border-bottom:1px solid #ffffff1a}.chapter:last-child{border-bottom:0}.chapter-number{font:italic 66px/1 var(--serif);color:#c4c5b4;margin-bottom:23px}.chapter>.eyebrow{font-size:10px;color:#c9cdbd}.chapter h3{font:500 clamp(35px,3.5vw,55px)/1.15 var(--serif);letter-spacing:-1.5px;margin:20px 0 24px}.chapter em{color:#eab491}.chapter p{font-size:16px;color:#d6d8cb;line-height:1.9}.chapter-note{font:italic 22px/1.5 var(--serif);margin-top:27px;color:#eab491}.light-link{align-self:start;margin-top:28px;padding-bottom:8px;border-bottom:1px solid #bdc0a8;font-size:14px}.original-parcel{display:grid;grid-template-columns:1fr 1fr;gap:9%;align-items:center}.parcel-image{position:relative;margin:25px 0}.parcel-image>img{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:180px 180px 4px 4px}.photo-note{font-size:10px;color:var(--muted);display:block;margin-top:15px}.parcel-stamp{position:absolute;right:-25px;top:52px;border-radius:50%;width:125px;height:125px;background:var(--red);color:var(--cream);border:5px solid var(--cream);display:flex;justify-content:center;align-items:center;flex-direction:column;font-size:10px;letter-spacing:1px;transform:rotate(12deg)}.parcel-stamp em{font:italic 24px var(--serif);color:var(--cream);letter-spacing:0;margin-top:6px}.parcel-copy h2{margin:22px 0;font-size:clamp(48px,5.2vw,80px)}.parcel-copy>p{color:var(--muted);font-size:16px;margin-bottom:25px}#parcel-reveal{margin-top:20px}.parcel-item{display:flex;gap:18px;align-items:center;padding:15px 0;border-bottom:1px solid var(--line)}.parcel-item>span{font:italic 27px var(--serif);color:var(--red)}.parcel-item>button{background:none;border:0;text-align:left;flex:1;font-size:16px;padding:5px 0;display:flex;justify-content:space-between;gap:8px}.parcel-item>button:hover{color:var(--red)}#parcel-reveal>.button{margin-top:20px}.ticker{background:var(--red);color:var(--cream);overflow:hidden;padding:20px 0;font-size:13px;letter-spacing:2px}.ticker>div{width:max-content;animation:marquee 40s linear infinite}.ticker span{font-size:21px;padding:0 40px}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:43px}.section-heading h2{margin-top:15px}.section-heading>p{color:var(--muted);font-size:16px}.catalog-toolbar{border-bottom:1px solid var(--line);padding-bottom:20px;display:flex;justify-content:space-between;align-items:center;gap:20px}.filters{display:flex;flex-wrap:wrap;gap:5px}.filters button{padding:12px 17px;border:1px solid transparent;background:transparent;border-radius:30px;font-size:14px;white-space:nowrap}.filters button.selected{background:var(--dark);color:var(--cream)}.filters button:not(.selected):hover{border-color:var(--line)}.filters sup{font-size:10px;margin-left:4px}.diet-filter{display:flex;flex-direction:column;gap:5px;font-size:11px;color:var(--muted)}.diet-filter select{border:0;background:none;color:var(--dark);font-size:14px;padding:4px 25px 4px 0;max-width:180px}.catalog-note{display:flex;justify-content:space-between;gap:20px;margin:19px 0 26px;font-size:11px;color:var(--muted)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:35px 22px}.product{min-width:0}.product-image{position:relative;display:block;width:100%;padding:0;border:0;overflow:hidden;background:#dbc9b4;text-align:left;aspect-ratio:1/1.06}.product-image>img{width:100%;height:100%;object-fit:cover;transition:transform .65s cubic-bezier(.2,.7,.25,1),filter .65s}.product-image:hover>img{transform:scale(1.06);filter:brightness(.9)}.diet-badge{position:absolute;left:12px;top:12px;background:var(--cream);color:var(--dark);font-size:9px;letter-spacing:.5px;border-radius:2px;padding:7px 8px}.product-image .product-story-link{position:absolute;left:15px;right:15px;bottom:15px;background:#faf5e9ed;color:var(--dark);display:flex;justify-content:space-between;padding:11px 13px;font-size:12px;opacity:0;transform:translateY(6px);transition:.25s}.product-image:hover .product-story-link,.product-image:focus-visible .product-story-link{opacity:1;transform:none}.product-info{padding-top:17px}.product-info h3{font:500 26px/1.2 var(--serif);letter-spacing:-.6px}.product-info h3 button{font:inherit;letter-spacing:inherit;border:0;padding:0;background:none;text-align:left}.product-info h3 button:hover{color:var(--red)}.product-info>p{font-size:12px;color:var(--muted);margin-top:6px;min-height:22px}.product-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:14px;gap:10px}.product-bottom strong{font-size:15px;font-weight:500}.product-bottom small{display:block;font-size:11px;color:var(--muted);margin-top:3px}.add-button{height:38px;width:38px;display:grid;place-items:center;border:1px solid #b6bcab;border-radius:50%;background:none;font-size:23px;transition:.2s}.add-button:hover{background:var(--red);color:var(--cream);border-color:var(--red)}.add-button:active{transform:scale(.88)}.empty-catalog{grid-column:1/-1;text-align:center;padding:60px 20px}.empty-catalog p{margin-bottom:20px}.build-parcel{background:#e4e7d8;display:grid;grid-template-columns:1fr 1fr;gap:10%;align-items:start}.builder-copy h2{margin:20px 0 25px}.builder-copy>p{max-width:390px;font-size:16px;color:#58614e}.presets{margin-top:35px}.presets>button{width:100%;display:flex;text-align:left;align-items:center;gap:18px;border:0;border-top:1px solid #b9c0aa;background:none;padding:20px 0}.presets>button>span:first-child{font:italic 25px var(--serif);color:#758362}.presets>button>span:last-child{margin-left:auto;font-size:22px}.presets strong{font-size:15px;font-weight:500}.presets small{display:block;font-size:12px;color:#65715a;line-height:1.5;margin-top:5px}.presets>button:hover strong{color:var(--red)}.parcel-builder{background:var(--cream);padding:32px;border:1px solid #bfc7b0;box-shadow:10px 10px 0 #cdd3bd;position:sticky;top:25px}.builder-top{display:flex;justify-content:space-between;gap:10px;align-items:center}.builder-top .eyebrow{font-size:10px;letter-spacing:1.5px}.builder-top>span:last-child{font-size:12px;white-space:nowrap}.parcel-builder h3{font:500 32px/1.2 var(--serif);letter-spacing:-.8px;margin:20px 0 25px}.box-empty{padding:25px 15px;text-align:center;border:1px dashed #c5c8b9;margin-bottom:24px;color:#6a7360;font:italic 21px/1.5 var(--serif)}.box-row{display:flex;align-items:center;gap:12px;padding:14px 0;border-bottom:1px solid var(--line)}.box-row>span{font:italic 20px var(--serif);color:var(--red)}.box-row>div{flex:1}.box-row h4{font-size:14px;font-weight:500;margin:0 0 4px}.box-row small{font-size:11px;color:var(--muted)}.box-row button{border:0;background:none;font-size:22px;line-height:1;padding:8px}.picker-label{display:block;font-size:12px;margin:23px 0 9px}.box-picker-row{display:flex;gap:8px}.box-picker-row select{width:100%;min-width:0;border:1px solid #c7cabc;padding:13px 30px 13px 12px;background:transparent;font-size:13px}.box-picker-row button{flex-shrink:0;width:48px;border:1px solid #c7cabc;background:none;font-size:25px}.small-note{font-size:12px;color:var(--muted);line-height:1.7;margin-top:12px}.builder-total{display:flex;justify-content:space-between;align-items:center;margin:28px 0 20px;font-size:14px}.builder-total strong{font-size:23px;font-weight:500}.builder-disclaimer{text-align:center;font-size:11px}.quiet-button{display:block;border:0;border-bottom:1px solid #adb29e;padding:0 0 4px;margin:16px auto 0;background:none;font-size:12px}.founder-note{text-align:center;position:relative;overflow:hidden;padding-top:115px;padding-bottom:100px}.founder-note h2{margin:28px 0;font-size:clamp(39px,4.8vw,74px)}.founder-note p{max-width:530px;margin:0 auto;color:var(--muted);font-size:16px}.signature{display:block;font:italic 28px var(--serif);color:var(--red);margin-top:26px}.note-rule{height:50px;width:1px;background:#abb29b;margin:30px auto 18px}.note-telugu{font-size:47px;color:var(--red)}.questions{display:grid;grid-template-columns:1fr 1.2fr;gap:10%;border-top:1px solid var(--line);padding-top:75px;padding-bottom:90px}.questions h2{font-size:50px;margin-top:17px}.faq-list>details{border-bottom:1px solid var(--line)}.faq-list summary{display:flex;align-items:center;justify-content:space-between;gap:20px;cursor:pointer;padding:22px 0;font-size:15px;list-style:none;line-height:1.5}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary>span{font-size:24px;font-weight:400;transition:transform .2s}.faq-list details[open] summary>span{transform:rotate(45deg)}.faq-list p{padding-bottom:22px;font-size:14px;color:var(--muted)}.closing{background:var(--red);color:var(--cream);text-align:center;padding:85px 20px 160px;position:relative;overflow:hidden}.closing h2{font-size:clamp(63px,7.4vw,112px);margin:25px 0 35px;position:relative;z-index:1}.closing em{color:var(--cream)}.closing>.button{position:relative;z-index:1}.closing-word{position:absolute;bottom:-.22em;left:50%;transform:translateX(-50%);font:700 clamp(160px,39vw,650px)/1 var(--serif);letter-spacing:-.08em;opacity:.085;pointer-events:none}footer{padding:55px 6% 24px}.footer-main{display:flex;justify-content:space-between;align-items:start;gap:30px}.footer-main p{font:italic 23px/1.5 var(--serif)}.footer-main>div{display:flex;flex-direction:column;gap:12px;font-size:14px}.footer-main>div a:hover{color:var(--red)}.footer-bottom{margin-top:38px;padding-top:24px;border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;gap:15px;font-size:11px;color:var(--muted)}#motion-toggle{border:1px solid #c9cdbe;background:none;padding:7px 12px;border-radius:20px;font-size:11px}.floating-bag{position:fixed;bottom:22px;right:26px;background:var(--dark);color:var(--cream);border:1px solid #ffffff28;box-shadow:0 5px 25px #0003;border-radius:3px;z-index:12;padding:16px 21px;display:flex;align-items:center;gap:25px;font-size:13px}.floating-bag b{font-size:11px;background:#faf5e92b;padding:3px 7px;border-radius:50%;margin-left:5px}.toast{position:fixed;bottom:88px;left:50%;transform:translate(-50%,15px);opacity:0;pointer-events:none;z-index:50;background:var(--dark);color:var(--cream);padding:14px 21px;font-size:13px;border:1px solid #ffffff30;box-shadow:0 5px 20px #0002;border-radius:3px;max-width:90vw;transition:.2s;text-align:center}.toast.show{opacity:1;transform:translate(-50%,0)}dialog{background:var(--cream);color:var(--dark);border:0;border-radius:3px;box-shadow:0 30px 100px #0005;max-height:90dvh;width:min(550px,94vw);padding:32px}dialog::backdrop{background:#151b13b8;backdrop-filter:blur(5px)}.dialog-header{display:flex;justify-content:space-between;align-items:start;gap:15px;margin-bottom:25px}.dialog-header h2{font-size:43px;letter-spacing:-1.2px;margin-top:12px}.dialog-header h2>span{font:400 17px var(--sans);letter-spacing:0}.icon-button{border:1px solid var(--line);background:var(--cream);width:37px;height:37px;font-size:24px;line-height:1;border-radius:50%;flex-shrink:0}.bag-row{display:flex;gap:15px;padding:18px 0;border-top:1px solid var(--line);align-items:center;justify-content:space-between}.bag-row h3{font-size:15px;font-weight:500;margin-bottom:7px}.bag-row small{font-size:12px;color:var(--muted)}.quantity{display:flex;align-items:center;gap:12px;font-size:14px}.quantity button{width:29px;height:29px;background:none;border:1px solid #bdc4b0;border-radius:50%}.total{display:flex;justify-content:space-between;gap:12px;font-size:21px;padding:22px 0;border-top:1px solid var(--line)}.disclaimer{font-size:12px;line-height:1.8;color:var(--muted)}#bag-summary>.button{margin-top:20px}.empty{text-align:center;padding:40px 0}.empty>.button{margin-top:25px}#order-text{width:100%;margin-top:20px;min-height:185px;padding:15px;border:1px solid var(--line);background:white;font-size:13px;line-height:1.6}#details{width:min(750px,94vw);padding:0}.detail-close{position:sticky;top:15px;float:right;margin:15px 15px -52px 0;z-index:2}.detail-photo{height:245px;width:100%;object-fit:cover;object-position:center 58%}.detail-inner{padding:30px}.detail-title{font:500 44px/1.12 var(--serif);letter-spacing:-1.3px;margin:14px 0}.detail-tags{font-size:12px;color:var(--muted)}.dish-narrative{border-top:1px solid var(--line);padding-top:24px;margin-top:24px}.dish-narrative h3{font:italic 29px/1.25 var(--serif);color:var(--red);margin:13px 0 20px}.dish-narrative>p{font-size:16px;line-height:1.85;color:#5d6554}.pairing{background:#e5e8d8;border-left:2px solid #91a078;padding:19px;margin:23px 0}.pairing p{font-size:14px;margin-top:8px}.detail-purchase{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:20px}.detail-purchase>div strong{font-size:22px;font-weight:500}.detail-purchase>div small{font-size:11px;display:block;margin-top:5px;color:var(--muted)}.detail-purchase>.button{font-size:13px}.motion-on .hero h1>span{animation:hero-enter 1.15s cubic-bezier(.2,.7,.25,1) both}.motion-on .hero h1>span:nth-child(2){animation-delay:.12s}.motion-on .hero h1>span:nth-child(3){animation-delay:.24s}.motion-on .hero-intro,.motion-on .hero-copy>p,.motion-on .hero-actions{animation:rise-in .8s .35s both}.motion-on .hero-photo{animation:hero-photo 1.5s ease-out both}.motion-on .hero-signature{animation:signature-float 7s ease-in-out infinite}.motion-on dialog[open]{animation:rise-in .3s ease both}.motion-on .parcel-item{animation:rise-in .5s both;animation-delay:var(--delay,0ms)}.motion-on #parcel-reveal{animation:rise-in .5s ease both}.motion-on .box-row{animation:rise-in .3s ease both}@keyframes hero-enter{from{opacity:0;transform:translateY(45px);clip-path:inset(100% 0 0 0)}to{opacity:1;transform:none;clip-path:inset(0)}}@keyframes rise-in{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}@keyframes hero-photo{from{opacity:.2;transform:scale(1.07)}to{opacity:1;transform:scale(1)}}@keyframes signature-float{0%,100%{transform:rotate(-12deg) translateY(0)}50%{transform:rotate(-8deg) translateY(-8px)}}@keyframes marquee{to{transform:translateX(-50%)}}
@media(min-width:1600px){.hero{min-height:890px}.hero-copy{padding-top:85px}.section{padding-left:max(6%,calc((100vw - 1450px)/2));padding-right:max(6%,calc((100vw - 1450px)/2))}}@media(max-width:1050px){header{padding:0 5%;height:95px}.logo{font-size:51px}nav{gap:22px;font-size:13px}.hero{min-height:700px}.hero h1{font-size:100px}.hero-copy{padding-left:5%}.hero-signature{right:5%;top:42%}.hero-signature em{font-size:52px}.hero-actions{gap:20px}.hero-story-link{font-size:12px}.section{padding:75px 5%}.chapter{padding:60px 10%}.chapter h3{font-size:37px}.chapter-photo{min-height:500px}.chapter-overlay{padding:35px 8%}.chapter-overlay h2{font-size:47px}.catalog-toolbar{align-items:start;flex-direction:column}.diet-filter{flex-direction:row;align-items:center;gap:15px}.product-grid{grid-template-columns:repeat(3,1fr)}.product-info h3{font-size:25px}.original-parcel{gap:7%}.parcel-copy h2{font-size:56px}.build-parcel{gap:6%}.parcel-builder{padding:25px}.builder-copy h2{font-size:62px}.questions h2{font-size:43px}.questions{gap:8%}.footer-main p{font-size:21px}}
@media(max-width:700px){.announcement{font-size:8px;letter-spacing:1.3px;padding:9px 10px}header{height:87px;padding:0 6%;gap:12px}.logo{font-size:48px}.logo span{font-size:7px;letter-spacing:1.5px}nav{gap:0}nav a{display:none;font-size:12px}nav a:first-child{display:block}.bag-button{font-size:12px;gap:7px}.bag-button span{height:27px;width:27px;font-size:11px}.hero{min-height:740px}.hero-photo{inset:0 0 0 10%;}.hero-photo img{object-position:65% center;filter:brightness(.8)}.hero-shade{background:linear-gradient(90deg,#a62019ef,#94231c75 75%),linear-gradient(0deg,#6e1a12d9,transparent 35%)}.hero-copy{padding:45px 7% 120px}.hero-intro{font-size:9px;letter-spacing:1.8px}.hero h1{font-size:clamp(77px,20.4vw,119px);letter-spacing:-4px;margin:26px 0 30px}.hero-copy p{font-size:16px}.hero-actions{display:flex;align-items:start;flex-direction:column;gap:15px;margin-top:25px}.button{font-size:13px;padding:17px 20px;gap:27px}.hero-signature{right:8%;top:auto;bottom:78px;font-size:16px}.hero-signature em{font-size:37px}.hero-bottom{left:7%;right:7%;bottom:24px;font-size:8px;letter-spacing:1px}.hero-bottom>span:last-child{display:none}.manifesto{padding:65px 7% 45px}.manifesto>.eyebrow{font-size:9px;letter-spacing:1.7px}.manifesto h2{font-size:41px;letter-spacing:-1.5px;line-height:1.2;margin:23px 0}.manifesto p{font-size:15px}.manifesto p br{display:none}.round-scroll{margin-top:25px;width:42px;height:42px}.origin-journey{display:block}.chapter-photo{height:30svh;min-height:215px;max-height:320px;z-index:2;box-shadow:0 8px 25px #0003}.chapter-overlay{padding:20px 7%;background:linear-gradient(#171e1770,#171e17b8)}.journey-route{font-size:9px;letter-spacing:2px;gap:12px}.route-line{max-width:110px}.chapter-overlay .eyebrow{font-size:8px;letter-spacing:1.3px}.chapter-overlay h2{font-size:33px;letter-spacing:-1px;margin:7px 0 12px}.chapter-meta{font-size:9px;margin-top:11px}.journey-scene:first-child{object-position:center 57%}.journey-scene:nth-child(2){object-position:center 51%}.chapter{min-height:67svh;padding:40px 8% 50px}.chapter-number{font-size:45px;margin-bottom:17px}.chapter>.eyebrow{font-size:9px;letter-spacing:1.5px}.chapter h3{font-size:36px;margin:17px 0 21px}.chapter p{font-size:16px;line-height:1.85}.chapter-note{font-size:21px;margin-top:23px}.section{padding:58px 7%}.original-parcel{display:flex;flex-direction:column;gap:35px;align-items:stretch}.parcel-image{margin:0 8% 0 0}.parcel-image>img{aspect-ratio:1.05;border-radius:120px 120px 3px 3px}.parcel-stamp{width:107px;height:107px;right:-27px;top:24px;font-size:9px}.parcel-stamp em{font-size:21px}.photo-note{font-size:9px}.parcel-copy>.eyebrow{font-size:9px}.parcel-copy h2{font-size:54px;margin:19px 0 20px}.parcel-copy h2 br:nth-child(2){display:none}.parcel-copy>p{font-size:15px}.parcel-item>button{font-size:14px}.ticker{font-size:11px;padding:16px 0}.ticker span{padding:0 24px;font-size:17px}h2{font-size:44px;letter-spacing:-1.6px}.section-heading{display:block;margin-bottom:28px}.section-heading>.eyebrow,.section-heading .eyebrow{font-size:9px;letter-spacing:1.6px}.section-heading>p{font-size:15px;margin-top:20px}.catalog-toolbar{gap:16px;padding-bottom:16px}.filters{gap:2px}.filters button{font-size:12px;padding:9px 10px}.filters sup{font-size:9px;margin-left:2px}.diet-filter{font-size:11px}.diet-filter select{font-size:13px}.catalog-note{align-items:start;font-size:10px;margin:16px 0 23px;gap:12px}.catalog-note>span:last-child{max-width:200px;text-align:right}.product-grid{grid-template-columns:repeat(2,1fr);gap:27px 13px}.product-image{aspect-ratio:1/1.14}.diet-badge{font-size:7px;padding:5px 6px;top:8px;left:8px}.product-image .product-story-link{opacity:1;transform:none;padding:8px;left:8px;right:8px;bottom:8px;font-size:10px}.product-info{padding-top:13px}.product-info h3{font-size:22px;letter-spacing:-.6px}.product-info>p{font-size:10px;line-height:1.6;min-height:32px}.product-bottom{margin-top:9px;gap:6px}.product-bottom strong{font-size:14px}.product-bottom small{font-size:9px}.add-button{width:32px;height:32px;font-size:21px}.build-parcel{display:block}.builder-copy>.eyebrow{font-size:10px}.builder-copy h2{font-size:57px}.builder-copy h2 br:nth-child(2){display:none}.builder-copy>p{font-size:15px}.presets{margin:25px 0 35px}.presets>button{gap:15px;padding:18px 0}.presets strong{font-size:14px}.presets small{font-size:11px}.parcel-builder{position:relative;top:auto;padding:22px;box-shadow:7px 7px 0 #cdd3bd}.builder-top .eyebrow{font-size:8px;letter-spacing:1.1px}.parcel-builder h3{font-size:28px;margin:19px 0 22px}.box-row h4{font-size:13px}.box-picker-row select{font-size:12px;padding-left:9px}.small-note{font-size:11px}.founder-note{padding-top:70px;padding-bottom:60px}.founder-note>.eyebrow{font-size:10px}.founder-note h2{font-size:37px;line-height:1.2;margin:24px 0}.founder-note h2 br{display:none}.founder-note p{font-size:15px}.signature{font-size:25px}.questions{display:block}.questions h2{font-size:44px;margin-bottom:25px}.questions>.eyebrow,.questions .eyebrow{font-size:9px;letter-spacing:1.4px}.faq-list summary{font-size:14px;padding:20px 0}.faq-list p{font-size:13px}.closing{padding:65px 7% 130px}.closing>.eyebrow{font-size:10px}.closing h2{font-size:59px;line-height:1.1;letter-spacing:-2.5px}.closing-word{font-size:45vw}footer{padding:40px 7% 90px}.footer-main{flex-wrap:wrap;gap:28px}.footer-main p{font-size:18px}.footer-main>div{width:100%;flex-direction:row;justify-content:space-between;font-size:12px}.footer-bottom{margin-top:27px;font-size:10px;flex-wrap:wrap;gap:17px}.footer-bottom>span:nth-child(2){max-width:200px;text-align:right;margin-left:auto}.footer-bottom>button{margin-left:auto;font-size:10px!important}.floating-bag{left:5%;right:5%;bottom:16px;justify-content:space-between;padding:15px 18px;font-size:12px}.toast{bottom:82px;font-size:12px;width:max-content}dialog{padding:24px;max-height:88dvh}.dialog-header h2{font-size:37px}.dialog-header .eyebrow{font-size:10px}.bag-row h3{font-size:14px}.bag-row small{font-size:11px}.quantity{gap:8px}.total{font-size:19px}.detail-photo{height:190px}.detail-inner{padding:23px}.detail-title{font-size:38px}.dish-narrative h3{font-size:27px}.dish-narrative>p{font-size:15px}.detail-purchase{gap:10px}.detail-purchase>div strong{font-size:20px}.detail-purchase>.button{font-size:12px;padding:16px;gap:12px}}
.motion-off *, .motion-off *::before,.motion-off *::after{animation:none!important;transition:none!important}.motion-off .reveal{opacity:1!important;transform:none!important}.motion-off .hero-photo img{transform:none!important}.motion-off{scroll-behavior:auto}.motion-off .journey-scene{transform:none!important}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.reveal{opacity:1!important;transform:none!important}.hero-photo img,.journey-scene{transform:none!important}}
/* The warmth behind the name. */
.brand{display:inline-flex;align-items:center;gap:12px;flex-shrink:0}.brand-doodle{width:124px;height:91px;object-fit:contain;mix-blend-mode:multiply}.brand .logo{white-space:nowrap}.footer-main .brand-doodle{width:135px;height:96px}
@media(max-width:1050px){.brand{gap:8px}.brand-doodle{width:98px;height:78px}nav{gap:19px}}
@media(max-width:700px){header nav{display:none}.brand{gap:7px}.brand-doodle{width:80px;height:63px}.brand .logo{font-size:46px}.brand .logo span{font-size:7px;letter-spacing:1.3px}.footer-main .brand{width:100%;justify-content:center}.footer-main .brand-doodle{width:122px;height:87px}.footer-main .brand .logo{font-size:61px}.footer-main .brand .logo span{font-size:9px;letter-spacing:1.7px}}

/* Amma soft launch: olive packaging and clear product information */
:root{--olive:#626334}.announcement,.ticker{background:#626334;color:#fff8ed}.launch-strip{background:#e8e7d5;padding:26px 4%;display:flex;align-items:center;justify-content:space-between;gap:24px}.launch-strip>span{font-size:13px;letter-spacing:.12em;font-weight:600}.launch-strip p{font-size:15px;max-width:560px;margin:0}.launch-strip a{white-space:nowrap;font-size:14px;color:#343c22}.pantry{padding-top:70px}.filters button.selected{background:#626334;color:#fff8ed}.product-image .diet-badge{background:#f9f4e8;color:#394329}.product-image img{object-fit:cover}.launch-details{background:#e8e7d5}.launch-details h2{font-family:'Playfair Display',Georgia,serif;font-size:clamp(40px,5vw,76px);line-height:1.08;margin:20px 0 40px}.launch-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:36px;margin-bottom:36px}.launch-grid article{border-top:1px solid #8c916d;padding-top:24px}.launch-grid article>span{font-size:13px;letter-spacing:.12em}.launch-grid h3{font-family:'Playfair Display',Georgia,serif;font-size:27px;margin:18px 0}.launch-grid p{font-size:16px;line-height:1.7}.detail-gallery{background:#eee8dc}.detail-gallery .detail-photo{width:100%;height:auto;display:block}.gallery-controls{display:flex;justify-content:center;gap:10px;padding:18px 12px 8px}.gallery-controls button{border:1px solid #626334;border-radius:24px;background:transparent;padding:10px 18px;cursor:pointer;font:inherit;font-size:14px}.gallery-controls button[aria-pressed=true]{background:#626334;color:white}.detail-gallery>p{text-align:center;padding:0 15px 15px}.product-facts{margin:25px 0;display:grid;gap:14px}.product-facts>div{border-bottom:1px solid #d8d6c8;padding-bottom:13px}.product-facts span{display:block;font-size:12px;letter-spacing:.12em;color:#59613e;margin-bottom:5px}.product-facts strong{font-size:16px;font-weight:500}.frozen-note{padding:16px;background:#e8e7d5;border-left:3px solid #626334;font-size:15px;line-height:1.6}.ingredient-note{margin:25px 0;border-block:1px solid #d8d6c8;padding:18px 0}.ingredient-note summary{cursor:pointer;font-size:16px}.ingredient-note p{font-size:15px;line-height:1.6}.detail-purchase small{display:block}.product-story-link{font-size:15px}
@media(max-width:700px){.launch-strip{flex-direction:column;align-items:flex-start;gap:12px;padding:25px 6%}.launch-grid{grid-template-columns:1fr;gap:25px}.pantry{padding-top:45px}.gallery-controls button{padding:10px 16px}}

.story-copy{white-space:pre-line}.amma-promise{text-align:center;background:var(--paper)}.amma-promise h2{margin:20px 0 24px}.amma-promise>p{max-width:560px;margin:auto}.product-promise{margin:24px 0;padding:24px;background:var(--paper);border-left:3px solid var(--red)}.product-promise p{margin-top:10px}

.catalog-story-button{background:none;border:0;border-bottom:1px solid var(--red);padding:8px 0;color:var(--red);font-size:14px}.header-contact{font-size:14px;color:var(--red);white-space:nowrap}#contact{scroll-margin-top:24px}

.packaging-commitment{display:grid;grid-template-columns:1.1fr 1fr;gap:64px;border-top:1px solid var(--line)}.packaging-commitment h2{margin:20px 0 24px;font-size:clamp(38px,4vw,62px)}.packaging-commitment p{max-width:560px}.packaging-points article{padding:24px 0;border-bottom:1px solid var(--line)}.packaging-points article:first-child{padding-top:0}.packaging-points h3{font:500 28px/1.3 var(--serif);margin-bottom:12px}.packaging-points>.small-note{margin-top:20px}@media(max-width:700px){.packaging-commitment{grid-template-columns:1fr;gap:32px}}
