/* ============================================================
   BUYARY INDUSTRIES — vertical pages (consumer electronics …)
   Loads AFTER solutions.css and inherits its light system
   (tokens, nav, buttons, eyebrows, footer, qband, scta).
   Adds the editorial/industry layer: evidence-card collage hero,
   intelligence-graph canvases, radial evaluation model, flow
   diagrams, alternating capability showcases, conversation UI,
   ecosystem network, split-screen independence, pilot timeline.
   Confidence colors: green = strong, amber = mixed, red = conflicting.
   ============================================================ */

:root {
  --amber: #D9A03C;
  --red: #C4452A;
  --glass: rgba(255, 255, 255, 0.78);
  --glass-line: rgba(60, 82, 102, 0.18);
}

.section--white { background: #FFFFFF; }

/* ============ HERO — the Intelligence Graph collage ============ */
.ihero {
  position: relative;
  min-height: 100svh;
  display: flex; align-items: center; justify-content: center;
  text-align: center;
  overflow: hidden;
  padding: 8rem var(--pad) 6rem;
  background: linear-gradient(180deg, #FFFFFF 0%, var(--cream) 100%);
}
.static .ihero { min-height: 860px; }
#ig-canvas {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
}
.ihero__inner { position: relative; z-index: 4; max-width: 56rem; margin-bottom: clamp(7rem, 22svh, 13rem); }
.ihero__inner .shero__title { font-size: clamp(2.4rem, 5.8vw, 4.4rem); }
.ihero__sub2 {
  font-family: var(--data);
  font-size: 0.95rem; color: var(--ink-soft);
  max-width: 40rem; margin: -1.2rem auto 2.5rem;
  line-height: 1.7;
}

/* floating evidence cards */
.ev-field { position: absolute; inset: 0; z-index: 2; pointer-events: none; }
.ev-card {
  position: absolute;
  width: 172px;
  border: 1px solid var(--glass-line);
  border-radius: 12px;
  background: var(--glass);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 2px 4px rgba(27,38,66,0.05), 0 22px 44px -24px rgba(27,38,66,0.28);
  padding: 0.9rem 1rem 0.85rem;
  text-align: left;
  left: calc(50% + var(--x)); top: calc(50% + var(--y));
  transform: translate(-50%, -50%) scale(var(--s, 1));
}
.ev-card__kicker {
  font-family: var(--sans); font-size: 0.52rem; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--navy); opacity: 0.65;
  display: block; margin-bottom: 0.4rem;
}
.ev-card__body { font-family: var(--data); font-size: 0.78rem; color: var(--ink); line-height: 1.45; }
.ev-card__body b { font-weight: 600; }
.ev-card__score {
  font-family: var(--data); font-weight: 700; font-size: 1.05rem;
  font-variant-numeric: tabular-nums;
}
.ev-card__score.ok { color: var(--green); }
.ev-card__score.mid { color: var(--amber); }
.ev-card__meta { font-family: var(--data); font-size: 0.66rem; color: var(--ink-soft); margin-top: 0.25rem; }
.ev-card--dim { opacity: 0.85; }
@media (max-width: 1180px) { .ev-card { width: 148px; } }
/* inline --x/--y are pixel offsets tuned for >=1480px; below that, pull the
   cards to viewport-relative positions (important beats the inline props) */
@media (max-width: 1480px) {
  /* four corner cards clear of the copy column; middle row returns >=1480px */
  .ev-card:nth-child(3), .ev-card:nth-child(4) { display: none; }
  .ev-card:nth-child(1) { --x: -40vw !important; --y: -250px !important; }
  .ev-card:nth-child(2) { --x: 40vw !important; --y: -260px !important; }
  .ev-card:nth-child(5) { --x: -38vw !important; --y: 220px !important; }
  .ev-card:nth-child(6) { --x: 38vw !important; --y: 215px !important; }
}
@media (max-width: 900px) {
  /* below 900px the centered column owns the canvas — no floating cards;
     the dock + in-flow counting core carry the delight */
  .ev-card, .ev-card:nth-child(1), .ev-card:nth-child(2), .ev-card:nth-child(5) { display: none !important; }
}

/* the glowing core — the Buyary Score itself is the circle */
.ig-core {
  /* 78%, not 82% — leaves room under the hub for a rounder orbit whose bottom
     glyphs clear the hero's overflow:hidden edge */
  position: absolute; left: 50%; top: 78%;
  transform: translate(-50%, -50%);
  z-index: 3;
  display: flex; flex-direction: column; align-items: center;
  pointer-events: none;
}
.ig-core__score {
  order: -1;
  width: 76px; height: 76px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: var(--green); color: #fff;
  font-family: var(--data); font-weight: 800;
  font-size: 1.9rem; line-height: 1;
  font-variant-numeric: tabular-nums;
  box-shadow:
    0 0 0 7px rgba(59,170,63,0.12),
    0 0 48px 4px rgba(59,170,63,0.26),
    0 18px 36px -16px rgba(27,38,66,0.35);
  margin-bottom: 0.65rem;
}
/* hub node: the Buyary mark on a clean white node — the graph's convergence
   point (no green; the score orb is only for actual product scores) */
.ig-core__mark {
  order: -1;
  width: 74px; height: 74px; border-radius: 50%;
  display: grid; place-items: center;
  background: #fff;
  box-shadow:
    0 0 0 1px rgba(27,38,66,0.06),
    0 0 26px 8px rgba(248,247,243,0.92),
    0 12px 30px -12px rgba(27,38,66,0.3);
  margin-bottom: 0.65rem;
}
.ig-core__mark img { width: 34px; height: auto; display: block; }
.ig-core__label {
  font-family: var(--sans); font-size: 0.52rem; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--navy-deep);
  max-width: 200px; text-align: center; line-height: 1.5;
  margin-bottom: 0.3rem;
  text-shadow: 0 0 8px var(--cream), 0 0 16px var(--cream);
}
.ig-core__meta { max-width: 220px; text-align: center; text-shadow: 0 0 8px var(--cream), 0 0 16px var(--cream); }
.ig-core__score--legacy {
  font-family: var(--data); font-weight: 700;
  font-size: 3rem; line-height: 1.05;
  color: var(--green);
  font-variant-numeric: tabular-nums;
}
.ig-core__meta { font-family: var(--data); font-size: 0.58rem; color: var(--ink-soft); }
.ihero .shero__vignette {
  background:
    radial-gradient(ellipse 62% 46% at 50% 50%, rgba(248,247,243,0.92) 0%, rgba(248,247,243,0.55) 55%, rgba(248,247,243,0) 100%);
  z-index: 3;
}

/* ============ FRAGMENTATION (editorial funnel) ============ */
.frag { max-width: 54rem; }
.frag__sources {
  display: flex; flex-wrap: wrap; gap: 0.55rem 0.6rem;
  margin: 2.2rem 0 0;
}
.frag__sources span {
  font-family: var(--data); font-size: 0.85rem; color: var(--ink-soft);
  border: 1px dashed var(--line-strong); border-radius: 999px;
  padding: 0.5rem 1.05rem 0.45rem;
  background: rgba(255,255,255,0.6);
}
.frag__flow {
  display: flex; flex-direction: column; align-items: flex-start;
  margin-top: 1.6rem;
}
.frag__wire {
  width: 1px; height: 44px; margin-left: 2.2rem;
  background: repeating-linear-gradient(to bottom, var(--line-strong) 0 4px, transparent 4px 9px);
  transform-origin: top;
}
.frag__stop {
  font-family: var(--serif); font-weight: 500;
  font-size: clamp(1.3rem, 2.6vw, 1.8rem);
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #FFFFFF;
  padding: 0.7rem 1.8rem 0.6rem;
}
.frag__stop--confusion { color: var(--red); border-color: rgba(196,69,42,0.35); }
.frag__stop--buyary { color: var(--navy-deep); border-color: rgba(59,170,63,0.5); box-shadow: 0 0 34px -8px rgba(59,170,63,0.35); }
.frag__stop--confidence { color: var(--green); border-color: rgba(59,170,63,0.4); }
.frag__verdict {
  margin-top: 2.6rem;
  font-family: var(--serif); font-size: clamp(1.3rem, 2.4vw, 1.7rem);
  color: var(--ink); line-height: 1.5;
}
.frag__verdict em { color: var(--orange); font-style: italic; }

/* ============ SERVE (editorial numbered rows) ============ */
.serve { max-width: 56rem; margin-top: clamp(2rem, 4vw, 3rem); }
.serve__row {
  display: grid; grid-template-columns: 9.5rem 1fr;
  gap: clamp(1.2rem, 3vw, 2.4rem);
  padding: clamp(1.3rem, 2.6vw, 1.8rem) 0;
  border-top: 1px solid var(--line);
}
.serve__row:last-child { border-bottom: 1px solid var(--line); }
@media (max-width: 640px) { .serve__row { grid-template-columns: 1fr; gap: 0.4rem; } }
.serve__who {
  font-family: var(--sans); font-size: 0.74rem; font-weight: 700;
  letter-spacing: var(--track); text-transform: uppercase;
  color: var(--navy-deep);
  padding-top: 0.3rem;
}
.serve__what { font-family: var(--data); font-size: 0.98rem; color: var(--ink-soft); line-height: 1.65; margin: 0; }

/* ============ RADAR — the evaluation model ============ */
.radar-wrap {
  display: grid; grid-template-columns: minmax(0, 480px) 1fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
  margin-top: clamp(2rem, 4vw, 3rem);
}
@media (max-width: 940px) { .radar-wrap { grid-template-columns: 1fr; } #eval-radar { max-width: 440px; margin: 0 auto; } }
#eval-radar { width: 100%; height: auto; overflow: visible; }
.radar-grid-line { fill: none; stroke: rgba(60,82,102,0.14); stroke-width: 1; }
.radar-axis-line { stroke: rgba(60,82,102,0.14); stroke-width: 1; }
.radar-poly {
  fill: rgba(59,170,63,0.1);
  stroke: var(--green); stroke-width: 2;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 12px rgba(59,170,63,0.28));
}
.radar-pt { fill: #FFFFFF; stroke: var(--green); stroke-width: 2; }
.radar-lab {
  font-family: var(--sans); font-size: 11px; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  fill: var(--navy);
}
.eval-list { list-style: none; margin: 0; padding: 0; }
.eval-list li { padding: 0.9rem 0; border-bottom: 1px dashed rgba(60,82,102,0.18); }
.eval-list li:first-child { border-top: 1px dashed rgba(60,82,102,0.18); }
.eval-list b {
  font-family: var(--sans); font-size: 0.74rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--navy-deep);
  display: block; margin-bottom: 0.25rem;
}
.eval-list p { font-family: var(--data); font-size: 0.9rem; color: var(--ink-soft); margin: 0; line-height: 1.55; }

