/* ==========================================================================
   SUMMIT LABS — dark DTC theme (component overrides + product buy box)
   Loads after styles.css (which carries the dark tokens + Manrope).
   Look: near-black canvas with a faint starfield, electric-blue accent,
   uppercase letter-spaced navigation, product renders under a spotlight,
   one big price-bearing CTA. Product pages get a stepped buy box:
   gallery → chips → 1. pack tiers → 2. add-on → add to cart → micro-trust.
   ========================================================================== */

:root {
  --font-display: 'Manrope', sans-serif;
  --acc: #3B7BFF; --acc-2: #5C92FF; --acc-deep: #1F4FCC; --acc-tint: rgba(59,123,255,0.14); --acc-line: rgba(59,123,255,0.45);
  --line: rgba(255,255,255,0.08); --line-2: rgba(255,255,255,0.16);
  --plate: #0D1220; --plate-2: #111829;
  --ok: #2ECC7A; --ok-tint: rgba(46,204,122,0.14);
  --glow-btn: 0 12px 30px -10px rgba(59,123,255,0.75), inset 0 1px 0 rgba(255,255,255,0.18);
  --card-sh: 0 24px 50px -30px rgba(0,0,0,0.9);
}

/* ---------- canvas: starfield ---------- */
body {
  background-color: var(--ink);
  background-image:
    url('../stars.svg'),
    url('../stars.svg'),
    radial-gradient(60% 40% at 50% 0%, rgba(59,123,255,0.10), transparent 70%);
  background-size: 1200px 1200px, 1650px 1650px, 100% 900px;
  background-position: 0 0, 413px 267px, 0 0;
  background-repeat: repeat, repeat, no-repeat;
  background-attachment: fixed, fixed, scroll;
  color: var(--off-white); font-size: 16px; line-height: 1.65;
}
.on-ink, .hero, .page-header { background: transparent; }
h1, h2, h3, h4 { font-family: 'Manrope', sans-serif; font-weight: 800; letter-spacing: -0.022em; line-height: 1.06; color: #fff; }
.eyebrow { font-weight: 700; font-size: 11.5px; letter-spacing: 0.16em; color: var(--acc-2); }
::selection { background: rgba(59,123,255,0.35); }
:focus-visible { outline: 2px solid var(--acc-2); outline-offset: 3px; }

/* ---------- buttons ---------- */
.btn { border-radius: 12px; font-weight: 800; font-size: 14.5px; letter-spacing: 0.01em; padding: 14px 26px; min-height: 50px;
  transition: transform .15s var(--ease), background .18s var(--ease), border-color .18s var(--ease), color .18s var(--ease), box-shadow .18s var(--ease); }
.btn--primary { background: var(--acc); color: #fff; box-shadow: var(--glow-btn); }
.btn--primary:hover { background: var(--acc-2); transform: translateY(-1px); box-shadow: 0 16px 36px -12px rgba(59,123,255,0.85), inset 0 1px 0 rgba(255,255,255,0.2); }
.btn--outline { border-color: var(--line-2); color: #fff; background: rgba(255,255,255,0.03); }
.btn--outline:hover { border-color: var(--acc-2); color: var(--acc-2); background: rgba(59,123,255,0.06); }
.btn--sm { padding: 10px 18px; min-height: 42px; font-size: 13px; border-radius: 10px; }
.pill-link { border-color: var(--line-2); color: #fff; font-weight: 700; background: rgba(255,255,255,0.03); }
.pill-link:hover { border-color: var(--acc-2); color: var(--acc-2); }
.btn-add-cart { background: var(--acc); border-radius: 10px; font-weight: 800; box-shadow: 0 8px 20px -10px rgba(59,123,255,0.8); }
.btn-add-cart:hover { background: var(--acc-2); }
.btn-add-cart.is-added { background: var(--acc-deep); }

/* ---------- announce + header ---------- */
.announce { background: #0A0F1E; color: rgba(245,247,251,0.9); font-weight: 700; letter-spacing: 0.16em; font-size: 11px; border-bottom: 1px solid var(--line); }
.announce__msg b, .announce__contact-num { color: #fff; }
.announce__contact svg, .announce__contact-label { color: #7EE2A8; }
.site-header { background: rgba(6,8,15,0.78); border-bottom-color: var(--line); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.site-header__row { height: 80px; }
.site-header__logo img { height: 50px; }
.site-nav { gap: 34px; justify-content: center; }
.site-nav a { font-size: 11.5px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(245,247,251,0.72); }
.site-nav a:hover, .site-nav a.is-active { color: #fff; }
.site-nav a.is-active::after { background: var(--acc); height: 2px; bottom: -26px; border-radius: 2px; }
.account-trigger { border-color: var(--line-2); color: #fff; font-weight: 700; border-radius: 10px; letter-spacing: 0.08em; text-transform: uppercase; font-size: 11.5px; }
.account-trigger:hover { border-color: var(--acc-2); color: var(--acc-2); }
.cart-trigger { color: #fff; }
.cart-trigger:hover { background: rgba(255,255,255,0.06); }
.cart-trigger__badge { background: var(--acc); color: #fff; }
.mobile-drawer { background: var(--ink); }
.mobile-drawer a { text-transform: uppercase; letter-spacing: 0.12em; font-size: 15px; font-weight: 800; }
@media (max-width: 980px) {
  .mobile-tabbar { background: rgba(6,8,15,0.94); border-top-color: var(--line); }
  .mobile-tabbar__item.is-active { color: var(--acc-2); }
  .mobile-tabbar__badge { background: var(--acc); }
}

/* ---------- hero ---------- */
.hero { padding-top: 36px; padding-bottom: 72px; }
.hero__contours { opacity: 0.5; }
.hero__contours g { stroke: var(--acc); }
.hero__pulse-dot { background: var(--acc-2); box-shadow: 0 0 0 5px rgba(59,123,255,0.18), 0 0 18px rgba(59,123,255,0.8); }
.hero__eyebrow { font-weight: 700; letter-spacing: 0.18em; color: rgba(245,247,251,0.6); }
.hero h1 { font-size: clamp(40px, 5.6vw, 76px); letter-spacing: -0.03em; line-height: 1.02; }
.hero h1 em { color: var(--acc-2); text-shadow: 0 0 40px rgba(92,146,255,0.45); }
.hero__sub { color: rgba(245,247,251,0.66); font-size: 17.5px; }
.hero__fact-val { font-weight: 800; font-size: 22px; letter-spacing: -0.02em; }
.hero__fact-label { font-weight: 700; letter-spacing: 0.08em; }
.hero__art-glow { background: radial-gradient(circle, rgba(59,123,255,0.42) 0%, rgba(59,123,255,0.10) 42%, transparent 70%); filter: blur(10px); }
.hero__vial { filter: drop-shadow(0 40px 50px rgba(0,0,0,0.75)) drop-shadow(0 0 30px rgba(59,123,255,0.18)); }
.hero__skyline path { stroke: var(--acc); }
.promo-banner { border-radius: 14px; }

/* ---------- trust strip / sections ---------- */
.trust-strip { background: rgba(13,18,32,0.6); border-color: var(--line); backdrop-filter: blur(6px); }
.trust-item { border-right-color: var(--line); }
.trust-item svg { color: var(--acc-2); }
.trust-item span { color: rgba(245,247,251,0.82); font-weight: 700; font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; }
.section-head h2 { font-size: clamp(30px, 3.6vw, 46px); }
.section-head p { color: rgba(245,247,251,0.62); }

/* ---------- product cards ---------- */
.product-card { background: linear-gradient(180deg, #0F1526 0%, #0B1020 100%); border-color: var(--line); border-radius: 18px; box-shadow: var(--card-sh); }
.product-card:hover { border-color: var(--acc-line); box-shadow: 0 30px 60px -28px rgba(59,123,255,0.35), var(--card-sh); }
.product-card__art { background: radial-gradient(circle at 50% 42%, var(--glow, rgba(59,123,255,0.35)) 0%, transparent 60%), linear-gradient(180deg, #121A2E 0%, #0A0F1E 100%); }
.product-card__art img { width: 78%; filter: drop-shadow(0 22px 26px rgba(0,0,0,0.75)); }
.product-card__badge { background: rgba(6,8,15,0.7); border-color: var(--line-2); color: #fff; font-weight: 800; letter-spacing: 0.12em; }
.product-card__cat { color: var(--acc-2); font-weight: 700; letter-spacing: 0.12em; }
.product-card__name { font-weight: 800; letter-spacing: -0.015em; }
.product-card__name:hover { color: var(--acc-2); }
.product-card__specs { border-color: var(--line); font-weight: 600; letter-spacing: 0.04em; }
.product-card__price { font-weight: 800; font-size: 18px; }
.cat-card { background: linear-gradient(180deg, #0F1526 0%, #0B1020 100%); box-shadow: var(--card-sh); }
.cat-card:hover { border-color: var(--acc-line); }
.cat-card__art { background: radial-gradient(circle at 50% 50%, rgba(59,123,255,0.18), transparent 62%), linear-gradient(180deg, #121A2E 0%, #0A0F1E 100%); }
.cat-card__tag, .cat-card__meta b { color: var(--acc-2); }

/* verify showcase + standard cards */
.verify-showcase__art { background: linear-gradient(180deg, #121A2E 0%, #0A0F1E 100%); box-shadow: var(--card-sh); }
.verify-showcase__badge, .verify-showcase__link-card { background: rgba(6,8,15,0.82); border-color: var(--line-2); }
.verify-showcase__badge-eyebrow, .verify-showcase__link-card svg:first-child, .verify-showcase__card-tag, .verify-showcase__cta-note svg { color: var(--acc-2); }
.verify-showcase__card-tag { background: var(--acc-tint); border-color: var(--acc-line); }
.verify-tab.is-active { background: var(--acc); border-color: var(--acc); box-shadow: 0 8px 20px -10px rgba(59,123,255,0.8); }
.verify-tab:hover { border-color: var(--acc-2); }
.verify-showcase__card { background: var(--surface); box-shadow: var(--card-sh); }
.verify-showcase__callout { border-left-color: var(--acc-2); }
.standard-cards { overflow: visible; }
.standard-cards__glow { filter: blur(80px); z-index: -1; }
.standard-cards__glow--1 {
  width: 720px; height: 720px; top: -180px; left: -230px;
  background: radial-gradient(circle, rgba(59,123,255,0.30) 0%, rgba(59,123,255,0.11) 42%, transparent 72%);
}
.standard-cards__glow--2 {
  width: 780px; height: 780px; bottom: -230px; right: -250px;
  background: radial-gradient(circle, rgba(45,100,235,0.32) 0%, rgba(31,79,204,0.12) 42%, transparent 72%);
}
@media (max-width: 640px) { .standard-cards__glow { display: block; filter: blur(60px); } }
.at-glance-card { background: linear-gradient(180deg, #0F1526 0%, #0B1020 100%); box-shadow: var(--card-sh); }
.at-glance-card:hover { border-color: var(--acc-line); }
.at-glance-card__icon { background: var(--acc-tint); border-color: var(--acc-line); color: var(--acc-2); }
.newsletter-form input { border-radius: 12px; background: var(--surface); }
.newsletter-form input:focus { border-color: var(--acc-2); box-shadow: 0 0 0 3px var(--acc-tint); }
.cta-band { background: linear-gradient(135deg, #1F4FCC 0%, #3B7BFF 100%); }
.site-footer { background: #04060C; }
.footer-brand .contact-line svg { color: var(--acc-2); }

/* page header / filters / COA */
.page-header h1 { letter-spacing: -0.03em; }
.page-header__meta b { color: var(--acc-2); }
.filter-bar { background: rgba(6,8,15,0.85); }
.filter-pill { font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; font-size: 11px; }
.filter-pill.is-active { background: var(--acc); border-color: var(--acc); box-shadow: 0 8px 20px -10px rgba(59,123,255,0.8); }
.coa-card, .coa-explain__step { background: var(--surface); box-shadow: var(--card-sh); }
.coa-card__thumb { background: linear-gradient(180deg, #121A2E, #0A0F1E); }
.coa-card__cat, .coa-explain__step .step-no, .coa-card__cert-link { color: var(--acc-2); }
.stat-card { background: var(--paper-2); }

/* cart drawer + popup */
.cart-drawer { background: #0B1020; box-shadow: -30px 0 80px rgba(0,0,0,0.7); }
.cart-line__thumb, .cart-drawer__upsell-thumb { background: linear-gradient(180deg, #121A2E, #0A0F1E); border: 1px solid var(--line); }
.cart-line__name:hover, .cart-line__qty button:hover { color: var(--acc-2); }
.cart-line.is-new { background: var(--acc-tint); }
.cart-drawer__upsell-add { color: var(--acc-2); border-color: var(--acc-line); font-weight: 700; }
.cart-drawer__upsell-add:hover { background: var(--acc); }
.cart-drawer__shipbar-fill { background: linear-gradient(90deg, var(--acc-deep), var(--acc-2)); }
.cart-drawer__count { background: var(--acc); }
.email-popup { background: #0B1020; }
.email-popup__art { background: radial-gradient(circle at 30% 20%, rgba(59,123,255,0.35), transparent 60%), #06080F; }
.email-popup__badge { background: var(--acc); color: #fff; }
.email-popup__code { color: var(--acc-2); }
#email-popup-input { border-radius: 12px; }
#email-popup-input:focus { border-color: var(--acc-2); }

/* checkout (light paper) */
.checkout-field input, .checkout-field select { border-radius: 12px; }
.checkout-field input:focus, .checkout-field select:focus { border-color: var(--acc); box-shadow: 0 0 0 3px rgba(59,123,255,0.18); }
.checkout-shipmethod { border-color: var(--acc); background: rgba(59,123,255,0.08); border-radius: 12px; }
.checkout-summary { background: #fff; border-color: rgba(11,18,32,0.1); box-shadow: 0 18px 40px -22px rgba(11,18,32,0.2); }
.checkout-summary__row--total b { color: var(--acc-deep); }
.checkout-attestation { border-radius: 12px; }

/* ============================ PRODUCT PAGE v2 ============================ */
.pdp--v2 { grid-template-columns: 1.02fr 0.98fr; gap: 48px; align-items: flex-start; }
.pdp--v2 .pdp__gallery { position: sticky; top: 100px; }
.gal { display: grid; grid-template-columns: 76px 1fr; gap: 14px; align-items: start; }
.gal__thumbs { display: flex; flex-direction: column; gap: 10px; }
.gal__thumb { width: 76px; height: 76px; border-radius: 12px; border: 1px solid var(--line-2); background: linear-gradient(180deg, #121A2E, #0A0F1E); display: grid; place-items: center; overflow: hidden; padding: 6px; position: relative; transition: border-color .15s var(--ease), box-shadow .15s var(--ease), transform .15s var(--ease); }
.gal__thumb img { max-width: 100%; max-height: 100%; object-fit: contain; filter: drop-shadow(0 6px 8px rgba(0,0,0,0.6)); }
.gal__thumb:hover { border-color: var(--acc-line); transform: translateY(-1px); }
.gal__thumb.is-active { border-color: var(--acc); box-shadow: 0 0 0 3px var(--acc-tint), 0 8px 20px -10px rgba(59,123,255,0.8); }
.gal__thumb--doc { background: #fff; padding: 0; }
.gal__thumb--doc img { filter: none; object-fit: cover; width: 100%; height: 100%; }
.gal__thumb--doc span { position: absolute; left: 0; right: 0; bottom: 0; background: rgba(6,8,15,0.8); color: #fff; font-size: 9px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; padding: 4px 0; text-align: center; }
.pdp--v2 .pdp__image { border-radius: 18px; border-color: var(--line); box-shadow: var(--card-sh);
  background: radial-gradient(circle at 50% 40%, var(--glow, rgba(59,123,255,0.35)) 0%, transparent 58%), radial-gradient(circle at 50% 100%, rgba(59,123,255,0.12), transparent 60%), linear-gradient(180deg, #121A2E 0%, #0A0F1E 100%); }
.pdp--v2 .pdp__image img { width: 80%; filter: drop-shadow(0 36px 40px rgba(0,0,0,0.8)); transition: opacity .2s var(--ease); }
.pdp--v2 .pdp__image img.is-doc { width: 92%; border-radius: 10px; filter: drop-shadow(0 24px 30px rgba(0,0,0,0.7)); }

.buybox { display: flex; flex-direction: column; gap: 0; }
.buybox .pdp__cat { color: var(--acc-2); font-weight: 700; letter-spacing: 0.14em; }
.buybox .pdp__name { font-size: clamp(32px, 3.8vw, 50px); letter-spacing: -0.03em; margin: 10px 0 8px; }
.buybox .pdp__dose-row { margin-bottom: 14px; }
.buybox .pdp__dose { font-weight: 700; font-size: 11.5px; letter-spacing: 0.08em; text-transform: uppercase; border-color: var(--line-2); border-radius: 8px; }
.buybox .pdp__desc { margin-bottom: 18px; color: rgba(245,247,251,0.7); font-size: 15px; max-width: none; line-height: 1.7; }
.buybox__chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 26px; }
.buybox__chips span { display: inline-flex; align-items: center; gap: 7px; padding: 7px 12px; border: 1px solid var(--line-2); border-radius: 999px; background: rgba(255,255,255,0.03); font-size: 10.5px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(245,247,251,0.86); }
.buybox__chips svg { width: 13px; height: 13px; color: var(--acc-2); flex: none; }

.buybox__step { font-size: 11.5px; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; color: #fff; margin: 0 0 10px; display: flex; align-items: center; gap: 8px; }
.buybox__step-n { color: var(--acc-2); }

.tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 22px; }
.tier { position: relative; text-align: left; padding: 14px 14px 12px; border-radius: 14px; border: 1px solid var(--line-2); background: rgba(255,255,255,0.025); color: #fff; display: flex; flex-direction: column; gap: 3px; transition: border-color .15s var(--ease), background .15s var(--ease), box-shadow .15s var(--ease), transform .15s var(--ease); cursor: pointer; }
.tier:hover { border-color: var(--acc-line); background: rgba(59,123,255,0.06); }
.tier.is-active { border-color: var(--acc); background: rgba(59,123,255,0.10); box-shadow: 0 0 0 3px var(--acc-tint), 0 14px 30px -18px rgba(59,123,255,0.9); }
.tier__t { font-size: 12px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(245,247,251,0.8); }
.tier__p { font-size: 20px; font-weight: 800; letter-spacing: -0.02em; margin-top: 2px; }
.tier__s { font-size: 11.5px; color: rgba(245,247,251,0.55); font-weight: 600; }
.tier__save { color: var(--ok); font-weight: 800; }
.tier__strike { text-decoration: line-through; color: rgba(245,247,251,0.4); font-weight: 600; font-size: 12.5px; margin-left: 6px; }
.tier__tag { position: absolute; top: -9px; right: 10px; font-style: normal; font-size: 9px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; background: var(--acc); color: #fff; padding: 3px 8px; border-radius: 6px; box-shadow: 0 6px 14px -6px rgba(59,123,255,0.9); }

.addon { display: flex; align-items: center; gap: 14px; padding: 12px 14px; border: 1px solid var(--line-2); border-radius: 14px; background: rgba(255,255,255,0.025); cursor: pointer; margin-bottom: 22px; transition: border-color .15s var(--ease), background .15s var(--ease); }
.addon:hover { border-color: var(--acc-line); }
.addon:has(input:checked) { border-color: var(--acc); background: rgba(59,123,255,0.10); box-shadow: 0 0 0 3px var(--acc-tint); }
.addon input { width: 18px; height: 18px; accent-color: var(--acc); flex: none; }
.addon__thumb { width: 50px; height: 50px; border-radius: 10px; background: linear-gradient(180deg, #121A2E, #0A0F1E); border: 1px solid var(--line); display: grid; place-items: center; flex: none; overflow: hidden; }
.addon__thumb img { max-width: 78%; max-height: 78%; filter: drop-shadow(0 6px 8px rgba(0,0,0,0.6)); }
.addon__body { flex: 1; min-width: 0; }
.addon__body b { display: block; font-size: 14px; font-weight: 800; }
.addon__body span { display: block; font-size: 12px; color: rgba(245,247,251,0.6); margin-top: 2px; }
.addon__price { font-weight: 800; font-size: 14px; color: var(--acc-2); white-space: nowrap; }

.buybox__cta { display: flex; gap: 12px; align-items: stretch; margin-bottom: 14px; }
.buybox__cta .qty-stepper { border-radius: 12px; border-color: var(--line-2); background: rgba(255,255,255,0.03); }
.buybox__cta .qty-stepper button { height: 56px; width: 46px; }
.buybox__cta .qty-stepper button:hover { color: var(--acc-2); }
.buybox__btn { flex: 1; min-height: 56px; font-size: 15px; letter-spacing: 0.04em; text-transform: uppercase; gap: 10px; border-radius: 12px; }
.buybox__btn-price { font-weight: 800; opacity: 0.95; }
.buybox__btn-price::before { content: '–'; margin-right: 8px; opacity: 0.6; }
.buybox__micro { display: flex; flex-wrap: wrap; gap: 8px 22px; padding: 4px 2px 22px; border-bottom: 1px solid var(--line); margin-bottom: 20px; }
.buybox__micro span { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 600; color: rgba(245,247,251,0.72); }
.buybox__micro svg { width: 14px; height: 14px; color: var(--acc-2); flex: none; }
.buybox__hint { font-size: 11.5px; color: rgba(245,247,251,0.5); margin: -6px 0 18px; }
.buybox .pdp__ruo-notice { border-radius: 12px; background: rgba(255,255,255,0.03); }
.buybox .pdp__specs-table { border-radius: 14px; box-shadow: var(--card-sh); }
.buybox .pdp__specs-row { background: rgba(255,255,255,0.02); }

/* benefit row under the buy box */
.benefits { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 56px; padding-top: 40px; border-top: 1px solid var(--line); }
.benefits__item { display: flex; flex-direction: column; gap: 10px; }
.benefits__ic { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; background: var(--acc-tint); border: 1px solid var(--acc-line); color: var(--acc-2); }
.benefits__ic svg { width: 20px; height: 20px; }
.benefits__item b { font-size: 14.5px; font-weight: 800; letter-spacing: -0.01em; }
.benefits__item span { font-size: 12.5px; color: rgba(245,247,251,0.6); line-height: 1.55; }

/* stock.js may replace the button with a Notify form — keep it tidy */
.buybox__cta .stock-notify--pdp { flex: 1; }
.buybox .stock-badge--out { border-radius: 6px; margin: 6px 0 10px; }

@media (max-width: 980px) {
  .pdp--v2 { grid-template-columns: 1fr; gap: 28px; }
  .pdp--v2 .pdp__gallery { position: static; }
  .gal { grid-template-columns: 1fr; }
  .gal__thumbs { flex-direction: row; order: 2; justify-content: center; flex-wrap: wrap; }
  .gal__thumb { width: 64px; height: 64px; }
  .pdp--v2 .pdp__image { max-width: 520px; margin: 0 auto; }
  .benefits { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .tiers { grid-template-columns: 1fr; gap: 8px; }
  .tier { flex-direction: row; align-items: center; justify-content: space-between; flex-wrap: wrap; padding: 12px 14px; }
  .tier__tag { top: -8px; }
  .buybox__cta { flex-direction: column; }
  .buybox__cta .qty-stepper { justify-content: center; }
  .benefits { grid-template-columns: 1fr; gap: 20px; }
}

/* ---------- page header → first section spacing ----------
   .page-header already carries 48px of its own bottom padding, so the next
   section's full 104px top padding opened a ~150px hole. Most visible on the
   COA page, between the intro copy and "Certificate status." */
.page-header + .section { padding-top: 52px; }
.page-header + .section--tight { padding-top: 44px; }
@media (max-width: 768px) {
  .page-header + .section,
  .page-header + .section--tight { padding-top: 36px; }
}

/* ==========================================================================
   CONTRAST REPAIR
   The dark theme paints h1–h4 white globally. Inside the light ".on-paper"
   bands (COA sample, checkout, contact FAQ, partners how-it-works/apply,
   product "Research notes", legal pages) that leaves white-on-near-white
   headings. And a handful of components carry paper-era dark text from
   styles.css that lands dark-on-dark when reused in an ".on-ink" section.
   ========================================================================== */

/* light "paper" bands — keep everything dark enough to read */
.on-paper { color: var(--ink-text); }
.on-paper h1, .on-paper h2, .on-paper h3, .on-paper h4,
.on-paper .section-head h2,
.on-paper .contact-card h2,
.on-paper .pdp__section-title { color: var(--ink-text); }
.on-paper .eyebrow { color: var(--summit-deep); }
.on-paper p, .on-paper li { color: #45536B; }
.on-paper .section-head p,
.on-paper .split p,
.on-paper .pdp__body-copy,
.on-paper .pdp__body-copy p,
.on-paper .faq-item p,
.on-paper .contact-card p { color: #45536B; }
.on-paper .legal-doc p, .on-paper .legal-doc li { color: var(--ink-text); }

/* dark bands — repair components that were coloured for paper */
.on-ink .split h2, .on-ink .split h3 { color: #fff; }
.on-ink .split p { color: var(--muted-on-dark); }
.on-ink .stat-card__label { color: var(--muted-on-dark); }
