/* Scoliosis Insider - an insider newsletter taking the long view on a curved spine
   Identity:  "The Long View". A subscriber letter, not a billboard. Dateline strip, a centered
              nameplate, numbered dispatches, a reading measure that never hurries.
   Type:      Fraunces (display, optical sizing, a soft serif with a wink) /
              Karla (reading and UI) / Chivo Mono (register labels, folios, captions)
   Signature: the plumb line. A hairline vertical rule with the spine-curve drawn against it,
              capped by two vertebra dots. It is the mark, the section divider, the rail on the
              key-takeaways card, and the hover language on index entries.
   Palette:   sage paper, moss ink, fern accent, and one brass "insider" stamp used sparingly.
   Hero:      photo hero, copy left, framed photograph right, curve watermark behind. */

:root {
  --paper: #f0f3ee;
  --paper-2: #fafbf8;
  --paper-3: #e6ebe3;
  --paper-4: #dfe6dc;

  --ink: #22302a;
  --ink-soft: #4c5a52;
  --muted: #667569;
  --faint: #8a978e;

  --fern: #3f7d5c;
  --fern-deep: #2f6147;
  --fern-wash: #e4eee7;
  --moss: #24493a;
  --moss-deep: #182f26;
  --on-moss: #eef4ee;
  --on-moss-soft: #b9cec1;

  --brass: #c9a227;
  --brass-deep: #9c7c16;
  --brass-wash: #f7f0d9;

  --line: #d9e0d7;
  --line-soft: #e5eae2;
  --line-ink: #22302a;

  --display: "Fraunces", Georgia, "Times New Roman", serif;
  --text: "Karla", "Helvetica Neue", Arial, sans-serif;
  --mono: "Chivo Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;

  --shell: 1160px;
  --read: 700px;
  --r: 4px;
  --r-lg: 12px;
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--text);
  font-size: 17.5px;
  line-height: 1.66;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--fern-deep); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--moss); }
::selection { background: var(--brass-wash); color: var(--ink); }
:focus-visible { outline: 2px solid var(--brass); outline-offset: 3px; border-radius: 2px; }

.shell { max-width: var(--shell); margin: 0 auto; padding: 0 36px; }

h1, h2, h3, .display {
  font-family: var(--display);
  font-optical-sizing: auto;
  font-weight: 500;
  color: var(--moss);
  line-height: 1.1;
  letter-spacing: -0.012em;
  margin: 0;
}
h1 em, h2 em, h3 em {
  font-style: italic;
  font-weight: 400;
  color: var(--fern);
  letter-spacing: -0.005em;
}

/* ---------- Register label (signature: vertebra ring) ---------- */
.reg {
  font-family: var(--mono);
  font-size: 11.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--fern-deep);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  line-height: 1.4;
}
.reg::before {
  content: "";
  width: 9px; height: 9px;
  flex: 0 0 auto;
  border-radius: 50%;
  border: 2px solid var(--brass);
  background: transparent;
}
.reg.on-dark { color: var(--on-moss-soft); }

/* ---------- Dateline strip ---------- */
.dateline {
  background: var(--paper-2);
  border-bottom: 1px solid var(--line);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}
.dateline .shell {
  display: flex; justify-content: space-between; align-items: center; gap: 18px;
  padding-top: 9px; padding-bottom: 9px;
}
.dateline a { color: var(--fern-deep); text-decoration: none; }
.dateline a:hover { color: var(--moss); text-decoration: underline; }
.dateline b { color: var(--ink); font-weight: 500; }

/* ---------- Masthead (centered nameplate) ---------- */
.masthead { background: var(--paper); }
.nameplate {
  text-align: center;
  padding: 34px 0 22px;
  display: flex; flex-direction: column; align-items: center; gap: 10px;
}
.nameplate a { text-decoration: none; color: var(--moss); display: inline-flex; flex-direction: column; align-items: center; gap: 10px; }
.nameplate .mark { width: 46px; height: 46px; color: var(--fern); display: block; transition: transform 0.5s var(--ease); }
.nameplate a:hover .mark { transform: translateY(-2px); }
.nameplate .wordmark {
  font-family: var(--display);
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: 40px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--moss);
}
.nameplate .wordmark i { font-style: italic; font-weight: 400; color: var(--fern); }
.nameplate .folio {
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--muted);
  display: flex; align-items: center; gap: 14px;
}
.nameplate .folio::before, .nameplate .folio::after { content: ""; width: 42px; height: 1px; background: var(--line-ink); opacity: 0.35; }

