/* ============================================================================
   Page-specific compositions, and the comparison page's own typography model.
   Each page type gets its own composition; nothing is shared merely to be
   shared. Carried unchanged from the approved FC0A prototype.
   ========================================================================= */

/* ============================================================================
   PAGE-SPECIFIC COMPOSITIONS
   Each page type gets its own composition. Nothing is shared merely to be
   shared; shared code below is limited to genuinely repeated semantics.
   ========================================================================= */

/* ===========================================================================
   HOME
   FC1W replaced the FC1V asymmetric opening band with the design.md
   destination sequence: a panoramic hero, a centred introduction, the section
   anchors, and then the index. What survived is the index itself, the
   comparison band and the ruled planning column, because each of those is a
   composition that design.md's own "avoid these patterns" list would not let
   us replace with a grid of cards.
   ========================================================================= */

/* ------------------------------------------------- HOME: river index (rows) */
/* Still an index and never four cards. Each row carries a square
   photographic cut, so the list reads as a magazine contents page rather
   than as a table. */
.riverindex { border-top: 1px solid var(--ink); }
.riverindex-intro { max-width: 64ch; margin: 0 auto 42px; text-align: center; }
.riverindex-row {
  display: grid; grid-template-columns: 120px minmax(0, 5fr) minmax(0, 6fr) auto;
  gap: 32px; align-items: center;
  padding: 28px 0 26px; border-bottom: 1px solid var(--rule-hair);
  text-decoration: none; color: inherit;
  transition: background-color var(--transition-fast);
}
.riverindex-row:hover { background: rgba(16, 43, 70, .04); }
.riverindex-row:hover .riverindex-name { color: var(--river-deep); }
.riverindex-cut { display: block; }
.riverindex-name { font-family: var(--font-display); font-size: 34px; line-height: 1.1; letter-spacing: -.016em; font-weight: 500; color: var(--ink); }
.riverindex-places { display: block; font-family: var(--font-body); font-size: 12.5px; letter-spacing: .05em; color: var(--stone); margin-top: 10px; }
.riverindex-fit { font-size: 16px; line-height: 1.6; color: var(--charcoal); }
.riverindex-fit em { font-style: normal; color: var(--stone); font-size: 14.5px; display: block; margin-top: 7px; }
.riverindex-go { font-family: var(--font-body); font-size: 12px; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; color: var(--river-deep); white-space: nowrap; }
/* The Loire is a specialist category rather than a fourth equal option, and
   the row says so through a smaller picture and a quieter ink. The river name
   keeps the same size, weight and line height as the other three rows, so the
   index reads as one consistent list. */
.riverindex-row--quiet .riverindex-name { color: var(--stone); }
.riverindex-row--quiet .riverindex-cut { width: 84px; align-self: start; }

/* ------------------------------------------------- HOME: comparison feature */
/* The one cinematic dark band on the site: the question set at page-title
   size, the substance of the comparison beside it, and a photograph of the
   river both lines actually sell running the full width beneath them. */
.cmpfeature { display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 5fr); column-gap: 72px; row-gap: 60px; align-items: start; }
.cmpfeature-argument { align-self: center; }
.cmpfeature-q { color: var(--chalk); margin-bottom: 24px; max-width: 11ch; }
.cmpfeature-lede { font-size: 18px; line-height: 1.62; color: var(--river-lift); max-width: 46ch; }
.cmpfeature-act { margin: 32px 0 0; }
.cmpfeature-art { grid-column: 1 / -1; }
.cmplist-head { display: block; color: var(--brass-type); margin-bottom: 18px; }
.cmplist-note { margin-top: 20px; color: var(--brass-type); }
/* The homepage teaser lists what the comparison covers. It does not preview
   operator values, because previewing them would mean inventing them. */
.cmplist { list-style: none; margin: 0; padding: 0; border-top: 1px solid rgba(203, 176, 125, .45); }
.cmplist li {
  padding: 12px 0; border-bottom: 1px solid rgba(203, 176, 125, .22);
  font-family: var(--font-body); font-size: 14px; line-height: 1.5; color: var(--river-lift);
}

