/* ============================================================
   Ikaria Juice — Design System
   Direction: "Olive Grove" — warm oat-cream paper, layered
   olive greens, Greek-clay terracotta, olive-oil gold. Light,
   sunlit, editorial. Grounded in the Ikaria (Blue Zone) world.
   ============================================================ */

:root {
  /* surfaces — premium white & green */
  --cream:    #FFFFFF;   /* page background */
  --cream-2:  #F8FFF8;   /* alternating section background */
  --sand:     #E8F5E9;   /* light-green panel */
  --paper:    #F8FFF8;   /* soft tint */
  --white:    #FFFFFF;

  /* ink */
  --ink:      #1F2937;
  --ink-soft: #374151;
  --ink-mute: #6B7280;

  /* green family (primary) */
  --olive:      #2E7D32;   /* primary green */
  --olive-deep: #1B5E20;   /* deepest green */
  --olive-mid:  #4CAF50;   /* secondary green */
  --sage:       #81C784;   /* accent green */
  --sage-soft:  #C8E6C9;   /* light green */

  /* action (token name kept; now green) */
  --clay:       #2E7D32;
  --clay-deep:  #1B5E20;
  --clay-cta:   #2E7D32;

  /* warm highlight — reserved for star ratings / tiny accents only */
  --gold:       #EFA010;
  --hibiscus:   #C62828;

  --line:   rgba(31, 41, 55, 0.12);
  --line-2: rgba(31, 41, 55, 0.20);

  --display: "Poppins", system-ui, -apple-system, sans-serif;
  --body:    "Inter", system-ui, -apple-system, sans-serif;

  --t-hero:  clamp(2.4rem, 5.4vw, 4.3rem);
  --t-h2:    clamp(1.85rem, 3.6vw, 2.9rem);
  --t-h3:    clamp(1.15rem, 1.7vw, 1.4rem);
  --t-lead:  clamp(1.04rem, 1.3vw, 1.2rem);
  --t-small: 0.875rem;
  --t-micro: 0.72rem;

  --gut: clamp(1.25rem, 4vw, 2.5rem);
  --max: 1200px;
  --sec-y: clamp(4rem, 8vw, 7.5rem);

  --r-sm: 10px; --r-md: 16px; --r-lg: 20px; --r-xl: 28px;

  --sh-sm: 0 2px 10px rgba(16, 24, 40, 0.06);
  --sh-md: 0 16px 36px -16px rgba(16, 24, 40, 0.16);
  --sh-lg: 0 30px 64px -26px rgba(16, 24, 40, 0.22);

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--body); font-size: 1rem; line-height: 1.72;
  color: var(--ink-soft); background: var(--cream);
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; overflow-x: hidden;
}
img, svg, picture { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: none; cursor: pointer; }
ul, ol { list-style: none; }
::selection { background: var(--olive-mid); color: var(--paper); }
:focus-visible { outline: 2.5px solid var(--clay); outline-offset: 3px; border-radius: 3px; }

body::before {
  content: ""; position: fixed; inset: 0; z-index: 0; pointer-events: none; opacity: 0.5;
  background:
    radial-gradient(1100px circle at 80% -5%, rgba(201, 154, 62, 0.10), transparent 55%),
    radial-gradient(900px circle at -5% 15%, rgba(95, 113, 56, 0.08), transparent 55%);
}
.shell { position: relative; z-index: 1; }

.wrap { width: 100%; max-width: var(--max); margin-inline: auto; padding-inline: var(--gut); }
.wrap--narrow { max-width: 820px; }
.section { padding-block: var(--sec-y); position: relative; }
.section--tint { background: var(--cream-2); }

h1, h2, h3, h4 {
  font-family: var(--display); color: var(--ink); line-height: 1.08; font-weight: 560;
  font-variation-settings: "SOFT" 40, "WONK" 0, "opsz" 40; letter-spacing: -0.01em;
}
.eyebrow {
  font-family: var(--body); font-size: var(--t-micro); font-weight: 700; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--clay); display: inline-flex; align-items: center; gap: 0.7em; margin-bottom: 1.05rem;
}
.eyebrow::before { content: ""; width: 22px; height: 2px; border-radius: 2px; background: var(--clay); }
.eyebrow--olive { color: var(--olive); } .eyebrow--olive::before { background: var(--olive); }

.h-hero { font-size: var(--t-hero); letter-spacing: -0.02em; font-variation-settings: "SOFT" 50, "opsz" 144; }
.h2 { font-size: var(--t-h2); margin-bottom: 1rem; }
.h3 { font-size: var(--t-h3); font-weight: 600; margin-bottom: 0.5rem; letter-spacing: -0.005em; }
em.ital { font-family: var(--display); font-style: italic; font-variation-settings: "SOFT" 60; color: var(--olive); }

.lead { font-size: var(--t-lead); color: var(--ink-soft); max-width: 60ch; line-height: 1.75; }
.muted { color: var(--ink-mute); }
.fine { font-size: var(--t-small); line-height: 1.62; color: var(--ink-mute); }
.center { text-align: center; }
.mt-lg { margin-top: 1.8rem; } .mt-xl { margin-top: clamp(2.2rem,4vw,3.4rem); }