.navband { border-top: 1px solid var(--line-ink); border-bottom: 1px solid var(--line); background: var(--paper); }
.nav {
  display: flex; justify-content: center; flex-wrap: wrap;
  gap: 0 30px;
}
.nav a {
  font-family: var(--text);
  font-weight: 600;
  font-size: 12.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-soft);
  text-decoration: none;
  padding: 14px 0 12px;
  border-bottom: 2px solid transparent;
  transition: color 0.25s var(--ease), border-color 0.25s var(--ease);
  white-space: nowrap;
}
.nav a:hover { color: var(--moss); border-bottom-color: var(--brass); }
.nav a[aria-current="page"] { color: var(--moss); border-bottom-color: var(--fern); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--fern);
  color: #fff;
  text-decoration: none;
  font-family: var(--text);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.01em;
  padding: 13px 22px;
  border-radius: var(--r);
  border: 1px solid var(--fern-deep);
  box-shadow: 0 1px 1px rgba(24,73,58,0.12), 0 12px 24px -14px rgba(24,73,58,0.55);
  transition: background 0.2s var(--ease), transform 0.2s var(--ease);
}
.btn:hover { background: var(--fern-deep); color: #fff; transform: translateY(-1px); }
.btn .arw { transition: transform 0.2s var(--ease); }
.btn:hover .arw { transform: translateX(3px); }
.btn.ghost { background: transparent; color: var(--moss); border-color: var(--line-ink); box-shadow: none; }
.btn.ghost:hover { background: var(--paper-2); border-color: var(--fern); }
.btn.brass { background: var(--brass); border-color: var(--brass-deep); color: var(--moss-deep); }
.btn.brass:hover { background: #d8b23a; }

/* ---------- Plumb-line divider (signature) ---------- */
.plumb { display: flex; align-items: center; justify-content: center; gap: 18px; margin: 0; }
.plumb::before, .plumb::after { content: ""; flex: 1; max-width: 260px; height: 1px; background: var(--line-ink); opacity: 0.25; }
.plumb svg { width: 26px; height: 34px; color: var(--fern); flex: 0 0 auto; }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero .curve-bg {
  position: absolute; right: -6%; top: -10%; width: 46%; max-width: 640px; height: auto;
  color: var(--fern); opacity: 0.07; pointer-events: none; z-index: 0;
}
.hero .shell {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1.08fr 1fr; gap: 60px; align-items: center;
  padding-top: 76px; padding-bottom: 76px;
}
.hero-copy .reg { margin-bottom: 26px; }
.hero h1 {
  font-size: clamp(40px, 5.2vw, 64px);
  line-height: 1.02;
  letter-spacing: -0.025em;
  max-width: 14ch;
  margin-bottom: 26px;
}
.hero .lede {
  font-size: 19px; line-height: 1.6; color: var(--ink-soft); max-width: 50ch; margin: 0 0 32px;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.hero-meta {
  margin-top: 30px;
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--faint);
  display: flex; gap: 12px; align-items: center; flex-wrap: wrap;
}
.hero-meta i { width: 6px; height: 6px; border-radius: 50%; background: var(--brass); display: inline-block; }

.hero-fig { margin: 0; position: relative; }
.hero-fig img {
  width: 100%; height: auto; display: block;
  border-radius: var(--r-lg);
  border: 1px solid var(--line);
  box-shadow: 0 1px 2px rgba(24,73,58,0.05), 0 34px 60px -40px rgba(24,73,58,0.55);
}
.hero-fig figcaption, .fig figcaption {
  font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--muted); margin-top: 13px; line-height: 1.6;
  display: flex; align-items: flex-start; gap: 10px;
}
.hero-fig figcaption::before, .fig figcaption::before {
  content: ""; flex: 0 0 auto; width: 9px; height: 9px; border-radius: 50%;
  border: 2px solid var(--brass); margin-top: 3px;
}

/* ---------- Sections ---------- */
section { padding: 72px 0; }
.section-head { max-width: 680px; margin-bottom: 40px; }
.section-head .reg { margin-bottom: 18px; }
.section-head h2 { font-size: clamp(28px, 3.4vw, 40px); line-height: 1.08; letter-spacing: -0.02em; }
.section-head p { color: var(--ink-soft); margin: 14px 0 0; font-size: 17px; max-width: 58ch; }
.section-head.row { max-width: none; display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; border-bottom: 1px solid var(--line-ink); padding-bottom: 18px; }
.section-head.row .count { font-family: var(--mono); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--faint); white-space: nowrap; }