/* ------------------------------------------------- HOME: featured journeys */
.journeys-intro {
  max-width: 66ch; margin: 0 auto 44px; text-align: center;
  font-size: 16px; line-height: 1.7; color: var(--stone);
}

/* ------------------------------------------------- HOME: the finder band */
/* design.md section 16 puts a conversion band low on the page. This site has
   nothing to convert to and no newsletter to sign anyone up for, so the band
   carries the one real on-site action instead: the finder. Navy ground, white
   type, no form, and nothing collected. */
.finderband { display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 5fr); gap: clamp(36px, 5vw, 76px); align-items: center; }
.finderband-lede { font-size: 17px; line-height: 1.66; color: var(--river-lift); max-width: 46ch; }
.finderband-act { margin: 28px 0 0; }
.finderband-steps { list-style: none; margin: 0; padding: 0; border-top: 1px solid rgba(203, 176, 125, .45); }
.finderband-steps li {
  display: grid; grid-template-columns: 40px 1fr; gap: 12px; align-items: baseline;
  padding: 13px 0; border-bottom: 1px solid rgba(203, 176, 125, .22);
  font-family: var(--font-body); font-size: 14.5px; line-height: 1.5; color: var(--river-lift);
}
.finderband-steps span { color: var(--brass-type); font-size: 11px; font-weight: 700; letter-spacing: .08em; font-variant-numeric: lining-nums tabular-nums; }

/* ------------------------------------------------- HOME: methodology column */
.method { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 4fr); gap: 72px; align-items: start; }
.method-list { counter-reset: m; list-style: none; padding: 0; margin: 0; }
.method-list li { counter-increment: m; padding: 24px 0 24px 62px; border-bottom: 1px solid var(--rule-hair); position: relative; }
.method-list li:first-child { border-top: 1px solid var(--rule-hair); }
.method-list li::before {
  content: counter(m, decimal-leading-zero);
  position: absolute; left: 0; top: 30px;
  font-family: var(--font-body); font-size: 11px; font-weight: 700; letter-spacing: .1em;
  color: var(--brass-ink); font-variant-numeric: lining-nums tabular-nums;
}
.method-list h3 { margin-bottom: 8px; }
.method-list p { margin: 0; font-size: 16px; line-height: 1.66; color: var(--charcoal); max-width: 58ch; }

/* ------------------------------------------------- HOME: planning features */
.planning { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: 64px; align-items: start; }
.feature-lead figure { margin-bottom: 24px; }
.feature-lead-eyebrow { margin-top: 0; }
.feature-lead .h2 { margin-bottom: 16px; max-width: 18ch; }
.feature-lead p { font-size: 16.5px; line-height: 1.68; max-width: 52ch; }
.feature-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--ink); }
.feature-list li { border-bottom: 1px solid var(--rule-hair); }
.feature-list a { display: block; padding: 24px 0; text-decoration: none; color: inherit; transition: background-color var(--transition-fast); }
.feature-list a:hover { background: rgba(16, 43, 70, .04); }
.feature-list a:hover .h3 { color: var(--river-deep); }
.feature-list .label { display: block; margin-bottom: 10px; }
.feature-list .h3 { margin-bottom: 8px; }
.feature-list p { margin: 0; font-size: 15.5px; line-height: 1.62; color: var(--stone); max-width: 46ch; }

/* HOME: contextual partner block */
.partners { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 7fr); gap: 56px; align-items: start; }
.partners-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 0; border-top: 1px solid var(--rule-mid); }
.partners-list li { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: baseline; padding: 18px 0; border-bottom: 1px solid var(--rule-mid); }
.partners-list p { margin: 0; font-size: 16px; line-height: 1.6; }
.partners-list .meta { display: block; margin-top: 5px; }
.partners-note { max-width: 38ch; }

/* ------------------------------------------------- RIVER PAGE: route ribbon */