/* ============ INTELLIGENCE LAYER (horizontal flow) ============ */
.ilayer {
  display: grid;
  grid-template-columns: 1fr auto 1.15fr auto 1fr;
  gap: clamp(0.8rem, 2vw, 1.6rem);
  align-items: center;
  margin-top: clamp(2.4rem, 5vw, 3.6rem);
}
@media (max-width: 880px) {
  .ilayer { grid-template-columns: 1fr; }
  .ilayer__join { transform: rotate(90deg); justify-self: center; }
}
.ilayer__col { display: flex; flex-direction: column; gap: 0.55rem; }
.ilayer__head {
  font-family: var(--sans); font-size: 0.6rem; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--navy); opacity: 0.65;
  margin-bottom: 0.35rem;
}
.ilayer__item {
  font-family: var(--data); font-size: 0.85rem; color: var(--ink);
  border: 1px solid var(--line); border-radius: 9px;
  background: #FFFFFF;
  padding: 0.62rem 0.9rem 0.56rem;
  box-shadow: 0 1px 2px rgba(27,38,66,0.04);
}
.ilayer__core {
  border: 1px solid rgba(59,170,63,0.45);
  border-radius: 14px;
  background: radial-gradient(circle at 50% 0%, rgba(59,170,63,0.09), rgba(255,255,255,0.9) 70%);
  box-shadow: 0 0 44px -8px rgba(59,170,63,0.3), 0 20px 40px -24px rgba(27,38,66,0.25);
  padding: clamp(1.4rem, 3vw, 2.2rem) clamp(1.2rem, 2.4vw, 1.8rem);
  text-align: center;
}
.ilayer__core b {
  display: block;
  font-family: var(--serif); font-weight: 600;
  font-size: clamp(1.2rem, 2.2vw, 1.55rem);
  color: var(--navy-deep); line-height: 1.25;
}
.ilayer__core span {
  display: block; margin-top: 0.6rem;
  font-family: var(--data); font-size: 0.78rem; color: var(--ink-soft); line-height: 1.6;
}
.ilayer__join {
  width: clamp(1.6rem, 3.5vw, 3rem); height: 1px; position: relative;
  background: repeating-linear-gradient(90deg, rgba(59,170,63,0.8) 0 4px, transparent 4px 9px);
}
.ilayer__join::after {
  content: ""; position: absolute; right: -1px; top: -3.5px;
  border-left: 6px solid var(--green);
  border-top: 4px solid transparent; border-bottom: 4px solid transparent;
}
.ilayer__exp {
  margin-top: clamp(1.8rem, 4vw, 2.6rem);
  text-align: center;
  font-family: var(--sans); font-size: 0.68rem; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--navy);
}
.ilayer__exp b { color: var(--green); }

/* ============ SHOWCASES (Apple-style alternating) ============ */
.show {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
  padding: clamp(2.6rem, 6vw, 4.2rem) 0;
}
.show + .show { border-top: 1px solid var(--line); }
.show--flip { grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); }
.show--flip .show__copy { order: 2; }
@media (max-width: 880px) {
  .show, .show--flip { grid-template-columns: 1fr; }
  .show--flip .show__copy { order: 0; }
}
.show__kicker {
  font-family: var(--sans); font-size: 0.62rem; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--orange); margin-bottom: 0.9rem;
}
.show__title {
  font-family: var(--serif); font-weight: 500;
  font-size: clamp(1.7rem, 3.4vw, 2.5rem);
  line-height: 1.18; color: var(--navy-deep);
  margin-bottom: 1rem;
}
.show__title em { font-style: italic; color: var(--orange); }
.show__copy p { font-family: var(--data); font-size: 0.98rem; color: var(--ink-soft); line-height: 1.7; margin: 0 0 1rem; }
.show__points { list-style: none; margin: 1.2rem 0 0; padding: 0; }
.show__points li {
  font-family: var(--data); font-size: 0.9rem; color: var(--ink);
  padding: 0.4rem 0 0.4rem 1.4rem; position: relative;
}
.show__points li::before {
  content: ""; position: absolute; left: 0; top: 0.85em;
  width: 6px; height: 6px; border-radius: 50%; background: var(--green);
}

/* big widget mocks */
.wm {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #FFFFFF;
  box-shadow: 0 2px 4px rgba(27,38,66,0.04), 0 34px 64px -32px rgba(27,38,66,0.3);
  padding: clamp(1.4rem, 3vw, 2.2rem);
  font-family: var(--data);
}
.wm__head {
  display: flex; align-items: baseline; justify-content: space-between; gap: 1rem;
  padding-bottom: 1rem; margin-bottom: 1.2rem;
  border-bottom: 1px solid var(--line);
}
.wm__product { font-family: var(--serif); font-weight: 600; font-size: 1.15rem; color: var(--ink); }
.wm__tag {
  font-family: var(--sans); font-size: 0.54rem; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--navy); opacity: 0.6; white-space: nowrap;
}

/* score mock — an aggregate Buyary Score is a SOLID disc with white numerals
   (matching .pdp__circle and the extension); hollow rings are for source scores.
   Static fill assumes 80+, which every score using this mock currently is; the
   count-up in industries.js re-tints through the bands on its way up. */
.wm__scorerow { display: flex; align-items: center; gap: clamp(1.2rem, 3vw, 2rem); }
.wm__ringwrap { position: relative; width: clamp(100px, 13vw, 120px); flex-shrink: 0; }
/* overflow:visible so the disc's shadow isn't clipped square by the viewBox */
.wm__ring { width: 100%; height: auto; overflow: visible; }
.wm__ring-bg { display: none; }
.wm__ring-fg {
  fill: var(--green); stroke: none;
  filter: drop-shadow(0 4px 11px rgba(28,27,27,0.16));
}
.wm__score {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
}
.wm__score b { font-weight: 800; font-size: 2.4rem; color: #fff; line-height: 1; font-variant-numeric: tabular-nums; }
/* label lives BELOW the ring — inside it crowded the stroke */
.wm__score span {
  position: absolute; top: 100%; left: 50%; transform: translateX(-50%);
  margin-top: 0.6rem; white-space: nowrap;
  font-family: var(--sans); font-size: 0.5rem; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-soft);
}
.wm__ringwrap { margin-bottom: 1.5rem; }
.wm__pm { flex: 1; min-width: 0; font-size: 0.84rem; }
.wm__pm p { margin: 0.4rem 0; padding-left: 1.15rem; position: relative; color: var(--ink); }
.wm__pm p::before { content: ""; position: absolute; left: 0; top: 0.5em; width: 5px; height: 5px; border-radius: 50%; background: var(--green); }
.wm__pm p.neg::before { background: var(--red); }
.wm__pm .wm__pmhead { font-family: var(--sans); font-size: 0.56rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; padding: 0; margin: 0.9rem 0 0.2rem; }
.wm__pm .wm__pmhead::before { display: none; }
.wm__pmhead.pos { color: var(--green); }
.wm__pmhead.negh { color: var(--red); }

/* consensus mock */
.wm__bars > div {
  display: grid; grid-template-columns: minmax(96px, 150px) 1fr 2.4rem 4.6rem;
  gap: 0.8rem; align-items: center;
  padding: 0.5rem 0;
  font-size: 0.84rem; color: var(--ink-soft);
}
.wm__bar { height: 5px; border-radius: 3px; background: rgba(60,82,102,0.1); position: relative; overflow: hidden; }
.wm__bar i {
  position: absolute; inset: 0 auto 0 0;
  width: calc(var(--val) * 1%);
  border-radius: 3px; background: var(--green);
  transform-origin: left;
}
.wm__bar i.mid { background: var(--amber); }
.js .wm__bar i { transform: scaleX(0); }
.wm__num { font-weight: 700; color: var(--green); text-align: right; font-variant-numeric: tabular-nums; }
.wm__num.mid { color: var(--amber); }
.wm__srctag {
  font-family: var(--sans); font-size: 0.52rem; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--ink-soft); text-align: right;
}
.wm__srctag.mid { color: var(--amber); }
.wm__foot { margin-top: 1rem; font-size: 0.78rem; color: var(--ink-soft); font-style: italic; font-family: var(--serif); }

/* claims mock */
.wm__claims { display: flex; flex-direction: column; gap: 0.7rem; }
.wm__claim {
  display: grid; grid-template-columns: 1fr auto;
  gap: 0.8rem; align-items: center;
  border: 1px solid var(--line); border-radius: 10px;
  padding: 0.8rem 1rem;
}
.wm__claim q { font-size: 0.86rem; color: var(--ink); quotes: "\201C" "\201D"; }
.wm__claim i { display: block; font-style: normal; font-size: 0.7rem; color: var(--ink-soft); margin-top: 0.2rem; }
.verdict {
  font-family: var(--sans); font-size: 0.56rem; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  border-radius: 999px; padding: 0.4em 0.85em 0.3em;
  white-space: nowrap;
}
.verdict--ok { color: var(--green); background: rgba(59,170,63,0.1); border: 1px solid rgba(59,170,63,0.35); }
.verdict--mixed { color: #9A6F1F; background: rgba(217,160,60,0.12); border: 1px solid rgba(217,160,60,0.4); }
.verdict--conflict { color: var(--red); background: rgba(196,69,42,0.08); border: 1px solid rgba(196,69,42,0.35); }

/* comparison mock */
.wm__vs { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
@media (max-width: 480px) { .wm__vs { grid-template-columns: 1fr; } }
.wm__vs > div { border: 1px solid var(--line); border-radius: 12px; padding: 1.1rem 1.1rem 1rem; }
.wm__vs .lead-pick { border-color: rgba(59,170,63,0.45); box-shadow: 0 0 26px -10px rgba(59,170,63,0.35); }
.wm__vs b.name { display: block; font-family: var(--serif); font-size: 1rem; color: var(--ink); margin-bottom: 0.15rem; }
.wm__vs .sc { font-weight: 700; font-size: 1.6rem; color: var(--green); font-variant-numeric: tabular-nums; }
.wm__vs p { font-size: 0.76rem; color: var(--ink-soft); margin: 0.5rem 0 0; line-height: 1.5; }
.wm__pick {
  font-family: var(--sans); font-size: 0.52rem; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--green);
  display: block; margin-bottom: 0.5rem;
}

/* ============ CONVERSATION UI ============ */
.chat {
  max-width: 46rem;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #FFFFFF;
  box-shadow: 0 2px 4px rgba(27,38,66,0.04), 0 34px 64px -32px rgba(27,38,66,0.3);
  padding: clamp(1.4rem, 3vw, 2.2rem);
  margin-top: clamp(2rem, 4vw, 3rem);
  font-family: var(--data);
}
.chat__q {
  margin-left: auto; max-width: 85%;
  width: fit-content;
  background: var(--navy-deep); color: var(--cream);
  border-radius: 16px 16px 4px 16px;
  padding: 0.85rem 1.15rem;
  font-size: 0.92rem;
}
.chat__q .caret { display: inline-block; width: 7px; height: 1em; background: rgba(248,247,243,0.8); vertical-align: -0.15em; animation: caret-blink 1.1s steps(2) infinite; }
@keyframes caret-blink { 50% { opacity: 0; } }
.chat__a { margin-top: 1.2rem; }
.chat__reason { font-size: 0.92rem; color: var(--ink); line-height: 1.65; }
.chat__reason b { font-weight: 600; }
.chat__cards { display: grid; grid-template-columns: 1fr 1fr; gap: 0.7rem; margin: 1.1rem 0; }
@media (max-width: 560px) { .chat__cards { grid-template-columns: 1fr; } }
.chat__ev {
  border: 1px solid var(--line); border-radius: 10px;
  padding: 0.75rem 0.9rem;
  font-size: 0.78rem; color: var(--ink-soft); line-height: 1.5;
}
.chat__ev b { display: block; font-family: var(--sans); font-size: 0.54rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--navy); opacity: 0.7; margin-bottom: 0.3rem; }
.chat__pills { display: flex; flex-wrap: wrap; gap: 0.45rem; margin: 0.9rem 0 1.1rem; }
.chat__pill {
  font-size: 0.68rem; color: var(--ink-soft);
  border: 1px solid var(--line); border-radius: 999px;
  padding: 0.32rem 0.75rem 0.28rem;
  background: var(--cream);
}
.chat__rec {
  display: flex; align-items: center; gap: 1.1rem;
  border: 1px solid rgba(59,170,63,0.4);
  border-radius: 12px;
  background: rgba(59,170,63,0.05);
  padding: 1rem 1.2rem;
}
.chat__rec-score {
  font-weight: 700; font-size: 2rem; color: var(--green);
  font-variant-numeric: tabular-nums; flex-shrink: 0;
}
.chat__rec p { font-size: 0.86rem; color: var(--ink); margin: 0; line-height: 1.55; }
.chat__rec .conf { font-family: var(--sans); font-size: 0.54rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--green); display: block; margin-bottom: 0.2rem; }
.chat__more { margin-top: 1.6rem; display: flex; flex-wrap: wrap; gap: 0.55rem; }
.chat__more span {
  font-family: var(--data); font-size: 0.82rem; color: var(--ink-soft);
  border: 1px dashed var(--line-strong); border-radius: 999px;
  padding: 0.5rem 1rem 0.45rem;
}
.js .chat__a > * { opacity: 0; transform: translateY(10px); }

