:root {
  --cream: #f4eee4;
  --cream-2: #e9dfd0;
  --paper: #fbf8f2;
  --green: #163f35;
  --green-2: #244f43;
  --olive: #4c5b3d;
  --terracotta: #c65732;
  --terracotta-dark: #a93f22;
  --ink: #19332c;
  --muted: #52615a;
  --line: rgba(25, 51, 44, .15);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shadow: 0 24px 70px rgba(16, 42, 35, .14);
  --header-stack: 108px;
  --hero-fold: min(720px, calc(100svh - var(--header-stack)));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.6; -webkit-font-smoothing: antialiased; }
body, main { overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
::selection { color: white; background: var(--terracotta); }

.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.eyebrow { margin: 0 0 14px; color: var(--terracotta); font-size: .73rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow--light { color: #e7bb97; }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 22px; padding: 13px 24px; border: 1px solid transparent; border-radius: 4px; cursor: pointer; font-size: .82rem; font-weight: 800; letter-spacing: .03em; transition: transform .2s ease, background .2s ease, color .2s ease, border .2s ease; }
.button:hover { transform: translateY(-2px); }
.button > span[aria-hidden="true"], .text-link > span[aria-hidden="true"] { display: inline-block; transition: transform .2s ease; }
.button:hover > span[aria-hidden="true"], .text-link:hover > span[aria-hidden="true"] { transform: translate(3px, -3px); }
.button--small { min-height: 42px; padding: 9px 17px; font-size: .72rem; }
.button--green { color: #fff; background: var(--green); }
.button--terracotta { color: #fff; background: var(--terracotta); }
.button--terracotta:hover { background: var(--terracotta-dark); }
.button--cream { color: var(--green); background: var(--cream); }
.button--outline { border-color: var(--green); color: var(--green); background: transparent; }
.button--full { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 20px; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: .82rem; font-weight: 800; }
.text-link--light { color: white; border-color: rgba(255,255,255,.45); }

.announcement { padding: 6px 20px; color: #fff; background: var(--green); text-align: center; font-size: .67rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.site-header { position: relative; z-index: 20; background: rgba(251, 248, 242, .96); }
.header-inner { min-height: 78px; display: flex; align-items: center; gap: 30px; }
.brand { margin-right: auto; }
.brand img { width: 142px; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: clamp(15px, 2vw, 28px); }
.desktop-nav > a, .desktop-product-trigger { position: relative; color: #43564e; font-size: .72rem; font-weight: 750; white-space: nowrap; }
.desktop-nav > a::after, .desktop-product-trigger::after { position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--terracotta); content: ""; transition: right .2s ease; }
.desktop-nav > a:hover::after, .desktop-nav > a:focus-visible::after, .desktop-product-menu:hover .desktop-product-trigger::after, .desktop-product-menu:focus-within .desktop-product-trigger::after { right: 0; }
.desktop-product-menu { position: relative; min-height: 78px; display: flex; align-items: center; }
.desktop-product-trigger { display: inline-flex; align-items: center; gap: 6px; }
.desktop-product-trigger > span { color: var(--terracotta); font-size: .9rem; transition: transform .2s ease; }
.desktop-product-menu:hover .desktop-product-trigger > span, .desktop-product-menu:focus-within .desktop-product-trigger > span { transform: rotate(180deg); }
.desktop-product-panel { position: absolute; z-index: 30; left: 0; top: calc(100% - 1px); width: min(640px, calc(100vw - 48px)); padding: 25px 27px 28px; border-top: 2px solid var(--terracotta); background: var(--paper); box-shadow: 0 24px 60px rgba(16,42,35,.2); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(8px); transition: opacity .18s ease, visibility .18s ease, transform .18s ease; }
.desktop-product-menu:hover .desktop-product-panel, .desktop-product-menu:focus-within .desktop-product-panel { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }
.desktop-product-panel-head { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 18px; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.desktop-product-panel-head > span { color: var(--terracotta); font-size: .64rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.desktop-product-panel-head > a { color: var(--green); font-size: .65rem; font-weight: 800; border-bottom: 1px solid currentColor; }
.desktop-product-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px 32px; }
.desktop-product-columns > div { display: grid; align-content: start; gap: 2px; }
.desktop-product-columns a { min-height: 34px; display: flex; align-items: center; padding: 5px 8px; color: #43564e; font-size: .72rem; font-weight: 700; white-space: normal; transition: color .18s ease, background .18s ease, transform .18s ease; }
.desktop-product-columns a:hover, .desktop-product-columns a:focus-visible { color: var(--terracotta-dark); background: var(--cream); transform: translateX(3px); }
.desktop-guide-panel { left: auto; right: 0; width: min(620px, calc(100vw - 48px)); }
.mobile-menu { display: none; }

.hero { position: relative; min-height: 720px; color: white; background: var(--green); }
.hero::before { position: absolute; inset: 0; background: radial-gradient(circle at 70% 30%, rgba(255,255,255,.08), transparent 28%), linear-gradient(110deg, transparent 48%, rgba(255,255,255,.025) 48%); content: ""; }
.hero-inner { min-height: 720px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 20px; }
.hero-copy { position: relative; z-index: 2; padding: 90px 0 100px; }
.hero h1 { max-width: 660px; margin: 0; font: 400 clamp(3.8rem, 6.4vw, 6.25rem)/.92 var(--serif); letter-spacing: -.055em; }
.hero h1 em { display: block; color: #e6b896; font-weight: 400; }
.hero-lead { max-width: 540px; margin: 32px 0; color: rgba(255,255,255,.78); font-size: 1.06rem; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 28px; }
.hero-notes { display: flex; flex-wrap: wrap; gap: 10px 24px; margin: 48px 0 0; padding: 0; list-style: none; color: rgba(255,255,255,.62); font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.hero-notes li::before { margin-right: 9px; color: #e6b896; content: "•"; }
.hero-visual { position: relative; align-self: stretch; display: grid; place-items: center; isolation: isolate; }
.hero-visual::after { position: absolute; z-index: 3; inset: 0; pointer-events: none; background: linear-gradient(90deg, var(--green) 0%, transparent 22%, transparent 85%, rgba(22,63,53,.32) 100%); content: ""; }
.hero-freezer { position: relative; z-index: 2; width: min(860px, 58vw); height: 650px; object-fit: cover; object-position: 62% center; opacity: 1 !important; visibility: visible !important; filter: saturate(1.06) contrast(1.03); box-shadow: 0 32px 90px rgba(0,0,0,.34); }
.hero-orbit { position: absolute; z-index: 4; border: 1px solid rgba(230,184,150,.34); border-radius: 50%; pointer-events: none; }
.hero-orbit--one { width: 600px; height: 600px; }
.hero-orbit--two { width: 470px; height: 470px; border-style: dashed; }
.hero-stamp { position: absolute; z-index: 4; right: 4%; bottom: 12%; width: 112px; height: 112px; display: grid; place-content: center; padding: 12px; border-radius: 50%; color: var(--green); background: #e6b896; text-align: center; transform: rotate(6deg); }
.hero-stamp strong { font: 400 2.5rem/1 var(--serif); }
.hero-stamp span { font-size: .62rem; font-weight: 800; line-height: 1.25; text-transform: uppercase; }

.path-section { padding: 120px 0 110px; background: var(--cream); }
.path-section > .shell > .section-heading .eyebrow, .food-section .split-heading .eyebrow, .real-life-copy > .eyebrow, .seo-faq .eyebrow { color: var(--terracotta-dark); }
.section-heading { max-width: 720px; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading h2, .real-life h2, .closing-cta h2, .statement h2, .benefit-section h2, .proposal-section h2, .buy-strip h2, .product-partner h2, .about-story h2 { margin: 0; font: 400 clamp(2.35rem, 3.75vw, 3.7rem)/1.04 var(--serif); letter-spacing: -.04em; }
.section-copy { max-width: 620px; margin: 22px 0 0; color: var(--muted); font-size: 1rem; }
.path-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 58px; }
.path-card { position: relative; min-height: 470px; display: flex; flex-direction: column; justify-content: space-between; padding: 28px 30px 34px; overflow: hidden; border-radius: 5px; }
.path-card::before { position: absolute; inset: 0; opacity: .2; content: ""; background: radial-gradient(circle at 100% 0%, white, transparent 45%); }
.path-card > * { position: relative; z-index: 1; }
.path-card--consumer { color: var(--green); background: #e5b98f; }
.path-card--corporate { color: white; background: var(--green); }
.path-card--retail { color: var(--green); background: #b6c58c; }
.path-number { align-self: flex-end; font: 400 4.4rem/1 var(--serif); opacity: .65; }
.path-card .eyebrow { color: inherit; opacity: .7; }
.path-card h3 { margin: 0 0 18px; font: 400 2.15rem/1.05 var(--serif); letter-spacing: -.035em; }
.path-card p:not(.eyebrow) { min-height: 77px; margin: 0 0 26px; font-size: .9rem; opacity: .78; }

.food-section { padding: 120px 0; }
.split-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 56px; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 34px 16px; }
.product-card { min-width: 0; }
.product-card-link { display: block; }
.product-image { position: relative; overflow: hidden; aspect-ratio: 1; background: var(--cream); }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.product-card:hover .product-image img { transform: scale(1.035); }
.product-image > span { position: absolute; left: 12px; bottom: 12px; padding: 6px 10px; border-radius: 30px; color: var(--green); background: rgba(255,255,255,.88); backdrop-filter: blur(8px); font-size: .58rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.product-copy { padding: 16px 2px 0; }
.product-copy h3 { margin: 0 0 5px; font: 400 1.43rem/1.1 var(--serif); letter-spacing: -.02em; }
.product-copy p { margin: 0; color: var(--muted); font-size: .78rem; }

.real-life { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(50px, 8vw, 110px); padding-top: 50px; padding-bottom: 130px; }
.real-life-image { position: relative; }
.real-life-image > img { width: 100%; height: 690px; object-fit: cover; }
.image-note { position: absolute; right: -24px; bottom: 35px; width: 250px; padding: 23px; color: white; background: var(--terracotta-dark); box-shadow: var(--shadow); }
.image-note span, .image-note strong { display: block; }
.image-note span { margin-bottom: 5px; font-size: .68rem; opacity: 1; text-transform: uppercase; }
.image-note strong { font: 400 1.28rem/1.2 var(--serif); }
.real-life-copy > p:not(.eyebrow) { margin: 24px 0 34px; color: var(--muted); }
.feature-list { margin: 0 0 38px; border-top: 1px solid var(--line); }
.feature-list > div { display: grid; grid-template-columns: 42px 1fr; gap: 14px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.feature-list span { color: var(--terracotta-dark); font-size: .7rem; font-weight: 800; }
.feature-list p { margin: 0; font-size: .86rem; }

.banner-kits { position: relative; margin-bottom: 120px; overflow: hidden; border-radius: 5px; }
.banner-kits::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(15,39,33,.92), rgba(15,39,33,.34) 54%, transparent 78%); content: ""; }
.banner-kits img { width: 100%; height: 520px; object-fit: cover; object-position: center; }
.banner-kits-copy { position: absolute; z-index: 2; left: 6%; top: 50%; width: min(450px, 45%); color: white; transform: translateY(-50%); }
.banner-kits-copy h2 { margin: 0 0 28px; font: 400 clamp(2.25rem, 4vw, 4rem)/1.02 var(--serif); letter-spacing: -.045em; }
.testimonial-section { padding: 115px 0; color: white; background: var(--green); }
.testimonial-grid { display: grid; grid-template-columns: .68fr 1.32fr; align-items: center; gap: clamp(55px, 9vw, 120px); }
.testimonial-proof { position: relative; width: min(100%, 430px); padding: 12px; background: var(--paper); box-shadow: 0 32px 80px rgba(0,0,0,.28); transform: rotate(-1.2deg); }
.testimonial-proof img { width: 100%; height: 540px; object-fit: cover; object-position: 25% 58%; }
.testimonial-proof > span { display: block; padding: 14px 10px 7px; color: var(--muted); font-size: .64rem; line-height: 1.5; }
.testimonial-quote { margin: 0; }
.testimonial-quote blockquote { max-width: 780px; margin: 0; font: 400 clamp(3rem, 5vw, 5.35rem)/1.02 var(--serif); letter-spacing: -.05em; }
.testimonial-quote figcaption { margin-top: 34px; color: #e6b896; font-size: .74rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.testimonial-quote figcaption span { margin: 0 7px; opacity: .55; }
.testimonial-quote > p:last-child { max-width: 620px; margin: 28px 0 0; color: rgba(255,255,255,.65); font-size: .86rem; }
.closing-cta { padding: 115px 0; color: white; background: var(--terracotta-dark); }
.closing-inner { max-width: 880px; margin-left: max(24px, calc((100vw - 1180px)/2)); }
.closing-cta .eyebrow--light, .closing-cta .text-link--light { color: #fff; }
.closing-inner > p:not(.eyebrow) { max-width: 600px; margin: 24px 0 34px; color: #fff; }
.whatsapp-float { position: fixed; z-index: 18; right: 20px; bottom: 20px; min-width: 206px; display: flex; gap: 11px; align-items: center; padding: 7px 14px 7px 7px; overflow: visible; border: 1px solid rgba(255,255,255,.26); border-radius: 52px; color: white; background: rgba(22,63,53,.96); box-shadow: 0 16px 42px rgba(10,35,27,.32); font-size: .72rem; font-weight: 800; backdrop-filter: blur(12px); transition: transform .25s ease, box-shadow .25s ease; }
.whatsapp-float:hover { transform: translateY(-4px); box-shadow: 0 22px 52px rgba(10,35,27,.4); }
.whatsapp-meal { position: relative; width: 62px; height: 62px; flex: 0 0 62px; display: block; border: 2px solid rgba(229,185,143,.74); border-radius: 50%; overflow: visible; animation: mealFloat 3.6s ease-in-out infinite; }
.whatsapp-meal img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; }
.whatsapp-copy { display: grid; margin-right: auto; line-height: 1.05; }
.whatsapp-copy small { color: #e5b98f; font-size: .55rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.whatsapp-copy strong { margin-top: 5px; font-size: .76rem; }
.steam { position: absolute; z-index: 4; top: -14px; width: 18px; height: 44px; border-top: 1px solid rgba(255,255,255,.45); border-left: 3px solid rgba(255,255,255,.92); border-radius: 52% 48% 46% 54%; opacity: 0; filter: blur(.55px); box-shadow: -2px 0 5px rgba(255,255,255,.18); pointer-events: none; will-change: transform, opacity; animation: steamRise 3.4s ease-out infinite; }
.steam::after { position: absolute; left: 5px; top: 9px; width: 10px; height: 25px; border-left: 2px solid rgba(229,240,235,.58); border-radius: 50%; content: ""; }
.steam--one { left: 8px; animation-delay: -2.55s; }
.steam--two { left: 21px; animation-delay: -1.7s; }
.steam--three { left: 34px; animation-delay: -.85s; }
.steam--four { left: 47px; animation-delay: 0s; }

.seo-faq { padding: 115px 0; background: var(--cream); }
.seo-faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(60px, 9vw, 120px); align-items: start; }
.seo-faq h2 { margin: 0; font: 400 clamp(2.35rem, 3.65vw, 3.6rem)/1.04 var(--serif); letter-spacing: -.04em; }
.seo-faq-grid > div:first-child > p:not(.eyebrow) { color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 22px 48px 22px 0; cursor: pointer; list-style: none; font: 400 1.28rem/1.25 var(--serif); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; right: 5px; top: 20px; color: var(--terracotta); content: "+"; font: 400 1.5rem var(--sans); transition: transform .2s ease; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details p { margin: -5px 0 22px; padding-right: 45px; color: var(--muted); font-size: .86rem; }
.faq-list details a { color: var(--terracotta-dark); text-decoration: underline; text-underline-offset: 3px; }

.js-motion [data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .72s ease var(--reveal-delay, 0ms), transform .72s cubic-bezier(.2,.7,.2,1) var(--reveal-delay, 0ms); }
.js-motion [data-reveal].is-visible { opacity: 1; transform: translateY(0); }
.product-card, .path-card, .steps-grid article, .values-grid article { transition: transform .3s ease, box-shadow .3s ease; }
.product-card:hover, .path-card:hover, .steps-grid article:hover, .values-grid article:hover { transform: translateY(-7px); }
.path-card:hover, .steps-grid article:hover { box-shadow: 0 18px 48px rgba(22,63,53,.12); }

@keyframes mealFloat { 0%, 100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-4px) rotate(1deg); } }
@keyframes steamRise { 0% { opacity: 0; transform: translate(0, 12px) scale(.55) rotate(-7deg); } 14% { opacity: .95; } 52% { opacity: .68; transform: translate(6px, -27px) scale(1.05) rotate(8deg); } 82% { opacity: .28; } 100% { opacity: 0; transform: translate(-6px, -78px) scale(1.5) rotate(-11deg); } }
@keyframes steamSoft { 0%, 100% { opacity: .28; transform: translateY(-18px) scale(.88); } 50% { opacity: .65; transform: translateY(-38px) scale(1.08); } }

.site-footer { color: rgba(255,255,255,.72); background: #102f28; }
.footer-main { display: grid; grid-template-columns: 1.25fr .75fr 1.15fr 1fr; gap: clamp(34px, 5vw, 72px); padding: 78px 0 60px; }
.footer-main img { filter: brightness(0) invert(1); opacity: .88; }
.footer-main h2 { margin: 4px 0 18px; color: white; font: 400 1.2rem var(--serif); }
.footer-main a { display: block; margin: 9px 0; font-size: .76rem; }
.footer-main a:hover { color: white; }
.footer-brand p { max-width: 310px; margin: 20px 0; font-size: .8rem; }
.footer-contact { max-width: 310px; margin-top: 28px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.14); }
.footer-contact h2 { margin-top: 0; }
.footer-cta { padding: 25px; color: var(--green); background: #d8c2a5; }
.footer-cta .eyebrow { color: var(--terracotta-dark); }
.footer-cta h2 { color: var(--green); font-size: 1.8rem; }
.footer-bottom { display: flex; justify-content: space-between; padding: 20px 0 112px; border-top: 1px solid rgba(255,255,255,.1); font-size: .66rem; text-transform: uppercase; letter-spacing: .08em; }
.site-signature { text-align: right; }
.site-signature a { color: #e6b896; font-weight: 850; }

/* Long-form guides */
.guide-hero--terracotta { background: var(--terracotta); }
.guide-hero--olive { background: var(--olive); }
.guide-intro { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(50px, 7vw, 96px); padding-top: 95px; padding-bottom: 95px; }
.guide-intro h2, .guide-check h2 { margin: 0; font: 400 clamp(2.35rem, 3.6vw, 3.55rem)/1.04 var(--serif); letter-spacing: -.04em; }
.guide-intro > div:last-child { padding-top: 6px; border-top: 1px solid var(--line); }
.guide-intro > div:last-child p { margin: 0 0 22px; color: var(--muted); font-size: .96rem; line-height: 1.85; }
.guide-deep-dive { padding: 115px 0; color: white; background: var(--green); }
.guide-deep-dive .section-heading h2 { color: white; }
.guide-deep-dive .section-copy { color: rgba(255,255,255,.68); }
.guide-chapters { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-top: 70px; background: rgba(255,255,255,.14); }
.guide-chapters article { min-height: 530px; padding: 40px; background: #163f35; }
.guide-chapters article > span { color: #e6b896; font-size: .67rem; font-weight: 850; letter-spacing: .14em; }
.guide-chapters h2 { max-width: 450px; margin: 65px 0 24px; font: 400 clamp(2rem, 3.3vw, 3rem)/1.02 var(--serif); }
.guide-chapters p { color: rgba(255,255,255,.7); font-size: .84rem; line-height: 1.8; }
.guide-chapters ul { display: grid; gap: 8px; margin: 28px 0 0; padding: 24px 0 0; border-top: 1px solid rgba(255,255,255,.14); list-style: none; }
.guide-chapters li { color: #e7bb97; font-size: .68rem; font-weight: 750; letter-spacing: .04em; }
.guide-chapters li::before { margin-right: 9px; content: "—"; }
.guide-check { display: grid; grid-template-columns: 1fr .88fr; gap: clamp(55px, 7vw, 96px); align-items: stretch; padding-top: 100px; padding-bottom: 100px; }
.guide-check > div > p:not(.eyebrow) { max-width: 620px; color: var(--muted); }
.guide-check .check-list { margin-top: 35px; }
.guide-check aside { position: relative; min-height: 100%; overflow: hidden; padding: 42px 42px 330px; color: white; background: var(--terracotta); box-shadow: var(--shadow); }
.guide-check aside::after { position: absolute; right: 0; bottom: 0; left: 0; height: 285px; background: linear-gradient(180deg, rgba(198,87,50,.08), rgba(15,48,40,.16)), url('/images/gastronomia-premium-v3.webp') center 54% / cover no-repeat; content: ""; }
.guide-check aside > span { position: absolute; right: 16px; top: -44px; color: rgba(255,255,255,.09); font: 400 12rem/1 var(--serif); }
.guide-check aside h2 { position: relative; font-size: clamp(2rem, 3.3vw, 3.15rem); }
.guide-check aside p { position: relative; color: rgba(255,255,255,.75); font-size: .85rem; line-height: 1.78; }
.guide-related { padding: 105px 0; background: var(--cream); }
.guide-related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 55px; }
.guide-related-grid a { min-height: 205px; display: grid; grid-template-columns: 1fr auto; align-content: space-between; padding: 28px; color: white; background: var(--green); transition: transform .25s ease, box-shadow .25s ease; }
.guide-related-grid a:nth-child(2) { background: var(--terracotta); }
.guide-related-grid a:nth-child(3) { color: var(--green); background: #d8c2a5; }
.guide-related-grid a:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.guide-related-grid span { grid-column: 1 / -1; font-size: .65rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; opacity: .7; }
.guide-related-grid strong { font: 400 1.65rem/1.08 var(--serif); }

/* Internal pages */
.inner-hero { position: relative; min-height: 650px; display: grid; align-items: center; padding: 80px 0; color: white; background: var(--green); }
.inner-hero--retail { background: #a8482b; }
.inner-hero-grid { display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: clamp(50px, 8vw, 110px); }
.inner-hero h1, .product-hero h1, .about-hero h1, .contact-page h1 { margin: 0; font: 400 clamp(3.4rem, 6vw, 5.7rem)/.94 var(--serif); letter-spacing: -.055em; }
.inner-hero-grid > div:first-child > p:not(.eyebrow) { max-width: 610px; margin: 28px 0 34px; color: rgba(255,255,255,.78); }
.inner-hero-photo { position: relative; width: 88%; justify-self: end; }
.inner-hero-photo::before { position: absolute; inset: -20px 20px 20px -20px; border: 1px solid rgba(255,255,255,.25); content: ""; }
.inner-hero-photo img { position: relative; width: 100%; height: 480px; object-fit: cover; box-shadow: var(--shadow); }
.inner-hero-photo--wide { width: 100%; }
.inner-hero-photo--wide img { height: 430px; }
.inner-hero-photo span { position: absolute; right: -20px; bottom: -18px; padding: 14px 18px; color: var(--green); background: #e5b98f; font-size: .65rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.statement { padding-top: 105px; padding-bottom: 105px; text-align: center; }
.statement p { margin: 0 0 17px; color: var(--terracotta); font-size: .7rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.statement h2 { max-width: 970px; margin-inline: auto; font-size: clamp(2.1rem, 4vw, 3.8rem); }
.how-section { padding: 100px 0; background: var(--cream); }
.commercial-reference-section { padding: 110px 0 120px; background: #efe4d5; }
.commercial-reference-section .section-heading { max-width: 900px; }
.commercial-reference-list { display: grid; gap: 42px; margin-top: 62px; }
.commercial-reference-card { margin: 0; padding: 14px; border: 1px solid var(--line); background: var(--paper); box-shadow: 0 24px 65px rgba(22,63,53,.1); }
.commercial-reference-card img { width: 100%; height: auto; }
.commercial-reference-card figcaption { display: grid; grid-template-columns: .32fr .68fr; gap: 35px; padding: 24px 16px 14px; }
.commercial-reference-card figcaption strong { font: 400 1.55rem/1.1 var(--serif); }
.commercial-reference-card figcaption span { color: var(--muted); font-size: .78rem; line-height: 1.7; }
.autonomous-flow-card { margin-top: 62px; padding: 14px; border: 1px solid var(--line); background: var(--paper); box-shadow: 0 24px 65px rgba(22,63,53,.1); }
.autonomous-flow-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.autonomous-flow-list article { min-height: 250px; display: flex; flex-direction: column; padding: 30px; background: #fffdf8; }
.autonomous-flow-list span { color: var(--terracotta); font: 400 2.45rem/1 var(--serif); }
.autonomous-flow-list h3 { margin: auto 0 12px; font: 400 1.55rem/1.08 var(--serif); }
.autonomous-flow-list p { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.65; }
.autonomous-flow-note { display: grid; grid-template-columns: .32fr .68fr; gap: 35px; margin: 0; padding: 26px 17px 15px; color: var(--muted); font-size: .78rem; line-height: 1.7; }
.autonomous-flow-note strong { color: var(--ink); font: 400 1.55rem/1.1 var(--serif); }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 55px; background: var(--line); border: 1px solid var(--line); }
.steps-grid article { min-height: 290px; padding: 34px; background: var(--paper); }
.steps-grid span, .values-grid span { color: var(--terracotta); font: 400 2.7rem var(--serif); }
.steps-grid h3, .values-grid h3 { margin: 50px 0 12px; font: 400 1.65rem/1.1 var(--serif); }
.steps-grid p, .values-grid p { margin: 0; color: var(--muted); font-size: .84rem; }
.benefit-section { display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 100px; padding-top: 125px; padding-bottom: 125px; }
.benefit-section--reverse { grid-template-columns: .9fr 1fr; }
.benefit-section > div > p:not(.eyebrow) { margin: 24px 0; color: var(--muted); }
.check-list { margin: 28px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 12px 0 12px 30px; border-bottom: 1px solid var(--line); font-size: .85rem; }
.check-list li::before { position: absolute; left: 2px; color: var(--terracotta); content: "✓"; font-weight: 900; }
.photo-card { padding: 14px 14px 0; background: var(--cream); }
.photo-card img { width: 100%; height: 520px; object-fit: cover; }
.photo-card p { margin: 0; padding: 22px 12px 25px; font-size: .8rem; }
.photo-card p strong { color: var(--terracotta); }
.model-clarity { padding: 100px 0; background: #efe4d5; }
.compare-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-top: 50px; }
.compare-card { min-height: 300px; padding: 35px; border: 1px solid var(--line); background: var(--paper); }
.compare-card.is-active { color: white; background: var(--green); }
.compare-card > span { font-size: .66rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; opacity: .65; }
.compare-card h3 { margin: 40px 0 15px; font: 400 2.3rem var(--serif); }
.compare-card p { max-width: 460px; font-size: .86rem; opacity: .76; }
.compare-card a, .compare-card > strong { display: inline-block; margin-top: 18px; font-size: .73rem; font-weight: 850; }
.proposal-section { padding: 100px 0; color: white; background: var(--green); }
.proposal-grid { display: grid; grid-template-columns: .75fr 1.25fr; align-items: start; gap: 80px; }
.proposal-grid > div:first-child > p:not(.eyebrow) { color: rgba(255,255,255,.7); }
.lead-form { padding: 34px; color: var(--ink); background: var(--paper); box-shadow: var(--shadow); }
.form-choice { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; margin-bottom: 23px; padding: 5px; background: var(--cream); }
.form-choice button { padding: 10px; border: 0; color: var(--muted); background: transparent; cursor: pointer; font-size: .73rem; font-weight: 800; }
.form-choice button.is-selected { color: white; background: var(--green); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-grid label { display: grid; gap: 7px; font-size: .68rem; font-weight: 800; letter-spacing: .04em; }
.form-grid label > span { color: var(--muted); font-weight: 500; }
.form-grid input, .form-grid textarea { width: 100%; border: 1px solid var(--line); border-radius: 0; padding: 12px 13px; color: var(--ink); background: white; outline: none; font-size: .78rem; font-weight: 400; resize: vertical; }
.form-grid input:focus, .form-grid textarea:focus { border-color: var(--terracotta); box-shadow: 0 0 0 2px rgba(198,87,50,.12); }
.form-wide { grid-column: 1 / -1; }
.lead-form .button { margin-top: 20px; }
.form-note { margin: 11px 0 0; color: var(--muted); font-size: .62rem; text-align: center; }
.audience-section { display: grid; grid-template-columns: 1fr; gap: 34px; align-items: start; padding-top: 90px; padding-bottom: 90px; }
.audience-section h2 { max-width: 820px; margin: 0; font: 400 clamp(2.35rem, 3.65vw, 3.6rem)/1.04 var(--serif); letter-spacing: -.04em; }
.tag-cloud { display: flex; flex-wrap: wrap; gap: 9px; }
.tag-cloud span { padding: 10px 15px; border: 1px solid var(--line); border-radius: 40px; background: var(--cream); font-size: .73rem; font-weight: 700; }
.retail-products { padding: 105px 0; background: var(--cream); }

.product-hero { padding: 90px 0 70px; background: var(--cream); }
.product-hero-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 55px; }
.product-hero p:not(.eyebrow) { margin: 25px 0 30px; color: var(--muted); }
.product-hero img { width: 100%; min-height: 360px; object-fit: cover; box-shadow: var(--shadow); }
.catalog-section { padding: 110px 0; }
.catalog-filter { display: flex; gap: 8px; margin: 36px 0 50px; }
.catalog-filter a { padding: 8px 15px; border: 1px solid var(--line); border-radius: 30px; font-size: .7rem; font-weight: 800; }
.catalog-filter a:first-child { color: white; background: var(--green); }
.buy-strip { padding: 80px 0; color: white; background: var(--terracotta); }
.buy-strip .shell { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.buy-strip h2 { font-size: clamp(2.3rem, 4vw, 3.8rem); }
.buy-strip p:not(.eyebrow) { margin: 12px 0 0; color: rgba(255,255,255,.75); }
.product-partner { display: flex; justify-content: space-between; align-items: center; gap: 40px; padding-top: 95px; padding-bottom: 95px; }
.product-partner h2 { font-size: 2.8rem; }
.product-partner p { color: var(--muted); }
.product-partner > div:last-child { display: flex; gap: 10px; flex-wrap: wrap; }

.category-hero { padding: 95px 0 75px; color: white; background: var(--green); }
.category-hero--soup { background: #783d2c; }
.category-hero-grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 56px; }
.category-hero h1, .finder-hero h1 { margin: 0; font: 400 clamp(3.4rem, 6vw, 5.8rem)/.94 var(--serif); letter-spacing: -.055em; }
.category-hero p:not(.eyebrow) { max-width: 590px; margin: 27px 0 32px; color: rgba(255,255,255,.76); }
.category-hero .text-link { color: white; border-color: rgba(255,255,255,.42); }
.category-hero img { width: 100%; height: 500px; object-fit: cover; object-position: 54% center; box-shadow: 0 30px 80px rgba(0,0,0,.28); }
.category-intro { max-width: 900px; padding-top: 105px; padding-bottom: 25px; text-align: center; }
.category-intro .eyebrow { text-align: center; }
.category-intro h2 { margin: 0; font: 400 clamp(2.55rem, 4vw, 3.8rem)/1.03 var(--serif); letter-spacing: -.04em; }
.category-intro > p:last-child { max-width: 720px; margin: 25px auto 0; color: var(--muted); }
.category-links { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding-bottom: 110px; }
.category-links a { display: grid; grid-template-columns: 1fr auto; align-items: end; min-height: 190px; padding: 28px; color: white; background: var(--green); }
.category-links a:nth-child(2) { background: var(--terracotta); }
.category-links span { grid-column: 1 / -1; align-self: start; font-size: .67rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; opacity: .68; }
.category-links strong { font: 400 1.7rem/1.08 var(--serif); }

.comparison-section, .planning-section, .reasons-section { padding: 115px 0; background: var(--paper); }
.comparison-table-wrap { margin-top: 55px; overflow-x: auto; border: 1px solid var(--line); box-shadow: 0 18px 55px rgba(25,51,44,.08); }
.comparison-table { width: 100%; min-width: 760px; border-collapse: collapse; background: var(--cream); }
.comparison-table th, .comparison-table td { padding: 24px 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.comparison-table thead th { color: white; background: var(--green); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.comparison-table tbody th { width: 22%; color: var(--terracotta-dark); font-size: .68rem; letter-spacing: .07em; text-transform: uppercase; }
.comparison-table td { color: var(--muted); font-size: .84rem; line-height: 1.65; }
.model-clarity--expanded .compare-card { display: grid; align-content: start; gap: 18px; }
.model-clarity--expanded .compare-card h2 { margin: 0; font: 400 clamp(2.3rem, 3.5vw, 3.6rem)/1 var(--serif); }
.model-clarity--expanded .compare-card .check-list { margin: 4px 0 10px; }
.model-clarity--expanded .compare-card .button, .model-clarity--expanded .compare-card .text-link { justify-self: start; }
.planning-section { background: var(--cream); }
.planning-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 60px; background: var(--line); }
.planning-grid article { min-height: 315px; padding: 34px 30px; background: var(--paper); }
.planning-grid span, .reasons-grid > li > span { color: var(--terracotta); font-size: .68rem; font-weight: 850; letter-spacing: .12em; }
.planning-grid h3 { margin: 75px 0 13px; font: 400 1.7rem/1.08 var(--serif); }
.planning-grid p { margin: 0; color: var(--muted); font-size: .8rem; line-height: 1.7; }
.weekly-composition { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(60px, 8vw, 120px); align-items: start; padding-top: 110px; padding-bottom: 110px; }
.weekly-composition h2 { margin: 0; font: 400 clamp(2.35rem, 3.6vw, 3.55rem)/1.04 var(--serif); letter-spacing: -.04em; }
.weekly-composition > div:first-child > p:last-child { color: var(--muted); }
.weekly-composition-grid { display: grid; gap: 10px; }
.weekly-composition-grid article, .weekly-composition-grid a { display: grid; grid-template-columns: 1fr auto; align-items: center; padding: 24px 26px; border: 1px solid var(--line); background: var(--cream); }
.weekly-composition-grid strong { font: 400 1.45rem/1.1 var(--serif); }
.weekly-composition-grid p { grid-column: 1 / -1; margin: 9px 0 0; color: var(--muted); font-size: .78rem; }
.reasons-section { background: var(--cream); }
.reasons-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin: 65px 0 0; padding: 1px; background: var(--line); list-style: none; }
.reasons-grid li { min-height: 270px; padding: 34px; background: var(--paper); }
.reasons-grid h2 { margin: 48px 0 13px; font: 400 1.85rem/1.08 var(--serif); }
.reasons-grid p { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.72; }

.finder-hero { padding: 115px 0; color: white; background: radial-gradient(circle at 80% 20%, rgba(230,184,150,.16), transparent 30%), var(--green); }
.finder-hero .shell { max-width: 980px; }
.finder-hero h1 { max-width: 900px; }
.finder-hero p:not(.eyebrow) { max-width: 670px; margin: 28px 0 0; color: rgba(255,255,255,.73); font-size: 1.03rem; }
.site-map-page { padding: 110px 0 125px; }
.site-map-intro { max-width: 780px; margin-bottom: 70px; }
.site-map-intro h2 { margin: 0; font: 400 clamp(2.45rem, 3.8vw, 3.75rem)/1.04 var(--serif); letter-spacing: -.04em; }
.site-map-intro > p:not(.eyebrow) { max-width: 680px; margin: 24px 0 0; color: var(--muted); }
.site-map-groups { display: grid; gap: 72px; }
.site-map-group { display: grid; grid-template-columns: 1fr; gap: 30px; align-items: start; padding-top: 34px; border-top: 1px solid var(--line); }
.site-map-group > header { position: static; max-width: 760px; }
.site-map-group h2 { margin: 0; font: 400 clamp(2rem, 2.7vw, 2.75rem)/1.06 var(--serif); letter-spacing: -.03em; }
.site-map-group header > span { display: block; margin-top: 16px; color: var(--muted); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.site-map-links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.site-map-links > a { min-height: 128px; display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; padding: 24px; border: 1px solid var(--line); background: var(--cream); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.site-map-links > a:hover, .site-map-links > a:focus-visible { border-color: rgba(198,87,50,.45); transform: translateY(-4px); box-shadow: 0 18px 42px rgba(22,63,53,.1); }
.site-map-links > a > span:first-child { display: grid; gap: 8px; }
.site-map-links strong { font: 400 1.25rem/1.12 var(--serif); }
.site-map-links small { color: var(--muted); font-size: .72rem; line-height: 1.55; }
.site-map-links > a > span[aria-hidden="true"] { color: var(--terracotta); }
.finder-section { padding: 85px 0 110px; background: var(--cream); }
.flavor-map { display: grid; gap: 50px; }
.flavor-controls { display: grid; grid-template-columns: 1fr 1fr auto; gap: 24px; align-items: stretch; padding: 30px; color: white; background: var(--green); box-shadow: var(--shadow); }
.flavor-controls fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.flavor-controls legend { margin-bottom: 14px; color: #e6b896; font-size: .68rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.choice-chips { display: flex; flex-wrap: wrap; gap: 7px; }
.choice-chips button { padding: 9px 13px; border: 1px solid rgba(255,255,255,.22); border-radius: 30px; color: white; background: transparent; cursor: pointer; font-size: .7rem; font-weight: 750; transition: background .2s ease, color .2s ease, transform .2s ease; }
.choice-chips button:hover { transform: translateY(-2px); }
.choice-chips button.is-selected { border-color: #e6b896; color: var(--green); background: #e6b896; }
.flavor-result-count { min-width: 112px; display: grid; place-content: center; padding: 10px 18px; border-left: 1px solid rgba(255,255,255,.18); text-align: center; }
.flavor-result-count strong { color: #e6b896; font: 400 3.4rem/1 var(--serif); }
.flavor-result-count span { max-width: 80px; font-size: .63rem; font-weight: 800; line-height: 1.25; text-transform: uppercase; }
.flavor-results { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.flavor-card { overflow: hidden; background: var(--paper); box-shadow: 0 15px 45px rgba(25,51,44,.1); }
.flavor-card > a { display: block; height: 100%; }
.flavor-card > a > img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.flavor-card > a > div { padding: 22px 23px 26px; border-top: 5px solid var(--terracotta); }
.flavor-card span { color: var(--terracotta); font-size: .62rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.flavor-card h2 { margin: 13px 0 7px; font: 400 1.75rem/1.04 var(--serif); }
.flavor-card p { margin: 0; color: var(--muted); font-size: .78rem; }
.flavor-map-cta { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 38px; color: white; background: var(--terracotta); }
.flavor-map-cta h2 { margin: 0; font: 400 clamp(2rem, 4vw, 3.4rem)/1 var(--serif); }
.finder-note { display: grid; grid-template-columns: auto 1fr; gap: 18px; padding-top: 34px; padding-bottom: 110px; color: var(--muted); font-size: .8rem; }
.finder-note strong { color: var(--terracotta); }
.finder-note p { margin: 0; }

.about-hero { padding: 125px 0; color: white; background: var(--green); }
.about-hero .shell { max-width: 1000px; }
.about-hero p:not(.eyebrow) { max-width: 670px; margin: 30px 0 0; color: rgba(255,255,255,.7); font-size: 1.05rem; }
.about-story { display: grid; grid-template-columns: .8fr 1fr; align-items: center; gap: 100px; padding-top: 120px; padding-bottom: 120px; }
.about-story img { width: 100%; height: 600px; object-fit: cover; }
.about-story p:not(.eyebrow) { color: var(--muted); }
.values-section { padding: 105px 0; background: var(--cream); }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 50px; margin-top: 50px; }
.values-grid article { padding-top: 25px; border-top: 1px solid var(--line); }
.values-grid h3 { margin-top: 45px; }
.about-paths { padding-top: 110px; padding-bottom: 120px; }
.about-path-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 45px; }
.about-path-grid a { display: grid; grid-template-columns: 1fr auto; padding: 25px; color: white; background: var(--green); }
.about-path-grid a:nth-child(2) { background: var(--terracotta); }
.about-path-grid a:nth-child(3) { color: var(--green); background: #b6c58c; }
.about-path-grid span { grid-column: 1 / -1; font-size: .66rem; opacity: .7; }
.about-path-grid strong { margin-top: 20px; font: 400 1.4rem var(--serif); }

.contact-page { padding: 100px 0; color: white; background: var(--green); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.contact-copy > p:not(.eyebrow) { color: rgba(255,255,255,.7); }
.direct-contact { margin-top: 50px; border-top: 1px solid rgba(255,255,255,.15); }
.direct-contact a { display: flex; justify-content: space-between; gap: 20px; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.direct-contact span { font-size: .65rem; text-transform: uppercase; letter-spacing: .09em; opacity: .6; }
.direct-contact strong { font-size: .78rem; }
.contact-form-wrap { color: var(--ink); }
.contact-form-wrap > h2 { margin: 0; padding: 27px 34px; color: var(--green); background: #e5b98f; font: 400 1.5rem var(--serif); }
.contact-form-wrap .lead-form { box-shadow: none; }
.contact-help { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin-top: 100px; margin-bottom: 100px; background: var(--line); border: 1px solid var(--line); }
.contact-help > div { padding: 32px; background: var(--paper); }
.contact-help span { color: var(--terracotta); font: 400 2rem var(--serif); }
.contact-help h2 { margin: 35px 0 10px; font: 400 1.55rem var(--serif); }
.contact-help p { color: var(--muted); font-size: .8rem; }
.contact-help a { font-size: .72rem; font-weight: 850; }

/* Individual flavor pages */
.product-detail-hero { position: relative; padding: 84px 0 94px; overflow: hidden; color: white; background: var(--green); }
.product-detail-hero::before { position: absolute; inset: 0; background: radial-gradient(circle at 17% 18%, rgba(255,255,255,.15), transparent 25%), radial-gradient(circle at 88% 76%, rgba(230,184,150,.16), transparent 28%); content: ""; }
.product-detail-hero--orange, .product-detail-hero--coral { background: #a94b2e; }
.product-detail-hero--green, .product-detail-hero--olive, .product-detail-hero--lime { background: #385343; }
.product-detail-hero--pink, .product-detail-hero--violet, .product-detail-hero--purple, .product-detail-hero--wine { background: #613b49; }
.product-detail-hero--blue, .product-detail-hero--navy { background: #243f54; }
.product-detail-hero--yellow, .product-detail-hero--cream { color: var(--green); background: #d7b76e; }
.product-detail-hero--brown { background: #604537; }
.product-detail-hero--yellow .eyebrow--light, .product-detail-hero--cream .eyebrow--light { color: #6f3b24; }
.product-detail-hero--yellow .product-detail-lead, .product-detail-hero--cream .product-detail-lead { color: rgba(22,63,53,.75); }
.product-detail-hero--yellow .text-link--light, .product-detail-hero--cream .text-link--light { color: var(--green); border-color: rgba(22,63,53,.4); }
.product-detail-hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); align-items: center; gap: clamp(55px, 8vw, 115px); }
.product-detail-image { position: relative; padding: 22px; background: rgba(255,255,255,.12); box-shadow: 0 35px 85px rgba(10,27,23,.3); transform: rotate(-1.2deg); }
.product-detail-image::after { position: absolute; inset: 13px; border: 1px solid rgba(255,255,255,.32); pointer-events: none; content: ""; }
.product-detail-image img { width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; }
.product-sequence { position: absolute; z-index: 2; right: -18px; top: -18px; min-width: 92px; padding: 14px 17px; color: var(--green); background: #e6b896; box-shadow: 0 12px 30px rgba(0,0,0,.18); font-size: .7rem; font-weight: 850; letter-spacing: .12em; text-align: center; }
.product-detail-copy h1 { max-width: 680px; margin: 0; font: 400 clamp(3.6rem, 6.4vw, 6.3rem)/.91 var(--serif); letter-spacing: -.06em; }
.product-detail-lead { max-width: 590px; margin: 30px 0 34px; color: rgba(255,255,255,.78); font-size: 1.08rem; }
.product-detail-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 25px; }
.product-detail-actions .product-buy-button { min-height: 64px; padding: 17px 30px; border-radius: 18px; font-size: 1.02rem; font-weight: 800; line-height: 1.25; box-shadow: 0 16px 34px rgba(20,47,39,.2); }
.product-detail-actions .product-buy-button:hover { transform: translateY(-3px); box-shadow: 0 20px 38px rgba(20,47,39,.28); }
.product-buy-button--footer { min-height: 56px; padding: 14px 24px; text-align: center; }
.product-purchase-note { max-width: 560px; margin: 14px 0 0; color: rgba(255,255,255,.72); font-size: .78rem; line-height: 1.55; }
.product-purchase-note strong { color: inherit; font-weight: 800; }
.product-detail-hero--yellow .product-purchase-note, .product-detail-hero--cream .product-purchase-note { color: rgba(22,63,53,.7); }
.product-intent-links { display: flex; align-items: stretch; flex-wrap: wrap; gap: 9px; margin-top: 21px; }
.product-intent-links a { display: inline-flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 42px; padding: 10px 14px; border: 1px solid rgba(255,255,255,.34); border-radius: 12px; color: white; background: rgba(255,255,255,.08); font-size: .68rem; font-weight: 800; line-height: 1.25; text-decoration: none; transition: .2s ease; }
.product-intent-links a:hover { border-color: rgba(255,255,255,.7); background: rgba(255,255,255,.15); transform: translateY(-2px); }
.product-detail-hero--yellow .product-intent-links a, .product-detail-hero--cream .product-intent-links a { border-color: rgba(22,63,53,.28); color: var(--green); background: rgba(255,255,255,.2); }
.product-detail-hero--yellow .product-intent-links a:hover, .product-detail-hero--cream .product-intent-links a:hover { border-color: rgba(22,63,53,.5); background: rgba(255,255,255,.35); }
.flavor-progress { width: min(440px, 100%); height: 3px; margin-top: 30px; overflow: hidden; background: rgba(255,255,255,.19); }
.flavor-progress span { display: block; height: 100%; background: #e6b896; }

.product-plate-story { position: relative; height: 135svh; color: white; background: #0d2822; }
.product-plate-sticky { position: sticky; top: 0; height: 100svh; min-height: 620px; overflow: hidden; background: radial-gradient(circle at 72% 46%, rgba(230,184,150,.16), transparent 32%), #0d2822; }
.product-plate-photo { position: absolute; z-index: 1; right: clamp(32px, 8vw, 140px); top: 50%; width: min(42vw, 500px); height: auto; aspect-ratio: 1; border-radius: 18px; object-fit: contain; box-shadow: 0 38px 90px rgba(0,0,0,.4); transform: translateY(-50%); }
.product-plate-copy { position: relative; z-index: 2; width: min(1280px, calc(100% - 48px)); height: 100%; display: flex; align-items: flex-start; justify-content: center; flex-direction: column; }
.product-plate-copy h2 { max-width: min(52vw, 650px); margin: 0; font: 400 clamp(3.1rem, 5.4vw, 6rem)/.9 var(--serif); letter-spacing: -.06em; text-wrap: balance; }
.product-plate-copy > p:not(.eyebrow) { max-width: 510px; margin: 30px 0 0; color: rgba(255,255,255,.72); font-size: .9rem; line-height: 1.75; }
.product-plate-copy > p strong { color: white; }
.product-plate-link { display: inline-flex; align-items: center; gap: 28px; margin-top: 34px; padding-bottom: 9px; border-bottom: 1px solid rgba(255,255,255,.48); color: white; font-size: .7rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.product-plate-link:hover { border-color: #e6b896; color: #e6b896; }
.product-plate-caption { position: absolute; z-index: 2; right: clamp(32px, 8vw, 140px); bottom: 26px; color: rgba(255,255,255,.62); font-size: .6rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

.product-editorial-section { padding: 112px 0; color: white; background: #102f28; }
.product-editorial-heading { display: grid; grid-template-columns: 1fr .82fr; align-items: end; gap: clamp(55px, 9vw, 125px); }
.product-editorial-heading h2, .related-flavors-heading h2, .product-faq-intro h2 { margin: 0; font: 400 clamp(2.5rem, 3.75vw, 3.75rem)/1.03 var(--serif); letter-spacing: -.04em; }
.product-editorial-heading > p { margin: 0; color: rgba(255,255,255,.7); }
.product-editorial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 70px; background: rgba(255,255,255,.15); }
.product-editorial-grid article { min-height: 345px; padding: 38px; background: #163f35; }
.product-editorial-grid span { color: #e6b896; font-size: .65rem; font-weight: 850; letter-spacing: .12em; }
.product-editorial-grid h3 { margin: 55px 0 18px; font: 400 1.8rem/1.08 var(--serif); }
.product-editorial-grid p { margin: 0; color: rgba(255,255,255,.66); font-size: .83rem; }

.decision-checklist { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(55px, 9vw, 120px); align-items: start; padding-top: 105px; padding-bottom: 105px; }
.decision-checklist-heading { position: sticky; top: 30px; }
.decision-checklist-heading h2 { margin: 0; font: 400 clamp(2.4rem, 3.5vw, 3.5rem)/1.03 var(--serif); letter-spacing: -.04em; }
.decision-checklist-heading > p:not(.eyebrow) { margin-top: 24px; color: var(--muted); }
.decision-checklist-list { border-top: 1px solid var(--line); }
.decision-checklist-list article { display: grid; grid-template-columns: 50px 1fr; gap: 18px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.decision-checklist-list span { color: var(--terracotta); font-size: .67rem; font-weight: 850; letter-spacing: .1em; }
.decision-checklist-list h3 { margin: 0 0 10px; font: 400 1.65rem/1.1 var(--serif); }
.decision-checklist-list p { margin: 0; color: var(--muted); font-size: .83rem; }

.product-trust-section { padding: 110px 0; scroll-margin-top: 110px; background: var(--cream); }
.product-trust-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(45px, 7vw, 90px); align-items: start; }
.product-trust-grid h2 { margin: 0; font: 400 clamp(2.5rem, 3.7vw, 3.7rem)/1.03 var(--serif); letter-spacing: -.04em; }
.product-facts-wrap { margin-top: 42px; overflow-x: auto; border-top: 1px solid var(--line); }
.product-facts-table { width: 100%; border-collapse: collapse; text-align: left; }
.product-facts-table caption { padding: 0 0 14px; color: var(--muted); font-size: .68rem; font-weight: 800; letter-spacing: .09em; text-align: left; text-transform: uppercase; }
.product-facts-table th, .product-facts-table td { padding: 17px 12px 17px 0; border-bottom: 1px solid var(--line); vertical-align: top; }
.product-facts-table th { width: 37%; color: var(--terracotta-dark); font-size: .71rem; letter-spacing: .06em; text-transform: uppercase; }
.product-facts-table td { font-size: .88rem; }
.nutrition-trust { position: relative; padding: 46px; overflow: hidden; color: white; background: var(--green); box-shadow: var(--shadow); }
.nutrition-trust > span { position: absolute; right: -6px; top: -36px; color: rgba(255,255,255,.055); font: 400 12rem/1 var(--serif); }
.nutrition-trust h2 { position: relative; font-size: clamp(2.3rem, 3.7vw, 3.6rem); }
.nutrition-trust p:not(.eyebrow) { position: relative; color: rgba(255,255,255,.72); }
.nutrition-trust strong { position: relative; display: block; margin-top: 30px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.17); color: #e6b896; font: 400 1.25rem/1.35 var(--serif); }
.nutrition-panel { min-width: 0; }
.nutrition-panel h2 { margin-bottom: 34px; }
.nutrition-scroll-hint { display: none; margin: -18px 0 16px; color: var(--muted); font-size: .72rem; }
.nutrition-table-wrap { overflow-x: auto; background: white; box-shadow: 0 18px 50px rgba(22,63,53,.1); }
.nutrition-table { width: 100%; min-width: 610px; border-collapse: collapse; color: #1f2825; background: white; font-size: .76rem; text-align: right; }
.nutrition-table caption { padding: 18px 20px; border: 2px solid #1f2825; border-bottom: 0; color: #1f2825; background: white; font-size: .8rem; font-weight: 800; text-align: left; }
.nutrition-table th, .nutrition-table td { padding: 10px 12px; border: 1px solid #4b514f; }
.nutrition-table thead th { border-top-width: 2px; color: #1f2825; font-weight: 850; }
.nutrition-table thead th:first-child, .nutrition-table tbody th { text-align: left; }
.nutrition-table tbody th { width: 48%; font-weight: 650; }
.nutrition-table tfoot td { border-bottom-width: 2px; color: #4c5753; font-size: .68rem; text-align: left; }
.product-label-text { margin-top: 26px; padding-top: 24px; border-top: 1px solid var(--line); color: var(--muted); font-size: .78rem; }
.product-label-text p { margin: 0 0 14px; }
.product-label-text strong { color: var(--green); }

.product-use { display: grid; grid-template-columns: repeat(3, 1fr); padding-top: 95px; padding-bottom: 95px; }
.product-use > div { padding: 0 34px; border-left: 1px solid var(--line); }
.product-use > div:first-child { padding-left: 0; border-left: 0; }
.product-use span { color: var(--terracotta); font-size: .68rem; font-weight: 850; }
.product-use h2 { margin: 28px 0 10px; font: 400 1.65rem/1.12 var(--serif); }
.product-use p { margin: 0; color: var(--muted); font-size: .82rem; }

.related-flavors-section { padding: 110px 0; background: var(--cream); }
.related-flavors-heading { display: flex; align-items: end; justify-content: space-between; gap: 45px; margin-bottom: 55px; }
.related-flavors-heading h2 { max-width: 700px; }
.related-flavors-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.related-flavors-grid > a { padding-bottom: 28px; background: var(--paper); box-shadow: 0 14px 40px rgba(25,51,44,.09); transition: transform .25s ease, box-shadow .25s ease; }
.related-flavors-grid > a:hover { transform: translateY(-6px); box-shadow: 0 23px 55px rgba(25,51,44,.14); }
.related-flavors-grid img { width: 100%; aspect-ratio: 1.18 / 1; object-fit: cover; }
.related-flavors-grid span, .related-flavors-grid h3, .related-flavors-grid p { display: block; margin-right: 25px; margin-left: 25px; }
.related-flavors-grid span { margin-top: 24px; color: var(--terracotta); font-size: .59rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.related-flavors-grid h3 { margin-top: 10px; margin-bottom: 8px; font: 400 1.75rem/1.08 var(--serif); }
.related-flavors-grid p { margin-top: 0; margin-bottom: 0; color: var(--muted); font-size: .77rem; }

.product-faq-section { padding: 115px 0; background: var(--paper); }
.product-faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(60px, 9vw, 125px); align-items: start; }
.product-faq-intro { position: sticky; top: 30px; }
.product-faq-intro > p:not(.eyebrow) { margin: 25px 0 32px; color: var(--muted); }
.product-faq-list details p { margin-top: -2px; padding: 0 35px 28px 0; line-height: 1.75; }

.product-context-bar { border-bottom: 1px solid var(--line); background: var(--paper); box-shadow: 0 12px 32px rgba(25,51,44,.06); }
.product-breadcrumb { min-width: 0; display: flex; align-items: center; gap: 10px; padding: 17px 0 13px; overflow-x: auto; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .66rem; font-weight: 750; white-space: nowrap; }
.product-breadcrumb a { color: var(--terracotta-dark); }
.product-breadcrumb a:hover { text-decoration: underline; text-underline-offset: 3px; }
.product-breadcrumb > span[aria-hidden="true"] { color: rgba(25,51,44,.35); }
.product-breadcrumb > span[aria-current="page"] { overflow: hidden; color: var(--ink); text-overflow: ellipsis; }
.flavor-navigation { display: grid; grid-template-columns: minmax(0,1fr) auto minmax(0,1fr); align-items: center; gap: 16px; padding: 14px 0 18px; }
.flavor-nav-card { min-width: 0; min-height: 72px; display: flex; align-items: center; gap: 13px; padding: 9px 12px; border: 1px solid var(--line); background: var(--cream); transition: transform .25s ease, box-shadow .25s ease; }
.flavor-nav-card:hover { transform: translateY(-4px); box-shadow: 0 16px 42px rgba(25,51,44,.12); }
.flavor-nav-card img { width: 54px; height: 54px; flex: 0 0 54px; object-fit: cover; }
.flavor-nav-card span { min-width: 0; display: grid; }
.flavor-nav-card small { color: var(--terracotta); font-size: .59rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.flavor-nav-card strong { margin: 4px 0 1px; font: 400 1.08rem/1.05 var(--serif); }
.flavor-nav-card em { overflow: hidden; color: var(--muted); font-size: .7rem; font-style: normal; text-overflow: ellipsis; white-space: nowrap; }
.flavor-nav-card--next { justify-content: flex-end; text-align: right; }
.all-flavors-link { padding: 8px 0; border-bottom: 1px solid var(--green); font-size: .64rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }

/* Regra global de primeira dobra: todo hero termina antes do limite visível da viewport. */
@media (min-width: 781px) {
  .hero, .inner-hero, .product-hero, .category-hero, .product-detail-hero { height: var(--hero-fold); min-height: 0; max-height: var(--hero-fold); overflow: hidden; }
  .hero-inner, .inner-hero-grid, .product-hero-grid, .category-hero-grid, .product-detail-hero-grid { height: 100%; min-height: 0; }
  .hero-copy { padding: clamp(34px, 6svh, 70px) 0; }
  .hero h1 { font-size: clamp(3.35rem, min(6vw, 8svh), 5.55rem); }
  .hero-lead { margin: clamp(18px, 3svh, 30px) 0; }
  .hero-notes { margin-top: clamp(22px, 4svh, 42px); }
  .hero-freezer { height: min(610px, calc(var(--hero-fold) - 30px)); }
  .hero-orbit--one { width: min(560px, calc(var(--hero-fold) - 50px)); height: min(560px, calc(var(--hero-fold) - 50px)); }
  .hero-orbit--two { width: min(440px, calc(var(--hero-fold) - 150px)); height: min(440px, calc(var(--hero-fold) - 150px)); }
  .inner-hero { padding: clamp(36px, 6svh, 68px) 0; }
  .inner-hero-photo img, .inner-hero-photo--wide img { height: min(430px, calc(var(--hero-fold) - 110px)); }
  .product-hero, .category-hero { padding: clamp(35px, 6svh, 70px) 0; }
  .product-hero img, .category-hero img { height: min(450px, calc(var(--hero-fold) - 90px)); min-height: 0; }
  .finder-hero, .about-hero { height: min(440px, var(--hero-fold)); max-height: var(--hero-fold); display: grid; align-items: center; padding: clamp(55px, 9svh, 100px) 0; overflow: hidden; }
  .product-detail-hero { padding: clamp(40px, 6svh, 76px) 0; }
  .product-detail-image { width: min(100%, calc(var(--hero-fold) - 82px)); max-height: calc(var(--hero-fold) - 62px); justify-self: center; padding: 18px; }
  .product-detail-copy h1 { font-size: clamp(3.25rem, min(6vw, 7.6svh), 5.65rem); }
  .product-detail-lead { margin: clamp(19px, 3svh, 30px) 0; }
  .flavor-progress { margin-top: clamp(24px, 4svh, 42px); }
}

@media (min-width: 781px) and (max-height: 700px) {
  .inner-hero, .product-hero, .category-hero { padding: 24px 0; }
  .inner-hero h1, .product-hero h1, .category-hero h1 { font-size: clamp(2.65rem, 6.7svh, 3.35rem); }
  .inner-hero-grid > div:first-child > p:not(.eyebrow), .product-hero p:not(.eyebrow), .category-hero p:not(.eyebrow) { margin: 13px 0 16px; font-size: .84rem; }
  .inner-hero-photo img, .inner-hero-photo--wide img, .product-hero img, .category-hero img { height: min(365px, calc(var(--hero-fold) - 72px)); }
  .inner-hero .button, .product-hero .button, .category-hero .button { min-height: 44px; padding: 9px 17px; }
  .inner-hero .hero-actions, .product-hero .hero-actions, .category-hero .hero-actions { gap: 16px; }
}

@media (max-width: 1050px) {
  .desktop-nav { display: none; }
  .mobile-menu { display: block; position: relative; }
  .mobile-menu > summary { width: 42px; height: 42px; display: grid; place-content: center; gap: 4px; border: 1px solid var(--line); cursor: pointer; list-style: none; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu > summary span { width: 18px; height: 1px; display: block; background: var(--green); }
  .mobile-menu-panel { position: absolute; top: 53px; right: 0; width: min(350px, calc(100vw - 48px)); max-height: calc(100svh - 120px); display: grid; padding: 20px; overflow-y: auto; background: var(--paper); box-shadow: var(--shadow); }
  .mobile-menu-panel > a:not(.button) { padding: 11px 5px; border-bottom: 1px solid var(--line); font-size: .8rem; font-weight: 700; }
  .mobile-menu-panel .button { margin-top: 12px; }
  .mobile-products-menu { border-bottom: 1px solid var(--line); }
  .mobile-products-menu > summary { min-height: 43px; display: flex; align-items: center; justify-content: space-between; padding: 8px 5px; cursor: pointer; font-size: .8rem; font-weight: 700; list-style: none; }
  .mobile-products-menu > summary span { color: var(--terracotta); font-size: 1.1rem; transition: transform .2s ease; }
  .mobile-products-menu[open] > summary span { transform: rotate(45deg); }
  .mobile-products-menu > div { display: grid; grid-template-columns: 1fr; padding: 3px 0 12px 12px; }
  .mobile-products-menu a { padding: 7px 5px; color: var(--muted); font-size: .72rem; font-weight: 650; }
  .mobile-products-menu .mobile-all-products { margin-bottom: 4px; color: var(--terracotta-dark); font-weight: 800; }
  .hero-inner { grid-template-columns: 1fr 1fr; }
  .hero h1 { font-size: clamp(3.5rem, 7vw, 5rem); }
  .hero-freezer { width: 56vw; height: 600px; }
  .hero-orbit--one { width: 47vw; height: 47vw; }
  .hero-orbit--two { width: 38vw; height: 38vw; }
  .path-card { min-height: 420px; padding: 24px; }
  .path-card h3 { font-size: 1.8rem; }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .benefit-section, .benefit-section--reverse { gap: 60px; }
  .planning-grid { grid-template-columns: repeat(2, 1fr); }
  .site-map-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-main { grid-template-columns: 1.2fr .8fr .8fr; }
  .footer-cta { grid-column: 1 / -1; }
}

@media (max-width: 780px) {
  :root { --header-stack: 97px; --hero-fold: calc(100svh - var(--header-stack)); }
  .shell { width: min(100% - 32px, 640px); }
  .header-inner { min-height: 68px; }
  .brand img { width: 122px; }
  .header-cta { display: none; }
  .hero, .inner-hero, .product-hero, .category-hero, .product-detail-hero { height: var(--hero-fold); min-height: 0; max-height: var(--hero-fold); overflow: hidden; }
  .finder-hero, .about-hero { height: min(440px, var(--hero-fold)); max-height: var(--hero-fold); display: grid; align-items: center; padding: 52px 0; overflow: hidden; }
  .hero-inner, .inner-hero-grid, .product-hero-grid, .category-hero-grid, .product-detail-hero-grid { height: 100%; min-height: 0; }
  .hero-inner { grid-template-columns: 1fr; grid-template-rows: auto minmax(0, 1fr); gap: 12px; padding-top: 28px; }
  .hero-copy { padding: 0; }
  .hero h1 { font-size: clamp(3rem, 11vw, 4.25rem); }
  .hero-lead { margin: 16px 0; font-size: .94rem; }
  .hero-actions { gap: 14px; }
  .hero-visual { min-height: 0; overflow: hidden; }
  .hero-freezer { width: calc(100% + 32px); height: 100%; min-height: 0; max-height: 300px; object-position: 62% center; }
  .hero-orbit--one { width: min(360px, 74vw); height: min(360px, 74vw); }
  .hero-orbit--two { width: min(280px, 58vw); height: min(280px, 58vw); }
  .hero-stamp { right: 2%; bottom: 6%; width: 82px; height: 82px; }
  .hero-stamp strong { font-size: 2rem; }
  .hero-notes { margin-top: 20px; }
  .path-section, .food-section { padding: 85px 0; }
  .path-grid { grid-template-columns: 1fr; }
  .path-card { min-height: 355px; }
  .path-card p:not(.eyebrow) { min-height: 0; }
  .split-heading { display: grid; }
  .split-heading .button { justify-self: start; }
  .product-grid { grid-template-columns: repeat(2, 1fr); gap: 30px 12px; }
  .real-life { grid-template-columns: 1fr; padding-bottom: 95px; }
  .real-life-image > img { height: 540px; }
  .image-note { right: 14px; }
  .banner-kits { width: 100%; margin-bottom: 85px; border-radius: 0; }
  .banner-kits img { height: 520px; object-position: 58% center; }
  .banner-kits-copy { left: 30px; width: min(390px, calc(100% - 60px)); }
  .testimonial-grid { grid-template-columns: 1fr; }
  .testimonial-proof { width: min(100%, 500px); justify-self: center; }
  .closing-cta { padding: 85px 0; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand, .footer-cta { grid-column: 1 / -1; }
  .inner-hero { padding: 30px 0 34px; }
  .inner-hero-grid { grid-template-columns: 1fr; grid-template-rows: auto minmax(0, 1fr); gap: 20px; }
  .inner-hero-grid > div:first-child > p:not(.eyebrow) { margin: 17px 0 20px; }
  .inner-hero-photo { width: calc(100% - 20px); height: 100%; min-height: 0; margin-top: 0; overflow: hidden; }
  .inner-hero-photo img, .inner-hero-photo--wide img { height: 100%; min-height: 190px; max-height: 310px; }
  .statement { padding-top: 80px; padding-bottom: 80px; }
  .steps-grid, .values-grid, .contact-help { grid-template-columns: 1fr; }
  .steps-grid article { min-height: 230px; }
  .steps-grid h3 { margin-top: 35px; }
  .benefit-section, .benefit-section--reverse, .proposal-grid, .audience-section, .product-hero-grid, .about-story, .contact-grid, .category-hero-grid { grid-template-columns: 1fr; gap: 55px; }
  .seo-faq-grid { grid-template-columns: 1fr; gap: 45px; }
  .guide-intro, .guide-check { grid-template-columns: 1fr; gap: 45px; }
  .guide-chapters { grid-template-columns: 1fr; }
  .guide-related-grid { grid-template-columns: 1fr; }
  .site-map-group { grid-template-columns: 1fr; gap: 28px; }
  .site-map-group > header { position: static; }
  .weekly-composition { grid-template-columns: 1fr; gap: 45px; }
  .reasons-grid { grid-template-columns: 1fr; }
  .benefit-section--reverse .photo-card { order: 2; }
  .compare-grid { grid-template-columns: 1fr; }
  .proposal-section { padding: 80px 0; }
  .audience-section { padding-top: 85px; padding-bottom: 85px; }
  .product-hero, .category-hero { padding: 30px 0 34px; }
  .product-hero-grid, .category-hero-grid { grid-template-rows: minmax(190px, .75fr) auto; align-content: center; gap: 24px; }
  .product-hero-grid img, .category-hero-grid img { grid-row: 1; width: 100%; height: 100%; min-height: 190px; max-height: 285px; }
  .product-hero p:not(.eyebrow), .category-hero p:not(.eyebrow) { margin: 16px 0 19px; }
  .flavor-controls { grid-template-columns: 1fr; }
  .flavor-result-count { min-height: 100px; border-top: 1px solid rgba(255,255,255,.18); border-left: 0; }
  .flavor-results { grid-template-columns: repeat(2, 1fr); }
  .buy-strip .shell, .product-partner { display: grid; }
  .about-story { padding-top: 85px; padding-bottom: 85px; }
  .about-path-grid { grid-template-columns: 1fr; }
  .contact-page { padding: 75px 0; }
  .product-detail-hero { height: auto; min-height: var(--hero-fold); max-height: none; padding: 28px 0 32px; }
  .product-detail-hero-grid, .product-trust-grid { grid-template-columns: 1fr; }
  .product-detail-hero-grid { height: auto; grid-template-rows: auto auto; gap: 25px; align-content: center; }
  .product-detail-copy { min-width: 0; width: 100%; max-width: 100%; }
  .product-detail-copy > *, .product-detail-copy h1, .product-detail-lead, .product-purchase-note, .product-detail-actions { max-width: 100%; }
  .product-detail-copy h1 { overflow-wrap: anywhere; }
  .product-detail-actions .product-buy-button { white-space: normal; }
  .product-plate-story { height: auto; padding: 58px 0 64px; }
  .product-plate-sticky { position: relative; height: auto; min-height: 0; display: flex; overflow: visible; flex-direction: column; background: transparent; }
  .product-plate-photo { position: relative; inset: auto; width: min(88%, 500px); height: auto; margin: 0 auto; border-radius: 14px; aspect-ratio: 1; object-fit: contain; transform: none; }
  .product-plate-copy { height: auto; justify-content: flex-start; padding-top: 34px; padding-bottom: 0; }
  .product-plate-copy h2 { max-width: 620px; font-size: clamp(3rem, 12vw, 5rem); }
  .product-plate-copy > p:not(.eyebrow) { max-width: 580px; margin-top: 20px; }
  .product-plate-caption { display: none; }
  .product-editorial-heading, .product-faq-layout, .decision-checklist { grid-template-columns: 1fr; }
  .product-editorial-grid { grid-template-columns: 1fr; }
  .product-editorial-grid article { min-height: 0; }
  .product-editorial-grid h3 { margin-top: 32px; }
  .product-detail-image { width: min(330px, 78%); max-height: 100%; margin-inline: auto; padding: 14px; }
  .product-detail-copy h1 { font-size: clamp(3rem, 10vw, 4.5rem); }
  .product-detail-lead { margin: 16px 0 19px; font-size: .92rem; }
  .flavor-progress { margin-top: 22px; }
  .product-use { grid-template-columns: 1fr; gap: 32px; }
  .product-use > div, .product-use > div:first-child { padding: 26px 0 0; border-top: 1px solid var(--line); border-left: 0; }
  .flavor-navigation { grid-template-columns: 1fr 1fr; }
  .all-flavors-link { grid-column: 1 / -1; grid-row: 1; justify-self: center; }
  .related-flavors-heading { display: grid; }
  .related-flavors-heading .text-link { justify-self: start; }
  .related-flavors-grid { grid-template-columns: repeat(2, 1fr); }
  .related-flavors-grid > a:last-child { grid-column: 1 / -1; width: calc(50% - 9px); }
  .product-faq-intro { position: static; }
  .decision-checklist-heading { position: static; }
  .autonomous-flow-list { grid-template-columns: repeat(2, 1fr); }
  .autonomous-flow-note { grid-template-columns: 1fr; gap: 12px; }
}

@media (max-width: 520px) {
  :root { --header-stack: 95px; }
  .announcement { font-size: .57rem; }
  .hero h1 { font-size: clamp(2.65rem, 12vw, 3.25rem); }
  .inner-hero h1, .product-hero h1, .about-hero h1, .contact-page h1, .category-hero h1, .finder-hero h1 { font-size: clamp(2.45rem, 11vw, 2.9rem); }
  .section-heading h2, .real-life h2, .closing-cta h2, .statement h2, .benefit-section h2, .proposal-section h2, .buy-strip h2, .product-partner h2, .about-story h2 { font-size: 2.45rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-inner { padding-top: 21px; }
  .hero-lead { margin: 11px 0 13px; font-size: .84rem; line-height: 1.45; }
  .hero-actions .button { min-height: 44px; padding: 9px 17px; }
  .hero-actions .text-link { font-size: .75rem; }
  .hero-notes { display: none; }
  .hero-visual { min-height: 0; }
  .hero-freezer { height: 100%; max-height: 245px; }
  .whatsapp-float { right: 12px; bottom: 12px; min-width: 172px; padding-right: 11px; }
  .whatsapp-meal { width: 54px; height: 54px; flex-basis: 54px; }
  .whatsapp-copy small { display: none; }
  .whatsapp-copy strong { margin-top: 0; font-size: .7rem; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { width: 88%; }
  .product-card:nth-child(even) { margin-left: auto; }
  .image-note { width: 220px; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-brand, .footer-cta { grid-column: auto; }
  .footer-bottom { display: grid; gap: 7px; }
  .site-signature { max-width: 240px; text-align: left; }
  .inner-hero, .product-hero, .category-hero { padding: 22px 0 25px; }
  .inner-hero-grid, .product-hero-grid, .category-hero-grid { gap: 17px; }
  .product-hero-grid, .category-hero-grid { grid-template-rows: minmax(145px, .65fr) auto; }
  .product-hero-grid img, .category-hero-grid img { min-height: 145px; max-height: 210px; }
  .inner-hero-grid > div:first-child > p:not(.eyebrow), .product-hero p:not(.eyebrow), .category-hero p:not(.eyebrow) { margin: 11px 0 13px; font-size: .82rem; line-height: 1.5; }
  .category-intro { text-align: left; }
  .category-intro .eyebrow { text-align: left; }
  .category-links, .flavor-results { grid-template-columns: 1fr; }
  .planning-grid { grid-template-columns: 1fr; }
  .guide-intro, .guide-check { padding-top: 82px; padding-bottom: 82px; }
  .commercial-reference-card { padding: 8px; }
  .commercial-reference-card figcaption { grid-template-columns: 1fr; gap: 12px; padding: 20px 14px 13px; }
  .autonomous-flow-card { padding: 8px; }
  .autonomous-flow-list { grid-template-columns: 1fr; }
  .autonomous-flow-list article { min-height: 210px; padding: 26px; }
  .autonomous-flow-note { padding: 20px 14px 13px; }
  .testimonial-section { padding: 82px 0; }
  .testimonial-proof img { height: 460px; }
  .site-map-page { padding: 82px 0 95px; }
  .site-map-intro { margin-bottom: 55px; }
  .site-map-links { grid-template-columns: 1fr; }
  .guide-chapters article { min-height: 0; padding: 31px 27px; }
  .guide-chapters h2 { margin-top: 42px; }
  .guide-check aside { min-height: 0; padding: 32px 27px 220px; }
  .guide-check aside::after { height: 185px; }
  .planning-grid article { min-height: 250px; }
  .planning-grid h3 { margin-top: 48px; }
  .reasons-grid li { min-height: 235px; padding: 28px; }
  .reasons-grid h2 { margin-top: 38px; }
  .flavor-controls { padding: 22px; }
  .flavor-map-cta { display: grid; padding: 28px; }
  .finder-note { grid-template-columns: 1fr; }
  .inner-hero-photo img, .inner-hero-photo--wide img { min-height: 130px; max-height: 230px; }
  .form-grid, .form-choice { grid-template-columns: 1fr; }
  .form-wide { grid-column: auto; }
  .lead-form { padding: 22px; }
  .catalog-filter { overflow-x: auto; }
  .catalog-filter a { white-space: nowrap; }
  .product-detail-hero { padding: 20px 0 24px; }
  .product-detail-hero-grid { grid-template-rows: auto auto; gap: 17px; }
  .product-plate-story { height: auto; padding: 44px 0 50px; }
  .product-plate-sticky { min-height: 0; }
  .product-plate-photo { width: 88%; }
  .product-plate-copy { padding-top: 28px; padding-bottom: 0; }
  .product-plate-copy h2 { font-size: clamp(2.75rem, 13vw, 3.75rem); }
  .product-plate-copy > p:not(.eyebrow) { font-size: .8rem; line-height: 1.6; }
  .product-plate-link { margin-top: 24px; }
  .product-detail-image { width: min(250px, 68%); }
  .product-detail-copy h1 { font-size: clamp(2.55rem, 11vw, 3.05rem); }
  .product-detail-lead { margin: 10px 0 13px; font-size: .8rem; line-height: 1.45; }
  .product-detail-actions { align-items: flex-start; flex-direction: column; }
  .product-detail-actions { width: 100%; gap: 18px; }
  .product-detail-actions .button { min-height: 44px; padding: 9px 17px; }
  .product-detail-actions .product-buy-button { width: 100%; min-height: 62px; padding: 16px 20px; justify-content: center; text-align: center; }
  .product-intent-links { width: 100%; flex-wrap: nowrap; margin-top: 14px; padding: 0 0 4px; overflow-x: auto; scrollbar-width: thin; }
  .product-intent-links a { flex: 0 0 auto; min-height: 39px; padding: 9px 12px; white-space: nowrap; }
  .flavor-progress { margin-top: 15px; }
  .product-sequence { right: -10px; }
  .nutrition-trust { padding: 34px 28px; }
  .nutrition-scroll-hint { display: none; }
  .nutrition-table { min-width: 300px; table-layout: fixed; font-size: .68rem; }
  .nutrition-table caption { padding: 14px 10px; }
  .nutrition-table th, .nutrition-table td { padding: 9px 6px; }
  .nutrition-table thead th:first-child, .nutrition-table tbody th { width: 52%; }
  .nutrition-table thead th:not(:first-child), .nutrition-table tbody td { width: 16%; }
  .product-breadcrumb { gap: 7px; font-size: .6rem; }
  .flavor-navigation { grid-template-columns: 1fr 1fr; gap: 8px; padding-top: 11px; }
  .all-flavors-link { grid-column: 1 / -1; grid-row: 1; }
  .flavor-nav-card { min-height: 66px; gap: 8px; padding: 8px; }
  .flavor-nav-card img { width: 42px; height: 42px; flex-basis: 42px; }
  .flavor-nav-card strong { font-size: .92rem; }
  .flavor-nav-card em { display: none; }
  .flavor-nav-card--next { text-align: left; }
  .flavor-nav-card--next span { order: initial; }
  .product-editorial-section, .related-flavors-section, .product-faq-section { padding: 82px 0; }
  .product-editorial-grid { margin-top: 45px; }
  .product-editorial-grid article { padding: 30px 26px; }
  .related-flavors-grid { grid-template-columns: 1fr; }
  .related-flavors-grid > a:last-child { grid-column: auto; width: auto; }
}

@media (max-width: 340px) {
  .nutrition-scroll-hint { display: block; }
}

@media (prefers-reduced-motion: reduce) {
  .product-plate-story { height: auto; }
  .product-plate-sticky { position: relative; }
  .product-plate-photo { top: 0; height: 100%; transform: none; }
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .steam { display: block; animation: steamSoft 5.2s ease-in-out infinite !important; }
  .steam--one { animation-delay: -3.9s !important; }
  .steam--two { animation-delay: -2.6s !important; }
  .steam--three { animation-delay: -1.3s !important; }
  .steam--four { animation-delay: 0s !important; }
}

:focus-visible { outline: 3px solid #ec9d6f; outline-offset: 3px; }
