/* EVLOmd — chrome brand stylesheet.
   Palette: ink #07090b · marble whites · chrome silver. No gold.
   Layout + class names are kept from the shop template so every page
   (catalogue, PDPs, quiz, legal) inherits the new craft. */

:root {
  /* ink */
  --ink: #07090b;
  --ink-2: #0e1114;
  --ink-3: #15181c;
  --ink-4: #1d2126;
  /* marble */
  --marble: #f3f3f2;
  --marble-2: #e9eaeb;
  --marble-3: #dedfe1;
  --paper: #f8f8f7;
  --card: #ffffff;
  /* chrome */
  --chrome: #c9ccd1;
  --chrome-2: #a7abb1;
  --chrome-3: #7e838a;
  --chrome-light: #e9ebee;
  /* continuous polished-steel ramp: no hard horizon stop, no midline seam */
  --chrome-grad: linear-gradient(172deg, #f7f8f9 0%, #e4e7ea 28%, #cfd3d8 52%, #c2c6cb 70%, #d8dbdf 88%, #eef0f2 100%);
  --chrome-line: linear-gradient(90deg, transparent, rgba(201,204,209,.9), transparent);
  /* text */
  --text-dark: var(--ink);
  --text: var(--marble);
  --steel: #6b7078;
  --muted: #7a7f86;
  --muted-2: #9a9fa6;
  --soft: #5b6068;
  --accent: #5b6068;
  /* lines + surfaces */
  --line: rgba(7,9,11,.09);
  --line-2: rgba(7,9,11,.16);
  --line-dark: rgba(255,255,255,.1);
  --shadow: 0 24px 60px -20px rgba(7,9,11,.25), 0 6px 18px -8px rgba(7,9,11,.12);
  --shadow-sm: 0 1px 0 rgba(7,9,11,.04), 0 10px 30px -18px rgba(7,9,11,.25);
  --radius: 18px;
  --radius-sm: 12px;
  --pill: 999px;
  --header: 72px;
  --max: 1200px;
  --sans: "Outfit", system-ui, -apple-system, "Segoe UI", sans-serif;
  --serif: "Newsreader", "Iowan Old Style", Georgia, serif;
  /* motion */
  --ease: cubic-bezier(.22, 1, .36, 1);
  --ease-io: cubic-bezier(.65, 0, .35, 1);
  --dur: .7s;
  --dur-fast: .28s;

  /* legacy aliases used by the carried-over page styles */
  --mint: var(--chrome);
  --forest: var(--ink);
}

/* ---------------------------------------------------------------- base -- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
html, body { margin: 0; padding: 0; }
body {
  font-family: var(--sans);
  color: var(--text-dark);
  background: var(--marble);
  line-height: 1.5;
  min-height: 100%;
  font-feature-settings: "ss01", "cv11";
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
::selection { background: var(--ink); color: #fff; }
:focus-visible { outline: 2px solid var(--chrome-2); outline-offset: 3px; border-radius: 4px; }
.skip { position: absolute; left: -999px; top: 0; }
.skip:focus { left: 12px; top: 12px; z-index: 80; background: #fff; padding: 8px 12px; }

.wrap { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.wrap-wide { width: min(1320px, calc(100% - 40px)); margin: 0 auto; }

h1, h2, h3 { font-weight: 600; }
h1, h2 {
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -.025em;
  line-height: 1.04;
  margin: 0;
  font-optical-sizing: auto;
}
h2 { font-size: clamp(30px, 4vw, 48px); }
h2 em, h1 em, .mint { color: var(--ink); font-style: italic; }
h3 { letter-spacing: -.015em; }
.lead { color: var(--soft); max-width: 560px; font-size: 16px; }
.kicker {
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 10px;
  font-weight: 500;
}
.kicker::before {
  content: "";
  display: inline-block;
  width: 18px; height: 1px;
  background: var(--chrome-2);
  vertical-align: middle;
  margin-right: 10px;
}

/* ------------------------------------------------------ announcement -- */
.ann {
  background: var(--ink);
  color: rgba(255,255,255,.72);
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 28px;
  gap: 16px;
  border-bottom: 1px solid var(--line-dark);
}
.ann a {
  background: var(--chrome-grad);
  color: var(--ink);
  border-radius: var(--pill);
  padding: 5px 12px;
  letter-spacing: .1em;
  font-weight: 650;
  font-size: 10px;
}

/* -------------------------------------------------------------- header -- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: var(--header);
  padding: 14px 28px;
  background: rgba(243,243,242,.78);
  -webkit-backdrop-filter: blur(18px) saturate(1.2);
  backdrop-filter: blur(18px) saturate(1.2);
  border-bottom: 1px solid var(--line);
  transition: background var(--dur-fast) var(--ease), padding var(--dur-fast) var(--ease), border-color var(--dur-fast);
}
body.home .site-header,
body.consult .site-header {
  position: fixed;
  left: 0; right: 0;
  background: transparent;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  border-bottom-color: transparent;
  color: #fff;
}
body.home .site-header.is-solid,
body.consult .site-header.is-solid {
  background: rgba(7,9,11,.78);
  -webkit-backdrop-filter: blur(18px) saturate(1.2);
  backdrop-filter: blur(18px) saturate(1.2);
  border-bottom-color: var(--line-dark);
  padding-top: 10px; padding-bottom: 10px;
}
body.lib-page .site-header {
  background: rgba(7,9,11,.86);
  color: #fff;
  border-bottom-color: var(--line-dark);
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  letter-spacing: -.02em;
  font-size: 18px;
  flex-shrink: 0;
}
.brand .wordmark {
  display: block;
  width: 136px;
  height: auto;
  filter: drop-shadow(0 1px 0 rgba(255,255,255,.35));
  transition: transform var(--dur-fast) var(--ease);
}
body.home .brand .wordmark,
body.consult .brand .wordmark,
body.lib-page .brand .wordmark,
.site-footer .brand .wordmark { filter: drop-shadow(0 6px 18px rgba(0,0,0,.45)); }
.brand:hover .wordmark { transform: translateY(-1px); }
.site-footer .brand .wordmark { width: 150px; }
@media (max-width: 720px) {
  .brand .wordmark { width: 112px; }
}
.mark {
  width: 22px; height: 22px;
  border-radius: 6px;
  background: var(--chrome-grad);
  display: grid; place-items: center;
  flex-shrink: 0;
}
.mark i { width: 9px; height: 9px; background: var(--ink); border-radius: 2px; display: block; }

.nav-main {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 11px;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--steel);
  font-weight: 500;
}
.nav-main > a, .nav-main .more-wrap > a {
  position: relative;
  padding: 6px 0;
  transition: color var(--dur-fast) var(--ease);
}
.nav-main > a::after, .nav-main .more-wrap > a::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--dur-fast) var(--ease);
}
.nav-main > a:hover::after, .nav-main .more-wrap > a:hover::after { transform: scaleX(1); }
body.home .nav-main, body.consult .nav-main, body.lib-page .nav-main { color: rgba(255,255,255,.72); }
.nav-main a:hover { color: var(--ink); }
body.home .nav-main a:hover, body.consult .nav-main a:hover, body.lib-page .nav-main a:hover { color: #fff; }
.nav-main .has-new { display: inline-flex; align-items: center; gap: 7px; }
.badge-new {
  background: var(--chrome-grad);
  color: var(--ink);
  font-size: 8px;
  letter-spacing: .1em;
  padding: 2px 6px;
  border-radius: var(--pill);
  font-weight: 700;
}
.more-wrap { position: relative; }
.more-menu {
  display: none;
  position: absolute;
  top: 150%;
  left: -12px;
  min-width: 220px;
  max-height: 70vh;
  overflow: auto;
  background: #fff;
  color: var(--text-dark);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 8px;
  box-shadow: var(--shadow);
  text-transform: none;
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 500;
  transform-origin: top left;
}
.more-wrap.open .more-menu { display: grid; animation: pop .28s var(--ease) both; }
.more-menu a { padding: 9px 10px; border-radius: 8px; transition: background var(--dur-fast); }
.more-menu a:hover { background: var(--marble); }
@keyframes pop { from { opacity: 0; transform: translateY(-6px) scale(.98); } to { opacity: 1; transform: none; } }

.nav-utils { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid var(--line-2);
  background: transparent;
  color: inherit;
  border-radius: var(--pill);
  padding: 6px 10px;
  font-size: 12px;
  letter-spacing: .04em;
  transition: border-color var(--dur-fast);
}
.chip:hover { border-color: var(--ink); }
body.home .chip, body.consult .chip, body.lib-page .chip { border-color: rgba(255,255,255,.26); color: #fff; }
body.home .chip:hover, body.consult .chip:hover, body.lib-page .chip:hover { border-color: #fff; }
.ico {
  width: 38px; height: 38px;
  border: 0;
  background: transparent;
  color: inherit;
  border-radius: 50%;
  display: grid; place-items: center;
  transition: background var(--dur-fast), transform var(--dur-fast) var(--ease);
}
.ico:hover { background: rgba(7,9,11,.06); }
body.home .ico:hover, body.consult .ico:hover, body.lib-page .ico:hover { background: rgba(255,255,255,.1); }
.ico svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.ico.is-signed { box-shadow: inset 0 0 0 1.5px currentColor; }
.btn-cart {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--ink);
  color: #fff;
  border: 1px solid var(--ink);
  border-radius: var(--pill);
  padding: 9px 16px;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: .02em;
  transition: transform var(--dur-fast) var(--ease), box-shadow var(--dur-fast) var(--ease), background var(--dur-fast);
}
.btn-cart:hover { transform: translateY(-1px); box-shadow: 0 10px 24px -12px rgba(7,9,11,.6); }
body.home .btn-cart, body.consult .btn-cart, body.lib-page .btn-cart { background: var(--chrome-grad); color: var(--ink); border-color: transparent; }
.btn-cart svg { width: 16px; height: 16px; }
.btn-cart.bump { animation: bump .5s var(--ease); }
@keyframes bump { 30% { transform: scale(1.08); } 60% { transform: scale(.97); } }
.cart-count {
  position: absolute;
  top: -7px; right: -6px;
  min-width: 18px; height: 18px;
  padding: 0 5px;
  border-radius: var(--pill);
  background: #fff;
  color: var(--ink);
  border: 1px solid var(--ink);
  font-size: 10px;
  font-weight: 700;
  display: grid; place-items: center;
  line-height: 1;
}
body.home .cart-count, body.consult .cart-count, body.lib-page .cart-count { background: var(--ink); color: #fff; border-color: rgba(255,255,255,.4); }
.cart-count[hidden] { display: none; }

.nav-toggle {
  display: none;
  width: 42px; height: 42px;
  border: 0; background: transparent; color: inherit;
  position: relative;
  z-index: 46;
}
.nav-toggle span {
  display: block; width: 20px; height: 1.5px; background: currentColor; margin: 5px auto;
  transition: transform var(--dur-fast) var(--ease), opacity var(--dur-fast);
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6.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(-6.5px) rotate(-45deg); }

/* ------------------------------------------------------------- buttons -- */
.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: var(--pill);
  padding: 15px 28px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: .02em;
  border: 1px solid transparent;
  line-height: 1;
  transition: transform var(--dur-fast) var(--ease), box-shadow var(--dur-fast) var(--ease), background var(--dur-fast), color var(--dur-fast), border-color var(--dur-fast);
  will-change: transform;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); transition-duration: .08s; }
.btn-primary, .btn-dark {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
  box-shadow: 0 14px 30px -16px rgba(7,9,11,.7);
}
.btn-primary:hover, .btn-dark:hover { box-shadow: 0 22px 40px -18px rgba(7,9,11,.7); background: var(--ink-3); }
.btn-chrome, .btn-mint {
  background: var(--chrome-grad);
  color: var(--ink);
  border-color: rgba(255,255,255,.55);
  box-shadow:
    0 14px 34px -16px rgba(0,0,0,.7),
    inset 0 1px 0 rgba(255,255,255,.95),
    inset 0 -1px 0 rgba(7,9,11,.10);
  overflow: hidden;
  isolation: isolate;
}
/* metal light sweep: a continuous, transform-driven pass that never rests */
.btn-chrome::before, .btn-mint::before {
  content: "";
  position: absolute;
  top: -1px; bottom: -1px;
  left: 0;
  width: 55%;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(100deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.28) 30%, rgba(255,255,255,.8) 50%, rgba(255,255,255,.28) 70%, rgba(255,255,255,0) 100%);
  transform: translate3d(-120%, 0, 0) skewX(-14deg);
  animation: btn-sheen 4.8s linear infinite;
  will-change: transform;
}
@keyframes btn-sheen { from { transform: translate3d(-120%, 0, 0) skewX(-14deg); } to { transform: translate3d(320%, 0, 0) skewX(-14deg); } }
.btn-chrome:hover, .btn-mint:hover {
  box-shadow: 0 22px 44px -18px rgba(0,0,0,.8), inset 0 1px 0 #fff, inset 0 -1px 0 rgba(7,9,11,.10);
  filter: brightness(1.03);
}
.hero.film-light .btn-chrome::before { display: none; }
.btn-ghost {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,.28);
}
.btn-ghost:hover { border-color: #fff; background: rgba(255,255,255,.06); }
.btn-link { background: none; border: 0; color: inherit; padding: 15px 6px; font-weight: 600; }
.btn-link:hover { transform: none; text-decoration: underline; text-underline-offset: 4px; text-decoration-color: var(--chrome-2); }
.btn-outline {
  background: #fff;
  border-color: var(--line-2);
  color: var(--text-dark);
}
.btn-outline:hover { border-color: var(--ink); }
.btn-add {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--ink);
  color: #fff;
  border: 1px solid var(--ink);
  border-radius: var(--pill);
  padding: 9px 16px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  transition: background var(--dur-fast), color var(--dur-fast), transform var(--dur-fast) var(--ease), box-shadow var(--dur-fast);
}
.btn-add:hover { background: var(--chrome-grad); color: var(--ink); border-color: transparent; transform: translateY(-1px); box-shadow: 0 10px 22px -12px rgba(7,9,11,.6); }
.btn-add.is-added { background: var(--chrome-grad); color: var(--ink); border-color: transparent; }
a.btn-add { text-decoration: none; }