/* ============ ECOSYSTEM NETWORK ============ */
.net { margin-top: clamp(2rem, 4vw, 3rem); }
#net-svg { width: 100%; height: auto; overflow: visible; }
.net-line { stroke: rgba(60,82,102,0.28); stroke-width: 1.2; fill: none; }
.net-line--out { stroke: rgba(59,170,63,0.55); stroke-width: 1.6; }
.net-node { fill: #FFFFFF; stroke: rgba(60,82,102,0.35); stroke-width: 1.2; }
.net-node--core { stroke: var(--green); stroke-width: 2; filter: drop-shadow(0 0 14px rgba(59,170,63,0.35)); }
.net-lab {
  font-family: var(--sans); font-size: 11px; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  fill: var(--navy);
}
.net-lab--core { fill: var(--green); font-size: 12.5px; }
.net-sub { font-family: var(--data); font-size: 10.5px; fill: var(--ink-soft); letter-spacing: 0.02em; text-transform: none; font-weight: 400; }

/* ============ INDEPENDENCE SPLIT ============ */
.split {
  display: grid; grid-template-columns: 1fr auto 1fr;
  gap: clamp(1.2rem, 3vw, 2.4rem);
  align-items: stretch;
  margin-top: clamp(2.2rem, 5vw, 3.4rem);
}
@media (max-width: 820px) { .split { grid-template-columns: 1fr; } .split__mid { justify-self: center; } }
.split__side {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: clamp(1.5rem, 3.4vw, 2.4rem);
  background: #FFFFFF;
}
.split__side--ad { background: repeating-linear-gradient(-45deg, #FFFFFF 0 14px, rgba(60,82,102,0.025) 14px 28px); }
.split__side--ev { border-color: rgba(59,170,63,0.4); box-shadow: 0 0 40px -14px rgba(59,170,63,0.3); }
.split__head {
  font-family: var(--sans); font-size: 0.62rem; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase;
  margin-bottom: 1.2rem;
}
.split__side--ad .split__head { color: var(--ink-soft); }
.split__side--ev .split__head { color: var(--green); }
.split__list { list-style: none; margin: 0; padding: 0; }
.split__list li {
  font-family: var(--data); font-size: 0.94rem;
  padding: 0.6rem 0;
  border-bottom: 1px dashed rgba(60,82,102,0.16);
}
.split__side--ad li { color: var(--ink-soft); text-decoration: line-through; text-decoration-color: rgba(196,69,42,0.5); text-decoration-thickness: 1px; }
.split__side--ev li { color: var(--ink); }
.split__side--ev li::before { content: "✓"; color: var(--green); margin-right: 0.6rem; font-weight: 700; }
.split__mid {
  align-self: center;
  display: flex; flex-direction: column; align-items: center; gap: 0.6rem;
}
.split__badge {
  width: 84px; height: 84px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: #FFFFFF;
  border: 1px solid rgba(59,170,63,0.45);
  box-shadow: 0 0 40px -6px rgba(59,170,63,0.35);
}
.split__badge img { width: 40px; height: 40px; }
.split__mid span {
  font-family: var(--sans); font-size: 0.56rem; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--navy);
  text-align: center;
}

/* ============ PILOT TIMELINE ============ */
.tl {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: clamp(2.4rem, 5vw, 3.6rem);
  position: relative;
}
.tl--5 { grid-template-columns: repeat(5, 1fr); }
@media (max-width: 820px) { .tl, .tl--5 { grid-template-columns: 1fr; } .tl::before { display: none; } .tl__step { padding-bottom: 1.6rem; } }
.tl::before {
  content: ""; position: absolute; left: 2%; right: 2%; top: 7px;
  height: 1px;
  background: repeating-linear-gradient(90deg, var(--line-strong) 0 4px, transparent 4px 9px);
}
.tl__step { position: relative; padding: 2rem 1.4rem 0 0; }
.tl__dot {
  position: absolute; top: 0; left: 0;
  width: 15px; height: 15px; border-radius: 50%;
  background: #FFFFFF; border: 2px solid var(--green);
  box-shadow: 0 0 0 4px rgba(59,170,63,0.12);
}
@media (max-width: 820px) {
  /* phones: vertical rail — dots on a dashed spine, content indented */
  .tl { position: relative; }
  .tl::before {
    display: block; content: "";
    left: 7px; right: auto; top: 6px; bottom: 6px;
    width: 1px; height: auto;
    background: repeating-linear-gradient(180deg, var(--line-strong) 0 4px, transparent 4px 9px);
  }
  .tl__step { padding: 0 0 1.9rem 2.1rem; }
  .tl__step:last-child { padding-bottom: 0; }
  .tl__dot { position: absolute; left: 0; top: 2px; }
}
.tl__week {
  font-family: var(--sans); font-size: 0.6rem; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--orange); margin-bottom: 0.4rem;
}
.tl__step b {
  display: block; font-family: var(--serif); font-weight: 600;
  font-size: 1.15rem; color: var(--navy-deep); margin-bottom: 0.4rem;
}
.tl__step p { font-family: var(--data); font-size: 0.86rem; color: var(--ink-soft); line-height: 1.6; margin: 0; }

/* ============ ARCHITECTURE MAP (related) ============ */
.arch {
  display: flex; flex-wrap: wrap; align-items: center; gap: 0.7rem;
  margin-top: clamp(2rem, 4vw, 3rem);
}
.arch__node {
  font-family: var(--data); font-size: 0.88rem; font-weight: 500; color: var(--navy-deep);
  border: 1px solid var(--line); border-radius: 10px;
  background: #FFFFFF; padding: 0.8rem 1.15rem 0.7rem;
  box-shadow: 0 1px 2px rgba(27,38,66,0.04);
  transition: border-color 0.3s, transform 0.3s var(--ease-out);
}
a.arch__node:hover { border-color: rgba(217,98,60,0.5); transform: translateY(-2px); }
.arch__node--this { border-color: rgba(59,170,63,0.5); color: var(--green); font-weight: 600; }
.arch__link { color: var(--orange); font-size: 0.85rem; opacity: 0.85; }

/* ============ PERSONA CARDS (Best For — goal-aware picks) ============ */
.persona {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(206px, 1fr));
  gap: clamp(0.9rem, 2vw, 1.2rem);
  margin-top: clamp(2rem, 4vw, 3rem);
}
.persona__card {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #FFFFFF;
  box-shadow: 0 1px 2px rgba(27,38,66,0.04), 0 18px 36px -24px rgba(27,38,66,0.22);
  padding: 1.3rem 1.3rem 1.2rem;
  transition: border-color 0.35s var(--ease-out), transform 0.35s var(--ease-out);
}
.persona__card:hover { border-color: rgba(59,170,63,0.45); transform: translateY(-3px); }
.persona__best {
  font-family: var(--sans); font-size: 0.54rem; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--green); margin-bottom: 0.55rem;
}
.persona__name {
  font-family: var(--serif); font-weight: 600; font-size: 1.08rem;
  color: var(--ink); line-height: 1.3; margin-bottom: 0.15rem;
}
.persona__score {
  font-family: var(--data); font-weight: 700; font-size: 1.5rem;
  color: var(--green); font-variant-numeric: tabular-nums;
  margin-bottom: 0.7rem;
}
.persona__score i { font-style: normal; font-family: var(--sans); font-size: 0.5rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-soft); margin-left: 0.4rem; }
.persona__fits { list-style: none; margin: 0; padding: 0; }
.persona__fits li {
  font-family: var(--data); font-size: 0.8rem; color: var(--ink-soft);
  padding: 0.28rem 0 0.28rem 1.15rem; position: relative; line-height: 1.4;
}
.persona__fits li::before {
  content: "✓"; position: absolute; left: 0; top: 0.28rem;
  color: var(--green); font-weight: 700; font-size: 0.75rem;
}

/* ============ COMPARISON MATRIX ============ */
.matrix {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #FFFFFF;
  box-shadow: 0 2px 4px rgba(27,38,66,0.04), 0 34px 64px -32px rgba(27,38,66,0.3);
  overflow: hidden;
  margin-top: clamp(2rem, 4vw, 3rem);
  font-family: var(--data);
}
.matrix__head {
  display: grid; grid-template-columns: minmax(130px, 1.3fr) 1fr 1fr;
  gap: 0.8rem; align-items: end;
  padding: 1.4rem clamp(1.1rem, 2.6vw, 1.8rem) 1.2rem;
  border-bottom: 1px solid var(--line);
  background: var(--cream);
}
.matrix__vehicle b { display: block; font-family: var(--serif); font-size: clamp(0.95rem, 1.8vw, 1.2rem); font-weight: 600; color: var(--ink); line-height: 1.25; }
.matrix__vehicle .sc { font-weight: 700; font-size: clamp(1.4rem, 2.6vw, 1.9rem); color: var(--green); font-variant-numeric: tabular-nums; }
.matrix__vehicle i { font-style: normal; font-family: var(--sans); font-size: 0.5rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-soft); display: block; margin-top: 0.1rem; }
.matrix__label {
  font-family: var(--sans); font-size: 0.6rem; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--navy); opacity: 0.7;
  align-self: center;
}
.matrix__row {
  display: grid; grid-template-columns: minmax(130px, 1.3fr) 1fr 1fr;
  gap: 0.8rem; align-items: center;
  padding: 0.62rem clamp(1.1rem, 2.6vw, 1.8rem);
  border-bottom: 1px solid rgba(60,82,102,0.09);
}
.matrix__row:last-child { border-bottom: none; }
.matrix__dim { font-size: 0.84rem; color: var(--ink); }
.matrix__cell { display: flex; align-items: center; gap: 0.7rem; }
.matrix__bar { flex: 1; height: 5px; border-radius: 3px; background: rgba(60,82,102,0.09); position: relative; overflow: hidden; }
.matrix__bar i {
  position: absolute; inset: 0 auto 0 0;
  width: calc(var(--val) * 1%);
  border-radius: 3px; background: rgba(60,82,102,0.4);
  transform-origin: left;
}
.matrix__cell b { font-weight: 700; font-size: 0.84rem; color: var(--ink-soft); font-variant-numeric: tabular-nums; min-width: 1.7rem; text-align: right; }
.matrix__cell.win .matrix__bar i { background: var(--green); }
.matrix__cell.win b { color: var(--green); }
.js .matrix__bar i { transform: scaleX(0); }
.matrix__verdict {
  padding: 1.1rem clamp(1.1rem, 2.6vw, 1.8rem) 1.2rem;
  border-top: 1px solid var(--line);
  background: var(--cream);
  font-family: var(--serif); font-style: italic;
  font-size: 0.95rem; color: var(--ink-soft); line-height: 1.6;
}
@media (max-width: 640px) {
  .matrix__head, .matrix__row { grid-template-columns: minmax(90px, 1fr) 1fr 1fr; gap: 0.5rem; }
  .matrix__dim { font-size: 0.74rem; }
}