/* ---------- Issue index (numbered dispatch cards) ---------- */
.issue { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.dispatch {
  position: relative;
  display: grid; grid-template-rows: auto 1fr auto;
  gap: 14px;
  background: var(--paper-2);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 26px 28px 24px;
  text-decoration: none;
  color: var(--ink);
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease), border-color 0.3s var(--ease);
  overflow: hidden;
}
.dispatch::after {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px;
  background: var(--fern); transform: scaleY(0); transform-origin: bottom; transition: transform 0.35s var(--ease);
}
.dispatch:hover { transform: translateY(-3px); border-color: var(--fern); box-shadow: 0 30px 50px -38px rgba(24,73,58,0.5); color: var(--ink); }
.dispatch:hover::after { transform: scaleY(1); }
.dispatch .d-top { display: flex; justify-content: space-between; align-items: baseline; gap: 14px; }
.dispatch .d-no { font-family: var(--mono); font-size: 13px; color: var(--brass-deep); letter-spacing: 0.06em; }
.dispatch .d-tag { font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); text-align: right; }
.dispatch h3 { font-size: 24px; line-height: 1.14; margin: 0 0 8px; transition: color 0.25s var(--ease); }
.dispatch:hover h3 { color: var(--fern-deep); }
.dispatch p { margin: 0; color: var(--ink-soft); font-size: 15.5px; line-height: 1.55; }
.dispatch .d-go { font-family: var(--mono); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--fern-deep); display: inline-flex; align-items: center; gap: 10px; }
.dispatch .d-go svg { width: 22px; height: 8px; transition: transform 0.3s var(--ease); }
.dispatch:hover .d-go svg { transform: translateX(5px); }
.dispatch.lead { grid-column: 1 / -1; grid-template-columns: 1fr 1fr; grid-template-rows: none; align-items: center; gap: 40px; padding: 34px 36px; }
.dispatch.lead .d-body { display: contents; }
.dispatch.lead .d-left { display: grid; gap: 14px; }
.dispatch.lead h3 { font-size: 34px; letter-spacing: -0.02em; }
.dispatch.lead p { font-size: 17px; max-width: 52ch; }
.dispatch.lead .d-fig { margin: 0; }
.dispatch.lead .d-fig img { border-radius: var(--r); border: 1px solid var(--line); }