.routeline { border-top: 2px solid var(--ink); border-bottom: 1px solid var(--rule-mid); padding: 0; overflow-x: auto; }
.routeline-track { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(150px, 1fr); min-width: 100%; }
.routeline-stop { padding: 22px 22px 24px 0; position: relative; }
.routeline-stop::before { content: ""; position: absolute; left: 0; top: 0; width: 1px; height: 14px; background: var(--ink); }
.routeline-stop:first-child::before { height: 22px; }
.routeline-km { font-family: var(--sans); font-size: 11px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; color: var(--brass-ink); font-variant-numeric: lining-nums; display: block; margin-bottom: 8px; }
.routeline-place { font-family: var(--serif); font-size: 20px; line-height: 1.2; color: var(--ink); font-weight: 600; display: block; }
.routeline-why { font-family: var(--sans); font-size: 13.5px; line-height: 1.5; color: var(--stone); margin-top: 8px; display: block; max-width: 22ch; }

/* RIVER PAGE: editorial two-column body with margin notes */
.editorial { display: grid; grid-template-columns: minmax(0, var(--measure)) minmax(0, 300px); gap: 72px; align-items: start; }
.editorial > .prose > h2 { margin: 44px 0 16px; }
.editorial > .prose > h2:first-child { margin-top: 0; }
.editorial > .prose > h3 { margin: 32px 0 10px; }
.editorial aside { position: sticky; top: 28px; }

/* RIVER PAGE: cruise-line editorial list (no logo soup, no cards) */
.linelist { border-top: 2px solid var(--ink); }
.linelist-item { display: grid; grid-template-columns: minmax(0, 3fr) minmax(0, 6fr) minmax(0, 2fr); gap: 36px; padding: 26px 0; border-bottom: 1px solid var(--rule-hair); align-items: start; }
.linelist-name { font-family: var(--serif); font-size: 23px; line-height: 1.2; color: var(--ink); font-weight: 600; }
.linelist-rivers { display: block; font-family: var(--sans); font-size: 12.5px; color: var(--stone); margin-top: 8px; letter-spacing: .02em; }
.linelist-fit { margin: 0; font-size: 17.5px; line-height: 1.55; }
.linelist-fit em { display: block; font-style: normal; font-family: var(--sans); font-size: 14px; color: var(--stone); margin-top: 8px; }
.linelist-act { text-align: right; }

/* Month band — when to go, without an icon row */
.months { display: grid; grid-template-columns: repeat(12, 1fr); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--rule-mid); font-family: var(--sans); }
.months div { padding: 12px 6px 14px; border-left: 1px solid var(--rule-hair); text-align: center; }
.months div:first-child { border-left: 0; }
.months abbr { font-size: 11.5px; font-weight: 700; letter-spacing: .06em; color: var(--stone); text-decoration: none; border: 0; display: block; margin-bottom: 8px; }
.months i { display: block; height: 4px; background: var(--rule-hair); font-style: normal; }
.months .m-peak i { background: var(--ink); }
.months .m-good i { background: var(--river); }
.months .m-quiet i { background: var(--rule-mid); }
.months-key { display: flex; flex-wrap: wrap; gap: 20px; font-family: var(--sans); font-size: 13px; color: var(--stone); margin-top: 14px; }
.months-key span { display: inline-flex; align-items: center; gap: 8px; }
.months-key i { width: 16px; height: 4px; display: inline-block; }

/* ------------------------------------------- COMPARISON PAGE: verdict + matrix */
/* No photograph, no hero. The page opens on the question itself. */
/* 14px, with the breadcrumb above supplying the other 16px of the 30px this
   header used to set for itself. */
.cmphead { padding: 14px 0 8px; max-width: 62rem; }
.cmphead .h1 { max-width: 24ch; margin-bottom: 22px; }
.cmphead .standfirst { max-width: 56ch; margin-bottom: 22px; font-size: 21px; line-height: 1.5; }
.cmphead-meta {
  display: flex; flex-wrap: wrap; gap: 6px 28px; padding-top: 14px;
  border-top: 1px solid var(--rule-hair);
  font-family: var(--sans); font-size: 13px; line-height: 1.5; color: var(--stone);
  font-variant-numeric: lining-nums;
}
.cmphead-meta b { color: var(--charcoal); font-weight: 650; }