/* ============ INSIGHTS DASHBOARD (Bloomberg-minimal) ============ */
.dash {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #FFFFFF;
  box-shadow: 0 2px 4px rgba(27,38,66,0.04), 0 34px 64px -32px rgba(27,38,66,0.3);
  overflow: hidden;
  margin-top: clamp(2rem, 4vw, 3rem);
  font-family: var(--data);
}
.dash__bar {
  display: flex; align-items: center; gap: 1rem;
  padding: 0.8rem clamp(1.1rem, 2.6vw, 1.6rem);
  border-bottom: 1px solid var(--line);
  background: var(--navy-ink);
}
.dash__bar b {
  font-family: var(--sans); font-size: 0.62rem; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--cream);
}
.dash__bar span { font-family: var(--mono); font-size: 0.62rem; color: var(--cream-faint); margin-left: auto; }
.dash__body {
  display: grid; grid-template-columns: 1.25fr 1fr;
  gap: 0;
}
@media (max-width: 760px) { .dash__body { grid-template-columns: 1fr; } .dash__side { border-left: none; border-top: 1px solid var(--line); } }
.dash__main { padding: 1.3rem clamp(1.1rem, 2.6vw, 1.6rem) 1.4rem; }
.dash__side { padding: 1.3rem clamp(1.1rem, 2.6vw, 1.6rem) 1.4rem; border-left: 1px solid var(--line); }
.dash__h {
  font-family: var(--sans); font-size: 0.56rem; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--navy); opacity: 0.7;
  margin-bottom: 0.9rem;
}
.dash__rank { display: grid; grid-template-columns: 1.1rem minmax(110px, 1fr) 2fr 2rem; gap: 0.7rem; align-items: center; padding: 0.42rem 0; }
.dash__rank i { font-style: normal; font-size: 0.68rem; color: var(--ink-soft); font-variant-numeric: tabular-nums; }
.dash__rank span { font-size: 0.82rem; color: var(--ink); }
.dash__rank .matrix__bar { height: 5px; }
.dash__rank b { font-weight: 700; font-size: 0.84rem; color: var(--green); text-align: right; font-variant-numeric: tabular-nums; }
.dash__theme { padding: 0.5rem 0; border-bottom: 1px dashed rgba(60,82,102,0.14); }
.dash__theme:last-child { border-bottom: none; }
.dash__theme span { display: block; font-size: 0.8rem; color: var(--ink); line-height: 1.45; }
.dash__theme i {
  font-style: normal; font-family: var(--sans); font-size: 0.5rem; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
}
.dash__theme--up i { color: var(--green); }
.dash__theme--down i { color: var(--red); }

/* ============ HUB: INDUSTRY GRID ============ */
.igrid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: clamp(0.8rem, 1.8vw, 1.2rem);
  margin-top: clamp(2.2rem, 5vw, 3.4rem);
}
@media (max-width: 900px) { .igrid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .igrid { grid-template-columns: 1fr; } }
.icard {
  position: relative;
  display: flex; flex-direction: column;
  min-height: 168px;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1.4rem 1.4rem 1.25rem;
  background: #FFFFFF;
  box-shadow: 0 1px 2px rgba(27,38,66,0.04), 0 16px 34px -26px rgba(27,38,66,0.22);
  transition: border-color 0.35s var(--ease-out), transform 0.35s var(--ease-out),
              box-shadow 0.35s var(--ease-out);
  overflow: hidden;
}
a.icard:hover {
  border-color: rgba(217,98,60,0.5);
  transform: translateY(-4px);
  box-shadow: 0 2px 4px rgba(27,38,66,0.05), 0 26px 46px -24px rgba(27,38,66,0.3);
}
.icard__wire {
  position: absolute; right: 1.1rem; top: 1.1rem;
  width: 32px; height: 32px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: rgba(60,82,102,0.05);
  border: 1px solid rgba(60,82,102,0.14);
  color: rgba(60,82,102,0.55);
  transition: color 0.35s, background 0.35s, border-color 0.35s;
}
.icard__wire svg { width: 17px; height: 17px; display: block; }
a.icard:hover .icard__wire { color: var(--orange); background: rgba(217,98,60,0.08); border-color: rgba(217,98,60,0.32); }
.icard__name {
  font-family: var(--serif); font-weight: 600;
  font-size: clamp(1.15rem, 2vw, 1.35rem);
  color: var(--navy-deep); line-height: 1.25;
  margin-bottom: 0.4rem; max-width: calc(100% - 40px);
}
.icard__desc { font-family: var(--data); font-size: 0.83rem; color: var(--ink-soft); line-height: 1.5; margin: 0; }
.icard__go {
  margin-top: auto; padding-top: 1rem;
  font-family: var(--sans); font-size: 0.62rem; font-weight: 700;
  letter-spacing: var(--track); text-transform: uppercase;
  color: var(--navy); opacity: 0.7;
  display: inline-flex; align-items: center; gap: 0.5rem;
  transition: color 0.3s, gap 0.3s var(--ease-out), opacity 0.3s;
}
a.icard:hover .icard__go { color: var(--orange); opacity: 1; gap: 0.85rem; }
.icard--soon { background: linear-gradient(160deg, rgba(243,241,236,0.6), rgba(248,247,243,0.35)); }
.icard--soon .icard__name { color: var(--navy); opacity: 0.72; }
.icard__soon {
  margin-top: auto; padding-top: 1rem;
  font-family: var(--sans); font-size: 0.56rem; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--cream-faint);
  color: rgba(60,82,102,0.45);
}

/* ============ HUB: QUESTION SPLIT ============ */
.qsplit {
  display: grid; grid-template-columns: 1fr minmax(0, 380px);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
  margin-top: clamp(2.2rem, 5vw, 3.4rem);
}
@media (max-width: 860px) { .qsplit { grid-template-columns: 1fr; } }
.qsplit__list { list-style: none; margin: 0; padding: 0; }
.qsplit__q {
  padding: 1rem 0; border-bottom: 1px solid var(--line);
  display: grid; grid-template-columns: 8.5rem 1fr; gap: 1rem; align-items: baseline;
}
.qsplit__q:first-child { border-top: 1px solid var(--line); }
@media (max-width: 500px) { .qsplit__q { grid-template-columns: 1fr; gap: 0.3rem; } }
.qsplit__cat {
  font-family: var(--sans); font-size: 0.6rem; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--orange);
}
.qsplit__text { font-family: var(--serif); font-size: clamp(1.05rem, 1.9vw, 1.3rem); color: var(--ink); line-height: 1.35; }
.qsplit__card {
  position: sticky; top: 92px;
  border: 1px solid var(--line); border-radius: 16px;
  background: #FFFFFF;
  box-shadow: 0 2px 4px rgba(27,38,66,0.04), 0 30px 56px -30px rgba(27,38,66,0.28);
  padding: 1.5rem;
  font-family: var(--data);
}
@media (max-width: 860px) { .qsplit__card { position: static; } }
.qsplit__card-head {
  display: flex; align-items: baseline; justify-content: space-between; gap: 1rem;
  padding-bottom: 0.9rem; margin-bottom: 1rem; border-bottom: 1px solid var(--line);
}
.qsplit__card-q { font-family: var(--serif); font-weight: 600; font-size: 1.02rem; color: var(--ink); line-height: 1.3; }
.qsplit__card-tag { font-family: var(--sans); font-size: 0.52rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--navy); opacity: 0.6; white-space: nowrap; }
.qsplit__ev { font-size: 0.82rem; color: var(--ink-soft); line-height: 1.55; margin: 0 0 0.9rem; padding-left: 1.05rem; position: relative; }
.qsplit__ev::before { content: ""; position: absolute; left: 0; top: 0.5em; width: 5px; height: 5px; border-radius: 50%; background: var(--green); }
.qsplit__rec { display: flex; align-items: center; gap: 0.9rem; border: 1px solid rgba(59,170,63,0.4); border-radius: 12px; background: rgba(59,170,63,0.05); padding: 0.85rem 1rem; }
.qsplit__rec b { font-weight: 700; font-size: 1.6rem; color: var(--green); font-variant-numeric: tabular-nums; }
.qsplit__rec span { font-size: 0.8rem; color: var(--ink); line-height: 1.45; }
.qsplit__rec i { display: block; font-style: normal; font-family: var(--sans); font-size: 0.5rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--green); margin-bottom: 0.15rem; }

/* ============ HUB: CATEGORY RADAR (interactive) ============ */
.catradar__tabs { display: flex; flex-wrap: wrap; gap: 0.55rem; margin-top: clamp(2rem, 4vw, 3rem); }
.catradar__tab {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-family: var(--sans); font-size: 0.66rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--ink-soft);
  border: 1px solid var(--line); border-radius: 999px;
  background: #FFFFFF; padding: 0.6rem 1.15rem 0.52rem;
  cursor: pointer; transition: color 0.25s, border-color 0.25s, background 0.25s;
}
/* only icon-bearing tabs trim the left padding for the glyph; text-only tabs
   (the per-vertical sub-category pickers) stay symmetric */
.catradar__tab:has(.catradar__ico) { padding-left: 0.95rem; }
.catradar__ico { flex-shrink: 0; opacity: 0.85; }
.catradar__tab.is-active .catradar__ico { opacity: 1; }
.catradar__tab:hover { color: var(--ink); border-color: var(--line-strong); }
.catradar__tab.is-active { color: var(--orange); border-color: var(--orange); background: rgba(217,98,60,0.07); }
.catradar__stage {
  display: grid; grid-template-columns: minmax(0, 460px) 1fr;
  gap: clamp(2rem, 5vw, 4.5rem); align-items: center;
  margin-top: clamp(1.6rem, 3vw, 2.4rem);
}
@media (max-width: 940px) { .catradar__stage { grid-template-columns: 1fr; } #cat-radar { max-width: 440px; margin: 0 auto; } }
#cat-radar { width: 100%; height: auto; overflow: visible; }
.catradar__dims { list-style: none; margin: 0; padding: 0; }
.catradar__dims li { display: grid; grid-template-columns: minmax(120px, 1fr) 1.6fr; gap: 1rem; align-items: center; padding: 0.55rem 0; border-bottom: 1px dashed rgba(60,82,102,0.16); }
.catradar__dims li:first-child { border-top: 1px dashed rgba(60,82,102,0.16); }
.catradar__dims b { font-family: var(--sans); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--navy-deep); }
.catradar__dims .catradar__bar { height: 5px; border-radius: 3px; background: rgba(60,82,102,0.1); position: relative; overflow: hidden; }
.catradar__dims .catradar__bar i { position: absolute; inset: 0 auto 0 0; border-radius: 3px; background: var(--green); width: calc(var(--val) * 1%); transition: width 0.6s var(--ease-out); }
.catradar__dims .catradar__bar i.mid { background: #8BC34A; }
.catradar__dims .catradar__bar i.avg { background: #F9C718; }
.catradar__dims .catradar__bar i.low { background: #D93C3C; }
.catradar__note { margin-top: 1.2rem; font-family: var(--serif); font-style: italic; font-size: 0.9rem; color: var(--ink-soft); }

/* ============ HUB: WHY TRIO ============ */
.why3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.6rem, 4vw, 3rem); margin-top: clamp(2.2rem, 5vw, 3.4rem); }
@media (max-width: 820px) { .why3 { grid-template-columns: 1fr; gap: 2rem; } }
.why3__item { border-top: 2px solid var(--orange); padding-top: 1.2rem; }
.why3__h { font-family: var(--serif); font-weight: 600; font-size: clamp(1.5rem, 3vw, 2.1rem); color: var(--navy-deep); margin-bottom: 0.6rem; line-height: 1.15; }
.why3__item p { font-family: var(--data); font-size: 0.95rem; color: var(--ink-soft); line-height: 1.65; margin: 0; }

/* ============ HUB: BROWSE DIRECTORY ============ */
.browse { columns: 3; column-gap: clamp(1.5rem, 4vw, 3rem); margin-top: clamp(2rem, 4vw, 3rem); }
@media (max-width: 720px) { .browse { columns: 2; } }
@media (max-width: 460px) { .browse { columns: 1; } }
.browse a, .browse span {
  display: flex; align-items: center; justify-content: space-between;
  break-inside: avoid;
  font-family: var(--serif); font-size: 1.15rem; color: var(--ink);
  padding: 0.7rem 0; border-bottom: 1px solid var(--line);
  transition: color 0.25s;
}
.browse a:hover { color: var(--orange); }
.browse a::after { content: "\2192"; font-family: var(--data); color: var(--navy); opacity: 0.5; transition: transform 0.3s var(--ease-out), color 0.3s; }
.browse a:hover::after { color: var(--orange); transform: translateX(4px); }
.browse span { color: rgba(60,82,102,0.4); }
.browse span::after { content: "Soon"; font-family: var(--sans); font-size: 0.56rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; }

/* ============ FINAL CTA with graph canvas ============ */
.icta { position: relative; }
#cta-graph { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0.5; z-index: 1; }
.icta .scta__inner { z-index: 2; }

/* ============ HERO: image evidence cards + snack dock ============ */
.ev-card--img .ev-card__shot {
  display: flex; align-items: center; justify-content: center;
  background: #fff; border-radius: 8px;
  height: 92px; margin-bottom: 0.6rem; padding: 6px;
}
.ev-card--img .ev-card__shot img { max-height: 100%; max-width: 100%; object-fit: contain; mix-blend-mode: multiply; }
.ev-card__score-chip {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 27px; height: 27px; border-radius: 50%;
  background: transparent; color: var(--green);
  border: 2px solid currentColor;
  font-family: var(--data); font-weight: 700; font-size: 0.72rem;
  font-variant-numeric: tabular-nums;
  margin-right: 0.4rem; vertical-align: middle;
  flex-shrink: 0;
}
.ev-card__score-chip.mid { color: var(--amber); }
/* the product card carries the Buyary Score — solid, unlike source rings */
.ev-card--img .ev-card__score-chip { background: var(--green); color: #fff; border: 0; }
/* chip in its own column so wrapped label lines align under the first line */
.ev-card__body--score { display: flex; align-items: flex-start; gap: 0.45rem; }
.ev-card__body--score .ev-card__score-chip { margin-right: 0; }
.ev-card__scorebody { min-width: 0; }
.ev-card--yt .ev-card__thumb {
  position: relative; border-radius: 8px; overflow: hidden;
  aspect-ratio: 16 / 10; margin-bottom: 0.6rem; background: rgba(60,82,102,0.08);
}
.ev-card--yt .ev-card__thumb img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  filter: grayscale(1) contrast(0.88) brightness(1.06);
  opacity: 0.78;
}
.ev-card--yt .ev-card__thumb::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 30px; height: 30px; border-radius: 50%;
  background: rgba(24,24,24,0.72);
}
.ev-card--yt .ev-card__thumb::before {
  content: ""; position: absolute; top: 50%; left: 50%; z-index: 1;
  transform: translate(-33%, -50%);
  border-left: 9px solid #fff; border-top: 6px solid transparent; border-bottom: 6px solid transparent;
}

