@charset "utf-8";
/* ==========================================================================
   BelleVia — باك بلا ألم · landing page
   Mobile-first · RTL · palette sampled off the client's own artwork.

   The three colours are the product's own, taken by counting the saturated
   pixels of the studio pack shot: the leaf green of the wordmark and the
   bottle's band (#467B03), the deep green under it, and the orange of «Via»,
   of «DOULEURS» and of the brand's price plate (#F56B06). The ground is that
   same leaf green pulled almost all the way to white (--sage, #F1F6EC): far
   enough to belong to the palette, never far enough to tint a product
   photographed on white.

   Surfaces alternate sage → white → deep green, and never a fourth, so the
   page reads as one object rather than a stack of templates. Orange appears
   only where the brand puts it: an action, a price, a hairline.

   Every text/background pair below is at or above 4.5:1.
   ========================================================================== */

/* ── 00 · Fonts ─────────────────────────────────────────────────────────── */
@font-face {
  font-family: Tajawal; font-style: normal; font-weight: 400; font-display: swap;
  src: url(./assets/fonts/tajawal-400-ar.woff2) format('woff2');
  unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF, U+FB50-FDFF, U+FE70-FEFF;
}
@font-face {
  font-family: Tajawal; font-style: normal; font-weight: 400; font-display: swap;
  src: url(./assets/fonts/tajawal-400-lat.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+2000-206F, U+2190-21BB, U+2212;
}
@font-face {
  font-family: Tajawal; font-style: normal; font-weight: 700; font-display: swap;
  src: url(./assets/fonts/tajawal-700-ar.woff2) format('woff2');
  unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF, U+FB50-FDFF, U+FE70-FEFF;
}
@font-face {
  font-family: Tajawal; font-style: normal; font-weight: 700; font-display: swap;
  src: url(./assets/fonts/tajawal-700-lat.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+2000-206F, U+2190-21BB, U+2212;
}
@font-face {
  font-family: Tajawal; font-style: normal; font-weight: 800; font-display: swap;
  src: url(./assets/fonts/tajawal-800-ar.woff2) format('woff2');
  unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF, U+FB50-FDFF, U+FE70-FEFF;
}
@font-face {
  font-family: Tajawal; font-style: normal; font-weight: 800; font-display: swap;
  src: url(./assets/fonts/tajawal-800-lat.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+2000-206F, U+2190-21BB, U+2212;
}

/* ── 01 · Tokens ────────────────────────────────────────────────────────── */
:root {
  /* Greens — the brand's own, deep to fresh. */
  --g-900: #0E3A12;   /* headings, the announcement bar */
  --g-800: #14501A;
  --g-700: #1F6B1B;   /* small green text on the light ground — 6.0:1 */
  --g-500: #467B03;   /* the wordmark's leaf green — hairlines, decoration */
  --g-100: #DDEBC6;
  --g-50:  #EFF5E4;

  /* Orange. `--accent` is the fill every action carries and clears 4.8:1 with
     white on it; `--accent-ink` is the same hue pushed dark enough to be read
     as TEXT on the light ground (5.2:1). `--accent-bright` is the brand's
     literal orange and is used only where nothing has to be read off it: a
     rule, a plate, a shadow. Never small type. */
  --accent: #C24E00;
  --accent-ink: #B04400;
  --accent-bright: #F56B06;
  --accent-soft: #FDEADC;
  /* Warm type on a deep green field — 8.6:1 at its lowest, on --deep-2. */
  --accent-on-dark: #FFD9B0;

  --paper: #FFFFFF;
  /* The light ground: white pulled a few degrees toward the wordmark's leaf,
     never far enough to tint a product photographed on white. */
  --sage: #F1F6EC;
  --sage-2: #E4EEDC;

  /* The deep bands. Two stops of one hue, so a gradient between them reads as
     depth rather than as a second colour. */
  --deep-1: #0F3018;
  --deep-2: #17421F;
  --deep-0: #0A2411;   /* the announcement bar and the footer — the darkest note */

  --ink: #16261A;      /* 14.4:1 on --sage */
  --ink-2: #33452F;    /*  9.4:1 */
  --muted: #4F6249;    /*  6.0:1 */
  --line: #DCE7D2;
  --line-2: #CFE0C3;

  /* Type on the deep bands. */
  --on-deep: #FFFFFF;      /* 14.4:1 on --deep-1 */
  --on-deep-soft: #DCEBD3; /* 11.6:1 */
  --on-deep-mute: #B8CFB0; /*  8.7:1 */
  --danger: #A81E15;

  --r-sm: 12px;
  --r: 16px;
  --r-lg: 24px;

  --sh-1: 0 1px 2px rgba(14, 48, 22, .05), 0 4px 14px rgba(14, 48, 22, .07);
  --sh-2: 0 2px 8px rgba(14, 48, 22, .08), 0 18px 40px rgba(14, 48, 22, .15);
  /* On a deep band a shadow has to be darker than the band to read at all. */
  --sh-deep: 0 8px 20px rgba(0, 0, 0, .22), 0 26px 60px rgba(0, 0, 0, .30);

  --pad: 16px;
  --sec-y: 48px;
  --wrap: 1080px;
}

/* ── 02 · Base ──────────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 12px;
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

body {
  margin: 0;
  font-family: Tajawal, system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: var(--ink);
  background: var(--sage);
  overflow-x: hidden; /* no horizontal scroll, ever */
}

img { max-width: 100%; height: auto; display: block; }

/* Any class that sets `display` outranks the UA stylesheet's `[hidden]`, so a
   hidden flex element stays on screen. This makes `hidden` mean hidden. */
[hidden] { display: none !important; }

h1, h2, h3 { margin: 0; line-height: 1.32; color: var(--g-900); font-weight: 800; }
p, ul, ol { margin: 0; }
ul, ol { padding: 0; list-style: none; }
figure { margin: 0; } /* the UA default insets images by 80px on a phone */
a { color: inherit; }

.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--pad); }