.verdict-state { font-size: 16.5px; line-height: 1.6; color: var(--stone); }
.pendinglist { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--rule-hair); }
.pendinglist li {
  display: grid; grid-template-columns: 1fr auto; gap: 16px; align-items: baseline;
  padding: 11px 0; border-bottom: 1px solid var(--rule-hair);
  font-family: var(--sans); font-size: 14px;
}
.pendinglist span { color: var(--ink); font-weight: 600; }
.pendinglist em { font-style: normal; color: var(--warning); font-size: 12.5px; letter-spacing: .04em; }

/* The unverified-value state. Used anywhere a fact is not yet sourced.
   The source line reads first; the warning tag sits under it, so a table of
   unverified cells still has a legible hierarchy rather than a wall of orange. */
.pending {
  display: inline-block; font-family: var(--sans); font-size: 10.5px; font-weight: 700;
  letter-spacing: .09em; text-transform: uppercase; color: var(--warning);
  border-top: 1px solid var(--warning); padding-top: 4px; margin-top: 6px;
}
.src { display: block; font-family: var(--sans); font-size: 14.5px; color: var(--charcoal); }

/* Glossary — a definition list, because these are definitions. */
.glossary { margin: 22px 0 0; border-top: 1px solid var(--ink); }
.glossary > div { display: grid; grid-template-columns: 200px 1fr; gap: 24px; padding: 14px 0; border-bottom: 1px solid var(--rule-hair); }
.glossary dt { font-family: var(--sans); font-size: 14.5px; font-weight: 650; color: var(--ink); }
.glossary dd { margin: 0; font-size: 17px; line-height: 1.55; }

/* Price snapshot component (shape only in this prototype) */
.snapshot { border-left: 3px solid var(--warning); padding: 4px 0 0 20px; margin-top: 24px; max-width: 44rem; }
.snapshot-body { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; border-top: 1px solid var(--rule-mid); padding-top: 16px; }
.snapshot-value { font-family: var(--serif); font-size: 34px; line-height: 1.1; color: var(--ink); margin: 8px 0 6px; font-variant-numeric: lining-nums; }
.snapshot .label { display: block; }

.verdict { display: grid; grid-template-columns: 1fr 1fr; border-top: 2px solid var(--ink); }
.verdict > div { padding: 30px 36px 30px; border-left: 1px solid var(--rule-mid); }
.verdict > div:first-child { border-left: 0; padding-left: 0; }
.verdict h3 { font-family: var(--font-display); font-size: 27px; line-height: 1.2; letter-spacing: -.012em; margin-bottom: 14px; color: var(--ink); }
.verdict p { font-size: 17.5px; line-height: 1.6; margin-bottom: 14px; }
.verdict ul { margin: 0; padding-left: 1.1em; font-size: 17px; line-height: 1.55; }
.verdict li { margin-bottom: 7px; }
/* The supporting published facts under each verdict: sans, because they are
   evidence rather than editorial. The verdict sentence above stays serif. */
.verdict-facts { list-style: none; padding: 0; margin: 16px 0 0; border-top: 1px solid var(--rule-hair); }
.verdict-facts li {
  font-family: var(--sans); font-size: 14px; line-height: 1.55; color: var(--charcoal);
  padding: 10px 0; margin: 0; border-bottom: 1px solid var(--rule-hair);
}
.verdict-facts i { font-style: italic; }
.verdict-both { border-top: 1px solid var(--rule-mid); padding: 22px 0 0; font-size: 17.5px; }