.snacks {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 0.6rem;
  margin-top: clamp(2rem, 4.5vw, 2.8rem);
  position: relative; z-index: 3;
}
.snack {
  display: inline-flex; align-items: center; gap: 0.55rem;
  border: 1px solid var(--glass-line);
  background: var(--glass);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  border-radius: 999px;
  padding: 0.45rem 0.95rem 0.45rem 0.5rem;
  font-family: var(--sans); font-size: 0.6rem; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--navy-deep);
  box-shadow: 0 2px 4px rgba(27,38,66,0.05), 0 14px 30px -18px rgba(27,38,66,0.25);
  transition: transform 0.3s var(--ease-out), border-color 0.3s;
}
.snack:hover { transform: translateY(-2px); border-color: rgba(217,98,60,0.5); }
.snack__viz {
  display: inline-flex; align-items: center; justify-content: center;
  width: 30px; height: 30px; border-radius: 50%;
  background: #fff; border: 1px solid var(--line);
  overflow: hidden; flex-shrink: 0;
}
.snack__viz svg { width: 20px; height: 20px; }
.snack__viz--bubble {
  background: var(--navy-deep); border-color: var(--navy-deep);
  color: var(--orange-soft); font-family: var(--serif); font-size: 0.8rem; font-style: italic;
}
.snack__viz--bars { flex-direction: column; align-items: flex-start; gap: 2.5px; padding: 0 6px; }
.snack__viz--bars i { display: block; height: 2.5px; border-radius: 2px; background: var(--green); }
.snack__viz--bars i:nth-child(1) { width: 16px; }
.snack__viz--bars i:nth-child(2) { width: 11px; background: var(--green-light); }
.snack__viz--bars i:nth-child(3) { width: 7px; background: var(--sand); }
.snack__viz--srcs { gap: 1px; }
.snack__viz--srcs img { width: 9px; height: 9px; border-radius: 2px; object-fit: contain; }
@media (max-width: 699px) {
  .snacks { display: grid; grid-template-columns: repeat(2, minmax(0, max-content)); justify-content: center; }
}
@media (max-width: 640px) {
  .snacks { gap: 0.45rem; }
  .snack { font-size: 0.54rem; padding-right: 0.75rem; }
}
#widgets-live, #compare, #proof, #askw, #ask { scroll-margin-top: 84px; }
.js .snacks { opacity: 0; transform: translateY(14px); }
@media (prefers-reduced-motion: reduce) { .js .snacks { opacity: 1 !important; transform: none !important; } }