/* Standalone Latin runs only — a digit, an order number. Never mid-sentence:
   `display:inline-block` cuts the bidi run and reorders Latin inside Arabic.
   For Latin INSIDE an Arabic sentence the markup uses <bdi>, which isolates
   without leaving the inline flow. And never on money: "329 درهم" is an
   Arabic phrase and must stay one. */
.ltr { display: inline-block; direction: ltr; unicode-bidi: isolate; font-variant-numeric: tabular-nums; }
bdi { font-variant-numeric: tabular-nums; }

/* Parked ABOVE the viewport, not beside it. The usual off-screen idiom sets
   `inset-inline-start: -9999px`, which resolves to `right` under RTL and pushes
   the link ten thousand pixels past the right edge — scrollable overflow in an
   RTL document, contained here only because the body happens to clip it.
   Moving it vertically costs nothing and creates none. */
.skip {
  position: absolute; inset-inline-start: 0; top: 0; z-index: 99;
  transform: translateY(-200%);
  background: var(--deep-0); color: #fff; padding: 10px 18px; border-radius: 0 0 var(--r-sm) 0;
}
.skip:focus { transform: none; }

:where(a, button, input, summary, [tabindex]):focus-visible {
  outline: 3px solid var(--accent-bright); outline-offset: 2px; border-radius: 4px;
}