.matrix-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.matrix { width: 100%; min-width: 720px; font-family: var(--sans); font-size: 15px; line-height: 1.5; }
.matrix caption {
  text-align: left; padding-bottom: 14px;
  font-size: 11px; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: var(--stone);
}
.matrix th, .matrix td { text-align: left; vertical-align: top; padding: 15px 20px; border-bottom: 1px solid var(--rule-hair); }
.matrix thead th { font-family: var(--serif); font-size: 20px; color: var(--ink); border-bottom: 2px solid var(--ink); padding-bottom: 12px; font-weight: 600; }
.matrix thead th:first-child { font-family: var(--sans); font-size: 11px; letter-spacing: .11em; text-transform: uppercase; color: var(--stone); font-weight: 600; }
.matrix tbody th {
  font-weight: 550; color: var(--ink); width: 210px; background: var(--chalk);
  border-right: 1px solid var(--rule-hair);
}
.matrix tbody th, .matrix td:first-child { padding-left: 0; }
.matrix td { color: var(--charcoal); }
.matrix tbody tr:hover td { background: rgba(16, 43, 70, .035); }
.matrix .rowgroup th {
  font-family: var(--sans); font-size: 11px; letter-spacing: .11em; text-transform: uppercase;
  color: var(--bordeaux); font-weight: 700; padding-top: 32px; padding-bottom: 8px;
  border-bottom: 1px solid var(--ink); background: var(--chalk);
}
.matrix .rowgroup td { padding-top: 32px; padding-bottom: 8px; border-bottom: 1px solid var(--ink); }
.matrix-note { font-family: var(--sans); font-size: 13px; color: var(--stone); margin-top: 14px; }

/* Comparison page: sticky contents rail */
.utilitypage { display: grid; grid-template-columns: 230px minmax(0, 1fr); gap: 72px; align-items: start; }
.toc { position: sticky; top: 28px; font-family: var(--sans); }
.toc h2 { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--stone); font-weight: 700; margin-bottom: 14px; padding-bottom: 10px; border-bottom: 1px solid var(--ink); }
.toc ol { list-style: none; margin: 0; padding: 0; counter-reset: t; font-size: 14px; line-height: 1.45; }
.toc li { counter-increment: t; border-bottom: 1px solid var(--rule-hair); }
.toc a { display: grid; grid-template-columns: 26px 1fr; gap: 6px; padding: 10px 0; color: var(--charcoal); text-decoration: none; }
.toc a::before { content: counter(t, decimal-leading-zero); color: var(--brass-ink); font-weight: 700; font-size: 11.5px; font-variant-numeric: lining-nums tabular-nums; padding-top: 2px; }
.toc a:hover { color: var(--river-deep); }

.tradeoff { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-top: 1px solid var(--rule-mid); margin: 18px 0 4px; }
.tradeoff > div { padding: 18px 28px 20px; border-left: 1px solid var(--rule-mid); }
.tradeoff > div:first-child { border-left: 0; padding-left: 0; }
.tradeoff h4 { margin-bottom: 8px; }
.tradeoff p { margin: 0; font-size: 16.5px; line-height: 1.58; }

.article-section { padding: 44px 0; border-top: 1px solid var(--rule-hair); }
.article-section:first-of-type { border-top: 0; padding-top: 0; }
.article-section > h2 { margin-bottom: 16px; }

.partner-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 20px; }
.partner-actions .act { width: 100%; }

/* ------------------------------------------------------ FINDER: quiet product */
/* The finder runs on the parchment ground and drops the editorial furniture:
   no utility strip, no primary nav, no section rules competing for attention. */
.finder-shell { background: var(--parchment); }
/* A narrower canvas than the editorial pages. The tool is meant to feel
   smaller and calmer than the magazine it sits inside. */
.finder-shell .wrap { max-width: 1020px; }
.finder-shell .masthead { background: var(--parchment); }
.questions { min-width: 0; }
.masthead--tool .masthead-inner { grid-template-columns: auto 1fr auto; align-items: center; padding: 16px 0 14px; gap: 24px; }
.masthead--tool .wordmark-type { font-size: 23px; }
.masthead-tool-label {
  margin: 0; font-family: var(--sans); font-size: 12px; font-weight: 600;
  letter-spacing: .14em; text-transform: uppercase; color: var(--stone);
  padding-left: 24px; border-left: 1px solid var(--rule-mid);
}
.masthead-tool-exit { justify-self: end; white-space: nowrap; }

