/* Structure shared by all six design systems, on the practice's chosen brand.

   The palette, the type stack and the geometry come from the approved direction
   (v7-bento and collins-redesign.css): navy #123047, brand blue #1668BE, brand
   red #C5241D, cool ground #EDF0F4, Reddit Sans, rounded corners, pill actions.
   All six systems live inside that brand — what differs between them is
   structure, rhythm and how a section announces itself, never whether the site
   still looks like Collins Street Physiotherapy.

   Nothing below hard-codes a colour outside the token set: a value that exists
   in only one skin is a value the other five silently lose. */

:root {
  /* Brand — lifted from collins-redesign.css */
  --ink: #123047; --body: #3D5468; --faint: #9DB0C0;
  /* The brand's own --muted (#6C8095) measures 4.07:1 on white and 3.82:1 on
     the tint — it fails WCAG AA as body and secondary text, which is most of
     the words on the site. Darkened along the same hue to clear 4.5:1 on every
     ground the six systems actually use: white, tint, blue-soft and #EDF0F4. */
  --muted: #5D6E80;
  --blue: #1668BE; --blue-d: #125499; --blue-soft: #E6F0FB;
  --red: #C5241D; --red-d: #A5322D; --red-soft: #FBEBE9;
  --dark: #0F2A3E;

  /* Roles — what the skins restyle */
  --ground: #FFFFFF; --surface: #FFFFFF; --rule: #E1E9F0; --tint: #F5F8FB;
  --accent: var(--blue); --accent-d: var(--blue-d); --flag: var(--red);

  /* A real pairing. `--f-display: var(--f-body)` was the "single font for
     everything" tell, and a monospaced face on a clinic site was the tech one. */
  --f-body: 'Karla', system-ui, -apple-system, sans-serif;
  --f-display: 'Literata', Georgia, 'Times New Roman', serif;

  --r: 12px; --r-lg: 16px; --pill: 999px;
  --sh: 0 6px 18px rgb(18 48 71 / .07); --sh-2: 0 12px 30px rgb(18 48 71 / .10);
  --measure: 66ch; --gap: 1.25rem;
  --s1: .5rem; --s2: 1rem; --s3: 1.5rem; --s4: 2.5rem; --s5: 4rem; --s6: 6rem;
  --sec-y: 4.5rem; --shell: 1280px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0; background: var(--ground); color: var(--body);
  font-family: var(--f-body); font-size: 16.5px; line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
h1, h2, h3, h4 { font-family: var(--f-display); color: var(--ink); margin: 0; font-weight: 600;
  letter-spacing: -.012em; line-height: 1.12; text-wrap: balance;
  font-variation-settings: 'opsz' 36; }
p { margin: 0; }
ul, ol { margin: 0; padding: 0; }
strong, b { color: var(--ink); }

.skip { position: absolute; left: -9999px; top: 0; z-index: 100; background: var(--blue); color: #fff; padding: .75rem 1.25rem; }
.skip:focus { left: 0; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 2px; border-radius: 3px; }

.shell { max-width: var(--shell); margin-inline: auto; padding-inline: clamp(1.1rem, 3.5vw, 1.5rem); }
.stack { display: flex; flex-direction: column; gap: var(--gap); }
.measure { max-width: var(--measure); }

/* ── Header — chrome.md is the spec. Phone never collapses, at any width. ─── */
.site-head { position: sticky; top: 0; z-index: 40; background: color-mix(in srgb, var(--ground) 88%, transparent); backdrop-filter: blur(12px); }
.head-in { display: flex; align-items: center; gap: clamp(.7rem, 2vw, 1.5rem); min-height: 72px; }
.brand { display: flex; align-items: center; gap: .7rem; text-decoration: none; flex: none; color: var(--red); }
.brand .mark { height: 38px; width: 38px; flex: none; }
.brand .mark img, .brand .mark svg { width: 100%; height: 100%; display: block; }
.brand .wordmark { font-size: .76rem; letter-spacing: .15em; text-transform: uppercase; color: var(--ink); font-weight: 700; line-height: 1.35; }
.brand .wordmark span { display: block; font-size: .6rem; letter-spacing: .11em; color: var(--muted); font-weight: 600; }

.nav { margin-left: auto; }
.nav ul { display: flex; gap: 3px; list-style: none; align-items: center; background: var(--surface); border: 1px solid var(--rule); border-radius: var(--pill); padding: 5px; }
.nav a { font-size: .86rem; text-decoration: none; color: var(--body); font-weight: 600; padding: .5rem .85rem; border-radius: var(--pill); display: block; white-space: nowrap; }
.nav a:hover { background: var(--blue-soft); color: var(--blue-d); }
.nav a[aria-current="page"] { background: var(--blue-soft); color: var(--blue-d); }
.nav .sub { display: block; font-size: .74rem; font-weight: 500; color: var(--muted); letter-spacing: .03em; }
.nav a[aria-current="page"] .sub { color: var(--blue-d); }

.tel { flex: none; text-decoration: none; font-weight: 700; font-size: .86rem; background: var(--blue); color: #fff; padding: .55rem 1.05rem; border-radius: var(--pill); white-space: nowrap; line-height: 1.2; }
.tel small { display: block; font-size: .58rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; opacity: .82; }
.tel:hover { background: var(--blue-d); }
.menu-btn { display: none; flex: none; background: var(--surface); border: 1px solid var(--rule); font: inherit; font-weight: 600; font-size: .85rem; padding: .55rem .9rem; cursor: pointer; color: var(--ink); border-radius: var(--pill); }

.disclose { position: relative; }
.disclose > button { background: none; border: 0; font: inherit; font-size: .86rem; font-weight: 600; cursor: pointer; color: var(--body); padding: .5rem .85rem; border-radius: var(--pill); display: flex; gap: .3rem; align-items: center; }
.disclose > button:hover, .disclose > button[aria-expanded="true"] { background: var(--blue-soft); color: var(--blue-d); }
.disclose ul { position: absolute; top: calc(100% + .6rem); left: 0; background: var(--surface); border: 1px solid var(--rule); border-radius: var(--r); padding: .4rem; min-width: 250px; flex-direction: column; gap: 0; box-shadow: var(--sh-2); }
.disclose ul[hidden] { display: none; }

@media (max-width: 980px) {
  .menu-btn { display: block; order: 3; margin-left: auto; }
  .nav { order: 5; flex-basis: 100%; margin-left: 0; }
  .nav[hidden] { display: none; }
  .nav ul { flex-direction: column; align-items: stretch; gap: 2px; border-radius: var(--r); padding: .5rem; }
  .nav a, .disclose > button { padding: .8rem .9rem; width: 100%; font-size: 1rem; }
  .head-in { flex-wrap: wrap; gap: .6rem; padding-block: .7rem; }
  .tel { order: 4; }
  /* C's sheet opens with the disclosed items already expanded — progressive
     disclosure that costs a phone user an extra tap is a desktop idea. */
  .disclose ul { position: static; border: 0; box-shadow: none; padding: 0 0 0 .9rem; display: flex; }
  .disclose ul[hidden] { display: flex; }
  .disclose > button { display: none; }
}

/* ── Sections ────────────────────────────────────────────────────────────── */
/* Rhythm. Every section used the same padding, which is what made the page a
   flat stack with one climax. Density now follows the section's job. */
.sec { padding-block: var(--sec-y); }
.sec:has(.alert) { padding-block: var(--s4); }
.sec:has(.facts), .sec:has(.qa) { padding-block: calc(var(--sec-y) * 1.25); }
.sec:has(.cta-block), .sec:has(.checkup) { padding-block: calc(var(--sec-y) * 1.4); }
.sec:has(.prose-grid) + .sec:has(.prose-grid) { padding-top: calc(var(--sec-y) * .6); }
.sec + .sec { border-top: 1px solid var(--rule); }
/* Kept only where the label carries information the heading does not — c2's
   semantic state channel re-enables it. Everywhere else it was decoration. */
.sec h2, .sec:not(.hero) h1 { font-size: clamp(1.65rem, 3.4vw, 2.4rem); margin-bottom: var(--s3); }
.sec h3 { font-size: 1.22rem; }
.lede { font-size: clamp(1.02rem, 1.7vw, 1.22rem); color: var(--muted); line-height: 1.55; }
.body-copy { display: flex; flex-direction: column; gap: var(--s2); }

/* Hero */
.hero { padding-block: clamp(2.5rem, 6vw, 4.5rem); }
.hero h1 { font-size: clamp(2.05rem, 4.4vw, 3.1rem); letter-spacing: -.02em; }
.hero .lede { margin-top: var(--s3); max-width: 46ch; }
.hero-grid { display: grid; gap: var(--s4); align-items: center; }
@media (min-width: 900px) { .hero-grid.has-media { grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); } }
.hero-media img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: var(--r-lg); }
.eyebrow { display: none; }

/* Actions — pill, per the brand */
.actions { display: flex; flex-wrap: wrap; gap: var(--s2); margin-top: var(--s3); align-items: center; }
.btn { display: inline-flex; align-items: center; text-decoration: none; font-weight: 700; font-size: .92rem; padding: .78rem 1.5rem; border: 2px solid var(--blue); color: var(--blue-d); border-radius: var(--pill); line-height: 1.2; }
.btn.primary { background: var(--red); border-color: var(--red); color: #fff; }
.btn.primary:hover { background: var(--red-d); border-color: var(--red-d); }
.btn:not(.primary):hover { background: var(--blue-soft); }

/* Choice — routes out. Real destinations, never decorative cards. */
.choice-grid { display: grid; gap: var(--s3); }
@media (min-width: 780px) { .choice-grid[data-n="2"] { grid-template-columns: repeat(2, minmax(0,1fr)); } .choice-grid[data-n="3"] { grid-template-columns: repeat(3, minmax(0,1fr)); } }
.choice { display: flex; flex-direction: column; gap: .45rem; padding: var(--s3); border: 1px solid var(--rule); background: var(--surface); text-decoration: none; border-radius: var(--r-lg); }
.choice:hover { border-color: var(--blue); background: var(--tint); }
.choice .name { font-size: 1.3rem; font-weight: 700; color: var(--ink); letter-spacing: -.02em; }
.choice .sub { font-size: .75rem; letter-spacing: .14em; text-transform: uppercase; color: var(--blue); font-weight: 700; }
.choice .go { margin-top: auto; padding-top: var(--s2); font-weight: 700; color: var(--blue-d); }
.choice .go::after { content: " →"; }
.choice-note { color: var(--muted); margin-bottom: var(--s3); }

/* Cards */
.cards { display: grid; gap: var(--s3); }
@media (min-width: 780px) { .cards[data-n="2"] { grid-template-columns: repeat(2, minmax(0,1fr)); } .cards[data-n="3"] { grid-template-columns: repeat(3, minmax(0,1fr)); } }
.card { display: flex; flex-direction: column; gap: .4rem; }
.card .t { font-size: 1.18rem; font-weight: 700; color: var(--ink); }
.card .s { font-size: .75rem; letter-spacing: .14em; text-transform: uppercase; color: var(--red); font-weight: 700; }
.card p { color: var(--muted); }
.portrait { aspect-ratio: 4/5; background: var(--blue-soft); border-radius: var(--r); display: flex; align-items: flex-end; padding: var(--s2); margin-bottom: var(--s2); }
.portrait span { font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; color: var(--blue-d); font-weight: 600; }

/* Steps */
.steps { list-style: none; display: flex; flex-direction: column; }
.steps li { display: grid; gap: .35rem var(--s3); padding-block: var(--s3); border-top: 1px solid var(--rule); }
@media (min-width: 720px) { .steps li { grid-template-columns: 12rem 1fr; } }
.steps .k { font-weight: 700; color: var(--ink); }
.steps .v { color: var(--muted); }

/* Facts */
.facts { display: grid; }
.facts > div { display: grid; gap: .35rem var(--s3); padding-block: var(--s3); border-top: 1px solid var(--rule); }
@media (min-width: 720px) { .facts > div { grid-template-columns: 14rem 1fr; } }
.facts dt { font-weight: 700; color: var(--ink); }
.facts dd { margin: 0; color: var(--muted); }
.unresolved { background: var(--red-soft); border-radius: var(--r); padding-inline: var(--s2); }
.unresolved-tag { display: inline-block; font-size: .74rem; letter-spacing: .12em; text-transform: uppercase; color: var(--red-d); font-weight: 700; margin-right: .5rem; }

/* Q&A */
.qa details { border-top: 1px solid var(--rule); }
.qa summary { cursor: pointer; padding-block: var(--s3); font-weight: 700; color: var(--ink); list-style: none; display: flex; justify-content: space-between; gap: var(--s2); }
.qa summary::-webkit-details-marker { display: none; }
.qa summary::after { content: "+"; color: var(--blue); flex: none; font-size: 1.2rem; line-height: 1; }
.qa details[open] summary::after { content: "–"; }
.qa .a { padding-bottom: var(--s3); color: var(--muted); max-width: var(--measure); }
.qa-group + .qa-group { margin-top: var(--s4); }
.qa-group h3 { margin-bottom: .3rem; }

/* Alerts */
.alert { background: var(--red-soft); border-radius: var(--r-lg); padding: var(--s4); }
.alert h1, .alert h2, .alert h3 { color: var(--red-d); }
.alert .items { margin-top: var(--s2); display: flex; flex-direction: column; gap: var(--s2); }
.alert .items b { display: block; color: var(--ink); }
.alert .items span { color: var(--body); }

/* Forms */
.form { display: grid; gap: var(--s3); }
@media (min-width: 900px) { .form.has-aside { grid-template-columns: minmax(0,1.15fr) minmax(0,.85fr); gap: var(--s5); } }
.field { display: flex; flex-direction: column; gap: .35rem; margin-bottom: var(--s2); }
.field label, .field .label { font-weight: 700; font-size: .92rem; color: var(--ink); }
.field .hint { font-size: .85rem; color: var(--muted); }
.field input, .field textarea { font: inherit; padding: .75rem .9rem; border: 1px solid var(--rule); background: var(--surface); color: var(--ink); border-radius: var(--r); width: 100%; }
.field input:focus, .field textarea:focus { border-color: var(--blue); }
.field textarea { min-height: 8rem; resize: vertical; }
.radios { display: flex; flex-wrap: wrap; gap: var(--s2); }
.radios label { display: flex; gap: .4rem; align-items: center; font-weight: 500; color: var(--body); }
.privacy { font-size: .87rem; color: var(--muted); background: var(--tint); border-radius: var(--r); padding: var(--s2) var(--s3); }
.privacy b { color: var(--ink); }
button.submit { font: inherit; font-weight: 700; padding: .85rem 1.8rem; background: var(--red); color: #fff; border: 0; cursor: pointer; border-radius: var(--pill); }
button.submit:hover { background: var(--red-d); }

/* Quotes */
.quotes { display: grid; gap: var(--s3); }
@media (min-width: 780px) { .quotes { grid-template-columns: repeat(2, minmax(0,1fr)); } }
.quote { background: var(--surface); border: 1px solid var(--rule); border-radius: var(--r-lg); padding: var(--s3); display: flex; flex-direction: column; gap: var(--s2); }
.quote blockquote { margin: 0; color: var(--ink); font-size: 1.02rem; }
.quote .who { font-size: .77rem; color: var(--muted); margin-top: auto; }
.filter { display: flex; gap: .5rem; flex-wrap: wrap; margin-bottom: var(--s3); }
.filter button { font: inherit; font-size: .85rem; font-weight: 600; padding: .5rem 1.1rem; border: 1px solid var(--rule); background: var(--surface); cursor: pointer; color: var(--body); border-radius: var(--pill); }
.filter button[aria-pressed="true"] { background: var(--ink); color: #fff; border-color: var(--ink); }

/* CTA */
.cta-block { display: flex; flex-direction: column; gap: var(--s2); }
.state-note { font-size: .82rem; color: var(--muted); background: var(--tint); border-radius: var(--r); padding: var(--s2); }
.state-note b { color: var(--red-d); font-size: .74rem; letter-spacing: .12em; text-transform: uppercase; display: block; margin-bottom: .2rem; }

.tags { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: var(--s2); }
.tags li { list-style: none; background: var(--blue-soft); color: var(--blue-d); padding: .35rem .85rem; font-size: .86rem; font-weight: 600; border-radius: var(--pill); }

.prose-grid { display: grid; gap: var(--s4); align-items: start; }
@media (min-width: 900px) { .prose-grid.has-media { grid-template-columns: minmax(0,1fr) minmax(0,.75fr); } }
.prose-grid img { aspect-ratio: 3/2; object-fit: cover; width: 100%; border-radius: var(--r-lg); }
.notice { background: var(--blue-soft); padding: var(--s4); border-radius: var(--r-lg); }
.receipt { background: var(--surface); border: 1px solid var(--rule); border-radius: var(--r-lg); padding: var(--s4); box-shadow: var(--sh); }

/* Footer */
.site-foot { background: var(--dark); color: #B9CBD9; padding-block: var(--s5) var(--s4); margin-top: var(--s5); }
.foot-grid { display: grid; gap: var(--s4); }
@media (min-width: 780px) { .foot-grid { grid-template-columns: minmax(0,1.3fr) minmax(0,1fr) minmax(0,.8fr); } }
.site-foot h3 { font-size: .76rem; letter-spacing: .16em; text-transform: uppercase; color: #9DB4C7; margin-bottom: var(--s2); }
.site-foot strong, .site-foot b { color: #fff; }
.foot a { text-decoration: none; }
.foot a:hover { text-decoration: underline; }
.foot ul { list-style: none; display: flex; flex-direction: column; gap: .45rem; }
.hours { display: grid; grid-template-columns: auto 1fr; gap: .3rem var(--s2); font-variant-numeric: tabular-nums; font-size: .89rem; }
.foot-muted { color: #9DB4C7; }
.hours dt { color: #9DB4C7; } .hours dd { margin: 0; color: #DCE7EF; }
.legal { margin-top: var(--s4); padding-top: var(--s3); border-top: 1px solid #24455C; font-size: .77rem; color: #9DB4C7; display: flex; flex-wrap: wrap; gap: .5rem var(--s4); }

/* Comp bar — this is a comp, and says so. Carries the logo switch. */
.comp-bar { background: var(--ink); color: #C8D9E6; font-size: .77rem; padding: .45rem 0; }
.comp-bar .shell { display: flex; flex-wrap: wrap; gap: .5rem var(--s3); align-items: center; justify-content: space-between; }
.comp-bar a { color: #fff; }
.comp-bar b { letter-spacing: .1em; text-transform: uppercase; font-size: .65rem; color: #fff; }
.logo-switch { display: flex; gap: .3rem; align-items: center; }
.logo-switch span { color: #7E9AB0; }
.logo-switch button { font: inherit; font-size: .7rem; font-weight: 600; padding: .22rem .7rem; border-radius: var(--pill); border: 1px solid #2E5372; background: none; color: #C8D9E6; cursor: pointer; }
.logo-switch button[aria-pressed="true"] { background: #fff; color: var(--ink); border-color: #fff; }

.scroll-x { overflow-x: auto; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { animation: none !important; transition: none !important; } }

/* ── Logo variants ────────────────────────────────────────────────────────
   The live mark is a 220×138 raster block with its blue background baked in,
   so it cannot sit on anything but its own rectangle — it is shown at its real
   proportions rather than squeezed into a square. The redesign is a transparent
   mark plus real text. Both ship; the comp bar switches between them. */
.logo-original img { height: 46px; width: auto; border-radius: 3px; }
.logo-redesign { display: flex; align-items: center; gap: .65rem; }
:root:not([data-logo="redesign"]) .logo-redesign { display: none; }
:root[data-logo="redesign"] .logo-original { display: none; }
@media (max-width: 480px) { .logo-original img { height: 38px; } .brand .mark { height: 34px; width: 34px; } }

/* ── Form states ──────────────────────────────────────────────────────────
   The ask form is the only non-phone conversion on the site, and it shipped
   with `novalidate` on three required fields and no error, sent or success
   state anywhere in 36 pages — so its most important moment was undesigned
   and unreviewable. These are the states. */
.field-err { font-size: .85rem; font-weight: 600; color: var(--red-d); display: none; }
.field.err .field-err { display: block; }
.field.err input, .field.err textarea { border-color: var(--red); border-width: 2px; }
.form-sent {
  background: var(--blue-soft); border-radius: var(--r-lg); padding: var(--s4);
  display: flex; flex-direction: column; gap: var(--s2);
}
.form-sent h3 { color: var(--blue-d); font-size: 1.25rem; }
.form-sent .tick { font-size: .76rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 700; color: var(--blue-d); }
.form-err-summary { background: var(--red-soft); border-radius: var(--r); padding: var(--s2) var(--s3); color: var(--red-d); font-weight: 600; display: none; margin-bottom: var(--s3); }
.form-err-summary.on { display: block; }

/* The reassurance panel is the emotional peak of the page — who reads this,
   when you hear back, what to do if it cannot wait. Stacked, it was landing
   BELOW the send button, i.e. after the decision it exists to enable. */
@media (max-width: 899px) {
  .form.has-aside { display: flex; flex-direction: column; }
  .form.has-aside > aside { order: -1; }
}

/* ── The HealthFit Check ──────────────────────────────────────────────────
   A self-check, not a qualifying quiz. Nothing is submitted, and the result
   names the areas that could benefit rather than issuing a verdict — so the
   panel reads as a summary of you, never as a score you passed or failed. */
.checkup { display: flex; flex-direction: column; gap: var(--s3); }
.check-set { border: 0; margin: 0; padding: 0; display: grid; gap: .5rem; }
@media (min-width: 760px) { .check-set { grid-template-columns: 1fr 1fr; } }
.check-set legend { font-weight: 700; color: var(--ink); margin-bottom: .6rem; font-size: 1.05rem; }
.check-item {
  display: flex; gap: .7rem; align-items: flex-start; cursor: pointer;
  background: var(--tint); border: 1px solid var(--rule); border-radius: var(--r);
  padding: .85rem 1rem; font-size: .95rem; line-height: 1.4;
}
.check-item:hover { border-color: var(--blue); }
.check-item input { flex: none; width: 20px; height: 20px; margin: 1px 0 0; accent-color: var(--blue); }
.check-item:has(input:checked) { background: var(--blue-soft); border-color: var(--blue); }
.check-item:has(input:checked) span { color: var(--ink); font-weight: 600; }

.check-result { margin-top: var(--s1); }
.check-empty { color: var(--muted); font-size: .92rem; }
.check-score { background: var(--blue-soft); border-radius: var(--r-lg); padding: var(--s4); display: flex; flex-direction: column; gap: var(--s2); }
.areas { list-style: none; display: flex; flex-wrap: wrap; gap: .5rem; margin: .3rem 0 .6rem; }
.areas li {
  display: flex; align-items: center; gap: .45rem; font-size: .9rem; font-weight: 600;
  background: var(--surface); color: var(--muted); border: 1px solid var(--rule);
  border-radius: var(--pill); padding: .35rem .9rem;
}
.areas li i { width: 9px; height: 9px; border-radius: 50%; background: var(--rule); flex: none; }
.areas li[data-on] { color: var(--ink); border-color: var(--blue); }
.areas li[data-on] i { background: var(--blue); }
.areas li[data-on="2"] i { background: var(--red); }
.check-lead strong { color: var(--ink); }

/* ── Tap targets ──────────────────────────────────────────────────────────
   Measured at 390px: footer nav links rendered 21px tall, standalone body
   links 21-23px, the brand 38px and the menu button 41px. Inline links inside
   a sentence keep the WCAG 2.5.8 inline exception; everything that is its own
   control gets a real 44px box. */
.foot ul { gap: 0; }
.foot ul li a { display: block; padding: .62rem 0; }
.prose-grid a:not(.btn), .facts dd a:not(.btn), .card a:not(.btn) { display: inline-block; padding: .55rem 0; }
.brand { min-height: 44px; }
.menu-btn { min-height: 44px; }
.filter button { min-height: 44px; }
.comp-bar a, .logo-switch button { display: inline-block; padding-block: .5rem; }
.qa summary { min-height: 44px; align-items: center; }

/* The detector flags a 5px bar on an 18px-radius box as a side-tab, and it is
   right — it is the one piece of decoration in the system. The alert earns its
   emphasis from ground and heading colour instead. */
.alert { border-left: 0; padding: var(--s4); }

.check-facts { display: grid; gap: .6rem; margin: .4rem 0 .2rem; }
.check-facts > div { display: grid; gap: .15rem; }
@media (min-width: 640px) { .check-facts > div { grid-template-columns: 11rem 1fr; gap: .6rem; } }
.check-facts dt { font-weight: 700; color: var(--ink); font-size: .88rem; }
.check-facts dd { margin: 0; color: var(--muted); font-size: .9rem; }
.list-title { margin-bottom: .2rem; }
/* The comp bar is review scaffolding, but reviewers use it on phones too. */
.comp-bar a, .logo-switch button { min-height: 44px; display: inline-flex; align-items: center; }

/* ── Type options ─────────────────────────────────────────────────────────
   Two real options, switchable from the comp bar like the logo:
   · Literata + Karla — the proposed pairing: a warm reading serif for
     headings over a humanist grotesque for body.
   · Brand — Area Normal (licensed; Reddit Sans stands in), the stack the
     current mock uses. One family for everything, which is the trade-off the
     toggle lets the client feel rather than read about. */
:root[data-type="brand"] {
  --f-body: 'Reddit Sans', 'Open Sans', ui-sans-serif, system-ui, sans-serif;
  --f-display: 'Reddit Sans', 'Open Sans', ui-sans-serif, system-ui, sans-serif;
}
:root[data-type="brand"] h1, :root[data-type="brand"] h2,
:root[data-type="brand"] h3, :root[data-type="brand"] h4 {
  font-weight: 700; letter-spacing: -.025em; font-variation-settings: normal;
}

/* ── Comments ─────────────────────────────────────────────────────────────
   The featured quote is the page's typographic moment: display-scale serif
   with a drawn quotation mark, not another card in a grid. The rest vary in
   width so the wall reads as voices, not as inventory. */
.quote.quote-featured {
  border: 0; background: none; box-shadow: none; padding: var(--s4) 0;
  margin-bottom: var(--s2); position: relative; border-radius: 0;
}
.quote-featured::before {
  content: "\201C"; font-family: var(--f-display); font-size: 5.5rem; line-height: 0;
  color: var(--blue); position: absolute; top: 2.4rem; left: -.15rem; opacity: .35;
}
.quote-featured blockquote {
  font-family: var(--f-display); font-size: clamp(1.45rem, 3.4vw, 2.2rem);
  line-height: 1.3; letter-spacing: -.012em; color: var(--ink);
  max-width: 26ch; padding-left: clamp(1.6rem, 4vw, 2.6rem);
}
.quote-featured .who { padding-left: clamp(1.6rem, 4vw, 2.6rem); margin-top: var(--s2); }
@media (min-width: 780px) {
  .quotes { grid-template-columns: repeat(2, minmax(0,1fr)); grid-auto-flow: dense; }
  .quote-wide { grid-column: span 2; flex-direction: row; align-items: baseline; gap: var(--s4); }
  .quote-wide blockquote { flex: 1; }
  .quote-wide .who { flex: none; max-width: 12rem; text-align: right; margin-top: 0; }
}

.fine-print { font-size: .82rem; color: var(--muted); max-width: var(--measure); }
.sec:has(.fine-print) { padding-block: var(--s3); }

/* ── The fork ─────────────────────────────────────────────────────────────
   The one decision the homepage exists to pose. Three elements per tile:
   the visitor's own sentence, one line of detail, one answer. No labels,
   no duplicate arrows, no dead space. */
.choice.fork .choice-body { display: flex; flex-direction: column; gap: .6rem; flex: 1; }
.choice.fork .situation {
  font-family: var(--f-display); font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  line-height: 1.22; letter-spacing: -.012em; color: var(--ink); text-wrap: balance;
}
.choice.fork .detail { color: var(--muted); font-size: .97rem; }
.choice.fork .answer {
  margin-top: auto; padding-top: var(--s3); font-weight: 700; font-size: 1.12rem;
  color: var(--blue-d);
}
.choice.fork:hover .answer { text-decoration: underline; text-underline-offset: .25em; }
.choice-media { display: none; }

/* Real portraits: the photograph fills the frame it used to placeholder. */
.portrait.has-photo { padding: 0; background: none; overflow: hidden; }
.portrait.has-photo img { width: 100%; height: 100%; object-fit: cover; border-radius: var(--r); }
