/* ============================================================
   APEX BIOSCIENCES × LUXE PEPTIDES — styles
   One house, two wings. Daylight marble ground; Apex in navy /
   pharma blue / ice, LUXE in burgundy / dusty rose / blush.
   Every brand colour comes through the --b slots, flipped by
   [data-brand="luxe"] or .luxe on any ancestor.
   Signature: the batch plate — the client's own label system
   made into a card (name band · amount · batch · test date).
   Type: Ranade (display, roman = Apex, italic = LUXE) + Supreme (body,
   tabular figures) — Justin's pick G, 2026-09-17; a–h still browsable via ?font=.
   ============================================================ */
:root {
  --ink: #101418; --ink-soft: #3C4450; --grey: #6B7280; --grey-2: #9AA3AF;
  --line: rgba(16, 20, 24, .11); --line-2: rgba(16, 20, 24, .06);
  --paper: #FFFFFF; --page: #F6F7F9; --marble: #EEF1F5; --white: #FFFFFF;
  --navy: #12305B; --navy-2: #1B3F78; --night: #0B1220; --plum: #2B0F1B; --plum-2: #3D1627; --blue: #2E63D9; --ice: #E9F1FA; --ice-2: #D7E5F5; --silver: #C9CDD3;
  --burg: #7A2E47; --burg-2: #95405C; --rose: #C9788F; --blush: #F4DCE0; --satin: #F9EEF0; --rgold: #C98B7A;
  /* brand slots (Apex by default) */
  --b: #12305B; --b-2: #1B3F78; --b-acc: #2E63D9; --b-tint: #E9F1FA; --b-tint-2: #D7E5F5;
  --b-soft: rgba(18, 48, 91, .30); --b-faint: rgba(18, 48, 91, .07); --on-b: #FFFFFF;
  --display: 'Ranade'; --body: 'Supreme'; --display-weight: 700; --display-scale: .98; --display-track: -.012em; --display-italic: italic;
  --gutter: clamp(20px, 5vw, 80px); --nav-h: 92px; --wrap: 1280px; --radius: 4px;
}
[data-brand="luxe"], .luxe { --b: #7A2E47; --b-2: #95405C; --b-acc: #C9788F; --b-tint: #F4DCE0; --b-tint-2: #F9EEF0; --b-soft: rgba(122, 46, 71, .30); --b-faint: rgba(122, 46, 71, .07); }
[data-brand="apex"], .apex { --b: #12305B; --b-2: #1B3F78; --b-acc: #2E63D9; --b-tint: #E9F1FA; --b-tint-2: #D7E5F5; --b-soft: rgba(18, 48, 91, .30); --b-faint: rgba(18, 48, 91, .07); }
html[data-font="a"] { --display: 'Spectral'; --body: 'Atkinson Hyperlegible'; --display-weight: 500; --display-scale: 1; --display-track: -.012em; }
html[data-font="b"] { --display: 'Sentient'; --body: 'Public Sans'; --display-weight: 700; --display-scale: .98; --display-track: -.015em; }
html[data-font="c"] { --display: 'Gambetta'; --body: 'Onest'; --display-weight: 700; --display-scale: 1; --display-track: -.01em; }
html[data-font="d"] { --display: 'Bespoke Serif'; --body: 'Synonym'; --display-weight: 700; --display-scale: .97; --display-track: -.012em; }
html[data-font="e"] { --display: 'Libre Baskerville'; --body: 'Source Sans 3'; --display-weight: 700; --display-scale: .9; --display-track: -.01em; }
html[data-font="f"] { --display: 'Josefin Sans'; --body: 'Red Hat Text'; --display-weight: 600; --display-scale: 1.02; --display-track: .01em; }
html[data-font="g"] { --display: 'Ranade'; --body: 'Supreme'; --display-weight: 700; --display-scale: .98; --display-track: -.012em; }
html[data-font="h"] { --display: 'Schibsted Grotesk'; --body: 'Literata'; --display-weight: 700; --display-scale: .94; --display-track: -.025em; }

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: auto; -webkit-text-size-adjust: 100%; background: var(--page); }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
html.gated .gate { touch-action: none; }
body { margin: 0; background: var(--page); color: var(--ink); font-family: var(--body), system-ui, sans-serif; font-size: 17px; line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: clip; }
img, svg, video, canvas { max-width: 100%; display: block; }
img[width][height] { height: auto; }
a { color: inherit; }
h1, h2, h3, h4 { margin: 0; font-family: var(--display), Georgia, serif; font-weight: var(--display-weight); line-height: 1.06; letter-spacing: var(--display-track); text-wrap: balance; color: var(--navy); }
.luxe h1, .luxe h2, .luxe h3, [data-brand="luxe"] h1, [data-brand="luxe"] h2, [data-brand="luxe"] h3 { color: var(--burg); font-style: var(--display-italic); }
h1 { font-size: calc(clamp(34px, 4.4vw, 68px) * var(--display-scale)); }
h2 { font-size: calc(clamp(26px, 3vw, 46px) * var(--display-scale)); }
h3 { font-size: calc(clamp(17px, 1.35vw, 21px) * var(--display-scale)); line-height: 1.2; }
h4 { font-family: var(--body); font-weight: 700; font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: var(--b); }
p { margin: 0; }
strong { font-weight: 700; }
.wrap { width: min(var(--wrap), 100% - 2 * var(--gutter)); margin-inline: auto; }
.eyebrow { display: inline-flex; align-items: center; gap: 12px; font: 700 11.5px/1 var(--body); letter-spacing: .2em; text-transform: uppercase; color: var(--b); margin-bottom: 18px; }
.eyebrow::before { content: ""; width: 18px; height: 1px; flex: none; background: var(--b-acc); }
.lead { font-size: clamp(16px, 1.2vw, 19px); line-height: 1.6; color: var(--ink-soft); max-width: 54ch; }
.statement { font-family: var(--display), Georgia, serif; font-weight: var(--display-weight); font-size: calc(clamp(30px, 3.5vw, 56px) * var(--display-scale)); line-height: 1.08; letter-spacing: var(--display-track); color: var(--navy); max-width: 20ch; }
.statement b { font-weight: inherit; color: var(--b-acc); font-style: var(--display-italic); }
.num, .price, .money, .tab { font-family: var(--body), system-ui, sans-serif; font-variant-numeric: tabular-nums; }
.price { font-weight: 700; color: var(--ink); }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link { position: absolute; left: 12px; top: -70px; background: var(--navy); color: #fff; padding: 10px 14px; z-index: 300; font-weight: 700; }
.skip-link:focus { top: 12px; }
:focus-visible { outline: 2px solid var(--b-acc); outline-offset: 3px; }
hr.rule { border: 0; height: 1px; background: var(--line); margin: 0; }
.fine { font-size: 13px; color: var(--grey); line-height: 1.55; }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 14px 26px; border-radius: var(--radius); background: var(--b); color: var(--on-b); font: 700 12.5px/1 var(--body); letter-spacing: .16em; text-transform: uppercase; text-decoration: none; border: 0; cursor: pointer; transition: background .25s, transform .2s, box-shadow .25s; white-space: nowrap; box-shadow: 0 14px 30px -18px var(--b); }
.btn:hover { background: var(--b-2); transform: translateY(-1px); }
.btn:active { transform: none; }
.btn::after { content: "→"; font-family: var(--body); font-weight: 400; font-size: 15px; letter-spacing: 0; transform: translateY(-1px); }
.btn.no-arrow::after { content: none; }
.btn-ghost { background: transparent; color: var(--b); box-shadow: inset 0 0 0 1px var(--b-soft); }
.btn-ghost:hover { background: var(--b-faint); box-shadow: inset 0 0 0 1px var(--b); }
.btn-white { background: #fff; color: var(--navy); box-shadow: none; }
.btn-white:hover { background: var(--ice); }
.btn[disabled], .btn:disabled { opacity: .4; cursor: not-allowed; transform: none; }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; }
.link { color: var(--b); text-decoration: none; border-bottom: 1px solid var(--b-soft); padding-bottom: 1px; }
.link:hover { border-color: var(--b); }

/* ---------- Compliance gate ---------- */
.gate { position: fixed; inset: 0; z-index: 200; background: var(--page); display: grid; place-items: center; padding: 24px; overflow: auto; overscroll-behavior: contain; }
.gate::before { content: ""; position: absolute; inset: 0; background: radial-gradient(60% 50% at 20% 20%, var(--ice) 0%, transparent 60%), radial-gradient(50% 45% at 85% 80%, var(--blush) 0%, transparent 60%); pointer-events: none; }
.gate[hidden] { display: none; }
.gate-card { position: relative; width: min(640px, 100%); background: var(--paper); border: 1px solid var(--line); border-radius: 8px; padding: clamp(32px, 5vw, 56px) clamp(24px, 5vw, 56px); box-shadow: 0 40px 80px -40px rgba(18, 48, 91, .35); }
.gate-logos { display: flex; align-items: center; justify-content: center; gap: 26px; margin-bottom: 28px; }
.gate-logos .sep { width: 1px; height: 34px; background: var(--line); }
.gate-card h2 { font-size: calc(clamp(24px, 2.6vw, 34px) * var(--display-scale)); margin: 0 0 12px; text-align: center; }
.gate-card .lead { margin: 0 auto 22px; text-align: center; max-width: 46ch; font-size: 16px; }
.gate-checks { display: grid; gap: 12px; margin-bottom: 24px; text-align: left; }
.check { display: grid; grid-template-columns: 22px 1fr; gap: 14px; align-items: start; padding: 14px 16px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--page); font-size: 14.5px; line-height: 1.5; color: var(--ink-soft); cursor: pointer; }
.check input { width: 22px; height: 22px; margin: 1px 0 0; accent-color: var(--navy); cursor: pointer; }
.check:has(input:checked) { border-color: var(--b-soft); background: var(--paper); }
.check a { color: var(--b); }
.gate-card .btn-row { justify-content: center; }
.gate-card .fine { margin-top: 20px; text-align: center; }
.gate-denied { display: none; text-align: center; }
.gate.denied .gate-ask { display: none; }
.gate.denied .gate-denied { display: block; }

