:root {
  --berry-950: #210817; --berry-900: #351127; --berry-700: #69204c;
  --green-900: #173b2a; --green-700: #2e6948; --green-100: #e7f1ea;
  --cream: #f7f1e9; --paper: #fffdf9; --gold: #d9a72e; --ink: #171411;
  --muted: #655f59; --line: #ddd4ca; --ifood: #e51b2a;
  --shadow: 0 22px 60px rgba(34, 8, 24, .16); --radius-md: 18px;
  --ease: cubic-bezier(.16, 1, .3, 1); --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.45; -webkit-font-smoothing: antialiased; }
img, video { display: block; max-width: 100%; }
a { color: inherit; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.container { width: min(calc(100% - 32px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 999; top: 12px; left: 12px; transform: translateY(-160%); background: #fff; padding: 12px 16px; border-radius: 10px; }
.skip-link:focus { transform: none; }
.site-header { position: absolute; z-index: 20; inset: 0 0 auto; padding: 13px 0; }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.brand { width: 122px; } .unit-brand { width: 86px; }
.brand img, .unit-brand img { width: 100%; height: auto; }
.hero { position: relative; min-height: 100svh; overflow: hidden; display: grid; align-items: center; padding: 76px 0 28px; background: radial-gradient(circle at 85% 22%, rgba(217,167,46,.14), transparent 25rem), linear-gradient(145deg, #fffdf9 0 55%, #f4e9df 100%); }
.hero::after { content: ""; position: absolute; right: -12%; bottom: -16%; width: 58vw; height: 58vw; max-width: 720px; max-height: 720px; border-radius: 50%; background: var(--berry-900); opacity: .07; }
.hero-glow { position: absolute; width: 280px; height: 280px; left: -160px; top: 24%; border-radius: 50%; background: var(--green-100); }
.hero-grid { position: relative; z-index: 2; display: grid; align-items: center; gap: 12px; }
.eyebrow { margin: 0 0 8px; color: var(--berry-700); font-size: .68rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 8px; height: 8px; margin-right: 8px; border-radius: 50%; background: var(--ifood); box-shadow: 0 0 0 5px rgba(229,27,42,.09); }
.eyebrow-green { color: var(--green-700); } .eyebrow-light { color: #ebcb79; }
h1, h2, h3, p { text-wrap: pretty; }
h1 { margin: 0; font-size: clamp(2.45rem, 11.5vw, 4.2rem); line-height: .89; letter-spacing: -.072em; font-weight: 950; }
h1 em { color: var(--berry-700); font-style: normal; }
.hero-support { max-width: 570px; margin: 14px 0 0; color: var(--muted); font-size: .92rem; }
.hero-offer { display: flex; align-items: center; gap: 13px; margin: 14px 0; }
.price small { display: block; color: var(--muted); font-size: .62rem; }
.price strong { display: block; font-size: 2rem; line-height: 1; letter-spacing: -.06em; }
.price strong span { font-size: .8rem; letter-spacing: 0; }
.size-pill { padding: 8px 11px; border-radius: 999px; background: var(--green-100); color: var(--green-900); font-size: .68rem; font-weight: 850; }
.button { min-height: 56px; padding: 15px 20px; border-radius: 15px; display: inline-flex; justify-content: center; align-items: center; gap: 10px; text-decoration: none; font-weight: 900; text-transform: uppercase; letter-spacing: .02em; transition: transform 160ms, filter 160ms; }
.button:hover { filter: brightness(.96); } .button:active { transform: scale(.98); }
.button svg { width: 22px; height: 22px; flex: 0 0 auto; }
.button-ifood { width: 100%; color: #fff; background: var(--ifood); box-shadow: 0 12px 28px rgba(229,27,42,.23); }
.microcopy { max-width: 520px; margin: 7px auto 0; color: var(--muted); font-size: .64rem; line-height: 1.35; text-align: center; }
.hero-product { position: relative; min-height: clamp(270px, 43svh, 420px); margin: 0; display: grid; place-items: center; }
.hero-product img { width: auto; height: auto; max-height: clamp(255px, 42svh, 400px); object-fit: contain; filter: drop-shadow(0 24px 24px rgba(44,12,32,.17)); }
.hero-product figcaption { position: absolute; right: 0; bottom: 0; color: var(--muted); font-size: .58rem; }
.product-badge { position: absolute; z-index: 3; top: 12%; right: 2%; width: 62px; height: 62px; border-radius: 50%; background: var(--green-900); color: #fff; display: grid; place-content: center; text-align: center; font-size: .6rem; font-weight: 800; box-shadow: var(--shadow); transform: rotate(6deg); }
.product-badge span { display: block; font-size: 1.15rem; line-height: .9; }
.section { padding: 72px 0; }
.section-heading { max-width: 830px; margin-bottom: 32px; }
h2 { margin: 0; font-size: clamp(2.15rem, 9.5vw, 4.8rem); line-height: .95; letter-spacing: -.062em; }
.step-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.step-list li { display: grid; grid-template-columns: 54px 1fr; gap: 10px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.step-list > li > span { color: var(--berry-700); font-weight: 950; }
.step-list strong { display: block; font-size: 1.02rem; }
.step-list p { margin: 4px 0 0; color: var(--muted); font-size: .82rem; }
.possibilities { overflow: hidden; color: #fff; background: var(--berry-950); }
.possibilities-grid { display: grid; gap: 34px; }
.possibilities-copy > p:not(.eyebrow) { max-width: 620px; color: rgba(255,255,255,.75); }
.availability-note { font-size: .72rem; }
.flavor-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.flavor-card { position: relative; overflow: hidden; min-height: 180px; margin: 0; border-radius: var(--radius-md); background: #fff; }
.flavor-card-tall { grid-row: span 2; }
.flavor-card img { width: 100%; height: 100%; object-fit: cover; }
.flavor-card figcaption { position: absolute; inset: auto 8px 8px; padding: 7px 9px; border-radius: 9px; color: #fff; background: rgba(33,8,23,.78); backdrop-filter: blur(8px); font-size: .62rem; font-weight: 800; }
.video-section { background: var(--cream); }
.video-grid { display: grid; gap: 30px; align-items: center; }
.video-copy p:not(.eyebrow) { max-width: 570px; color: var(--muted); }
.video-shell { width: min(100%, 420px); margin-inline: auto; padding: 8px; border-radius: 28px; background: var(--berry-900); box-shadow: var(--shadow); }
.video-shell video { width: 100%; aspect-ratio: 9 / 16; border-radius: 22px; background: var(--berry-950); object-fit: cover; }
.final-cta { color: #fff; background: var(--green-900); }
.final-grid { display: grid; gap: 30px; align-items: end; }
.final-action { display: grid; gap: 13px; }
.final-price small { color: rgba(255,255,255,.65); }
.final-price strong { display: block; font-size: 2.4rem; letter-spacing: -.06em; }
.final-action > small { color: rgba(255,255,255,.6); text-align: center; }
.site-footer { padding: 24px 0 112px; color: rgba(255,255,255,.62); background: #10291d; font-size: .7rem; }
.site-footer p { margin: 3px 0; }
.sticky-buy { position: fixed; z-index: 100; left: 8px; right: 8px; bottom: calc(8px + env(safe-area-inset-bottom)); min-height: 72px; padding: 9px; border: 1px solid rgba(21,21,21,.08); border-radius: 19px; display: flex; align-items: center; gap: 10px; background: rgba(255,255,255,.97); backdrop-filter: blur(14px); box-shadow: 0 16px 50px rgba(21,21,21,.22); opacity: 0; transform: translateY(calc(140% + env(safe-area-inset-bottom))); transition: transform 320ms var(--ease), opacity 320ms; }
.sticky-buy.is-visible { opacity: 1; transform: none; }
.sticky-copy { min-width: 0; flex: 1; }
.sticky-copy small { display: block; max-width: 145px; color: var(--muted); font-size: .62rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sticky-copy strong { display: block; font-size: 1.05rem; }
.sticky-buy .button { width: auto; min-width: 136px; min-height: 52px; padding-inline: 14px; font-size: .68rem; }
[data-reveal] { opacity: 1; transform: none; }
.js [data-reveal] { opacity: 0; transform: translateY(16px); transition: opacity 640ms var(--ease), transform 640ms var(--ease); }
.js [data-reveal].is-visible { opacity: 1; transform: none; }
.js .hero-product { transition-delay: 90ms; }
@media (max-width: 350px) {
  .container { width: min(calc(100% - 24px), var(--container)); }
  .hero { padding-top: 68px; } h1 { font-size: 2.2rem; }
  .hero-product { min-height: 245px; } .hero-product img { max-height: 235px; }
  .sticky-copy small { max-width: 105px; } .sticky-buy .button { min-width: 118px; font-size: .62rem; }
}
@media (max-height: 700px) and (max-width: 759px) {
  .hero { padding-top: 64px; padding-bottom: 18px; } .hero-grid { gap: 4px; }
  h1 { font-size: 2.15rem; } .hero-support { margin-top: 8px; font-size: .78rem; }
  .hero-offer { margin: 8px 0; } .hero-product { min-height: 208px; }
  .hero-product img { max-height: 202px; } .button { min-height: 52px; padding-block: 12px; }
}
@media (min-width: 760px) {
  .container { width: min(calc(100% - 72px), var(--container)); }
  .step-list li { grid-template-columns: 90px 1fr; padding: 28px 0; }
  .step-list strong { font-size: 1.3rem; } .step-list p { font-size: .94rem; }
  .possibilities-grid, .video-grid, .final-grid { grid-template-columns: 1fr 1fr; gap: 60px; }
  .possibilities-copy { align-self: center; } .flavor-gallery { min-height: 560px; }
}
@media (min-width: 960px) {
  .site-header { padding-top: 20px; } .brand { width: 154px; } .unit-brand { width: 104px; }
  .hero { padding: 100px 0 54px; } .hero-grid { grid-template-columns: minmax(0,.95fr) minmax(420px,1.05fr); gap: 50px; }
  h1 { font-size: clamp(4rem, 5.8vw, 5.5rem); } .hero-support { font-size: 1.05rem; }
  .hero-copy .button { width: auto; min-width: 330px; } .microcopy { margin-inline: 0; text-align: left; }
  .hero-product { min-height: 620px; } .hero-product img { max-height: 620px; }
  .product-badge { right: 8%; width: 82px; height: 82px; } .product-badge span { font-size: 1.45rem; }
  .section { padding: 108px 0; } .step-list li { grid-template-columns: 120px minmax(0,660px); }
  .sticky-buy { left: 50%; right: auto; width: min(640px,calc(100% - 32px)); transform: translate(-50%,calc(140% + env(safe-area-inset-bottom))); }
  .sticky-buy.is-visible { transform: translate(-50%,0); }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js [data-reveal] { opacity: 1; transform: none; }
}

/* Three-section revision: white product-first hero, media mosaic and final steps. */
.hero { min-height: auto; padding: 88px 0 54px; background: #fff; }
.hero::after, .hero-glow, .product-badge { display: none; }
.hero-stack { display: grid; justify-items: center; }
.hero-copy { width: 100%; max-width: 800px; text-align: center; }
.hero-copy .hero-support { margin-inline: auto; }
.hero-product { width: min(100%, 680px); min-height: 0; margin: 20px auto 0; }
.hero-product img { width: 100%; max-height: none; filter: none; }
.hero-product figcaption { position: static; width: 100%; margin-top: 4px; text-align: center; }
.hero-purchase { width: min(100%, 620px); margin-top: 16px; }
.hero-offer { justify-content: center; margin: 0 0 14px; }
.coupon-note { margin: 0 0 14px; padding: 13px 15px; border: 1px solid var(--line); border-radius: 14px; color: var(--green-900); background: var(--green-100); text-align: center; }
.coupon-note strong, .coupon-note span { display: block; }
.coupon-note strong { font-size: .82rem; }
.coupon-note span { margin-top: 3px; font-size: .68rem; line-height: 1.35; }
.possibilities-copy { max-width: 850px; margin-bottom: 34px; }
.media-mosaic { --mosaic-gap: 8px; --video-column: 54%; position: relative; width: min(100%, 900px); margin-inline: auto; }
.image-stack { position: absolute; inset: 0 auto 0 0; width: calc(100% - var(--video-column) - var(--mosaic-gap)); min-width: 0; min-height: 0; display: grid; grid-template-rows: repeat(3, minmax(0, 1fr)); gap: var(--mosaic-gap); overflow: hidden; }
.media-mosaic .flavor-card { min-width: 0; min-height: 0; aspect-ratio: auto; }
.image-stack .flavor-card { height: 100%; }
.media-mosaic .flavor-card img,
.media-mosaic .flavor-card video { width: 100%; height: 100%; object-fit: cover; }
.media-mosaic .flavor-card img { object-fit: contain; }
.media-mosaic .video-card { width: var(--video-column); height: auto; margin-left: auto; aspect-ratio: 9 / 16; background: #12040d; }
.video-card video { background: #12040d; }
.final-grid { display: grid; gap: 30px; }
.final-steps { grid-column: 1 / -1; list-style: none; margin: 16px 0 0; padding: 0; border-top: 1px solid rgba(255,255,255,.18); }
.final-steps li { display: grid; grid-template-columns: 48px 1fr; gap: 10px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.final-steps > li > span { color: #ebcb79; font-weight: 950; }
.final-steps strong { display: block; }
.final-steps p { margin: 4px 0 0; color: rgba(255,255,255,.7); font-size: .8rem; }

@media (max-width: 759px) {
  .hero { padding-top: 78px; }
  .hero-product { width: min(80vw, 320px); margin-top: 14px; }
  .hero-purchase { margin-top: 6px; }
  .coupon-note { margin-bottom: 8px; padding-block: 8px; }
}
@media (max-width: 380px) and (min-height: 701px) {
  .hero-product { width: min(72vw, 270px); }
}
@media (max-height: 700px) and (max-width: 759px) {
  .hero { padding-top: 68px; padding-bottom: 36px; }
  .hero-product { width: min(76vw, 290px); margin-top: 10px; }
  .hero-purchase { margin-top: 8px; }
  .coupon-note { padding: 9px 12px; margin-bottom: 8px; }
}
@media (min-width: 760px) {
  .hero { padding: 112px 0 88px; }
  .hero-product { margin-top: 30px; }
  .hero-purchase { margin-top: 24px; }
  .media-mosaic { --mosaic-gap: 14px; --video-column: 42%; }
  .final-grid { grid-template-columns: 1fr 1fr; gap: 48px 60px; }
  .final-steps { display: grid; grid-template-columns: repeat(3, 1fr); }
  .final-steps li { grid-template-columns: 42px 1fr; padding: 24px 20px 24px 0; border-bottom: 0; }
  .final-steps li + li { padding-left: 20px; border-left: 1px solid rgba(255,255,255,.18); }
}
@media (min-width: 960px) {
  .hero-stack { display: grid; grid-template-columns: 1fr; }
  .hero-product { min-height: 0; }
  .hero-product img { max-height: none; }
  .hero-purchase .button { width: 100%; }
  .hero-purchase .microcopy { margin-inline: auto; text-align: center; }
}