.steps-note { font-size: 13px; line-height: 1.55; color: var(--stone); margin: 20px 0 0; }
.fieldrow { display: flex; flex-wrap: wrap; gap: 24px; margin-bottom: 8px; }
.fieldrow .field { max-width: 200px; margin-bottom: 20px; }

.scorenote { border-top: 2px solid var(--ink); padding-top: 18px; margin-top: 26px; max-width: 46rem; }
.scorenote .label { display: block; margin-bottom: 8px; color: var(--bordeaux); }
.scorenote p { font-size: 16.5px; line-height: 1.6; margin: 0; }

.results > .eyebrow { margin-bottom: 10px; }
.results-foot { margin-top: 40px; padding-top: 26px; border-top: 1px solid var(--rule-mid); }
.finder { display: grid; grid-template-columns: 216px minmax(0, 1fr); gap: 60px; align-items: start; padding: 48px 0 90px; }
.steps { position: sticky; top: 28px; font-family: var(--sans); }
.steps h2 { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--stone); font-weight: 700; margin-bottom: 4px; }
.steps-count { font-family: var(--font-display); font-size: 17px; color: var(--charcoal); margin: 0 0 20px; font-variant-numeric: lining-nums; }
.steps ol { list-style: none; margin: 0; padding: 0; counter-reset: s; border-top: 1px solid var(--ink); }
.steps li { counter-increment: s; display: grid; grid-template-columns: 28px 1fr; gap: 8px; padding: 13px 0; border-bottom: 1px solid var(--rule-mid); font-size: 14px; color: var(--stone); }
.steps li::before { content: counter(s, decimal-leading-zero); font-size: 11.5px; font-weight: 700; color: var(--rule-mid); padding-top: 2px; font-variant-numeric: lining-nums tabular-nums; }
.steps li[data-state="current"] { color: var(--ink); font-weight: 650; }
.steps li[data-state="current"]::before { color: var(--bordeaux); }
.steps li[data-state="done"] { color: var(--charcoal); }
/* The completed marker is a short rule rather than a dash character: an em
   dash in generated content is still an em dash a reader sees, and
   docs/FC1V_COPY_STYLE_AMENDMENT.md binds it. */
.steps li[data-state="done"]::before {
  content: ""; align-self: center; justify-self: start;
  width: 14px; height: 2px; background: var(--success);
}

/* Without JavaScript every question stays on the page and the form still
   reads top to bottom. The step sequence only takes over once enhanced. */
.question { display: block; padding-bottom: 40px; }
[data-enhanced="true"] .question { display: none; padding-bottom: 0; }
[data-enhanced="true"] .question[data-active="true"] { display: block; }
.question > .eyebrow { margin-bottom: 10px; }
.question-title { font-family: var(--font-display); font-size: clamp(1.9rem, 3.4vw, 2.6rem); line-height: 1.08; letter-spacing: -.018em; color: var(--ink); margin-bottom: 14px; max-width: 20ch; }
.question-help { font-size: 17px; line-height: 1.62; color: var(--stone); max-width: 52ch; margin-bottom: 30px; }
.question fieldset { border: 0; margin: 0 0 30px; padding: 0; }
.question legend { padding: 0; }