.head { max-width: 760px; margin-bottom: clamp(2.2rem, 4vw, 3.4rem); }
.head--mid { margin-inline: auto; text-align: center; }
.head--mid .eyebrow { justify-content: center; }
.head--mid .lead { margin-inline: auto; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.55em;
  padding: 1rem 1.9rem; border-radius: 100px; font-family: var(--body); font-weight: 800;
  font-size: 0.95rem; line-height: 1; cursor: pointer;
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease), background 0.35s var(--ease); text-align: center;
}
.btn--primary { background: var(--clay-cta); color: #FFF7EE; box-shadow: 0 10px 24px -10px rgba(169, 80, 47, 0.7); }
.btn--primary:hover { background: var(--clay-deep); transform: translateY(-3px); box-shadow: 0 18px 34px -12px rgba(169,80,47,0.8); }
.btn--olive { background: var(--olive); color: #F7F4E9; box-shadow: 0 10px 24px -10px rgba(95,113,56,0.6); }
.btn--olive:hover { background: var(--olive-deep); transform: translateY(-3px); }
.btn--ghost { background: var(--paper); color: var(--ink); border: 1.5px solid var(--line-2); }
.btn--ghost:hover { border-color: var(--olive); color: var(--olive-deep); transform: translateY(-3px); }
.btn--wide { width: 100%; }
.btn--lg { padding: 1.18rem 2.4rem; font-size: 1.02rem; }
.btn-row { display: flex; flex-wrap: wrap; gap: 0.85rem; margin-top: 2rem; }

.announce { background: linear-gradient(90deg, var(--olive) 0%, var(--olive-mid) 55%, var(--gold) 130%); color: #FBF7EC; text-align: center; padding: 0.62rem var(--gut); font-size: var(--t-small); font-weight: 600; position: relative; z-index: 60; }
.announce b { font-weight: 800; }

.nav { position: sticky; top: 0; z-index: 50; background: rgba(246, 239, 224, 0.85); backdrop-filter: blur(16px) saturate(140%); border-bottom: 1px solid var(--line); }
.nav__in { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; height: 70px; }
.brand { display: flex; align-items: center; gap: 0.55rem; font-family: var(--display); font-size: 1.34rem; font-weight: 600; color: var(--ink); letter-spacing: -0.01em; }
.brand__mark { width: 26px; height: 26px; flex: 0 0 26px; }
.nav__links { display: flex; gap: 1.7rem; font-size: 0.92rem; font-weight: 600; }
.nav__links a { color: var(--ink-soft); padding-block: 0.4rem; position: relative; transition: color 0.25s var(--ease); }
.nav__links a::after { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 2px; background: var(--clay); border-radius: 2px; transition: width 0.3s var(--ease); }
.nav__links a:hover { color: var(--ink); } .nav__links a:hover::after { width: 100%; }
.nav__cta { display: flex; align-items: center; gap: 0.75rem; }
.nav__cta .btn { padding: 0.68rem 1.35rem; font-size: 0.85rem; }
.burger { display: none; width: 26px; height: 18px; position: relative; }
.burger span { position: absolute; left: 0; width: 100%; height: 2.5px; background: var(--ink); border-radius: 2px; transition: 0.3s var(--ease); }
.burger span:nth-child(1){top:0}.burger span:nth-child(2){top:8px}.burger span:nth-child(3){top:16px}
.burger[aria-expanded="true"] span:nth-child(1){top:8px;transform:rotate(45deg)}
.burger[aria-expanded="true"] span:nth-child(2){opacity:0}
.burger[aria-expanded="true"] span:nth-child(3){top:8px;transform:rotate(-45deg)}

/* SIGNATURE — window onto Ikaria */
.hero { padding-block: clamp(2.5rem, 5vw, 4.5rem) clamp(3.5rem, 7vw, 6rem); }
.hero__grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.tagpill { display: inline-flex; align-items: center; gap: 0.55rem; padding: 0.4rem 0.9rem; border-radius: 100px; background: var(--paper); border: 1px solid var(--line-2); font-size: var(--t-small); margin-bottom: 1.3rem; box-shadow: var(--sh-sm); }
.tagpill b { color: var(--olive-deep); font-weight: 800; } .tagpill span { color: var(--ink-mute); }
.ticks { margin-top: 1.8rem; display: grid; gap: 0.65rem; }
.ticks li { display: flex; align-items: flex-start; gap: 0.7rem; font-size: 0.96rem; color: var(--ink); }
.ticks svg { flex: 0 0 20px; margin-top: 2px; color: var(--olive); }

.window {
  position: relative; aspect-ratio: 4 / 4.4;
  border-radius: 46% 46% 12px 12px / 34% 34% 12px 12px; overflow: hidden;
  background: radial-gradient(120% 90% at 50% 22%, #E8F5E9 0%, #F8FFF8 60%, #FFFFFF 100%);
  box-shadow: var(--sh-lg), inset 0 0 0 6px var(--paper), inset 0 0 0 7px var(--line); isolation: isolate;
}
.window__layer { position: absolute; left: 50%; transform: translateX(-50%); will-change: transform; }
.w-sun   { top: 11%;  width: 34%; }
.w-hills { bottom: 24%; width: 122%; }
.w-branch-l { top: -2%; left: -6%; width: 46%; transform: none; }
.w-branch-r { top: -5%; right: -8%; left: auto; width: 42%; transform: none; }
.window__product { position: absolute; left: 50%; bottom: 3%; transform: translateX(-50%); width: 60%; z-index: 5; filter: drop-shadow(0 22px 26px rgba(46, 51, 32, 0.28)); animation: bob 6.5s ease-in-out infinite; }
@keyframes bob { 0%,100%{transform:translateX(-50%) translateY(0)} 50%{transform:translateX(-50%) translateY(-10px)} }
.window__glass { position: absolute; right: 8%; bottom: 6%; width: 21%; z-index: 6; animation: bob 6.5s ease-in-out infinite 0.5s; }
.glass-liq { transform-origin: 50% 62%; animation: swirl 5s linear infinite; }
@keyframes swirl { to { transform: rotate(360deg); } }
.hero__cap { margin-top: 1.4rem; display: flex; align-items: center; gap: 0.6rem; }
.hero__cap svg { flex: 0 0 auto; color: var(--gold); }

.trust { background: var(--sand); border-block: 1px solid var(--line); }
.trust__in { display: flex; flex-wrap: wrap; justify-content: center; gap: clamp(1.2rem, 4vw, 3rem); padding-block: 1.3rem; }
.trust__item { display: flex; align-items: center; gap: 0.6rem; font-size: var(--t-small); font-weight: 700; letter-spacing: 0.04em; color: var(--ink); text-transform: uppercase; }
.trust__item svg { flex: 0 0 24px; color: var(--olive); }

.grid { display: grid; gap: 1.15rem; }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }

.card { position: relative; padding: clamp(1.5rem, 2.4vw, 2.05rem); border-radius: var(--r-md); background: var(--paper); border: 1px solid var(--line); box-shadow: var(--sh-sm); transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease); }
.card:hover { transform: translateY(-5px); box-shadow: var(--sh-md); }
.card__icon { width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center; margin-bottom: 1.05rem; background: var(--cream-2); border: 1px solid var(--line); color: var(--olive); }
.card__icon svg { width: 26px; height: 26px; }
.card p { font-size: 0.95rem; }
.card--olive { background: var(--olive-deep); border-color: transparent; }
.card--olive h3, .card--olive .card__num { color: #FFFFFF; }
.card--olive p { color: #DCEDC8; }
.card--olive .card__icon { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.16); color: var(--sage-soft); }
.card__num { font-family: var(--display); font-size: 1.05rem; color: var(--clay); font-weight: 600; display: block; margin-bottom: 0.7rem; }

.ritual { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; counter-reset: r; }
.ritual__step { counter-increment: r; text-align: center; padding: 1.5rem 1.2rem; }
.ritual__num { width: 66px; height: 66px; margin: 0 auto 1.1rem; border-radius: 50%; display: grid; place-items: center; background: var(--paper); border: 2px solid var(--olive); font-family: var(--display); font-size: 1.5rem; font-weight: 600; color: var(--olive-deep); position: relative; }
.ritual__num::before { content: counter(r); }
.ritual__step:not(:last-child) .ritual__num::after { content: ""; position: absolute; left: calc(100% + 6px); top: 50%; width: calc(100% - 12px); height: 2px; background: repeating-linear-gradient(90deg, var(--sage) 0 8px, transparent 8px 16px); }

.timeline { display: grid; gap: 0; margin-top: 1rem; }
.tl-row { display: grid; grid-template-columns: 150px 1fr; gap: 1.6rem; padding: 1.5rem 0; border-top: 1px solid var(--line); align-items: start; }
.tl-row:last-child { border-bottom: 1px solid var(--line); }
.tl-when { font-family: var(--display); font-size: 1.12rem; color: var(--olive-deep); font-weight: 600; line-height: 1.25; }
.tl-when small { display: block; font-family: var(--body); font-size: var(--t-micro); font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--clay); margin-top: 0.3rem; }
.tl-what h3 { margin-bottom: 0.3rem; } .tl-what p { font-size: 0.95rem; }

.ing { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.9rem; }
.ing__item { padding: 1.3rem 1.15rem; border-radius: var(--r-md); background: var(--paper); border: 1px solid var(--line); transition: transform 0.35s var(--ease), border-color 0.35s var(--ease); }
.ing__item:hover { transform: translateY(-4px); border-color: var(--sage); }
.ing__emoji { font-size: 1.7rem; line-height: 1; margin-bottom: 0.7rem; display: block; }
.ing__item h3 { font-size: 1rem; margin-bottom: 0.25rem; }
.ing__item p { font-size: 0.86rem; line-height: 1.55; }
.ing__tag { font-family: var(--body); font-size: 0.66rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: var(--olive); display: inline-block; margin-top: 0.6rem; padding: 0.18rem 0.5rem; background: var(--cream-2); border-radius: 100px; }

.tbl-wrap { border-radius: var(--r-lg); border: 1px solid var(--line); background: var(--paper); overflow: hidden; box-shadow: var(--sh-sm); }
.tbl { width: 100%; border-collapse: collapse; font-size: 0.93rem; }
.tbl th, .tbl td { padding: 1rem 1.25rem; text-align: left; border-bottom: 1px solid var(--line); }
.tbl thead th { font-family: var(--body); font-size: var(--t-micro); font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink); background: var(--cream-2); }
.tbl thead th:last-child { color: var(--clay-deep); }
.tbl tbody th { font-weight: 700; color: var(--ink); font-family: var(--body); }
.tbl td:last-child { color: var(--olive-deep); font-weight: 600; }
.tbl tbody tr:last-child th, .tbl tbody tr:last-child td { border-bottom: none; }
.tbl tbody tr:hover { background: var(--cream); }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.split__media { position: relative; display: grid; place-items: center; padding: 1.5rem; }
.split__media::before { content: ""; position: absolute; inset: 8%; border-radius: 50%; background: radial-gradient(circle, rgba(201,154,62,0.16), transparent 66%); }
.split__media img, .split__media svg { position: relative; z-index: 1; }

.pc { padding: clamp(1.6rem, 2.6vw, 2.1rem); border-radius: var(--r-lg); border: 1px solid var(--line); background: var(--paper); box-shadow: var(--sh-sm); }
.pc--yes { border-top: 4px solid var(--olive); }
.pc--note { border-top: 4px solid var(--gold); }
.pc ul { display: grid; gap: 0.65rem; margin-top: 1.15rem; }
.pc li { display: flex; gap: 0.6rem; align-items: flex-start; font-size: 0.93rem; color: var(--ink-soft); }
.pc li svg { flex: 0 0 17px; margin-top: 3px; }
.pc--yes li svg { color: var(--olive); } .pc--note li svg { color: var(--gold); }

.callout { padding: 1.3rem 1.5rem; border-radius: var(--r-md); background: var(--cream-2); border-left: 4px solid var(--olive); margin: 1.5rem 0; }
.callout--warn { border-left-color: var(--gold); background: #FFF8E1; }
.callout p:last-child { margin-bottom: 0; }

.quote { padding: 1.7rem; border-radius: var(--r-md); background: var(--paper); border: 1px solid var(--line); box-shadow: var(--sh-sm); display: flex; flex-direction: column; gap: 1rem; }
.quote__stars { color: var(--gold); letter-spacing: 0.14em; }
.quote p { color: var(--ink); font-size: 0.97rem; }
.quote__who { display: flex; align-items: center; gap: 0.75rem; margin-top: auto; padding-top: 0.7rem; border-top: 1px solid var(--line); }
.quote__av { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: var(--olive); color: #F4F1E4; font-family: var(--display); font-weight: 600; }
.quote__meta { font-size: 0.83rem; line-height: 1.4; color: var(--ink-mute); }
.quote__meta b { display: block; color: var(--ink); font-weight: 700; }

.prices { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; align-items: stretch; }
.price { position: relative; display: flex; flex-direction: column; border-radius: var(--r-lg); border: 1px solid var(--line); background: var(--paper); padding: 2rem 1.6rem 1.7rem; text-align: center; box-shadow: var(--sh-sm); transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease), border-color 0.4s var(--ease); }
.price:hover { transform: translateY(-6px); box-shadow: var(--sh-md); }
.price--best { border-color: var(--clay); box-shadow: var(--sh-md); }
.price--best:hover { box-shadow: var(--sh-lg); }
.price__flag { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); padding: 0.34rem 1rem; border-radius: 100px; background: var(--clay); color: #FBF7EC; font-size: var(--t-micro); font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; white-space: nowrap; }
.price__name { font-family: var(--display); font-size: 1.3rem; color: var(--ink); font-weight: 600; }
.price__supply { font-size: var(--t-micro); font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-mute); margin-bottom: 1.1rem; display: block; }
.price__img { height: 190px; display: grid; place-items: center; margin-bottom: 0.6rem; }
.price__img img { max-height: 100%; width: auto; }
.price__unit { display: flex; align-items: baseline; justify-content: center; gap: 0.25rem; }
.price__unit b { font-family: var(--display); font-size: 3rem; color: var(--clay-deep); line-height: 1; font-weight: 600; }
.price__unit span { font-size: 0.85rem; color: var(--ink-mute); }
.price__total { font-size: var(--t-small); color: var(--ink-soft); margin: 0.6rem 0 1.2rem; }
.price__total del { color: var(--ink-mute); margin-right: 0.3rem; }
.price__list { display: grid; gap: 0.5rem; margin: 1.2rem 0 1.4rem; text-align: left; font-size: 0.88rem; }
.price__list li { display: flex; gap: 0.5rem; align-items: flex-start; color: var(--ink-soft); }
.price__list svg { flex: 0 0 15px; margin-top: 4px; color: var(--olive); }
.price .btn { margin-top: auto; }

.bonus__tag { font-size: var(--t-micro); font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); display: block; margin-bottom: 0.5rem; }
.bonus__val { font-size: var(--t-small); margin-top: 0.9rem; color: var(--ink); }
.bonus__val del { color: var(--ink-mute); } .bonus__val b { color: var(--olive-deep); }

