/* ────────────────────────────────────────────────────────────
   /alternatives — hub + detail.
   Scoped to `.alt-page` (hub) and `.alt-detail` (detail) so class
   names like `.hero`, `.featured`, `.alt` never collide with other
   surfaces. Tokens mirror the rest of the site.
   ──────────────────────────────────────────────────────────── */

.alt-page, .alt-detail {
  --alt-ink: #0E0E0C;
  --alt-ink-muted: #6B6B66;
  --alt-paper: #FAFAF7;
  --alt-canvas: #F2F2EC;
  --alt-panel: #F8F8F3;
  --alt-border: #E6E6E0;
  --alt-accent: #d4ff01;
  --alt-accent-soft: #FBFFE5;
  --alt-dark: #0E0E0C;
  --alt-inverse: #FAFAF7;
  --alt-display: 'Space Grotesk', system-ui, sans-serif;
  --alt-sans: 'DM Sans', system-ui, sans-serif;
  --alt-mono: 'JetBrains Mono', ui-monospace, monospace;
  --alt-serif: 'Fraunces', serif;
  background: var(--alt-paper);
  color: var(--alt-ink);
  font-family: var(--alt-sans);
  -webkit-font-smoothing: antialiased;
}
.alt-page svg, .alt-detail svg { display: block; }
.alt-page a, .alt-detail a { color: inherit; text-decoration: none; }

/* Page width.
   Hub (`.alt-page`) mirrors the pairings hub: fixed 80px gutter on each
   side, no max-width cap, so the two hubs are visually identical.
   Detail (`.alt-detail`) still caps the inner column at 1280 for
   readability on wide viewports. */
.alt-page .alt-hero,
.alt-page .alt-grid-sec {
  padding-left: 80px;
  padding-right: 80px;
}
.alt-detail .alt-hero,
.alt-detail .alt-section,
.alt-detail .alt-ad-section,
.alt-detail .alt-cta {
  padding-left:  max(clamp(16px, 4vw, 48px), calc((100% - 1280px) / 2 + clamp(16px, 4vw, 48px)));
  padding-right: max(clamp(16px, 4vw, 48px), calc((100% - 1280px) / 2 + clamp(16px, 4vw, 48px)));
}

/* ── Shared chips ────────────────────────────────────────── */
.alt-chip { display: inline-flex; align-items: center; gap: 6px; border-radius: 999px; padding: 5px 12px; font-family: var(--alt-sans); font-size: 11px; font-weight: 700; }
.alt-chip .alt-chip-dot { width: 7px; height: 7px; border-radius: 999px; }
.alt-chip-closest { background: var(--alt-accent); color: var(--alt-ink); }
.alt-chip-strong  { background: var(--alt-accent-soft); border: 1px solid var(--alt-accent); color: var(--alt-ink); }
.alt-chip-strong  .alt-chip-dot { background: var(--alt-accent); }
.alt-chip-feel    { background: var(--alt-panel); border: 1px solid var(--alt-border); color: var(--alt-ink-muted); font-weight: 600; }
.alt-chip-feel    .alt-chip-dot { background: var(--alt-ink-muted); }

/* ── Strength meter — 3 segments on a black pill so the lime reads
       cleanly on any background. Filled = lime, empty = a darker
       inverse-grey so the gap is visible against the ink pill. */
.alt-meter {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--alt-ink);
  padding: 6px 10px;
  border-radius: 999px;
}
.alt-meter-seg {
  display: block;
  width: 14px; height: 8px;
  border-radius: 2px;
  background: rgba(250, 250, 247, .18);   /* empty: subtle on the ink pill */
  transition: background .15s;
}
.alt-meter-seg--on { background: var(--alt-accent); }

/* Hero override — lime pill with ink-dot segments. The dark hero
   background makes an ink pill disappear; flipping the palette keeps
   the meter readable next to the existing lime chip. */
.alt-detail .alt-hero .alt-meter { background: var(--alt-accent); }
.alt-detail .alt-hero .alt-meter-seg { background: rgba(14, 14, 12, .2); }
.alt-detail .alt-hero .alt-meter-seg--on { background: var(--alt-ink); }

/* Group the existing chip + the meter so they share a baseline. */
.alt-tier-row { display: inline-flex; align-items: center; gap: 10px; flex-wrap: wrap; }