/* ---------- Header ---------- */
.nav { position: fixed; inset: 0 0 auto 0; z-index: 60; display: flex; align-items: center; gap: 28px; padding: 0 var(--gutter); height: var(--nav-h); color: var(--ink); transition: background .35s, box-shadow .35s; }
.nav.scrolled, body.solid-top .nav { background: rgba(255, 255, 255, .9); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); box-shadow: 0 1px 0 var(--line); }
.brands { display: flex; align-items: flex-end; gap: 22px; margin-right: auto; }
.brands .sep { width: 1px; height: 44px; background: var(--line); align-self: center; }
.logo-apex { display: block; height: 54px; }
.logo-apex img[width][height], .gate-logos .logo-apex img { height: 54px; width: auto; }
.logo-apex { display: flex; align-items: center; }
/* LUXE lockup = the client's own mark (outline lotus, serif LUXE, — PEPTIDES —), traced from their price sheet: tools/trace-luxe-logo.py */
.wordmark-luxe { display: inline-flex; align-items: center; text-decoration: none; line-height: 1; }
.wordmark-luxe img[width][height] { height: 64px; width: auto; display: block; }
.wordmark-luxe img.logo-light[width][height] { display: none; }   /* must out-rank the sizing rule above, or both inks show at once */
.lotus-mark { display: inline-block; width: 26px; aspect-ratio: 259 / 180; background: currentColor; -webkit-mask: url(assets/img/luxe-lotus.svg) center / contain no-repeat; mask: url(assets/img/luxe-lotus.svg) center / contain no-repeat; vertical-align: middle; }
.nav-links { display: flex; gap: 24px; }
.nav-links a { text-decoration: none; font: 700 12px/1 var(--body); letter-spacing: .16em; text-transform: uppercase; padding: 8px 0; border-bottom: 1px solid transparent; transition: border-color .2s, color .2s; color: var(--ink); }
.nav-links a:hover, .nav-links a[aria-current="page"] { border-color: var(--b-acc); color: var(--b); }
.nav-links a.lx:hover, .nav-links a.lx[aria-current="page"] { border-color: var(--rose); color: var(--burg); }
.cart-btn { display: inline-flex; align-items: center; gap: 10px; background: var(--navy); border: 0; color: #fff; font: 700 12px/1 var(--body); letter-spacing: .16em; text-transform: uppercase; padding: 13px 16px; border-radius: var(--radius); cursor: pointer; transition: background .2s; }
.cart-btn:hover { background: var(--navy-2); }
.cart-btn b { font-weight: 700; font-variant-numeric: tabular-nums; background: #fff; color: var(--navy); border-radius: 99px; padding: 3px 8px; font-size: 11px; }
.nav-toggle { display: none; background: none; border: 1px solid var(--line); border-radius: var(--radius); width: 44px; height: 44px; cursor: pointer; }
.nav-toggle span { display: block; width: 20px; height: 1.5px; background: var(--ink); margin: 4px auto; transition: transform .3s, opacity .3s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(5.5px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-5.5px) rotate(-45deg); }
.mobile-menu { position: fixed; inset: 0; z-index: 55; background: rgba(255, 255, 255, .98); display: flex; flex-direction: column; justify-content: center; gap: 4px; padding: 90px var(--gutter) 40px; transform: translateY(-100%); transition: transform .45s cubic-bezier(.2, .8, .2, 1); }
.mobile-menu.open { transform: none; }
.mobile-menu a { text-decoration: none; font-family: var(--display), Georgia, serif; font-weight: var(--display-weight); font-size: calc(clamp(24px, 6.4vw, 32px) * var(--display-scale)); padding: 12px 0; border-bottom: 1px solid var(--line); color: var(--navy); }
.mobile-menu a.lx { color: var(--burg); font-style: var(--display-italic); }
.mobile-menu a[aria-current="page"] { color: var(--b-acc); }
.mobile-menu .fine { margin-top: 22px; }

/* ---------- Scroll-scrub scenes (daylight) ---------- */
.scrub { position: relative; height: 560vh; background: var(--page); }
.scrub.hero { height: 800vh; }
.stage { position: sticky; top: 0; height: 100vh; height: 100svh; overflow: hidden; background: var(--page); }
.scrub.luxe, .scrub.luxe .stage { background: var(--satin); }
.stage canvas { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
.stage .poster { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 1; transition: opacity .4s ease; }
.scrub.has-frame .poster { opacity: 0; }
.stage-shade { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(0deg, rgba(246, 247, 249, .6) 0%, rgba(246, 247, 249, 0) 32%), linear-gradient(180deg, rgba(246, 247, 249, .45) 0%, rgba(246, 247, 249, 0) 24%); }
.scrub.luxe .stage-shade { background: linear-gradient(0deg, rgba(249, 238, 240, .65) 0%, rgba(249, 238, 240, 0) 32%), linear-gradient(180deg, rgba(249, 238, 240, .45) 0%, rgba(249, 238, 240, 0) 24%); }
.reveal-line { position: absolute; opacity: 0; will-change: opacity, transform; max-width: min(540px, 32vw); z-index: 2; isolation: isolate; color: var(--ink); }
.reveal-line::before { content: ""; position: absolute; inset: -60px -90px; z-index: -1; pointer-events: none; border-radius: 50%; background: radial-gradient(ellipse at center, rgba(246, 247, 249, .94) 0%, rgba(246, 247, 249, .72) 42%, rgba(246, 247, 249, 0) 72%); filter: blur(18px); }
.scrub.luxe .reveal-line::before { background: radial-gradient(ellipse at center, rgba(249, 238, 240, .94) 0%, rgba(249, 238, 240, .72) 42%, rgba(249, 238, 240, 0) 72%); }
.reveal-line h1, .reveal-line h2 { color: var(--navy); }
.scrub.luxe .reveal-line h1, .scrub.luxe .reveal-line h2 { color: var(--burg); font-style: var(--display-italic); }
.reveal-line .lead { color: var(--ink-soft); margin-top: 18px; }
.reveal-line .btn-row { margin-top: 24px; }
.reveal-line.ml { left: var(--gutter); top: 50%; transform: translateY(-50%); }
.reveal-line.mr { right: var(--gutter); top: 50%; transform: translateY(-50%); text-align: right; }
.reveal-line.mr .lead { margin-left: auto; }
.reveal-line.mr .btn-row { justify-content: flex-end; }
.reveal-line.mr .eyebrow { flex-direction: row-reverse; }
.reveal-line.center { left: 50%; top: 50%; text-align: center; max-width: min(860px, 88vw); }
.reveal-line.center .lead { margin-inline: auto; }
.reveal-line.center .btn-row { justify-content: center; }
.reveal-line.center.low { top: auto; bottom: 9vh; transform: translateX(-50%) !important; }
.hero-title { left: var(--gutter); top: clamp(110px, 17vh, 190px); max-width: min(600px, 36vw); }
.hero-title h1 { font-size: calc(clamp(34px, 4vw, 64px) * var(--display-scale)); }
.scroll-hint { position: absolute; left: 50%; bottom: 22px; transform: translateX(-50%); font: 700 10.5px/1 var(--body); letter-spacing: .28em; text-transform: uppercase; color: var(--navy); display: flex; flex-direction: column; align-items: center; gap: 10px; transition: opacity .4s; z-index: 2; }
.scroll-hint span { width: 1px; height: 46px; background: linear-gradient(var(--navy), transparent); animation: hint 1.8s ease-in-out infinite; }
@keyframes hint { 0% { transform: scaleY(0); transform-origin: top; } 50% { transform: scaleY(1); transform-origin: top; } 51% { transform-origin: bottom; } 100% { transform: scaleY(0); transform-origin: bottom; } }
.progress { position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: rgba(16, 20, 24, .1); z-index: 2; }
.progress-fill { height: 100%; width: 0; background: var(--b); }
.scrub.luxe .progress-fill { background: var(--burg); }
.static-preview .scrub, .static-preview .scrub.hero { height: 100vh; }
.static-preview .stage { position: relative; height: 100vh; }
.static-preview .scroll-hint { display: none; }


/* Dark stage (the frost-reveal hero): white type, dark scrim, light nav until scrolled */
.scrub.dark, .scrub.dark .stage { background: #0B1220; }
.scrub.dark .stage-shade { background: linear-gradient(0deg, rgba(11, 18, 32, .6) 0%, rgba(11, 18, 32, 0) 32%), linear-gradient(180deg, rgba(11, 18, 32, .5) 0%, rgba(11, 18, 32, 0) 26%); }
.scrub.dark .reveal-line { color: #fff; }
.scrub.dark .reveal-line::before { background: radial-gradient(ellipse at center, rgba(11, 18, 32, .82) 0%, rgba(11, 18, 32, .55) 42%, rgba(11, 18, 32, 0) 72%); }
.scrub.dark .reveal-line h1, .scrub.dark .reveal-line h2 { color: #fff; }
.scrub.dark .reveal-line .lead { color: rgba(255, 255, 255, .82); }
.scrub.dark .reveal-line .eyebrow { color: var(--ice-2); } .scrub.dark .reveal-line .eyebrow::before { background: var(--ice-2); }
.scrub.dark .btn { background: #fff; color: var(--navy); box-shadow: 0 14px 30px -18px rgba(0, 0, 0, .6); } .scrub.dark .btn:hover { background: var(--ice); }
.scrub.dark .btn.luxe { background: var(--burg); color: #fff; } .scrub.dark .btn.luxe:hover { background: var(--burg-2); }
.scrub.dark .scroll-hint { color: #fff; } .scrub.dark .scroll-hint span { background: linear-gradient(#fff, transparent); }
.scrub.dark .progress { background: rgba(255, 255, 255, .14); } .scrub.dark .progress-fill { background: #fff; }
html.hero-dark .nav:not(.scrolled) { color: #fff; }
html.hero-dark .nav:not(.scrolled) .nav-links a { color: #fff; }
html.hero-dark .nav:not(.scrolled) .nav-links a:hover, html.hero-dark .nav:not(.scrolled) .nav-links a[aria-current="page"] { color: var(--ice-2); border-color: var(--ice-2); }
html.hero-dark .nav:not(.scrolled) .brands .sep { background: rgba(255, 255, 255, .35); }
html.hero-dark .nav:not(.scrolled) .wordmark-luxe img.logo-dark[width][height] { display: none; }
html.hero-dark .nav:not(.scrolled) .wordmark-luxe img.logo-light[width][height] { display: block; }
html.hero-dark .nav:not(.scrolled) .cart-btn { background: #fff; color: var(--navy); } html.hero-dark .nav:not(.scrolled) .cart-btn b { background: var(--navy); color: #fff; }
html.hero-dark .nav:not(.scrolled) .nav-toggle { border-color: rgba(255, 255, 255, .4); } html.hero-dark .nav:not(.scrolled) .nav-toggle span { background: #fff; }
.logo-apex .logo-light { display: none; }
html.hero-dark .nav:not(.scrolled) .logo-apex .logo-dark { display: none; }
html.hero-dark .nav:not(.scrolled) .logo-apex .logo-light { display: block; }
body.solid-top .nav .logo-light { display: none !important; } body.solid-top .nav .logo-dark { display: block !important; }

/* ---------- Generic sections ---------- */
section.plain { position: relative; z-index: 3; padding: clamp(84px, 10vw, 150px) 0; background: var(--page); }
section.plain.tight { padding-block: clamp(56px, 7vw, 100px); }
section.plain.on-paper, .on-paper { background: var(--paper); }
section.plain.on-tint, .on-tint { background: var(--b-tint); }
section.plain.on-navy, .on-navy { background: var(--plum); color: #fff; }
.on-navy h1, .on-navy h2, .on-navy h3 { color: #fff; }
.on-navy .lead { color: rgba(255, 255, 255, .82); }
.on-navy .eyebrow { color: var(--rose); } .on-navy .eyebrow::before { background: var(--rose); }
.on-navy .btn { background: var(--blush); color: var(--burg); box-shadow: none; } .on-navy .btn:hover { background: #fff; }
.on-navy .btn-ghost { background: transparent; color: var(--blush); box-shadow: inset 0 0 0 1px rgba(244, 220, 224, .45); } .on-navy .btn-ghost:hover { background: rgba(244, 220, 224, .08); box-shadow: inset 0 0 0 1px var(--blush); }
.sec-head { max-width: 780px; margin-bottom: clamp(36px, 5vw, 64px); }
.sec-head .lead { margin-top: 18px; }
.sec-head.row { display: flex; justify-content: space-between; align-items: end; gap: 24px; max-width: none; flex-wrap: wrap; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 6vw, 96px); align-items: start; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s cubic-bezier(.2, .8, .2, 1), transform .8s cubic-bezier(.2, .8, .2, 1); }
.reveal.in { opacity: 1; transform: none; }
.reveal:nth-child(2) { transition-delay: .08s; } .reveal:nth-child(3) { transition-delay: .16s; } .reveal:nth-child(4) { transition-delay: .24s; }

/* The ledger */
.ledger { border-top: 1px solid var(--b-soft); }
.ledger-row { display: grid; grid-template-columns: 1fr 2fr 1fr; gap: clamp(18px, 3vw, 40px); padding: clamp(18px, 2.4vw, 28px) 0; border-bottom: 1px solid var(--line); align-items: baseline; }
.ledger-row .k { font: 700 12px/1.4 var(--body); letter-spacing: .18em; text-transform: uppercase; color: var(--b); }
.ledger-row .v { color: var(--ink); font-size: clamp(16px, 1.3vw, 20px); line-height: 1.45; }
.ledger-row .w { font-size: 14px; color: var(--grey); line-height: 1.5; }
.ledger-row .w a { color: inherit; }
.ledger.two .ledger-row { grid-template-columns: 1fr 3fr; }
.on-navy .ledger { border-top-color: rgba(255, 255, 255, .3); } .on-navy .ledger-row { border-bottom-color: rgba(255, 255, 255, .12); }
.on-navy .ledger-row .k { color: var(--rose); } .on-navy .ledger-row .v { color: #fff; } .on-navy .ledger-row .w { color: rgba(255, 255, 255, .7); }


/* Statement passage in Apex blues (Justin: "too boring and light… more colorful, blues, apex colors") */
section.plain.on-apex-blue { background: radial-gradient(70% 90% at 85% 10%, rgba(124, 167, 245, .35) 0%, transparent 60%), radial-gradient(60% 70% at 10% 100%, rgba(46, 99, 217, .45) 0%, transparent 60%), linear-gradient(135deg, #0E2648 0%, #16397A 55%, #1E4FA6 100%); color: #fff; }
.on-apex-blue .eyebrow { color: #9DBDF2; } .on-apex-blue .eyebrow::before { background: #9DBDF2; }
.on-apex-blue .statement { color: #fff; } .on-apex-blue .statement b { color: #9DBDF2; }
.on-apex-blue .lead { color: rgba(255, 255, 255, .84); }
.on-apex-blue .btn-ghost { color: #fff; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .5); } .on-apex-blue .btn-ghost:hover { background: rgba(255, 255, 255, .1); box-shadow: inset 0 0 0 1px #fff; }
.on-apex-blue .plate { box-shadow: 0 60px 120px -50px rgba(0, 0, 0, .7), 0 0 0 1px rgba(255, 255, 255, .15); }
.on-apex-blue .trust { background: rgba(6, 18, 40, .35); border-top: 1px solid rgba(255, 255, 255, .16); backdrop-filter: blur(6px); }
.on-apex-blue .trust-item { border-right-color: rgba(255, 255, 255, .14); color: #fff; }
.on-apex-blue .trust-item h3 { color: #fff; } .on-apex-blue .trust-item p { color: rgba(255, 255, 255, .78); }
.on-apex-blue .trust-item svg { color: #9DBDF2; }

/* Statement section: the batch plate is the object */
section.plain.statement-sec { padding-bottom: 0; overflow: hidden; }
.statement-sec .split { grid-template-columns: 1.05fr 1fr; align-items: center; }
.statement-sec .lead { margin-top: 22px; }
.plate { position: relative; background: var(--paper); border: 1px solid var(--line); border-radius: 6px; padding: clamp(24px, 3vw, 36px); box-shadow: 0 50px 100px -50px rgba(18, 48, 91, .45), 0 1px 0 rgba(255, 255, 255, .8) inset; transform: perspective(1400px) rotateY(-5deg) rotateX(1.5deg); transition: transform .8s cubic-bezier(.2, .8, .2, 1), opacity .8s cubic-bezier(.2, .8, .2, 1); overflow: hidden; }
.plate:hover { transform: perspective(1400px) rotateY(0) rotateX(0); }
.plate.reveal { transform: perspective(1400px) rotateY(-5deg) rotateX(1.5deg) translateY(22px); }
.plate.reveal.in { transform: perspective(1400px) rotateY(-5deg) rotateX(1.5deg); }
.plate.reveal.in:hover { transform: perspective(1400px) rotateY(0) rotateX(0); }
.plate-mark { position: absolute; right: -40px; top: -40px; width: 260px; height: 260px; opacity: .06; pointer-events: none; }
.plate-brand { display: flex; align-items: center; gap: 10px; font: 700 11px/1 var(--body); letter-spacing: .26em; text-transform: uppercase; color: var(--navy); }
.plate-brand small { font-size: 8.5px; letter-spacing: .3em; color: var(--grey); }
.plate-band { margin: 18px -2px 0; background: var(--b); color: #fff; font: 700 clamp(18px, 1.6vw, 24px)/1 var(--body); letter-spacing: .12em; text-transform: uppercase; padding: 14px 18px; border-radius: 3px; }
.plate-amount { text-align: center; margin-top: 14px; font: 700 clamp(18px, 1.5vw, 22px)/1 var(--body); letter-spacing: .06em; color: var(--navy); display: flex; align-items: center; gap: 14px; justify-content: center; }
.plate-amount::before, .plate-amount::after { content: ""; width: 44px; height: 1px; background: var(--navy); }
.plate-meta { margin: 20px 0 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 24px; }
.plate-meta div { display: grid; gap: 4px; }
.plate-meta dt { font: 700 10.5px/1 var(--body); letter-spacing: .2em; text-transform: uppercase; color: var(--grey); }
.plate-meta dd { margin: 0; font-size: 14.5px; color: var(--ink); white-space: nowrap; }
.plate-batch { margin-top: 18px; display: inline-block; border: 1.5px solid var(--navy); border-radius: 3px; padding: 8px 12px; font: 700 13px/1 var(--body); letter-spacing: .06em; color: var(--navy); font-variant-numeric: tabular-nums; }
.plate-foot { margin-top: 18px; background: var(--b); color: #fff; text-align: center; font: 700 10px/1 var(--body); letter-spacing: .24em; text-transform: uppercase; padding: 9px; border-radius: 3px; }
.plate-note { margin-top: 14px; font-size: 12.5px; color: var(--grey); line-height: 1.5; }
.trust { margin-top: clamp(56px, 7vw, 96px); background: var(--paper); border-top: 1px solid var(--line); }
.trust .wrap { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { padding: clamp(26px, 3vw, 40px) clamp(16px, 2vw, 32px) clamp(26px, 3vw, 40px) 0; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-item + .trust-item { padding-left: clamp(16px, 2vw, 32px); }
.trust-item svg { width: 30px; height: 30px; margin-bottom: 14px; }
.trust-item h3 { font-family: var(--body); font-weight: 700; font-size: 13px; letter-spacing: .14em; text-transform: uppercase; color: var(--navy); margin-bottom: 8px; }
.trust-item p { font-size: 14.5px; color: var(--ink-soft); line-height: 1.5; }

/* Two wings — text beside a fully visible, equally sized product image (Justin: "not to scale and cut off") */
.wings { position: relative; z-index: 3; display: grid; grid-template-columns: 1fr 1fr; }
.wing { position: relative; padding: clamp(56px, 7vw, 110px) var(--gutter); background: var(--b-tint); display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, 58%); grid-template-rows: auto auto; gap: clamp(20px, 2.4vw, 36px) clamp(24px, 3vw, 48px); align-items: center; }
.wing .inner { grid-column: 1; grid-row: 1; align-self: end; }
.wing .btn-row { grid-column: 1; grid-row: 2; align-self: start; }
.wing .art { grid-column: 2; grid-row: 1 / span 2; }
.wing .inner { position: relative; z-index: 2; max-width: 520px; }
.wing .lead { margin-top: 16px; }
.wing .btn-row { margin-top: 0; }
.wing .art { position: relative; margin: 0; border-radius: 12px; overflow: hidden; background: var(--paper); padding: clamp(14px, 1.4vw, 22px); box-shadow: 0 40px 80px -48px rgba(16, 20, 24, .45); opacity: 0; transform: translateY(24px); transition: opacity .9s cubic-bezier(.2, .8, .2, 1), transform .9s cubic-bezier(.2, .8, .2, 1); }
.wing .art img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; display: block; border-radius: 6px; }
.wing.in .art, .wing:hover .art { opacity: 1; transform: none; }
img.wing-logo[width][height] { height: clamp(64px, 6.6vw, 110px); width: auto; margin-bottom: 0; }
.wing .wordmark-luxe { margin-bottom: 0; }
.wing .wordmark-luxe img[width][height] { height: clamp(120px, 12.5vw, 200px); }

/* Scene divider — a clear border between a plain section and the next cinematic stage */
.scene-divider { position: relative; z-index: 3; background: var(--b); color: #fff; display: flex; align-items: center; justify-content: center; gap: 18px; padding: 18px var(--gutter); font: 700 11.5px/1 var(--body); letter-spacing: .24em; text-transform: uppercase; }
.scene-divider::before, .scene-divider::after { content: ""; flex: 1; max-width: 220px; height: 1px; background: rgba(255, 255, 255, .45); }
.scene-divider svg { width: 18px; height: 18px; flex: none; }
.scene-divider.luxe { background: var(--burg); }
.scene-divider span { white-space: nowrap; }

/* Product cards */
.cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(14px, 1.6vw, 22px); }
.cards.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card { position: relative; background: var(--paper); border: 1px solid var(--line); border-radius: 6px; overflow: hidden; display: flex; flex-direction: column; min-width: 0; container-type: inline-size; transition: border-color .3s, box-shadow .3s, transform .3s; }
.card:hover { border-color: var(--b-soft); box-shadow: 0 30px 60px -40px rgba(16, 20, 24, .35); transform: translateY(-2px); }
.card .ph { position: relative; overflow: hidden; background: var(--b-tint-2); }
.card .ph a { display: block; }
.card .ph img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; transition: transform .8s cubic-bezier(.2, .8, .2, 1); }
.card:hover .ph img { transform: scale(1.03); }
.card.luxe .ph img { aspect-ratio: 5 / 4; }
@media (min-width: 1101px) { body[data-brand="luxe"] .cards.four { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.card .status { position: absolute; left: 12px; top: 12px; font: 700 10px/1 var(--body); letter-spacing: .16em; text-transform: uppercase; padding: 7px 9px; border-radius: 99px; background: rgba(255, 255, 255, .92); color: var(--navy); }
.card .status.low { color: #8A5A00; } .card .status.out { color: var(--burg); }
.card .body { padding: 16px 16px 18px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.card .brand-tag { font: 700 10px/1 var(--body); letter-spacing: .22em; text-transform: uppercase; color: var(--b); }
.card h3 { font-size: calc(clamp(16px, 7cqw, 21px) * var(--display-scale)); overflow-wrap: anywhere; }
.card h3 a { text-decoration: none; }
.card .amt { font-size: 13.5px; color: var(--grey); font-variant-numeric: tabular-nums; }
.card .buy { margin-top: auto; display: flex; justify-content: space-between; align-items: center; gap: 10px; padding-top: 12px; border-top: 1px solid var(--line); }
.card .price { font-size: 18px; }
.card .actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 4px; }
.card .actions .btn { min-height: 42px; padding: 10px 12px; font-size: 11px; letter-spacing: .14em; }
.card .actions .btn::after { content: none; }
.card .coa-link { font: 700 11px/1 var(--body); letter-spacing: .14em; text-transform: uppercase; color: var(--b); text-decoration: none; padding-top: 6px; }
.card .coa-link:hover { text-decoration: underline; }
.add.added { background: var(--b-acc); }
.select { appearance: none; -webkit-appearance: none; background: var(--paper) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2 4l4 4 4-4' fill='none' stroke='%2312305B' stroke-width='1.5'/%3E%3C/svg%3E") right 12px center / 11px no-repeat; color: var(--ink); border: 1px solid var(--line); border-radius: var(--radius); padding: 11px 34px 11px 12px; font: 500 14px/1 var(--body); width: 100%; cursor: pointer; }
.select:focus { border-color: var(--b); outline: 0; }
.range-cta { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-top: clamp(32px, 4vw, 52px); }
.btn-big { min-height: 64px; padding: 20px 48px; font-size: 13.5px; letter-spacing: .2em; }

/* COA library */
.coa-lib { background: var(--paper); border: 1px solid var(--line); border-radius: 8px; overflow: hidden; box-shadow: 0 50px 100px -60px rgba(18, 48, 91, .35); }
.coa-filters { display: grid; grid-template-columns: 1.2fr 1.6fr 1fr 1fr; gap: 10px; padding: 16px; border-bottom: 1px solid var(--line); background: var(--page); }
.coa-filters input, .coa-filters select { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 11px 12px; font: 500 14px/1 var(--body); color: var(--ink); width: 100%; }
.coa-table { width: 100%; border-collapse: collapse; font-size: 14.5px; }
.coa-table th { text-align: left; font: 700 10.5px/1 var(--body); letter-spacing: .18em; text-transform: uppercase; color: var(--grey); padding: 14px 16px; border-bottom: 1px solid var(--line); white-space: nowrap; }
.coa-table td { padding: 14px 16px; border-bottom: 1px solid var(--line-2); vertical-align: middle; }
.coa-table tr:last-child td { border-bottom: 0; }
.coa-table td.brand { font: 700 10.5px/1 var(--body); letter-spacing: .18em; text-transform: uppercase; color: var(--b); }
.coa-table tr[data-brand="luxe"] td.brand { color: var(--burg); }
.coa-table td.name { font-weight: 700; color: var(--ink); }
.coa-table td.name small { display: block; font-weight: 400; font-size: 12px; color: var(--grey); margin-top: 2px; }
.coa-table td.num { color: var(--ink-soft); white-space: nowrap; }
.coa-table .btn { min-height: 38px; padding: 9px 14px; font-size: 10.5px; }
.coa-table .btn::after { content: none; }
.coa-table .pending { font: 700 10.5px/1 var(--body); letter-spacing: .14em; text-transform: uppercase; color: var(--grey-2); white-space: nowrap; }
.coa-empty { padding: 32px 16px; color: var(--grey); text-align: center; }
.lab-note { margin-top: clamp(24px, 3vw, 40px); font-size: 13.5px; color: var(--grey); max-width: 80ch; }
.tests { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(18px, 2.4vw, 36px); margin-bottom: clamp(32px, 4vw, 56px); }
.tests li { border-top: 1px solid var(--b-soft); padding-top: 18px; }
.tests h3 { font-family: var(--body); font-weight: 700; font-size: 12.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--navy); margin-bottom: 8px; }
.tests p { font-size: 14.5px; color: var(--ink-soft); line-height: 1.55; }

/* Stages (how to pay) */
.stages { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 3vw, 40px); }
.stage-item { border-top: 1px solid rgba(255, 255, 255, .28); padding-top: 20px; }
.stage-item .when { font: 700 11.5px/1 var(--body); letter-spacing: .22em; text-transform: uppercase; color: var(--rose); margin-bottom: 14px; display: block; }
.stage-item h3 { margin-bottom: 10px; }
.stage-item p { color: rgba(255, 255, 255, .78); font-size: 15.5px; }
.on-page .stage-item { border-top-color: var(--b-soft); } .on-page .stage-item .when { color: var(--b); } .on-page .stage-item p { color: var(--ink-soft); }

/* Stills band + inner page heads */
.band { position: relative; min-height: 78vh; display: grid; align-items: end; overflow: hidden; background: var(--marble); z-index: 3; }
.band picture, .band .bg { position: absolute; inset: 0; }
.band .bg img { width: 100%; height: 100%; object-fit: cover; }
.band .shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(246, 247, 249, .9) 0%, rgba(246, 247, 249, .3) 45%, rgba(246, 247, 249, 0) 70%); }
.band .inner { position: relative; padding: clamp(56px, 8vw, 110px) var(--gutter); max-width: 760px; }
.band.short { min-height: 56vh; }
.band.title { min-height: 54vh; z-index: 1; }
.band.title .shade { background: linear-gradient(0deg, rgba(246, 247, 249, 1) 0%, rgba(246, 247, 249, .35) 34%, rgba(246, 247, 249, 0) 62%); }
/* Title banners: the picture starts below the fixed header and its window has the picture's own shape
   (5:2, phones 29:20 — the shapes tools/make-bands.py cuts), so the whole subject is always in view. */
.band.short.title { min-height: 0; display: block; padding-top: var(--nav-h); background: var(--page); }
.band.short.title .bg { position: relative; inset: auto; aspect-ratio: 5 / 2; max-width: 1920px; margin-inline: auto; overflow: hidden; }
.band.short.title .shade { background: linear-gradient(0deg, rgba(246, 247, 249, 1) 0%, rgba(246, 247, 249, .3) 12%, rgba(246, 247, 249, 0) 28%); }
@media (max-width: 820px) and (orientation: portrait) { .band.short.title .bg { aspect-ratio: 29 / 20; } }
.page-head-sec { position: relative; z-index: 3; padding: clamp(20px, 3vw, 40px) 0 clamp(20px, 2.5vw, 32px); }
.page-head-sec + section.plain, .page-head-sec + section.plain.tight { padding-top: 12px; }
.page-head-sec h1 { margin-top: 8px; }
.page-head-sec .lead { margin-top: 18px; }
.page-head { padding: calc(var(--nav-h) + clamp(48px, 7vw, 96px)) 0 clamp(36px, 5vw, 64px); }
.page-head h1 { margin-top: 8px; }
.page-head .lead { margin-top: 20px; }
.filters { display: flex; flex-wrap: wrap; gap: 8px; margin: 8px 0 clamp(28px, 4vw, 44px); }
.filters button { background: transparent; color: var(--ink-soft); border: 1px solid var(--line); border-radius: 99px; padding: 10px 16px; font: 700 11.5px/1 var(--body); letter-spacing: .14em; text-transform: uppercase; cursor: pointer; transition: all .2s; }
.filters button:hover { color: var(--b); border-color: var(--b-soft); }
.filters button[aria-pressed="true"] { color: #fff; background: var(--b); border-color: var(--b); }
.card.hide { display: none; }
.shop-note { margin-top: clamp(30px, 4vw, 48px); font-size: 14px; color: var(--grey); max-width: 80ch; }
.brand-switch { display: inline-flex; border: 1px solid var(--line); border-radius: 99px; padding: 4px; background: var(--paper); margin-top: 20px; }
.brand-switch a { text-decoration: none; padding: 10px 18px; border-radius: 99px; font: 700 11.5px/1 var(--body); letter-spacing: .14em; text-transform: uppercase; color: var(--ink-soft); }
.brand-switch a[aria-current="page"] { background: var(--b); color: #fff; }


/* COA page */
.coa-head { padding: clamp(40px, 5vw, 72px) 0 clamp(40px, 5vw, 72px); z-index: 2; }
.coa-head .split { align-items: center; grid-template-columns: 1.1fr .9fr; }
.coa-head h1 { color: #fff; margin-top: 8px; }
.coa-facts { list-style: none; margin: 28px 0 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px 24px; }
.coa-facts li { border-top: 1px solid rgba(255, 255, 255, .25); padding-top: 12px; display: grid; gap: 4px; }
.coa-facts b { font-size: clamp(18px, 1.5vw, 22px); color: #fff; font-weight: 700; }
.coa-facts span { font-size: 13px; color: rgba(255, 255, 255, .78); }
.coa-sample { margin: 0; justify-self: center; width: min(360px, 100%); }
.coa-sample img { width: 100%; height: auto; border-radius: 6px; box-shadow: 0 50px 100px -40px rgba(0, 0, 0, .8), 0 0 0 1px rgba(255, 255, 255, .15); transform: perspective(1400px) rotateY(8deg) rotateX(2deg); transition: transform .8s cubic-bezier(.2, .8, .2, 1); }
.coa-sample:hover img { transform: perspective(1400px) rotateY(0) rotateX(0); }
.coa-sample figcaption { margin-top: 16px; display: grid; gap: 6px; font-size: 12.5px; color: rgba(255, 255, 255, .8); line-height: 1.45; }
.coa-sample figcaption b { color: #9DBDF2; font-weight: 700; margin-right: 6px; }
section.plain.coa-body { padding-top: clamp(28px, 3vw, 44px); }
.coa-table th { background: var(--ice); color: var(--navy); }
.coa-table td.brand span { display: inline-block; padding: 5px 9px; border-radius: 99px; background: var(--ice); color: var(--navy); }
.coa-table tr[data-brand="luxe"] td.brand span { background: var(--blush); color: var(--burg); }
.coa-table td.name .nm { display: flex; align-items: center; gap: 12px; }
.coa-table td.name img { width: 48px; height: 48px; object-fit: contain; border-radius: 4px; flex: none; background: var(--marble); }
.coa-table td.name .nm > div { min-width: 0; }
.coa-table .bt, .coa-swipe { display: none; }
.coa-table .nb { white-space: nowrap; }
/* Phones: every column stays, the table slides sideways under a pinned compound cell (no turning the phone). */
@media (max-width: 900px) {
  .coa-lib { position: relative; }
  .coa-scroll { overflow-x: auto; overscroll-behavior-x: contain; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
  .coa-scroll::-webkit-scrollbar { display: none; }
  .coa-scroll:focus-visible { outline: 2px solid var(--blue); outline-offset: -2px; }
  .coa-table { width: max-content; min-width: 100%; }
  .coa-table th, .coa-table td { padding: 12px 14px; }
  .coa-table th:first-child, .coa-table td.brand { display: none; }
  .coa-table th:nth-child(2), .coa-table td.name { position: sticky; left: 0; z-index: 1; width: 264px; min-width: 264px; max-width: 264px; }
  /* collapsed borders do not travel with a sticky cell, so the brand bar and the edge are shadows */
  .coa-table th:nth-child(2) { box-shadow: 1px 0 0 var(--line); }
  .coa-table td.name { --bar: var(--navy); background: var(--paper); white-space: normal; box-shadow: inset 3px 0 0 var(--bar), 1px 0 0 var(--line), 14px 0 18px -14px rgba(18, 48, 91, .28); }
  .coa-table tr[data-brand="luxe"] td.name { --bar: var(--burg); }
  .coa-table td.name .link { font-size: 14px; line-height: 1.3; }
  .coa-table td:last-child { padding-right: 34px; } /* at full swipe the purity figure sits wholly under the pinned cell */
  .coa-table td.name .nm { gap: 9px; }
  .coa-table td.name img { width: 38px; height: 38px; }
  .coa-table td.name small { font-size: 11.5px; line-height: 1.35; overflow-wrap: anywhere; }
  .coa-table .bt { display: block; font: 700 9.5px/1 var(--body); letter-spacing: .18em; text-transform: uppercase; color: var(--navy); margin-bottom: 4px; }
  .coa-table tr[data-brand="luxe"] .bt { color: var(--burg); }
  .coa-lib.can-swipe .coa-swipe { display: flex; align-items: center; justify-content: center; gap: 8px; margin: 0; padding: 11px 16px; border-top: 1px solid var(--line); background: var(--page); font: 700 10.5px/1.3 var(--body); letter-spacing: .14em; text-transform: uppercase; color: var(--grey); transition: opacity .3s; }
  .coa-swipe::after { content: ""; width: 22px; height: 8px; flex: none; background: currentColor; clip-path: polygon(0 40%, 72% 40%, 72% 0, 100% 50%, 72% 100%, 72% 60%, 0 60%); }
  .coa-lib.swiped .coa-swipe { opacity: .45; }
}
@media (max-width: 900px) { .coa-head .split { grid-template-columns: 1fr !important; } .coa-sample { width: min(300px, 100%); } .coa-sample img { transform: none; } .coa-facts { grid-template-columns: 1fr 1fr; } }

/* FAQ / resources */
.faq-nav { position: sticky; top: calc(var(--nav-h) + 24px); }
.faq-nav ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.faq-list { border-top: 1px solid var(--b-soft); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; cursor: pointer; display: grid; grid-template-columns: 1fr 28px; align-items: center; gap: 16px; padding: 20px 0; font-weight: 700; font-size: clamp(16px, 1.3vw, 18px); color: var(--ink); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: ""; width: 12px; height: 12px; justify-self: end; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M6 1v10M1 6h10' stroke='%2312305B' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat; transition: transform .3s; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list .a { padding: 0 0 24px; color: var(--ink-soft); max-width: 68ch; }
.faq-list .a p + p { margin-top: 10px; }
.faq-group { margin-bottom: clamp(40px, 5vw, 64px); }
.faq-group h2 { margin-bottom: 18px; }
.policy { max-width: 72ch; color: var(--ink-soft); }
.policy h2 { margin: clamp(40px, 5vw, 64px) 0 14px; }
.policy p + p { margin-top: 12px; }
.policy .fine { margin-top: 14px; }

/* ---------- Footer ---------- */
footer { position: relative; z-index: 3; background: var(--paper); border-top: 1px solid var(--line); padding: clamp(56px, 7vw, 96px) 0 34px; color: var(--ink-soft); }
.foot-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: clamp(28px, 4vw, 56px); }
.foot-grid h4 { margin-bottom: 16px; }
.foot-grid ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.foot-grid a { text-decoration: none; color: var(--ink-soft); font-size: 15px; }
.foot-grid a:hover { color: var(--b); }
.foot-brand .brands { margin: 0 0 18px; }
.foot-brand p { font-size: 14.5px; max-width: 44ch; }
.disclaimer { margin-top: clamp(36px, 5vw, 56px); padding-top: 24px; border-top: 1px solid var(--line); font-size: 12.5px; line-height: 1.6; color: var(--grey); max-width: 110ch; }
.foot-bottom { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-top: 22px; font-size: 12.5px; color: var(--grey); }

/* ---------- Cart drawer ---------- */
.drawer-veil { position: fixed; inset: 0; z-index: 150; background: rgba(16, 20, 24, .45); opacity: 0; visibility: hidden; transition: opacity .35s, visibility .35s; touch-action: none; }
.drawer-veil.open { opacity: 1; visibility: visible; }
.drawer { position: fixed; top: 0; right: 0; height: 100%; height: 100dvh; width: min(460px, 100%); z-index: 160; background: var(--paper); border-left: 1px solid var(--line); transform: translateX(100%); transition: transform .45s cubic-bezier(.2, .8, .2, 1); display: flex; flex-direction: column; }
.drawer.open { transform: none; }
.drawer-head { display: flex; justify-content: space-between; align-items: center; padding: 22px 24px; border-bottom: 1px solid var(--line); }
.drawer-head h2 { font-size: calc(22px * var(--display-scale)); }
.drawer-close { background: none; border: 1px solid var(--line); border-radius: var(--radius); color: var(--ink); width: 40px; height: 40px; cursor: pointer; font-size: 18px; }
.drawer-body { flex: 1; overflow: auto; padding: 8px 24px; }
.cart-line { display: grid; grid-template-columns: 64px 1fr auto; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--line); align-items: center; }
.cart-line img { width: 64px; aspect-ratio: 1 / 1; object-fit: contain; background: var(--marble); border-radius: 4px; }
.cart-line .t { font-weight: 700; }
.cart-line .s { font-size: 13px; color: var(--grey); }
.cart-line .b { font: 700 10px/1 var(--body); letter-spacing: .18em; text-transform: uppercase; color: var(--b); margin-bottom: 4px; }
.cart-line .q { display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: var(--radius); margin-top: 8px; }
.cart-line .q button { background: none; border: 0; color: var(--ink); width: 30px; height: 30px; cursor: pointer; font-size: 16px; }
.cart-line .q output { min-width: 28px; text-align: center; font-variant-numeric: tabular-nums; font-size: 14px; }
.cart-line .rm { background: none; border: 0; color: var(--grey); cursor: pointer; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; margin-top: 8px; padding: 0; }
.cart-line .rm:hover { color: var(--burg); }
.cart-line .price { text-align: right; }
.drawer-foot { padding: 20px 24px 26px; border-top: 1px solid var(--line); }
.subtotal { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 14px; font-size: 15px; color: var(--grey); }
.subtotal .price { font-size: 20px; }
.drawer-foot .btn { width: 100%; }
.drawer-foot .fine { margin-top: 12px; text-align: center; }
.cart-empty { padding: 48px 0; text-align: center; color: var(--grey); }
.cart-empty .btn { margin-top: 18px; }

/* ---------- Product page ---------- */
.crumbs { display: block; line-height: 1.9; white-space: normal; }
.crumbs::before { display: inline-block; vertical-align: -1px; margin-right: 10px; }
.crumbs a { border: 0; }
.product { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(32px, 5vw, 80px); align-items: start; }
.gallery { position: sticky; top: calc(var(--nav-h) + 20px); }
.gallery .main { background: var(--b-tint-2); border: 1px solid var(--line); border-radius: 8px; overflow: hidden; }
.gallery .main img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; }
[data-brand="luxe"] .gallery .main img { aspect-ratio: 5 / 4; }
.buybox .code { font: 700 11.5px/1 var(--body); letter-spacing: .22em; text-transform: uppercase; color: var(--b); margin-bottom: 14px; display: block; }
.buybox h1 { font-size: calc(clamp(30px, 3.2vw, 50px) * var(--display-scale)); }
.buybox .sub { margin-top: 12px; color: var(--ink-soft); font-size: 16px; }
.badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.badges span { font: 700 10.5px/1 var(--body); letter-spacing: .14em; text-transform: uppercase; border: 1px solid var(--b-soft); color: var(--b); padding: 9px 12px; border-radius: 99px; }
.buy-form { margin-top: 28px; border-top: 1px solid var(--b-soft); padding-top: 22px; display: grid; gap: 16px; }
.buy-form label { display: grid; gap: 8px; font: 700 11.5px/1 var(--body); letter-spacing: .2em; text-transform: uppercase; color: var(--grey); }
.buy-form .row { display: grid; grid-template-columns: 1fr 140px; gap: 12px; align-items: end; }
.buy-form .amount { font: 700 16px/1.3 var(--body); letter-spacing: 0; text-transform: none; color: var(--ink); padding: 12px 0; }
.buy-form .total { display: flex; justify-content: space-between; align-items: baseline; padding-top: 8px; }
.buy-form .total .price { font-size: 26px; }
.buy-form .btn { width: 100%; }
.qty { display: inline-flex; align-items: stretch; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.qty button { background: none; border: 0; color: var(--ink); width: 40px; cursor: pointer; font-size: 18px; }
.qty input { width: 44px; text-align: center; background: none; border: 0; color: var(--ink); font: 700 15px/1 var(--body); font-variant-numeric: tabular-nums; }
.qty input::-webkit-outer-spin-button, .qty input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.qty input[type=number] { -moz-appearance: textfield; }
.pd-sections { margin-top: clamp(56px, 7vw, 96px); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 72px); }
/* two free-standing columns: the facts stack on the left against the tall box photo on the right, so neither side runs out */
.pd-col { display: grid; gap: clamp(36px, 4vw, 56px); align-content: start; min-width: 0; }
.pd-sections h2 { margin-bottom: 18px; font-size: calc(clamp(22px, 2.2vw, 32px) * var(--display-scale)); }
.pd-sections .prose { color: var(--ink-soft); font-size: 16px; }
.pd-sections .prose p + p { margin-top: 14px; }
.spec { border-top: 1px solid var(--b-soft); }
.spec div { display: grid; grid-template-columns: 1fr 1.6fr; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 15px; }
.spec dt { color: var(--grey); font-weight: 700; font-size: 11.5px; letter-spacing: .16em; text-transform: uppercase; }
.spec dd { margin: 0; color: var(--ink); }
.coa { border: 1px solid var(--b-soft); border-radius: 8px; padding: 22px 24px; display: grid; grid-template-columns: auto 1fr auto; gap: 18px; align-items: center; background: var(--paper); }
.coa .lot { font: 700 11px/1 var(--body); letter-spacing: .2em; text-transform: uppercase; color: var(--b); }
.coa .lot b { display: block; margin-top: 8px; font-size: 18px; letter-spacing: .04em; color: var(--ink); font-variant-numeric: tabular-nums; }
.coa p { font-size: 14px; color: var(--ink-soft); }
.related { margin-top: clamp(56px, 7vw, 96px); }
.pack-photo { margin: 0 0 18px; max-width: 340px; border-radius: 8px; overflow: hidden; border: 1px solid var(--line); background: var(--paper); }
.pack-photo img { width: 100%; height: auto; }
.pack-photo figcaption { padding: 10px 14px; font-size: 13px; color: var(--grey); }

/* ---------- Order request ---------- */
.checkout { display: grid; grid-template-columns: 1.2fr .9fr; gap: clamp(32px, 5vw, 80px); align-items: start; }
.form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form label { display: grid; gap: 8px; font: 700 11.5px/1 var(--body); letter-spacing: .18em; text-transform: uppercase; color: var(--grey); }
.form label.full { grid-column: 1 / -1; }
.form input, .form textarea, .form select { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); color: var(--ink); padding: 13px 14px; font: 400 15.5px/1.3 var(--body); width: 100%; letter-spacing: 0; text-transform: none; }
.form input:focus, .form textarea:focus, .form select:focus { border-color: var(--b); outline: 0; }
.form textarea { min-height: 120px; resize: vertical; }
.form .check { grid-column: 1 / -1; text-transform: none; letter-spacing: 0; font-weight: 400; }
.form .btn { grid-column: 1 / -1; justify-self: start; }
.form .aff { grid-column: 1 / -1; display: grid; gap: 8px; padding: 16px; border: 1px dashed var(--b-soft); border-radius: var(--radius); background: var(--b-faint); }
.form .aff label { display: block; }
.aff-row { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.form .aff-row input { text-transform: uppercase; letter-spacing: .08em; font-weight: 700; }
.form .aff-row input::placeholder { text-transform: none; letter-spacing: 0; font-weight: 400; }
.form .aff-row .btn { grid-column: auto; justify-self: stretch; min-height: 0; padding: 0 22px; }
.aff-status { font: 400 13.5px/1.5 var(--body); letter-spacing: 0; text-transform: none; color: var(--grey); }
.aff-status.ok { color: #1F6B45; font-weight: 700; } .aff-status.bad { color: var(--burg); font-weight: 700; }
.aff.ok { border-style: solid; border-color: #1F6B45; background: rgba(31, 107, 69, .06); }
#sum-aff { font-weight: 700; letter-spacing: .06em; }
/* Bundle and save (5-pack), checkout add-ons, payment choice — client edits 2026-09-20 */
.packs { border: 0; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.packs legend { padding: 0; margin-bottom: 8px; font: 700 11.5px/1 var(--body); letter-spacing: .2em; text-transform: uppercase; color: var(--grey); }
.buy-form label.pack { display: grid; grid-template-columns: 1fr; gap: 6px; padding: 14px 16px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); cursor: pointer; position: relative; letter-spacing: 0; text-transform: none; font-weight: 400; color: var(--ink); }
.pack input { position: absolute; opacity: 0; pointer-events: none; }
.pack .pk-t { font: 700 14px/1.2 var(--body); } .pack .pk-t em { font-style: normal; color: var(--b); margin-left: 6px; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.pack .pk-p { font-size: 19px; font-variant-numeric: tabular-nums; } .pack .pk-was { font-size: 13px; color: var(--grey-2); font-variant-numeric: tabular-nums; }
.pack:has(input:checked) { border-color: var(--b); box-shadow: inset 0 0 0 1px var(--b); background: var(--b-faint); }
.pack:has(input:focus-visible) { outline: 2px solid var(--b); outline-offset: 2px; }
.cart-line .pack-tag { display: inline-block; margin-left: 6px; padding: 3px 7px; border-radius: 99px; background: var(--b-faint); color: var(--b); font: 700 10px/1 var(--body); letter-spacing: .1em; text-transform: uppercase; }
.cart-line .bundle-up { grid-column: 1 / -1; display: flex; justify-content: space-between; align-items: center; gap: 12px; width: 100%; padding: 11px 14px; border: 1px dashed var(--b-soft); border-radius: var(--radius); background: var(--b-faint); color: var(--ink); font: 400 13px/1.35 var(--body); text-align: left; cursor: pointer; }
.cart-line .bundle-up b { color: var(--b); } .cart-line .bundle-up:hover { border-style: solid; border-color: var(--b); }
.cart-line .bundle-up .bp { white-space: nowrap; font-weight: 700; font-variant-numeric: tabular-nums; } .cart-line .bundle-up s { color: var(--grey-2); font-weight: 400; margin-left: 4px; }
.cart-line .bundle-up * { pointer-events: none; }
.form fieldset { grid-column: 1 / -1; border: 0; margin: 0; padding: 0; display: grid; gap: 10px; min-width: 0; }
.form fieldset legend { padding: 0; margin-bottom: 4px; font: 700 11.5px/1 var(--body); letter-spacing: .18em; text-transform: uppercase; color: var(--grey); }
.form .check.opt b { color: var(--ink); } .form .check.mil:has(input:checked) { border-color: var(--navy); box-shadow: inset 4px 0 0 var(--burg); }
.bac-qty { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 10px 16px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); font-size: 14.5px; color: var(--ink-soft); }
.form .bac-qty .qty input { width: 48px; padding: 8px 0; border: 0; }
.summary { border: 1px solid var(--line); border-radius: 8px; padding: 24px; background: var(--paper); position: sticky; top: calc(var(--nav-h) + 20px); }
.summary h2 { font-size: calc(22px * var(--display-scale)); margin-bottom: 14px; }
.summary .cart-line { grid-template-columns: 48px 1fr auto; padding: 12px 0; }
.summary .cart-line img { width: 48px; }
.summary .totals { margin-top: 16px; display: grid; gap: 8px; font-size: 15px; color: var(--grey); }
.summary .totals div { display: flex; justify-content: space-between; }
.summary .totals .grand { border-top: 1px solid var(--b-soft); padding-top: 12px; margin-top: 6px; color: var(--ink); font-size: 17px; }
.summary .totals .grand .price { font-size: 22px; }
.instructions { border: 1px solid var(--b); border-radius: 8px; padding: clamp(24px, 3vw, 40px); background: var(--paper); }
.instructions .order-no { font: 700 11.5px/1 var(--body); letter-spacing: .22em; text-transform: uppercase; color: var(--b); }
.instructions .order-no b { display: block; margin-top: 10px; font-size: clamp(24px, 2.6vw, 34px); letter-spacing: .04em; color: var(--ink); font-variant-numeric: tabular-nums; }
.instructions .ledger { margin-top: 24px; }
.instructions .ledger-row { grid-template-columns: 1fr 2fr; }
.instructions .btn-row { margin-top: 26px; }
.copy-box { display: flex; gap: 10px; align-items: center; margin-top: 8px; }
.copy-box code { background: var(--page); border: 1px solid var(--line); border-radius: var(--radius); padding: 10px 12px; font: 700 14px/1 var(--body); color: var(--ink); font-variant-numeric: tabular-nums; }
.copy-box button { background: none; border: 1px solid var(--b-soft); border-radius: var(--radius); color: var(--b); padding: 10px 12px; font: 700 11px/1 var(--body); letter-spacing: .14em; text-transform: uppercase; cursor: pointer; }
.form-done { margin-top: 18px; color: var(--b); font-size: 15px; }
[hidden] { display: none !important; }

/* Contact */
.contact-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.contact-card { border: 1px solid var(--line); border-radius: 8px; padding: 24px; background: var(--paper); }
.contact-card h3 { margin-bottom: 10px; }
.contact-card p { color: var(--ink-soft); font-size: 15.5px; }
.contact-card a { color: var(--b); text-decoration: none; }

/* 404 */
.notfound { min-height: 70vh; display: grid; place-items: center; text-align: center; padding-top: var(--nav-h); }
.notfound .btn-row { justify-content: center; margin-top: 26px; }

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .cards.four { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .reveal-line { max-width: min(540px, 38vw); }
  .tests { grid-template-columns: repeat(2, 1fr); }
  .coa-filters { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  :root { --nav-h: 76px; }
  .nav { gap: 12px; }
  .nav-links { display: none; }
  .nav-toggle { display: block; }
  .cart-btn { padding: 11px 12px; }
  .cart-btn .lbl { display: none; }
  .logo-apex img[width][height], .gate-logos .logo-apex img { height: 40px; }
  .wordmark-luxe img[width][height] { height: 48px; }
  .split, .statement-sec .split, .product, .checkout, .pd-sections { grid-template-columns: 1fr !important; }
  .faq-nav { position: static; }
  .faq-nav ul { display: flex; flex-wrap: wrap; gap: 8px 18px; }
  .gallery, .summary { position: static; }
  .cards, .cards.four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ledger-row, .ledger.two .ledger-row { grid-template-columns: 1fr; gap: 6px; }
  .stages, .contact-cards { grid-template-columns: 1fr; }
  .wings { grid-template-columns: 1fr; }
  .wing { grid-template-columns: 1fr; padding: clamp(48px, 9vw, 80px) var(--gutter); }
  .wing .inner, .wing .btn-row, .wing .art { grid-column: 1; }
  .wing .inner { grid-row: 1; } .wing .art { grid-row: 2; } .wing .btn-row { grid-row: 3; }
  .wing .art { max-width: none; margin-top: 8px; opacity: 1; transform: none; }
  img.wing-logo[width][height] { height: 64px; }
  .wing .wordmark-luxe img[width][height] { height: 120px; }
  .scene-divider { padding: 14px var(--gutter); font-size: 10.5px; letter-spacing: .18em; }
  .trust .wrap { grid-template-columns: 1fr 1fr; }
  .trust-item { border-right: 0; border-bottom: 1px solid var(--line); padding: 22px 0 !important; }
  .on-apex-blue .trust-item { border-bottom-color: rgba(255, 255, 255, .14); }
  .reveal-line { max-width: none; }
  .reveal-line.ml, .reveal-line.mr { left: var(--gutter); right: var(--gutter); top: auto; bottom: 7vh; transform: none; text-align: left; }
  .reveal-line.mr .lead { margin-left: 0; } .reveal-line.mr .btn-row { justify-content: flex-start; } .reveal-line.mr .eyebrow { flex-direction: row; }
  .hero-title { top: auto; bottom: 7vh; max-width: none; }
  .hero-title h1 { font-size: calc(clamp(28px, 7.6vw, 38px) * var(--display-scale)); }
  .stage-shade { background: linear-gradient(0deg, rgba(246, 247, 249, .92) 0%, rgba(246, 247, 249, .3) 40%, rgba(246, 247, 249, 0) 58%), linear-gradient(180deg, rgba(246, 247, 249, .5) 0%, rgba(246, 247, 249, 0) 26%); }
  .scrub.luxe .stage-shade { background: linear-gradient(0deg, rgba(249, 238, 240, .94) 0%, rgba(249, 238, 240, .3) 40%, rgba(249, 238, 240, 0) 58%), linear-gradient(180deg, rgba(249, 238, 240, .5) 0%, rgba(249, 238, 240, 0) 26%); }
  .btn { min-height: 48px; padding: 12px 18px; font-size: 12px; }
  .scroll-hint { display: none; }
  /* Phones: the scene IS the content — one headline and one button, low in the frame, no paragraph. */
  .scrub .reveal-line .lead { display: none; }
  .scrub .reveal-line .btn-row { margin-top: 14px; }
  .scrub .reveal-line .btn-row .btn ~ .btn { display: none; }
  .scrub .reveal-line::before { inset: -30px -48px; }
  .scrub .reveal-line .eyebrow { display: none; }
  .scrub .reveal-line h2 { font-size: calc(clamp(24px, 6.4vw, 32px) * var(--display-scale)); }
  .reveal-line.center.low { left: var(--gutter); right: var(--gutter); transform: none !important; text-align: left; max-width: none; }
  h2 { font-size: calc(clamp(24px, 6vw, 34px) * var(--display-scale)); }
  .statement { font-size: clamp(28px, 7vw, 38px); }
  .plate, .plate.reveal, .plate.reveal.in, .plate:hover { transform: none; }
  .plate-meta { grid-template-columns: 1fr; gap: 10px; }
  .plate-meta div { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
  .plate-meta dd { white-space: normal; text-align: right; min-width: 0; }
  .plate { padding: 20px; }
}
@media (max-width: 600px) {
  body { font-size: 16px; }
  .btn-row { justify-content: center; }
  .btn-row .btn { width: 100%; min-height: 56px; font-size: 12.5px; letter-spacing: .18em; }
  .scrub .reveal-line .btn-row .btn { width: 100%; }
  .reveal-line.ml, .reveal-line.mr, .hero-title, .reveal-line.center.low { left: var(--gutter); right: var(--gutter); }
  .cards, .cards.four { grid-template-columns: 1fr; gap: 14px; }
  .cards.featured { grid-template-columns: 1fr; }
  .card .body { padding: 12px 12px 14px; }
  .card .price { font-size: 16px; }
  .foot-grid { grid-template-columns: 1fr; }
  .form { grid-template-columns: 1fr; }
  .coa { grid-template-columns: 1fr; }
  .coa-filters { grid-template-columns: 1fr; }
  .coa-table td.name img { display: none; }
  .coa-table th:nth-child(2), .coa-table td.name { width: 186px; min-width: 186px; max-width: 186px; }
  /* the last column is as wide as the window beside the pinned cell, so a full swipe lands on a clean View COA column */
  .coa-scroll { container-type: inline-size; }
  .coa-table th:last-child, .coa-table td:last-child { min-width: calc(100cqw - 186px); }
  .trust .wrap { grid-template-columns: 1fr; }
  .tests { grid-template-columns: 1fr; }
  .band.title { min-height: 42vh; }
  .band:not(.title) { display: block; min-height: 0; }
  .band:not(.title) .bg { position: relative; height: 58vh; }
  .band:not(.title) .shade { background: linear-gradient(0deg, rgba(246, 247, 249, 1) 0%, rgba(246, 247, 249, .2) 22%, rgba(246, 247, 249, 0) 40%); }
  .band:not(.title) .inner { padding: 8px var(--gutter) 48px; }
  .drawer { width: 100%; }
  .gate-logos { gap: 16px; } .gate-logos .logo-apex img[width][height] { height: 28px; }
  .sec-head.row { align-items: start; }
}
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .plate, .plate.reveal, .plate.reveal.in { transform: none; }
  .wing .art { opacity: 1; transform: none; transition: none; }
  .scroll-hint span { animation: none; }
  .btn, .card .ph img { transition: none; }
}

/* ---------- Resources: questions page ----------
   The one page both wings share, so the head wears both house colours:
   navy from the left, plum from the right, the two vials under their own lights between. */
section.plain.res-head { position: relative; z-index: 2; overflow: hidden; padding: calc(var(--nav-h) + clamp(40px, 5vw, 72px)) 0 clamp(40px, 5vw, 72px); color: #fff;
  background: radial-gradient(55% 80% at 6% 0%, rgba(46, 99, 217, .55) 0%, transparent 62%), radial-gradient(45% 70% at 96% 100%, rgba(201, 120, 143, .42) 0%, transparent 62%), linear-gradient(110deg, #0E2648 0%, #0B1220 50%, #1B0A12 100%); }
.res-head .split { grid-template-columns: 1.05fr .95fr; align-items: center; }
.res-head h1 { color: #fff; margin-top: 8px; }
.res-head .eyebrow { color: #9DBDF2; } .res-head .eyebrow::before { background: linear-gradient(90deg, #9DBDF2, #E3A9BC); }
.res-head .lead { color: rgba(255, 255, 255, .84); margin-top: 18px; }
.res-facts { list-style: none; margin: 30px 0 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px 24px; }
.res-facts li { border-top: 1px solid rgba(255, 255, 255, .25); padding-top: 12px; display: grid; gap: 4px; }
.res-facts b { font-size: clamp(17px, 1.4vw, 21px); color: #fff; font-weight: 700; font-variant-numeric: tabular-nums; }
.res-facts span { font-size: 13px; color: rgba(255, 255, 255, .76); line-height: 1.45; }
.res-figure { margin: 0; justify-self: end; width: min(600px, 100%); aspect-ratio: 4 / 3; position: relative; }
.res-figure img, .res-figure img[width][height] { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; -webkit-mask-image: radial-gradient(ellipse 66% 64% at 50% 52%, #000 42%, transparent 100%); mask-image: radial-gradient(ellipse 66% 64% at 50% 52%, #000 42%, transparent 100%); }
.res-figure figcaption { position: absolute; left: 0; right: 0; bottom: 6px; text-align: center; font: 700 10.5px/1 var(--body); letter-spacing: .24em; text-transform: uppercase; color: rgba(255, 255, 255, .55); }

.res-body .split { grid-template-columns: 240px 1fr; }
.faq-nav li { position: relative; padding-left: 20px; }
.faq-nav li::before { content: ""; position: absolute; left: 0; top: 50%; width: 12px; height: 2px; margin-top: -1px; background: var(--b-acc); transform: scaleX(0); transform-origin: left; transition: transform .35s cubic-bezier(.2, .8, .2, 1); }
.faq-nav li.is-active::before { transform: scaleX(1); }
.faq-nav a { transition: color .3s, border-color .3s; }
.faq-nav li.is-active a { color: var(--b-acc); border-color: var(--b-acc); }
.faq-nav .fine { margin-top: 22px; padding-left: 20px; max-width: 26ch; }
.faq-head { display: grid; grid-template-columns: 1fr 232px; gap: clamp(20px, 3vw, 40px); align-items: end; margin-bottom: 18px; }
.faq-head p { margin-top: 10px; color: var(--ink-soft); max-width: 46ch; font-size: 15.5px; line-height: 1.55; }
.faq-tile { margin: 0; position: relative; aspect-ratio: 3 / 2; border-radius: 6px; overflow: hidden; box-shadow: inset 0 0 0 1px var(--line); background: var(--marble); }
.faq-tile img, .faq-tile img[width][height] { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2, .8, .2, 1); }
.faq-group:hover .faq-tile img { transform: scale(1.04); }
.faq-list summary { transition: color .25s; }
.faq-list summary:hover, .faq-list details[open] summary { color: var(--b-acc); }
.faq-list summary::after { transition: transform .3s, filter .3s; }
.faq-list details[open] summary::after { transform: rotate(45deg); filter: hue-rotate(0) saturate(1.6) brightness(1.5); }
.faq-list details[open] { background: linear-gradient(90deg, var(--b-faint), transparent 70%); margin-inline: -16px; padding-inline: 16px; border-radius: 6px; }
.policies { margin-top: clamp(40px, 5vw, 64px); background: var(--ice); border-left: 3px solid var(--blue); border-radius: 0 8px 8px 0; padding: clamp(24px, 3.5vw, 48px) clamp(22px, 3.5vw, 48px); }
.policies .eyebrow { margin-bottom: 0; }
.policies .policy h2 { margin-top: clamp(28px, 3.6vw, 44px); }
.policies .policy:first-of-type h2 { margin-top: 18px; }
@media (max-width: 900px) {
  .res-head .split { gap: 28px; }
  .res-figure { width: 100%; aspect-ratio: 4 / 3; justify-self: stretch; }
  .res-figure img { -webkit-mask-image: radial-gradient(ellipse 72% 70% at 50% 52%, #000 40%, transparent 100%); mask-image: radial-gradient(ellipse 72% 70% at 50% 52%, #000 40%, transparent 100%); }
  .faq-nav ul { gap: 8px 22px; }
  .faq-nav li { padding-left: 0; }
  .faq-nav li::before { display: none; }
  .faq-nav .fine { display: none; }
  .faq-head { grid-template-columns: 1fr; gap: 14px; align-items: start; }
  .faq-tile { order: -1; }
  .faq-list details[open] { margin-inline: -10px; padding-inline: 10px; }
  .policies { margin-inline: calc(-1 * var(--gutter) + 12px); border-radius: 0 8px 8px 0; }
}

/* Military & first responder page: the house colours already are red, white and blue */
section.plain.mil-head { position: relative; z-index: 2; overflow: hidden; padding: calc(var(--nav-h) + clamp(40px, 5vw, 76px)) 0 clamp(44px, 5vw, 80px); color: #fff; background: radial-gradient(120% 140% at 0% 0%, #1B3F78 0%, #12305B 38%, #0B1220 72%, #2B0F1B 100%); }
.mil-head .split { grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(28px, 5vw, 72px); }
.mil-head h1 { color: #fff; margin-top: 10px; } .mil-head h1 em { display: block; font-style: italic; font-weight: 500; color: var(--blush); }
.mil-head .eyebrow { color: #9DBDF2; } .mil-head .eyebrow::before { background: linear-gradient(90deg, #9DBDF2, #E3A9BC); }
.mil-head .lead { color: rgba(255, 255, 255, .84); margin-top: 18px; max-width: 46ch; }
.mil-head .btn-row { margin-top: 30px; } .mil-head .btn { background: var(--blush); color: var(--burg); box-shadow: none; } .mil-head .btn:hover { background: #fff; }
.mil-head .btn-ghost { background: transparent; color: #fff; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .45); } .mil-head .btn-ghost:hover { box-shadow: inset 0 0 0 1px #fff; background: rgba(255, 255, 255, .06); }
.mil-flag { margin: 0; justify-self: center; width: min(520px, 100%); transform: perspective(1400px) rotateY(-9deg) rotateX(3deg); filter: drop-shadow(0 50px 60px rgba(0, 0, 0, .55)); }
.mil-flag .flag { display: block; width: 100%; height: auto; }
.mil-ledger { max-width: 860px; }
.mil-who { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(20px, 3vw, 44px); margin-top: 44px; max-width: 860px; }
.mil-who > div { border-top: 3px solid var(--navy); padding-top: 18px; } .mil-who > div + div { border-top-color: var(--burg); }
.mil-who h3 { margin-bottom: 8px; } .mil-who p { color: var(--ink-soft); }
.nav-links a.mil::before, .mobile-menu a.mil::before { content: "\2605"; margin-right: 7px; color: var(--burg); font-size: .95em; }
html.hero-dark .nav:not(.scrolled) .nav-links a.mil::before { color: var(--blush); }
@media (max-width: 900px) { .mil-head .split { grid-template-columns: 1fr !important; } .mil-flag { transform: none; width: min(420px, 100%); justify-self: start; } .mil-who { grid-template-columns: 1fr; } }

/* Seven links in the bar: keep each on one line, shorten by width, and hand over to the menu button sooner */
.nav-links a { white-space: nowrap; }
.nav-links a.mil .long { display: none; }
@media (min-width: 1640px) { .nav-links a.mil .long { display: inline; } }
@media (max-width: 1479px) { .nav-links { gap: 18px; } .nav-links a { font-size: 11px; letter-spacing: .1em; } .nav-links a.pay-link { display: none; } }
@media (max-width: 1200px) { .nav-links { display: none; } .nav-toggle { display: block; } }
/* the checkout prompts must read at a glance: .form label was shrinking every .check to 11.5px */
.form .check { font-size: 14.5px; line-height: 1.5; }