.is-placeholder {
  color: #7A3A00; font-size: .8em;
  background: repeating-linear-gradient(-45deg, #FDEADC, #FDEADC 6px, #F8D6BC 6px, #F8D6BC 12px);
  border-radius: 6px; padding: 1px 6px;
}

/* Struck reference price. Same size class as the live one everywhere it
   appears, so the eye reads a discount rather than a footnote. */
s { color: var(--muted); text-decoration-thickness: 1.5px; font-weight: 700; }

/* ── 03 · Buttons ───────────────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  min-height: 54px; padding: 12px 30px;
  font: inherit; font-weight: 800; font-size: 17px; text-decoration: none;
  border: 0; border-radius: 999px; cursor: pointer;
  transition: transform .16s ease, box-shadow .16s ease, background-color .16s ease;
}
/* One conversion colour on the whole page. Every «اطلب دابا» is this button. */
.btn--accent {
  background: var(--accent); color: #fff;
  box-shadow: 0 8px 24px rgba(194, 78, 0, .30);
}
.btn--accent:hover { background: #A94300; }
.btn--primary { background: var(--g-800); color: #fff; box-shadow: 0 8px 22px rgba(20, 80, 26, .28); }
.btn--primary:hover { background: var(--g-700); }
.btn--ghost {
  background: transparent; color: var(--g-700);
  border: 1.5px solid var(--line-2); min-height: 46px; font-size: 16px;
}
.btn--ghost:hover { background: var(--g-50); }
.btn--block { width: 100%; }
.btn:active { transform: translateY(1px); }
.btn[disabled] { opacity: .62; cursor: progress; }

.link-arrow {
  display: inline-flex; align-items: center; gap: 6px;
  color: var(--accent-ink); font-weight: 700; text-decoration: none;
  border-bottom: 1.5px solid currentColor; padding-bottom: 1px;
}
.link-arrow::after { content: '←'; font-size: 1.05em; }
.link-arrow:hover { color: var(--g-700); }

/* ── 04 · Section furniture ─────────────────────────────────────────────── */
.sec { padding-block: var(--sec-y); }
.sec--paper { background: var(--paper); }
.sec--green {
  background:
    radial-gradient(80% 58% at 86% 0%, rgba(70, 123, 3, .32), transparent 66%),
    linear-gradient(168deg, var(--deep-2), var(--deep-1));
  color: var(--on-deep);
}
.sec--green h2, .sec--green h3 { color: #fff; }

.sec__head { text-align: center; max-width: 620px; margin-inline: auto; margin-bottom: 30px; }
.sec__head h2 { font-size: clamp(23px, 6vw, 32px); }
/* A short leaf-green rule under every section title — the one repeated
   ornament on the page. */
.sec__head h2::after {
  content: ''; display: block; width: 54px; height: 3px; border-radius: 2px;
  margin: 14px auto 0; background: var(--accent-bright);
}
.sec--green .sec__head h2::after { background: var(--accent-on-dark); }
.sec__sub { margin-top: 12px; color: var(--muted); font-size: 15.5px; }
.sec--green .sec__sub { color: var(--on-deep-soft); }

/* ── 05 · Announcement bar ──────────────────────────────────────────────── */
.ann {
  background: var(--deep-0);
  color: #fff;
  border-bottom: 3px solid var(--accent-bright);
  overflow: hidden;
}
.ann__viewport { display: flex; width: max-content; }
.ann__track {
  display: flex; align-items: center; gap: 0;
  flex: 0 0 auto; padding: 0;
  min-width: 50vw; /* two tracks always cover the viewport, even before JS
                      un-hides the config-driven items */
  animation: ann-scroll 34s linear infinite;
}
.ann__track li {
  padding: 9px 20px;
  font-size: 13.5px; font-weight: 700; white-space: nowrap;
  display: flex; align-items: center; gap: 8px;
}
/* Separator drawn between items rather than typed, so a hidden config field
   cannot leave a dangling dot behind it. */
.ann__track li + li::before {
  content: ''; width: 4px; height: 4px; border-radius: 50%;
  background: var(--accent-on-dark); margin-inline-end: 12px; flex: 0 0 auto;
}
.ann__price b { color: var(--accent-on-dark); font-size: 15px; }
.ann__price s { color: #A9BFA4; font-size: 12.5px; font-weight: 400; }

@keyframes ann-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(100%); } /* RTL: the track walks right-to-left */
}
/* Motion is a nicety here, never the delivery mechanism. Frozen, the first
   track simply sits in place and stays fully readable. */
@media (prefers-reduced-motion: reduce) {
  .ann__track { animation: none; }
  .ann__viewport { width: 100%; justify-content: center; flex-wrap: wrap; }
  .ann__track { flex-wrap: wrap; justify-content: center; }
  .ann__track[aria-hidden='true'] { display: none; }
}
/* Wide enough for the whole line: centre it and stop the loop. */
@media (min-width: 900px) {
  .ann__viewport { width: 100%; justify-content: center; }
  .ann__track { animation: none; }
  .ann__track[aria-hidden='true'] { display: none; }
}

/* ── 06 · Header ────────────────────────────────────────────────────────── */
.head { background: var(--sage); border-bottom: 1px solid var(--line); }
.head__in {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  min-height: 58px;
}
.head__logo { display: flex; }
/* Logo and the way back sit together, so .head__in keeps the two children its
   space-between layout was written for. */
.head__lead { display: flex; align-items: center; gap: 14px; min-width: 0; }
.head__back {
  display: inline-flex; align-items: center; gap: 4px;
  font-size: 12.5px; font-weight: 800; color: var(--muted);
  text-decoration: none; white-space: nowrap;
  padding: 4px 2px; border-radius: 8px;
}
.head__back svg { width: 14px; height: 14px; }
.head__back:hover, .head__back:focus-visible { color: var(--ink, #14301a); }
/* The note is the first thing to go when the bar gets tight — the way back is
   navigation, the note is reassurance. */
@media (max-width: 400px) { .head__note { display: none; } }
.head__note { font-size: 12.5px; color: var(--muted); font-weight: 700; }

/* ── 07 · Hero ──────────────────────────────────────────────────────────── */
/* The first screen carries the identity: a deep green field with the studio
   pack shot floating on a white plate. Everything that must be READ inside it
   is either white on the field or dark on a white card — the green is never
   asked to hold small type. */
.hero {
  padding-block: 30px 44px;
  background:
    radial-gradient(90% 60% at 82% 4%, rgba(70, 123, 3, .34), transparent 62%),
    linear-gradient(170deg, var(--deep-2) 0%, var(--deep-1) 100%);
  color: var(--on-deep);
}
.hero__in { display: grid; gap: 18px; }

.hero__eyebrow {
  display: inline-block;
  font-size: 12.5px; font-weight: 800; letter-spacing: .02em;
  color: var(--accent-on-dark);
  background: rgba(255, 255, 255, .10);
  border: 1px solid rgba(255, 255, 255, .20);
  border-radius: 999px; padding: 5px 14px; margin-bottom: 12px;
}
.hero__h1 { font-size: clamp(30px, 9vw, 46px); letter-spacing: -.01em; color: var(--on-deep); }
.hero__h1-em {
  display: block; margin-top: 6px;
  font-size: clamp(19px, 5.2vw, 27px); font-weight: 700; color: var(--accent-on-dark);
}
.hero__lede { margin-top: 14px; font-size: 16px; color: var(--on-deep-soft); max-width: 44ch; }
.hero__lede b { color: #fff; font-weight: 800; }
/* «ANTI-JOINT PAIN» is the product's name; a line break through the middle of
   it reads as two things. The <bdi>s in the lede already isolate each Latin run
   from the Arabic, so keeping them unbroken costs nothing — the longest is
   ~150px, which still fits the 288px text column of a 320px phone. */
.hero__lede bdi { white-space: nowrap; }

/* The advert's composition, rebuilt in two layers: the couple behind, the pack
   large and in front of them. The reference does this in one flat picture; here
   it has to be two elements, because the page's text must stay live text.

   The pack keeps a white card around it, and that is deliberate rather than a
   leftover. It cannot be cut out: it is a white bottle photographed on white,
   so there is no key — luminance, `multiply`, `darken` all erase the product
   along with its background. Given that, the honest move is to make the plate
   look intended, so it reads as a product card floating over the scene instead
   of a rectangle nobody meant to leave there.

   The scene is a 916×388 band, and it is that wide because that is the only
   region of the creative with no burned-in advert text (x≥620) AND no packaging
   (y≤388) — that bottle's label is misspelled. So the band cannot be made
   square; the layout leans into it instead, wide scene above, card overlapping
   its lower edge.

   Both pictures declare a ratio, so the hero reserves its height before any
   bytes land and nothing below it moves. */
.hero__shot {
  position: relative;
  display: block;
  width: 100%; max-width: 420px; margin-inline: auto;
}
/* Taller than the band's own 916×388 on purpose: `cover` trims the sides so the
   two faces come up larger and sit clear ABOVE the card. Cropping width here is
   safe — the band's outer edges are trees. Cropping height would not be, the
   faces live there. */
.hero__scene {
  width: 100%; height: auto;
  aspect-ratio: 916 / 500;
  object-fit: cover; object-position: center 34%;
  border-radius: var(--r-lg);
  border: 1px solid rgba(255, 255, 255, .18);
  box-shadow: var(--sh-deep);
}
/* Overlaps the scene's bottom edge just enough to read as layered rather than
   stacked. The overlap is deliberately small: the faces end around 85% of the
   band's height, and the brief is explicit that the pack must not cover them.
   `contain` keeps the labels whole at every width — this is the one picture on
   the page whose small print has to stay readable. */
.hero__pack {
  position: relative;
  display: block;
  width: 88%; max-width: 380px;
  margin: -9% auto 0;
  aspect-ratio: 836 / 815;
  object-fit: contain;
  background: var(--paper);
  border: 10px solid var(--paper);
  border-radius: var(--r-lg);
  box-shadow: var(--sh-deep);
}

.hero__offer {
  background: var(--paper); border: 1px solid var(--line);
  border-radius: var(--r-lg); padding: 18px; box-shadow: var(--sh-1);
}
.offer-line {
  display: flex; align-items: baseline; justify-content: space-between; gap: 10px;
  flex-wrap: wrap;
}
.offer-line__label { font-weight: 800; font-size: 17px; color: var(--g-900); }
/* Live and struck price travel in one flex item, so the gap cannot space them
   apart into two unrelated numbers. */
.offer-line__price { display: inline-flex; align-items: baseline; gap: 9px; }
.offer-line__price b { font-size: 30px; font-weight: 800; color: var(--accent-ink); line-height: 1.1; }
.offer-line__price s { font-size: 16px; }

.offer-line__facts {
  display: flex; flex-wrap: wrap; gap: 8px;
  margin-top: 14px; padding-top: 14px; border-top: 1px dashed var(--line);
}
.offer-line__facts li {
  font-size: 13.5px; font-weight: 700; color: var(--g-800);
  background: var(--g-50); border-radius: 999px; padding: 5px 13px;
}
.hero__offer .btn { margin-top: 16px; }
.hero__note { margin-top: 12px; text-align: center; font-size: 13px; color: var(--on-deep-mute); }

/* ── 08 · Order ─────────────────────────────────────────────────────────── */
.order { padding-block: var(--sec-y); background: var(--sage); }
.order__card {
  background: var(--paper); border: 1px solid var(--line);
  border-radius: var(--r-lg); box-shadow: var(--sh-2);
  padding: 22px 18px; max-width: 560px; margin-inline: auto;
  /* A single orange hairline at the top edge, the same one the brand puts
     under its own price plate. */
  border-top: 4px solid var(--accent-bright);
}
.order__head { text-align: center; margin-bottom: 18px; }
.order__head h2 { font-size: clamp(21px, 5.6vw, 27px); }
.order__head p { margin-top: 8px; font-size: 14.5px; color: var(--muted); }

.notice {
  background: var(--accent-soft); border: 1px solid #F3CDAC; color: #7A3A00;
  border-radius: var(--r-sm); padding: 10px 14px; font-size: 14px; margin-bottom: 14px;
}

.fields { display: grid; gap: 14px; }
.field { display: grid; gap: 6px; }
.field label { font-size: 14.5px; font-weight: 700; color: var(--g-800); }
.field input {
  font: inherit; font-size: 16px; /* 16px or iOS zooms the page on focus */
  min-height: 52px; padding: 10px 15px;
  border: 1.5px solid var(--line); border-radius: var(--r-sm);
  background: #FDFCF9; color: var(--ink); width: 100%;
  transition: border-color .16s ease, box-shadow .16s ease;
}
.field input::placeholder { color: #9AA795; }
.field input:focus {
  outline: none; border-color: var(--g-500);
  box-shadow: 0 0 0 3px rgba(70, 123, 3, .16);
}
.field input[aria-invalid='true'] { border-color: var(--danger); background: #FEF7F6; }

.err { color: var(--danger); font-size: 13.5px; font-weight: 700; }
.err--form {
  background: #FEF2F1; border: 1px solid #F2C9C5;
  border-radius: var(--r-sm); padding: 10px 14px; margin-top: 14px;
}

.field--qty { gap: 8px; }
.qty {
  display: inline-flex; align-items: center; gap: 4px;
  border: 1.5px solid var(--line); border-radius: var(--r-sm);
  background: #FDFCF9; padding: 4px; width: max-content;
}
.qty__btn {
  font: inherit; font-size: 22px; font-weight: 700; line-height: 1;
  width: 46px; height: 44px; border: 0; border-radius: 9px;
  background: var(--g-50); color: var(--g-800); cursor: pointer;
}
.qty__btn:hover:not([disabled]) { background: var(--g-100); }
.qty__btn[disabled] { opacity: .4; cursor: not-allowed; }
.qty__value { min-width: 46px; text-align: center; font-size: 18px; font-weight: 800; }
.qty__hint { font-size: 13px; color: var(--muted); }
.qty__hint:empty { display: none; }

.sum {
  display: flex; align-items: baseline; justify-content: space-between; gap: 10px;
  margin-top: 18px; padding-top: 14px; border-top: 1px dashed var(--line);
  font-weight: 700;
}
.sum b { font-size: 25px; font-weight: 800; color: var(--accent-ink); }

.order__card .btn[type='submit'] { margin-top: 16px; }

.reassure {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 6px 16px;
  margin-top: 14px; font-size: 13px; color: var(--muted); font-weight: 700;
}
.reassure li { display: flex; align-items: center; gap: 6px; }
.reassure li::before {
  content: '✓'; color: var(--g-500); font-weight: 800;
}

.done { text-align: center; display: grid; gap: 10px; justify-items: center; }
.done__tick {
  width: 58px; height: 58px; border-radius: 50%;
  background: var(--g-50); color: var(--g-700);
  display: grid; place-items: center; font-size: 30px; font-weight: 800;
}
.done h3 { font-size: 22px; }
.done p { font-size: 14.5px; color: var(--muted); }
.done__num b { color: var(--ink); font-size: 16px; }

/* ── 09 · The day ───────────────────────────────────────────────────────── */
.day__in { display: grid; gap: 18px; max-width: 760px; margin-inline: auto; }
.day__copy h2 { font-size: clamp(22px, 5.8vw, 30px); }
.day__copy p { margin-top: 14px; color: var(--ink-2); }
.day__copy b { color: var(--g-800); font-weight: 800; }
.day__copy .link-arrow { margin-top: 18px; }

/* The three moments the copy names, each with the scene the brand shot for
   it. Photographs only — no product, no claim, no caption beyond the moment. */
.life { margin-top: 26px; }
.life__grid { display: grid; gap: 12px; }
.life__item figure {
  position: relative;
  border-radius: var(--r); overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--sh-1);
}
.life__item img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 5 / 4; }
.life__item figcaption {
  position: absolute; inset-inline-start: 12px; bottom: 10px;
  font-size: 13px; font-weight: 800; color: #fff;
  background: rgba(15, 48, 24, .72);
  border-radius: 999px; padding: 4px 14px;
  backdrop-filter: blur(4px);
}

/* ── 10 · What's in the pack ────────────────────────────────────────────── */
.pack__grid { display: grid; gap: 16px; }
.pcard {
  display: grid; grid-template-columns: 104px 1fr; gap: 14px; align-items: start;
  /* White, on a sage section: the product shots are white-on-white files, so
     against a white card their background simply disappears and the bottle
     floats. A sage card would have drawn a box around each one. */
  background: var(--paper); border: 1px solid var(--line);
  border-radius: var(--r-lg); padding: 16px; box-shadow: var(--sh-1);
}
.pcard__shot { display: flex; justify-content: center; padding-top: 4px; }
.pcard__shot img { width: 100%; height: auto; }
.pcard__kicker {
  font-size: 12px; font-weight: 800; color: var(--accent-ink);
  letter-spacing: .02em; margin-bottom: 2px;
}
.pcard h3 { font-size: 17.5px; line-height: 1.4; }
.pcard__latin {
  font-size: 13.5px; font-weight: 800; letter-spacing: .01em;
  color: var(--g-700); margin-top: 3px;
}
.pcard__meta { font-size: 12.5px; color: var(--muted); font-weight: 700; margin-top: 4px; }

/* The packaging's own words. Set apart as a quotation because that is what it
   is: the page is repeating the tube, not making a claim of its own. */
.quote {
  margin: 12px 0 0; padding: 11px 13px;
  background: var(--sage); border: 1px solid var(--line);
  border-inline-start: 3px solid var(--g-500); border-radius: var(--r-sm);
}
.quote p, .quote__list { font-size: 14px; color: var(--ink-2); line-height: 1.6; }
.quote__list li { padding-inline-start: 14px; position: relative; }
.quote__list li + li { margin-top: 4px; }
.quote__list li::before {
  content: ''; position: absolute; inset-inline-start: 0; top: .62em;
  width: 5px; height: 5px; border-radius: 50%; background: var(--accent-bright);
}
.quote footer {
  margin-top: 8px; font-size: 11.5px; font-weight: 800;
  color: var(--muted); text-transform: none;
}
.pcard__use { margin-top: 12px; font-size: 14px; color: var(--ink-2); }
.pcard__use b { color: var(--g-800); }

/* ── 11 · Benefits ──────────────────────────────────────────────────────── */
.bgrid { display: grid; gap: 12px; }
.bcard {
  display: flex; align-items: center; gap: 14px;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: var(--r); padding: 12px 14px;
}
.bcard__ic {
  width: 56px; height: 56px; border-radius: 50%; flex: 0 0 auto;
  object-fit: cover; border: 2px solid rgba(255, 255, 255, .28);
}
.bcard p { font-size: 15.5px; font-weight: 700; color: #fff; line-height: 1.45; }

/* The client's own sheet, one tap away, so a reader can check the six lines
   above against the document they were copied from. */
.orig { max-width: 780px; margin: 22px auto 0; }
.orig summary {
  cursor: pointer; list-style: none;
  width: max-content; min-height: 44px;
  display: flex; align-items: center; gap: 8px;
  font-size: 14px; font-weight: 800; color: var(--accent-on-dark);
}
.orig summary::-webkit-details-marker { display: none; }
.orig summary::after { content: '+'; font-size: 19px; line-height: 1; }
.orig[open] summary::after { content: '−'; }
.orig__fig {
  margin-top: 12px; padding: 10px;
  background: rgba(255, 255, 255, .10);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: var(--r);
}
.orig__fig img { width: 100%; border-radius: 8px; background: var(--paper); }

.disclose {
  margin-top: 18px; padding: 14px 16px;
  max-width: 780px; margin-inline: auto;
  background: rgba(0, 0, 0, .22); border-radius: var(--r);
  border-inline-start: 3px solid var(--accent-on-dark);
  font-size: 13.5px; line-height: 1.65; color: var(--on-deep-soft);
}
.disclose b { color: #fff; }

/* ── 12 · Ingredients ───────────────────────────────────────────────────── */
.ing__panel { display: grid; gap: 18px; }
.ing__panel + .ing__panel { margin-top: 34px; padding-top: 34px; border-top: 1px solid var(--line); }
.ing__copy h3 { font-size: 20px; margin-bottom: 14px; }
.ing__sheet {
  background: var(--sage); border: 1px solid var(--line);
  border-radius: var(--r); padding: 10px;
}
.ing__sheet img { width: 100%; border-radius: 8px; }

.ilist { display: grid; gap: 10px; }
.ilist li {
  background: var(--sage); border: 1px solid var(--line);
  border-radius: var(--r-sm); padding: 11px 14px;
}
.ilist b { display: block; color: var(--g-800); font-size: 15.5px; }
.ilist span { display: block; font-size: 14px; color: var(--muted); margin-top: 2px; }

/* The cream's list is a name and a percentage — one row, not two lines. */
.ilist--pct li { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.ilist--pct b { font-size: 15px; }
.ilist--pct .pct {
  margin-top: 0; flex: 0 0 auto;
  font-weight: 800; font-size: 14.5px; color: var(--accent-ink);
}

/* ── 13 · Usage + warnings ──────────────────────────────────────────────── */
.steps { display: grid; gap: 14px; }
.step {
  background: var(--paper); border: 1px solid var(--line);
  border-radius: var(--r-lg); padding: 18px 18px 20px; position: relative;
  box-shadow: var(--sh-1);
}
.step__n {
  font-size: 30px; font-weight: 800; line-height: 1;
  color: var(--accent-bright); opacity: .32; margin-bottom: 6px;
}
.step h3 { font-size: 18px; }
.step p { margin-top: 8px; font-size: 15px; color: var(--ink-2); }

.warn {
  margin-top: 26px; padding: 18px;
  max-width: 860px; margin-inline: auto;
  background: #FFF8F2; border: 1px solid #F3D9C1;
  border-radius: var(--r-lg);
}
.warn__h { font-size: 17px; color: #8A3B00; display: flex; align-items: center; gap: 9px; }
.warn__h span {
  width: 24px; height: 24px; border-radius: 50%; flex: 0 0 auto;
  background: var(--accent); color: #fff;
  display: grid; place-items: center; font-size: 15px; line-height: 1;
}
.warn__list { margin-top: 12px; display: grid; gap: 8px; }
.warn__list li {
  font-size: 14.5px; color: #5C3411; line-height: 1.6;
  padding-inline-start: 16px; position: relative;
}
.warn__list li::before {
  content: ''; position: absolute; inset-inline-start: 0; top: .68em;
  width: 6px; height: 6px; border-radius: 50%; background: #D68A45;
}
.warn__orig { margin-top: 14px; }
.warn__orig summary {
  cursor: pointer; font-size: 14px; font-weight: 800; color: var(--accent-ink);
  /* A thumb needs 44px; the text alone gave it 25. */
  width: max-content; min-height: 44px; display: flex; align-items: center;
  padding-inline-end: 8px;
}
.warn__orig img { margin-top: 12px; border-radius: var(--r); border: 1px solid var(--line); }

/* ── 14 · Offer ─────────────────────────────────────────────────────────── */
.offer__in { display: grid; gap: 20px; justify-items: center; text-align: center; }
.offer__shot {
  background: var(--paper); border-radius: var(--r-lg);
  padding: 6px; box-shadow: 0 18px 40px rgba(0, 0, 0, .28);
  width: max-content; max-width: 100%;
}
.offer__shot img { width: min(68vw, 288px); border-radius: 19px; }
.offer__kicker {
  font-size: 12.5px; font-weight: 800; letter-spacing: .1em;
  color: var(--accent-on-dark); margin-bottom: 8px;
}
.offer__copy h2 { font-size: clamp(21px, 5.6vw, 29px); }
.offer__big {
  display: flex; align-items: baseline; justify-content: center; gap: 12px;
  margin-top: 14px; flex-wrap: wrap;
}
.offer__big b { font-size: clamp(38px, 11vw, 54px); font-weight: 800; color: var(--accent-on-dark); line-height: 1; }
.offer__big s { font-size: 19px; color: #B7C9B1; }
.offer__facts {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 8px;
  margin: 18px 0 22px;
}
.offer__facts li {
  font-size: 13.5px; font-weight: 700; color: #fff;
  background: rgba(255, 255, 255, .12); border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 999px; padding: 6px 14px;
}

/* ── 16 · FAQ ───────────────────────────────────────────────────────────── */
.faq__list { display: grid; gap: 10px; max-width: 720px; margin-inline: auto; }
.qa {
  background: var(--paper); border: 1px solid var(--line);
  border-radius: var(--r); overflow: hidden;
}
.qa summary {
  cursor: pointer; list-style: none; padding: 15px 18px;
  font-weight: 800; font-size: 15.5px; color: var(--g-900);
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
}
.qa summary::-webkit-details-marker { display: none; }
.qa summary::after {
  content: '+'; flex: 0 0 auto;
  font-size: 22px; font-weight: 700; color: var(--accent-ink); line-height: 1;
}
.qa[open] summary::after { content: '−'; }
.qa > p { padding: 0 18px 16px; font-size: 14.5px; color: var(--ink-2); }
.qa > p b { color: var(--accent-ink); font-weight: 800; }
.qa a { color: var(--accent-ink); font-weight: 700; }

/* ── 17 · Final CTA ─────────────────────────────────────────────────────── */
.final {
  padding-block: 52px;
  background:
    radial-gradient(80% 60% at 50% 0%, rgba(70, 123, 3, .16), transparent 62%),
    var(--sage-2);
  border-top: 1px solid var(--line);
  text-align: center;
}
.final__in { display: grid; gap: 12px; justify-items: center; }
.final h2 { font-size: clamp(23px, 6.2vw, 33px); }
.final__pack { font-size: 15px; color: var(--muted); font-weight: 700; }
.final__price { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; justify-content: center; }
.final__price b { font-size: clamp(34px, 10vw, 46px); font-weight: 800; color: var(--accent-ink); line-height: 1; }
.final__price s { font-size: 18px; }
.final__trust {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 8px;
  margin-bottom: 8px;
}
.final__trust li {
  font-size: 13.5px; font-weight: 700; color: var(--g-800);
  background: var(--paper); border: 1px solid var(--line-2);
  border-radius: 999px; padding: 6px 14px;
}

/* ── 18 · Footer ────────────────────────────────────────────────────────── */
.foot { background: var(--deep-0); color: var(--on-deep-soft); padding-block: 30px; }
/* The wordmark is drawn in dark olive and gold for light backgrounds; on the
   deep-green footer it all but disappears. It gets a light plate rather than a
   filter — inverting a brand mark is recolouring it. */
.foot__in > img {
  background: var(--sage); border-radius: 10px;
  padding: 8px 12px; box-sizing: content-box;
}
.foot__in { display: grid; gap: 10px; justify-items: center; text-align: center; }
.foot__prod { font-size: 14px; font-weight: 700; color: #fff; }
.foot__contact { font-size: 14px; }
.foot__contact a { color: var(--accent-on-dark); font-weight: 700; }
.foot__legal { font-size: 12.5px; line-height: 1.7; color: var(--on-deep-mute); max-width: 56ch; }

/* ── 19 · Sticky mobile CTA ─────────────────────────────────────────────── */
.sticky {
  position: fixed; inset-inline: 0; bottom: 0; z-index: 40;
  background: rgba(248, 244, 236, .94);
  backdrop-filter: blur(10px);
  border-top: 1px solid var(--line);
  padding: 10px var(--pad) calc(10px + env(safe-area-inset-bottom));
}
.sticky .btn { min-height: 52px; }
@media (min-width: 720px) { .sticky { display: none !important; } }

/* ══════════════════════════════════════════════════════════════════════════
   20 · Breakpoints

   Not a scaled-down desktop: each width gets the composition it can hold. 560
   is where a phone stops being narrow, 720 where two columns start to work,
   900 where the hero can go side by side.
   ══════════════════════════════════════════════════════════════════════════ */

/* ── ≥ 480px — the pack cards can breathe ───────────────────────────────── */
@media (min-width: 480px) {
  :root { --pad: 20px; }
  .pcard { grid-template-columns: 124px 1fr; gap: 18px; padding: 18px; }
  .bgrid { grid-template-columns: repeat(2, 1fr); }
  .bcard { flex-direction: column; text-align: center; gap: 10px; padding: 18px 14px; }
  .bcard__ic { width: 64px; height: 64px; }
}

/* ── ≥ 560px — the three moments sit in a row ───────────────────────────── */
@media (min-width: 560px) {
  .life__grid { grid-template-columns: repeat(3, 1fr); }
}

/* ── ≥ 720px — two columns ──────────────────────────────────────────────── */
@media (min-width: 720px) {
  :root { --sec-y: 66px; }

  .hero { padding-block: 40px 56px; }
  .hero__in {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: 'shot copy' 'shot offer';
    align-items: center; gap: 14px 34px;
  }
  .hero__copy { grid-area: copy; align-self: end; }
  .hero__shot { grid-area: shot; align-self: center; }
  .hero__offer { grid-area: offer; align-self: start; }
  .hero__shot { max-width: 42vw; }

  .pack__grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .pcard { grid-template-columns: 1fr; text-align: center; }
  .pcard__shot img { width: auto; max-height: 236px; }
  .pcard__body { display: flex; flex-direction: column; }
  /* Centred cards, but a quotation and a dosage line read better ranged. */
  .quote, .pcard__use { text-align: start; }

  .ing__panel { grid-template-columns: 1fr 1fr; align-items: center; gap: 30px; }
  .ing__panel--flip .ing__copy { order: 2; }

  .steps { grid-template-columns: repeat(2, 1fr); gap: 18px; }

  .offer__in {
    grid-template-columns: 1fr auto;
    text-align: start; justify-items: start; gap: 36px; align-items: center;
  }
  /* Copy at the reading edge, pack shot after it. Source order keeps the
     photograph first so a phone meets the product before the price. */
  .offer__copy { order: 1; }
  .offer__shot { order: 2; }
  .offer__big, .offer__facts { justify-content: flex-start; }
  .offer__shot img { width: 248px; }

  .foot__in { grid-template-columns: auto 1fr; text-align: start; justify-items: start; gap: 6px 20px; }
  .foot__in img { grid-row: span 3; align-self: start; }
}

/* ── ≥ 900px — full desktop composition ─────────────────────────────────── */
@media (min-width: 900px) {
  :root { --sec-y: 78px; }
  body { font-size: 16.5px; }

  .hero__in { grid-template-columns: 1.05fr .95fr; gap: 18px 48px; }
  .hero__shot { max-width: 452px; }
  .hero__offer { padding: 22px; }
  .offer-line__price b { font-size: 34px; }

  .pcard { grid-template-columns: 148px 1fr; text-align: start; gap: 22px; padding: 22px; }
  .pcard__shot img { max-height: none; }

  .bgrid { grid-template-columns: repeat(3, 1fr); gap: 14px; }

  .ing__panel { gap: 44px; }
  .offer__shot img { width: 288px; }
}

/* ── Tablet-only guard ──────────────────────────────────────────────────
   Between 720 and 900 the pack cards are two narrow columns; without this the
   product photograph eats the card and the words wrap to one per line. */
@media (min-width: 720px) and (max-width: 899.98px) {
  .pcard__shot img { max-height: 200px; }
  .pcard h3 { font-size: 16px; }
  .quote p, .quote__list { font-size: 13.5px; }
}