.guarantee { display: grid; grid-template-columns: 280px 1fr; gap: clamp(2rem, 4vw, 3.2rem); align-items: center; padding: clamp(2rem, 4vw, 3.2rem); border-radius: var(--r-xl); background: var(--paper); border: 1px solid var(--line); box-shadow: var(--sh-md); }
.guarantee__seal { display: grid; place-items: center; }
.guarantee__seal img { animation: bob 7s ease-in-out infinite; max-width: 260px; }

.faq { display: grid; gap: 0.7rem; }
.faq details { border: 1px solid var(--line); border-radius: var(--r-md); background: var(--paper); overflow: hidden; transition: border-color 0.3s var(--ease); box-shadow: var(--sh-sm); }
.faq details[open] { border-color: var(--sage); }
.faq summary { list-style: none; cursor: pointer; padding: 1.2rem 1.5rem; display: flex; align-items: center; justify-content: space-between; gap: 1.2rem; font-family: var(--display); font-size: 1.04rem; font-weight: 600; color: var(--ink); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-family: var(--body); font-size: 1.5rem; color: var(--clay); transition: transform 0.3s var(--ease); line-height: 1; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq__body { padding: 0 1.5rem 1.3rem; font-size: 0.95rem; }
.faq__body a { color: var(--olive-deep); text-decoration: underline; text-underline-offset: 2px; }

.band { border-radius: var(--r-xl); padding: clamp(2.6rem, 6vw, 4.6rem) clamp(1.6rem, 4vw, 3.2rem); text-align: center; position: relative; overflow: hidden;
  background: radial-gradient(700px circle at 15% 0%, rgba(129,199,132,0.28), transparent 55%), radial-gradient(700px circle at 85% 100%, rgba(76,175,80,0.45), transparent 55%), var(--olive-deep); }
.band h2, .band .lead { color: #FFFFFF; } .band .lead { opacity: 0.92; }

.foot { background: var(--olive-deep); color: #CBD2B4; padding-block: clamp(3rem, 6vw, 4.2rem) 2rem; margin-top: clamp(3rem,6vw,5rem); }
.foot__grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1fr; gap: 2.2rem; padding-bottom: 2.4rem; border-bottom: 1px solid rgba(255,255,255,0.12); }
.foot .brand { color: #F4F1E4; margin-bottom: 1rem; }
.foot h4 { font-family: var(--body); font-size: var(--t-micro); font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: #F4F1E4; margin-bottom: 1rem; }
.foot ul { display: grid; gap: 0.6rem; font-size: 0.9rem; }
.foot ul a { color: #CBD2B4; transition: color 0.25s var(--ease); }
.foot ul a:hover { color: var(--gold); }
.foot__legal { padding-top: 1.7rem; display: grid; gap: 1rem; }
.foot__legal p { font-size: 0.78rem; line-height: 1.62; color: #A9C4AC; }
.foot__legal strong { color: #FFFFFF; }
.foot__bar { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between; align-items: center; padding-top: 1.3rem; margin-top: 0.6rem; border-top: 1px solid rgba(255,255,255,0.12); font-size: 0.82rem; }
.foot__bar nav { display: flex; flex-wrap: wrap; gap: 1.2rem; }

.dock { position: fixed; left: 0; right: 0; bottom: 0; z-index: 45; padding: 0.75rem var(--gut) calc(0.75rem + env(safe-area-inset-bottom)); background: rgba(246,239,224,0.94); backdrop-filter: blur(14px); border-top: 1px solid var(--line); transform: translateY(120%); transition: transform 0.4s var(--ease); }
.dock.is-on { transform: translateY(0); }

.doc { max-width: 800px; margin-inline: auto; }
.doc h1 { font-size: clamp(2rem, 4.4vw, 3rem); margin-bottom: 0.6rem; }
.doc h2 { font-size: clamp(1.25rem, 2.2vw, 1.55rem); margin: 2.5rem 0 0.8rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.doc h3 { font-size: 1.06rem; margin: 1.6rem 0 0.5rem; }
.doc p, .doc li { font-size: 0.97rem; line-height: 1.76; }
.doc p { margin-bottom: 1rem; }
.doc ul, .doc ol { margin: 0 0 1.15rem; display: grid; gap: 0.5rem; }
.doc ul li { padding-left: 1.3rem; position: relative; }
.doc ul li::before { content: ""; position: absolute; left: 0; top: 0.62em; width: 6px; height: 6px; border-radius: 50%; background: var(--olive); }
.doc ol { counter-reset: n; }
.doc ol li { padding-left: 1.8rem; position: relative; counter-increment: n; }
.doc ol li::before { content: counter(n) "."; position: absolute; left: 0; font-weight: 800; color: var(--clay); }
.doc a { color: var(--olive-deep); text-decoration: underline; text-underline-offset: 3px; }
.doc strong { color: var(--ink); font-weight: 700; }
.doc__meta { font-size: var(--t-micro); font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-mute); margin-bottom: 2.2rem; }

.form { display: grid; gap: 1rem; }
.field-row { display: grid; gap: 0.4rem; }
.field-row label { font-size: var(--t-micro); font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-soft); }
.field-row input, .field-row textarea, .field-row select { width: 100%; padding: 0.82rem 1rem; border-radius: var(--r-sm); background: var(--white); border: 1.5px solid var(--line-2); color: var(--ink); font-family: var(--body); font-size: 0.96rem; transition: border-color 0.25s var(--ease); }
.field-row input:focus, .field-row textarea:focus, .field-row select:focus { outline: none; border-color: var(--olive); }
.field-row textarea { resize: vertical; min-height: 140px; }

.rise { opacity: 0; transform: translateY(24px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.rise.is-in { opacity: 1; transform: none; }
.rise[data-d="1"]{transition-delay:.08s}.rise[data-d="2"]{transition-delay:.16s}
.rise[data-d="3"]{transition-delay:.24s}.rise[data-d="4"]{transition-delay:.32s}

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip { position: absolute; left: 50%; top: -60px; transform: translateX(-50%); z-index: 100; padding: 0.7rem 1.3rem; background: var(--olive); color: #F4F1E4; border-radius: 0 0 var(--r-sm) var(--r-sm); font-weight: 800; transition: top 0.25s var(--ease); }
.skip:focus { top: 0; }

@media (max-width: 1024px) {
  .hero__grid { grid-template-columns: 1fr; }
  .window { max-width: 460px; margin-inline: auto; order: -1; }
  .grid--4, .ing { grid-template-columns: repeat(2, 1fr); }
  .foot__grid { grid-template-columns: 1fr 1fr; }
  .guarantee { grid-template-columns: 1fr; text-align: center; }
  .guarantee__seal img { margin-inline: auto; }
}
@media (max-width: 820px) {
  .nav__links { position: fixed; inset: 70px 0 auto 0; flex-direction: column; gap: 0; background: var(--cream); border-bottom: 1px solid var(--line); padding: 0.5rem var(--gut) 1.3rem; transform: translateY(-140%); transition: transform 0.4s var(--ease); font-size: 1rem; box-shadow: var(--sh-md); }
  .nav__links.is-open { transform: translateY(0); }
  .nav__links a { padding: 0.9rem 0; border-bottom: 1px solid var(--line); width: 100%; }
  .nav__links a::after { display: none; }
  .burger { display: block; }
  .nav__cta > .btn { display: none; }
  .grid--3, .grid--2, .ritual, .split, .prices { grid-template-columns: 1fr; }
  .ritual__step:not(:last-child) .ritual__num::after { display: none; }
  .prices { max-width: 400px; margin-inline: auto; }
  .tl-row { grid-template-columns: 1fr; gap: 0.4rem; }
  body { padding-bottom: 76px; }
}
@media (max-width: 540px) {
  .grid--4, .ing { grid-template-columns: 1fr; }
  .foot__grid { grid-template-columns: 1fr; }
  .tbl th, .tbl td { padding: 0.75rem 0.8rem; font-size: 0.84rem; }
  .btn { width: 100%; } .btn-row { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
  .rise { opacity: 1; transform: none; }
  .window__layer { transform: translateX(-50%) !important; }
}
@media print {
  .nav, .dock, .announce, .trust { display: none !important; }
  body { background: #fff; color: #000; } body::before { display: none; }
  .doc a { color: #000; }
}

/* ============================================================
   PREMIUM WHITE & GREEN — theme layer (overrides)
   ============================================================ */

/* page background: clean white, no warm texture */
body { background: var(--white); }
body::before { display: none !important; }

/* Poppins headings — premium weight & tracking */
h1,h2,h3,h4,h5,h6 { font-weight: 700; letter-spacing: -0.02em; }
.h2 { font-weight: 700; }
em.ital { font-style: normal; font-weight: 700; color: var(--olive); }

/* ---- Sticky header: white, soft shadow on scroll ---- */
.nav { background: rgba(255,255,255,0.86); backdrop-filter: saturate(1.2) blur(10px); border-bottom: 1px solid var(--border, #E5E7EB); transition: box-shadow .25s var(--ease), background .25s var(--ease); }
.nav--scrolled { box-shadow: 0 8px 30px -12px rgba(16,24,40,0.18); background: rgba(255,255,255,0.95); }
.brand { color: var(--ink); }

/* ---- Buttons: green gradient, rounded, lift on hover ---- */
.btn { border-radius: 12px; transition: transform .18s var(--ease), box-shadow .22s var(--ease), background .22s var(--ease); }
.btn--primary { background: linear-gradient(180deg, #4CAF50 0%, #2E7D32 100%); color: #fff; box-shadow: 0 10px 22px -8px rgba(46,125,50,0.55); }
.btn--primary:hover { transform: translateY(-2px); box-shadow: 0 16px 30px -10px rgba(46,125,50,0.6); }
.btn--olive { background: linear-gradient(180deg, #4CAF50 0%, #2E7D32 100%); color: #fff; }
.btn--olive:hover { transform: translateY(-2px); }
.btn--ghost { background: #fff; border: 1.5px solid var(--sage); color: var(--olive-deep); }
.btn--ghost:hover { background: var(--sand); border-color: var(--olive-mid); transform: translateY(-2px); }
.btn:focus-visible { outline: 3px solid var(--sage); outline-offset: 2px; }

/* ---- Announce bar: pure green gradient ---- */
.announce { background: linear-gradient(90deg, var(--olive-deep) 0%, var(--olive) 50%, var(--olive-mid) 100%); color: #EAF7EA; }
.hero__cap svg, .tagpill b { color: var(--olive); }

/* ---- Cards: white, soft shadow, light border, hover lift ---- */
.card, .quote, .bonus, .price, .ingr, .benefit, .pc {
  background: #fff; border: 1px solid #E5E7EB; border-radius: 18px;
  box-shadow: var(--sh-sm); transition: transform .2s var(--ease), box-shadow .24s var(--ease), border-color .2s var(--ease);
}
.card:hover, .quote:hover, .bonus:hover, .ingr:hover, .benefit:hover {
  transform: translateY(-4px); box-shadow: 0 22px 44px -20px rgba(16,24,40,0.22); border-color: var(--sage-soft);
}
.card--olive { background: linear-gradient(160deg, #2E7D32 0%, #1B5E20 100%); border-color: transparent; }
.section--tint { background: var(--cream-2); }
.icon-badge, .ritual__num { background: var(--sand); border-color: var(--olive-mid); color: var(--olive-deep); }

/* ---- HERO stage: real product on soft green halo ---- */
.hero__stage { position: relative; display: grid; place-items: center; aspect-ratio: 1/1; }
.hero__halo { position: absolute; inset: 8% ; border-radius: 50%;
  background: radial-gradient(circle at 50% 42%, #E8F5E9 0%, #F1FBF2 45%, rgba(255,255,255,0) 72%);
  filter: blur(2px); }
.hero__halo::after { content:""; position:absolute; inset:14%; border-radius:50%; border:1.5px dashed var(--sage-soft); opacity:.7; }
.hero__tub { position: relative; z-index: 3; width: 76%; max-width: 380px; height: auto;
  filter: drop-shadow(0 26px 30px rgba(16,24,40,0.22)); animation: bob 6.5s ease-in-out infinite; }
@keyframes bob { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-10px)} }
.hero__chip { position: absolute; z-index: 4; display: inline-flex; align-items: center; gap: .45rem;
  background: #fff; border: 1px solid #E5E7EB; border-radius: 100px; padding: .5rem .9rem;
  font-size: .8rem; font-weight: 600; color: var(--ink); box-shadow: var(--sh-md); white-space: nowrap; }
.hero__chip svg { width: 16px; height: 16px; color: var(--olive-mid); flex: 0 0 auto; }
.hero__chip--1 { top: 12%; left: -2%; animation: bob 7s ease-in-out infinite; }
.hero__chip--2 { bottom: 20%; right: -4%; animation: bob 8s ease-in-out .4s infinite; }
.hero__seal { position: absolute; z-index: 5; bottom: 4%; left: 2%; width: 92px; height: auto;
  filter: drop-shadow(0 10px 16px rgba(16,24,40,0.2)); }

/* ---- Pricing: premium highlight + badge + hover ---- */
.price { padding-top: 2.4rem; }
.price:hover { transform: translateY(-6px); box-shadow: 0 30px 56px -24px rgba(16,24,40,0.28); }
.price--best { border: 2px solid var(--olive-mid); box-shadow: 0 26px 54px -22px rgba(46,125,50,0.4); }
.price--best::before { content: "MOST POPULAR"; position: absolute; top: 0; left: 50%; transform: translate(-50%,-50%);
  background: linear-gradient(180deg,#4CAF50,#2E7D32); color: #fff; font-size: .68rem; font-weight: 800;
  letter-spacing: .12em; padding: .4rem 1rem; border-radius: 100px; box-shadow: 0 8px 18px -6px rgba(46,125,50,.6); }
.price__img { min-height: 190px; display: grid; place-items: center; }
.price__img img { width: auto; max-width: 100%; max-height: 210px; height: auto; }
.price__unit b { color: var(--olive-deep); }
.price__save { background: var(--sand); color: var(--olive-deep); font-weight: 800; }

/* ---- Rating strip (vendor aggregate) ---- */
.rating-strip { display: flex; align-items: center; justify-content: center; gap: 1rem; flex-wrap: wrap;
  background: #fff; border: 1px solid #E5E7EB; border-radius: 16px; padding: 1rem 1.4rem; box-shadow: var(--sh-sm); max-width: 620px; margin: 0 auto; }
.rating-strip img { height: 54px; width: auto; }
.rating-strip span { font-size: .82rem; color: var(--ink-mute); }

/* ---- Guarantee: real badge ---- */
.guarantee__seal img { width: 210px; height: auto; filter: drop-shadow(0 16px 26px rgba(16,24,40,0.2)); }

/* ---- FAQ accordion: green active state ---- */
.faq__q[aria-expanded="true"] { color: var(--olive-deep); }
.faq__item:has(.faq__q[aria-expanded="true"]) { border-color: var(--sage); background: var(--cream-2); }

/* ---- Footer: keep deep green, tidy accents ---- */
.foot { background: linear-gradient(180deg,#1B5E20,#14401a); }
.foot ul a:hover { color: var(--sage); }

/* ---- Trust strip ---- */
.trust { background: var(--cream-2); border-block: 1px solid #E5E7EB; }
.trust__item b { color: var(--olive-deep); }

/* Mobile: chips tuck in so they don't overflow */
@media (max-width: 560px){
  .hero__chip--1 { left: 2%; } .hero__chip--2 { right: 2%; }
  .hero__seal { width: 74px; }
}

/* ---- Secure checkout section ---- */
.checkout { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(1.25rem, 3vw, 2.25rem); align-items: stretch; }
.checkout__info { background: var(--cream-2); border: 1px solid #E5E7EB; border-radius: 20px; padding: clamp(1.4rem, 3vw, 2rem); }
.pillars { list-style: none; margin: 0 0 1.6rem; padding: 0; display: grid; gap: 1.1rem; }
.pillars li { display: flex; gap: .9rem; align-items: flex-start; }
.pillars svg { flex: 0 0 34px; width: 34px; height: 34px; color: var(--olive); background: #fff; border: 1px solid var(--sage-soft); border-radius: 10px; padding: 6px; }
.pillars b { display: block; color: var(--ink); font-weight: 700; font-size: 1rem; }
.pillars span { color: var(--ink-mute); font-size: .9rem; line-height: 1.5; }
.pay { border-top: 1px solid #E5E7EB; padding-top: 1.2rem; }
.pay__label { display: block; font-size: var(--t-micro); font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-mute); margin-bottom: .7rem; }
.pay__methods { display: flex; flex-wrap: wrap; gap: .5rem; }
.pay__chip { font-size: .78rem; font-weight: 800; letter-spacing: .02em; color: var(--ink-soft); background: #fff; border: 1px solid #E5E7EB; border-radius: 8px; padding: .42rem .7rem; box-shadow: var(--sh-sm); }
.pay__chip--pp { color: #fff; background: #2E7D32; border-color: #2E7D32; }

.osum { background: #fff; border: 2px solid var(--olive-mid); border-radius: 20px; padding: clamp(1.4rem, 3vw, 1.9rem); box-shadow: 0 26px 54px -24px rgba(46,125,50,0.28); display: flex; flex-direction: column; }
.osum__h { font-size: 1.15rem; font-weight: 700; margin: 0 0 .9rem; }
.osum__item { font-weight: 700; color: var(--ink); margin: 0 0 .6rem; }
.osum__item span { display: block; font-weight: 600; font-size: .85rem; color: var(--ink-mute); }
.osum__img { background: var(--cream-2); border-radius: 14px; padding: .6rem; display: grid; place-items: center; margin-bottom: 1rem; }
.osum__img img { width: auto; max-height: 130px; height: auto; }
.osum__lines { list-style: none; margin: 0 0 .8rem; padding: 0; display: grid; gap: .55rem; }
.osum__lines li { display: flex; justify-content: space-between; align-items: baseline; font-size: .94rem; color: var(--ink-soft); }
.osum__lines del { color: var(--ink-mute); }
.osum__lines b { color: var(--olive-deep); font-weight: 700; }
.osum__total { display: flex; justify-content: space-between; align-items: baseline; border-top: 1px solid #E5E7EB; padding-top: .9rem; margin-bottom: 1.1rem; font-weight: 700; }
.osum__total b { font-size: 1.5rem; color: var(--olive-deep); }
.osum .btn { margin-bottom: .7rem; }

@media (max-width: 760px){ .checkout { grid-template-columns: 1fr; } }

/* ---- Final CTA band: product showcase ---- */
.band__img { position: relative; margin: 1.8rem auto 0.6rem; max-width: 430px; }
.band__img::before { content: ""; position: absolute; inset: -8% 4%; border-radius: 50%;
  background: radial-gradient(closest-side, rgba(255,255,255,0.30), rgba(255,255,255,0)); z-index: 0; }
.band__img img { position: relative; z-index: 1; width: 100%; height: auto; display: block;
  filter: drop-shadow(0 18px 30px rgba(0,0,0,0.28)); }