/* ---------------------------------------------------------------- hero -- */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  background: var(--ink);
  color: #fff;
  display: grid;
  align-items: center;
  isolation: isolate;
}
.hero-bg {
  position: absolute; inset: 0;
  overflow: hidden;
  background:
    radial-gradient(55% 45% at 50% 46%, rgba(201,204,209,.07), transparent 70%),
    var(--ink);
}
.hero-bg::after {
  /* fine static grain, keeps the ink from reading as flat black */
  content: "";
  position: absolute; inset: -50%;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 .06 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
  opacity: .22;
  pointer-events: none;
}
/* drop-in slot for the generated chrome film: assets/hero-evlomd.mp4 */
.hero-video {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1.4s var(--ease);
}
.hero-video.is-live { opacity: 1; }
/* a living background, never a player: no controls, no play affordance */
.hero-video { pointer-events: none; -webkit-appearance: none; appearance: none; }
.hero-video::-webkit-media-controls,
.hero-video::-webkit-media-controls-panel,
.hero-video::-webkit-media-controls-enclosure,
.hero-video::-webkit-media-controls-overlay-play-button,
.hero-video::-webkit-media-controls-start-playback-button,
.hero-video::-webkit-media-controls-play-button,
.hero-video::-webkit-media-controls-timeline,
.hero-video::-webkit-media-controls-fullscreen-button { display: none !important; -webkit-appearance: none !important; opacity: 0 !important; pointer-events: none !important; }
.hero-video::-internal-media-controls-overlay-cast-button { display: none !important; }
.hero.has-film .hero-mark, .hero.has-film .hero-bg::after { display: none; }
/* ambient peptide / helix line-art: above the film, below the copy, never
   interactive. Masked so the centre stays clear for the wordmark. */
.hero-ambient {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  pointer-events: none;
  opacity: 1;
  -webkit-mask: radial-gradient(46% 38% at 50% 46%, rgba(0,0,0,.18), rgba(0,0,0,.88) 56%, #000 74%);
  mask: radial-gradient(46% 38% at 50% 46%, rgba(0,0,0,.18), rgba(0,0,0,.88) 56%, #000 74%);
}
.hero.film-light .hero-ambient { opacity: .5; }
@media (max-width: 820px) {
  .hero-ambient {
    opacity: .7;
    -webkit-mask: radial-gradient(70% 46% at 50% 50%, rgba(0,0,0,.1), rgba(0,0,0,.85) 62%, #000 80%);
    mask: radial-gradient(70% 46% at 50% 50%, rgba(0,0,0,.1), rgba(0,0,0,.85) 62%, #000 80%);
  }
}
/* film live: the wordmark is baked into the frame, so the copy parts to the
   top and bottom edges and leaves the centre band clear */
.hero.has-film .hero-stage {
  min-height: 100vh;
  min-height: 100svh;
  align-content: end;
  padding-bottom: 84px;
}
.hero.has-film .hero-tagline { margin-top: 0; }
.hero.has-film .hero-cta { margin-top: 22px; }
.hero.has-film .hero-ruo { margin-top: 26px; }
/* marble film -> light hero */
.hero.film-light { color: var(--ink); }
.hero.film-light .hero-bg { background: var(--marble); }
.hero.film-light .hero-tagline { color: var(--ink); }
.hero.film-light .hero-ruo { color: var(--muted); }
.hero.film-light .btn-chrome { background: var(--ink); color: #fff; border-color: var(--ink); box-shadow: 0 14px 30px -16px rgba(7,9,11,.7); }
.hero.film-light .btn-chrome:hover { background: var(--ink-3); filter: none; }
.hero.film-light .btn-ghost { color: var(--ink); border-color: var(--line-2); }
.hero.film-light .btn-ghost:hover { border-color: var(--ink); background: rgba(7,9,11,.04); }
.hero.film-light .scroll-cue { background: rgba(7,9,11,.15); }
.hero.film-light .scroll-cue::after { background: linear-gradient(to bottom, transparent, var(--ink), transparent); }
/* transparent home header over a light hero */
body.home.hero-light .site-header:not(.is-solid) { color: var(--ink); }
body.home.hero-light .site-header:not(.is-solid) .nav-main { color: var(--steel); }
body.home.hero-light .site-header:not(.is-solid) .nav-main a:hover { color: var(--ink); }
body.home.hero-light .site-header:not(.is-solid) .chip { border-color: var(--line-2); color: var(--ink); }
body.home.hero-light .site-header:not(.is-solid) .chip:hover { border-color: var(--ink); }
body.home.hero-light .site-header:not(.is-solid) .ico:hover { background: rgba(7,9,11,.06); }
body.home.hero-light .site-header:not(.is-solid) .btn-cart { background: var(--ink); color: #fff; border-color: var(--ink); }
body.home.hero-light .site-header:not(.is-solid) .cart-count { background: #fff; color: var(--ink); border-color: var(--ink); }
body.home.hero-light .site-header:not(.is-solid) .brand .wordmark { filter: drop-shadow(0 1px 0 rgba(255,255,255,.6)); }
.hero-stage {
  position: relative;
  z-index: 1;
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
  padding: calc(var(--header) + 40px) 0 72px;
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 0;
}
.hero-mark {
  --mark: url("../assets/brand/evlomd-chrome.png");
  position: relative;
  width: min(620px, 72vw);
  margin: 2vh auto 0;
}
.hero-mark-3d {
  position: relative;
  transform-style: preserve-3d;
  will-change: transform;
}
.hero-mark img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 26px 50px rgba(0,0,0,.55));
}
.hero-mark .sheen {
  position: absolute; inset: 0;
  pointer-events: none;
  -webkit-mask: var(--mark) center / contain no-repeat;
  mask: var(--mark) center / contain no-repeat;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,.55) 50%, transparent 60%);
  background-size: 260% 100%;
  background-position: 120% 0;
  mix-blend-mode: screen;
  animation: sheen 11s var(--ease-io) 2s infinite;
}
@keyframes sheen { 0% { background-position: 120% 0; } 30%, 100% { background-position: -60% 0; } }
.hero-lower { display: grid; justify-items: center; text-align: center; }
.hero-tagline {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(20px, 2.3vw, 28px);
  letter-spacing: -.01em;
  color: rgba(255,255,255,.8);
  margin: clamp(48px, 8vh, 88px) 0 0;
  max-width: 640px;
}
.hero-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin-top: 30px;
  flex-wrap: wrap;
}
.hero-cta .btn-link { color: rgba(255,255,255,.8); }
.hero.film-light .hero-cta .btn-link { color: var(--ink); }
.hero-ruo {
  margin: 44px 0 0;
  font-size: 10.5px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(255,255,255,.42);
}
.scroll-cue {
  position: absolute;
  left: 50%; bottom: 22px;
  transform: translateX(-50%);
  z-index: 1;
  width: 1px; height: 54px;
  background: rgba(255,255,255,.18);
  overflow: hidden;
}
.scroll-cue::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, transparent, #fff, transparent);
  animation: cue 2.4s var(--ease-io) infinite;
}
@keyframes cue { 0% { transform: translateY(-100%); } 100% { transform: translateY(100%); } }

/* load-in choreography */
.hero .in-1, .hero .in-2, .hero .in-3, .hero .in-4 {
  opacity: 0;
  animation: rise 1.2s var(--ease) forwards;
}
.hero .in-1 { animation-delay: .2s; animation-name: bloom; animation-duration: 1.8s; }
.hero .in-2 { animation-delay: .9s; }
.hero .in-3 { animation-delay: 1.05s; }
.hero .in-4 { animation-delay: 1.2s; }
@keyframes rise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
@keyframes bloom { from { opacity: 0; transform: scale(.94) translateY(10px); filter: blur(6px); } to { opacity: 1; transform: none; filter: blur(0); } }

/* -------------------------------------------------------------- intro -- */
.intro {
  background:
    radial-gradient(70% 60% at 50% 0%, rgba(255,255,255,.9), transparent 70%),
    var(--marble);
  color: var(--text-dark);
  border-bottom: 1px solid var(--line);
}
.intro .hero-copy { text-align: center; max-width: 900px; margin: 0 auto; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--line-2);
  background: #fff;
  color: var(--ink);
  border-radius: var(--pill);
  padding: 7px 14px;
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 500;
}
.eyebrow .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--chrome-grad); box-shadow: 0 0 0 3px rgba(201,204,209,.35); }
.intro h1 {
  font-size: clamp(42px, 6.6vw, 88px);
  margin: 26px 0 0;
}
.intro h1 .rot {
  display: block;
  font-style: italic;
  color: var(--chrome-3);
  background: linear-gradient(180deg, #3c4047 0%, #8a8f96 48%, #4b5057 52%, #9ea3aa 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: opacity .32s var(--ease), transform .32s var(--ease);
}
.intro h1 .rot.swap { opacity: 0; transform: translateY(8px); }
.intro .sub {
  max-width: 600px;
  margin: 24px auto 0;
  font-size: 17px;
  color: var(--soft);
}
.intro .hero-cta { margin-top: 30px; }
.intro .btn-link { color: var(--ink); }
.trust-row {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--muted);
}
.stars { color: var(--chrome-3); letter-spacing: 2px; font-size: 13px; }

/* ------------------------------------------------------------ sections -- */
.sec { padding: 96px 0; }
.sec-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 16px;
  margin-bottom: 34px;
}
.sec-head .btn { padding: 12px 20px; font-size: 13px; }

/* goals */
.goals { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; counter-reset: goal; }
.goal {
  position: relative;
  background: linear-gradient(180deg, #fff, var(--paper));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px 24px 22px;
  min-height: 240px;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease), border-color var(--dur-fast);
}
.goal::before {
  counter-increment: goal;
  content: "0" counter(goal);
  font-size: 11px;
  letter-spacing: .18em;
  color: var(--muted-2);
  margin-bottom: 26px;
}
.goal::after {
  content: "";
  position: absolute; left: 0; right: 0; top: 0;
  height: 2px;
  background: var(--chrome-line);
  opacity: 0;
  transition: opacity var(--dur-fast);
}
.goal:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: var(--line-2); }
.goal:hover::after { opacity: 1; }
.goal h3 { margin: 0 0 8px; font-family: var(--serif); font-weight: 500; font-size: 26px; letter-spacing: -.02em; }
.goal p { margin: 0 0 18px; color: var(--soft); font-size: 14px; flex: 1; }
.goal .go {
  color: var(--ink);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  display: inline-flex; align-items: center; gap: 8px;
}
.goal .go::after { content: "→"; transition: transform var(--dur-fast) var(--ease); }
.goal:hover .go::after { transform: translateX(6px); }

/* product cards */
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.pcard {
  position: relative;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-sm);
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease), border-color var(--dur-fast);
}
.pcard:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: var(--line-2); }
.pcard-art {
  position: relative;
  height: 190px;
  overflow: hidden;
  background:
    radial-gradient(80% 70% at 50% 100%, rgba(255,255,255,1), transparent 70%),
    linear-gradient(180deg, var(--marble-2), var(--paper));
}
.pcard-art::after {
  content: "";
  position: absolute; inset: 0;
  box-shadow: inset 0 -1px 0 var(--line), inset 0 0 60px rgba(7,9,11,.05);
  pointer-events: none;
}
.pcard-art img.pack {
  width: 100%; height: 100%;
  object-fit: contain;
  display: block;
  mix-blend-mode: multiply;
  transform: scale(1.02);
  transition: transform var(--dur) var(--ease);
}
.pcard:hover .pcard-art img.pack { transform: scale(1.08); }
.pcard-badges {
  position: absolute; top: 12px; left: 12px; z-index: 1;
  display: flex; flex-wrap: wrap; gap: 6px;
}
.tag {
  font-size: 9.5px;
  font-weight: 650;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-radius: var(--pill);
  padding: 5px 9px;
  background: var(--ink);
  color: #fff;
}
.tag.lime { background: var(--chrome-grad); color: var(--ink); }
.tag.ghost { background: rgba(255,255,255,.85); color: var(--ink); border: 1px solid var(--line); }
.pcard-body { padding: 18px 18px 20px; display: flex; flex-direction: column; flex: 1; }
.cat {
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 6px;
}
.pcard h3 { margin: 0; font-size: 19px; font-family: var(--serif); font-weight: 500; letter-spacing: -.015em; }
.pcard h3 a { transition: color var(--dur-fast); }
.pcard h3 a:hover { color: var(--chrome-3); }
.pcard .line { margin: 6px 0 12px; font-weight: 500; font-size: 14px; color: var(--soft); }
.bits { margin: 0 0 16px; padding: 0; list-style: none; color: var(--soft); font-size: 13px; }
.bits li { padding-left: 14px; position: relative; line-height: 1.6; }
.bits li::before {
  content: "";
  width: 5px; height: 5px; border-radius: 50%;
  background: var(--chrome-2);
  position: absolute; left: 0; top: 8px;
}
.price-row {
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.price { font-weight: 600; font-size: 17px; letter-spacing: -.01em; }
.was { color: var(--muted-2); text-decoration: line-through; font-size: 13px; font-weight: 500; margin-right: 6px; }
.pen-svg { width: 100%; height: 100%; }

/* protocol pack stacks */
.pack-stack {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(72px, 1fr));
  gap: 4px;
  align-items: center;
  padding: 14px 12px;
  width: 100%;
  height: 100%;
  min-height: 140px;
}
.pack-stack img { width: 100%; height: 88px; object-fit: contain; mix-blend-mode: multiply; transition: transform var(--dur) var(--ease); }
.pcard:hover .pack-stack img { transform: scale(1.06); }
.pdp-art .pack-stack { min-height: 240px; }
.pdp-art .pack-stack img { height: 150px; }