/* ============ PRIORITY LENS ============ */
.lens {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  padding: clamp(1.4rem, 3vw, 2.2rem);
  max-width: 56rem;
}
.lens__label {
  font-family: var(--sans); font-size: 0.62rem; font-weight: 700;
  letter-spacing: var(--track); text-transform: uppercase;
  color: var(--navy); opacity: 0.75;
  margin-bottom: 0.8rem;
}
.lens__chips { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 1.4rem; }
.lens__chip {
  font-family: var(--sans); font-size: 0.62rem; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--ink-soft); background: none;
  border: 1px solid var(--line); border-radius: 999px;
  padding: 0.55rem 1rem 0.45rem; cursor: pointer;
  transition: color 0.3s, border-color 0.3s, background 0.3s;
}
.lens__chip:hover { border-color: var(--line-strong); color: var(--ink); }
.lens__chip.is-active {
  color: var(--orange); border-color: rgba(217,98,60,0.55);
  background: rgba(217,98,60,0.07);
}
.lens__list { display: flex; flex-direction: column; gap: 0.7rem; }
.lens__card {
  display: flex; gap: 1rem; align-items: flex-start;
  border: 1px solid var(--line); border-radius: 10px;
  padding: 1rem 1.15rem;
  background: var(--cream);
  will-change: transform;
}
.lens__card.is-top { border-color: rgba(217,98,60,0.5); background: #fff; box-shadow: 0 10px 30px rgba(27,38,66,0.07); }
.lens__thumb {
  width: 58px; height: 58px; flex-shrink: 0;
  background: #fff; border: 1px solid var(--line); border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  padding: 5px; margin-top: 0.05rem;
}
.lens__thumb img { max-width: 100%; max-height: 100%; object-fit: contain; mix-blend-mode: multiply; }
@media (max-width: 560px) { .lens__thumb { width: 46px; height: 46px; } }
.lens__rank {
  font-family: var(--data); font-weight: 700; font-size: 0.85rem;
  color: var(--navy); opacity: 0.55;
  border: 1px solid var(--line); border-radius: 50%;
  width: 1.7rem; height: 1.7rem; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  margin-top: 0.1rem;
}
.lens__card.is-top .lens__thumb {
  width: 58px; height: 58px; flex-shrink: 0;
  background: #fff; border: 1px solid var(--line); border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  padding: 5px; margin-top: 0.05rem;
}
.lens__thumb img { max-width: 100%; max-height: 100%; object-fit: contain; mix-blend-mode: multiply; }
@media (max-width: 560px) { .lens__thumb { width: 46px; height: 46px; } }
.lens__rank { color: var(--orange); opacity: 1; border-color: rgba(217,98,60,0.5); }
.lens__name {
  font-family: var(--data); font-weight: 600; font-size: 0.98rem; color: var(--ink);
  display: flex; align-items: center; gap: 0.6rem; flex-wrap: wrap;
}
.lens__name a { border-bottom: 1px solid rgba(217,98,60,0.35); transition: border-color 0.3s, color 0.3s; }
.lens__name a:hover { color: var(--orange); border-color: var(--orange); }
.lens__scorechip {
  width: 30px; height: 30px; border-radius: 50%; flex-shrink: 0;
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--data); font-weight: 700; font-size: 0.78rem;
  font-variant-numeric: tabular-nums;
  color: #fff; background: var(--green);
  line-height: 1;
}
.lens__scorechip.mid { background: var(--green-light, #8BC34A); }
.lens__scorechip.avg { background: #C98A1B; }
.lens__scorechip.low { background: #C4452A; }
.lens__badge {
  font-family: var(--sans); font-size: 0.54rem; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--orange); border: 1px solid rgba(217,98,60,0.5);
  border-radius: 999px; padding: 0.3rem 0.6rem 0.2rem;
}
.lens__sub { font-family: var(--data); font-size: 0.78rem; color: var(--ink-soft); opacity: 0.8; margin-top: 0.1rem; }
.lens__why { font-family: var(--data); font-size: 0.86rem; color: var(--ink-soft); line-height: 1.55; margin-top: 0.45rem; }
.lens__caveat { font-family: var(--data); font-size: 0.8rem; color: #9A6F1F; margin-top: 0.4rem; }
.lens__fits { display: flex; flex-wrap: wrap; gap: 0.4rem 1.1rem; margin-top: 0.6rem; }
.lens__fit {
  font-family: var(--sans); font-size: 0.56rem; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--ink-soft); display: inline-flex; align-items: center; gap: 0.45rem;
}
.lens__dots { display: inline-flex; gap: 3px; }
.lens__dots i { width: 6px; height: 6px; border-radius: 50%; background: var(--line-strong); display: inline-block; }
.lens__dots i.on { background: var(--green); }
.lens__note {
  font-family: var(--data); font-size: 0.78rem; color: var(--ink-soft); opacity: 0.75;
  margin-top: 1.1rem; font-style: italic;
}
@media (max-width: 560px) { .lens__card { padding: 0.85rem 0.9rem; gap: 0.7rem; } }

/* ============ WIDGET SHOWCASES (real-data mocks) ============ */
/* --- PDP / add-to-cart --- */
.pdp {
  display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(1.4rem, 3vw, 2.6rem);
  background: #fff; border: 1px solid var(--line); border-radius: 16px;
  padding: clamp(1.4rem, 3vw, 2.4rem);
  align-items: center;
}
@media (max-width: 720px) { .pdp { grid-template-columns: 1fr; } }
.pdp__img { display: flex; align-items: center; justify-content: center; background: var(--cream); border-radius: 12px; padding: 1.2rem; min-height: 220px; }
.pdp__img img { max-height: 260px; width: auto; object-fit: contain; mix-blend-mode: multiply; }
.pdp__brand {
  font-family: var(--sans); font-size: 0.6rem; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-soft);
  margin-bottom: 0.5rem;
}
.pdp__title { font-family: var(--serif); font-weight: 600; font-size: clamp(1.3rem, 2.4vw, 1.7rem); line-height: 1.2; color: var(--ink); margin-bottom: 0.5rem; }
.pdp__price { font-family: var(--data); font-size: 1.05rem; color: var(--ink); margin-bottom: 1rem; }
.pdp__cart {
  display: block; text-align: center;
  font-family: var(--sans); font-size: 0.7rem; font-weight: 700;
  letter-spacing: 0.22em; text-transform: uppercase;
  background: #181818; color: #fff;
  border-radius: 8px; padding: 1rem 1.4rem 0.85rem;
  margin-bottom: 1.1rem;
}
.pdp__badge { background: var(--cream); border: 1px solid var(--line); border-radius: 12px; padding: 1.1rem 1.2rem; }
.pdp__badge-top { display: flex; align-items: center; gap: 1rem; margin-bottom: 0.9rem; }
.pdp__circle {
  width: 62px; height: 62px; border-radius: 50%; flex-shrink: 0;
  background: var(--green); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--data); font-weight: 800; font-size: 1.5rem;
}
.pdp__circle.mid, .aripane__score.mid { background: #8BC34A; }
.pdp__circle.avg, .aripane__score.avg { background: #F9C718; color: #4A3F00; }
.pdp__circle.low, .aripane__score.low { background: #D93C3C; }
.proof__score.mid { color: var(--green-light, #8BC34A); }
.proof__score.avg { color: #C98A1B; }
.proof__score.low { color: #C4452A; }
.pdp__badge-label { font-family: var(--sans); font-size: 0.62rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--navy-deep); }
.pdp__badge-meta { font-family: var(--data); font-size: 0.82rem; color: var(--ink-soft); margin-top: 0.2rem; }
.pdp__bars > div { display: grid; grid-template-columns: minmax(80px, 120px) 1fr 2rem; align-items: center; gap: 0.7rem; padding: 0.3rem 0; }
/* inside the narrow PDP badge: label + score on top, full-width bar below */
.pdp__badge .pdp__bars > div { grid-template-columns: 1fr auto; gap: 0.35rem 0.7rem; padding: 0.4rem 0; }
.pdp__badge .pdp__bars > div span:first-child { grid-column: 1; grid-row: 1; }
.pdp__badge .pdp__bars > div b { grid-column: 2; grid-row: 1; }
.pdp__badge .pdp__bars > div .pdp__bar { grid-column: 1 / -1; grid-row: 2; }
.pdp__bars span { font-family: var(--sans); font-size: 0.58rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-soft); }
.pdp__bar { height: 5px; border-radius: 3px; background: rgba(60,82,102,0.12); position: relative; overflow: hidden; }
.pdp__bar i { position: absolute; inset: 0 auto 0 0; width: calc(var(--val) * 1%); background: var(--green); border-radius: 3px; }
.pdp__bar i.mid { background: #8BC34A; }
.pdp__bar i.avg { background: #F9C718; }
.pdp__bar i.low { background: #D93C3C; }
.pdp__bars b { font-family: var(--data); font-size: 0.85rem; color: var(--ink); text-align: right; }
.pdp__link { font-family: var(--sans); font-size: 0.6rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--orange); margin-top: 0.8rem; display: inline-block; }

/* --- Ask Ari full pane --- */
.aripane {
  background: #fff; border: 1px solid var(--line); border-radius: 20px; overflow: hidden;
  box-shadow: 0 30px 80px rgba(27,38,66,0.14), 0 6px 18px rgba(27,38,66,0.06);
}
.aripane__head { display: flex; align-items: center; gap: 1rem; padding: 1.1rem 1.4rem; border-bottom: 1px solid var(--line); flex-wrap: wrap; }
.aripane__img { width: 52px; height: 52px; object-fit: contain; mix-blend-mode: multiply; }
.aripane__name { font-family: var(--serif); font-weight: 600; font-size: 1.1rem; color: var(--ink); }
.aripane__score {
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--green); color: #fff;
  font-family: var(--data); font-weight: 800; font-size: 1rem;
}
.aripane__meta { font-family: var(--sans); font-size: 0.56rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-soft); line-height: 1.7; }
.aripane__body { padding: 1.3rem 1.4rem; background: var(--cream); }
.aripane__q {
  margin-left: auto; width: fit-content; max-width: 82%;
  font-family: var(--serif); font-size: 1rem;
  color: var(--cream); background: var(--navy-deep);
  border-radius: 14px 14px 4px 14px; padding: 0.85rem 1.2rem;
  box-shadow: 0 14px 34px rgba(20,32,51,0.28);
}
.aripane__q::before { content: "✦ "; color: var(--orange-soft); }
.aripane__a {
  max-width: 92%;
  background: #fff; border-left: 3px solid var(--orange);
  border-radius: 4px 12px 12px 4px;
  box-shadow: 0 18px 44px rgba(27,38,66,0.12);
  padding: 0.95rem 1.2rem; margin-top: 0.8rem;
  font-family: var(--data); font-size: 0.9rem; line-height: 1.65; color: var(--ink);
}
.aripane__chips { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1rem; }
.aripane__chips span {
  font-family: var(--serif); font-size: 0.85rem; color: var(--navy-deep);
  background: rgba(60,82,102,0.06); border: 1px solid var(--line);
  border-radius: 999px; padding: 0.45rem 0.9rem;
}
.aripane__input {
  display: flex; align-items: center; gap: 0.9rem;
  margin-top: 1.1rem;
}
.aripane__ari { font-family: var(--serif); font-style: italic; font-weight: 600; color: var(--orange); white-space: nowrap; }
.aripane__field {
  flex: 1; display: flex; align-items: center; justify-content: space-between; gap: 0.8rem;
  background: #fff; border: 1px solid var(--line); border-radius: 999px;
  padding: 0.75rem 1.1rem;
  font-family: var(--serif); font-size: 0.92rem; color: var(--ink-soft);
}
.aripane__field i {
  width: 26px; height: 26px; border-radius: 50%; flex-shrink: 0;
  border: 1.5px solid var(--orange); position: relative;
}
.aripane__field i::before { content: "→"; position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; color: var(--orange); font-style: normal; font-size: 0.8rem; }
.aripane__foot {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap;
  padding: 0.85rem 1.4rem; border-top: 1px solid var(--line);
  font-family: var(--sans); font-size: 0.56rem; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-soft);
}
.aripane__srcs { display: flex; flex-wrap: wrap; align-items: center; gap: 0.9rem 1.1rem; }
.aripane__srcs > span:first-child { opacity: 0.6; }

.aripane__pow img { height: 14px; width: auto; display: inline-block; vertical-align: -2px; margin-left: 0.4rem; }

/* --- generative widget pairs --- */
.gen { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.2rem, 2.6vw, 2rem); }
@media (max-width: 860px) { .gen { grid-template-columns: 1fr; } }
.gen__prompt {
  background: #fff; border: 1px solid var(--line); border-radius: 12px;
  padding: 0.95rem 1.2rem; margin-bottom: 1rem;
  font-family: var(--data); font-size: 0.88rem; line-height: 1.55; color: var(--ink-soft);
}
.gen__prompt::before { content: "✦ "; color: var(--orange); }
.gen__dark {
  background: #181818; border-radius: 14px; color: #fff;
  padding: 1.3rem 1.4rem;
}
.gen__dark-top { display: flex; align-items: center; gap: 1rem; margin-bottom: 0.9rem; }
.gen__dark .pdp__circle { width: 54px; height: 54px; font-size: 1.25rem; }
.genw-dark__score { font-variant-numeric: tabular-nums; }
.gen__dark-name { font-family: var(--data); font-weight: 700; font-size: 1.05rem; }
.gen__dark q { display: block; font-family: var(--data); font-size: 0.9rem; line-height: 1.6; color: rgba(255,255,255,0.85); quotes: "\201C" "\201D"; margin-bottom: 0.7rem; }
.gen__dark-src { font-family: var(--sans); font-size: 0.56rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.55); }
.gen__dark-foot {
  margin-top: 1rem; padding-top: 0.85rem; border-top: 1px solid rgba(255,255,255,0.12);
  font-family: var(--sans); font-size: 0.56rem; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.6);
}
.gen__dark-foot b { color: var(--green-light, #8BC34A); }
.gen__light {
  background: #fff; border: 1px solid var(--line); border-radius: 14px;
  padding: 1.3rem 1.4rem;
}
.gen__light-top { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 0.9rem; flex-wrap: wrap; }
.gen__light-name { font-family: var(--serif); font-weight: 600; font-size: 1.2rem; color: var(--ink); }
.gen__light-pill {
  font-family: var(--sans); font-size: 0.58rem; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--orange); border: 1px solid rgba(217,98,60,0.5);
  border-radius: 999px; padding: 0.45rem 0.85rem 0.35rem;
}
.gen__light .pdp__bars > div { grid-template-columns: minmax(70px, 90px) 1fr 2rem; }
.gen__light-foot {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap;
  margin-top: 0.9rem;
  font-family: var(--sans); font-size: 0.58rem; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
}
.gen__light-foot a { color: var(--orange); }
.gen__light-foot span { color: var(--ink-soft); opacity: 0.7; }

/* --- social proof panes --- */
.proof__thumb {
  position: relative; border-radius: 8px; overflow: hidden;
  aspect-ratio: 16 / 10; margin-bottom: 0.85rem; background: rgba(60,82,102,0.08);
}
.proof__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.proof__thumb--play::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 44px; height: 44px; border-radius: 50%;
  background: rgba(24,24,24,0.72);
}
.proof__thumb--play::before {
  content: ""; position: absolute; top: 50%; left: 50%; z-index: 1;
  transform: translate(-38%, -50%);
  border-left: 13px solid #fff; border-top: 8px solid transparent; border-bottom: 8px solid transparent;
}
.proof__pub, .srcico { display: inline-flex; align-items: center; gap: 0.55rem; min-width: 0; }
.askw__srcrow {
  display: flex; flex-wrap: wrap; align-items: center;
  gap: 0.55rem 1.3rem; flex: 1; min-width: 0;
}
.askw__srcrow .srcico .proof__src { font-size: 0.56rem; color: var(--ink-soft); white-space: nowrap; }
.proof__pub img { width: 32px; height: 32px; border-radius: 7px; object-fit: contain; flex-shrink: 0; background: #fff; border: 1px solid var(--line); padding: 3px; }
.proof__pub .proof__src { overflow-wrap: anywhere; }
@media (max-width: 900px) { .proof__pub img { width: 28px; height: 28px; } }
.proof__platicon { width: 15px; height: 15px; flex-shrink: 0; display: inline-block; vertical-align: -2px; margin-right: 0.3rem; }
.srcico img { width: 17px; height: 17px; border-radius: 4px; object-fit: contain; filter: grayscale(1); opacity: 0.7; }
.srcico .proof__src { font-size: 0.6rem; color: var(--ink-soft); }
.proof__platform {
  font-family: var(--sans); font-size: 0.52rem; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--orange);
}

.proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1rem, 2.4vw, 1.6rem); align-items: start; }
@media (max-width: 900px) { .proof { grid-template-columns: 1fr; } }
.proof__col { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 1.2rem 1.3rem; }
.proof__head { font-family: var(--serif); font-weight: 700; font-size: 1.25rem; color: var(--ink); }
.proof__count { font-family: var(--sans); font-size: 0.56rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-soft); margin: 0.3rem 0 1rem; }
.proof__card { border: 1px solid var(--line); border-radius: 10px; padding: 1rem 1.1rem; background: var(--cream); }
.proof__row { display: flex; align-items: center; gap: 0.7rem; margin-bottom: 0.7rem; }
.proof__score {
  width: 48px; height: 48px; border-radius: 50%; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  background: transparent; color: var(--green);
  border: 2.5px solid currentColor;
  font-family: var(--data); font-weight: 800; font-size: 1.05rem;
  font-variant-numeric: tabular-nums;
}
@media (max-width: 900px) { .proof__score { width: 44px; height: 44px; font-size: 0.98rem; } }
.proof__src { font-family: var(--sans); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink); line-height: 1.35; }
.proof__snip { font-family: var(--data); font-size: 0.84rem; line-height: 1.6; color: var(--ink-soft); }
.js .proof__card:not(.is-open) .proof__snip {
  display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical; overflow: hidden;
}
.proof__more {
  display: none;
  font-family: var(--sans); font-size: 0.56rem; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--orange); background: none; border: 0; padding: 0.5rem 0 0;
  cursor: pointer;
}
/* only shown once JS confirms the clamp is actually hiding text */
.js .proof__card.is-clampable .proof__more { display: inline-flex; align-items: center; gap: 0.4rem; }
.proof__more::after {
  content: ""; width: 7px; height: 7px;
  border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-2px); transition: transform 0.3s;
}
.is-open .proof__more::after { transform: rotate(225deg) translateY(-2px); }
.proof__meta {
  display: flex; align-items: center; justify-content: space-between; gap: 0.8rem;
  margin-top: 0.8rem; padding-top: 0.7rem; border-top: 1px solid var(--line);
  font-family: var(--sans); font-size: 0.54rem; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-soft);
}
.proof__meta a { color: #2563EB; }
.proof__pow { font-family: var(--sans); font-size: 0.54rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-soft); opacity: 0.75; margin-top: 0.9rem; }

