/* ==========================================================================
   EVOPURE PDP STORY SECTIONS (namespace evo-spine) — the narrative spine below the buy box, built from the homepage's own blocks.
   ONE SECTION = ONE SCREEN: heavy content pins (sticky-scroll) or rides a rail; nothing piles up.
   hero = a short typographic moment on the pillar wash · noise = a TWO-UP of equal cards (photo | wash card with the ochre moment) ·
   compare = centred head + the table straight on the section · works = the SCIENCE pin (a navy mechanism card pins, grey cards scroll past) ·
   inside = a PINNED image stage that swaps per ingredient + short cards (phones: the ingredients rail) · made = the SUSTAINABILITY band (photo under a navy
   veil, copy left, badge + steps right, one curve out) · testing = a two-up linking to the lab page · take = a two-up (shot | steps on grey) + the ROUTINE
   card (image swap, segments, arrows) · sub = the homepage subscribe band.
   TONES: wash → white → page → white → page → navy → page → white → navy. Cards are grey / wash / navy; never white on cream. Body = DM Sans 300 (the buy-box snippet).
   IMAGES: every frame reads --evo-ratio (desktop) / --evo-ratio-m (phones) from the JSON; two-up frames stretch to their card instead.
   ========================================================================== */
.evo-spine { --evo-spine-pad: clamp(48px, 5.6vw, 84px); --evo-spine-x: 24px; --evo-spine-max: 1320px; --evo-spine-page: var(--e-global-color-band, #F6F3EB); --evo-spine-grey: var(--e-global-color-wash, #E7EAEB); --evo-spine-bleed: max(var(--evo-gutter, 24px), calc((100vw - var(--evo-chrome-max, 1320px)) / 2));
	--evo-spine-wash: var(--e-global-color-organicwash, #EEE8E0); --evo-spine-light: var(--e-global-color-organiclight, #DACDC6); --evo-spine-dark: var(--e-global-color-organicdark, #73463C); --evo-spine-on: var(--e-global-color-white, #FFFFFF);
	--evo-spine-corner: var(--evo-radius-card, 24px); --evo-spine-gap: 20px; --evo-spine-btn-fill: var(--evo-spine-on); --evo-spine-btn-text: var(--evo-spine-dark);      /* buttons on a pillar-dark surface: filled in the surface's text colour, invert to a LIGHT outline (Flow's ochre carries navy text, so its buttons stay navy / white) */
	position: relative; padding: var(--evo-spine-pad) var(--evo-spine-x); background: var(--evo-spine-page); color: var(--e-global-color-charcoal, #2B2B2B); }
.evo-spine[data-pillar="flow"]    { --evo-spine-wash: var(--e-global-color-flowwash, #D0E3D4);   --evo-spine-light: var(--e-global-color-flowlight, #78BF9E);   --evo-spine-dark: var(--e-global-color-flowdark, #CE9B41);   --evo-spine-on: var(--e-global-color-navy, #1D293B); --evo-spine-btn-text: var(--e-global-color-white, #FFFFFF); }
.evo-spine[data-pillar="sleep"]   { --evo-spine-wash: var(--e-global-color-sleepwash, #E3ECE6);  --evo-spine-light: var(--e-global-color-sleeplight, #B8DCD9);  --evo-spine-dark: var(--e-global-color-sleepdark, #6B6682); }
.evo-spine[data-pillar="relief"]  { --evo-spine-wash: var(--e-global-color-reliefwash, #F7E4DD); --evo-spine-light: var(--e-global-color-relieflight, #FAC1BD); --evo-spine-dark: var(--e-global-color-reliefdark, #86363E); }
.evo-spine[data-pillar="evolabs"] { --evo-spine-wash: var(--e-global-color-wash, #E7EAEB); --evo-spine-light: #B9C3DD; --evo-spine-dark: var(--e-global-color-evolabs, #213165); }
.evo-spine__in { max-width: var(--evo-spine-max); margin: 0 auto; }
.evo-spine__wave { line-height: 0; }
body:not(.elementor-editor-active) .evo-pdp-section { display: none !important; }
.e-con:not(:has(.evo-pdp-hero)):has(> .elementor-widget-shortcode .evo-spine), .e-con:not(:has(.evo-pdp-hero)):has(> .e-con-inner > .elementor-widget-shortcode .evo-spine) { padding: 0 !important; --padding-top: 0; --padding-bottom: 0; --padding-block-start: 0; --padding-block-end: 0; }      /* the story wrappers never carry Elementor's default 10px padding, whatever state the generated post CSS is in (it has come back empty twice) */      /* the staging placeholder containers (Testing/Reviews/Related) exist only inside the Elementor editor */
body.single-product .evo-footwave { --evo-footwave-bg: var(--e-global-color-white, #FFFFFF); }      /* the page ends on the white FAQs: the site's footer curve rises out of it */
body.single-product .evo-footwave .evo-wave-clip { padding-bottom: 2px; margin-bottom: -2px; background: linear-gradient(to bottom, var(--e-global-color-white, #FFFFFF) 0, var(--e-global-color-white, #FFFFFF) 60%, var(--e-global-color-navy, #1D293B) 60%, var(--e-global-color-navy, #1D293B) 100%); }      /* the site wave carries no background of its own: paint the band tone behind the crests and NAVY behind the solid foot, and overlap the footer by 2px, so no hairline at any pixel ratio */

/* ---------- type (the homepage system) — ONE body weight on the whole product page: the thin DM Sans of the short description ---------- */
body.single-product :is(.evo-pdp-info .e-n-accordion-item, .evo-faq__inner) :is(p, li) { font-weight: 300 !important; }      /* the story's own paragraphs are already 300; only the accordion bodies and FAQ answers were rendering heavier */
.evo-spine__eyebrow { margin: 0 0 12px; font-family: var(--e-global-typography-subheadcaps-font-family), "Helvetica Neue", Arial, sans-serif; font-weight: var(--evo-caps-w, 600); font-size: 11.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--e-global-color-navy); }
.evo-spine__eyebrow--light { color: color-mix(in srgb, var(--e-global-color-white) 80%, transparent); }
.evo-spine__title { margin: 0 0 16px; font-family: var(--e-global-typography-h2-font-family), serif; font-weight: 700; font-style: italic; font-size: clamp(30px, 2.9vw, 44px); line-height: 1.12; letter-spacing: -.005em; color: var(--e-global-color-navy); text-wrap: balance; }
.evo-spine :where(p, li):where(:not(.evo-best *)), .evo-spine__intro { font-family: var(--e-global-typography-body-font-family), sans-serif; font-weight: var(--e-global-typography-body-font-weight, 300); font-size: 16px; line-height: 1.6; color: var(--e-global-color-charcoal); }
.evo-spine__intro { margin: 0; font-size: 17px; line-height: 1.55; }
.evo-spine h3 { margin: 0; font-family: var(--evo-nav-sans, var(--e-global-typography-subheadcaps-font-family)), sans-serif; font-weight: 500; font-size: 18px; line-height: 1.3; color: var(--e-global-color-navy); }
.evo-spine a:not(.evo-btn) { color: var(--e-global-color-navy); text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; }
.evo-spine__head { max-width: 720px; margin: 0 auto 36px; text-align: center; }
.evo-spine__head .evo-spine__intro { max-width: 34em; margin: 0 auto; }
.evo-spine__copy > p { margin: 0 0 12px; max-width: 34em; text-wrap: pretty; } .evo-spine__copy > p:last-of-type { margin-bottom: 0; }
.evo-spine__num { display: inline-flex; align-items: center; justify-content: center; flex: none; width: 40px; height: 40px; border-radius: 50%; border: 1.5px solid currentColor; font-family: var(--e-global-typography-subheadcaps-font-family), sans-serif; font-weight: 600; font-size: 12.5px; letter-spacing: .06em; color: var(--e-global-color-navy); }
.evo-spine__num--ochre { border: 0; background: var(--evo-spine-dark); color: var(--evo-spine-on); }
.evo-spine__actions { margin: 20px 0 0 !important; }
.evo-spine__pill { display: inline-block; padding: 9px 12px 8px; background: var(--evo-spine-dark); color: var(--evo-spine-on); font-family: var(--e-global-typography-subheadcaps-font-family), sans-serif; font-weight: var(--evo-caps-w, 600); font-size: 11px; line-height: 1; letter-spacing: .1em; text-transform: uppercase; }

/* ---------- images: a framed picture (ratio from the JSON) or a quiet slot ---------- */
.evo-spine__img { display: block; width: 100%; height: 100% !important; object-fit: cover; }
.evo-spine__img--slot { display: flex; align-items: flex-end; padding: 14px; box-sizing: border-box; background: linear-gradient(160deg, var(--evo-spine-wash), color-mix(in srgb, var(--evo-spine-light) 45%, var(--evo-spine-wash))); }
.evo-spine__slot-label { display: inline-block; padding: 6px 8px 5px; background: color-mix(in srgb, var(--e-global-color-navy) 9%, transparent); font-family: var(--e-global-typography-subheadcaps-font-family), sans-serif; font-weight: 500; font-size: 9.5px; letter-spacing: .12em; text-transform: uppercase; color: color-mix(in srgb, var(--e-global-color-navy) 75%, transparent); }
.evo-spine__pic { position: relative; margin: 0; aspect-ratio: var(--evo-ratio, 4 / 5); overflow: hidden; background: var(--evo-spine-wash); }
.evo-spine__pic > .evo-spine__img { position: absolute; inset: 0; }

/* ---------- the TWO-UP: two EQUAL cards, the photo one side, the copy the other (the noise, testing, how to take it) ---------- */
.evo-spine__two { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 0; align-items: stretch; overflow: hidden; border-radius: 0 var(--evo-spine-corner) 0 0; }      /* ONE piece: the photo is attached to the card, one shape, one corner */
.evo-spine__two-pic { aspect-ratio: auto; min-height: 100%; }      /* stretches to the card beside it: always the same height */
.evo-spine__two-card { display: flex; flex-direction: column; justify-content: center; gap: 20px; padding: clamp(28px, 3.4vw, 52px) clamp(24px, 3.4vw, 52px); }
.evo-spine__two-card--wash { background: var(--evo-spine-wash); } .evo-spine__two-card--grey { background: var(--evo-spine-grey); }
.evo-spine__two-card--ochre { background: var(--evo-spine-dark); } .evo-spine__two-card--ochre .evo-spine__eyebrow, .evo-spine__two-card--ochre .evo-spine__title, .evo-spine__two-card--ochre p { color: var(--evo-spine-on); }
.evo-spine__two-card .evo-spine__title { font-size: clamp(28px, 2.6vw, 38px); }

/* the SEED scroll-fill: the card starts inset and grows to fill its block as it scrolls into view (transform only; still under reduced motion) */
.evo-spine__fill { width: calc(100% + 2 * var(--evo-spine-bleed) * var(--evo-fill, 1)); margin-left: calc(-1 * var(--evo-spine-bleed) * var(--evo-fill, 1)); border-top-right-radius: calc(var(--evo-spine-corner) * (1 - var(--evo-fill, 1))); }      /* --evo-fill (set on the section by story.js): 0 = the content width inside the section's padding, 1 = the card IS the section, edge to edge, no padding left; without JS or under reduced motion it simply sits full */

/* 1. HERO — short, on the wash, straight after the wave in */
.evo-spine--hero { background: var(--evo-spine-wash); padding: clamp(28px, 3.5vw, 52px) var(--evo-spine-x) clamp(48px, 5vw, 72px); }
.evo-spine__hero { max-width: 760px; margin: 0 auto; text-align: center; }
.evo-spine__statement { margin: 0 0 14px; font-family: var(--e-global-typography-h2-font-family), serif; font-weight: 700; font-style: italic; font-size: clamp(34px, 3.8vw, 56px); line-height: 1.04; letter-spacing: -.01em; color: var(--e-global-color-navy); text-wrap: balance; }
.evo-spine__lead { margin: 0 auto; max-width: 36em; font-size: 17px; line-height: 1.5; }

/* 2. THE NOISE — white; ONE block inside one rounded shape: the photo | the wash card, then the payoff as a full-width band in the pillar dark (leaf mark, the first line big). The Seed fill grows the whole block to the screen edges. */
.evo-spine--noise { --evo-fill: 1; background: var(--e-global-color-white); overflow-x: clip; padding-block: calc(var(--evo-spine-pad) * (1 - var(--evo-fill))); }
.evo-spine__noise { overflow: hidden; }
.evo-spine__noise .evo-spine__two { border-radius: 0; overflow: visible; }
.evo-spine--noise .evo-spine__copy > p { max-width: 40em; } .evo-spine--noise .evo-spine__two-card .evo-spine__title { max-width: 14em; }
.evo-spine__moment { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); column-gap: clamp(24px, 3vw, 48px); align-items: center; padding: clamp(32px, 3.6vw, 56px) clamp(24px, 3.4vw, 52px); background: var(--evo-spine-dark); }
.evo-spine__moment-lead { margin: 0 !important; max-width: 12em; font-family: var(--e-global-typography-h2-font-family), serif !important; font-weight: 700 !important; font-style: italic; font-size: clamp(30px, 3vw, 44px) !important; line-height: 1.1 !important; letter-spacing: -.005em; color: var(--evo-spine-on) !important; }
.evo-spine__moment-body p { margin: 0 0 10px; max-width: 36em; font-size: 16px; line-height: 1.55; color: var(--evo-spine-on); } .evo-spine__moment-body p:last-child { margin-bottom: 0; }
.evo-spine__moment-body--wide { grid-column: 1 / 3; }

/* 2b. SPOT (optional) — page tone; the two-up flipped: copy on the wash card left, the photo attached right */
.evo-spine--spot { background: var(--evo-spine-page); }
.evo-spine__two--flip { grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); }
.evo-spine__two--flip .evo-spine__two-card { border-radius: 0; }
/* 2c. PROOF (optional) — white; ONE piece: the copy on the wash card, the count-ups on the pillar-dark card beside it (the homepage science stat, three times) */
.evo-spine--proof { background: var(--e-global-color-white); }
.evo-spine__proof { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 0; align-items: stretch; overflow: hidden; border-radius: 0 var(--evo-spine-corner) 0 0; }
.evo-spine__proof > .evo-spine__copy { padding: clamp(28px, 3.4vw, 52px); background: var(--evo-spine-wash); }
.evo-spine__proof-side { display: flex; flex-direction: column; justify-content: center; padding: clamp(28px, 3.4vw, 52px) clamp(24px, 3.4vw, 48px); background: var(--evo-spine-dark); }
.evo-spine__stats { list-style: none; margin: 0; padding: 0; display: grid; }
.evo-spine__stat { display: grid; grid-template-columns: minmax(120px, auto) minmax(0, 1fr); align-items: center; column-gap: 20px; padding: 18px 0; border-top: 1px solid color-mix(in srgb, var(--evo-spine-on) 22%, transparent); }
.evo-spine__stat:first-child { border-top: 0; padding-top: 0; } .evo-spine__stat:last-child { padding-bottom: 0; }
.evo-spine__stat b { font-family: var(--e-global-typography-h2-font-family), serif; font-weight: 700; font-style: italic; font-size: clamp(34px, 3.2vw, 48px); line-height: 1; color: var(--evo-spine-on); font-variant-numeric: tabular-nums; }
.evo-spine__stat span { font-size: 15px; line-height: 1.45; color: color-mix(in srgb, var(--evo-spine-on) 88%, transparent); }
.evo-spine__stat-note { margin: 18px 0 0 !important; font-size: 12.5px !important; color: color-mix(in srgb, var(--evo-spine-on) 65%, transparent) !important; }

/* 3. WHY DIFFERENT — page tone; centred head; the table on the section itself */
.evo-spine__table { margin: 0 auto; }
.evo-spine__note { margin: 18px 0 0; text-align: center; font-size: 15px; color: color-mix(in srgb, var(--e-global-color-charcoal) 78%, transparent); }

/* 4. HOW IT WORKS — white; the science sticky-scroll: the MECHANISM card pins (product shot on top, engine navy → steering ochre), grey cards scroll past and take focus */
.evo-spine--works { background: var(--e-global-color-white); }
.evo-spine__sticky, .evo-spine__inside { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); column-gap: clamp(32px, 4vw, 64px); align-items: stretch; }
.evo-spine__sticky .evo-spine__cards { grid-auto-rows: 1fr; height: 100%; }
.evo-spine__sticky .evo-spine__pin { height: 100%; } .evo-spine__mech { display: grid; grid-template-rows: minmax(0, 1fr) auto auto; height: 100%; } .evo-spine__mech-pic { aspect-ratio: auto; min-height: 300px; }      /* both columns bottom out on the same line whichever is taller: the photo absorbs the difference */
.evo-spine__inside .evo-spine__pin { height: 100%; } .evo-spine__inside .evo-spine__stage { aspect-ratio: auto; height: 100%; }      /* the stage is exactly as tall as the stack of cards beside it */      /* three cards share the pin's height: both columns bottom out on the same line */
.evo-spine__pin { position: sticky; top: max(calc(var(--evo-header-h, 76px) + 24px), calc((100svh + var(--evo-header-h, 76px) - var(--evo-spine-pin-h, 480px)) / 2)); transition: top .25s ease; }
.evo-spine__mech { overflow: hidden; border-radius: 0 var(--evo-spine-corner) 0 0; background: var(--e-global-color-navy); }
.evo-spine__mech-pic { border-radius: 0; background: var(--evo-spine-wash); }
.evo-spine__part { padding: 22px 26px; }
.evo-spine__part--engine { background: var(--e-global-color-navy); }
.evo-spine__part--engine .evo-spine__eyebrow, .evo-spine__part--engine p { color: var(--e-global-color-white) !important; }
.evo-spine__part--steer { background: var(--evo-spine-dark); }
.evo-spine__part--steer .evo-spine__eyebrow, .evo-spine__part--steer p { color: var(--evo-spine-on) !important; }
.evo-spine__part .evo-spine__eyebrow { margin-bottom: 6px; font-size: 11px; } .evo-spine__part p { margin: 0; font-size: 17px; line-height: 1.45; }
.evo-spine__cards { display: grid; gap: 14px; list-style: none; margin: 0; padding: 0; }
.evo-spine__card { display: grid; grid-template-columns: 40px minmax(0, 1fr); gap: 20px; align-items: start; align-content: center; padding: 30px 32px; background: var(--evo-spine-grey); border-radius: 0 var(--evo-spine-corner) 0 0; }
.evo-spine__card p { margin: 0; font-size: 17px; line-height: 1.55; }

/* 5. WHAT'S INSIDE — page tone; one clean row of ingredient cards: square photo, role, name, one short paragraph. Phones: the rail. */
.evo-spine__ings { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(var(--evo-ings, 5), minmax(0, 1fr)); gap: 20px; }
.evo-spine__ings--2 { --evo-ings: 2; max-width: 880px; margin-inline: auto; } .evo-spine__ings--3 { --evo-ings: 3; } .evo-spine__ings--4 { --evo-ings: 4; } .evo-spine__ings--5 { --evo-ings: 5; }
.evo-spine__ing { display: flex; flex-direction: column; overflow: hidden; border-radius: 0 var(--evo-radius-sig, 8px) 0 0; background: var(--evo-spine-grey); }
.evo-spine__ing-pic { flex: none; border-radius: 0; }
.evo-spine__ing-body { padding: 18px 20px 22px; }
.evo-spine__ing-body .evo-spine__eyebrow { margin-bottom: 8px; font-size: 10.5px; }
.evo-spine__ing-n { display: inline-block; margin-right: 10px; padding-right: 10px; border-right: 1px solid color-mix(in srgb, var(--e-global-color-navy) 25%, transparent); opacity: .7; }
.evo-spine__ing-name { margin: 0 0 8px !important; font-family: var(--e-global-typography-h3-font-family), serif !important; font-weight: 700 !important; font-style: italic; font-size: clamp(20px, 1.5vw, 23px) !important; line-height: 1.1 !important; letter-spacing: -.005em; color: var(--e-global-color-navy); }
.evo-spine__ing-body p:last-child { margin: 0; font-size: 14.5px; line-height: 1.5; }

/* 6. MADE — the sustainability band: the photo is the band's background under a navy veil; copy left, badge + the three steps right; hard edge in, one curve out */
.evo-spine--made { position: relative; isolation: isolate; overflow: hidden; background: var(--e-global-color-navy); padding: clamp(44px, 5vw, 64px) var(--evo-spine-x); }
.evo-spine__bg { position: absolute; inset: 0; z-index: 0; }
.evo-spine__bg .evo-spine__img--slot { height: 100%; align-items: flex-end; justify-content: flex-end; background: linear-gradient(160deg, var(--e-global-color-navydeep, #141D2B), color-mix(in srgb, var(--evo-spine-dark) 30%, var(--e-global-color-navydeep, #141D2B))); }
.evo-spine__bg .evo-spine__slot-label { background: color-mix(in srgb, var(--e-global-color-white) 10%, transparent); color: color-mix(in srgb, var(--e-global-color-white) 62%, transparent); }
.evo-spine--made::before { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(90deg, color-mix(in srgb, var(--e-global-color-navydeep, #141D2B) 88%, transparent) 0%, color-mix(in srgb, var(--e-global-color-navydeep, #141D2B) 70%, transparent) 46%, color-mix(in srgb, var(--e-global-color-navydeep, #141D2B) 34%, transparent) 100%); }
.evo-spine__made { position: relative; z-index: 2; width: 100%; display: grid; grid-template-columns: minmax(0, 1fr) auto; grid-template-areas: "copy badge" "paras paras" "facts facts" "never never"; column-gap: clamp(32px, 4vw, 64px); row-gap: 26px; align-items: start; }
.evo-spine__made > .evo-spine__copy { grid-area: copy; } .evo-spine__made-paras { grid-area: paras; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px clamp(32px, 4vw, 56px); max-width: 1000px; }      /* the write-up in two columns: the band stays one screen */
.evo-spine__made-paras > p { margin: 0; max-width: none; color: color-mix(in srgb, var(--e-global-color-white) 88%, transparent); text-wrap: pretty; }
.evo-spine__made > .evo-spine__facts { grid-area: facts; } .evo-spine__made > .evo-spine__never { grid-area: never; }
.evo-spine--made .evo-spine__eyebrow { color: var(--evo-spine-dark); }
.evo-spine--made .evo-spine__title--big { font-size: clamp(36px, 4.2vw, 62px); line-height: 1.04; letter-spacing: -.01em; color: var(--e-global-color-white); }
.evo-tier2 { display: block; margin-top: .5em; font-family: var(--e-global-typography-subheadcaps-font-family), sans-serif; font-style: normal; font-weight: 500; font-size: .36em; letter-spacing: .01em; line-height: 1.25; text-transform: none; color: color-mix(in srgb, var(--e-global-color-white) 84%, transparent); }
.evo-spine--made .evo-spine__copy > p { max-width: 32em; color: color-mix(in srgb, var(--e-global-color-white) 88%, transparent); }
.evo-spine__facts { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px clamp(24px, 3vw, 48px); }
.evo-spine__fact { padding-top: 16px; border-top: 1px solid color-mix(in srgb, var(--e-global-color-white) 16%, transparent); }
.evo-spine__fact b { display: block; font-family: var(--e-global-typography-h2-font-family), serif; font-weight: 700; font-style: italic; font-size: clamp(30px, 2.8vw, 42px); line-height: 1; color: var(--evo-spine-dark); font-variant-numeric: tabular-nums; }
.evo-spine__fact-label { display: block; margin: 8px 0 6px; font-family: var(--e-global-typography-subheadcaps-font-family), sans-serif; font-weight: var(--evo-caps-w, 600); font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--e-global-color-white); }
.evo-spine__fact p { margin: 0; font-size: 14px; line-height: 1.5; color: color-mix(in srgb, var(--e-global-color-white) 76%, transparent); }
.evo-spine--made .evo-spine__never { margin: 0; font-size: 14px; color: color-mix(in srgb, var(--e-global-color-white) 66%, transparent); }
.evo-spine__badge { grid-area: badge; justify-self: end; line-height: 0; }
.evo-spine__badge .evo-badge { color: var(--e-global-color-white); --evo-badge-size: 148px; }

/* 6b. TESTING — the foot of the Made band: one thin navy-deep line, title · sentence · the lab button */
.evo-spine--testing { background: var(--e-global-color-navydeep, #141D2B); padding: clamp(16px, 1.8vw, 22px) var(--evo-spine-x); }
.evo-spine__testing { display: flex; align-items: center; justify-content: space-between; gap: clamp(18px, 2.4vw, 32px); }
.evo-spine__testing-copy { display: flex; flex-wrap: wrap; align-items: baseline; column-gap: 16px; row-gap: 2px; min-width: 0; }
.evo-spine__testing-title { margin: 0 !important; font-family: var(--e-global-typography-h2-font-family), serif !important; font-weight: 700 !important; font-style: italic; font-size: clamp(20px, 1.7vw, 24px) !important; line-height: 1.1 !important; color: var(--e-global-color-white) !important; }
.evo-spine__testing-copy > p { margin: 0; font-size: 15px; color: color-mix(in srgb, var(--e-global-color-white) 74%, transparent); }
.evo-spine__testing-cta { flex: none; --evo-cta-h: 44px; background: var(--e-global-color-white) !important; border-color: var(--e-global-color-white) !important; color: var(--e-global-color-navy) !important; }
.evo-spine__testing-cta:is(:hover, :focus-visible, :active) { background: transparent !important; color: var(--e-global-color-white) !important; border-color: var(--e-global-color-white) !important; }

/* 7. HOW TO TAKE IT — white; the two-up (shot | steps on grey) then the ROUTINE card */
.evo-spine--take { background: var(--e-global-color-white); }
.evo-spine__steps { list-style: none; margin: 0; padding: 0; display: grid; gap: 0; }
.evo-spine__step { display: grid; grid-template-columns: 40px minmax(0, 1fr); gap: 18px; align-items: start; padding: 16px 0; border-top: 1px solid color-mix(in srgb, var(--e-global-color-navy) 12%, transparent); }
.evo-spine__step:first-child { border-top: 0; padding-top: 0; }
.evo-spine__step p { margin: 0; padding-top: 8px; font-size: 16px; line-height: 1.5; }
.evo-spine__dose { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; padding-top: 20px; border-top: 1px solid color-mix(in srgb, var(--e-global-color-navy) 12%, transparent); }
.evo-spine__dose > p { margin: 0; font-size: 15px; max-width: 40em; }
.evo-spine__dose .evo-spine__actions { margin-top: 4px !important; }
.evo-spine__routine { --evo-spine-routine-dur: 6.5s; --evo-spine-routine-h: clamp(440px, 60svh, 600px); --evo-spine-routine-pad: clamp(24px, 4.6vw, 64px); position: relative; max-width: var(--evo-spine-max); margin: clamp(32px, 4vw, 56px) auto 0; overflow: hidden; isolation: isolate; border-radius: 0 var(--evo-radius-sweep, 64px) 0 0; background: var(--e-global-color-navy); }
.evo-spine__slides { position: relative; min-height: var(--evo-spine-routine-h); }
.evo-spine__slide { position: absolute; inset: 0; min-height: var(--evo-spine-routine-h); display: flex; align-items: center; padding: 56px var(--evo-spine-routine-pad) 124px; opacity: 0; visibility: hidden; transition: opacity 700ms var(--evo-ease, ease), visibility 0s linear 700ms; }
.evo-spine__slide.is-active { position: relative; opacity: 1; visibility: visible; transition: opacity 700ms var(--evo-ease, ease), visibility 0s; }
.evo-spine__slide > .evo-spine__img { position: absolute; inset: 0; z-index: 0; }
.evo-spine__slide > .evo-spine__img--slot { align-items: flex-start; justify-content: flex-end; }
.evo-spine__slide::before { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(90deg, color-mix(in srgb, var(--e-global-color-navydeep, #141D2B) 84%, transparent) 0%, color-mix(in srgb, var(--e-global-color-navydeep, #141D2B) 58%, transparent) 38%, color-mix(in srgb, var(--e-global-color-navydeep, #141D2B) 8%, transparent) 72%, transparent 100%); }
.evo-spine__slide-copy { position: relative; z-index: 2; width: min(520px, 100%); }
.evo-spine__slide-title { font-family: var(--e-global-typography-h2-font-family), serif !important; font-style: italic; font-weight: 700 !important; font-size: clamp(34px, 3.8vw, 58px) !important; line-height: 1.04 !important; letter-spacing: -.01em; margin-bottom: 12px !important; color: var(--e-global-color-white) !important; text-wrap: balance; }
.evo-spine__slide-copy p:last-child { margin: 0; max-width: 28em; font-size: 17px; color: color-mix(in srgb, var(--e-global-color-white) 90%, transparent); }
.evo-spine__controls { position: absolute; z-index: 3; left: var(--evo-spine-routine-pad); right: var(--evo-spine-routine-pad); bottom: 40px; display: flex; align-items: flex-end; gap: 28px; }
.evo-spine__arrows { display: flex; gap: 8px; flex: none; }
.evo-spine__arrow { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; padding: 0; border-radius: 50%; border: 1.5px solid var(--e-global-color-white); background: transparent; color: var(--e-global-color-white); cursor: pointer; transition: background-color var(--evo-t-hover, 250ms) var(--evo-ease, ease), color var(--evo-t-hover, 250ms) var(--evo-ease, ease); }
.evo-spine__arrow:hover { background: var(--e-global-color-white); color: var(--e-global-color-navy); }
.evo-spine__arrow svg, .evo-spine__arrow .evo-ico { width: 18px; height: 18px; } .evo-spine__arrow--prev .evo-ico, .evo-spine__arrow--prev svg { transform: scaleX(-1); }
.evo-spine__segs { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(0, 1fr); gap: 14px; width: min(640px, 100%); }
.evo-spine__seg { display: flex; flex-direction: column; justify-content: flex-end; margin: 0; padding: 0 0 12px; text-align: left; cursor: pointer; background: transparent !important; border: 0 !important; box-shadow: none !important; color: var(--e-global-color-white); }
.evo-spine__seg-label { display: block; margin-bottom: 8px; font-family: var(--e-global-typography-subheadcaps-font-family), sans-serif; font-weight: var(--evo-caps-w, 600); font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; line-height: 1.35; color: color-mix(in srgb, var(--e-global-color-white) 60%, transparent); transition: color var(--evo-t-hover, 250ms) var(--evo-ease, ease); }
.evo-spine__seg.is-active .evo-spine__seg-label, .evo-spine__seg:hover .evo-spine__seg-label { color: var(--e-global-color-white); }
.evo-spine__seg-bar { display: block; height: 2px; background: color-mix(in srgb, var(--e-global-color-white) 22%, transparent); overflow: hidden; }
.evo-spine__seg-bar i { display: block; height: 100%; width: 0; background: var(--e-global-color-white); }
.evo-spine__seg.is-active .evo-spine__seg-bar i { width: 100%; transition: width var(--evo-spine-routine-dur) linear; }
.evo-spine__seg.is-done .evo-spine__seg-bar i { width: 100%; transition: none; }
.evo-spine__routine.is-paused .evo-spine__seg.is-active .evo-spine__seg-bar i { transition-duration: 0s; }
.evo-spine__routine.is-static .evo-spine__seg-bar { display: none; }

/* 8. CROSS-SELL — page tone; the homepage bestsellers carousel (chrome.css) with this product's pairings, arrows top-right like the ingredients rail */
.evo-spine--related { overflow-x: clip; }
.evo-spine--related .evo-spine__railwrap { position: relative; }
.evo-spine--related .evo-best__nav { top: -62px; }

/* 9. FAQs — white; the head pins left, the shared [evo_faq] accordion (blocks.css) runs right; the block spans the full width like everything else */
.evo-spine--faqs { background: var(--e-global-color-white); }
.evo-spine__faqs { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); column-gap: clamp(32px, 4vw, 64px); align-items: start; }
.evo-spine__faqs-pin { position: sticky; top: calc(var(--evo-header-h, 76px) + 32px); }
.evo-spine__faqs-pin .evo-spine__title { margin-bottom: 12px; } .evo-spine__faqs-pin .evo-spine__intro { max-width: 30em; }
.evo-spine__faqs-list .evo-faq__item:first-child { box-shadow: inset 0 -1px 0 color-mix(in srgb, var(--e-global-color-navy) 10%, transparent); }      /* no top rule: the list hangs from the same line as the title */
.evo-spine__faqs-list .evo-faq__item:first-child .evo-faq__btn { padding-top: 6px; }

/* the ask form under the pinned FAQ title (fields styled by .evo-form in chrome.css) */
.evo-spine__ask { margin-top: 28px; padding-top: 24px; border-top: 1px solid color-mix(in srgb, var(--e-global-color-navy) 12%, transparent); max-width: 420px; }
.evo-spine__ask-title { margin: 0 0 4px !important; font-family: var(--evo-nav-sans, var(--e-global-typography-subheadcaps-font-family)), sans-serif !important; font-weight: 500 !important; font-size: 18px !important; color: var(--e-global-color-navy) !important; }
.evo-spine__ask-sub { margin: 0 0 18px !important; font-size: 15px !important; }
.evo-spine__ask-hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.evo-spine__ask textarea.elementor-field-textual { height: 120px; min-height: 120px; padding: 14px 16px !important; resize: none; }
.evo-spine__ask .elementor-button { width: auto; }
.evo-spine__ask-msg:empty { display: none; }
.evo-spine__ask.is-sent .elementor-field-group, .evo-spine__ask.is-sent .e-form__buttons { display: none; }

/* 9b. READ MORE ABOUT — white; head left + "Read more articles" right, then three article cards (4:3 photo, category, New Spirit title, date) */
.evo-spine--reads { background: var(--e-global-color-white); }
.evo-spine__reads-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.evo-spine__reads-head .evo-spine__title { margin-bottom: 0; }
.evo-spine__reads-all { display: inline-flex; align-items: center; gap: 8px; flex: none; text-decoration: none !important; font-family: var(--e-global-typography-subheadcaps-font-family), sans-serif; font-weight: var(--evo-caps-w, 600); font-size: 11.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--e-global-color-navy); border-bottom: 1.5px solid var(--e-global-color-navy); padding-bottom: 4px; }
.evo-spine__reads-all svg { width: 16px; height: 16px; }
.evo-spine__posts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.evo-spine__post { display: flex; flex-direction: column; overflow: hidden; border-radius: 0 var(--evo-radius-sig, 8px) 0 0; background: var(--evo-spine-grey); }
.evo-spine__post-media { display: block; aspect-ratio: 4 / 3; overflow: hidden; background: var(--evo-spine-wash); }
.evo-spine__post-img { display: block; width: 100%; height: 100% !important; object-fit: cover; transition: transform 600ms var(--evo-ease, ease); }
.evo-spine__post:hover .evo-spine__post-img { transform: scale(1.04); }
.evo-spine__post-body { padding: 18px 20px 22px; }
.evo-spine__post-body .evo-spine__eyebrow { margin-bottom: 8px; font-size: 10.5px; }
.evo-spine__post-title { margin: 0 0 8px !important; font-family: var(--e-global-typography-h3-font-family), serif !important; font-weight: 700 !important; font-style: italic; font-size: clamp(19px, 1.5vw, 22px) !important; line-height: 1.15 !important; }
.evo-spine__post-title a { color: var(--e-global-color-navy); text-decoration: none !important; }
.evo-spine__post-date { margin: 0; font-size: 13px; color: color-mix(in srgb, var(--e-global-color-charcoal) 70%, transparent); }

/* 9c. BUILDS OVER TIME — pillar wash; the head pins left, the timeline right: a track that fills as you scroll (story.js sets --evo-tl 0 → 1 on the list), each milestone lights as the marker reaches it */
.evo-spine--timeline { background: var(--evo-spine-wash); }
.evo-spine__tl { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); column-gap: clamp(40px, 6vw, 96px); align-items: start; }
.evo-spine__tl-pin { position: sticky; top: calc(var(--evo-header-h, 76px) + 32px); }
.evo-spine__tl-pin .evo-spine__intro { max-width: 30em; }
.evo-spine__tl-note { margin: 16px 0 0 !important; max-width: 30em; font-size: 17px !important; line-height: 1.55 !important; }
.evo-spine__tl-track { position: relative; list-style: none; margin: 0; padding: 0 0 0 44px; display: grid; gap: clamp(28px, 3vw, 44px); }
.evo-spine__tl-track::before { content: ""; position: absolute; left: 11px; top: 14px; bottom: 14px; width: 2px; background: color-mix(in srgb, var(--e-global-color-navy) 14%, transparent); }
.evo-spine__tl-track::after { content: ""; position: absolute; left: 11px; top: 14px; width: 2px; height: calc((100% - 28px) * var(--evo-tl, 0)); background: var(--evo-spine-dark); transition: height 120ms linear; }      /* the marker */
.evo-spine__tl-step { position: relative; display: grid; grid-template-columns: 136px minmax(0, 1fr); column-gap: 16px; align-items: start; transition: opacity 400ms var(--evo-ease, ease); }
.evo-spine__tl-dot { position: absolute; left: -44px; top: 6px; width: 24px; height: 24px; border-radius: 50%; background: var(--evo-spine-wash); box-shadow: inset 0 0 0 2px color-mix(in srgb, var(--e-global-color-navy) 18%, transparent); transition: background-color 300ms var(--evo-ease, ease), box-shadow 300ms var(--evo-ease, ease); }
.evo-spine__tl-when { display: inline-block; justify-self: start; margin-top: 4px; padding: 8px 12px 7px; border-radius: 999px; background: color-mix(in srgb, var(--e-global-color-navy) 8%, transparent); font-family: var(--e-global-typography-subheadcaps-font-family), sans-serif; font-weight: var(--evo-caps-w, 600); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; line-height: 1; white-space: nowrap; color: var(--e-global-color-navy); transition: background-color 300ms var(--evo-ease, ease), color 300ms var(--evo-ease, ease); }
.evo-spine__tl-name { margin: 0 0 6px !important; font-family: var(--e-global-typography-h3-font-family), serif !important; font-weight: 700 !important; font-style: italic; font-size: clamp(21px, 1.7vw, 25px) !important; line-height: 1.12 !important; color: var(--e-global-color-navy); }
.evo-spine__tl-body p { margin: 0; max-width: 34em; font-size: 15.5px; line-height: 1.55; }
html.evo-spine-anim .evo-spine__tl-step:not(.is-on) { opacity: .42; }
.evo-spine__tl-step.is-on .evo-spine__tl-dot { background: var(--evo-spine-dark); box-shadow: inset 0 0 0 2px var(--evo-spine-dark); }
.evo-spine__tl-step.is-on .evo-spine__tl-when { background: var(--evo-spine-dark); color: var(--evo-spine-on); }
@media (prefers-reduced-motion: reduce) { .evo-spine__tl-track::after { height: calc(100% - 28px); } .evo-spine__tl-step { opacity: 1 !important; } .evo-spine__tl-step .evo-spine__tl-dot { background: var(--evo-spine-dark); box-shadow: inset 0 0 0 2px var(--evo-spine-dark); } .evo-spine__tl-step .evo-spine__tl-when { background: var(--evo-spine-dark); color: var(--evo-spine-on); } }

/* 10. SUBSCRIBE — the homepage subscribe band, LIGHT variant on product pages (the navy footer follows): tag + New Spirit title + one line · three ticks · one button */
.evo-spine--sub { background: var(--e-global-color-navy); padding: clamp(36px, 4vw, 52px) var(--evo-spine-x); }
.evo-spine__sub { display: flex; align-items: center; gap: clamp(28px, 4vw, 64px); }
.evo-spine__sub-copy { flex: 1 1 auto; min-width: 0; display: grid; gap: 12px; justify-items: start; }
.evo-spine__tag { display: inline-block; padding: 7px 10px 6px; background: var(--evo-offer, #E86A4A); color: var(--e-global-color-white); font-family: var(--e-global-typography-subheadcaps-font-family), sans-serif; font-weight: 700; font-size: 10px; letter-spacing: .12em; line-height: 1; text-transform: uppercase; }
.evo-spine--sub .evo-spine__sub-title { margin: 0; font-family: var(--e-global-typography-h2-font-family), serif; font-weight: 700; font-style: italic; font-size: clamp(26px, 2.3vw, 34px); line-height: 1.12; color: var(--e-global-color-white); }
.evo-spine__sub-copy p { margin: 0; max-width: 30em; color: var(--e-global-color-band, #F6F3EB); } .evo-spine__sub-copy strong { font-weight: 600; color: var(--e-global-color-white); }
.evo-spine__perks { flex: none; list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.evo-spine__perks li { position: relative; padding-left: 30px; font-family: var(--e-global-typography-subheadcaps-font-family), sans-serif; font-weight: var(--evo-caps-w, 600); font-size: 11.5px; letter-spacing: .14em; text-transform: uppercase; line-height: 1.4; color: var(--e-global-color-band, #F6F3EB); }
.evo-spine__perks li::before { content: ""; position: absolute; left: 0; top: 50%; width: 18px; height: 18px; margin-top: -9px; border-radius: 50%; background: var(--e-global-color-band, #F6F3EB) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%231D293B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4.5 8.3l2.3 2.3 4.7-4.9'/%3E%3C/svg%3E") center / 16px 16px no-repeat; }
.evo-spine__sub-cta { flex: none; }
.evo-spine--sub-light { background: var(--evo-spine-page); }
.evo-spine--sub-light .evo-spine__sub-title { color: var(--e-global-color-navy); } .evo-spine--sub-light .evo-spine__sub-copy p { color: var(--e-global-color-charcoal); } .evo-spine--sub-light .evo-spine__sub-copy strong { color: var(--e-global-color-navy); }
.evo-spine--sub-light .evo-spine__perks li { color: var(--e-global-color-navy); }
.evo-spine--sub-light .evo-spine__perks li::before { background: var(--e-global-color-navy) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4.5 8.3l2.3 2.3 4.7-4.9'/%3E%3C/svg%3E") center / 16px 16px no-repeat; }
.evo-spine--sub-light .evo-btn--onnavy { background: var(--e-global-color-navy) !important; color: var(--e-global-color-white) !important; border-color: var(--e-global-color-navy) !important; }
.evo-spine--sub-light .evo-btn--onnavy:hover, .evo-spine--sub-light .evo-btn--onnavy:focus-visible { background: transparent !important; color: var(--e-global-color-navy) !important; }

/* ---------- MOTION (story.js) ---------- */
@media (prefers-reduced-motion: no-preference) {
	html.evo-spine-anim body:not(.elementor-editor-active) .evo-spine .evo-reveal:not(.is-done) > *, html.evo-spine-anim body:not(.elementor-editor-active) .evo-spine .evo-reveal-self:not(.is-done) { opacity: 0; transform: translate3d(0, 16px, 0); transition: opacity 600ms var(--evo-ease, ease), transform 600ms var(--evo-ease, ease); transition-delay: calc(var(--evo-i, 0) * var(--evo-stagger, 60ms)); }
	html.evo-spine-anim body:not(.elementor-editor-active) .evo-spine .evo-reveal.is-in:not(.is-done) > *, html.evo-spine-anim body:not(.elementor-editor-active) .evo-spine .evo-reveal-self.is-in:not(.is-done) { opacity: 1; transform: none; }
	html.evo-spine-anim .evo-spine__card { opacity: .5; transform: translate3d(0, 24px, 0); transition: opacity var(--evo-t-section, 400ms) var(--evo-ease, ease), transform 600ms var(--evo-ease, ease); }
	html.evo-spine-anim .evo-spine__card.is-in { transform: none; } html.evo-spine-anim .evo-spine__card.is-focus { opacity: 1; }
}

/* ---------- TABLETS + PHONES ---------- */
@media (max-width: 1024px) {
	.evo-spine__two, .evo-spine__two--flip, .evo-spine--take .evo-spine__two { grid-template-columns: 1fr; }
	.evo-spine__moment { grid-template-columns: 1fr; row-gap: 14px; } .evo-spine__moment-body--wide { grid-column: auto; }
	.evo-spine__testing { flex-wrap: wrap; } .evo-spine__testing-cta { width: 100%; text-align: center; } .evo-spine__testing-copy { flex-basis: 100%; }
	.evo-spine__posts { grid-template-columns: 1fr 1fr; }
	.evo-spine__tl { grid-template-columns: 1fr; row-gap: 28px; } .evo-spine__tl-pin { position: static; }
	.evo-spine__reads-head { flex-direction: column; align-items: flex-start; } .evo-spine__two--flip .evo-spine__two-pic { order: -1; } .evo-spine__proof { grid-template-columns: 1fr; } .evo-spine__two-pic { min-height: 0; aspect-ratio: var(--evo-ratio-m, 16 / 10); }
	.evo-spine--noise .evo-spine__two-pic { max-height: 360px; }
	.evo-spine__sticky { grid-template-columns: 1fr; row-gap: 16px; } .evo-spine__pin { position: static; } .evo-spine__sticky .evo-spine__cards { height: auto; grid-auto-rows: auto; }
	.evo-spine__sticky .evo-spine__pin { height: auto; } .evo-spine__mech { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); grid-template-rows: auto auto; height: auto; } .evo-spine__mech-pic { grid-row: 1 / 3; aspect-ratio: auto; min-height: 100%; }
	html.evo-spine-anim .evo-spine__card { opacity: 1; transform: none; }
	/* what's inside → the homepage ingredients rail: photo cards with the name, a peek of the next */
	.evo-spine--inside { overflow-x: clip; }
	.evo-spine__ings { display: flex; flex-wrap: nowrap; gap: 12px; overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; scrollbar-width: none; width: calc(100% + 2 * var(--evo-spine-x)); margin: 0 calc(-1 * var(--evo-spine-x)); padding: 4px var(--evo-spine-x) 8px; scroll-padding-inline: var(--evo-spine-x); max-width: none; }
	.evo-spine__ings::-webkit-scrollbar { display: none; }
	.evo-spine__ing { flex: 0 0 42%; min-width: 0; scroll-snap-align: start; }
	.evo-spine__ing-pic { aspect-ratio: var(--evo-ratio-m, 4 / 3); }
	.evo-spine--related .evo-best__nav { display: none; }
	.evo-spine__ings { display: flex; flex-wrap: nowrap; gap: 12px; overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; scrollbar-width: none; width: calc(100% + 2 * var(--evo-spine-x)); margin: 0 calc(-1 * var(--evo-spine-x)); padding: 4px var(--evo-spine-x) 8px; scroll-padding-inline: var(--evo-spine-x); }
	.evo-spine__ings::-webkit-scrollbar { display: none; }
	.evo-spine__ing { flex: 0 0 42%; min-width: 0; padding: 0; scroll-snap-align: start; overflow: hidden; }
	.evo-spine__ing-pic { display: block; aspect-ratio: var(--evo-ratio-m, 4 / 3); border-radius: 0; }
	.evo-spine__ing-body { padding: 16px 18px 20px; } .evo-spine__ing-name { font-size: 21px !important; } .evo-spine__ing-body p:last-child { font-size: 14.5px; }
	.evo-spine--made { min-height: 0; }
	.evo-spine__made { grid-template-columns: 1fr; grid-template-areas: "badge" "copy" "paras" "facts" "never"; row-gap: 24px; }
	.evo-spine__made-paras { grid-template-columns: 1fr; } .evo-spine__facts { grid-template-columns: 1fr; gap: 16px; }
	.evo-spine__faqs { grid-template-columns: 1fr; row-gap: 8px; } .evo-spine__faqs-head, .evo-spine__faqs-pin { display: contents; } .evo-spine__faqs-list { order: 2; } .evo-spine__ask { order: 3; max-width: none; margin-top: 16px; }
	.evo-spine__sub { flex-direction: column; align-items: center; text-align: center; } .evo-spine__sub-copy { justify-items: center; } .evo-spine__sub-copy p { margin-inline: auto; }
}
@media (max-width: 600px) {
	.evo-spine { --evo-spine-x: 16px; --evo-spine-pad: 44px; }
	.evo-spine__statement { font-size: clamp(30px, 8.6vw, 38px); }
	.evo-spine__two-card { padding: 22px 18px 24px; } .evo-spine__moment { padding: 22px 18px; column-gap: 12px; } .evo-spine__moment-mark svg { width: 20px; height: 20px; }
	.evo-spine__posts { grid-template-columns: 1fr; }
	.evo-spine__tl-track { padding-left: 36px; gap: 24px; } .evo-spine__tl-dot { left: -36px; width: 20px; height: 20px; } .evo-spine__tl-track::before, .evo-spine__tl-track::after { left: 9px; }
	.evo-spine__tl-step { grid-template-columns: 1fr; row-gap: 4px; } .evo-spine__tl-when { justify-self: start; }      /* phones: the week pill sits above the milestone */
	.evo-spine__tl-name { margin-top: 2px !important; }
	.evo-spine__mech { grid-template-columns: 1fr; } .evo-spine__mech-pic { grid-row: auto; aspect-ratio: var(--evo-ratio-m, 16 / 10); min-height: 0; }
	.evo-spine__ing { flex-basis: 74%; }
	.evo-spine--made { padding-top: 36px; }
	.evo-spine--made::before { background: linear-gradient(180deg, color-mix(in srgb, var(--e-global-color-navy) 40%, transparent) 0, var(--e-global-color-navy) 240px, var(--e-global-color-navy) 100%); }
	.evo-spine__badge { margin-bottom: -8px; } .evo-spine__badge .evo-badge { --evo-badge-size: 96px; }
	.evo-spine__routine { --evo-spine-routine-h: 500px; border-radius: 0 var(--evo-spine-corner) 0 0; }
	.evo-spine__slide { padding: 40px 18px 118px; }
	.evo-spine__controls { left: 18px; right: 18px; bottom: 24px; flex-direction: column-reverse; align-items: stretch; gap: 14px; }
	.evo-spine__segs { width: 100%; gap: 8px; } .evo-spine__arrows { display: none; }
	.evo-spine__seg-label { white-space: normal; overflow: visible; text-overflow: clip; font-size: 9.5px; line-height: 1.35; }      /* the whole name, on two lines if it needs them: never an ellipsis */
	.evo-spine__slide::before { background: linear-gradient(180deg, color-mix(in srgb, var(--e-global-color-navydeep, #141D2B) 74%, transparent) 0%, color-mix(in srgb, var(--e-global-color-navydeep, #141D2B) 56%, transparent) 55%, color-mix(in srgb, var(--e-global-color-navydeep, #141D2B) 78%, transparent) 100%); }      /* phones: the copy spans the card, so the veil covers it all */
	.evo-spine__sub-cta { width: 100%; text-align: center; }
}

/* NO MADE BAND (powders, balm): the tones after What's inside swap so no two like tones touch: testing white → take page → cross-sell white → FAQs page → subscribe white */
.evo-spine--testing.evo-spine--alt, .evo-spine--related.evo-spine--alt, .evo-spine--sub.evo-spine--alt { background: var(--e-global-color-white); }
.evo-spine--take.evo-spine--alt, .evo-spine--faqs.evo-spine--alt { background: var(--evo-spine-page); }
body.evo-pdp-nomade .evo-footwave { --evo-footwave-bg: var(--e-global-color-white); }
body.evo-pdp-nomade .evo-footwave .evo-wave-clip { background: linear-gradient(to bottom, var(--e-global-color-white) 0, var(--e-global-color-white) 60%, var(--e-global-color-navy, #1D293B) 60%, var(--e-global-color-navy, #1D293B) 100%); }

/* ---------- STICKY BUY BAR (evopure-pdp-story.php prints it; story.js drives it) — a small floating card in the bottom-right corner, only once the buy box has scrolled past ---------- */
.evo-stickybar { position: fixed; right: clamp(16px, 2vw, 28px); bottom: clamp(16px, 2vw, 28px); left: auto; z-index: 90; --evo-spine-wash: var(--e-global-color-organicwash, #EEE8E0); --evo-spine-dark: var(--e-global-color-organicdark, #73463C); --evo-spine-on: var(--e-global-color-white, #FFFFFF);
	max-width: min(520px, calc(100vw - 32px)); background: var(--e-global-color-white, #FFFFFF); border-radius: 0 var(--evo-radius-sig, 8px) 0 0; box-shadow: 0 0 0 1px color-mix(in srgb, var(--e-global-color-navy) 10%, transparent), 0 14px 36px color-mix(in srgb, var(--e-global-color-navy) 14%, transparent);
	transform: translate3d(0, calc(100% + 40px), 0); transition: transform 320ms var(--evo-ease, ease); }
.evo-stickybar[hidden] { display: block; }
.evo-stickybar.is-on { transform: none; }
.evo-stickybar[data-pillar="flow"]   { --evo-spine-dark: var(--e-global-color-flowdark, #CE9B41);   --evo-spine-on: var(--e-global-color-navy, #1D293B); }
.evo-stickybar[data-pillar="sleep"]  { --evo-spine-dark: var(--e-global-color-sleepdark, #6B6682); }
.evo-stickybar[data-pillar="relief"] { --evo-spine-dark: var(--e-global-color-reliefdark, #86363E); }
.evo-stickybar[data-pillar="evolabs"] { --evo-spine-dark: var(--e-global-color-evolabs, #213165); }
.evo-stickybar__in { display: flex; align-items: center; gap: 14px; padding: 10px 10px 10px 12px; }
.evo-stickybar__product { display: flex; align-items: center; gap: 10px; min-width: 0; flex: 0 1 auto; text-decoration: none !important; }
.evo-stickybar__img { flex: none; width: 40px; height: 40px; object-fit: contain; border-radius: 0 var(--evo-radius-sig, 8px) 0 0; background: var(--evo-spine-wash); }
.evo-stickybar__name { display: block; min-width: 0; max-width: 240px; font-family: var(--e-global-typography-h3-font-family), serif; font-weight: 700; font-style: italic; font-size: 16px; line-height: 1.1; color: var(--e-global-color-navy); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.evo-stickybar__name small { display: none; }
.evo-stickybar__state { flex: none; display: flex; flex-direction: column; align-items: flex-end; gap: 3px; text-align: right; }
.evo-stickybar__meta { font-family: var(--e-global-typography-subheadcaps-font-family), sans-serif; font-weight: var(--evo-caps-w, 600); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; color: color-mix(in srgb, var(--e-global-color-navy) 70%, transparent); white-space: nowrap; }
.evo-stickybar__meta:empty { display: none; }
.evo-stickybar__price { font-family: var(--e-global-typography-h2-font-family), serif; font-weight: 700; font-style: italic; font-size: 19px; line-height: 1; color: var(--e-global-color-navy); font-variant-numeric: tabular-nums; white-space: nowrap; }
.evo-stickybar__price s { margin-right: 5px; font-size: 12px; font-style: normal; font-weight: 400; color: var(--e-global-color-slate, #6B7280); }
.evo-stickybar__cta { flex: none; --evo-cta-h: 42px; padding: 0 22px !important; font-size: 11px !important; letter-spacing: .12em !important; }
.evo-stickybar__cta::after { display: none; }
.evo-stickybar__cta.is-pick { background: var(--e-global-color-white) !important; color: var(--e-global-color-navy) !important; }      /* nothing chosen yet: an outline that takes you back to the buy box */
@media (max-width: 600px) {
	.evo-stickybar { right: 12px; bottom: 12px; max-width: calc(100vw - 24px); }
	.evo-stickybar__in { gap: 10px; padding: 8px 8px 8px 10px; }
	.evo-stickybar__product { display: none; }
	.evo-stickybar__meta { max-width: 170px; overflow: hidden; text-overflow: ellipsis; font-size: 8.5px; } .evo-stickybar__price { font-size: 17px; }
	.evo-stickybar__cta { --evo-cta-h: 40px; padding: 0 18px !important; }
}
@media (prefers-reduced-motion: reduce) { .evo-stickybar { transition: none; } }