/* ── Engineered "fact" badge — outlined ink, deliberately distinct
       from the lime tier chip. Only renders where the entry's data
       explicitly flags the match as a metric clone or revival. */
.alt-engineered-badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: #fff;
  border: 1.5px solid var(--alt-ink);
  border-radius: 999px;
  padding: 5px 12px;
  font-family: var(--alt-mono);
  font-size: 11px; font-weight: 700; letter-spacing: .4px;
  color: var(--alt-ink);
}
.alt-engineered-badge svg { color: var(--alt-ink); flex: none; }

/* ── Shared buttons ─────────────────────────────────────── */
.alt-btn-accent { display: inline-flex; align-items: center; gap: 9px; background: var(--alt-accent); color: var(--alt-ink); border-radius: 999px; padding: 14px 24px; font-size: 15px; font-weight: 700; }
.alt-btn-outline { display: inline-flex; align-items: center; gap: 8px; background: #fff; border: 1px solid var(--alt-border); color: var(--alt-ink); border-radius: 999px; padding: 13px 20px; font-size: 15px; font-weight: 600; }
.alt-btn-ghost { display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(255,255,255,.2); color: var(--alt-inverse); border-radius: 999px; padding: 14px 22px; font-size: 15px; font-weight: 600; }

/* ── HUB hero ────────────────────────────────────────────── */
.alt-page .alt-hero {
  padding-top: 84px; padding-bottom: 76px;
  display: flex; flex-direction: column; gap: 22px;
}
.alt-page .alt-hero-kicker { font-family: var(--alt-mono); font-size: 12px; font-weight: 700; letter-spacing: 2px; color: var(--alt-ink-muted); }
.alt-page .alt-hero h1 { font-family: var(--alt-display); font-weight: 700; font-size: 66px; line-height: 1; letter-spacing: -2.2px; margin: 0; }
.alt-page .alt-hero p  { max-width: 780px; font-size: 19px; line-height: 1.5; color: var(--alt-ink-muted); margin: 0; }

/* ── HUB grid ───────────────────────────────────────────── */
.alt-page .alt-grid-sec { padding-bottom: 84px; }
.alt-page .alt-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.alt-page .alt-card {
  background: #fff;
  border: 1px solid var(--alt-border); border-radius: 22px;
  padding: 30px;
  display: flex; flex-direction: column; gap: 20px;
  box-shadow: 0 8px 30px rgba(14, 14, 12, .08);
  transition: transform .18s ease, box-shadow .18s ease;
}
.alt-page .alt-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 38px rgba(14, 14, 12, .13);
}