/* ============ ASK ARI + CONSENSUS QUOTE MOCKS ============ */
.ari { display: flex; flex-direction: column; gap: 0.7rem; }
.ari__q {
  align-self: flex-end;
  font-family: var(--data); font-size: 0.9rem;
  color: var(--cream);
  background: var(--navy-deep);
  border-radius: 14px 14px 4px 14px;
  padding: 0.7rem 1rem;
  max-width: 78%;
}
.ari__a {
  align-self: flex-start;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 14px 14px 14px 4px;
  padding: 0.9rem 1.1rem;
  max-width: 92%;
}
.ari__a > p:first-child { font-family: var(--data); font-size: 0.9rem; line-height: 1.6; color: var(--ink); }
.ari__cites { display: flex; flex-wrap: wrap; gap: 0.4rem; margin-top: 0.7rem; }
.ari__cites b {
  font-family: var(--sans); font-size: 0.54rem; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--navy);
  border: 1px solid var(--line); border-radius: 999px;
  padding: 0.3rem 0.6rem 0.2rem;
}
.ari__grounded {
  font-family: var(--sans); font-size: 0.56rem; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--green); margin-top: 0.7rem;
}
.wm__quote {
  font-family: var(--serif); font-style: italic;
  font-size: 1.15rem; line-height: 1.55; color: var(--ink);
  padding: 0.4rem 0 0;
}
.wm__quote footer {
  font-family: var(--sans); font-style: normal;
  font-size: 0.58rem; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--ink-soft); margin-top: 1rem;
}
.wm__quote footer a { color: var(--orange); border-bottom: 1px solid rgba(217,98,60,0.4); }