/* reviews */
.reviews-head { display: flex; justify-content: space-between; align-items: end; gap: 16px; }
.reviews-head p { margin: 0; color: var(--muted); font-size: 13px; letter-spacing: .04em; }
.rev-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 30px; }
.rev {
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px 24px 22px;
  box-shadow: var(--shadow-sm);
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}
.rev:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.rev::before {
  content: "“";
  position: absolute; right: 22px; top: 6px;
  font-family: var(--serif);
  font-size: 84px;
  line-height: 1;
  color: var(--marble-3);
}
.rev p { font-size: 15px; color: var(--ink); }
.rev .who { margin-top: 16px; font-size: 12px; letter-spacing: .06em; color: var(--muted); text-transform: uppercase; }
.vtag { color: var(--chrome-3); font-size: 10px; font-weight: 650; letter-spacing: .14em; text-transform: uppercase; margin: 6px 0 10px; }

/* quiz */
.quiz {
  position: relative;
  background:
    radial-gradient(50% 60% at 80% 20%, rgba(201,204,209,.10), transparent 60%),
    radial-gradient(40% 40% at 10% 90%, rgba(201,204,209,.06), transparent 60%),
    var(--ink);
  color: #fff;
  overflow: hidden;
}
.quiz .kicker { color: rgba(255,255,255,.6); }
.quiz .kicker::before { background: rgba(255,255,255,.35); }
.quiz h2 { color: #fff; }
.quiz h2 em { color: var(--chrome); }
.quiz > .wrap > div > p { color: rgba(255,255,255,.72); }
.quiz strong { color: #fff; }
.progress { display: flex; gap: 5px; align-items: center; margin: 8px 0 18px; }
.progress i { width: 28px; height: 3px; border-radius: 3px; background: rgba(255,255,255,.14); }
.progress i.on { background: var(--chrome-grad); }
.quiz-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 56px; align-items: center; }
.goal-list { display: grid; gap: 10px; margin: 24px 0; }
.goal-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  text-align: left;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.1);
  color: #fff;
  border-radius: 14px;
  padding: 15px 18px;
  font-weight: 500;
  transition: border-color var(--dur-fast), background var(--dur-fast), transform var(--dur-fast) var(--ease);
}
.goal-btn:hover, .goal-btn.is-on {
  border-color: rgba(201,204,209,.55);
  background: rgba(255,255,255,.07);
  transform: translateX(4px);
}
.radio { width: 16px; height: 16px; border-radius: 50%; border: 1.5px solid rgba(255,255,255,.4); transition: box-shadow var(--dur-fast), border-color var(--dur-fast); }
.goal-btn:hover .radio { border-color: var(--chrome); }
.goal-btn.is-on .radio { border-color: var(--chrome); box-shadow: inset 0 0 0 4px var(--chrome); }
.quiz-note { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.5); margin-left: 12px; }
.plan-card {
  position: relative;
  background: linear-gradient(180deg, var(--ink-3), var(--ink-2));
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 22px;
  padding: 30px 26px 24px;
  min-height: 440px;
  box-shadow: 0 40px 100px -20px rgba(0,0,0,.7), inset 0 1px 0 rgba(255,255,255,.08);
  transform: rotate(2.5deg);
  transition: transform var(--dur) var(--ease);
}
.plan-card::before {
  content: "";
  position: absolute; inset: -1px;
  border-radius: 23px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255,255,255,.45), rgba(255,255,255,.04) 40%, rgba(201,204,209,.35));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.quiz:hover .plan-card { transform: rotate(1.5deg) translateY(-4px); }
.plan-card h3 { font-family: var(--serif); font-weight: 500; font-size: 30px; margin: 8px 0 6px; }
.plan-card p { color: rgba(255,255,255,.7); margin: 0 0 16px; }
.plan-card .kicker { color: rgba(255,255,255,.5); }
.torso { width: 100%; height: 210px; }
.plan-badge {
  position: absolute; top: 18px; right: 18px;
  width: 64px; height: 64px; border-radius: 50%;
  background: var(--chrome-grad); color: var(--ink);
  display: grid; place-items: center;
  text-align: center; font-size: 9px; font-weight: 800;
  letter-spacing: .1em; line-height: 1.2;
  box-shadow: 0 10px 30px -10px rgba(0,0,0,.8), inset 0 1px 0 rgba(255,255,255,.8);
}
.glow-ring {
  position: absolute;
  inset: -40px;
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 50%;
  pointer-events: none;
}
.plan-meta {
  display: grid; grid-template-columns: 1fr 1fr; gap: 8px 16px;
  font-size: 11px; letter-spacing: .06em; text-transform: uppercase; color: rgba(255,255,255,.55);
}