/* Restrained rectangular choice controls — not pills, not cards. */
.choices { display: grid; gap: 0; border-top: 1px solid var(--ink); }
.choices--two { grid-template-columns: 1fr 1fr; border-top: 1px solid var(--ink); }
.choice { position: relative; display: block; border-bottom: 1px solid var(--rule-mid); }
.choices--two .choice:nth-child(odd) { border-right: 1px solid var(--rule-mid); }
.choice input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.choice span {
  display: grid; grid-template-columns: 22px 1fr; gap: 0 16px; align-items: start;
  padding: 16px 18px 17px 4px; cursor: pointer; min-height: 56px;
  transition: background-color 150ms ease;
}
.choice span::before {
  content: ""; width: 15px; height: 15px; margin-top: 4px;
  border: 1px solid var(--ink); background: transparent; border-radius: 0;
}
.choice input[type="radio"] + span::before { border-radius: 50%; }
.choice input:checked + span::before { background: var(--ink); box-shadow: inset 0 0 0 3px var(--parchment); }
.choice span:hover { background: rgba(16, 43, 70, .05); }
.choice input:focus-visible + span { outline: 2px solid var(--ink); outline-offset: -2px; }
.choice input:checked + span { background: rgba(16, 43, 70, .07); }
.choice input:checked + span small { color: var(--charcoal); }
.choice b, .choice small { grid-column: 2; }
.choice b { font-family: var(--sans); font-size: 15.5px; font-weight: 600; color: var(--ink); display: block; }
.choice small { font-family: var(--sans); font-size: 13.5px; line-height: 1.5; color: var(--stone); display: block; margin-top: 4px; }

.field { display: grid; gap: 8px; max-width: 340px; margin-bottom: 24px; }
.field label { font-family: var(--sans); font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--stone); }
/* design.md section 15: about 50px, square corners, a thin border and a
   real label. Nothing floating and nothing rounded. */
.field select, .field input {
  font-family: var(--font-body); font-size: 16px; color: var(--charcoal);
  background: var(--white); border: 1px solid var(--ink); border-radius: 0;
  padding: 12px 14px; min-height: 50px; width: 100%;
}
.field-hint { font-family: var(--sans); font-size: 13px; color: var(--stone); }

.question-nav { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; padding-top: 26px; border-top: 1px solid var(--rule-mid); }
.question-nav .meta { margin-left: auto; }

/* Finder results */
.result { border-top: 2px solid var(--ink); padding: 30px 0 34px; }
.result + .result { border-top-width: 1px; border-top-color: var(--rule-mid); }
.result-head { display: grid; grid-template-columns: 1fr; gap: 28px; align-items: start; margin-bottom: 18px; }
.result-line { font-family: var(--font-display); font-size: 29px; line-height: 1.15; color: var(--ink); font-weight: 500; }
.result-itin { display: block; font-family: var(--sans); font-size: 14px; color: var(--stone); margin-top: 8px; }

/* FC4A: the fit band replaces the FC0B score dial. A restrained label rather
   than a large number, because the difference between 83 and 82 is not a
   difference this model can defend and a 42px numeral claims that it is. */
.result-band {
  font-family: var(--sans); font-size: 11px; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase; color: var(--bordeaux);
  margin: 0 0 8px;
}
.result-route {
  font-family: var(--sans); font-size: 14px; line-height: 1.55; color: var(--charcoal);
  margin: 0 0 20px; padding: 12px 0; border-top: 1px solid var(--rule-hair); border-bottom: 1px solid var(--rule-hair);
}
.result-route .label { display: block; margin-bottom: 4px; color: var(--stone); }
/* FC4B split "what counts against it" into a tradeoff list and a "what to
   verify" list, so a result now carries one, two or three columns and the grid
   has to hold all three cases. `auto-fit` with a floor wide enough for a
   sentence gives two or three across at desktop and folds to one when the
   column would be too narrow to read, without the template having to count. */
.result-cols {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 15rem), 1fr));
  gap: 26px 34px; margin-bottom: 22px;
}
.result-cols h4 { margin-bottom: 10px; }
.result-cols ul { margin: 0; padding-left: 1.1em; font-size: 16.5px; line-height: 1.55; }
.result-cols li { margin-bottom: 6px; }
.result-foot { display: flex; flex-wrap: wrap; gap: 18px 26px; align-items: center; padding-top: 18px; border-top: 1px solid var(--rule-hair); }

/* ============================================================================
   COMPARISON PAGE TYPOGRAPHY
   Per docs/FC0A_CLOSEOUT_DECISIONS.md §5. /compare/ is a buying utility, so it
   runs a hybrid model: serif for H1, H2 and short verdicts; sans for long
   explanation, tables, labels, metadata and source notes; serif again for the
   one decisive pull quote per page.
   ========================================================================= */
