:root {
  --green-900: #173b2a;
  --green-800: #214d35;
  --green-700: #2e6948;
  --green-600: #3d7a56;
  --green-100: #e7f1ea;
  --cream-100: #f3ebdd;
  --surface-050: #faf7f1;
  --gold-700: #a87413;
  --gold-500: #d9a72e;
  --ink-900: #151515;
  --ink-700: #4e4a46;
  --line-300: #d8d2c9;
  --white: #fff;
  --ifood-red: #ea1d2c;
  --ifood-red-action: #e51b2a;
  --radius-md: 16px;
  --radius-lg: 28px;
  --shadow-card: 0 16px 48px rgba(21, 21, 21, .10);
  --motion-fast: 160ms;
  --motion-base: 320ms;
  --motion-slow: 640ms;
  --ease-enter: cubic-bezier(.16, 1, .3, 1);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink-900);
  background: var(--surface-050);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--gold-500); outline-offset: 4px; }
.container { width: min(calc(100% - 32px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 9999; top: 12px; left: 12px; transform: translateY(-160%); background: #fff; padding: 12px 16px; border-radius: 10px; }
.skip-link:focus { transform: none; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; padding: 13px 0; }
.header-inner { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.brand { display: block; width: 122px; text-decoration: none; }
.brand img { width: 100%; height: auto; }
.unit-brand { display: block; width: 86px; }
.unit-brand img { width: 100%; height: auto; }

.hero {
  position: relative;
  overflow: hidden;
  min-height: 100svh;
  padding: 70px 0 28px;
  background: radial-gradient(circle at 88% 8%, rgba(217,167,46,.24), transparent 28%), linear-gradient(145deg, #faf7f1 0%, #f3ebdd 72%, #e7f1ea 100%);
  display: grid;
  align-items: center;
}
.hero-grid { position: relative; z-index: 2; display: grid; gap: 10px; align-items: center; }
.eyebrow { margin: 0 0 7px; text-transform: uppercase; letter-spacing: .12em; font-weight: 850; font-size: .67rem; color: var(--green-800); }
.eyebrow-dark { color: var(--green-700); }
.status-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--ifood-red); margin-right: 7px; box-shadow: 0 0 0 5px rgba(234,29,44,.10); }
h1, h2, h3, p { text-wrap: pretty; }
h1 { max-width: 720px; margin: 0; font-size: clamp(2rem, 10.2vw, 3.4rem); line-height: .94; letter-spacing: -.065em; font-weight: 900; }
h1 span { color: var(--green-700); display: block; }

.hero-product { position: relative; min-height: clamp(218px, 34svh, 290px); display: grid; place-items: center; }
.hero-product picture { width: min(62vw, 270px); aspect-ratio: 2 / 3; position: relative; z-index: 2; display: block; }
.hero-product picture img { width: 100%; height: 100%; display: block; object-fit: contain; }
.product-halo { position: absolute; width: min(71vw, 300px); aspect-ratio: 1; border-radius: 47% 53% 48% 52% / 54% 44% 56% 46%; background: linear-gradient(145deg, var(--green-800), var(--green-600)); box-shadow: inset 0 0 0 1px rgba(255,255,255,.18); }
.price-chip { position: absolute; z-index: 4; right: 0; bottom: 2px; min-width: 120px; background: rgba(255,255,255,.96); border: 1px solid rgba(255,255,255,.8); border-radius: 17px; padding: 9px 12px; box-shadow: var(--shadow-card); }
.price-chip small, .price-chip em { display: block; font-size: .58rem; color: var(--ink-700); font-style: normal; }
.price-chip strong { display: block; font-size: 1.34rem; line-height: 1.02; letter-spacing: -.05em; }
.price-chip strong span { font-size: .67rem; letter-spacing: 0; }

.product-name { margin: 0; font-weight: 880; font-size: 1.02rem; line-height: 1.18; }
.hero-support { max-width: 560px; margin: 5px 0 0; color: var(--ink-700); font-size: .83rem; line-height: 1.35; }
.trust-line { display: flex; align-items: center; gap: 7px; margin: 8px 0 10px; color: var(--green-800); font-weight: 750; font-size: .72rem; }
.trust-line span { display: grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; color: var(--white); background: var(--green-700); font-size: .65rem; }
.button { min-height: 56px; border-radius: 15px; padding: 15px 20px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; text-decoration: none; font-weight: 880; transition: transform var(--motion-fast); }
.button svg { width: 22px; height: 22px; flex: 0 0 auto; }
.button:hover { filter: brightness(.96); }
.button:active { transform: scale(.98); }
.button-ifood { color: #fff; background: var(--ifood-red-action); box-shadow: 0 12px 26px rgba(234,29,44,.22); width: 100%; text-transform: uppercase; letter-spacing: .02em; }
.microcopy { margin: 7px auto 0; max-width: 520px; color: var(--ink-700); font-size: .64rem; line-height: 1.3; text-align: center; }

.ambient { position: absolute; border-radius: 50%; opacity: .46; pointer-events: none; }
.ambient-one { width: 220px; height: 220px; background: rgba(46,105,72,.18); left: -115px; top: 38%; animation: drift-one 16s ease-in-out infinite alternate; }
.ambient-two { width: 180px; height: 180px; background: rgba(217,167,46,.18); right: -80px; top: 16%; animation: drift-two 18s ease-in-out infinite alternate; }
.store-texture { position: absolute; z-index: 0; inset: 0; overflow: hidden; pointer-events: none; opacity: .11; }
.store-texture img { width: 100%; height: 100%; object-fit: cover; object-position: 48% 50%; filter: grayscale(.28) saturate(.72) contrast(.9); mix-blend-mode: multiply; }
.dot-pattern { position: absolute; inset: 0; opacity: .02; background-image: radial-gradient(circle, var(--green-900) 1px, transparent 1px); background-size: 24px 24px; mask-image: linear-gradient(to bottom, #000, transparent 76%); }

.section { padding: 66px 0; }
.section-heading { max-width: 760px; margin-bottom: 28px; }
h2 { margin: 0; font-size: clamp(2rem, 9vw, 4.2rem); line-height: .98; letter-spacing: -.055em; }
.cards { display: grid; gap: 14px; }
.product-card { border: 1px solid var(--line-300); border-radius: var(--radius-lg); background: #fff; padding: 20px; min-height: 280px; display: flex; flex-direction: column; gap: 14px; box-shadow: 0 12px 34px rgba(21,21,21,.05); }
.product-card h3 { margin: 0 0 14px; font-size: 1.55rem; letter-spacing: -.04em; }
.product-card p { margin: 15px 0 0; color: var(--ink-700); font-size: .83rem; }
.card-topline { display: flex; justify-content: space-between; gap: 16px; color: var(--green-700); font-size: .68rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.card-number { color: var(--gold-700); font-weight: 900; }
.card-media { width: 100%; margin: 0; display: grid; place-items: center; }
.card-media img { width: auto; max-width: 100%; height: auto; max-height: clamp(150px, 30svh, 220px); display: block; object-fit: contain; }
.ingredient-list { display: flex; flex-wrap: wrap; gap: 7px; margin: 0; padding: 0; list-style: none; }
.ingredient-list li { padding: 7px 10px; border-radius: 999px; background: var(--green-100); color: var(--green-900); font-size: .74rem; font-weight: 700; }
.card-green { background: linear-gradient(145deg, var(--green-900), var(--green-700)); border-color: transparent; color: #fff; }
.card-green p { color: rgba(255,255,255,.76); }
.card-green .card-topline { color: var(--green-300, #a7c8b2); }
.card-green .card-number { color: #ebcb79; }
.card-green .ingredient-list li { background: rgba(255,255,255,.11); color: #fff; border: 1px solid rgba(255,255,255,.12); }

.final-cta { position: relative; overflow: hidden; background: var(--green-900); color: #fff; }
.final-grid { position: relative; z-index: 2; display: grid; gap: 30px; align-items: end; }
.final-cta .eyebrow { color: #ebcb79; }
.final-cta p { color: rgba(255,255,255,.74); max-width: 650px; }
.final-ambient { width: 280px; height: 280px; right: -120px; top: -110px; background: rgba(217,167,46,.14); animation: drift-two 18s ease-in-out infinite alternate; }
.final-action { display: grid; gap: 13px; }
.final-price small { display: block; color: rgba(255,255,255,.66); }
.final-price strong { display: block; font-size: 2.25rem; letter-spacing: -.055em; }
.final-unit { color: rgba(255,255,255,.60); text-align: center; }
.site-footer { background: #10291d; color: rgba(255,255,255,.62); padding: 24px 0 112px; 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; background: rgba(255,255,255,.97); backdrop-filter: blur(14px); border: 1px solid rgba(21,21,21,.08); border-radius: 19px; box-shadow: 0 16px 50px rgba(21,21,21,.22); padding: 9px; display: flex; align-items: center; gap: 10px; transform: translateY(calc(140% + env(safe-area-inset-bottom))); opacity: 0; transition: transform var(--motion-base) var(--ease-enter), opacity var(--motion-base); }
.sticky-buy.is-visible { transform: translateY(0); opacity: 1; }
.sticky-copy { min-width: 0; flex: 1; }
.sticky-copy small { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: var(--ink-700); font-size: .65rem; }
.sticky-copy strong { display: block; font-size: 1.05rem; }
.sticky-buy .button { width: auto; min-width: 126px; min-height: 52px; padding-inline: 14px; font-size: .72rem; }
.link-warning { position: fixed; z-index: 200; left: 50%; bottom: calc(96px + env(safe-area-inset-bottom)); transform: translateX(-50%); width: min(90vw, 520px); background: var(--ink-900); color: #fff; padding: 14px 16px; border-radius: 14px; text-align: center; box-shadow: var(--shadow-card); font-size: .82rem; }

[data-reveal] { opacity: 1; transform: none; }
.js [data-reveal] { opacity: 0; transform: translateY(16px); transition: opacity var(--motion-slow) var(--ease-enter), transform var(--motion-slow) var(--ease-enter); }
.js [data-reveal].is-visible { opacity: 1; transform: none; }
.js .hero-product { transition-delay: 80ms; }
.js .hero-purchase { transition-delay: 150ms; }

@keyframes drift-one { to { transform: translate3d(30px,-18px,0) scale(1.08); } }
@keyframes drift-two { to { transform: translate3d(-22px,24px,0) scale(.94); } }

@media (max-width: 350px) {
  .container { width: min(calc(100% - 24px), var(--container)); }
  .hero { padding-top: 62px; }
  h1 { font-size: 1.9rem; }
  .hero-product { min-height: 190px; }
  .hero-product picture { width: min(60vw, 220px); }
  .product-halo { width: 205px; }
  .price-chip { min-width: 107px; padding: 8px 10px; }
  .price-chip strong { font-size: 1.18rem; }
  .hero-support { font-size: .78rem; }
  .sticky-copy small { max-width: 104px; }
  .sticky-buy .button { min-width: 112px; font-size: .66rem; }
}

@media (max-height: 650px) and (max-width: 759px) {
  .hero { padding-top: 58px; padding-bottom: 18px; }
  .hero-grid { gap: 4px; }
  .eyebrow { margin-bottom: 4px; }
  .hero-product { min-height: 168px; }
  .hero-product picture { width: min(56vw, 195px); }
  .product-halo { width: min(57vw, 195px); }
  .product-name { font-size: .9rem; }
  .hero-support { font-size: .72rem; }
  .trust-line { margin: 5px 0 7px; }
  .button { min-height: 52px; padding-block: 12px; }
  .microcopy { font-size: .58rem; }
}

@media (min-width: 760px) {
  .container { width: min(calc(100% - 72px), var(--container)); }
  .cards { grid-template-columns: 1fr 1fr; gap: 18px; }
  .product-card { min-height: 340px; padding: 34px; }
  .card-media img { max-height: 280px; }
}

@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, .92fr) minmax(370px, 1.08fr); grid-template-areas: "copy product" "purchase product"; gap: 18px 48px; }
  .hero-copy { grid-area: copy; align-self: end; }
  h1 { font-size: clamp(3.4rem, 5.7vw, 5.2rem); }
  .hero-product { grid-area: product; min-height: 570px; }
  .hero-purchase { grid-area: purchase; align-self: start; }
  .hero-product picture { width: min(100%, 420px); }
  .product-halo { width: min(43vw, 530px); }
  .price-chip { right: 2%; bottom: 12%; min-width: 158px; padding: 14px 18px; }
  .price-chip strong { font-size: 1.8rem; }
  .product-name { font-size: 1.25rem; }
  .hero-support { font-size: .94rem; }
  .button-ifood { width: auto; min-width: 300px; }
  .microcopy { margin-left: 0; text-align: left; }
  .section { padding: 94px 0; }
  .final-grid { grid-template-columns: 1.35fr .65fr; }
  .final-action .button { width: 100%; min-width: 0; }
  .sticky-buy { left: 50%; right: auto; width: min(620px, calc(100% - 40px)); transform: translate(-50%, calc(140% + env(safe-area-inset-bottom))); }
  .sticky-buy.is-visible { transform: translate(-50%, 0); }
  .final-unit { text-align: left; }
}

@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; }
  .ambient { display: none; }
}