/* vials vs pens */
.compare { display: grid; grid-template-columns: 1fr .6fr; gap: 40px; align-items: center; }
.compare .lead { margin-bottom: 26px; }
.cmp {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}
.cmp-col { padding: 26px 24px; }
.cmp-col.vial { background: #fff; }
.cmp-col.pen { background: var(--ink); color: #fff; position: relative; }
.cmp-col.pen::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 2px; background: var(--chrome-line); }
.cmp h3 { font-size: 11px; letter-spacing: .18em; text-transform: uppercase; margin: 0 0 18px; font-weight: 600; color: var(--muted); }
.cmp-col.pen h3 { color: var(--chrome); }
.cmp li { margin: 0 0 14px; list-style: none; }
.cmp ul { margin: 0; padding: 0; }
.cmp b { display: block; font-size: 16px; font-weight: 600; }
.cmp span { display: block; font-size: 13px; color: var(--soft); }
.cmp-col.pen span { color: rgba(255,255,255,.6); }
.pen-callouts { position: relative; }
.pen-callouts ol { margin: 0 0 8px; padding: 0; list-style: none; display: flex; gap: 22px; }
.pen-callouts li { margin: 0; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
.pen-callouts .pen-photo {
  display: block;
  width: 100%;
  height: auto;
  margin: 8px 0 14px;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  filter: saturate(.5) contrast(1.03);
  transition: transform var(--dur) var(--ease);
}
.pen-callouts:hover .pen-photo { transform: scale(1.015); }
.fig { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }

/* faq */
.faq-list { max-width: 820px; margin: 34px auto 0; text-align: left; border-top: 1px solid var(--line); }
.faq-item {
  border-bottom: 1px solid var(--line);
  padding: 18px 4px;
  display: grid;
  grid-template-columns: 40px 1fr auto;
  gap: 12px;
  align-items: center;
  transition: background var(--dur-fast), padding var(--dur-fast) var(--ease);
}
a.faq-item:hover { background: #fff; padding-left: 12px; padding-right: 12px; }
.faq-item b { font-size: 17px; font-weight: 500; }
.faq-item .n { color: var(--muted-2); font-size: 12px; letter-spacing: .08em; }
.faq-plus { color: var(--muted); transition: transform var(--dur-fast) var(--ease); }
a.faq-item:hover .faq-plus { transform: rotate(90deg); color: var(--ink); }

/* footer */
.site-footer {
  position: relative;
  background: var(--ink);
  color: rgba(255,255,255,.72);
  padding: 64px 0 28px;
  font-size: 13px;
}
.site-footer::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 1px; background: var(--chrome-line); }
.foot-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 32px; }
.site-footer a { color: #fff; transition: color var(--dur-fast); }
.site-footer li a:hover { color: var(--chrome); }
.site-footer h4 {
  margin: 0 0 14px;
  font-size: 10.5px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255,255,255,.45);
  font-weight: 500;
}
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li { margin: 0 0 9px; }
.site-footer .brand { margin-bottom: 14px; }
.foot-ruo {
  margin: 12px 0 0;
  max-width: 380px;
  color: rgba(255,255,255,.5);
  font-size: 12.5px;
  line-height: 1.55;
}
.credit {
  margin-top: 40px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.08);
  color: rgba(255,255,255,.45);
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

/* cookie */
.cookie {
  position: fixed;
  left: 16px; right: 16px; bottom: 16px;
  z-index: 50;
  background: rgba(255,255,255,.92);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 12px 14px 12px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  box-shadow: var(--shadow);
  font-size: 13px;
  color: var(--ink);
  animation: rise .8s var(--ease) 1.2s both;
}
.cookie.hide { display: none; }
.cookie-actions { display: flex; gap: 8px; }
.cookie .btn { padding: 10px 16px; font-size: 13px; }

/* -------------------------------------------------------- consult page -- */
body.consult { background: var(--ink); color: #fff; }
.consult-page {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  padding: 120px 0 60px;
  background:
    radial-gradient(50% 50% at 75% 45%, rgba(201,204,209,.10), transparent 55%),
    linear-gradient(180deg, var(--ink-2), var(--ink));
}
.consult-page::after {
  content: "REPORT";
  position: absolute;
  left: 4%;
  bottom: -4%;
  font-family: var(--serif);
  font-size: 22vw;
  font-weight: 500;
  letter-spacing: -.04em;
  color: rgba(255,255,255,.025);
  pointer-events: none;
}
.consult-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr .9fr; gap: 48px; align-items: center; }
.tag-free {
  border: 1px solid rgba(201,204,209,.45);
  color: var(--chrome);
  border-radius: var(--pill);
  padding: 6px 12px;
  font-size: 11px;
  letter-spacing: .14em;
  font-weight: 600;
}
.consult-copy .eye { color: var(--chrome); font-size: 11px; letter-spacing: .18em; text-transform: uppercase; }
.consult-copy h1 { font-size: clamp(36px, 5vw, 64px); margin: 12px 0 16px; color: #fff; }
.consult-copy h1 u { text-decoration: none; color: var(--chrome); box-shadow: inset 0 -6px 0 rgba(201,204,209,.22); }
.consult-copy .body { font-size: 18px; color: rgba(255,255,255,.86); max-width: 520px; }
.micro { margin: 12px 0 18px; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.5); }
.pills { display: flex; flex-wrap: wrap; gap: 8px; }
.pill { border: 1px solid rgba(255,255,255,.16); border-radius: var(--pill); padding: 8px 12px; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.report-start { display: none; margin-top: 22px; }
.report-start.show { display: block; }
.soft-note {
  margin-top: 14px;
  padding: 14px 16px;
  border: 1px dashed rgba(201,204,209,.35);
  border-radius: 14px;
  color: rgba(255,255,255,.75);
  font-size: 14px;
}
.cart-box .soft-note, .login-box .soft-note {
  color: var(--soft);
  border-color: var(--line-2);
  background: var(--paper);
}
.cart-box .soft-note a { color: var(--ink); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
body.consult .nav-main, body.consult .nav-toggle, body.consult .nav-utils { display: none !important; }
body.consult .tag-free { margin-left: auto; }
body.consult .site-footer { background: var(--ink); }
body.consult .cookie, body.consult .overlay-card { color: var(--text-dark); }

.is-hidden { display: none !important; }
[hidden] { display: none !important; }

/* ---------------------------------------------------------------- cart -- */
.cart-items { margin: 24px 0; border-top: 1px solid var(--line); text-align: left; }
.cart-item { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.cart-item h3, .cart-item p { margin: 0; }
.cart-item h3 { font-family: var(--serif); font-weight: 500; font-size: 20px; }
.cart-item p { color: var(--muted); font-size: 13px; }
.cart-controls { display: flex; align-items: center; gap: 12px; }
.cart-controls > button:not(.cart-remove) { width: 32px; height: 32px; border: 1px solid var(--line-2); border-radius: 50%; background: transparent; transition: background var(--dur-fast), border-color var(--dur-fast); }
.cart-controls > button:not(.cart-remove):hover { background: var(--ink); color: #fff; border-color: var(--ink); }
.cart-remove { border: 0; background: transparent; color: var(--muted); text-decoration: underline; text-underline-offset: 3px; }
.cart-subtotal { display: flex; justify-content: space-between; gap: 24px; font-size: 1.15rem; }
.pdf-save-link { display: inline-block; margin-left: 12px; }
.cart-box {
  max-width: 640px;
  margin: 60px auto 80px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 44px 36px;
  text-align: center;
  box-shadow: var(--shadow-sm);
}
.cart-box h1 { margin: 0 0 10px; font-size: clamp(32px, 4vw, 44px); }
@media (max-width: 640px) {
  .cart-item { align-items: flex-start; flex-direction: column; }
  .cart-controls { flex-wrap: wrap; }
}

/* ------------------------------------------------------------ catalog -- */
.catalog { padding: 36px 0 90px; }
.cat-layout { display: grid; grid-template-columns: 220px 1fr; gap: 32px; }
.side h4 { font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); margin: 0 0 12px; font-weight: 500; }
.side a, .side button {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 11px 13px;
  margin: 0 0 8px;
  color: var(--text-dark);
  text-align: left;
  font-size: 14px;
  transition: border-color var(--dur-fast), transform var(--dur-fast) var(--ease), background var(--dur-fast), color var(--dur-fast);
}
.side a span, .side button span { color: var(--muted-2); font-size: 12px; }
.side a:hover, .side button:hover { border-color: var(--ink); transform: translateX(3px); }
.side a.is-on, .side button.is-on { background: var(--ink); color: #fff; border-color: var(--ink); }
.side a.is-on span { color: rgba(255,255,255,.6); }
.toolbar { display: flex; justify-content: space-between; gap: 12px; align-items: center; margin-bottom: 20px; flex-wrap: wrap; }
.filters { display: flex; gap: 8px; }
.filters .btn { padding: 10px 16px; font-size: 12.5px; }
.sort { font-size: 13px; color: var(--muted); }
.sort button { background: none; border: 0; color: inherit; padding: 0 6px; }
.sort button.is-on { color: var(--text-dark); text-decoration: underline; text-underline-offset: 4px; text-decoration-color: var(--chrome-2); }
.crumbs { font-size: 12px; letter-spacing: .04em; color: var(--muted); padding: 18px 0 8px; }
.crumbs a:hover { color: var(--text-dark); }

/* ---------------------------------------------------------------- pdp -- */
.pdp { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; padding: 10px 0 60px; }
.pdp-art {
  position: relative;
  background:
    radial-gradient(80% 70% at 50% 100%, rgba(255,255,255,1), transparent 70%),
    linear-gradient(180deg, var(--marble-2), var(--paper));
  border: 1px solid var(--line);
  border-radius: 22px;
  min-height: 460px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.pdp-art::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 90px rgba(7,9,11,.06); pointer-events: none; }
.pdp-art .stage { height: 460px; display: grid; place-items: center; padding: 18px; }
.pdp-art .stage img.pack { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; transition: transform var(--dur) var(--ease); }
.pdp-art:hover .stage img.pack { transform: scale(1.04); }
.pdp-art .stage .pen-svg { max-width: 420px; }
.tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.tabs button {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--pill);
  padding: 8px 13px;
  font-size: 10.5px;
  letter-spacing: .12em;
  text-transform: uppercase;
  transition: border-color var(--dur-fast), background var(--dur-fast), color var(--dur-fast);
}
.tabs button:hover { border-color: var(--ink); }
.tabs button.is-on { background: var(--ink); color: #fff; border-color: var(--ink); }
.pdp h1 { font-size: clamp(34px, 4vw, 54px); margin: 10px 0 12px; }
.pdp > div > .tag { margin-right: 4px; }
.block { margin: 18px 0; }
.block h2 { font-family: var(--sans); font-size: 10.5px; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); margin: 0 0 6px; font-weight: 500; }
.block p { margin: 0; color: var(--soft); }
.know { display: flex; flex-wrap: wrap; gap: 8px; }
.know span { border: 1px solid var(--line-2); border-radius: var(--pill); padding: 6px 11px; font-size: 13px; background: #fff; }
.buybox {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 20px;
  margin-top: 20px;
  box-shadow: var(--shadow-sm);
}
.buybox .lbl { font-size: 10.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); margin: 0; }
.buybox .price, .pdp-price { font-family: var(--serif); font-weight: 500; font-size: 30px; letter-spacing: -.02em; margin: 6px 0 14px; display: block; }
.pdp-price .was { font-size: 16px; margin-right: 8px; font-family: var(--sans); }
.buybox a.btn { display: inline-flex; }
.buybox .trust-row { justify-content: flex-start; margin-top: 14px; }
.iso { display: flex; flex-wrap: wrap; gap: 10px; margin: 20px 0; }
.iso i {
  width: 72px; height: 72px;
  border: 1px solid var(--line-2);
  border-radius: 50%;
  display: grid; place-items: center;
  text-align: center;
  font-size: 9.5px;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-weight: 600;
  font-style: normal;
  color: var(--soft);
  background: linear-gradient(180deg, #fff, var(--marble));
  transition: transform var(--dur-fast) var(--ease), border-color var(--dur-fast);
}
.iso i:hover { transform: translateY(-3px); border-color: var(--ink); }
.certs { font-size: 13px; color: var(--soft); }
.certs li { margin: 0 0 8px; }
.note { background: var(--marble-2); border-radius: 12px; padding: 10px 12px; font-size: 13px; margin: 12px 0; }
.acc { border-top: 1px solid var(--line); margin-top: 22px; }
.acc details { border-bottom: 1px solid var(--line); padding: 14px 0; }
.acc summary { cursor: pointer; font-weight: 500; font-size: 16px; list-style: none; display: flex; justify-content: space-between; align-items: center; }
.acc summary::-webkit-details-marker { display: none; }
.acc summary::after { content: "+"; color: var(--muted); font-size: 18px; transition: transform var(--dur-fast) var(--ease); }
.acc details[open] summary::after { transform: rotate(45deg); }
.acc p, .acc li { color: var(--soft); font-size: 14px; }
.acc h2 { font-size: clamp(26px, 3vw, 36px); margin-top: 8px; }
main .quiz { border-radius: 22px; }

/* ------------------------------------------------------------ overlays -- */
.overlay {
  display: none;
  position: fixed; inset: 0;
  background: rgba(7,9,11,.6);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  z-index: 60;
  place-items: start center;
  padding-top: 90px;
}
.overlay.show { display: grid; animation: fade .3s var(--ease); }
@keyframes fade { from { opacity: 0; } to { opacity: 1; } }
.overlay-card {
  width: min(560px, calc(100% - 32px));
  background: #fff;
  border-radius: 18px;
  padding: 20px;
  box-shadow: var(--shadow);
  animation: pop .35s var(--ease);
}
.overlay-card label { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); display: block; margin-bottom: 8px; }
.overlay-card input { width: 100%; border: 1px solid var(--line-2); border-radius: 12px; padding: 13px 14px; outline: none; }
.overlay-card input:focus { border-color: var(--ink); }
.curr-menu {
  display: none;
  position: absolute;
  right: 28px;
  top: 70px;
  background: #fff;
  color: var(--text-dark);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 8px;
  box-shadow: var(--shadow);
  z-index: 45;
}
.curr-menu.show { display: grid; animation: pop .28s var(--ease); }
.curr-menu button { background: none; border: 0; text-align: left; padding: 8px 10px; }

/* login */
.login-box { max-width: 420px; margin: 70px auto; background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 34px; box-shadow: var(--shadow-sm); }
.login-box input { width: 100%; border: 1px solid var(--line-2); border-radius: 12px; padding: 12px 14px; margin: 8px 0 14px; }

/* ------------------------------------------------------------- motion -- */
.rv {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .9s var(--ease), transform .9s var(--ease);
  transition-delay: var(--d, 0s);
  will-change: opacity, transform;
}
.rv.in { opacity: 1; transform: none; }
.rv-line { position: relative; }
.rv-line::after {
  content: "";
  position: absolute; left: 0; right: 0; bottom: -1px;
  height: 1px;
  background: var(--chrome-line);
  transform: scaleX(0);
  transition: transform 1.2s var(--ease) .2s;
}
.rv-line.in::after { transform: scaleX(1); }
html.no-js .rv { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
    scroll-behavior: auto !important;
  }
  .rv { opacity: 1; transform: none; }
  .hero .in-1, .hero .in-2, .hero .in-3, .hero .in-4 { opacity: 1; animation: none; }
  .hero-mark .sheen, .scroll-cue, .btn-chrome::before, .btn-mint::before { display: none; }
  .hero-video { transition: none; }
}

/* ---------------------------------------------------------- responsive -- */
@media (max-width: 980px) {
  .nav-main { display: none; }
  .nav-main.open {
    display: flex;
    flex-direction: column;
    position: fixed;
    inset: 0;
    z-index: 45;
    background: var(--ink);
    color: #fff;
    padding: calc(var(--header) + 24px) 28px 40px;
    align-items: flex-start;
    gap: 6px;
    font-family: var(--serif);
    font-size: 30px;
    letter-spacing: -.02em;
    text-transform: none;
    font-weight: 500;
    overflow: auto;
    animation: fade .3s var(--ease);
  }
  .nav-main.open > a, .nav-main.open .more-wrap > a { padding: 8px 0; animation: rise .6s var(--ease) both; animation-delay: calc(var(--i, 0) * 60ms); }
  .nav-main.open .more-wrap { width: 100%; }
  .nav-main.open .more-menu {
    position: static;
    display: grid;
    background: transparent;
    color: #fff;
    box-shadow: none;
    border: 0;
    padding: 6px 0 0 14px;
    font-family: var(--sans);
    font-size: 15px;
    border-left: 1px solid var(--line-dark);
    max-height: none;
    animation: none;
  }
  .nav-main.open .more-menu a:hover { background: transparent; color: var(--chrome); }
  .nav-main.open .badge-new { font-size: 9px; vertical-align: middle; }
  body.nav-open { overflow: hidden; }
  body.nav-open .site-header { color: #fff; background: transparent; border-color: transparent; -webkit-backdrop-filter: none; backdrop-filter: none; }
  body.nav-open .brand .wordmark { filter: drop-shadow(0 6px 18px rgba(0,0,0,.45)); }
  body.nav-open .chip { border-color: rgba(255,255,255,.26); color: #fff; }
  body.nav-open .btn-cart { background: var(--chrome-grad); color: var(--ink); border-color: transparent; }
  .nav-toggle { display: block; }
  .goals, .grid-4, .grid-3, .rev-grid, .quiz-grid, .compare, .consult-grid, .pdp, .cat-layout, .foot-grid { grid-template-columns: 1fr; }
  .grid-4, .grid-3, .goals { grid-template-columns: 1fr 1fr; }
  .ann { display: none; }
  .sec { padding: 72px 0; }
  .plan-card { transform: none; }
  .pen-callouts { order: -1; }
}
@media (max-width: 720px) {
  .site-header { padding: 12px 18px; }
  .nav-utils .chip { display: none; }
  .grid-4, .grid-3, .goals { grid-template-columns: 1fr; }
  .sec { padding: 60px 0; }
  .sec-head { flex-direction: column; align-items: flex-start; }
  .reviews-head { flex-direction: column; align-items: flex-start; gap: 6px; }
  .hero-stage { padding-top: calc(var(--header) + 12px); }
  .hero-mark { width: 80vw; }
  .hero-tagline { font-size: 19px; }
  .hero-cta .btn { width: 100%; }
  .cmp { grid-template-columns: 1fr; }
  .faq-item b { font-size: 15px; }
  .cookie { flex-direction: column; align-items: stretch; text-align: center; }
  .cookie-actions { justify-content: center; }
  .credit { flex-direction: column; }
  .pdp-art, .pdp-art .stage { min-height: 300px; height: 300px; }
  .pdp-art .pack-stack { min-height: 0; }
  .pdp-art .pack-stack img { height: 100px; }
  .quiz-note { display: block; margin: 10px 0 0; }
}

/* =============================================================== legacy ==
   Page styles below are carried over from the shop template (quiz app,
   plan result, printable report, static content pages) with the palette
   swapped to chrome. Class names unchanged. */

/* light quiz chrome — off-white grid, ink text, chrome accents */
body.quiz-on {
  background: #f3f3f2;
  color: var(--forest);
}
body.quiz-on .cookie { display: none; }

[hidden] { display: none !important; }
body.quiz-on [data-start-chrome],
body.quiz-on [data-start-main] { display: none !important; }


.quiz-app {
  min-height: 100vh;
  background:
    linear-gradient(rgba(7,9,11,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7,9,11,.035) 1px, transparent 1px),
    radial-gradient(70% 50% at 50% 18%, rgba(160,165,172,.16), transparent 58%),
    #f3f3f2;
  background-size: 36px 36px, 36px 36px, auto, auto;
  color: var(--forest);
  padding: 0 20px 80px;
}
.quiz-app[hidden] { display: none; }

.quiz-bar {
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  align-items: center;
  max-width: 720px;
  margin: 0 auto;
  padding: 18px 0 8px;
}
.quiz-wordmark {
  justify-content: center;
  color: var(--forest);
  font-weight: 700;
}
.quiz-icon {
  width: 40px; height: 40px;
  border: 0;
  background: transparent;
  color: var(--forest);
  border-radius: 50%;
  display: grid; place-items: center;
}
.quiz-icon svg { width: 20px; height: 20px; }
.quiz-icon:hover { background: rgba(7,9,11,.05); }

.quiz-progress {
  max-width: 520px;
  margin: 8px auto 0;
  text-align: center;
}
.quiz-progress[hidden] { display: none; }
.quiz-progress-label {
  margin: 0;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: .14em;
  color: var(--accent);
  font-weight: 500;
}
.qtrack {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 14px auto 0;
  height: 18px;
}
.qtrack::before {
  content: "";
  position: absolute;
  left: 4px; right: 4px; top: 50%;
  height: 2px;
  background: #e3e5e7;
  transform: translateY(-50%);
}
.qfill {
  position: absolute;
  left: 4px; top: 50%;
  height: 2px;
  background: var(--accent);
  transform: translateY(-50%);
  width: 0;
  transition: width .25s ease;
}
.qtrack i {
  position: relative;
  z-index: 1;
  width: 9px; height: 9px;
  border-radius: 50%;
  background: #e3e5e7;
  box-shadow: 0 0 0 4px #f3f3f2;
}
.qtrack i.on {
  background: var(--accent);
  transform: rotate(45deg);
  border-radius: 2px;
}

.quiz-body {
  max-width: 560px;
  margin: 36px auto 0;
  text-align: center;
}
.qstep[hidden] { display: none; }
.q-kicker {
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 14px;
  font-weight: 500;
}
.quiz-body h2 {
  font-size: clamp(28px, 4.4vw, 40px);
  letter-spacing: -.03em;
  color: var(--forest);
  margin: 0 0 10px;
  font-weight: 750;
  line-height: 1.12;
}
.q-sub {
  margin: 0 auto 28px;
  max-width: 440px;
  color: #6b7078;
  font-size: 16px;
}
.qopts { display: grid; gap: 10px; }
.qopt {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  text-align: left;
  background: #fff;
  border: 1px solid #e3e5e7;
  color: var(--forest);
  border-radius: 16px;
  padding: 14px 16px;
  font-weight: 600;
  font-size: 15px;
  box-shadow: 0 1px 0 rgba(7,9,11,.02);
}
.qopt:hover { border-color: var(--chrome-2); }
.qopt.is-on {
  border-color: var(--chrome);
  background: #f1f2f3;
  box-shadow: 0 0 0 3px rgba(160,165,172,.18);
}
.qico {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: #e9eaec;
  color: #16191c;
  display: grid; place-items: center;
  flex-shrink: 0;
}
.qico svg {
  width: 18px; height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.qopt > span:nth-child(2), .qopt-copy { flex: 1; }
.qopt-copy { display: grid; gap: 2px; }
.qopt-copy b { font-weight: 650; }
.qopt-copy small { color: #6b7078; font-weight: 500; font-size: 13px; }
.qradio {
  width: 20px; height: 20px;
  border-radius: 50%;
  border: 1.6px solid #c9ccd1;
  flex-shrink: 0;
}
.qopt.is-on .qradio {
  border-color: var(--ink);
  background: var(--ink);
  box-shadow: inset 0 0 0 3px #fff;
}

.sex-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 0 0 22px;
}
.sex-btn {
  background: #fff;
  border: 1px solid #e3e5e7;
  border-radius: 16px;
  padding: 16px 12px;
  font-weight: 600;
  color: var(--forest);
}
.sex-btn.is-on {
  border-color: var(--chrome);
  background: #f1f2f3;
  box-shadow: 0 0 0 3px rgba(160,165,172,.18);
}
.preg-block { margin: 0 0 8px; }
.preg-block[hidden] { display: none; }

.slider-block { margin: 8px 0 22px; }
.slider-label {
  margin: 0 0 6px;
  color: #6b7078;
  font-size: 13px;
}
.slider-value {
  margin: 0 0 10px;
  font-size: 42px;
  letter-spacing: -.03em;
  font-weight: 750;
  line-height: 1;
}
.slider-value b { color: var(--forest); }
.slider-value em {
  font-style: normal;
  font-size: 18px;
  color: var(--accent);
  font-weight: 600;
  margin-left: 4px;
}
.q-range {
  -webkit-appearance: none;
  appearance: none;
  width: min(420px, 100%);
  height: 4px;
  border-radius: 4px;
  background: linear-gradient(90deg, var(--accent) var(--p, 50%), #e3e5e7 var(--p, 50%));
  outline: none;
}
.q-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--accent);
  box-shadow: 0 4px 10px rgba(7,9,11,.12);
}
.q-range::-moz-range-thumb {
  width: 22px; height: 22px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--accent);
}

.q-cta { margin: 28px 0 0; }
.btn-qgo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  border: 0;
  border-radius: var(--pill);
  padding: 15px 28px;
  background: var(--ink);
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  box-shadow: 0 14px 30px -16px rgba(7,9,11,.7);
  transition: transform var(--dur-fast) var(--ease), background var(--dur-fast);
}
.btn-qgo:hover:not(:disabled) { background: var(--ink-3); transform: translateY(-2px); }
.btn-qgo:disabled {
  opacity: .45;
  cursor: not-allowed;
  box-shadow: none;
}

.gate-form {
  display: grid;
  gap: 16px;
  text-align: left;
  max-width: 440px;
  margin: 0 auto;
}
.gate-form label { display: grid; gap: 8px; }
.gate-form label > span {
  font-size: 13px;
  font-weight: 600;
  color: var(--forest);
}
.gate-form input[type="text"],
.gate-form input[type="email"],
.gate-form input[type="tel"] {
  width: 100%;
  border: 1px solid #d9dbde;
  background: #f1f2f3;
  border-radius: 14px;
  padding: 14px 16px;
  color: var(--forest);
}
.gate-form input::placeholder { color: #9a9fa6; }
.phone-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px;
}
.dial {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #d9dbde;
  background: #f1f2f3;
  border-radius: 14px;
  padding: 12px 12px;
  color: var(--forest);
  font-weight: 600;
}
.flag {
  width: 18px; height: 12px;
  background:
    linear-gradient(180deg, #B22234 0 14%, #fff 14% 28%, #B22234 28% 42%, #fff 42% 56%, #B22234 56% 70%, #fff 70% 84%, #B22234 84% 100%);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.08);
  position: relative;
}
.flag::before {
  content: "";
  position: absolute; left: 0; top: 0;
  width: 8px; height: 7px;
  background: #3C3B6E;
}
.gate-form .btn-qgo { width: 100%; margin-top: 6px; }
.gate-note {
  margin: 0;
  text-align: center;
  padding: 12px 14px;
  border: 1px dashed var(--chrome);
  border-radius: 12px;
  color: var(--forest);
  font-size: 14px;
  background: #f1f2f3;
}
.gate-note[hidden] { display: none; }
.gate-legal {
  margin: 0;
  text-align: center;
  font-size: 12px;
  color: #7a7f86;
  line-height: 1.45;
}

@media (max-width: 640px) {
  .quiz-body { margin-top: 24px; }
  .slider-value { font-size: 34px; }
  .btn-qgo { min-width: 0; width: 100%; }
}

body.shot .cookie { display: none !important; }

/* personalized plan result */
.result-screen {
  min-height: 100vh;
  color: var(--forest);
  background: linear-gradient(rgba(7,9,11,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(7,9,11,.035) 1px, transparent 1px), radial-gradient(60% 28% at 50% 0, rgba(160,165,172,.2), transparent), #f5f5f4;
  background-size: 56px 56px, 56px 56px, auto, auto;
  padding-bottom: 56px;
}
.result-bar { height: 72px; display: flex; align-items: center; justify-content: center; border-bottom: 1px solid #dcdee1; background: rgba(255,255,255,.55); }
.result-wrap { max-width: 600px; padding-top: 58px; text-align: center; }
.result-wrap > h1 { margin: 0; font-size: clamp(36px, 6vw, 48px); line-height: 1.05; letter-spacing: -.045em; }
.result-intro { color: #6b7078; margin: 14px auto 28px; }
.result-plan { min-height: 0; padding: 0; overflow: hidden; transform: none; text-align: left; color: var(--forest); background: #fff; border: 1px solid #dcdee1; box-shadow: 0 18px 45px rgba(7,9,11,.1); }
.result-plan-head { display: flex; justify-content: space-between; gap: 18px; padding: 15px 20px; background: #07090b; color: #fff; }
.result-plan-head p, .result-plan-head time { margin: 0; font: 500 11px/1.4 "IBM Plex Mono", monospace; letter-spacing: .12em; }
.result-plan-head p { color: var(--chrome-light); }
.result-summary { display: grid; grid-template-columns: 1.35fr .8fr 1.15fr; border-bottom: 1px dashed #d9dbde; }
.result-summary > div { display: grid; align-content: start; gap: 6px; padding: 16px 12px; text-align: center; }
.result-summary > div + div { border-left: 1px dashed #d9dbde; }
.result-summary small { font: 500 10px/1.3 "IBM Plex Mono", monospace; letter-spacing: .13em; color: #7a7f86; }
.result-summary strong { font-size: 14px; line-height: 1.35; }
.result-products { padding: 0 20px; }
.result-product { display: grid; grid-template-columns: 44px 1fr auto; align-items: center; gap: 16px; padding: 22px 0; }
.result-product + .result-product { border-top: 1px dashed #d9dbde; }
.product-number { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid #d1d4d8; border-radius: 11px; color: var(--accent); font: 500 12px "IBM Plex Mono", monospace; }
.result-product b, .result-product span small { display: block; }
.result-product b { font-size: 17px; }
.result-product span small { color: #6b7078; margin-top: 2px; }
.result-product > strong { font-size: 16px; white-space: nowrap; }
.result-product > strong small { font-size: 10px; color: #6b7078; }
.result-total { display: flex; justify-content: space-between; align-items: center; padding: 14px 20px; border-top: 1px solid #dcdee1; background: #f8f8f7; }
.result-total span { font: 600 12px "IBM Plex Mono", monospace; letter-spacing: .12em; }
.result-total strong { font-size: 22px; }
.result-upsell { margin: 14px 20px 18px; padding: 16px; display: flex; gap: 12px; align-items: flex-start; border: 1px solid var(--accent); border-radius: 15px; background: #f1f2f3; cursor: pointer; }
.result-upsell input { width: 20px; height: 20px; accent-color: var(--accent); }
.result-upsell span { display: grid; }
.result-upsell small { color: #6b7078; }
.result-actions { display: grid; justify-items: center; gap: 10px; padding: 18px 40px 0; }
.result-actions .btn { width: 100%; justify-content: center; }
.result-checkout { background: var(--ink); color: #fff; border: 0; box-shadow: 0 14px 30px -16px rgba(7,9,11,.7); }
.result-download { background: #fff; border-color: #1d2126; }
.result-edit { border: 0; background: transparent; text-decoration: underline; color: var(--accent); padding: 5px; }
.advisor-line { width: 100%; border-top: 1px solid #d1d4d8; padding-top: 12px; margin: 2px 0 0; color: #6b7078; }
.advisor-line button { border: 0; padding: 0; background: transparent; color: #07090b; font-weight: 700; text-decoration: underline; }
.advisor-note { margin: 0; padding: 9px 12px; background: #f1f2f3; border-radius: 9px; font-size: 13px; }
.result-links { display: flex; gap: 26px; margin-top: 4px; font-weight: 600; }
.result-links a + a { position: relative; }
.result-links a + a::before { content: "·"; position: absolute; left: -15px; }
.result-disclaimer { margin: 28px 0 0; color: #7a7f86; font-size: 12px; text-transform: none; }
@media (max-width: 560px) {
  .result-wrap { width: min(100% - 24px, 600px); padding-top: 34px; }
  .result-summary { grid-template-columns: 1fr; }
  .result-summary > div + div { border-left: 0; border-top: 1px dashed #d9dbde; }
  .result-product { grid-template-columns: 38px 1fr; gap: 12px; }
  .result-product > strong { grid-column: 2; }
  .result-actions { padding-inline: 8px; }
}


/* ── captured plan result (MASTER 2026-08-18) ── */
body.result-page {
  background:
    linear-gradient(rgba(7,9,11,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7,9,11,.035) 1px, transparent 1px),
    radial-gradient(70% 50% at 50% 12%, rgba(160,165,172,.14), transparent 58%),
    #f3f3f2;
  background-size: 36px 36px, 36px 36px, auto, auto;
  color: var(--forest);
  min-height: 100vh;
}
body.result-page .cookie { display: none; }
.result-bar { max-width: 720px; }
.result-bar .quiz-wordmark { pointer-events: auto; }
.result-close {
  width: 40px; height: 40px;
  border: 0;
  background: transparent;
  color: var(--forest);
  border-radius: 50%;
  display: grid; place-items: center;
}
.result-close:hover { background: rgba(7,9,11,.05); }
.result-close svg { width: 18px; height: 18px; }

.result-main {
  max-width: 640px;
  margin: 8px auto 80px;
  padding: 0 16px 40px;
  text-align: center;
}
.result-main .q-kicker { margin-bottom: 16px; }
.result-main h1 {
  font-family: var(--serif);
  font-size: clamp(34px, 5.2vw, 48px);
  font-weight: 500;
  letter-spacing: -.03em;
  line-height: 1.1;
  color: var(--forest);
  margin: 0 0 14px;
}
.result-sub {
  margin: 0 auto 28px;
  max-width: 460px;
  color: #6b7078;
  font-size: 15.5px;
  line-height: 1.5;
}
.result-sub strong { color: var(--forest); font-weight: 650; }

.result-card {
  background: #fff;
  border: 1px solid #e6e7e9;
  border-radius: 22px;
  box-shadow: 0 18px 50px rgba(7,9,11,.08);
  overflow: hidden;
  text-align: left;
}
.result-card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #101214;
  color: #fff;
  padding: 14px 22px;
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 600;
}
.result-card-head .date { letter-spacing: .12em; opacity: .9; font-weight: 500; }

.result-meta {
  display: grid;
  grid-template-columns: 1.4fr 1fr .7fr;
  padding: 18px 22px;
}
.result-meta > div {
  padding: 0 16px;
  border-left: 1px dotted #d9dbde;
}
.result-meta > div:first-child { padding-left: 0; border-left: 0; }
.result-meta > div:last-child { padding-right: 0; }
.result-meta span {
  display: block;
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #8a8f96;
  margin-bottom: 6px;
  font-weight: 600;
}
.result-meta b {
  display: block;
  font-size: 14px;
  color: var(--forest);
  font-weight: 700;
  line-height: 1.3;
}
.result-meta a {
  color: var(--accent);
  font-weight: 700;
  font-size: 14px;
}
.result-meta a:hover { text-decoration: underline; }

.result-row {
  display: grid;
  grid-template-columns: 64px 1fr auto;
  gap: 14px;
  align-items: start;
  padding: 18px 22px;
  border-top: 1px dotted #d9dbde;
}
.result-thumb {
  width: 64px; height: 64px;
  border-radius: 12px;
  background: #f1f2f3;
  border: 1px solid #e3e5e7;
  display: grid; place-items: center;
}
.result-thumb svg { width: 54px; height: 54px; }
.result-prod { min-width: 0; }
.result-prod h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 750;
  color: var(--forest);
  letter-spacing: -.02em;
}
.result-prod .form {
  margin: 2px 0 8px;
  color: #8a8f96;
  font-size: 13px;
}
.result-price {
  font-weight: 750;
  color: var(--forest);
  font-size: 15px;
  white-space: nowrap;
  padding-top: 2px;
}
.vid-line {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--forest);
  font-size: 12.5px;
  font-weight: 600;
}
.vid-line:hover { color: var(--accent); }
.vid-thumb {
  width: 28px; height: 20px;
  border-radius: 5px;
  background: #16191c;
  display: grid; place-items: center;
  flex-shrink: 0;
}
.vid-thumb i {
  width: 0; height: 0;
  border-left: 6px solid var(--accent);
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  margin-left: 1px;
}
.vid-line .go {
  color: var(--accent);
  font-size: 14px;
}

.result-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 22px;
  border-top: 1px dotted #d9dbde;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 750;
  color: var(--forest);
}
.result-total b {
  font-size: 16px;
  letter-spacing: 0;
  text-transform: none;
}

.result-upsell {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 12px;
  margin: 8px 16px 18px;
  padding: 14px 14px 14px 16px;
  background: #f1f2f3;
  border: 1px solid var(--chrome-light);
  border-radius: 16px;
  cursor: pointer;
  align-items: start;
}
.result-upsell input {
  width: 18px; height: 18px;
  margin-top: 3px;
  accent-color: var(--accent);
}
.result-upsell b {
  display: block;
  color: var(--forest);
  font-size: 15px;
  font-weight: 750;
}
.result-upsell .up-price {
  display: block;
  margin: 2px 0 8px;
  color: #5b6068;
  font-size: 13.5px;
  font-weight: 600;
}

.result-actions { padding: 0 16px 22px; display: grid; gap: 10px; }
.btn-checkout,
.btn-pdf {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: var(--pill);
  padding: 16px 20px;
  font-weight: 750;
  font-size: 16px;
}
.btn-checkout {
  background: var(--ink);
  color: #fff;
  box-shadow: 0 14px 30px -16px rgba(7,9,11,.7);
  border: 0;
}
.btn-checkout:hover { filter: brightness(.97); }
.btn-pdf {
  background: #fff;
  color: var(--forest);
  border: 1.6px solid #16191c;
}
.btn-pdf:hover { background: #f3f3f2; }

.result-talk {
  margin: 22px 0 10px;
  color: #6b7078;
  font-size: 14.5px;
}
.result-talk a {
  color: var(--forest);
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.result-links {
  margin: 0 0 28px;
  font-size: 14px;
  font-weight: 650;
  color: var(--forest);
}
.result-links a:hover { color: var(--accent); }

.advisor-box {
  max-width: 520px;
  margin: 8px auto 0;
  padding: 16px 18px;
  border: 1px dashed var(--chrome-light);
  border-radius: 16px;
  background: #f4f4f5;
  color: #5b6068;
  font-size: 13.5px;
  text-align: left;
}
.advisor-box b { color: var(--forest); }

@media (max-width: 640px) {
  .result-meta { grid-template-columns: 1fr; gap: 12px; }
  .result-meta > div { padding: 0; border-left: 0; border-top: 1px dotted #d9dbde; padding-top: 10px; }
  .result-meta > div:first-child { border-top: 0; padding-top: 0; }
  .result-row { grid-template-columns: 56px 1fr; }
  .result-price { grid-column: 2; padding-top: 0; }
}

/* ── print / report ── */
body.report {
  background: #f3f3f2;
  color: var(--forest);
}
.rpt {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 0 40px;
}
.rpt-bar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 18px 28px 8px;
}
.rpt-bar .brand { justify-self: start; }
.rpt-bar .mid {
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #8a8f96;
  font-weight: 600;
}
.rpt-pill {
  justify-self: end;
  background: var(--mint);
  color: var(--forest);
  border-radius: var(--pill);
  padding: 6px 12px;
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 750;
}
.rpt-hero {
  background:
    radial-gradient(80% 60% at 50% 40%, rgba(160,165,172,.12), transparent 60%),
    #07090b;
  color: #fff;
  padding: 28px 36px 22px;
  min-height: 640px;
  display: flex;
  flex-direction: column;
}
.rpt-hero .rpt-bar { padding: 0 0 18px; }
.rpt-hero .brand { color: #fff; }
.rpt-hero .mid { color: rgba(255,255,255,.7); }
.rpt-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 28px 0 16px; }
.rpt-tags span {
  border: 1px solid rgba(255,255,255,.18);
  border-radius: var(--pill);
  padding: 5px 10px;
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.85);
}
.rpt-hero h1 {
  font-size: clamp(42px, 6vw, 64px);
  line-height: .98;
  letter-spacing: -.04em;
  margin: 0 0 10px;
  font-weight: 750;
}
.rpt-hero .lede { font-size: 18px; color: rgba(255,255,255,.86); margin: 0 0 14px; }
.rpt-hero .disc {
  max-width: 560px;
  color: rgba(255,255,255,.7);
  font-size: 14px;
  margin: 0 0 28px;
}
.rpt-stats {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 16px;
  padding: 16px 8px;
  margin-top: auto;
}
.rpt-stats div { padding: 0 12px; border-left: 1px solid rgba(255,255,255,.1); }
.rpt-stats div:first-child { border-left: 0; }
.rpt-stats span {
  display: block;
  font-size: 9px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.5);
  margin-bottom: 6px;
}
.rpt-stats b { font-size: 14px; font-weight: 700; }
.rpt-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 28px;
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #8a8f96;
}
.rpt-hero + .rpt-foot, .rpt-hero .rpt-foot {
  color: rgba(255,255,255,.55);
  padding: 16px 0 0;
}
.rpt-sheet {
  padding: 8px 0 28px;
  break-after: page;
  page-break-after: always;
}
.rpt-sheet:last-child { break-after: auto; page-break-after: auto; }
.rpt-inner { padding: 8px 36px 0; }
.rpt-kicker {
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--forest);
  font-weight: 750;
  margin: 18px 0 8px;
}
.rpt-inner h2 {
  font-size: clamp(28px, 4vw, 40px);
  letter-spacing: -.03em;
  margin: 0 0 14px;
  color: var(--forest);
}
.rpt-copy { color: #3e434a; font-size: 15.5px; line-height: 1.55; max-width: 720px; }
.toc {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 22px 0;
}
.toc article {
  background: #eeeff0;
  border-radius: 16px;
  padding: 16px 18px;
}
.toc .n {
  display: flex;
  justify-content: space-between;
  color: var(--accent);
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 8px;
}
.toc h3 { margin: 0 0 6px; font-size: 18px; }
.toc p { margin: 0; color: #5b6068; font-size: 14px; }
.lines {
  background: #101214;
  color: #fff;
  border-radius: 18px;
  padding: 22px 24px;
  margin: 8px 0 18px;
}
.lines .k {
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 12px;
  font-weight: 700;
}
.lines li { margin: 0 0 10px; padding-left: 4px; }
.pair { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.pair article {
  background: #eeeff0;
  border-radius: 16px;
  padding: 16px 18px;
}
.pair h3 { margin: 0 0 8px; font-size: 16px; }
.pair ul { margin: 0; padding-left: 18px; color: #3e434a; }
.pair .no { color: #B4532A; }
.metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 18px 0;
}
.metrics article {
  background: #eeeff0;
  border-radius: 16px;
  padding: 14px 16px;
  min-height: 92px;
}
.metrics article.dark { background: #101214; color: #fff; }
.metrics span {
  display: block;
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #8a8f96;
  margin-bottom: 8px;
  font-weight: 650;
}
.metrics article.dark span { color: rgba(255,255,255,.55); }
.metrics b { font-size: 26px; letter-spacing: -.03em; }
.metrics em {
  display: block;
  font-style: normal;
  font-size: 12px;
  color: #5b6068;
  margin-top: 4px;
}
.metrics article.dark em { color: var(--accent); }
.feel {
  background: #eeeff0;
  border-radius: 18px;
  padding: 20px 22px;
  margin: 10px 0;
}
.feel .k {
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #8a8f96;
  font-weight: 700;
  margin: 0 0 10px;
}
.feel-note {
  background: #e9eaec;
  border-radius: 12px;
  padding: 12px 14px;
  margin-top: 12px;
  color: var(--forest);
  font-weight: 600;
}
.chart {
  background: #fff;
  border: 1px solid #e3e5e7;
  border-radius: 18px;
  padding: 18px 20px;
  margin: 16px 0;
}
.chart h3 { margin: 0 0 4px; font-size: 16px; }
.chart .sub { color: #6b7078; font-size: 13px; margin: 0 0 10px; }
.doors { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 14px 0; }
.doors article, .three article {
  background: #eeeff0;
  border-radius: 16px;
  padding: 16px;
}
.doors .k, .three .k {
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 700;
  margin: 0 0 8px;
}
.doors h3, .three h3 { margin: 0 0 8px; font-size: 16px; }
.doors p, .three p { margin: 0; color: #3e434a; font-size: 13.5px; }
.phase { display: grid; grid-template-columns: 1fr 1.2fr; gap: 10px; margin: 12px 0; }
.phase .today { background: #101214; color: #fff; border-radius: 16px; padding: 18px; }
.phase .target { background: var(--mint); color: var(--forest); border-radius: 16px; padding: 18px; }
.phase .k { font-size: 10px; letter-spacing: .12em; text-transform: uppercase; font-weight: 700; margin: 0 0 8px; }
.phase b { font-size: 32px; letter-spacing: -.03em; }
.watch {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--mint);
  color: var(--forest);
  border-radius: var(--pill);
  padding: 10px 16px 10px 10px;
  font-weight: 750;
  margin: 8px 0 16px;
}
.watch i {
  width: 32px; height: 32px;
  border-radius: 50%;
  background: #101214;
  display: grid; place-items: center;
}
.watch i::after {
  content: "";
  width: 0; height: 0;
  border-left: 8px solid var(--accent);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  margin-left: 2px;
}
.watch small { display: block; font-weight: 650; font-size: 10px; letter-spacing: .1em; }
.how {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 12px;
  margin: 12px 0;
}
.how-main {
  background: #101214;
  color: #fff;
  border-radius: 18px;
  padding: 20px;
}
.how-main .k { color: var(--accent); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; font-weight: 700; }
.how-side { display: grid; gap: 10px; }
.how-side article { background: #eeeff0; border-radius: 16px; padding: 14px 16px; }
.how-side .n { color: var(--accent); font-family: "IBM Plex Mono", ui-monospace, monospace; font-size: 12px; font-weight: 700; }
.three { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 12px 0; }
.cta-row { display: flex; flex-wrap: wrap; gap: 10px; margin: 16px 0; }
.cta-row a {
  border-radius: var(--pill);
  padding: 12px 18px;
  font-weight: 750;
}
.cta-row .dark { background: #101214; color: #fff; }
.cta-row .mint { background: var(--mint); color: var(--forest); }
.proto {
  background: #eeeff0;
  border-radius: 18px;
  padding: 20px 22px;
  margin: 0 0 14px;
}
.proto .k { font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: var(--accent); font-weight: 700; }
.proto h3 { margin: 6px 0 8px; font-size: 26px; }
.next-wrap { background: #07090b; color: #fff; padding: 8px 0 36px; }
.next-wrap .rpt-bar .brand, .next-wrap .mid { color: #fff; }
.next-card {
  margin: 12px 36px 22px;
  background: var(--mint);
  color: var(--forest);
  border-radius: 20px;
  padding: 24px;
  display: grid;
  grid-template-columns: 1.3fr .9fr;
  gap: 18px;
  align-items: center;
}
.next-card h2 { color: var(--forest); }
.next-card .btns { display: grid; gap: 8px; }
.next-card .btns a {
  border-radius: var(--pill);
  padding: 12px 16px;
  font-weight: 750;
  text-align: center;
}
.next-card .go { background: #101214; color: #fff; }
.next-card .ask { background: #e9eaec; color: var(--forest); border: 1px solid #101214; }
.people { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 0 36px 16px; }
.people article {
  background: #16191c;
  border-radius: 16px;
  padding: 16px 18px;
}
.people b { display: block; }
.people span { color: var(--accent); font-size: 13px; }
.iso-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 8px 36px 12px;
}
.iso-row i {
  border: 1px solid rgba(255,255,255,.2);
  border-radius: var(--pill);
  padding: 6px 10px;
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
}
.next-wrap .legal {
  margin: 0 36px;
  color: rgba(255,255,255,.62);
  font-size: 12.5px;
  line-height: 1.5;
}
.torso-mini { width: 160px; height: 140px; margin: 10px 0 0; }
@media print {
  body.report { background: #fff; }
  .rpt-hero { min-height: 100vh; }
  .no-print { display: none !important; }
}
@media (max-width: 800px) {
  .rpt-stats, .toc, .pair, .metrics, .doors, .three, .how, .phase, .next-card, .people {
    grid-template-columns: 1fr;
  }
  .rpt-inner, .next-card, .people, .iso-row, .next-wrap .legal { padding-left: 18px; padding-right: 18px; }
  .next-card, .people { margin-left: 18px; margin-right: 18px; }
}


/* plan result + report */
body.plan-result .result-bar {
  height: auto;
  max-width: none;
  border-bottom: 0;
  background: var(--forest);
  color: #fff;
  justify-content: space-between;
  padding: 14px 22px;
}
body.plan-result {
  background: #f3f3f2;
  color: var(--forest);
}
body.plan-result .cookie { display: none; }

.plan-app {
  min-height: 100vh;
  background:
    linear-gradient(rgba(7,9,11,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7,9,11,.04) 1px, transparent 1px),
    radial-gradient(70% 46% at 50% 12%, rgba(160,165,172,.14), transparent 58%),
    #f3f3f2;
  background-size: 36px 36px, 36px 36px, auto, auto;
  padding: 0 20px 72px;
  color: var(--forest);
}

.plan-hero {
  max-width: 640px;
  margin: 18px auto 22px;
  text-align: center;
}
.plan-hero .q-kicker { color: var(--accent); }
.plan-hero h1 {
  font-family: var(--serif);
  font-size: clamp(32px, 5vw, 46px);
  letter-spacing: -.03em;
  line-height: 1.08;
  margin: 0 0 12px;
  font-weight: 500;
  color: var(--forest);
}
.plan-hero .sub {
  margin: 0 auto;
  max-width: 460px;
  color: #5b6068;
  font-size: 15px;
}

.result-card {
  max-width: 640px;
  margin: 0 auto;
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 18px 50px rgba(7,9,11,.08);
  overflow: hidden;
  border: 1px solid #e6e7e9;
}
.result-bar {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  background: var(--forest);
  color: #fff;
  padding: 14px 22px;
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 650;
}
.result-meta {
  display: grid;
  grid-template-columns: 1.4fr .8fr .6fr;
  gap: 0;
  padding: 16px 22px;
  border-bottom: 1px dotted #d9dbde;
}
.result-meta > div {
  padding: 0 16px;
  border-left: 1px dotted #d9dbde;
}
.result-meta > div:first-child { padding-left: 0; border-left: 0; }
.result-meta > div:last-child { padding-right: 0; }
.result-meta small {
  display: block;
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #8a8f96;
  margin-bottom: 4px;
  font-weight: 650;
}
.result-meta b { font-weight: 650; font-size: 14px; }
.result-meta a { color: var(--accent); font-weight: 700; }

.match-list { padding: 4px 8px 8px; }
.match {
  display: grid;
  grid-template-columns: 72px 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 16px 14px;
  border-bottom: 1px dotted #d9dbde;
  color: inherit;
}
.match:last-of-type { border-bottom: 0; }
.pen-thumb {
  width: 72px; height: 56px;
  background: #f1f2f3;
  border-radius: 12px;
  display: grid; place-items: center;
}
.pen-thumb svg { width: 64px; height: 48px; }
.match h3 { margin: 0; font-size: 16px; letter-spacing: -.02em; }
.match .fmt { margin: 2px 0 8px; color: #6b7078; font-size: 13px; }
.watch {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #3e434a;
}
.watch-thumb {
  width: 28px; height: 20px;
  border-radius: 5px;
  background: #16191c;
  display: grid; place-items: center;
  flex-shrink: 0;
}
.watch-thumb svg { width: 10px; height: 10px; }
.watch b { font-weight: 650; }
.watch em { font-style: normal; color: var(--accent); font-weight: 650; }
.match-price {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 750;
  color: var(--accent);
  font-size: 15px;
  white-space: nowrap;
}
.match-price i {
  font-style: normal;
  color: var(--accent);
  font-weight: 500;
}

.stack-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 22px 8px;
  font-weight: 750;
  letter-spacing: .04em;
}
.stack-row span:first-child { font-size: 13px; }
.stack-row .amt { color: var(--accent); font-size: 18px; letter-spacing: 0; }

.protocol {
  margin: 10px 16px 18px;
  border: 1.5px solid var(--chrome-light);
  background: #f1f2f3;
  border-radius: 16px;
  padding: 14px 16px;
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px 12px;
  align-items: start;
}
.protocol input {
  width: 18px; height: 18px;
  margin-top: 3px;
  accent-color: var(--accent);
}
.protocol b { display: block; font-size: 15px; }
.protocol .amt { color: #6b7078; font-size: 13px; margin: 2px 0 8px; font-weight: 600; }
.protocol .watch { grid-column: 2; }

.plan-actions {
  max-width: 640px;
  margin: 18px auto 0;
  display: grid;
  gap: 10px;
}
.btn-checkout {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 0;
  border-radius: var(--pill);
  padding: 16px 22px;
  background: linear-gradient(180deg, #16191c, #07090b);
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  box-shadow: 0 12px 28px rgba(7,9,11,.22);
}
.plan-actions {
  padding: 0 16px 20px;
}
.btn-pdf {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: var(--pill);
  padding: 15px 22px;
  background: #fff;
  border: 1.4px solid #1d2126;
  color: #07090b;
  font-weight: 700;
  font-size: 15px;
}

.plan-foot {
  max-width: 640px;
  margin: 22px auto 0;
  text-align: center;
  font-size: 14px;
  color: #5b6068;
}
.plan-foot .talk { margin: 0 0 12px; }
.plan-foot .dot {
  display: inline-block;
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--accent);
  margin-right: 6px;
  vertical-align: middle;
}
.plan-foot a { color: var(--forest); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.plan-links { margin: 0; }
.plan-links a { font-weight: 650; text-decoration: none; }
.plan-links a:hover { text-decoration: underline; }

#advisor {
  max-width: 640px;
  margin: 28px auto 0;
  background: #fff;
  border: 1px solid #e3e5e7;
  border-radius: 18px;
  padding: 22px 22px 20px;
  text-align: center;
}
#advisor h2 {
  font-size: 22px;
  margin: 0 0 8px;
}
#advisor p { margin: 0; color: #5b6068; font-size: 14px; }

@media (max-width: 640px) {
  .result-meta { grid-template-columns: 1fr; gap: 12px; }
  .result-meta > div { border-left: 0; padding: 0; }
  .match { grid-template-columns: 56px 1fr; }
  .match-price { grid-column: 2; }
}

/* report document */
body.report-doc {
  background: #e6e7e9;
  color: var(--forest);
}
body.report-doc .cookie { display: none; }
.report-chrome {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 820px;
  margin: 0 auto;
  padding: 16px 20px 8px;
}
.report-chrome a { font-weight: 650; }
.report-save { border: 0; padding: 0; background: none; color: inherit; font: inherit; font-weight: 650; cursor: pointer; }
.report-page {
  max-width: 820px;
  margin: 0 auto 28px;
  background: #fafaf9;
  border: 1px solid #d9dbde;
  box-shadow: 0 18px 50px rgba(7,9,11,.08);
}
.rp-cover {
  background:
    radial-gradient(80% 70% at 70% 30%, rgba(160,165,172,.12), transparent 55%),
    linear-gradient(180deg, #101214, #07090b);
  color: #fff;
  padding: 36px 40px 32px;
}
.rp-kicker {
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--chrome);
  margin: 0 0 18px;
}
.rp-pills { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 22px; }
.rp-pills span {
  border: 1px solid rgba(160,165,172,.35);
  border-radius: var(--pill);
  padding: 5px 10px;
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--chrome-light);
  font-weight: 650;
}
.rp-cover h1 {
  font-family: var(--serif);
  font-size: clamp(36px, 6vw, 58px);
  line-height: .95;
  letter-spacing: -.03em;
  margin: 0 0 14px;
  font-weight: 500;
}
.rp-cover .lead { color: rgba(255,255,255,.78); max-width: 460px; margin: 0 0 16px; }
.rp-cover .disc { font-size: 13px; color: rgba(255,255,255,.58); max-width: 520px; }
.rp-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 28px;
}
.rp-stats i {
  font-style: normal;
  display: block;
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--chrome);
  margin-bottom: 4px;
}
.rp-stats b { font-size: 16px; font-weight: 650; }
.rp-body { padding: 36px 40px 44px; }
.rp-sec { margin: 0 0 36px; }
.rp-sec h2 {
  font-size: clamp(24px, 3vw, 32px);
  margin: 0 0 10px;
}
.rp-sec .eye {
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 8px;
  font-weight: 650;
}
.toc {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 28px;
  margin: 18px 0 24px;
}
.toc div { display: grid; grid-template-columns: 36px 1fr; gap: 8px; align-items: start; }
.toc b { font-size: 18px; color: var(--accent); }
.toc span { display: block; font-weight: 700; }
.toc small { color: #6b7078; }
.lines {
  background: #101214;
  color: #fff;
  border-radius: 16px;
  padding: 20px 22px;
}
.lines h3 {
  margin: 0 0 12px;
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--chrome);
}
.lines p { margin: 0 0 10px; color: rgba(255,255,255,.86); font-size: 14px; }
.lines p:last-child { margin: 0; }
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 20px;
}
.split h3 { margin: 0 0 8px; font-size: 15px; }
.split ul { margin: 0; padding: 0 0 0 16px; color: #5b6068; }
.tiles {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 18px 0;
}
.tile {
  background: #f1f2f3;
  border: 1px solid #e3e5e7;
  border-radius: 12px;
  padding: 12px;
}
.tile.dark { background: #101214; color: #fff; border-color: #101214; }
.tile i {
  display: block;
  font-style: normal;
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #7a7f86;
  margin-bottom: 4px;
}
.tile.dark i { color: var(--chrome); }
.tile b { font-size: 18px; }
.doors { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.door {
  border: 1px solid #e3e5e7;
  border-radius: 14px;
  padding: 14px;
  background: #fff;
}
.door i { display: block; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--accent); font-style: normal; margin-bottom: 6px; font-weight: 700; }
.door b { display: block; margin-bottom: 6px; }
.door p { margin: 0; color: #5b6068; font-size: 13px; }
.mech { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 16px 0; }
.mech div { background: #f1f2f3; border-radius: 12px; padding: 12px; }
.mech b { display: block; margin-bottom: 4px; }
.mech p { margin: 0; font-size: 13px; color: #5b6068; }
.rp-pen {
  width: 120px; height: 88px;
  background: #f1f2f3;
  border-radius: 14px;
  display: grid; place-items: center;
  margin: 12px 0;
}
.rp-foot {
  border-top: 1px solid #e3e5e7;
  padding: 18px 40px 24px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #7a7f86;
}
.iso-row { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0 0; }
.iso-row span {
  border: 1px solid #d9dbde;
  border-radius: var(--pill);
  padding: 6px 10px;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
}

@media (max-width: 720px) {
  .rp-cover, .rp-body, .rp-foot { padding-left: 20px; padding-right: 20px; }
  .rp-stats, .toc, .split, .tiles, .doors, .mech { grid-template-columns: 1fr 1fr; }
}

@media print {
  body.report-doc { background: #fff; }
  .report-chrome { display: none !important; }
  .report-page { box-shadow: none; border: 0; margin: 0; max-width: none; }
  .rp-sec { break-inside: avoid; }
}

/* small thumbs used by the plan / report pages */
.pen-thumb img { width: 72px; height: 48px; object-fit: cover; border-radius: 6px; background: #fff; }
.pack-ph { width: 100%; aspect-ratio: 16/10; background: #fff; border: 1px solid #e3e5e7; }
.rp-pen img { width: 100%; height: 100%; object-fit: cover; border-radius: 8px; background: #fff; }


/* --- static content pages (appended; do not replace this file) --- */
.page-hero { padding: 48px 0 28px; }
.page-hero h1 {
  font-size: clamp(32px, 5vw, 52px);
  letter-spacing: -.03em;
  line-height: 1.05;
  margin: 0 0 14px;
}
.page-hero h1 em, .page-hero h2 em, h2 em {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 500;
  color: #07090b;
}
.page-lead { max-width: 640px; color: var(--soft); margin: 0 0 18px; }
.page-lead.light, .tiny.light, .kicker.light { color: rgba(255,255,255,.72); }
.center { text-align: center; }
.center .page-lead { margin-left: auto; margin-right: auto; }
.tiny { font-size: 12px; color: var(--muted); letter-spacing: .04em; }
.sec.tight { padding-top: 8px; }
.sec.alt { background: #eceded; }
.stat-line { font-size: 13px; letter-spacing: .06em; text-transform: uppercase; color: var(--soft); }
.stat-line b { color: var(--text-dark); }
.about-hero { display: grid; grid-template-columns: 1.2fr .8fr; gap: 28px; align-items: start; }
.film-card {
  background: var(--forest);
  color: #fff;
  border-radius: 22px;
  min-height: 220px;
  padding: 22px;
  display: grid;
  align-content: end;
}
.film-card.tall { min-height: 280px; margin: 18px 0 28px; }
.acc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 22px; }
.acc-card, .acc-stack article, .cert-list article, .save-cards article, .inbox-grid article, .why-grid article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 18px;
}
.acc-card.primary { background: #101214; color: #fff; border-color: #101214; }
.acc-card.primary .kicker { color: var(--chrome); }
.acc-stack { display: grid; gap: 12px; }
.table-wrap { overflow-x: auto; margin-top: 16px; }
.cmp-table, .price-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.cmp-table th, .cmp-table td, .price-table th, .price-table td {
  border-bottom: 1px solid var(--line);
  padding: 12px 10px;
  text-align: left;
  vertical-align: top;
}
.cmp-table thead th:nth-child(2) { background: var(--forest); color: #fff; }
.trust-box {
  display: inline-grid;
  justify-items: center;
  gap: 4px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 16px 28px;
  margin: 12px 0;
}
.trust-box b { font-size: 36px; }
.review-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.review-card { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 18px; }
.review-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
.verified { font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--accent); font-weight: 700; }
.review-meta { display: flex; justify-content: space-between; gap: 10px; font-size: 13px; color: var(--muted); margin-top: 12px; }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 22px; }
.why-grid.three { grid-template-columns: repeat(3, 1fr); }
.why-grid article span {
  font-size: 28px;
  color: var(--accent);
  font-weight: 700;
  display: block;
  margin-bottom: 6px;
}
.cta-band { background: var(--forest); color: #fff; padding: 36px 0; }
.cta-row { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.cta-band h2 { margin: 0; color: #fff; }
.lab-box { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 16px 18px; margin-top: 18px; }
.lab-find { display: block; font-size: 12px; color: var(--muted); margin-bottom: 6px; }
.lab-box input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 10px 12px;
  margin-bottom: 10px;
  background: #fff;
}
.lab-list { list-style: none; margin: 0; padding: 0; }
.lab-row {
  display: grid;
  grid-template-columns: 1.2fr 1.4fr auto;
  gap: 10px;
  align-items: center;
  padding: 12px 0;
  border-top: 1px solid var(--line);
}
.lab-name { font-weight: 650; }
.lab-meta { color: var(--muted); font-size: 13px; }
.lab-acts { font-size: 12px; letter-spacing: .06em; text-transform: uppercase; border: 1px solid var(--line); border-radius: var(--pill); padding: 5px 10px; }
.cert-list { display: grid; gap: 12px; margin: 18px 0; }
.save-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 16px 0; }
.pct { font-size: 48px; display: block; letter-spacing: -.04em; }
.price-table s { color: var(--muted); }
.faq-acc { border-bottom: 1px solid var(--line); padding: 12px 0; }
.faq-acc summary {
  display: grid;
  grid-template-columns: 36px 1fr auto;
  gap: 12px;
  align-items: center;
  cursor: pointer;
  list-style: none;
}
.faq-acc summary::-webkit-details-marker { display: none; }
.faq-acc .n { color: var(--muted); font-size: 13px; }
.faq-acc p { margin: 8px 0 0 48px; color: var(--soft); max-width: 720px; }
.pill-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.pill-row a, .pill-row span {
  border: 1px solid var(--line);
  border-radius: var(--pill);
  padding: 7px 12px;
  font-size: 13px;
}
.pill-row.invert a, .pill-row.invert span { border-color: rgba(255,255,255,.22); color: #fff; }
.contact-hero {
  background: var(--forest);
  color: #fff;
  border-radius: 22px;
  padding: 36px 32px;
  margin-bottom: 18px;
}
.contact-hero h1, .contact-hero em { color: #fff; }
.contact-hero em { font-family: var(--serif); }
.inbox-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.inbox-grid.three { grid-template-columns: repeat(3, 1fr); }
.info-bar {
  margin-top: 16px;
  background: #eceded;
  border-radius: 14px;
  padding: 14px 16px;
  color: var(--soft);
  font-size: 13px;
}
.metric-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 18px;
  margin-top: 22px;
}
.metric-row b { display: block; font-size: 28px; }
.metric-row span { color: var(--muted); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
.ask { padding: 14px 0; border-bottom: 1px solid var(--line); }
.ask h3 { margin: 0 0 6px; }
.ask p { margin: 0; color: var(--soft); }
.prose { max-width: 760px; }
.prose p { color: var(--soft); }
.prose.legal { max-width: 820px; }
.prose h2 { margin: 28px 0 8px; font-size: 20px; }
.plain { padding-left: 18px; color: var(--soft); }
.callout {
  background: #101214;
  color: #fff;
  border-radius: 14px;
  padding: 14px 16px;
}
.legal .toc, .legal .num { padding-left: 18px; color: var(--soft); }
.split2 { display: flex; justify-content: space-between; gap: 20px; align-items: center; }
.blog-hero { background: var(--forest); color: #fff; padding: 48px 0 36px; }
.blog-hero h1 { color: #fff; font-size: clamp(32px, 5vw, 52px); margin: 0 0 12px; }
.blog-hero em { color: var(--mint); font-family: var(--serif); font-style: italic; }
.blog-split { display: grid; grid-template-columns: 1.6fr .9fr; gap: 22px; }
.blog-feat, .blog-card, .blog-mini {
  display: block;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 18px;
}
.blog-feat h2 { margin: 0 0 8px; }
.blog-mini { margin-bottom: 10px; }
.blog-mini h3, .blog-card h3 { margin: 0 0 6px; font-size: 16px; }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }

body.lib-page { background: #07090b; color: #fff; }
body.lib-page .site-footer { margin-top: 0; }
.lib-stage { padding: 28px 0 48px; }
.lib-top { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.lib-cats { display: flex; flex-wrap: wrap; gap: 10px; }
.lib-cats a { color: rgba(255,255,255,.7); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.lib-cats a.on { background: #fff; color: #07090b; border-radius: var(--pill); padding: 5px 10px; }
.lib-chips { display: flex; flex-wrap: wrap; gap: 8px; width: min(1200px, calc(100% - 40px)); margin: 18px auto; }
.lib-chips button {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: var(--pill);
  padding: 6px 10px;
}
.lib-chips button.on { border-color: var(--mint); color: var(--mint); }
.story-card {
  width: min(420px, calc(100% - 40px));
  margin: 20px auto 0;
  background: #101214;
  border-radius: 22px;
  padding: 22px;
  min-height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
}
.story-line { position: absolute; top: 36%; left: 24px; right: 24px; text-align: center; color: rgba(255,255,255,.8); }
.story-art { position: absolute; top: 70px; left: 0; right: 0; display: grid; place-items: center; }
.story-info .tag { background: rgba(255,255,255,.1); color: #fff; border-radius: var(--pill); padding: 3px 8px; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.story-info h1 { color: #fff; margin: 8px 0; }
.story-info p { color: rgba(255,255,255,.74); }

.protocol .amt s, .protocol .amt { color: inherit; }
.protocol .was-amt { text-decoration: line-through; color: #7a7f86; }

@media (max-width: 860px) {
  .about-hero, .acc-grid, .review-grid, .why-grid, .why-grid.three, .save-cards,
  .inbox-grid, .inbox-grid.three, .metric-row, .blog-split, .blog-grid, .lab-row, .cta-row, .split2 {
    grid-template-columns: 1fr;
    display: grid;
  }
}

/* content/legal pages 2026-08-19 */
.card-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 20px 0; }
.card-grid.three { grid-template-columns: repeat(3, 1fr); }
.card-grid.two { grid-template-columns: 1fr 1fr; }
.info-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 18px;
}
.info-card h3 { margin: 0 0 8px; }
.info-card p { margin: 0; color: var(--soft); }
.info-card .n { font-size: 28px; color: var(--accent); font-weight: 700; display: block; margin-bottom: 6px; }
.info-card .tag, .cert-card .tag {
  font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--accent); font-weight: 700; margin: 0 0 8px;
}
.info-card .save { font-weight: 700; color: var(--text-dark); margin-bottom: 8px; }
.stat-bar {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 18px;
  margin: 22px 0;
}
.stat-bar b { display: block; font-size: 28px; }
.stat-bar span { color: var(--muted); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
.prose .lead { color: var(--soft); max-width: 720px; }
.prose .muted, .muted { color: var(--muted); font-size: 14px; }
.link-list { list-style: none; padding: 0; }
.link-list li { padding: 8px 0; border-bottom: 1px solid var(--line); }
.coa-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.coa-table th, .coa-table td { border-bottom: 1px solid var(--line); padding: 12px 10px; text-align: left; vertical-align: top; }
.cert-card {
  background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 22px; margin: 16px 0;
}
.cert-card h3 { margin: 0 0 8px; }
.cert-card h4 { margin: 16px 0 6px; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--accent); }
.rating-box {
  display: inline-flex; align-items: center; gap: 14px;
  background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 16px 22px; margin: 12px 0;
}
.rating-box b { font-size: 42px; line-height: 1; }
.rev-grid.two { grid-template-columns: 1fr 1fr; }
.faq-jump { display: flex; flex-wrap: wrap; gap: 8px; }
.faq-jump a {
  border: 1px solid var(--line); border-radius: var(--pill); padding: 7px 12px; font-size: 13px;
}
details.faq-item.openable { display: block; text-align: left; }
details.faq-item.openable summary {
  display: grid; grid-template-columns: 36px 1fr; gap: 12px; align-items: center; cursor: pointer; list-style: none;
}
details.faq-item.openable summary::-webkit-details-marker { display: none; }
details.faq-item.openable p { margin: 8px 0 0 48px; color: var(--soft); max-width: 720px; }
.page-hero.center { text-align: center; }
.page-hero.center .lead { margin-left: auto; margin-right: auto; }
.foot-meta { font-size: 12px; color: var(--muted-2); }
.policy-nav { margin-top: 36px; padding-top: 20px; border-top: 1px solid var(--line); }
body.inner .prose h1 { margin-top: 0; }
@media (max-width: 860px) {
  .card-grid, .card-grid.three, .card-grid.two, .stat-bar, .rev-grid.two { grid-template-columns: 1fr; }
}


/* static pages (sp-*) appended 2026-08-19 */
.sp-hero { padding: 48px 0 28px; }
.sp-hero.dark { background: var(--forest); color: #fff; padding: 56px 0 40px; }
.sp-hero.dark h1, .sp-hero.dark h1 em { color: #fff; }
.sp-hero.center { text-align: center; }
.sp-kicker {
  font-size: 11px; letter-spacing: .16em; text-transform: uppercase;
  color: var(--accent); font-weight: 650; margin: 0 0 10px;
}
.sp-kicker.light, .sp-lead.light, .sp-note.light { color: rgba(255,255,255,.72); }
.sp-hero h1, .sp-block h1 {
  font-size: clamp(32px, 5vw, 52px);
  letter-spacing: -.03em; line-height: 1.05; margin: 0 0 14px;
}
.sp-hero h1 em, .sp-block h2 em {
  font-family: var(--serif); font-style: italic; font-weight: 500; color: #07090b;
}
.sp-lead { max-width: 680px; color: var(--soft); margin: 0 0 18px; }
.sp-hero.center .sp-lead { margin-left: auto; margin-right: auto; }
.sp-meta { font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.sp-note { font-size: 13px; color: var(--muted); }
.sp-block { padding: 28px 0 48px; }
.sp-cta-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.sp-stats {
  display: grid; grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 12px; background: #fff; border: 1px solid var(--line);
  border-radius: 16px; padding: 18px; margin: 22px 0;
}
.sp-stats b { display: block; font-size: 28px; }
.sp-stats span { color: var(--muted); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
.sp-certs, .sp-four, .sp-grid3, .sp-grid2, .sp-revs, .sp-two {
  display: grid; gap: 14px; margin-top: 18px;
}
.sp-certs { grid-template-columns: 1fr 1fr; }
.sp-four { grid-template-columns: 1fr 1fr; }
.sp-grid3 { grid-template-columns: repeat(3, 1fr); }
.sp-grid2, .sp-two, .sp-compare { grid-template-columns: 1fr 1fr; display: grid; gap: 14px; }
.sp-revs { grid-template-columns: 1fr 1fr; }
.sp-card, .sp-rev, .sp-cert, .sp-compare-col {
  background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 18px;
}
.sp-card.featured, .sp-cert { padding: 22px; }
.sp-n { font-size: 28px; color: var(--accent); font-weight: 700; display: block; margin-bottom: 6px; }
.sp-compare-col.us { background: var(--forest); color: #fff; border-color: var(--forest); }
.sp-compare-col.us h3, .sp-compare-col.us .muted { color: #fff; }
.sp-compare-col ul, .sp-list { padding-left: 18px; color: var(--soft); }
.sp-compare-col.us ul { color: rgba(255,255,255,.86); }
.sp-cta-band { background: var(--forest); color: #fff; padding: 36px 0; }
.sp-cta-band h2 { color: #fff; margin: 0; }
.wrap.band { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.wrap.band-lite { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.sp-score { display: inline-grid; justify-items: center; gap: 4px; background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 16px 28px; margin: 12px auto; }
.sp-score b { font-size: 42px; line-height: 1; }
.sp-ext { font-size: 13px; letter-spacing: .06em; text-transform: uppercase; font-weight: 650; }
.sp-rev .verified { font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--accent); font-weight: 700; }
.sp-rev .who { font-size: 13px; color: var(--muted); margin-top: 12px; }
.sp-lab { list-style: none; margin: 0; padding: 0; background: #fff; border: 1px solid var(--line); border-radius: 18px; }
.sp-lab li { display: flex; justify-content: space-between; gap: 12px; align-items: center; padding: 14px 18px; border-top: 1px solid var(--line); }
.sp-lab li:first-child { border-top: 0; }
.sp-lab h3 { margin: 0; font-size: 16px; }
.sp-lab p { margin: 4px 0 0; color: var(--muted); font-size: 13px; }
.sp-lab-acts { display: flex; gap: 8px; flex-wrap: wrap; }
.sp-acc { border-bottom: 1px solid var(--line); padding: 12px 0; }
.sp-acc summary { cursor: pointer; list-style: none; display: flex; gap: 12px; align-items: center; }
.sp-acc summary::-webkit-details-marker { display: none; }
.sp-acc .n { color: var(--muted); font-size: 13px; min-width: 28px; }
.sp-acc p { margin: 8px 0 0 40px; color: var(--soft); max-width: 720px; }
.sp-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.sp-pills a, .sp-pills span { border: 1px solid var(--line); border-radius: var(--pill); padding: 7px 12px; font-size: 13px; }
.sp-hero.dark .sp-pills a, .sp-hero.dark .sp-pills span { border-color: rgba(255,255,255,.22); color: #fff; }
.sp-table-wrap { overflow-x: auto; margin-top: 16px; }
.sp-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.sp-table th, .sp-table td { border-bottom: 1px solid var(--line); padding: 12px 10px; text-align: left; }
.sp-table s { color: var(--muted); }
.sp-table .save { font-weight: 700; color: var(--accent); }
.big { font-size: 48px; letter-spacing: -.04em; margin: 0; }
.legal-grid { display: grid; grid-template-columns: 240px 1fr; gap: 28px; }
.sp-toc { position: sticky; top: 90px; align-self: start; }
.sp-toc ol { padding-left: 18px; color: var(--soft); }
.sp-toc a { color: inherit; }
.sp-legal-sec { position: relative; padding: 18px 0 8px; }
.sp-legal-sec .sp-n { position: absolute; left: -8px; top: 8px; font-size: 42px; opacity: .18; }
.sp-legal-sec h2 { margin: 0 0 10px; padding-left: 8px; }
.sp-legal-body p, .sp-legal-body li { color: var(--soft); }
.sp-callout { background: #eef0f2; border: 1px solid #d9dbde; border-radius: 14px; padding: 14px 16px; margin: 16px 0; }
.sp-warn { background: #f8eee8; border-left: 4px solid #c45b2d; border-radius: 8px; padding: 14px 16px; margin: 16px 0; }
.sp-warn .sp-kicker { color: #c45b2d; }
.sp-affirm { list-style: none; padding: 0; }
.sp-affirm li { display: grid; grid-template-columns: 36px 1fr; gap: 10px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.sp-affirm span { color: var(--muted); font-weight: 700; }
.sp-steps { padding-left: 18px; color: var(--soft); }
.wrap.narrow { max-width: 820px; }
.muted { color: var(--muted); font-size: 14px; }
@media (max-width: 860px) {
  .sp-certs, .sp-four, .sp-grid3, .sp-grid2, .sp-revs, .sp-two, .sp-compare, .sp-stats, .legal-grid, .wrap.band, .wrap.band-lite {
    grid-template-columns: 1fr;
    display: grid;
  }
}

/* primary CTAs sitting on ink surfaces read as chrome */
.quiz .btn-primary, .quiz .btn-dark,
.cta-band .btn-dark, .sp-cta-band .btn-dark, .contact-hero .btn-dark, .blog-hero .btn-dark,
.sp-hero.dark .btn-dark, .cmp-col.pen .btn-dark {
  background: var(--chrome-grad);
  color: var(--ink);
  border-color: rgba(255,255,255,.4);
  box-shadow: 0 14px 34px -16px rgba(0,0,0,.7), inset 0 1px 0 rgba(255,255,255,.7);
}

@media (max-width: 980px) {
  .side { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 6px; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
  .side::-webkit-scrollbar { display: none; }
  .side h4 { display: none; }
  .side a, .side button { width: auto; margin: 0; white-space: nowrap; gap: 8px; border-radius: var(--pill); padding: 9px 14px; }
}
@media (max-width: 980px) {
  body.nav-open .site-header { z-index: 47; }
  body.nav-open .cookie { display: none; }
}