.genw-dark__dots button {
  appearance: none; -webkit-appearance: none;
  width: 20px; height: 20px; border: 0; padding: 0;
  background: transparent; cursor: pointer;
  position: relative;
}
.genw-dark__dots button::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 7px; height: 7px; border-radius: 50%;
  background: rgba(255,255,255,0.28);
  transition: background 0.3s, transform 0.3s;
}
.genw-dark__dots button.is-active::after { background: var(--green-light, #8BC34A); transform: translate(-50%,-50%) scale(1.25); }

/* question chips carry the Ari spark */
.drift span::before {
  content: "\2726\00a0";
  color: var(--orange); font-size: 0.82em;
}

/* the quote band balances its lines */
.qband__text { text-wrap: balance; }
@media (max-width: 700px) { .qband__text br { display: none; } }

/* ============ VERTICAL FAQ ============ */
.vfaq { max-width: 50rem; }
.vfaq__item { border-bottom: 1px solid var(--line); }
.vfaq__item summary {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  list-style: none; cursor: pointer;
  min-height: 56px; padding: 1.05rem 0.2rem;
}
.vfaq__item summary::-webkit-details-marker { display: none; }
.vfaq__q { font-family: var(--data); font-size: 1rem; font-weight: 500; color: var(--ink); line-height: 1.4; }
.vfaq__item summary:hover .vfaq__q { color: var(--orange); }
.vfaq__item[open] summary .vfaq__q { color: var(--orange); }
.vfaq__chev {
  flex-shrink: 0; width: 9px; height: 9px;
  border-right: 1.6px solid var(--line-strong); border-bottom: 1.6px solid var(--line-strong);
  transform: rotate(45deg); transition: transform 0.3s var(--ease-out);
  margin-right: 0.2rem;
}
.vfaq__item[open] .vfaq__chev { transform: rotate(225deg); }
.vfaq__a { padding: 0.1rem 0.2rem 1.3rem; max-width: 44rem; }
.vfaq__a p { font-family: var(--data); font-size: 0.92rem; line-height: 1.7; color: var(--ink-soft); }

/* ============ BOUNDARIES (responsible limitations) ============ */
.bounds {
  border-left: 3px solid var(--orange);
  background: #fff;
  border-radius: 0 12px 12px 0;
  padding: 1.5rem 1.8rem;
  max-width: 46rem;
}
.bounds b {
  display: block;
  font-family: var(--sans); font-size: 0.64rem; font-weight: 700;
  letter-spacing: var(--track); text-transform: uppercase;
  color: var(--navy); margin-bottom: 0.6rem;
}
.bounds p { font-family: var(--data); font-size: 0.92rem; line-height: 1.7; color: var(--ink-soft); }

/* ============ REVEAL DEFAULTS ============ */
.js .ev-card, .js .ig-core { opacity: 0; }
.js .frag__stop, .js .frag__wire { opacity: 0; }
.js .serve__row, .js .tl__step { opacity: 0; }
.js .ilayer__item, .js .ilayer__core, .js .ilayer__join, .js .ilayer__exp { opacity: 0; }
.js .split__side, .js .split__mid { opacity: 0; }

@media (prefers-reduced-motion: reduce) {
  .js .ev-card, .js .ig-core, .js .frag__stop, .js .frag__wire,
  .js .serve__row, .js .tl__step, .js .ilayer__item, .js .ilayer__core,
  .js .ilayer__join, .js .ilayer__exp, .js .split__side, .js .split__mid,
  .js .chat__a > *, .js .wm__bar i {
    opacity: 1 !important; transform: none !important;
  }
  .chat__q .caret { animation: none; }
}


/* ============ PORTED FROM THE INVESTOR BRIEF: Ask Ari + Generative widgets ============ */
@keyframes ticker-scroll { to { transform: translateX(-50%); } }

.askw-block { margin-bottom: clamp(4rem, 8vw, 6rem); }

.askw {
  background: #fff; border: 1px solid var(--line); border-radius: 20px;
  box-shadow: 0 20px 44px -26px rgba(27, 38, 66, 0.18);
  overflow: hidden;
}

.askw__top {
  position: relative; z-index: 1;
  filter: drop-shadow(0 12px 14px rgba(27, 38, 66, 0.13));
}

.askw__hero {
  /* first column ends where the tab edge steps up — text starts at the ledge */
  display: grid; grid-template-columns: 26.5% minmax(0, 1fr);
  align-items: center; gap: 1rem;
  padding: 1.15rem 1.7rem 0.9rem;
  background: #fff;
}

.askw__hero-car { width: 148px; max-width: 90%; height: auto; justify-self: center; }

.askw__hero-main { min-width: 0; }

.askw__hero-name {
  font-family: var(--serif); font-weight: 700;
  font-size: clamp(1.2rem, 2.4vw, 1.6rem);
  letter-spacing: -0.015em; line-height: 1.2;
}

.askw__hero-name span { font-weight: 500; color: var(--ink-soft); }

.askw__hero-meta { display: flex; align-items: center; gap: 0.8rem; margin-top: 0.6rem; }

.askw__score {
  flex-shrink: 0;
  font-family: var(--data); font-weight: 800; font-size: 1.05rem;
  color: #fff; background: var(--green);
  width: 44px; height: 44px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
}

.askw__score-label {
  font-family: var(--sans); text-transform: uppercase; color: var(--navy-deep);
  line-height: 1.35;
}

.askw__score-label b { display: block; font-weight: 700; font-size: 0.64rem; letter-spacing: 0.18em; }

.askw__score-label i { display: block; font-style: normal; font-weight: 400; font-size: 0.5rem; letter-spacing: 0.34em; opacity: 0.9; }

/* Band word convention: display serif, italic — same as the embed SDK. */
.askw__score-label em {
  display: block; margin-top: 0.15rem; font-style: italic; color: var(--green);
  font-family: var(--serif); font-size: 0.82rem; font-weight: 600;
  letter-spacing: 0.01em; text-transform: none;
}

.askw__hero-div { width: 1px; height: 30px; background: var(--line); flex-shrink: 0; }

.askw__hero-sub {
  font-family: var(--sans); font-size: 0.56rem; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-soft);
  line-height: 1.9;
}

.askw__hero-edge { display: block; width: 100%; height: 30px; fill: #fff; margin-top: -1px; }

.askw__chat { padding: 1.2rem 1.9rem 1.6rem; min-width: 0; background: var(--cream-2); }

.askw__brand-img { height: 24px; width: auto; display: block; flex-shrink: 0; }

.askw__input-row { display: flex; align-items: center; gap: 1rem; }

.askw__input-row .askw__input { flex: 1; min-width: 0; }

.askw__thread { margin-bottom: 1.4rem; }

.askw__q {
  display: flex; align-items: flex-start; gap: 0.75rem;
  background: var(--navy-deep); border-radius: 16px;
  padding: 1.15rem 1.4rem 2.6rem;
  /* begins where the header's tab edge levels into its straight ledge */
  margin-left: 28%;
}

.askw__q-spark { width: 17px; height: 17px; flex-shrink: 0; fill: var(--orange-soft); margin-top: 0.2em; }

.askw__q-text {
  font-family: var(--serif); font-size: 1.05rem; line-height: 1.5;
  color: var(--cream); min-width: 0;
}

.askw__a {
  position: relative;
  background: #fff; border: 1px solid var(--line); border-radius: 14px;
  border-left: 3px solid var(--orange);
  box-shadow: 0 12px 28px -18px rgba(27, 38, 66, 0.28);
  margin: -1.6rem 2.4rem 0 0;
  padding: 1.05rem 1.25rem 1rem;
  font-family: var(--sans); font-weight: 400; font-size: 0.84rem; line-height: 1.7;
  color: var(--ink);
}

.askw__a b { color: var(--navy-deep); }

.askw__caret {
  display: inline-block; width: 2px; height: 0.95em;
  background: var(--ink); vertical-align: -0.12em; margin-left: 2px;
  animation: blink 1.1s steps(1) infinite;
}

.askw__typing {
  display: none; align-items: center; gap: 5px;
  width: max-content;
  background: #fff; border: 1px solid var(--line); border-radius: 14px;
  box-shadow: 0 12px 28px -18px rgba(27, 38, 66, 0.28);
  margin: -1.6rem 0 0 1.4rem;
  position: relative;
  padding: 0.9rem 1.1rem;
}

.askw__typing i {
  width: 6px; height: 6px; border-radius: 50%;
  background: rgba(60, 82, 102, 0.55);
  animation: askw-dot 1.1s ease-in-out infinite;
}

.askw__typing i:nth-child(2) { animation-delay: 0.18s; }

.askw__typing i:nth-child(3) { animation-delay: 0.36s; }

@keyframes askw-dot { 0%, 60%, 100% { transform: translateY(0); opacity: 0.5; } 30% { transform: translateY(-4px); opacity: 1; } }

.askw__chips { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-bottom: 1.4rem; }

.askw__chips button {
  font-family: var(--serif); font-size: 0.82rem; font-weight: 500;
  color: var(--navy-deep);
  background: #F3F8FC; border: 1px solid rgba(60, 82, 102, 0.13);
  border-radius: 100px; padding: 0.5rem 1rem 0.45rem;
  cursor: pointer; transition: border-color 0.3s, background 0.3s, color 0.3s;
}

.askw__chips button:hover { border-color: var(--navy); background: var(--navy-deep); color: var(--cream); }

.askw__input {
  display: flex; align-items: center; gap: 0.8rem;
  background: #fff;
  border: 1px solid var(--line); border-radius: 100px;
  padding: 0.7rem 0.55rem 0.7rem 1.15rem;
  font-family: var(--serif); font-size: 0.95rem; color: var(--ink-soft);
}

.askw__input > span:first-child { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.askw__send {
  margin-left: auto; flex-shrink: 0;
  width: 30px; height: 30px; border-radius: 50%;
  border: 1.5px solid var(--orange);
  display: flex; align-items: center; justify-content: center;
}

.askw__send svg { width: 14px; height: 14px; fill: none; stroke: var(--orange); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.askw__foot {
  min-width: 0;
  display: flex; align-items: center; gap: 1.2rem;
  border-top: 1px solid var(--line);
  background: #FCFBF8;
  padding: 0.9rem 1.9rem;
}

.askw__foot-label {
  flex-shrink: 0;
  font-family: var(--sans); font-size: 0.56rem; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-soft);
}

.askw__ticker {
  flex: 1 1 0%; width: 0; min-width: 0; overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
}

.askw__ticker-track {
  display: flex; align-items: center; gap: 2.6rem; width: max-content;
  padding-right: 2.6rem;
  animation: askw-ticker 34s linear infinite;
}

.askw__ticker-track img {
  height: 14px; width: auto; flex-shrink: 0;
  filter: grayscale(1); opacity: 0.55;
}

@keyframes askw-ticker { to { transform: translateX(-50%); } }
.askw__ticker-track .srcico { flex-shrink: 0; gap: 0.5rem; }
.askw__ticker-track .srcico img, .askw__ticker-track .srcico svg { filter: grayscale(1); opacity: 0.6; }
.askw__ticker-track .srcico .proof__src { font-size: 0.56rem; color: var(--ink-soft); white-space: nowrap; }
@media (prefers-reduced-motion: reduce) { .askw__ticker-track { animation: none; } }

.askw__foot .pwb { flex-shrink: 0; margin: 0; padding-top: 0; border-top: 0; }

@media (max-width: 860px) {
  .askw__hero { gap: 0.6rem; padding: 0.9rem 1rem 0.55rem; grid-template-columns: 23% minmax(0, 1fr); }
  .askw__hero-car { width: 100%; max-width: 96px; }
  .askw__hero-edge { height: 22px; }
  .askw__hero-meta { gap: 0.5rem; margin-top: 0.4rem; flex-wrap: nowrap; }
  .askw__score { width: 34px; height: 34px; font-size: 0.82rem; }
  .askw__hero-sub { font-size: 0.44rem; letter-spacing: 0.07em; line-height: 1.7; }
  .askw__score-label { white-space: nowrap; }
  .askw__score-label b { font-size: 0.5rem; letter-spacing: 0.14em; }
  .askw__score-label i { font-size: 0.4rem; letter-spacing: 0.26em; }
  .askw__score-label em { font-size: 0.6rem; }
  .askw__hero-meta { gap: 0.45rem; }
  .askw__hero-div { height: 24px; }
  .askw__chat { padding: 0.9rem 1.1rem 1.2rem; }
  .askw__thread { margin-bottom: 1.1rem; }
  .askw__q { padding: 0.95rem 1.05rem 2.3rem; }
  .askw__q-text { font-size: 0.94rem; }
  .askw__a { margin: -1.5rem 1.1rem 0 0; padding: 0.9rem 1rem 0.85rem; font-size: 0.78rem; }
  .askw__chips {
    flex-wrap: nowrap; overflow-x: auto; gap: 0.5rem;
    margin: 0 -1.1rem 1.1rem; padding: 2px 1.1rem;
    scrollbar-width: none; -ms-overflow-style: none;
    -webkit-mask-image: linear-gradient(90deg, #000 0, #000 calc(100% - 30px), transparent 100%);
    mask-image: linear-gradient(90deg, #000 0, #000 calc(100% - 30px), transparent 100%);
  }
  .askw__chips::-webkit-scrollbar { display: none; }
  .askw__chips button { white-space: nowrap; flex-shrink: 0; font-size: 0.78rem; }
  .askw__input-row { gap: 0.7rem; }
  .askw__brand-img { height: 20px; }
  .askw__input { padding: 0.55rem 0.5rem 0.55rem 0.95rem; font-size: 0.85rem; gap: 0.5rem; }
  .askw__send { width: 26px; height: 26px; }
  .askw__foot { padding: 0.8rem 1.1rem; gap: 0.8rem; }
  .askw__foot-label { display: none; }
}

.genwidgets { margin-bottom: clamp(4rem, 8vw, 6rem); }

.genwidgets__title {
  font-size: clamp(1.6rem, 3vw, 2.3rem); font-weight: 500;
  letter-spacing: -0.015em; margin-bottom: 1.1rem;
}

.genwidgets__title em { font-style: italic; color: var(--navy); }

.genwidgets__copy {
  color: var(--ink-soft); max-width: 62ch; font-size: 1.04rem;
  line-height: 1.75; margin-bottom: 2.6rem;
}

.genwidgets__grid {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.5rem, 3vw, 2.5rem); align-items: start;
}

@media (max-width: 900px) {
  .genwidgets__grid { grid-template-columns: 1fr; }
}

@media (min-width: 901px) {
  .genwidgets__grid { grid-template-rows: auto auto; }
  .genex {
    display: grid; grid-row: span 2;
    grid-template-rows: subgrid; row-gap: 0;
  }
}

.genex__prompt {
  display: flex; align-items: center; gap: 0.7rem;
  background: #fff; border: 1px solid var(--line); border-radius: 14px;
  padding: 1rem 1.2rem; margin-bottom: 1.1rem;
  box-shadow: 0 8px 24px -14px rgba(27, 38, 66, 0.15);
  min-height: 76px;
}

.genex__spark {
  width: 18px; height: 18px; flex-shrink: 0;
  fill: var(--orange); stroke: none;
}

.genex__prompt-text {
  font-family: var(--data); font-size: 0.88rem; line-height: 1.55;
  color: var(--ink);
}

.genex__caret {
  width: 2px; height: 16px; background: var(--orange);
  flex-shrink: 0; animation: blink 1.1s steps(1) infinite;
}

.js:not(.static) .genex__result { opacity: 0; transform: translateY(14px) scale(0.97); }

.genw-dark {
  background: #141821;
  border: 1px solid rgba(248, 247, 243, 0.12);
  border-radius: 16px; padding: 1.4rem 1.5rem 1.1rem;
  box-shadow: 0 24px 50px -22px rgba(0, 0, 0, 0.5);
}

.genw-dark__row { display: flex; gap: 1rem; align-items: center; margin-bottom: 0.9rem; }

.genw-dark__score {
  width: 52px; height: 52px; border-radius: 50%; flex-shrink: 0;
  background: transparent; color: var(--green-light, #8BC34A);
  border: 2.5px solid currentColor;
  transition: color 0.4s;
  font-family: var(--data); font-weight: 800; font-size: 1.15rem;
  display: flex; align-items: center; justify-content: center;
}

.genw-dark__product {
  font-family: var(--data); font-weight: 700; font-size: 1rem;
  color: #fff; letter-spacing: 0.01em; margin-bottom: 0.25rem;
}

.genw-dark__body { flex: 1; min-width: 0; }

.genw-dark__quotes { position: relative; min-height: 1.4em; }

.genw-dark__quote {
  font-family: var(--data); font-size: 0.8rem; line-height: 1.55;
  color: rgba(248, 247, 243, 0.72);
  position: absolute; inset: 0 auto auto 0; width: 100%;
  opacity: 0; transition: opacity 0.3s ease-out;
}

.genw-dark__quote.is-active { opacity: 1; transition: opacity 0.45s ease-out 0.32s; }

.genw-dark__quote .genw-dark__src {
  display: flex; align-items: center; gap: 0.5rem; margin-top: 0.5rem;
  font-family: var(--sans); font-weight: 600; font-size: 0.56rem;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: rgba(248, 247, 243, 0.6);
}

.genw-dark__srclogo { height: 12px; width: auto; display: block; opacity: 0.9; }

.genw-dark__srclogo--boxed { height: 16px; border-radius: 3px; }

.genw-dark__yt { width: 22px; height: 16px; flex-shrink: 0; }

.genw-dark__bscore {
  color: var(--green-light); font-weight: 700; letter-spacing: 0;
}

.genw-dark__dots { display: inline-flex; gap: 5px; margin-top: 0.5rem; }

.genw-dark__dots i {
  width: 5px; height: 5px; border-radius: 50%;
  background: rgba(248, 247, 243, 0.25);
  transition: background 0.4s;
}

.genw-dark__dots i.is-active { background: var(--green-light); }

.genw-dark__foot {
  display: flex; align-items: center; gap: 0.55rem;
  border-top: 1px solid rgba(248, 247, 243, 0.1); padding-top: 0.85rem;
}

.genw-dark__foot img { width: 16px; height: 16px; opacity: 0.85; }

.genw-dark__foot span {
  font-family: var(--data); font-size: 0.66rem; font-weight: 500;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: rgba(248, 247, 243, 0.55);
}

.genw-light {
  background: #FFFDF9;
  border: 1px solid rgba(60, 82, 102, 0.18);
  border-radius: 16px; padding: 1.4rem 1.5rem 1.2rem;
  box-shadow: 0 24px 50px -24px rgba(27, 38, 66, 0.22);
}

.genw-light__head {
  display: flex; justify-content: space-between; align-items: baseline;
  gap: 0.8rem; margin-bottom: 1rem; flex-wrap: wrap;
}

.genw-light__product {
  font-family: var(--serif); font-weight: 600; font-size: 1.15rem;
  color: var(--ink);
}

.genw-light__rank {
  font-family: var(--sans); font-size: 0.56rem; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--orange); border: 1px solid rgba(217, 98, 60, 0.35);
  border-radius: 100px; padding: 0.35rem 0.7rem 0.25rem;
  white-space: nowrap;
}

.genw-light__bars { display: flex; flex-direction: column; gap: 0.55rem; margin-bottom: 1.05rem; }

.genw-light__bar { display: flex; align-items: center; gap: 0.7rem; }

.genw-light__bar span {
  font-family: var(--sans); font-size: 0.6rem; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-soft);
  width: 92px; flex-shrink: 0;
}

.genw-light__bar i {
  flex: 1; height: 6px; border-radius: 3px; position: relative;
  background: rgba(60, 82, 102, 0.12); overflow: hidden;
}

.genw-light__bar i::after {
  content: ""; position: absolute; inset: 0 auto 0 0; width: var(--w);
  background: var(--green); border-radius: 3px;
}

.genw-light__bar--avg i::after { background: var(--green-light); }

.genw-light__bar b {
  font-family: var(--data); font-weight: 700; font-size: 0.8rem;
  color: var(--navy-deep); width: 22px; text-align: right;
}

.genw-light__foot {
  display: flex; justify-content: space-between; align-items: center;
  gap: 0.8rem; border-top: 1px solid rgba(60, 82, 102, 0.12);
  padding-top: 0.9rem; flex-wrap: wrap;
}

.genw-light__video {
  display: inline-flex; align-items: center; gap: 0.45rem;
  font-family: var(--sans); font-size: 0.6rem; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--orange);
}

.genw-light__video svg { width: 15px; height: 15px; }

.genw-light__video circle { fill: none; stroke: var(--orange); stroke-width: 1.6; }

.genw-light__video path { fill: var(--orange); }

.genw-light__powered {
  display: inline-flex; align-items: center; gap: 0.45rem;
  font-family: var(--data); font-size: 0.64rem; font-weight: 500;
  letter-spacing: 0.06em; color: var(--ink-soft);
}

.genw-light__powered img { width: 15px; height: 15px; }

.pwb {
  display: flex; align-items: center; gap: 0.5rem;
  margin-top: 1.15rem; padding-top: 0.95rem;
  border-top: 1px solid var(--line);
  font-family: var(--data); font-size: 0.66rem; font-weight: 500;
  letter-spacing: 0.04em; color: var(--ink-soft);
}

.pwb img.pwb__logo, .genw-light__powered img.pwb__logo {
  width: auto; height: 13px; display: inline-block;
  vertical-align: -2px; opacity: 0.92;
}


/* phones + tablets: core in-flow (must trail the base .ig-core/.ihero rules) */
@media (max-width: 900px) {
  .ihero, .static .ihero { min-height: auto; padding-bottom: 4.5rem; display: flex; flex-direction: column; }
  .ihero__inner { order: 1; margin-bottom: 0; }
  .ig-core { position: static; transform: none; margin: 3.4rem auto 0; order: 2; flex-shrink: 0; }
}