/* ---------- Editor's note band (moss) ---------- */
.band { background: var(--moss); color: var(--on-moss-soft); position: relative; overflow: hidden; }
.band::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(80% 80% at 100% 0%, rgba(63,125,92,0.45), transparent 60%), radial-gradient(60% 80% at 0% 100%, rgba(201,162,39,0.12), transparent 55%);
}
.band .shell { position: relative; z-index: 1; }
.band .reg { margin-bottom: 28px; }
.band-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 60px; align-items: start; }
.band h2 { color: #fff; font-size: clamp(28px, 3.4vw, 40px); line-height: 1.1; margin-bottom: 18px; }
.band h2 em { color: var(--brass); }
.band p { margin: 0 0 16px; font-size: 17px; line-height: 1.65; max-width: 52ch; }
.band p:last-child { margin-bottom: 0; }
.tenets { display: grid; gap: 0; border-top: 1px solid rgba(255,255,255,0.14); }
.tenet { padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,0.14); display: grid; grid-template-columns: 52px 1fr; gap: 16px; align-items: start; }
.tenet .t-no { font-family: var(--mono); font-size: 13px; color: var(--brass); padding-top: 4px; }
.tenet strong { display: block; font-family: var(--display); font-weight: 500; font-size: 21px; color: #fff; line-height: 1.2; margin-bottom: 6px; letter-spacing: -0.01em; }
.tenet span { font-size: 15px; color: var(--on-moss-soft); line-height: 1.58; display: block; }

/* ---------- Featured clinic plate ---------- */
.clinic {
  background: var(--paper-2);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  position: relative; overflow: hidden;
  box-shadow: 0 1px 2px rgba(24,73,58,0.04), 0 30px 56px -40px rgba(24,73,58,0.45);
}
.clinic::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 4px; background: linear-gradient(90deg, var(--moss), var(--fern) 55%, var(--brass)); }
.clinic-pad { padding: 40px 42px 36px; }
.clinic-top { display: grid; grid-template-columns: 1.1fr 1fr; gap: 48px; align-items: start; margin-bottom: 34px; }
.clinic h2 { font-size: clamp(28px, 3vw, 36px); margin: 16px 0 8px; }
.clinic .tag { font-family: var(--mono); font-size: 11.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--fern-deep); margin: 0 0 16px; }
.clinic p { margin: 0 0 14px; color: var(--ink-soft); font-size: 16.5px; }
.clinic .stamp {
  justify-self: end; align-self: start;
  font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--brass-deep); border: 1.5px solid var(--brass); border-radius: 999px; padding: 8px 14px;
  transform: rotate(-3deg);
}
.rooms { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--line-ink); }
.room { padding: 24px 26px 24px 0; border-right: 1px solid var(--line); }
.room + .room { padding-left: 26px; }
.room:last-child { border-right: none; padding-right: 0; }
.room .reg { margin-bottom: 12px; }
.room .reg.near::before { background: var(--brass); }
.room h3 { font-size: 21px; margin: 0 0 8px; }
.room address { font-style: normal; color: var(--ink-soft); font-size: 15px; line-height: 1.55; margin: 0 0 10px; }
.room .hrs { font-family: var(--mono); font-size: 11.5px; letter-spacing: 0.04em; color: var(--muted); line-height: 1.7; margin: 0 0 12px; }
.room .tel { display: inline-block; font-weight: 600; color: var(--moss); text-decoration: none; border-bottom: 1px solid var(--brass); margin-bottom: 12px; }
.room .tel:hover { color: var(--fern-deep); }
.room .go { font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--fern-deep); text-decoration: none; display: block; }
.room .go:hover { text-decoration: underline; }
.clinic-foot { display: flex; flex-wrap: wrap; gap: 18px 28px; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); margin-top: 30px; padding-top: 26px; }
.clinic-foot .note { font-size: 14px; color: var(--muted); margin: 0; max-width: 56ch; }

/* ---------- Reviews ---------- */
.reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.review { margin: 0; padding: 26px 28px; background: var(--paper-2); border: 1px solid var(--line); border-radius: var(--r-lg); }
.review p { font-family: var(--display); font-style: italic; font-size: 21px; line-height: 1.35; color: var(--moss); margin: 0 0 16px; }
.review p::before { content: "\201C"; color: var(--brass); }
.review p::after { content: "\201D"; color: var(--brass); }
.review cite { font-style: normal; font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); }

/* ---------- Bright line (emergency) ---------- */
.brightline {
  background: var(--brass-wash);
  border: 1px solid #ecdca3;
  border-left: 4px solid var(--brass);
  border-radius: var(--r-lg);
  padding: 20px 24px;
  font-size: 15.5px; line-height: 1.6; color: var(--ink);
}
.brightline strong { display: block; font-family: var(--mono); font-weight: 500; font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--brass-deep); margin-bottom: 8px; }

/* ---------- Disclosure ---------- */
.disclose {
  font-size: 13px; color: var(--muted); line-height: 1.65;
  border-top: 1px solid var(--line); padding-top: 18px; margin-top: 28px; max-width: 74ch;
}
.disclose b { font-family: var(--mono); font-weight: 500; font-size: 10.5px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--brass-deep); display: block; margin-bottom: 6px; }

