:root{--background:oklch(98.04% 0.0127 63.93);--surface:oklch(99.6% 0.003 63.93);--surface-secondary:oklch(92.66% 0.0308 72.17);--foreground:oklch(20.1% 0.0091 43.04);--foreground-muted:oklch(49.14% 0.023 59.79);--primary:oklch(67.27% 0.2198 38.09);--primary-hover:oklch(57.1% 0.184 38.73);--near-black:oklch(20.1% 0.0091 43.04);--cast-iron:oklch(33.08% 0.0154 37.34);--primary-lighter:oklch(96.43% 0.0211 56.13);--accent-saffron:oklch(84.16% 0.1339 73.81);--accent-turmeric:oklch(77.18% 0.1395 74.17);--border:oklch(20.1% 0.0091 43.04/0.08);--danger:oklch(60.34% 0.2062 22.29);--shadow-sm:0 8px 24px oklch(20.1% 0.0091 43.04/0.06);--shadow-card:0 18px 50px oklch(20.1% 0.0091 43.04/0.09);--shadow-floating:0 28px 70px oklch(20.1% 0.0091 43.04/0.14);--radius-sm:10px;--radius-md:16px;--radius-lg:24px;--radius-xl:36px;--radius-pill:999px;--container:1240px;--ease-out:cubic-bezier(0.16,1,0.3,1);--font-body:"Avenir Next",Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--background);color:var(--foreground);font-family:var(--font-manrope),var(--font-body);font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%}button,input,select,textarea{font:inherit}a,button{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin-top:0}h1,h2,h3{text-wrap:balance}h1{font-size:clamp(3rem,6vw,6rem);line-height:.98;letter-spacing:-.055em}h1,h2{font-weight:650}h2{font-size:clamp(2rem,4vw,4rem);line-height:1.04;letter-spacing:-.045em}h3{font-size:1.25rem;line-height:1.2;letter-spacing:-.025em}:focus-visible{outline:3px solid var(--accent-saffron);outline-offset:3px}.container{width:min(100% - 40px,var(--container));margin-inline:auto}.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}.fine{font-size:.82rem}.fine,.muted{color:var(--foreground-muted)}.eyebrow{color:var(--primary-hover);font-size:.78rem;font-weight:750;letter-spacing:.1em;text-transform:uppercase;margin-bottom:14px}.section{padding:clamp(72px,9vw,120px) 0}.page-shell{padding-top:156px;min-height:70vh}.site-header{position:absolute;inset:0 0 auto;z-index:50;padding-top:30px}.site-header__bar{min-height:76px;padding:10px 12px 10px 24px;border-radius:28px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;grid-gap:24px;gap:24px;background:var(--near-black);color:var(--surface);box-shadow:0 18px 34px oklch(20.1% .0091 43.04/.18)}.brand{display:inline-flex;align-items:center;gap:10px;width:-moz-fit-content;width:fit-content;font-weight:680;letter-spacing:-.035em}.brand__mark{display:grid;place-items:center;width:34px;height:34px;color:var(--accent-saffron)}.brand__mark img{width:34px;height:34px;object-fit:contain}.brand__name{font-size:1.55rem}.desktop-nav ul{display:flex;align-items:center;gap:clamp(18px,2.3vw,34px);list-style:none;padding:0;margin:0}.desktop-nav a{font-size:.92rem;color:oklch(95.46% .0125 75.37);transition:color .18s ease}.desktop-nav a:hover{color:var(--accent-saffron)}.nav-cta{justify-self:end;min-height:54px;display:inline-flex;align-items:center;padding:0 22px;border-radius:18px;background:var(--surface);color:var(--near-black);font-size:.92rem;font-weight:700;transition:transform .26s var(--ease-out),background .18s ease}.nav-cta:hover{transform:translateY(-2px);background:var(--accent-saffron)}.mobile-nav{display:none;position:relative}.mobile-nav summary{list-style:none;display:grid;place-items:center;width:48px;height:48px;border-radius:15px;background:var(--surface);color:var(--near-black);cursor:pointer}.mobile-nav summary::-webkit-details-marker{display:none}.mobile-nav nav{position:absolute;top:58px;right:0;width:220px;padding:12px;border-radius:20px;background:var(--near-black);box-shadow:var(--shadow-floating)}.mobile-nav nav a{display:block;padding:12px 14px;border-radius:11px}.mobile-nav nav a:hover{background:var(--cast-iron);color:var(--accent-saffron)}.button{min-height:52px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:13px 22px;border:1px solid transparent;border-radius:var(--radius-md);font-size:.95rem;font-weight:700;cursor:pointer;transition:transform .26s var(--ease-out),box-shadow .26s var(--ease-out),background .18s ease}.button:hover{transform:translateY(-2px);box-shadow:var(--shadow-sm)}.button--primary{background:var(--near-black);color:var(--surface)}.button--primary:hover{background:var(--primary)}.button--secondary{background:var(--surface);color:var(--foreground);border-color:var(--border)}.button--light{background:var(--surface);color:var(--near-black)}.text-link{display:inline-flex;align-items:center;gap:8px;font-size:.9rem;font-weight:700;padding-bottom:3px;border-bottom:1px solid}.home-hero{position:relative;min-height:min(950px,100vh);overflow:hidden;padding-top:150px;background:var(--background)}.home-hero__grid{min-height:760px;display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;grid-gap:28px;gap:28px;position:relative;z-index:2}.home-hero__copy{padding:36px 0 80px;max-width:600px}.hero-badge{width:-moz-fit-content;width:fit-content;display:inline-flex;align-items:center;gap:8px;margin:0 0 34px;padding:9px 14px;border:1px solid var(--border);border-radius:var(--radius-pill);background:var(--surface);box-shadow:var(--shadow-sm);font-size:.8rem}.hero-badge svg{color:var(--primary)}.hero-badge strong{color:oklch(51% .18 35)}.home-hero h1{max-width:660px;margin-bottom:28px;color:var(--primary)}.home-hero__lede{max-width:520px;color:var(--foreground);font-size:clamp(1.05rem,1.6vw,1.28rem);line-height:1.55;margin-bottom:30px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px}.social-proof{display:flex;align-items:center;gap:14px;margin-top:54px;font-size:.75rem}.social-proof>div:last-child{display:grid;grid-gap:2px;gap:2px}.social-proof strong{display:flex;align-items:center;gap:4px;color:var(--foreground-muted);font-weight:550}.social-proof strong svg{color:var(--accent-turmeric);fill:var(--accent-turmeric)}.avatar-stack{display:flex}.avatar-stack img{width:36px;height:36px;object-fit:cover;border-radius:50%;border:3px solid var(--background);margin-right:-10px}.hero-orbit{position:absolute;border:1px solid var(--surface-secondary);border-radius:50%;pointer-events:none}.hero-orbit--one{width:880px;height:880px;left:28%;bottom:-660px}.hero-orbit--two{width:620px;height:620px;left:38%;bottom:-505px}.phone-stage{position:relative;height:670px;width:100%}.phone-shell{position:absolute;right:4%;top:30px;width:430px;height:640px;padding:32px 24px 22px;overflow:hidden;border:3px solid var(--surface-secondary);border-radius:64px;background:var(--primary-lighter);box-shadow:var(--shadow-floating);transform:rotate(-2.5deg)}.phone-shell__glow{position:absolute;width:240px;height:220px;top:-60px;left:-50px;border-radius:50%;background:oklch(84.16% .1339 73.81/.35);filter:blur(42px)}.phone-categories,.phone-nav,.phone-profile,.phone-recipes,.phone-search,.phone-shell h3,.phone-status,.phone-trending-head{position:relative;z-index:1}.phone-status{display:flex;justify-content:space-between;align-items:center;padding:0 9px 24px;font-size:.75rem}.phone-profile{display:grid;grid-template-columns:44px 1fr 44px;align-items:center;grid-gap:10px;gap:10px;margin-bottom:22px}.phone-profile img{width:44px;height:44px;object-fit:cover;border-radius:50%}.phone-profile span{font-size:.98rem;font-weight:600}.phone-profile button{display:grid;place-items:center;width:44px;height:44px;border:0;border-radius:50%;background:var(--surface);color:var(--foreground)}.phone-shell h3{font-size:1.75rem;margin-bottom:16px}.phone-search{height:50px;display:flex;align-items:center;gap:10px;padding:0 16px;border-radius:var(--radius-pill);background:var(--surface);color:var(--foreground-muted);font-size:.82rem}.phone-categories{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:7px;gap:7px;margin-top:12px}.phone-categories>div{min-width:0;height:86px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:8px;border-radius:19px;background:var(--surface);font-size:.68rem}.phone-categories>div:nth-child(3) svg{color:var(--primary)}.phone-categories svg{color:var(--accent-turmeric)}.phone-trending-head{display:flex;justify-content:space-between;align-items:center;margin:20px 4px 10px;font-size:.73rem}.phone-trending-head strong{font-size:1rem}.phone-trending-head span{color:var(--primary)}.phone-recipes{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.phone-recipe{position:relative;height:210px;border-radius:24px;overflow:hidden;background:var(--near-black)}.phone-recipe img{width:100%;height:100%;object-fit:cover}.phone-recipe:after{content:"";position:absolute;inset:40% 0 0;background:linear-gradient(transparent,oklch(14% .02 30/.82))}.phone-recipe button{position:absolute;z-index:2;top:10px;right:10px;width:34px;height:34px;display:grid;place-items:center;border:0;border-radius:50%;background:var(--surface);color:var(--danger)}.phone-recipe>div{position:absolute;z-index:2;left:12px;right:12px;bottom:14px;display:grid;color:var(--surface);line-height:1.15}.phone-recipe strong{font-size:.75rem}.phone-recipe span{margin-top:5px;font-size:.61rem;opacity:.82}.phone-nav{position:absolute;left:35px;right:35px;bottom:17px;height:60px;padding:6px 8px;display:flex;align-items:center;justify-content:space-around;border-radius:24px;background:var(--near-black);color:var(--surface);box-shadow:var(--shadow-card)}.phone-nav>span{width:43px;height:43px;display:grid;place-items:center;border-radius:50%}.phone-nav .is-active{background:var(--primary);color:var(--surface)}.phone-card{position:absolute;z-index:4;display:flex;flex-direction:column;padding:20px;border-radius:28px;box-shadow:var(--shadow-card);line-height:1.25}.phone-card span{font-size:.75rem;margin-top:18px}.phone-card strong{font-size:1.65rem;margin-top:5px}.phone-card small{font-size:.8rem;font-weight:500}.phone-card--time{left:0;bottom:50px;width:150px;background:var(--accent-saffron);color:var(--near-black);transform:rotate(1.5deg)}.phone-card--servings{right:-4%;top:100px;width:145px;background:var(--primary-lighter);color:var(--primary-hover);transform:rotate(5deg)}.phone-card--servings .phone-card__glyph{margin:0;font-size:1.4rem}.phone-card--recipe{left:4%;top:310px;width:285px;height:82px;display:grid;grid-template-columns:58px 1fr 22px;align-items:center;grid-gap:12px;gap:12px;padding:10px;border-radius:20px;background:var(--surface);transform:rotate(1.2deg)}.phone-card--recipe img{width:58px;height:58px;object-fit:cover;border-radius:15px}.phone-card--recipe>div{min-width:0;display:grid}.phone-card--recipe strong{overflow:hidden;margin:0 0 7px;font-size:.82rem;text-overflow:ellipsis;white-space:nowrap}.phone-card--recipe span{display:flex;align-items:center;gap:3px;margin:0;color:var(--foreground-muted);font-size:.66rem}.section--categories{background:var(--surface);border-block:1px solid var(--border)}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:44px}.section-heading h2{max-width:720px;margin-bottom:10px}.section-heading__text{max-width:560px;color:var(--foreground-muted);margin-bottom:0}.section-heading__action{flex:none;padding-bottom:9px}.category-strip{display:grid;grid-template-columns:repeat(8,1fr);grid-gap:10px;gap:10px}.category-chip{min-width:0;min-height:116px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:12px 6px;border-radius:22px;background:var(--background);font-size:.76rem;font-weight:650;transition:transform .26s var(--ease-out),box-shadow .26s var(--ease-out)}.category-chip:hover{transform:translateY(-5px);box-shadow:var(--shadow-sm)}.category-chip__icon{width:42px;height:42px;display:grid;place-items:center;border-radius:50%}.category-chip--saffron .category-chip__icon{background:var(--accent-saffron);color:var(--near-black)}.category-chip--cream .category-chip__icon{background:var(--primary-lighter);color:var(--primary)}.category-chip--sunken .category-chip__icon{background:var(--surface-secondary);color:var(--primary-hover)}.category-chip--turmeric .category-chip__icon{background:oklch(94% .055 74);color:var(--primary-hover)}.recipe-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.recipe-grid--home{grid-template-columns:1.35fr 1fr 1fr}.recipe-grid--home>:last-child{display:none}.recipe-tile{position:relative;min-width:0}.recipe-tile__image-link{display:block;overflow:hidden;border-radius:var(--radius-lg);background:var(--surface-secondary)}.recipe-tile__image{width:100%;aspect-ratio:1.18/1;object-fit:cover;transition:transform .65s var(--ease-out)}.recipe-tile:hover .recipe-tile__image{transform:scale(1.045)}.recipe-tile--featured .recipe-tile__image{aspect-ratio:1.62/1}.favorite-button{position:absolute;top:14px;right:14px;width:44px;height:44px;display:grid;place-items:center;border:0;border-radius:50%;background:var(--surface);color:var(--danger);box-shadow:var(--shadow-sm);cursor:pointer}.favorite-button:hover svg{fill:currentColor}.favorite-button.is-saved{background:var(--danger);color:var(--surface)}.favorite-button.is-saved svg{fill:currentColor}.recipe-tile__body{padding:16px 3px 0}.recipe-tile__meta{display:flex;gap:13px;margin-bottom:9px;color:var(--foreground-muted);font-size:.72rem}.recipe-tile__meta span{display:inline-flex;align-items:center;gap:4px}.recipe-tile__meta svg[name=star]{color:var(--accent-turmeric)}.recipe-tile h3{margin-bottom:8px}.recipe-tile h3 a:hover{color:var(--primary)}.recipe-tile p{margin:0;color:var(--foreground-muted);font-size:.88rem;line-height:1.55}.editorial-section{background:var(--primary-hover);color:var(--surface)}.editorial-layout{display:grid;grid-template-columns:1.07fr .93fr;grid-gap:clamp(48px,8vw,110px);gap:clamp(48px,8vw,110px);align-items:center}.editorial-image-wrap{position:relative}.editorial-image-wrap>img{width:100%;aspect-ratio:1.08/1;object-fit:cover;border-radius:48% 48% 28px 28px}.editorial-note{position:absolute;right:-32px;bottom:40px;width:148px;padding:20px;display:grid;grid-gap:4px;gap:4px;border-radius:26px;background:var(--accent-saffron);color:var(--near-black);box-shadow:var(--shadow-card)}.editorial-note span{margin-top:18px;font-size:.7rem}.editorial-note strong{font-size:1.15rem}.editorial-copy .eyebrow{color:var(--accent-saffron)}.editorial-copy h2{max-width:590px;margin-bottom:24px;color:var(--surface)}.editorial-copy>p:not(.eyebrow){max-width:540px;color:var(--primary-lighter)}.check-list{list-style:none;padding:0;margin:34px 0;display:grid;grid-gap:13px;gap:13px}.check-list li{display:flex;align-items:center;gap:13px}.check-list span{width:30px;height:30px;display:grid;place-items:center;border:1px solid oklch(84.16% .1339 73.81/.6);border-radius:50%;color:var(--accent-saffron);font-size:.72rem}.editorial-copy .button{color:var(--near-black)}.editorial-copy .button,.quote-section{background:var(--surface)}.quote-layout{display:grid;grid-template-columns:1fr 180px 180px;grid-gap:30px;gap:30px;align-items:flex-end}.quote-layout blockquote{max-width:780px;margin:0 0 30px;font-size:clamp(2rem,4vw,4.4rem);font-weight:600;line-height:1.08;letter-spacing:-.045em}.quote-credit{display:grid;margin:0;font-size:.86rem}.quote-credit span{color:var(--foreground-muted)}.quote-stat{min-height:180px;padding:24px;display:flex;flex-direction:column;justify-content:flex-end;border-radius:30px;background:var(--accent-saffron);color:var(--near-black)}.quote-stat--peach{background:var(--primary-lighter);color:var(--primary-hover)}.quote-stat strong{font-size:2.1rem;letter-spacing:-.05em}.quote-stat span{font-size:.76rem}.app-promo{padding:90px 0;background:var(--near-black);color:var(--surface)}.app-promo__inner{display:flex;align-items:flex-end;justify-content:space-between;gap:50px}.app-promo .eyebrow{color:var(--accent-saffron)}.app-promo h2{max-width:760px;margin-bottom:14px;color:var(--surface)}.app-promo p:not(.eyebrow){margin:0;color:oklch(80% .02 60)}.app-promo__actions{flex:none;display:grid;justify-items:start;grid-gap:16px;gap:16px}.app-promo__actions>a:last-child{display:flex;align-items:center;gap:8px;font-size:.78rem}.page-hero{max-width:960px;margin-inline:auto;padding:54px 0 80px;text-align:center}.page-hero h1{margin-bottom:24px;color:var(--primary)}.page-hero>p:last-child{max-width:620px;margin:0 auto;color:var(--foreground-muted);font-size:1.08rem}.discovery-section{padding-bottom:120px}.discovery-controls{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:14px;gap:14px;margin-bottom:18px}.search-field{min-height:60px;display:flex;align-items:center;gap:12px;padding:0 20px;border:1px solid var(--border);border-radius:18px;background:var(--surface)}.search-field input{flex:1 1;min-width:0;border:0;outline:0;background:transparent;color:var(--foreground)}.sort-field{min-height:60px;display:flex;align-items:center;gap:10px;padding:0 16px;border:1px solid var(--border);border-radius:18px;background:var(--surface);font-size:.78rem;color:var(--foreground-muted)}.sort-field select{border:0;outline:0;background:transparent;color:var(--foreground);font-weight:650}.filter-row{display:flex;gap:8px;padding-bottom:32px;overflow-x:auto;scrollbar-width:none}.filter-row::-webkit-scrollbar{display:none}.filter-row button{flex:none;min-height:44px;padding:0 17px;border:1px solid var(--border);border-radius:var(--radius-pill);background:var(--surface);color:var(--foreground);cursor:pointer}.filter-row button.is-active{background:var(--primary-hover);border-color:var(--primary-hover);color:var(--surface)}.load-more{display:flex;margin:44px auto 0}.empty-state{padding:80px 20px;text-align:center;border:1px solid var(--border);border-radius:var(--radius-xl);background:var(--surface)}.empty-state>svg{color:var(--primary)}.empty-state h2{margin:16px 0 8px;font-size:2rem}.empty-state p{color:var(--foreground-muted)}.category-gallery{display:grid;grid-template-columns:1fr 1fr;grid-gap:18px;gap:18px;padding-bottom:120px}.category-panel{position:relative;min-height:210px;display:grid;grid-template-columns:auto 60px 1fr auto;align-items:center;grid-gap:18px;gap:18px;padding:28px;overflow:hidden;border-radius:30px;transition:transform .3s var(--ease-out),box-shadow .3s var(--ease-out)}.category-panel:hover{transform:translateY(-4px);box-shadow:var(--shadow-card)}.category-panel--saffron{background:var(--accent-saffron)}.category-panel--cream{background:var(--primary-lighter)}.category-panel--sunken{background:var(--surface-secondary)}.category-panel--turmeric{background:oklch(94% .055 74)}.category-panel__number{align-self:start;font-size:.72rem;font-weight:700}.category-panel__icon{width:54px;height:54px;display:grid;place-items:center;border-radius:50%;background:oklch(99% .01 55/.7)}.category-panel h2{margin:0 0 4px;font-size:clamp(1.55rem,2.4vw,2.3rem)}.category-panel p{margin:0;font-size:.78rem}.category-panel img{position:absolute;right:58px;bottom:-20px;width:150px;height:150px;object-fit:cover;border-radius:50%;opacity:.88}.category-panel__arrow{position:relative;z-index:2}.breadcrumbs{display:flex;gap:10px;padding:24px 0 28px;color:var(--foreground-muted);font-size:.8rem}.breadcrumbs a:hover{color:var(--primary)}.recipe-detail__hero{display:grid;grid-template-columns:1.08fr .92fr;grid-gap:clamp(42px,7vw,100px);gap:clamp(42px,7vw,100px);align-items:center}.recipe-detail__image{position:relative}.recipe-detail__image>img{width:100%;aspect-ratio:1.08/1;object-fit:cover;border-radius:var(--radius-xl)}.favorite-button--large{width:auto;min-width:100px;padding:0 18px;display:flex;gap:8px;font-weight:700}.recipe-detail__intro h1{margin-bottom:24px;color:var(--primary)}.recipe-detail__lede{max-width:560px;color:var(--foreground-muted);font-size:1.08rem}.recipe-detail__rating{display:flex;align-items:center;gap:7px;margin:22px 0;font-size:.82rem}.recipe-detail__rating svg{color:var(--accent-turmeric);fill:var(--accent-turmeric)}.recipe-detail__rating span{color:var(--foreground-muted)}.recipe-facts{display:grid;grid-template-columns:repeat(4,1fr);margin:28px 0;padding:20px 0;border-block:1px solid var(--border)}.recipe-facts div{display:grid;grid-gap:3px;gap:3px}.recipe-facts dt{color:var(--foreground-muted);font-size:.7rem}.recipe-facts dd{margin:0;font-size:.88rem;font-weight:700}.recipe-body{display:grid;grid-template-columns:.76fr 1.24fr;grid-gap:clamp(50px,8vw,120px);gap:clamp(50px,8vw,120px);padding:110px 0}.ingredients-panel{align-self:start;padding:30px;border-radius:28px;background:var(--surface);border:1px solid var(--border)}.ingredients-panel h2,.method h2{font-size:2.5rem}.serving-control{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin:22px 0;color:var(--foreground-muted);font-size:.78rem}.serving-control>span{margin-right:auto}.serving-control button{width:32px;height:32px;border:1px solid var(--border);border-radius:50%;background:var(--background);cursor:pointer}.ingredients-panel ul{list-style:none;padding:0;margin:0}.ingredients-panel li{display:flex;align-items:center;gap:12px;padding:13px 0;border-top:1px solid var(--border);font-size:.9rem}.ingredients-panel input{width:19px;height:19px;accent-color:var(--primary)}.method ol{list-style:none;padding:0;margin:30px 0 0}.method ol li{display:grid;grid-template-columns:44px 1fr;grid-gap:20px;gap:20px;padding:24px 0;border-top:1px solid var(--border)}.method ol li>span{width:40px;height:40px;display:grid;place-items:center;border-radius:50%;background:var(--accent-saffron);color:var(--near-black);font-size:.8rem;font-weight:750}.method ol p{max-width:650px;margin:5px 0 0}.nutrition{margin-top:42px;padding:26px;border-radius:24px;background:var(--primary-lighter)}.nutrition h3{margin-bottom:18px}.nutrition dl{display:grid;grid-template-columns:repeat(4,1fr);margin:0}.nutrition dl div{display:grid}.nutrition dt{font-size:.7rem}.nutrition dd{margin:0;font-weight:750}.related-section{border-top:1px solid var(--border);background:var(--surface)}.related-section h2{margin-bottom:38px}.about-story{display:grid;grid-template-columns:1fr 1fr;grid-gap:clamp(50px,8vw,110px);gap:clamp(50px,8vw,110px);align-items:center;padding-bottom:120px}.about-story__image{position:relative}.about-story__image img{width:100%;aspect-ratio:1/1.08;object-fit:cover;border-radius:48% 48% 30px 30px}.story-sticker{position:absolute;right:-20px;bottom:30px;display:flex;align-items:center;gap:8px;padding:16px 19px;border-radius:var(--radius-pill);background:var(--accent-saffron);color:var(--near-black);font-size:.76rem;font-weight:700;box-shadow:var(--shadow-card)}.about-story__copy h2{margin-bottom:24px}.about-story__copy>p:not(.eyebrow){color:var(--foreground-muted)}.about-story__copy .button{margin-top:14px}.values-section{background:var(--primary-hover);color:var(--surface)}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:50px;gap:50px}.values-grid article>span{display:inline-block;margin-bottom:54px;color:var(--accent-saffron);font-size:.75rem}.values-grid h2{min-height:2.1em;font-size:2.2rem;color:var(--surface)}.values-grid p{color:var(--primary-lighter)}.contact-page{padding-bottom:120px}.contact-layout{display:grid;grid-template-columns:.85fr 1.15fr;grid-gap:clamp(50px,8vw,120px);gap:clamp(50px,8vw,120px);padding-top:40px;align-items:start}.contact-copy h1{max-width:620px;color:var(--primary)}.contact-copy>p:not(.eyebrow){max-width:480px;color:var(--foreground-muted)}.contact-note{width:-moz-fit-content;width:fit-content;display:flex;align-items:center;gap:12px;margin:38px 0 18px;padding:14px 17px;border-radius:17px;background:var(--accent-saffron);color:var(--near-black)}.contact-note div{display:grid;font-size:.72rem}.contact-email{display:inline-block;border-bottom:1px solid;font-weight:700}.contact-form{display:grid;grid-gap:18px;gap:18px;padding:34px;border:1px solid var(--border);border-radius:var(--radius-xl);background:var(--surface);box-shadow:var(--shadow-card)}.field-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.contact-form label{display:grid;grid-gap:7px;gap:7px;font-size:.78rem;font-weight:700}.contact-form input,.contact-form select,.contact-form textarea{width:100%;border:1px solid var(--border);border-radius:14px;background:var(--background);color:var(--foreground);padding:13px 15px;outline:0;font-weight:450}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--accent-saffron)}.contact-form textarea{resize:vertical}.contact-form .button{justify-self:start}.page-head{max-width:780px;padding:180px 0 40px}.page-head h1{color:var(--primary)}.dateline{color:var(--foreground-muted);font-size:.82rem}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:18px;gap:18px}.card,.post-list article,.receipt,.recipe-card,.tool-panel{padding:24px;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface)}.card p,.receipt p{color:var(--foreground-muted)}.section--tinted{background:var(--surface-secondary)}.section--tinted .eyebrow{color:var(--cast-iron)}.pillar{margin-bottom:16px;padding:24px;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface)}.faq{max-width:800px}.faq details{margin-bottom:10px;padding:18px 22px;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface)}.faq summary{cursor:pointer;font-weight:700}.compare-table-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:var(--radius-lg)}table{width:100%;border-collapse:collapse}td,th{padding:12px 14px;border-bottom:1px solid var(--border);text-align:left}.prose,.tool-layout{max-width:760px}.prose h2{margin-top:50px;font-size:2.2rem}.legal-page{padding-bottom:clamp(72px,9vw,120px)}.legal-copy{max-width:780px}.legal-copy section{padding-top:28px;border-top:1px solid var(--border)}.legal-copy section+section{margin-top:40px}.legal-copy h2{margin-bottom:14px;font-size:clamp(1.65rem,3vw,2.3rem)}.legal-copy h3{margin:24px 0 8px}.legal-copy li,.legal-copy p{color:var(--foreground-muted)}.legal-copy a{color:var(--primary-hover);text-decoration:underline;text-underline-offset:3px}.legal-copy ol,.legal-copy ul{display:grid;grid-gap:8px;gap:8px;padding-left:22px}.tool-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:14px;gap:14px}.tool-panel input,.tool-panel select,.tool-panel textarea{width:100%;padding:12px;border:1px solid var(--border);border-radius:12px;background:var(--background)}.app-cta{padding:90px 0;background:var(--primary-hover);text-align:center}.app-cta,.app-cta h2{color:var(--surface)}.app-cta__inner{max-width:700px}.site-footer{padding:76px 0 24px;background:var(--near-black);color:oklch(80% .02 60)}.site-footer__top{display:grid;grid-template-columns:2fr repeat(3,1fr);grid-gap:48px;gap:48px;padding-bottom:54px}.brand--footer{color:var(--surface)}.site-footer__brand p{max-width:290px;margin-top:18px;color:oklch(70% .025 60)}.site-footer nav{display:grid;align-content:start;grid-gap:9px;gap:9px}.site-footer h2{margin-bottom:9px;color:var(--surface);font-size:.74rem;letter-spacing:.1em;text-transform:uppercase}.site-footer nav a{font-size:.84rem}.site-footer nav a:hover{color:var(--accent-saffron)}.site-footer__bottom{display:flex;justify-content:space-between;gap:20px;padding-top:22px;border-top:1px solid oklch(95.46% .0125 75.37/.14);font-size:.72rem}@media (max-width:1100px){.home-hero{min-height:auto}.home-hero__grid{min-height:760px;grid-template-columns:.86fr 1.14fr}.phone-shell{right:-3%;width:390px;height:610px}.phone-stage{height:640px}.phone-card--servings{right:-6%}.phone-card--time{left:-7%}.phone-card--recipe{left:2%;width:250px}.category-strip{grid-template-columns:repeat(4,1fr)}.recipe-grid--home{grid-template-columns:repeat(2,minmax(0,1fr))}.recipe-grid--home>:last-child{display:block}.quote-layout{grid-template-columns:1fr 150px}.quote-stat--peach{display:none}.category-panel img{opacity:.42}}@media (max-width:820px){.container{width:min(100% - 28px,var(--container))}.site-header{padding-top:14px}.site-header__bar{min-height:66px;grid-template-columns:1fr auto;border-radius:22px}.desktop-nav,.nav-cta{display:none}.mobile-nav{display:block;justify-self:end}.home-hero{padding-top:112px}.home-hero__grid{display:block}.home-hero__copy{max-width:680px;padding:60px 0 30px}.home-hero h1{max-width:720px}.phone-stage{height:650px;max-width:620px;margin:0 auto}.phone-shell{right:5%;width:400px}.phone-card--time{left:7%}.phone-card--recipe{left:1%}.phone-card--servings{right:0}.recipe-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.about-story,.contact-layout,.editorial-layout,.recipe-detail__hero{grid-template-columns:1fr}.editorial-image-wrap{max-width:620px}.editorial-copy{padding-top:20px}.app-promo__inner{display:grid}.category-gallery,.recipe-body{grid-template-columns:1fr}.ingredients-panel{position:static}.values-grid{grid-template-columns:1fr;gap:60px}.values-grid article>span{margin-bottom:22px}.values-grid h2{min-height:auto}.site-footer__top{grid-template-columns:2fr 1fr 1fr}.site-footer__brand{grid-column:1/-1}}@media (max-width:560px){h1{font-size:clamp(2.75rem,14vw,4.1rem)}h2{font-size:clamp(2rem,10vw,3rem)}.page-shell{padding-top:112px}.home-hero__copy{padding-top:42px}.hero-badge{margin-bottom:24px;font-size:.68rem}.home-hero__lede{font-size:1rem}.hero-actions .button{flex:1 1}.social-proof{margin-top:36px}.phone-stage{height:540px;margin-top:24px}.phone-shell{right:50%;width:330px;height:530px;padding:24px 18px 18px;border-radius:50px;transform:translateX(50%) rotate(-2.5deg)}.phone-profile{grid-template-columns:38px 1fr 38px;margin-bottom:14px}.phone-profile button,.phone-profile img{width:38px;height:38px}.phone-shell h3{font-size:1.4rem;margin-bottom:12px}.phone-search{height:44px}.phone-categories>div{height:72px;font-size:.57rem}.phone-recipe{height:170px}.phone-nav{left:25px;right:25px;height:54px}.phone-nav>span{width:38px;height:38px}.phone-card--time{left:-9px;bottom:5px;width:122px;padding:16px}.phone-card--servings{right:-8px;top:64px;width:110px;padding:16px}.phone-card--recipe{display:none}.phone-card span{margin-top:10px}.phone-card strong{font-size:1.28rem}.section-heading{display:grid;margin-bottom:30px}.section-heading__action{padding:0}.category-strip{display:flex;overflow-x:auto;padding-bottom:8px;scroll-snap-type:x mandatory}.category-chip{flex:0 0 118px;scroll-snap-align:start}.recipe-grid,.recipe-grid--home{grid-template-columns:1fr}.recipe-tile--featured .recipe-tile__image,.recipe-tile__image{aspect-ratio:1.35/1}.editorial-note{right:-4px;bottom:-24px}.editorial-copy{padding-top:45px}.quote-layout{grid-template-columns:1fr}.quote-stat{min-height:130px}.app-promo__actions,.app-promo__actions .button{width:100%}.page-hero{padding:42px 0 54px;text-align:left}.page-hero>p:last-child{margin:0}.discovery-controls{grid-template-columns:1fr}.sort-field{justify-content:space-between}.category-panel{min-height:180px;grid-template-columns:auto 48px 1fr auto;padding:20px}.category-panel__icon{width:46px;height:46px}.category-panel img{width:120px;height:120px;right:45px}.recipe-facts{grid-template-columns:1fr 1fr;gap:18px}.recipe-detail__image>img{border-radius:26px}.recipe-body{padding:70px 0}.nutrition dl{grid-template-columns:1fr 1fr;gap:14px}.story-sticker{right:8px}.field-row{grid-template-columns:1fr}.contact-form{padding:22px}.site-footer__top{grid-template-columns:1fr 1fr}.site-footer__brand,.site-footer__top nav:last-child{grid-column:1/-1}.site-footer__bottom{flex-direction:column}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Manrope Fallback;src:local("Arial");ascent-override:103.31%;descent-override:29.07%;line-gap-override:0.00%;size-adjust:103.19%}.__className_73ee6c{font-family:Manrope,Manrope Fallback;font-style:normal}.__variable_73ee6c{--font-manrope:"Manrope","Manrope Fallback"}