/* Top row — "ALTERNATIVE TO" kicker on the left, tier chip on the right. */
.alt-page .alt-card-top { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.alt-page .alt-card-kicker { font-family: var(--alt-mono); font-size: 9.5px; font-weight: 700; letter-spacing: 1.5px; color: var(--alt-ink-muted); }
.alt-page .alt-card-top .alt-chip { white-space: nowrap; flex: none; }

/* Category tag (from v1) — mono sub-kicker right above the premium name. */
.alt-page .alt-card-tag {
  font-family: var(--alt-mono); font-size: 10px; font-weight: 700; letter-spacing: 1.2px;
  color: var(--alt-ink-muted);
  margin-bottom: 4px;
}

.alt-page .alt-card-title { font-family: var(--alt-display); font-weight: 700; font-size: 27px; line-height: 1.05; letter-spacing: -0.8px; }

/* Specimen — 178px tall, gradient, shows the MATCH FONT NAME (big) + the
   classic "Handgloves" specimen word, both in the match font itself. */
.alt-page .alt-card-spec {
  height: 178px;
  border: 1px solid var(--alt-border); border-radius: 16px;
  padding: 0 20px;
  background: linear-gradient(180deg, #FFFFFF 0%, #F2F2EB 100%);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px;
  overflow: hidden;
}
.alt-page .alt-card-spec .alt-card-altname { font-weight: 400; font-size: 30px; line-height: 1.05; color: var(--alt-ink); text-align: center; }
.alt-page .alt-card-spec .alt-card-word    { font-weight: 400; font-size: 17px; color: var(--alt-ink-muted); }

.alt-page .alt-card-div { height: 1px; background: #EAEAE3; }

/* CTA — text label + lime circle-arrow button. */
.alt-page .alt-card-cta { display: flex; justify-content: space-between; align-items: center; }
.alt-page .alt-card-cta .alt-card-cta-label { font-size: 14px; font-weight: 700; color: var(--alt-ink); }
.alt-page .alt-card-cta .alt-card-arrow {
  width: 34px; height: 34px; border-radius: 999px;
  background: var(--alt-accent);
  display: flex; align-items: center; justify-content: center;
  transition: transform .18s ease;
}
.alt-page .alt-card:hover .alt-card-arrow { transform: translate(2px, -2px); }

/* ── DETAIL hero (dark) ─────────────────────────────────── */
.alt-detail .alt-hero { background: var(--alt-dark); display: flex; gap: 64px; align-items: center; justify-content: space-between; padding-top: 80px; padding-bottom: 80px; flex-wrap: wrap; }
.alt-detail .alt-hero-copy { flex: 1 1 480px; min-width: 0; display: flex; flex-direction: column; gap: 26px; }
.alt-detail .alt-hero-kicker { display: flex; align-items: center; gap: 12px; }
.alt-detail .alt-hero-kicker .alt-bar { width: 28px; height: 2px; background: var(--alt-accent); }
.alt-detail .alt-hero-kicker .alt-label { color: var(--alt-accent); font-family: var(--alt-mono); font-size: 12px; font-weight: 600; letter-spacing: 2px; }
.alt-detail .alt-hero h1 { color: var(--alt-inverse); font-family: var(--alt-display); font-weight: 700; font-size: clamp(38px, 5vw, 56px); line-height: 1.05; letter-spacing: -2px; margin: 0; }
.alt-detail .alt-hero-answer { color: var(--alt-inverse); font-family: var(--alt-sans); font-style: normal; font-size: 22px; line-height: 1.35; }
.alt-detail .alt-hero-verdict { display: flex; align-items: center; gap: 12px; }
.alt-detail .alt-hero-verdict .alt-vl { color: var(--alt-inverse); opacity: .6; font-family: var(--alt-mono); font-size: 11px; font-weight: 600; letter-spacing: 2px; }
.alt-detail .alt-hero-spec { flex: 1 1 360px; display: flex; flex-direction: column; gap: 14px; justify-content: center; min-width: 0; }
.alt-detail .alt-hero-spec .alt-sl { color: var(--alt-accent); font-family: var(--alt-mono); font-size: 11px; font-weight: 600; letter-spacing: 2px; }
.alt-detail .alt-hero-spec .alt-brand-word { color: var(--alt-inverse); font-weight: 700; font-size: clamp(72px, 12vw, 160px); line-height: 1; letter-spacing: -4px; }
.alt-detail .alt-hero-spec .alt-cap { color: var(--alt-inverse); opacity: .55; font-family: var(--alt-mono); font-size: 13px; }

/* ── Section shell ──────────────────────────────────────── */
.alt-detail .alt-section { padding-top: 80px; padding-bottom: 80px; }
.alt-detail .alt-section.canvas { background: var(--alt-canvas); }
.alt-detail .alt-section.light  { background: var(--alt-paper); }
.alt-detail .alt-section-pad-sm { padding-top: 68px; padding-bottom: 68px; }
.alt-detail .alt-sechead { display: flex; align-items: center; gap: 12px; justify-content: center; margin-bottom: 32px; }
.alt-detail .alt-sechead .alt-idx { font-family: var(--alt-mono); font-size: 12px; font-weight: 600; color: var(--alt-ink-muted); }
.alt-detail .alt-sechead .alt-lbl { font-family: var(--alt-mono); font-size: 12px; font-weight: 600; letter-spacing: 2px; color: var(--alt-ink-muted); }

/* ── Top recommendation ─────────────────────────────────── */
.alt-detail .alt-featured { background: var(--alt-panel); border: 1px solid var(--alt-border); border-radius: 24px; padding: 48px; display: flex; flex-direction: column; gap: 28px; }
.alt-detail .alt-fc-head { display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; }
.alt-detail .alt-fc-name { font-weight: 700; font-size: 60px; letter-spacing: -1.5px; line-height: 1; }
.alt-detail .alt-fc-cls  { font-family: var(--alt-mono); font-size: 13px; color: var(--alt-ink-muted); margin-top: 8px; }
.alt-detail .alt-fc-actions { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.alt-detail .alt-fc-div { height: 1px; background: var(--alt-border); }
.alt-detail .alt-fc-why { font-size: 18px; line-height: 1.55; color: var(--alt-ink-muted); margin: 0; }
.alt-detail .alt-spec-panel { background: var(--alt-canvas); border: 1px solid var(--alt-border); border-radius: 16px; padding: 32px; display: flex; flex-direction: column; gap: 18px; }
.alt-detail .alt-spec-panel .alt-spec-row { display: flex; align-items: center; gap: 8px; }
.alt-detail .alt-spec-panel .alt-spec-row .alt-d { width: 6px; height: 6px; border-radius: 2px; background: var(--alt-accent); }
.alt-detail .alt-spec-panel .alt-spec-row .alt-l { font-family: var(--alt-mono); font-size: 11px; font-weight: 600; letter-spacing: 2px; color: var(--alt-ink-muted); }
.alt-detail .alt-spec-sentence { font-weight: 600; font-size: clamp(28px, 3vw, 40px); line-height: 1.15; letter-spacing: -0.5px; }
.alt-detail .alt-spec-alpha    { font-size: 22px; line-height: 1.3; color: var(--alt-ink-muted); word-break: break-word; display: flex; flex-direction: column; gap: 6px; }
.alt-detail .alt-spec-alpha-row { display: block; }

/* ── Ad slot ────────────────────────────────────────────── */
.alt-detail .alt-ad-section { background: var(--alt-paper); padding-top: 40px; padding-bottom: 40px; display: flex; justify-content: center; }
.alt-detail .alt-ad-box {
  width: 100%; min-height: 160px;
  background: var(--alt-panel); border: 1px dashed var(--alt-border); border-radius: 12px;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px;
}
.alt-detail .alt-ad-box .alt-ad-lbl { font-family: var(--alt-mono); font-size: 10px; font-weight: 700; letter-spacing: 2px; color: var(--alt-ink-muted); }
.alt-detail .alt-ad-box .alt-ad-sub { font-size: 13px; color: var(--alt-ink-muted); }

/* ── More alternatives ──────────────────────────────────── */
.alt-detail .alt-head-row { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: 40px; flex-wrap: wrap; }
.alt-detail .alt-eyebrow  { font-family: var(--alt-mono); font-size: 11px; font-weight: 700; letter-spacing: 1.5px; color: var(--alt-ink-muted); }
.alt-detail .alt-h-fraunces { font-family: var(--alt-serif); font-weight: 400; font-size: clamp(32px, 4vw, 42px); line-height: 1.02; margin: 14px 0 0; }
.alt-detail .alt-head-row .alt-sub { max-width: 380px; font-size: 14px; line-height: 1.5; color: var(--alt-ink-muted); text-align: right; }
.alt-detail .alt-grid3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.alt-detail .alt-alt { background: #fff; border: 1px solid var(--alt-border); border-radius: 16px; padding: 28px; min-height: 360px; display: flex; flex-direction: column; justify-content: space-between; gap: 18px; }
/* Header row: tag/name left, tier chip + meter stacked vertically on the
   right — chip on top, meter beneath (per design feedback). */
.alt-detail .alt-alt-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; }
.alt-detail .alt-alt-head > div { min-width: 0; }
.alt-detail .alt-alt-head .alt-tier-row {
  flex: none;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}
.alt-detail .alt-alt .alt-tag { font-family: var(--alt-mono); font-size: 10px; font-weight: 700; letter-spacing: 1px; color: var(--alt-ink-muted); }
.alt-detail .alt-alt .alt-name { font-size: 28px; line-height: 1.05; margin-top: 8px; }
.alt-detail .alt-alt .alt-ag   { font-size: 88px; line-height: 1; margin: 12px 0 8px; }
.alt-detail .alt-alt-bottom { display: flex; flex-direction: column; gap: 14px; align-items: flex-start; }
.alt-detail .alt-alt .alt-compare { font-size: 13px; line-height: 1.45; color: var(--alt-ink-muted); }
.alt-detail .alt-alt-dl { display: inline-flex; align-items: center; gap: 5px; font-size: 13px; font-weight: 700; }

/* ── Pairing hook ───────────────────────────────────────── */
.alt-detail .alt-pill-lime { display: inline-block; background: var(--alt-accent); color: var(--alt-ink); border-radius: 999px; padding: 6px 12px; font-family: var(--alt-mono); font-size: 10px; font-weight: 700; letter-spacing: 1.5px; }
.alt-detail .alt-pair { border-radius: 16px; padding: 28px; min-height: 340px; display: flex; flex-direction: column; justify-content: space-between; }
.alt-detail .alt-pair-dark  { background: var(--alt-dark); }
.alt-detail .alt-pair-light { background: #fff; border: 1px solid var(--alt-border); }
.alt-detail .alt-pair .alt-pair-top { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.alt-detail .alt-pair .alt-plabel   { font-size: 13px; font-weight: 600; }
.alt-detail .alt-pair-dark .alt-plabel { color: var(--alt-inverse); }
.alt-detail .alt-pair .alt-pscore   { background: var(--alt-accent); color: var(--alt-ink); border-radius: 999px; padding: 5px 12px; font-family: var(--alt-mono); font-size: 11px; font-weight: 700; }
.alt-detail .alt-pair .alt-pspec    { display: flex; align-items: flex-end; gap: 18px; }
.alt-detail .alt-pair .alt-pspec .alt-pag { font-size: 62px; line-height: 1; }
.alt-detail .alt-pair .alt-pspec .alt-x   { font-family: var(--alt-sans); font-size: 30px; }
.alt-detail .alt-pair-dark .alt-pspec .alt-pag { color: var(--alt-inverse); }
.alt-detail .alt-pair-dark .alt-pspec .alt-x   { color: var(--alt-accent); }
.alt-detail .alt-pair-light .alt-pspec .alt-x  { color: var(--alt-ink-muted); }
.alt-detail .alt-pair .alt-pnote    { font-size: 13px; line-height: 1.45; color: var(--alt-ink-muted); margin: 0; }
.alt-detail .alt-pair-dark .alt-pnote { color: var(--alt-inverse); opacity: .7; }
.alt-detail .alt-pair .alt-plink    { display: flex; align-items: center; gap: 6px; border-top: 1px solid var(--alt-border); padding-top: 16px; font-size: 14px; font-weight: 700; }
.alt-detail .alt-pair-dark .alt-plink { border-top-color: rgba(255,255,255,.15); color: var(--alt-accent); }
.alt-detail .alt-pair .alt-pbottom  { display: flex; flex-direction: column; gap: 16px; }

/* ── Two-column blocks (Why / FAQ) ──────────────────────── */
.alt-detail .alt-tworow { display: flex; gap: 100px; }
.alt-detail .alt-tworow.why { gap: 120px; }
.alt-detail .alt-col-head { width: 400px; flex: none; display: flex; flex-direction: column; gap: 18px; }
.alt-detail .alt-col-head.narrow { width: 360px; }
.alt-detail .alt-eb { display: flex; align-items: center; gap: 10px; }
.alt-detail .alt-eb .alt-eb-d { width: 8px; height: 8px; border-radius: 2px; background: var(--alt-accent); }
.alt-detail .alt-eb .alt-eb-l { font-family: var(--alt-mono); font-size: 12px; font-weight: 500; letter-spacing: 1.5px; color: var(--alt-ink-muted); }
.alt-detail .alt-col-head h2 { font-family: var(--alt-display); font-weight: 600; font-size: 30px; line-height: 1.12; letter-spacing: -0.5px; margin: 0; }
.alt-detail .alt-col-head .alt-st { font-size: 15px; line-height: 1.55; color: var(--alt-ink-muted); }
.alt-detail .alt-why-body { width: 600px; display: flex; flex-direction: column; gap: 18px; }
.alt-detail .alt-why-body .alt-lead { font-size: 19px; font-weight: 500; line-height: 1.5; margin: 0; }
.alt-detail .alt-why-body .alt-b    { font-size: 16px; line-height: 1.6; color: var(--alt-ink-muted); margin: 0; }

/* ── FAQ accordion ──────────────────────────────────────── */
.alt-detail .alt-accordion { flex: 1; display: flex; flex-direction: column; }
.alt-detail .alt-acc-row { border-bottom: 1px solid var(--alt-border); }
.alt-detail .alt-acc-row summary {
  display: flex; justify-content: space-between; align-items: center; gap: 24px;
  padding: 22px 0; cursor: pointer; list-style: none;
}
.alt-detail .alt-acc-row summary::-webkit-details-marker { display: none; }
.alt-detail .alt-acc-row summary .alt-q { font-family: var(--alt-display); font-weight: 600; font-size: 19px; letter-spacing: -0.3px; }
.alt-detail .alt-acc-row summary .alt-chev { transition: transform .2s; color: var(--alt-ink-muted); flex: none; }
.alt-detail .alt-acc-row[open] summary .alt-chev { transform: rotate(180deg); color: var(--alt-ink); }
.alt-detail .alt-acc-body { font-size: 15px; line-height: 1.6; color: var(--alt-ink-muted); max-width: 560px; padding-bottom: 26px; margin: 0; }

/* ── More in this style (text list, deliberately not a card grid) ── */
.alt-detail .alt-more-style { max-width: 760px; margin: 0 auto; }
.alt-detail .alt-more-style-eyebrow { display: inline-block; font-family: var(--alt-mono); font-size: 11px; font-weight: 700; letter-spacing: 1.5px; color: var(--alt-ink-muted); }
.alt-detail .alt-more-style-h { font-family: var(--alt-serif); font-weight: 400; font-size: clamp(28px, 3.5vw, 36px); line-height: 1.02; margin: 14px 0 12px; }
.alt-detail .alt-more-style-sub { font-size: 15px; line-height: 1.55; color: var(--alt-ink-muted); margin: 0 0 24px; }
.alt-detail .alt-more-style-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--alt-border); }
.alt-detail .alt-more-style-list li {
  display: flex; justify-content: space-between; align-items: center; gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid var(--alt-border);
}
.alt-detail .alt-more-style-list a { color: var(--alt-ink); font-weight: 500; font-size: 22px; letter-spacing: -.4px; }
.alt-detail .alt-more-style-list a:hover { text-decoration: underline; text-decoration-color: var(--alt-accent); text-decoration-thickness: 2px; text-underline-offset: 4px; }
.alt-detail .alt-more-style-dl { font-family: var(--alt-mono); font-size: 12px; font-weight: 700; letter-spacing: .5px; color: var(--alt-ink-muted); }
.alt-detail .alt-more-style-dl:hover { color: var(--alt-ink); }

/* ── Bottom CTA ────────────────────────────────────────── */
.alt-detail .alt-cta { background: var(--alt-dark); padding-top: 80px; padding-bottom: 80px; display: flex; flex-direction: column; align-items: center; gap: 20px; text-align: center; }
.alt-detail .alt-cta .alt-cta-eyebrow { color: var(--alt-accent); font-family: var(--alt-mono); font-size: 12px; font-weight: 700; letter-spacing: 2px; }
.alt-detail .alt-cta h2 { display: flex; align-items: flex-end; gap: 12px; flex-wrap: wrap; justify-content: center; margin: 0; }
.alt-detail .alt-cta h2 .alt-cta-a { color: var(--alt-inverse); font-family: var(--alt-display); font-weight: 700; font-size: clamp(32px, 4vw, 44px); letter-spacing: -1px; }
.alt-detail .alt-cta h2 .alt-cta-b { color: var(--alt-accent); font-family: var(--alt-serif); font-style: italic; font-size: clamp(32px, 4vw, 44px); }
.alt-detail .alt-cta .alt-cta-sub { max-width: 580px; color: #B5B5B0; font-size: 17px; line-height: 1.55; margin: 0; }
.alt-detail .alt-cta .alt-acts { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; justify-content: center; padding-top: 6px; }

/* ── Responsive ─────────────────────────────────────────── */
@media (max-width: 1100px) {
  .alt-page .alt-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 1040px) {
  .alt-page .alt-hero h1 { font-size: 44px; letter-spacing: -1.5px; }
  .alt-page .alt-hero, .alt-page .alt-grid-sec { padding-left: 24px; padding-right: 24px; }
  .alt-detail .alt-grid3 { grid-template-columns: 1fr; }
  .alt-detail .alt-tworow, .alt-detail .alt-tworow.why { flex-direction: column; gap: 32px; }
  .alt-detail .alt-col-head, .alt-detail .alt-col-head.narrow, .alt-detail .alt-why-body, .alt-detail .alt-accordion { width: 100%; }
}
@media (max-width: 680px) {
  .alt-page .alt-grid { grid-template-columns: 1fr; }
  .alt-detail .alt-fc-name { font-size: 40px; }
  .alt-detail .alt-head-row { flex-direction: column; align-items: flex-start; }
  .alt-detail .alt-head-row .alt-sub { text-align: left; }
}