/* ---------- Article ---------- */
.article-head { border-bottom: 1px solid var(--line); background: var(--paper); }
.article-head .shell {
  display: grid; grid-template-columns: 200px 1fr; gap: 56px;
  padding-top: 64px; padding-bottom: 44px;
}
.ah-rail .reg { margin-bottom: 18px; }
.ah-rail .meta { font-family: var(--mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--faint); line-height: 2.1; }
.ah-rail .meta span { display: block; }
.ah-rail .meta b { color: var(--ink-soft); font-weight: 500; }
.ah-rail svg { width: 24px; height: 32px; color: var(--fern); margin-top: 26px; display: block; }
.ah-main h1 { font-size: clamp(34px, 4.4vw, 52px); line-height: 1.06; letter-spacing: -0.022em; max-width: 18ch; margin-bottom: 22px; }
.ah-main .lede { font-size: 20px; line-height: 1.55; color: var(--ink-soft); margin: 0; max-width: 60ch; }
.byline { font-family: var(--mono); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--faint); margin-top: 24px; padding-top: 16px; border-top: 1px solid var(--line); }

.article .shell { max-width: var(--read); }
.fig { margin: 44px auto 0; max-width: var(--shell); padding: 0 36px; }
.fig.wide img { width: 100%; border-radius: var(--r-lg); border: 1px solid var(--line); box-shadow: 0 30px 60px -44px rgba(24,73,58,0.5); }
.prose { padding: 40px 0 16px; font-size: 18.5px; line-height: 1.7; color: #2b3a32; }
.prose p { margin: 0 0 22px; }
.prose h2 { font-size: 28px; line-height: 1.15; margin: 46px 0 14px; }
.prose h3 { font-size: 21px; line-height: 1.25; margin: 32px 0 10px; }
.prose .keytakeaways + p::first-letter {
  font-family: var(--display); font-weight: 500; float: left;
  font-size: 66px; line-height: 0.8; padding: 6px 12px 0 0; color: var(--fern);
}
.prose ul, .prose ol { margin: 0 0 24px; padding: 0; list-style: none; }
.prose li { position: relative; margin-bottom: 12px; padding-left: 28px; line-height: 1.6; }
.prose ul li::before { content: ""; position: absolute; left: 2px; top: 11px; width: 9px; height: 9px; border-radius: 50%; border: 2px solid var(--brass); }
.prose ol { counter-reset: d; }
.prose ol li { counter-increment: d; padding-left: 34px; }
.prose ol li::before { content: counter(d, decimal-leading-zero); position: absolute; left: 0; top: 3px; font-family: var(--mono); font-size: 13px; color: var(--brass-deep); }
.prose strong { color: var(--moss); font-weight: 600; }
.prose a { color: var(--fern-deep); font-weight: 500; }
.prose .src { font-size: 14.5px; color: var(--muted); }
.prose figure.inline { margin: 34px 0; }
.prose figure.inline img { border-radius: var(--r-lg); border: 1px solid var(--line); width: 100%; }
.prose figure.inline figcaption { font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); margin-top: 12px; line-height: 1.6; display: flex; gap: 10px; align-items: flex-start; }
.prose figure.inline figcaption::before { content: ""; flex: 0 0 auto; width: 9px; height: 9px; border-radius: 50%; border: 2px solid var(--brass); margin-top: 3px; }

.keytakeaways {
  position: relative;
  background: var(--paper-2); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 26px 30px 24px 30px; margin: 4px 0 36px;
  box-shadow: 0 20px 40px -36px rgba(24,73,58,0.4);
}
.keytakeaways::before { content: ""; position: absolute; left: 0; top: 18px; bottom: 18px; width: 3px; background: linear-gradient(180deg, var(--brass), var(--fern)); border-radius: 3px; }
.keytakeaways h2 { margin: 0 0 16px; font-family: var(--mono); font-weight: 500; font-size: 11.5px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--fern-deep); }
.keytakeaways ul { margin: 0; padding: 0; list-style: none; }
.keytakeaways li { font-family: var(--text); font-size: 15.5px; line-height: 1.5; color: var(--ink); padding-left: 26px; margin-bottom: 11px; position: relative; }
.keytakeaways li:last-child { margin-bottom: 0; }
.keytakeaways li::before { content: ""; position: absolute; left: 2px; top: 8px; width: 8px; height: 8px; border-radius: 50%; border: 2px solid var(--brass); }