.page-compare .prose { max-width: 36rem; }
.page-compare .prose p,
.page-compare .prose li { font-family: var(--sans); font-size: 16.5px; line-height: 1.68; }
.page-compare .prose h3 {
  font-family: var(--sans); font-size: 15.5px; line-height: 1.4; font-weight: 650;
  letter-spacing: .002em; color: var(--ink); margin: 30px 0 10px;
}
.page-compare .facts dd,
.page-compare .glossary dd,
.page-compare .tradeoff p,
.page-compare .note p,
.page-compare .note li { font-family: var(--sans); font-size: 15.5px; line-height: 1.62; }
.page-compare .facts dd { font-size: 15.5px; }

/* The one serif moment inside the sans body: a decisive summary. */
.pullquote {
  font-family: var(--serif); font-size: 24px; line-height: 1.34; letter-spacing: -.01em;
  color: var(--ink); max-width: 36rem; margin: 30px 0;
  padding: 22px 0 24px; border-top: 2px solid var(--ink); border-bottom: 1px solid var(--rule-hair);
}
.pullquote p { margin: 0; }
.pullquote cite { display: block; font-family: var(--sans); font-size: 12px; font-style: normal; letter-spacing: .09em; text-transform: uppercase; color: var(--stone); margin-top: 14px; }

/* ------------------------------------------------ SOURCES AND CHECKED DATES */
/* Restrained: one checked date per table, a numeric reference in the cell, and
   the URLs collected once at the end of the article. */
.ref {
  font-family: var(--sans); font-size: 10px; font-weight: 700;
  color: var(--river-deep); text-decoration: none;
  vertical-align: super; line-height: 0; padding: 0 1px 0 2px;
}
.ref:hover { text-decoration: underline; color: var(--ink); }

.checked {
  font-family: var(--sans); font-size: 12px; line-height: 1.5; color: var(--stone);
  font-variant-numeric: lining-nums;
  display: flex; flex-wrap: wrap; gap: 4px 20px;
  padding: 0 0 12px; margin: 0;
}
.checked b { color: var(--charcoal); font-weight: 650; }

/* A cell where we deliberately make no claim, and say so. Neutral, not a
   warning: it is an editorial position, not an outstanding task. */
.noclaim { font-family: var(--sans); font-size: 14px; line-height: 1.55; color: var(--stone); }
.noclaim b { display: block; color: var(--charcoal); font-weight: 650; margin-bottom: 3px; }

.matrix .rowgroup--excluded th { color: var(--stone); }

.sourcelist { list-style: none; margin: 0; padding: 0; counter-reset: sr; border-top: 1px solid var(--ink); font-family: var(--sans); }
.sourcelist li {
  counter-increment: sr;
  display: grid; grid-template-columns: 34px 1fr; gap: 8px;
  padding: 12px 0; border-bottom: 1px solid var(--rule-hair);
  font-size: 14px; line-height: 1.5;
}
.sourcelist li::before {
  content: counter(sr); color: var(--brass-ink); font-weight: 700; font-size: 11.5px;
  font-variant-numeric: lining-nums tabular-nums; padding-top: 3px;
}
/* All three children sit in the text column; only the counter uses column 1. */
.sourcelist b, .sourcelist a, .sourcelist em { grid-column: 2; }
.sourcelist b { display: block; color: var(--ink); font-weight: 650; }
.sourcelist a { display: block; color: var(--river-deep); overflow-wrap: anywhere; font-size: 13px; margin-top: 3px; }
.sourcelist em { display: block; font-style: normal; color: var(--stone); font-size: 13px; margin-top: 4px; max-width: 62ch; }

@media (max-width: 860px) {
  .page-compare .prose p, .page-compare .prose li { font-size: 16px; }
  .pullquote { font-size: 20px; margin: 24px 0; }
  .sourcelist li { grid-template-columns: 26px 1fr; font-size: 13.5px; }
}