.callout {
  background: var(--paper-2); border: 1px solid var(--line); border-left: 3px solid var(--fern);
  border-radius: var(--r-lg); padding: 20px 24px; margin: 30px 0; font-size: 16.5px; line-height: 1.6;
}
.callout strong { display: block; font-family: var(--mono); font-weight: 500; font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--fern-deep); margin-bottom: 8px; }
.prose .brightline { margin: 30px 0; }

.action {
  margin: 44px 0 10px;
  background: var(--moss); color: var(--on-moss-soft);
  border-radius: var(--r-lg); padding: 34px 36px;
  position: relative; overflow: hidden;
}
.action::before { content: ""; position: absolute; inset: 0; background: radial-gradient(70% 90% at 100% 0%, rgba(63,125,92,0.5), transparent 60%); pointer-events: none; }
.action > * { position: relative; }
.action .reg { margin-bottom: 14px; }
.action h2 { color: #fff; font-size: 28px; margin: 0 0 12px; }
.action h2 em { color: var(--brass); }
.action p { margin: 0 0 20px; font-size: 16px; max-width: 56ch; }
.action .row { display: flex; flex-wrap: wrap; gap: 12px 22px; align-items: center; }
.action .tel { color: #fff; font-weight: 600; text-decoration: none; border-bottom: 1px solid var(--brass); }
.action .tel:hover { color: var(--brass); }
.action .fine { font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--on-moss-soft); margin: 18px 0 0; opacity: 0.85; }

.related { border-top: 1px solid var(--line-ink); margin-top: 44px; padding-top: 26px; }
.related h2 { font-family: var(--mono); font-weight: 500; font-size: 11.5px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--fern-deep); margin: 0 0 14px; }
.related a {
  display: grid; grid-template-columns: 44px 1fr auto; gap: 14px; align-items: baseline;
  font-family: var(--display); font-weight: 500; font-size: 20px; color: var(--moss); text-decoration: none;
  padding: 14px 0; border-bottom: 1px solid var(--line-soft);
  transition: color 0.2s var(--ease), padding-left 0.25s var(--ease);
}
.related a:last-child { border-bottom: none; }
.related a:hover { color: var(--fern-deep); padding-left: 6px; }
.related a .n { font-family: var(--mono); font-size: 12px; color: var(--brass-deep); }
.related a .arr { font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--fern-deep); }

/* ---------- FAQ ---------- */
.faq { max-width: var(--read); margin: 0 auto; }
.faq details { border-top: 1px solid var(--line-ink); padding: 0; }
.faq details:last-child { border-bottom: 1px solid var(--line-ink); }
.faq summary {
  cursor: pointer; list-style: none; display: grid; grid-template-columns: 44px 1fr 24px; gap: 14px; align-items: baseline;
  padding: 22px 0; font-family: var(--display); font-weight: 500; font-size: 22px; line-height: 1.25; color: var(--moss);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary .n { font-family: var(--mono); font-size: 12px; color: var(--brass-deep); }
.faq summary .pm { font-family: var(--mono); color: var(--fern); font-size: 20px; text-align: right; transition: transform 0.3s var(--ease); }
.faq details[open] summary .pm { transform: rotate(45deg); }
.faq .a { padding: 0 0 26px 58px; font-size: 17px; line-height: 1.65; color: var(--ink-soft); }
.faq .a p { margin: 0 0 14px; }
.faq .a p:last-child { margin: 0; }

/* ---------- Rooms page ---------- */
.roomcards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.roomcard { background: var(--paper-2); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 28px 28px 26px; position: relative; overflow: hidden; }
.roomcard.near { border-color: var(--brass); box-shadow: 0 30px 56px -40px rgba(24,73,58,0.5); }
.roomcard.near::before { content: "Nearest for most readers"; position: absolute; top: 0; right: 0; font-family: var(--mono); font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; background: var(--brass); color: var(--moss-deep); padding: 6px 12px; border-radius: 0 var(--r-lg) 0 var(--r); }
.roomcard .reg { margin-bottom: 14px; }
.roomcard h2 { font-size: 26px; margin: 0 0 10px; }
.roomcard address { font-style: normal; color: var(--ink-soft); font-size: 16px; line-height: 1.55; margin: 0 0 14px; }
.roomcard .hrs { font-family: var(--mono); font-size: 12px; color: var(--muted); line-height: 1.8; margin: 0 0 16px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 10px 0; }
.roomcard .tel { display: inline-block; font-family: var(--display); font-size: 22px; font-weight: 500; color: var(--moss); text-decoration: none; margin-bottom: 16px; }
.roomcard .tel:hover { color: var(--fern-deep); }
.roomcard .btn { width: 100%; justify-content: center; }

/* ---------- Footer ---------- */
.site-foot { background: var(--moss-deep); color: var(--on-moss-soft); font-size: 14px; border-top: 4px solid var(--brass); }
.site-foot .shell { padding-top: 56px; padding-bottom: 44px; }
.foot-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 44px; }
.site-foot a { color: #d6e3da; text-decoration: none; transition: color 0.18s var(--ease); }
.site-foot a:hover { color: #fff; }
.foot-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.foot-brand .mark { width: 36px; height: 36px; color: var(--brass); }
.foot-brand .wm { font-family: var(--display); font-size: 22px; font-weight: 500; color: #fff; line-height: 1; }
.foot-brand .wm span { display: block; font-family: var(--mono); font-size: 9.5px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--on-moss-soft); margin-top: 6px; }
.foot-lead { color: #9db5a6; max-width: 38ch; line-height: 1.62; margin: 0; }
.foot-col h4 { font-family: var(--mono); font-weight: 500; font-size: 10.5px; letter-spacing: 0.16em; text-transform: uppercase; color: #86a392; margin: 0 0 16px; }
.foot-col a { display: block; margin-bottom: 10px; }
.foot-col .tel { color: #fff; font-weight: 600; }
.foot-rule { border-top: 1px solid rgba(255,255,255,0.1); margin-top: 40px; padding-top: 24px; display: grid; gap: 14px; }
.foot-rule p { margin: 0; font-size: 12.5px; line-height: 1.66; color: #86a392; max-width: 960px; }
.foot-rule p b { font-family: var(--mono); font-weight: 500; font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--brass); margin-right: 8px; }
.foot-meta { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px 20px; font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.12em; text-transform: uppercase; color: #6f8c7b; margin-top: 8px; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .hero .shell { grid-template-columns: 1fr; gap: 36px; padding-top: 52px; padding-bottom: 56px; }
  .hero h1 { max-width: 16ch; }
  .hero .curve-bg { width: 70%; right: -20%; }
  .band-grid { grid-template-columns: 1fr; gap: 36px; }
  .clinic-top { grid-template-columns: 1fr; gap: 18px; }
  .clinic .stamp { justify-self: start; transform: none; }
  .rooms { grid-template-columns: 1fr; }
  .room, .room + .room { padding: 22px 0; border-right: none; border-bottom: 1px solid var(--line); }
  .room:last-child { border-bottom: none; }
  .reviews { grid-template-columns: 1fr; }
  .roomcards { grid-template-columns: 1fr; }
  .article-head .shell { grid-template-columns: 1fr; gap: 24px; padding-top: 44px; }
  .ah-rail svg { display: none; }
  .ah-rail .meta span { display: inline; margin-right: 16px; }
  .foot-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .foot-about { grid-column: 1 / -1; }
  .dispatch.lead { grid-template-columns: 1fr; gap: 22px; }
}
@media (max-width: 680px) {
  body { font-size: 16.5px; }
  .shell { padding: 0 20px; }
  section { padding: 52px 0; }
  .dateline .shell { flex-direction: column; align-items: flex-start; gap: 4px; padding-top: 10px; padding-bottom: 10px; }
  .dateline { font-size: 10px; }
  .nameplate { padding: 26px 0 18px; }
  .nameplate .wordmark { font-size: 32px; }
  .nameplate .folio { font-size: 9.5px; letter-spacing: 0.22em; }
  .nameplate .folio::before, .nameplate .folio::after { width: 22px; }
  .nav { gap: 0 18px; justify-content: flex-start; }
  .nav a { font-size: 11.5px; padding: 12px 0 10px; }
  .hero h1 { font-size: clamp(36px, 10vw, 46px); }
  .hero .lede { font-size: 17.5px; }
  .issue { grid-template-columns: 1fr; gap: 16px; }
  .dispatch { padding: 22px 22px 20px; }
  .dispatch.lead { padding: 24px 22px; }
  .dispatch.lead h3 { font-size: 27px; }
  .clinic-pad { padding: 28px 22px 26px; }
  .section-head.row { flex-direction: column; align-items: flex-start; gap: 8px; }
  .prose { font-size: 17.5px; }
  .fig { padding: 0 20px; margin-top: 30px; }
  .ah-main h1 { font-size: clamp(30px, 8.5vw, 40px); }
  .ah-main .lede { font-size: 18px; }
  .action { padding: 26px 22px; }
  .action h2 { font-size: 24px; }
  .faq summary { font-size: 19px; grid-template-columns: 34px 1fr 20px; padding: 18px 0; }
  .faq .a { padding-left: 48px; }
  .related a { grid-template-columns: 34px 1fr; font-size: 18px; }
  .related a .arr { display: none; }
  .foot-grid { grid-template-columns: 1fr; gap: 28px; }
  .keytakeaways { padding: 22px 20px 20px 22px; }
}

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

/* ---------- Two-column editorial rows (intro, feature, bright line) ---------- */
.twocol { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 56px; align-items: start; }
.twocol .reg { margin-bottom: 18px; }
.twocol h2 { font-size: clamp(28px, 3.2vw, 38px); line-height: 1.1; letter-spacing: -0.02em; max-width: 16ch; }
.intro { background: var(--paper-2); border-bottom: 1px solid var(--line); }
.intro-text p, .intro-p { margin: 0 0 18px; color: var(--ink-soft); font-size: 17.5px; line-height: 1.68; max-width: 58ch; }
.intro-text p:last-child { margin-bottom: 0; }
.intro-p { margin-top: 18px; }
.feature { background: var(--paper-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.feature .twocol { align-items: center; }
.fig.feature-fig { margin: 0; padding: 0; max-width: none; }
.fig.feature-fig img { width: 100%; border-radius: var(--r-lg); border: 1px solid var(--line); box-shadow: 0 30px 60px -44px rgba(24,73,58,0.5); }
.line-sec { padding-top: 40px; }
.line-sec .plumb { margin-bottom: 48px; }
.twocol.tight { grid-template-columns: 1.1fr 0.9fr; align-items: start; }
.twocol.tight .intro-text .reg { margin-bottom: 12px; }
.reviews-sec { padding-top: 0; }
.clinic-sec > .shell > .reg { margin-bottom: 18px; }

/* ---------- Wide shell inside an article (rooms, FAQ) ---------- */
.article .shell.wide { max-width: var(--shell); }
.roomsec { padding: 44px 0 8px; }
.faq { padding: 0 36px; }

@media (max-width: 980px) {
  .twocol, .twocol.tight { grid-template-columns: 1fr; gap: 26px; }
  .twocol h2 { max-width: none; }
}
@media (max-width: 680px) {
  .faq { padding: 0 20px; }
  .roomsec { padding: 28px 0 0; }
  .intro-text p, .intro-p { font-size: 16.5px; }
  .line-sec .plumb { margin-bottom: 32px; }
}

/* ---------- Polish after the first shoot ---------- */
.clinic-top { grid-template-columns: 1fr auto; gap: 32px; }
.clinic-top p { max-width: 62ch; }
.clinic .disclose { margin-top: 34px; padding-top: 22px; }
.clinic-foot .btn { flex: 0 0 auto; }
@media (max-width: 680px) {
  .dateline .shell { flex-direction: row; justify-content: space-between; align-items: center; }
  .dl-x { display: none; }
  .hero-meta { font-size: 10px; gap: 10px; }
  .dispatch h3 { font-size: 21px; }
  .action .fine { line-height: 1.8; }
}

/* Phone nav: the horizontal scroller clipped section names mid-word and pushed the
   last item (often the call to action) off screen. Let it wrap instead. */
@media (max-width: 700px) {
  .nav { flex-wrap: wrap; white-space: normal; overflow-x: visible; row-gap: 6px;
    -webkit-mask-image: none; mask-image: none; }
  .nav::after, .nav::before { content: none; }
  .nav a { white-space: nowrap; }
}
