
@font-face{font-family:'Atkinson Hyperlegible';font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/atkinson-400.woff2) format('woff2')}
@font-face{font-family:'Atkinson Hyperlegible';font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/atkinson-700.woff2) format('woff2')}
@font-face{font-family:'Atkinson Hyperlegible';font-style:italic;font-weight:400;font-display:swap;src:url(/fonts/atkinson-400i.woff2) format('woff2')}
@font-face{font-family:'Fraunces';font-style:normal;font-weight:600 700;font-display:swap;src:url(/fonts/fraunces-700.woff2) format('woff2')}
@font-face{font-family:'Fraunces';font-style:italic;font-weight:500;font-display:swap;src:url(/fonts/fraunces-500i.woff2) format('woff2')}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
@keyframes rise {
      from { opacity: 0; transform: translateY(14px); }
      to { opacity: 1; transform: translateY(0); }
    }
:root {
    --bg: #FFFDF7;
    --surface: #FFFFFF;
    --surface-2: #FBF3DD;
    --ink: #2E3024;
    --ink-soft: #5C5F4F;
    --ink-faint: #87897A;
    --pine: #3E8267;
    --pine-strong: #2C6650;
    --gold: #E08E2B;
    --gold-soft: #FBE4B8;
    --line: #EDE6D3;
    --focus: #2C6650;
    --shadow: 0 1px 2px rgba(51,53,42,0.05), 0 8px 24px -12px rgba(51,53,42,0.14);
    --radius: 14px;
    color-scheme: light;
  }
:root {
    --bg: #FFFDF7;
    --surface: #FFFFFF;
    --surface-2: #FBF3DD;
    --ink: #2E3024;
    --ink-soft: #5C5F4F;
    --ink-faint: #87897A;
    --pine: #3E8267;
    --pine-strong: #2C6650;
    --gold: #E08E2B;
    --gold-soft: #FBE4B8;
    --alert: #B4462F;
    --alert-soft: #FBE3DC;
    --line: #EDE6D3;
    --focus: #2C6650;
    --shadow: 0 1px 2px rgba(51,53,42,0.05), 0 8px 24px -12px rgba(51,53,42,0.14);
    --radius: 14px;
    color-scheme: light;
  }
body.hub /* Deliberately single-theme: this audience reads best on a
     consistently bright, body.hub high-contrast page, body.hub so we don't adapt
     to the viewer's OS dark-mode setting here. */
  :root {
    --bg: #FFFDF7;
    --surface: #FFFFFF;
    --surface-2: #FBF3DD;
    --ink: #2E3024;
    --ink-soft: #5C5F4F;
    --ink-faint: #87897A;
    --pine: #3E8267;
    --pine-strong: #2C6650;
    --gold: #E08E2B;
    --gold-soft: #FBE4B8;
    --line: #EDE6D3;
    --focus: #2C6650;
    --shadow: 0 1px 2px rgba(51,53,42,0.05), 0 8px 24px -12px rgba(51,53,42,0.14);
    --radius: 14px;
    color-scheme: light;
  }
body.hub {
    margin: 0;
    background: var(--bg);
    color: var(--ink);
    font-family: 'Atkinson Hyperlegible', 'Segoe UI', system-ui, sans-serif;
    font-size: 19px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
  }
body.hub a { color: var(--pine-strong); }
body.hub a:focus-visible, body.hub button:focus-visible, body.hub input:focus-visible, body.hub textarea:focus-visible, body.hub summary:focus-visible {
    outline: 3px solid var(--focus);
    outline-offset: 3px;
  }
body.hub .wrap {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 28px;
  }
body.hub /* ---------- top bar ---------- */
  .topbar {
    position: sticky;
    top: 0;
    z-index: 10;
    background: color-mix(in srgb, var(--bg) 88%, transparent);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid var(--line);
  }
body.hub .topbar .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    padding-bottom: 16px;
    gap: 16px;
  }
body.hub .wordmark {
    font-family: 'Fraunces', serif;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: -0.01em;
    color: var(--ink);
    text-decoration: none;
    white-space: nowrap;
  }
body.hub .wordmark em {
    font-style: italic;
    font-weight: 500;
    color: var(--pine-strong);
  }
body.hub .topbar-cta {
    font-size: 16px;
    font-weight: 700;
    color: var(--pine-strong);
    text-decoration: none;
    white-space: nowrap;
    border-bottom: 2px solid transparent;
  }
body.hub .topbar-cta:hover { border-bottom-color: var(--pine-strong); }
body.hub /* ---------- hero ---------- */
  .hero {
    padding: 64px 0 40px;
  }
body.hub .hero-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 48px;
    align-items: center;
  }
body.hub .eyebrow {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--pine-strong);
    background: var(--surface-2);
    padding: 6px 14px;
    border-radius: 999px;
    margin-bottom: 20px;
  }
body.hub h1 {
    font-family: 'Fraunces', serif;
    font-weight: 700;
    font-size: clamp(34px, 4.6vw, 48px);
    line-height: 1.08;
    letter-spacing: -0.01em;
    margin: 0 0 22px;
    text-wrap: balance;
    color: var(--ink);
  }
body.hub .hero-lede {
    font-family: 'Fraunces', serif;
    font-style: italic;
    font-weight: 500;
    font-size: 23px;
    line-height: 1.4;
    color: var(--pine-strong);
    max-width: 24ch;
    margin: 0 0 18px;
  }
body.hub .hero-sub {
    font-size: 20px;
    line-height: 1.6;
    color: var(--ink-soft);
    max-width: 46ch;
    margin: 0 0 30px;
  }
body.hub .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
  }
body.hub .btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: inherit;
    font-size: 17px;
    font-weight: 700;
    padding: 14px 24px;
    border-radius: 10px;
    border: 2px solid transparent;
    cursor: pointer;
    text-decoration: none;
    line-height: 1;
  }
body.hub .btn-primary {
    background: var(--pine);
    color: #FBFAF4;
  }
body.hub .btn-primary:hover { background: var(--pine-strong); }
body.hub .btn-ghost {
    background: transparent;
    border-color: var(--line);
    color: var(--ink);
  }
body.hub .btn-ghost:hover { border-color: var(--ink-faint); }
body.hub /* ---------- arc graphic ---------- */
  .arc-figure { margin: 0; }
body.hub .arc-figure svg { width: 100%; height: auto; display: block; }
body.hub .arc-caption {
    font-family: 'Fraunces', serif;
    font-style: italic;
    font-weight: 500;
    font-size: 15px;
    color: var(--ink-faint);
    text-align: center;
    margin-top: 10px;
  }
body.hub /* ---------- note section ---------- */
  .note {
    padding: 8px 0 56px;
  }
body.hub .note blockquote {
    margin: 0;
    padding: 32px 36px;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
  }
body.hub .note p {
    font-family: 'Fraunces', serif;
    font-style: italic;
    font-weight: 500;
    font-size: 21px;
    line-height: 1.55;
    color: var(--ink);
    max-width: 62ch;
    margin: 0 0 14px;
  }
body.hub .note cite {
    display: block;
    font-style: normal;
    font-family: 'Atkinson Hyperlegible', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: var(--ink-soft);
  }
body.hub /* ---------- topics ---------- */
  .section-head {
    max-width: 62ch;
    margin: 0 0 34px;
  }
body.hub .section-head h2 {
    font-family: 'Fraunces', serif;
    font-weight: 700;
    font-size: clamp(26px, 3vw, 32px);
    margin: 0 0 12px;
    text-wrap: balance;
  }
body.hub .section-head p {
    font-size: 18px;
    color: var(--ink-soft);
    margin: 0;
  }
body.hub .start-here {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 16px;
    text-decoration: none;
    background: var(--surface-2);
    border-radius: 999px;
    padding: 14px 22px;
    margin: 0 0 34px;
  }
body.hub .start-here-eyebrow {
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--pine-strong);
  }
body.hub .start-here-title {
    font-family: 'Fraunces', serif;
    font-weight: 700;
    font-size: 17px;
    color: var(--ink);
  }
body.hub .start-here-arrow {
    font-weight: 700;
    font-size: 15px;
    color: var(--pine-strong);
    margin-left: auto;
  }
body.hub .topics {
    padding: 8px 0 60px;
  }
body.hub .topic-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
  }
body.hub .topic-card {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    box-shadow: var(--shadow);
  }
body.hub .topic-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: var(--surface-2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
  }
body.hub .topic-icon svg { width: 24px; height: 24px; stroke: var(--pine-strong); }
body.hub .topic-card h3 {
    font-family: 'Fraunces', serif;
    font-weight: 700;
    font-size: 19px;
    margin: 0;
    line-height: 1.3;
  }
body.hub .topic-card p {
    font-size: 16px;
    color: var(--ink-soft);
    margin: 0;
    flex-grow: 1;
  }
body.hub .tag-soon {
    align-self: flex-start;
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--gold);
    background: color-mix(in srgb, var(--gold-soft) 55%, transparent);
    padding: 4px 10px;
    border-radius: 999px;
  }
body.hub .tag-live {
    align-self: flex-start;
    font-size: 14.5px;
    font-weight: 700;
    color: var(--pine-strong);
    text-decoration: none;
    border-bottom: 2px solid transparent;
  }
body.hub .tag-live:hover { border-bottom-color: var(--pine-strong); }
body.hub /* Several topics now have more than one published piece. */
  .card-links { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
body.hub /* ---------- form ---------- */
  .ask {
    padding: 12px 0 64px;
  }
body.hub .ask-box {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 40px;
  }
body.hub fieldset {
    border: none;
    margin: 0 0 26px;
    padding: 0;
  }
body.hub legend {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 14px;
    padding: 0;
  }
body.hub .check-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 10px 18px;
  }
body.hub .check-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 17px;
  }
body.hub .check-item input {
    width: 20px;
    height: 20px;
    margin-top: 3px;
    accent-color: var(--pine);
    flex: none;
  }
body.hub label.field-label {
    display: block;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 8px;
  }
body.hub .field-hint {
    font-size: 14px;
    color: var(--ink-faint);
    font-weight: 400;
    margin-left: 6px;
  }
body.hub input[type="email"], body.hub input[type="text"], body.hub textarea {
    width: 100%;
    font-family: inherit;
    font-size: 17px;
    padding: 12px 14px;
    border: 1.5px solid var(--line);
    border-radius: 10px;
    background: var(--bg);
    color: var(--ink);
  }
body.hub textarea { min-height: 110px; resize: vertical; }
body.hub .ask-row { margin-bottom: 22px; }
body.hub .ask-foot {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 6px;
  }
body.hub .ask-note {
    font-size: 14.5px;
    color: var(--ink-faint);
  }
body.hub #ask-status {
    font-size: 15px;
    font-weight: 700;
    color: var(--pine-strong);
  }
body.hub /* ---------- trust strip ---------- */
  .trust {
    padding: 0 0 60px;
  }
body.hub .trust-box {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    background: var(--surface-2);
    border-radius: var(--radius);
    padding: 22px 26px;
  }
body.hub .trust-box svg { flex: none; width: 26px; height: 26px; stroke: var(--pine-strong); margin-top: 2px; }
body.hub .trust-box p { margin: 0; font-size: 16px; color: var(--ink-soft); }
body.hub /* ---------- ad slots ---------- */
  .ad-slot {
    margin: 0 0 56px;
  }
body.hub .ad-slot-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-height: 90px;
    border: 1.5px dashed var(--line);
    border-radius: 10px;
    background: var(--surface-2);
    padding: 14px;
    text-align: center;
  }
body.hub .ad-slot-label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--ink-faint);
  }
body.hub .ad-slot-note {
    font-size: 13px;
    color: var(--ink-faint);
  }
body.hub footer {
    border-top: 1px solid var(--line);
    padding: 34px 0 44px;
  }
body.hub .foot-grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px 22px;
    font-size: 15px;
    color: var(--ink-faint);
  }
body.hub .foot-links { display: flex; gap: 18px; flex-wrap: wrap; }
body.hub footer a { color: var(--ink-soft); }
@media (max-width: 760px) {body.hub .hero-grid { grid-template-columns: 1fr; }
body.hub .hero { padding-top: 40px; }
body.hub .ask-box { padding: 26px; }
body.hub .note blockquote { padding: 24px; }}
@media (prefers-reduced-motion: no-preference) {body.hub .reveal {
      animation: rise 0.7s ease-out both;
    }
body.hub .reveal.d2 { animation-delay: 0.12s; }}
body.doc {
    margin: 0; background: var(--bg); color: var(--ink);
    font-family: 'Atkinson Hyperlegible', 'Segoe UI', system-ui, sans-serif;
    font-size: 19px; line-height: 1.6; -webkit-font-smoothing: antialiased;
  }
body.doc a { color: var(--pine-strong); }
body.doc a:focus-visible, body.doc button:focus-visible, body.doc input:focus-visible, body.doc textarea:focus-visible {
    outline: 3px solid var(--focus); outline-offset: 3px;
  }
body.doc .wrap { max-width: 740px; margin: 0 auto; padding: 0 28px; }
body.doc .wrap-wide { max-width: 1040px; margin: 0 auto; padding: 0 28px; }
body.doc .topbar {
    position: sticky; top: 0; z-index: 10;
    background: color-mix(in srgb, var(--bg) 88%, transparent);
    backdrop-filter: blur(8px); border-bottom: 1px solid var(--line);
  }
body.doc .topbar .wrap-wide { display: flex; align-items: center; justify-content: space-between; padding: 16px 28px; gap: 16px; }
body.doc .wordmark { font-family: 'Fraunces', serif; font-weight: 700; font-size: 22px; color: var(--ink); text-decoration: none; white-space: nowrap; }
body.doc .wordmark em { font-style: italic; font-weight: 500; color: var(--pine-strong); }
body.doc .topbar-cta { font-size: 16px; font-weight: 700; color: var(--pine-strong); text-decoration: none; white-space: nowrap; border-bottom: 2px solid transparent; }
body.doc .topbar-cta:hover { border-bottom-color: var(--pine-strong); }
body.doc .page-head { padding: 56px 0 8px; }
body.doc .eyebrow {
    display: inline-block; font-size: 13.5px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
    color: var(--pine-strong); background: var(--surface-2); padding: 6px 14px; border-radius: 999px; margin-bottom: 20px;
  }
body.doc h1 {
    font-family: 'Fraunces', serif; font-weight: 700; font-size: clamp(34px, 4.6vw, 48px);
    line-height: 1.12; letter-spacing: -0.01em; margin: 0 0 18px; text-wrap: balance;
  }
body.doc .dek { font-size: 20px; line-height: 1.6; color: var(--ink-soft); margin: 0 0 22px; max-width: 56ch; }
body.doc .meta { font-size: 15px; color: var(--ink-faint); border-top: 1px solid var(--line); padding-top: 16px; margin-bottom: 8px; }
body.doc .prose { padding: 8px 0 12px; }
body.doc .prose h2 { font-family: 'Fraunces', serif; font-weight: 700; font-size: clamp(23px, 2.9vw, 29px); margin: 44px 0 14px; text-wrap: balance; }
body.doc .prose h3 { font-family: 'Fraunces', serif; font-weight: 700; font-size: 20px; margin: 30px 0 10px; }
body.doc .prose p { margin: 0 0 20px; max-width: 66ch; }
body.doc .prose ul, body.doc .prose ol { margin: 0 0 22px; padding-left: 26px; max-width: 64ch; }
body.doc .prose li { margin-bottom: 10px; }
body.doc .prose strong { color: var(--ink); }
body.doc .principles { list-style: none; padding: 0; margin: 0 0 24px; display: flex; flex-direction: column; gap: 14px; }
body.doc .principles li {
    display: flex; gap: 14px; align-items: flex-start; background: var(--surface); border: 1px solid var(--line);
    border-radius: 10px; padding: 18px 20px; font-size: 17px;
  }
body.doc .principles svg { flex: none; width: 22px; height: 22px; stroke: var(--pine-strong); margin-top: 2px; }
body.doc .callout {
    display: flex; gap: 14px; margin: 34px 0; padding: 22px 24px; background: var(--surface-2);
    border-radius: var(--radius); border-left: 4px solid var(--gold);
  }
body.doc .callout svg { flex: none; width: 24px; height: 24px; stroke: var(--gold); margin-top: 2px; }
body.doc .callout p { margin: 0; font-size: 16.5px; color: var(--ink-soft); }
body.doc .callout strong { color: var(--ink); }
body.doc .todo {
    margin: 30px 0; padding: 20px 24px; border: 2px dashed var(--gold);
    border-radius: var(--radius); background: color-mix(in srgb, var(--gold-soft) 30%, transparent);
  }
body.doc .todo p { margin: 0; font-size: 16px; color: var(--ink-soft); }
body.doc .author-intro { display: flex; gap: 22px; align-items: center; margin: 0 0 20px; }
body.doc .author-intro img { flex: none; width: 120px; height: 120px; border-radius: 50%; object-fit: cover;
    border: 3px solid var(--surface); box-shadow: var(--shadow); }
body.doc .author-intro p { margin: 0; }
@media (max-width: 520px) {body.doc .author-intro { flex-direction: column; align-items: flex-start; gap: 16px; }}
body.doc .todo strong { color: var(--ink); }
body.doc .contact-card {
    display: flex; gap: 18px; align-items: flex-start; margin: 0 0 18px;
    background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
    padding: 24px 26px; box-shadow: var(--shadow);
  }
body.doc .contact-card svg { flex: none; width: 26px; height: 26px; stroke: var(--pine-strong); margin-top: 3px; }
body.doc .contact-card h3 { font-family: 'Fraunces', serif; font-weight: 700; font-size: 19px; margin: 0 0 6px; }
body.doc .contact-card p { margin: 0; font-size: 16.5px; color: var(--ink-soft); }
body.doc .contact-card a { font-weight: 700; }
body.doc .toc {
    background: var(--surface-2); border-radius: var(--radius); padding: 22px 26px; margin: 0 0 34px;
  }
body.doc .toc p { font-size: 13.5px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink-faint); margin: 0 0 10px; }
body.doc .toc ol { margin: 0; padding-left: 22px; }
body.doc .toc li { margin-bottom: 6px; font-size: 16.5px; }
body.doc footer { border-top: 1px solid var(--line); padding: 34px 0 60px; margin-top: 48px; }
body.doc .foot-grid { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px 22px; font-size: 15px; color: var(--ink-faint); }
body.doc footer a { color: var(--ink-soft); }
body.doc .foot-links { display: flex; gap: 18px; flex-wrap: wrap; }
body.article {
    margin: 0; background: var(--bg); color: var(--ink);
    font-family: 'Atkinson Hyperlegible', 'Segoe UI', system-ui, sans-serif;
    font-size: 19px; line-height: 1.6; -webkit-font-smoothing: antialiased;
  }
body.article a { color: var(--pine-strong); }
body.article a:focus-visible, body.article button:focus-visible, body.article input:focus-visible, body.article textarea:focus-visible {
    outline: 3px solid var(--focus); outline-offset: 3px;
  }
body.article .wrap { max-width: 740px; margin: 0 auto; padding: 0 28px; }
body.article .wrap-wide { max-width: 1040px; margin: 0 auto; padding: 0 28px; }
body.article .topbar {
    position: sticky; top: 0; z-index: 10;
    background: color-mix(in srgb, var(--bg) 88%, transparent);
    backdrop-filter: blur(8px); border-bottom: 1px solid var(--line);
  }
body.article .topbar .wrap-wide { display: flex; align-items: center; justify-content: space-between; padding: 16px 28px; gap: 16px; }
body.article .wordmark { font-family: 'Fraunces', serif; font-weight: 700; font-size: 22px; color: var(--ink); text-decoration: none; white-space: nowrap; }
body.article .wordmark em { font-style: italic; font-weight: 500; color: var(--pine-strong); }
body.article .topbar-cta { font-size: 16px; font-weight: 700; color: var(--pine-strong); text-decoration: none; white-space: nowrap; border-bottom: 2px solid transparent; }
body.article .topbar-cta:hover { border-bottom-color: var(--pine-strong); }
body.article .page-head { padding: 56px 0 8px; }
body.article .eyebrow {
    display: inline-block; font-size: 13.5px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
    color: var(--pine-strong); background: var(--surface-2); padding: 6px 14px; border-radius: 999px; margin-bottom: 20px;
  }
body.article h1 {
    font-family: 'Fraunces', serif; font-weight: 700; font-size: clamp(34px, 4.6vw, 48px);
    line-height: 1.12; letter-spacing: -0.01em; margin: 0 0 18px; text-wrap: balance;
  }
body.article .dek { font-size: 20px; line-height: 1.6; color: var(--ink-soft); margin: 0 0 22px; max-width: 56ch; }
body.article .meta { font-size: 15px; color: var(--ink-faint); border-top: 1px solid var(--line); padding-top: 16px; margin-bottom: 8px; }
body.article .prose { padding: 8px 0 12px; }
body.article .prose h2 { font-family: 'Fraunces', serif; font-weight: 700; font-size: clamp(23px, 2.9vw, 29px); margin: 44px 0 14px; text-wrap: balance; }
body.article .prose h3 { font-family: 'Fraunces', serif; font-weight: 700; font-size: 20px; margin: 30px 0 10px; }
body.article .prose p { margin: 0 0 20px; max-width: 66ch; }
body.article .prose ul, body.article .prose ol { margin: 0 0 22px; padding-left: 26px; max-width: 64ch; }
body.article .prose li { margin-bottom: 10px; }
body.article .prose strong { color: var(--ink); }
body.article .principles { list-style: none; padding: 0; margin: 0 0 24px; display: flex; flex-direction: column; gap: 14px; }
body.article .principles li {
    display: flex; gap: 14px; align-items: flex-start; background: var(--surface); border: 1px solid var(--line);
    border-radius: 10px; padding: 18px 20px; font-size: 17px;
  }
body.article .principles svg { flex: none; width: 22px; height: 22px; stroke: var(--pine-strong); margin-top: 2px; }
body.article .callout {
    display: flex; gap: 14px; margin: 34px 0; padding: 22px 24px; background: var(--surface-2);
    border-radius: var(--radius); border-left: 4px solid var(--gold);
  }
body.article .callout svg { flex: none; width: 24px; height: 24px; stroke: var(--gold); margin-top: 2px; }
body.article .callout p { margin: 0; font-size: 16.5px; color: var(--ink-soft); }
body.article .callout strong { color: var(--ink); }
body.article .todo {
    margin: 30px 0; padding: 20px 24px; border: 2px dashed var(--gold);
    border-radius: var(--radius); background: color-mix(in srgb, var(--gold-soft) 30%, transparent);
  }
body.article .todo p { margin: 0; font-size: 16px; color: var(--ink-soft); }
body.article .author-intro { display: flex; gap: 22px; align-items: center; margin: 0 0 20px; }
body.article .author-intro img { flex: none; width: 120px; height: 120px; border-radius: 50%; object-fit: cover;
    border: 3px solid var(--surface); box-shadow: var(--shadow); }
body.article .author-intro p { margin: 0; }
@media (max-width: 520px) {body.article .author-intro { flex-direction: column; align-items: flex-start; gap: 16px; }}
body.article .todo strong { color: var(--ink); }
body.article .contact-card {
    display: flex; gap: 18px; align-items: flex-start; margin: 0 0 18px;
    background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
    padding: 24px 26px; box-shadow: var(--shadow);
  }
body.article .contact-card svg { flex: none; width: 26px; height: 26px; stroke: var(--pine-strong); margin-top: 3px; }
body.article .contact-card h3 { font-family: 'Fraunces', serif; font-weight: 700; font-size: 19px; margin: 0 0 6px; }
body.article .contact-card p { margin: 0; font-size: 16.5px; color: var(--ink-soft); }
body.article .contact-card a { font-weight: 700; }
body.article .toc {
    background: var(--surface-2); border-radius: var(--radius); padding: 22px 26px; margin: 0 0 34px;
  }
body.article .toc p { font-size: 13.5px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink-faint); margin: 0 0 10px; }
body.article .toc ol { margin: 0; padding-left: 22px; }
body.article .toc li { margin-bottom: 6px; font-size: 16.5px; }
body.article footer { border-top: 1px solid var(--line); padding: 34px 0 60px; margin-top: 48px; }
body.article .foot-grid { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px 22px; font-size: 15px; color: var(--ink-faint); }
body.article footer a { color: var(--ink-soft); }
body.article .foot-links { display: flex; gap: 18px; flex-wrap: wrap; }
body.article .article-head { padding: 56px 0 8px; }
body.article h1 {
    font-family: 'Fraunces', serif; font-weight: 700; font-size: clamp(34px, 4.6vw, 48px);
    line-height: 1.12; letter-spacing: -0.01em; margin: 0 0 18px; text-wrap: balance;
  }
body.article .dek { font-size: 20px; line-height: 1.6; color: var(--ink-soft); margin: 0 0 22px; max-width: 56ch; }
body.article .meta { font-size: 15px; color: var(--ink-faint); border-top: 1px solid var(--line); padding-top: 16px; margin-bottom: 8px; }
body.article .prose { padding: 8px 0 12px; }
body.article .prose h2 {
    font-family: 'Fraunces', serif; font-weight: 700; font-size: clamp(24px, 3vw, 30px);
    margin: 44px 0 16px; text-wrap: balance;
  }
body.article .prose h3 { font-family: 'Fraunces', serif; font-weight: 700; font-size: 21px; margin: 30px 0 10px; }
body.article .prose p { margin: 0 0 20px; max-width: 66ch; }
body.article .prose ul, body.article .prose ol { margin: 0 0 22px; padding-left: 26px; max-width: 64ch; }
body.article .prose li { margin-bottom: 10px; }
body.article .prose strong { color: var(--ink); }
body.article blockquote.pull {
    margin: 34px 0; padding: 28px 30px; background: var(--surface); border: 1px solid var(--line);
    border-radius: var(--radius); box-shadow: var(--shadow);
  }
body.article blockquote.pull p {
    font-family: 'Fraunces', serif; font-style: italic; font-weight: 500; font-size: 20px; line-height: 1.5;
    color: var(--ink); margin: 0; max-width: 56ch;
  }
body.article .callout {
    display: flex; gap: 14px; margin: 34px 0; padding: 22px 24px; background: var(--surface-2);
    border-radius: var(--radius); border-left: 4px solid var(--gold);
  }
body.article .callout svg { flex: none; width: 24px; height: 24px; stroke: var(--gold); margin-top: 2px; }
body.article .callout p { margin: 0 0 12px; font-size: 16.5px; color: var(--ink-soft); }
body.article .callout p:last-child { margin-bottom: 0; }
body.article .callout strong { color: var(--ink); }
body.article .checklist { list-style: none; padding: 0; margin: 0 0 22px; display: flex; flex-direction: column; gap: 12px; }
body.article .checklist li {
    display: flex; gap: 12px; align-items: flex-start; background: var(--surface); border: 1px solid var(--line);
    border-radius: 10px; padding: 16px 18px; font-size: 17px;
  }
body.article .checklist svg { flex: none; width: 22px; height: 22px; stroke: var(--pine-strong); margin-top: 1px; }
body.article /* At-a-glance fact table: the "facts you need" spine of the site. */
  .facts { margin: 34px 0; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--surface); }
body.article .facts-head { background: var(--surface-2); padding: 14px 20px; font-size: 13.5px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--pine-strong); }
body.article .facts-scroll { overflow-x: auto; }
body.article .facts table { border-collapse: collapse; width: 100%; min-width: 460px; font-size: 17px; }
body.article .facts th, body.article .facts td { text-align: left; padding: 14px 20px; border-top: 1px solid var(--line); vertical-align: top; }
body.article .facts th { font-weight: 700; white-space: nowrap; width: 1%; }
body.article .facts tr:first-child th, body.article .facts tr:first-child td { border-top: none; }
body.article .ad-slot { margin: 44px 0; }
body.article .ad-slot-inner {
    display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; min-height: 90px;
    border: 1.5px dashed var(--line); border-radius: 10px; background: var(--surface-2); padding: 14px; text-align: center;
  }
body.article .ad-slot-label { font-size: 12px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink-faint); }
body.article .ad-slot-note { font-size: 13px; color: var(--ink-faint); }
body.article .byline { display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; font-size: 16px; color: var(--ink-soft); margin: 0 0 14px; border-top: 1px solid var(--line); padding-top: 16px; }
body.article .byline strong { color: var(--ink); font-size: 17px; }
body.article .byline span { color: var(--ink-faint); font-size: 15px; }
body.article .author {
    display: flex; gap: 18px; align-items: flex-start; margin: 40px 0 8px; padding: 26px 28px;
    background: var(--surface-2); border-radius: var(--radius); border-left: 4px solid var(--pine);
  }
body.article .author .portrait {
    flex: none; width: 72px; height: 72px; border-radius: 50%; object-fit: cover;
    border: 2px solid var(--surface); box-shadow: 0 1px 3px rgba(51,53,42,0.18);
  }
body.article .author h2 { font-family: 'Fraunces', serif; font-weight: 700; font-size: 19px; margin: 0 0 8px; }
body.article .author p { margin: 0 0 10px; font-size: 16px; color: var(--ink-soft); max-width: 62ch; }
body.article .author p:last-child { margin-bottom: 0; }
body.article /* Reader-story call. Replaces the invented "composite" features: same
     warmth, body.article real people, body.article and the strongest content this site can own. */
  .reader-call {
    margin: 40px 0; padding: 28px 30px; border-radius: var(--radius);
    background: var(--surface); border: 2px solid var(--pine); box-shadow: var(--shadow);
  }
body.article .reader-call .label { display: flex; align-items: center; gap: 9px; font-size: 13.5px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--pine-strong); margin: 0 0 10px; }
body.article .reader-call .label svg { width: 19px; height: 19px; stroke: var(--pine-strong); flex: none; }
body.article .reader-call h2 { font-family: 'Fraunces', serif; font-weight: 700; font-size: 23px; margin: 0 0 12px; }
body.article .reader-call p { margin: 0 0 14px; font-size: 17px; color: var(--ink-soft); max-width: 60ch; }
body.article .reader-call a.btn {
    display: inline-flex; font-weight: 700; font-size: 16px; padding: 12px 20px; border-radius: 10px;
    background: var(--pine); color: #FBFAF4; text-decoration: none;
  }
body.article .reader-call a.btn:hover { background: var(--pine-strong); }
body.article .reader-call .fine { font-size: 14.5px; color: var(--ink-faint); margin: 14px 0 0; }
body.article .sources { margin: 48px 0 8px; padding: 26px 28px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); }
body.article .sources h2 { font-family: 'Fraunces', serif; font-weight: 700; font-size: 20px; margin: 0 0 6px; }
body.article .sources p.checked { font-size: 15px; color: var(--ink-faint); margin: 0 0 14px; }
body.article .sources ul { margin: 0; padding-left: 22px; font-size: 16px; }
body.article .sources li { margin-bottom: 9px; color: var(--ink-soft); }
body.article .next-up {
    margin: 40px 0 8px; padding: 30px; background: var(--surface); border: 1px solid var(--line);
    border-radius: var(--radius); box-shadow: var(--shadow);
  }
body.article .next-up p.label { font-size: 13.5px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--pine-strong); margin: 0 0 8px; }
body.article .next-up h3 { font-family: 'Fraunces', serif; font-weight: 700; font-size: 22px; margin: 0 0 10px; }
body.article .next-up p { margin: 0 0 16px; color: var(--ink-soft); }
body.article .next-up a.btn {
    display: inline-flex; font-weight: 700; font-size: 16px; padding: 12px 20px; border-radius: 10px;
    background: var(--pine); color: #FBFAF4; text-decoration: none;
  }
body.article .next-up a.btn:hover { background: var(--pine-strong); }
@media (max-width: 600px) {body.article .article-head { padding-top: 36px; }
body.article .facts th, body.article .facts td { padding: 12px 16px; }}
body.article .chart {
    margin: 34px 0; padding: 24px 26px 20px; background: var(--surface);
    border: 1px solid var(--line); border-radius: var(--radius);
  }
body.article .chart svg { width: 100%; height: auto; display: block; overflow: visible; }
body.article .chart-title {
    font-size: 13.5px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
    color: var(--pine-strong); margin: 0 0 16px;
  }
body.article .chart-note { font-size: 15px; color: var(--ink-faint); margin: 14px 0 0; max-width: 60ch; }
body.article .chart text { font-family: 'Atkinson Hyperlegible', sans-serif; }
body.article .c-lab { font-size: 13px; fill: var(--ink-soft); }
body.article .c-num { font-size: 15px; font-weight: 700; fill: var(--ink); }
body.article .c-key { font-size: 12.5px; fill: var(--ink-faint); }
body.article {
    margin: 0;
    background: var(--bg);
    color: var(--ink);
    font-family: 'Atkinson Hyperlegible', 'Segoe UI', system-ui, sans-serif;
    font-size: 19px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
  }
body.article a { color: var(--pine-strong); }
body.article a:focus-visible, body.article button:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }
body.article .wrap { max-width: 760px; margin: 0 auto; padding: 0 28px; }
body.article .wrap-wide { max-width: 1040px; margin: 0 auto; padding: 0 28px; }
body.article .topbar {
    position: sticky; top: 0; z-index: 10;
    background: color-mix(in srgb, var(--bg) 88%, transparent);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid var(--line);
  }
body.article .topbar .wrap-wide { display: flex; align-items: center; justify-content: space-between; padding: 16px 28px; gap: 16px; }
body.article .wordmark { font-family: 'Fraunces', serif; font-weight: 700; font-size: 22px; color: var(--ink); text-decoration: none; white-space: nowrap; }
body.article .wordmark em { font-style: italic; font-weight: 500; color: var(--pine-strong); }
body.article .topbar-cta { font-size: 16px; font-weight: 700; color: var(--pine-strong); text-decoration: none; white-space: nowrap; border-bottom: 2px solid transparent; }
body.article .topbar-cta:hover { border-bottom-color: var(--pine-strong); }
body.article .article-head { padding: 56px 0 8px; }
body.article .eyebrow {
    display: inline-block; font-size: 13.5px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
    color: var(--pine-strong); background: var(--surface-2); padding: 6px 14px; border-radius: 999px; margin-bottom: 20px;
  }
body.article h1 {
    font-family: 'Fraunces', serif; font-weight: 700; font-size: clamp(34px, 4.6vw, 48px);
    line-height: 1.12; letter-spacing: -0.01em; margin: 0 0 18px; text-wrap: balance;
  }
body.article .dek { font-size: 20px; line-height: 1.6; color: var(--ink-soft); margin: 0 0 22px; max-width: 56ch; }
body.article .meta { font-size: 15px; color: var(--ink-faint); border-top: 1px solid var(--line); padding-top: 16px; margin-bottom: 8px; }
body.article .prose { padding: 8px 0 12px; }
body.article .prose h2 {
    font-family: 'Fraunces', serif; font-weight: 700; font-size: clamp(24px, 3vw, 30px);
    margin: 44px 0 16px; text-wrap: balance;
  }
body.article .prose h3 { font-family: 'Fraunces', serif; font-weight: 700; font-size: 21px; margin: 30px 0 10px; }
body.article .prose p { margin: 0 0 20px; max-width: 66ch; }
body.article .prose ul, body.article .prose ol { margin: 0 0 22px; padding-left: 26px; max-width: 64ch; }
body.article .prose li { margin-bottom: 10px; }
body.article .prose strong { color: var(--ink); }
body.article blockquote.pull {
    margin: 34px 0; padding: 28px 30px; background: var(--surface); border: 1px solid var(--line);
    border-radius: var(--radius); box-shadow: var(--shadow);
  }
body.article blockquote.pull p {
    font-family: 'Fraunces', serif; font-style: italic; font-weight: 500; font-size: 20px; line-height: 1.5;
    color: var(--ink); margin: 0; max-width: 56ch;
  }
body.article .callout {
    display: flex; gap: 14px; margin: 34px 0; padding: 22px 24px; background: var(--surface-2);
    border-radius: var(--radius); border-left: 4px solid var(--gold);
  }
body.article .callout svg { flex: none; width: 24px; height: 24px; stroke: var(--gold); margin-top: 2px; }
body.article .callout p { margin: 0; font-size: 16.5px; color: var(--ink-soft); }
body.article .callout strong { color: var(--ink); }
body.article .checklist { list-style: none; padding: 0; margin: 0 0 22px; display: flex; flex-direction: column; gap: 12px; }
body.article .checklist li {
    display: flex; gap: 12px; align-items: flex-start; background: var(--surface); border: 1px solid var(--line);
    border-radius: 10px; padding: 16px 18px; font-size: 17px;
  }
body.article .checklist svg { flex: none; width: 22px; height: 22px; stroke: var(--pine-strong); margin-top: 1px; }
body.article .ad-slot { margin: 44px 0; }
body.article .ad-slot-inner {
    display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; min-height: 90px;
    border: 1.5px dashed var(--line); border-radius: 10px; background: var(--surface-2); padding: 14px; text-align: center;
  }
body.article .ad-slot-label { font-size: 12px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink-faint); }
body.article .ad-slot-note { font-size: 13px; color: var(--ink-faint); }
body.article .next-up {
    margin: 56px 0 8px; padding: 30px; background: var(--surface); border: 1px solid var(--line);
    border-radius: var(--radius); box-shadow: var(--shadow);
  }
body.article .next-up p.label { font-size: 13.5px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--pine-strong); margin: 0 0 8px; }
body.article .next-up h3 { font-family: 'Fraunces', serif; font-weight: 700; font-size: 22px; margin: 0 0 10px; }
body.article .next-up p { margin: 0 0 16px; color: var(--ink-soft); }
body.article .next-up a.btn {
    display: inline-flex; font-weight: 700; font-size: 16px; padding: 12px 20px; border-radius: 10px;
    background: var(--pine); color: #FBFAF4; text-decoration: none;
  }
body.article .next-up a.btn:hover { background: var(--pine-strong); }
body.article footer { border-top: 1px solid var(--line); padding: 34px 0 60px; margin-top: 40px; }
body.article .foot-grid { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px; font-size: 15px; color: var(--ink-faint); }
body.article footer a { color: var(--ink-soft); }
@media (max-width: 600px) {body.article .article-head { padding-top: 36px; }}
body.article {
    margin: 0; background: var(--bg); color: var(--ink);
    font-family: 'Atkinson Hyperlegible', 'Segoe UI', system-ui, sans-serif;
    font-size: 19px; line-height: 1.6; -webkit-font-smoothing: antialiased;
  }
body.article a { color: var(--pine-strong); }
body.article a:focus-visible, body.article button:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }
body.article .wrap { max-width: 760px; margin: 0 auto; padding: 0 28px; }
body.article .wrap-wide { max-width: 1040px; margin: 0 auto; padding: 0 28px; }
body.article .topbar {
    position: sticky; top: 0; z-index: 10;
    background: color-mix(in srgb, var(--bg) 88%, transparent);
    backdrop-filter: blur(8px); border-bottom: 1px solid var(--line);
  }
body.article .topbar .wrap-wide { display: flex; align-items: center; justify-content: space-between; padding: 16px 28px; gap: 16px; }
body.article .wordmark { font-family: 'Fraunces', serif; font-weight: 700; font-size: 22px; color: var(--ink); text-decoration: none; white-space: nowrap; }
body.article .wordmark em { font-style: italic; font-weight: 500; color: var(--pine-strong); }
body.article .topbar-cta { font-size: 16px; font-weight: 700; color: var(--pine-strong); text-decoration: none; white-space: nowrap; border-bottom: 2px solid transparent; }
body.article .topbar-cta:hover { border-bottom-color: var(--pine-strong); }
body.article .article-head { padding: 56px 0 8px; }
body.article .eyebrow {
    display: inline-block; font-size: 13.5px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
    color: var(--pine-strong); background: var(--surface-2); padding: 6px 14px; border-radius: 999px; margin-bottom: 20px;
  }
body.article h1 {
    font-family: 'Fraunces', serif; font-weight: 700; font-size: clamp(34px, 4.6vw, 48px);
    line-height: 1.14; letter-spacing: -0.01em; margin: 0 0 18px; text-wrap: balance;
  }
body.article .dek { font-size: 20px; line-height: 1.6; color: var(--ink-soft); margin: 0 0 22px; max-width: 58ch; }
body.article .meta { font-size: 15px; color: var(--ink-faint); border-top: 1px solid var(--line); padding-top: 16px; margin-bottom: 8px; }
body.article .prose { padding: 8px 0 12px; }
body.article .prose h2 { font-family: 'Fraunces', serif; font-weight: 700; font-size: clamp(24px, 3vw, 30px); margin: 44px 0 16px; text-wrap: balance; }
body.article .prose h3 { font-family: 'Fraunces', serif; font-weight: 700; font-size: 21px; margin: 30px 0 10px; }
body.article .prose p { margin: 0 0 20px; max-width: 66ch; }
body.article .prose ul, body.article .prose ol { margin: 0 0 22px; padding-left: 26px; max-width: 64ch; }
body.article .prose li { margin-bottom: 10px; }
body.article .prose strong { color: var(--ink); }
body.article blockquote.pull {
    margin: 34px 0; padding: 28px 30px; background: var(--surface); border: 1px solid var(--line);
    border-radius: var(--radius); box-shadow: var(--shadow);
  }
body.article blockquote.pull p {
    font-family: 'Fraunces', serif; font-style: italic; font-weight: 500; font-size: 20px; line-height: 1.5;
    color: var(--ink); margin: 0; max-width: 56ch;
  }
body.article /* the one rule that matters, body.article given visual weight */
  .rule-box {
    margin: 38px 0; padding: 30px 32px; border-radius: var(--radius);
    background: var(--surface-2); border: 2px solid var(--gold);
  }
body.article .rule-box .rule-label {
    font-size: 13px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
    color: var(--gold); margin: 0 0 10px;
  }
body.article .rule-box p.rule-text {
    font-family: 'Fraunces', serif; font-weight: 700; font-size: clamp(23px, 3vw, 29px);
    line-height: 1.3; margin: 0; color: var(--ink); max-width: 26ch;
  }
body.article .script {
    margin: 30px 0; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--surface);
  }
body.article .script-head {
    background: var(--alert-soft); padding: 12px 20px; font-size: 14px; font-weight: 700;
    letter-spacing: 0.04em; text-transform: uppercase; color: var(--alert);
  }
body.article .script-body { padding: 22px 24px; }
body.article .script-body p { margin: 0 0 14px; font-style: italic; color: var(--ink-soft); max-width: 60ch; }
body.article .script-body p:last-child { margin-bottom: 0; }
body.article .steps { list-style: none; padding: 0; margin: 0 0 24px; counter-reset: step; display: flex; flex-direction: column; gap: 14px; }
body.article .steps li {
    display: flex; gap: 16px; align-items: flex-start; background: var(--surface); border: 1px solid var(--line);
    border-radius: 10px; padding: 18px 20px; font-size: 17px; counter-increment: step;
  }
body.article .steps li::before {
    content: counter(step); flex: none; width: 30px; height: 30px; border-radius: 50%;
    background: var(--pine); color: #FBFAF4; font-weight: 700; font-size: 15px;
    display: flex; align-items: center; justify-content: center; font-variant-numeric: tabular-nums;
  }
body.article .table-scroll { overflow-x: auto; margin: 8px 0 30px; border: 1px solid var(--line); border-radius: var(--radius); }
body.article table.data { border-collapse: collapse; width: 100%; min-width: 480px; font-size: 16.5px; background: var(--surface); }
body.article table.data caption { text-align: left; font-size: 14px; color: var(--ink-faint); padding: 12px 18px 0; }
body.article table.data th, body.article table.data td { padding: 13px 18px; text-align: left; border-bottom: 1px solid var(--line); font-variant-numeric: tabular-nums; }
body.article table.data thead th { background: var(--surface-2); font-weight: 700; font-size: 14.5px; }
body.article table.data tbody tr:last-child td { border-bottom: none; }
body.article table.data td.amt { font-weight: 700; color: var(--alert); }
body.article .callout {
    display: flex; gap: 14px; margin: 34px 0; padding: 22px 24px; background: var(--surface-2);
    border-radius: var(--radius); border-left: 4px solid var(--gold);
  }
body.article .callout svg { flex: none; width: 24px; height: 24px; stroke: var(--gold); margin-top: 2px; }
body.article .callout p { margin: 0; font-size: 16.5px; color: var(--ink-soft); }
body.article .callout strong { color: var(--ink); }
body.article .ad-slot { margin: 44px 0; }
body.article .ad-slot-inner {
    display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; min-height: 90px;
    border: 1.5px dashed var(--line); border-radius: 10px; background: var(--surface-2); padding: 14px; text-align: center;
  }
body.article .ad-slot-label { font-size: 12px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink-faint); }
body.article .ad-slot-note { font-size: 13px; color: var(--ink-faint); }
body.article .next-up {
    margin: 56px 0 8px; padding: 30px; background: var(--surface); border: 1px solid var(--line);
    border-radius: var(--radius); box-shadow: var(--shadow);
  }
body.article .next-up p.label { font-size: 13.5px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--pine-strong); margin: 0 0 8px; }
body.article .next-up h3 { font-family: 'Fraunces', serif; font-weight: 700; font-size: 22px; margin: 0 0 10px; }
body.article .next-up p { margin: 0 0 16px; color: var(--ink-soft); }
body.article .next-up a.btn {
    display: inline-flex; font-weight: 700; font-size: 16px; padding: 12px 20px; border-radius: 10px;
    background: var(--pine); color: #FBFAF4; text-decoration: none;
  }
body.article .next-up a.btn:hover { background: var(--pine-strong); }
body.article footer { border-top: 1px solid var(--line); padding: 34px 0 60px; margin-top: 40px; }
body.article .foot-grid { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px; font-size: 15px; color: var(--ink-faint); }
body.article footer a { color: var(--ink-soft); }
body.article {
    margin: 0;
    background: var(--bg);
    color: var(--ink);
    font-family: 'Atkinson Hyperlegible', 'Segoe UI', system-ui, sans-serif;
    font-size: 19px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
  }
body.article a { color: var(--pine-strong); }
body.article a:focus-visible, body.article button:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }
body.article .wrap { max-width: 760px; margin: 0 auto; padding: 0 28px; }
body.article .wrap-wide { max-width: 1040px; margin: 0 auto; padding: 0 28px; }
body.article .topbar {
    position: sticky; top: 0; z-index: 10;
    background: color-mix(in srgb, var(--bg) 88%, transparent);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid var(--line);
  }
body.article .topbar .wrap-wide { display: flex; align-items: center; justify-content: space-between; padding: 16px 28px; gap: 16px; }
body.article .wordmark { font-family: 'Fraunces', serif; font-weight: 700; font-size: 22px; color: var(--ink); text-decoration: none; white-space: nowrap; }
body.article .wordmark em { font-style: italic; font-weight: 500; color: var(--pine-strong); }
body.article .topbar-cta { font-size: 16px; font-weight: 700; color: var(--pine-strong); text-decoration: none; white-space: nowrap; border-bottom: 2px solid transparent; }
body.article .topbar-cta:hover { border-bottom-color: var(--pine-strong); }
body.article .article-head { padding: 56px 0 8px; }
body.article .eyebrow {
    display: inline-block; font-size: 13.5px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
    color: var(--pine-strong); background: var(--surface-2); padding: 6px 14px; border-radius: 999px; margin-bottom: 20px;
  }
body.article h1 {
    font-family: 'Fraunces', serif; font-weight: 700; font-size: clamp(34px, 4.6vw, 48px);
    line-height: 1.14; letter-spacing: -0.01em; margin: 0 0 18px; text-wrap: balance;
  }
body.article .dek { font-size: 20px; line-height: 1.6; color: var(--ink-soft); margin: 0 0 22px; max-width: 58ch; }
body.article .meta { font-size: 15px; color: var(--ink-faint); border-top: 1px solid var(--line); padding-top: 16px; margin-bottom: 8px; }
body.article .prose { padding: 8px 0 12px; }
body.article .prose h2 {
    font-family: 'Fraunces', serif; font-weight: 700; font-size: clamp(24px, 3vw, 30px);
    margin: 44px 0 16px; text-wrap: balance;
  }
body.article .prose h3 { font-family: 'Fraunces', serif; font-weight: 700; font-size: 21px; margin: 30px 0 10px; }
body.article .prose p { margin: 0 0 20px; max-width: 66ch; }
body.article .prose ul, body.article .prose ol { margin: 0 0 22px; padding-left: 26px; max-width: 64ch; }
body.article .prose li { margin-bottom: 10px; }
body.article .prose strong { color: var(--ink); }
body.article blockquote.pull {
    margin: 34px 0; padding: 28px 30px; background: var(--surface); border: 1px solid var(--line);
    border-radius: var(--radius); box-shadow: var(--shadow);
  }
body.article blockquote.pull p {
    font-family: 'Fraunces', serif; font-style: italic; font-weight: 500; font-size: 20px; line-height: 1.5;
    color: var(--ink); margin: 0; max-width: 56ch;
  }
body.article .callout {
    display: flex; gap: 14px; margin: 34px 0; padding: 22px 24px; background: var(--surface-2);
    border-radius: var(--radius); border-left: 4px solid var(--gold);
  }
body.article .callout svg { flex: none; width: 24px; height: 24px; stroke: var(--gold); margin-top: 2px; }
body.article .callout p { margin: 0; font-size: 16.5px; color: var(--ink-soft); }
body.article .callout strong { color: var(--ink); }
body.article .table-scroll { overflow-x: auto; margin: 8px 0 30px; border: 1px solid var(--line); border-radius: var(--radius); }
body.article table.ss-table { border-collapse: collapse; width: 100%; min-width: 520px; font-size: 16.5px; background: var(--surface); }
body.article table.ss-table caption { text-align: left; font-size: 14px; color: var(--ink-faint); padding: 12px 18px 0; }
body.article table.ss-table th, body.article table.ss-table td {
    padding: 13px 18px; text-align: left; border-bottom: 1px solid var(--line); font-variant-numeric: tabular-nums;
  }
body.article table.ss-table thead th { background: var(--surface-2); font-weight: 700; font-size: 14.5px; letter-spacing: 0.02em; }
body.article table.ss-table tbody tr:last-child td { border-bottom: none; }
body.article table.ss-table td.hl { color: var(--pine-strong); font-weight: 700; }
body.article .breakeven-figure { margin: 10px 0 34px; }
body.article .breakeven-figure svg { width: 100%; height: auto; display: block; }
body.article .breakeven-caption { font-family: 'Fraunces', serif; font-style: italic; font-weight: 500; font-size: 15px; color: var(--ink-faint); margin-top: 10px; }
body.article .ad-slot { margin: 44px 0; }
body.article .ad-slot-inner {
    display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; min-height: 90px;
    border: 1.5px dashed var(--line); border-radius: 10px; background: var(--surface-2); padding: 14px; text-align: center;
  }
body.article .ad-slot-label { font-size: 12px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink-faint); }
body.article .ad-slot-note { font-size: 13px; color: var(--ink-faint); }
body.article .next-up {
    margin: 56px 0 8px; padding: 30px; background: var(--surface); border: 1px solid var(--line);
    border-radius: var(--radius); box-shadow: var(--shadow);
  }
body.article .next-up p.label { font-size: 13.5px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--pine-strong); margin: 0 0 8px; }
body.article .next-up h3 { font-family: 'Fraunces', serif; font-weight: 700; font-size: 22px; margin: 0 0 10px; }
body.article .next-up p { margin: 0 0 16px; color: var(--ink-soft); }
body.article .next-up a.btn {
    display: inline-flex; font-weight: 700; font-size: 16px; padding: 12px 20px; border-radius: 10px;
    background: var(--pine); color: #FBFAF4; text-decoration: none;
  }
body.article .next-up a.btn:hover { background: var(--pine-strong); }
body.article footer { border-top: 1px solid var(--line); padding: 34px 0 60px; margin-top: 40px; }
body.article .foot-grid { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px; font-size: 15px; color: var(--ink-faint); }
body.article footer a { color: var(--ink-soft); }
body.article {
    margin: 0; background: var(--bg); color: var(--ink);
    font-family: 'Atkinson Hyperlegible', 'Segoe UI', system-ui, sans-serif;
    font-size: 19px; line-height: 1.6; -webkit-font-smoothing: antialiased;
  }
body.article a { color: var(--pine-strong); }
body.article a:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }
body.article .wrap { max-width: 680px; margin: 0 auto; padding: 0 28px; }
body.article .wrap-wide { max-width: 1040px; margin: 0 auto; padding: 0 28px; }
body.article .topbar {
    position: sticky; top: 0; z-index: 10;
    background: color-mix(in srgb, var(--bg) 88%, transparent);
    backdrop-filter: blur(8px); border-bottom: 1px solid var(--line);
  }
body.article .topbar .wrap-wide { display: flex; align-items: center; justify-content: space-between; padding: 16px 28px; gap: 16px; }
body.article .wordmark { font-family: 'Fraunces', serif; font-weight: 700; font-size: 22px; color: var(--ink); text-decoration: none; white-space: nowrap; }
body.article .wordmark em { font-style: italic; font-weight: 500; color: var(--pine-strong); }
body.article .topbar-cta { font-size: 16px; font-weight: 700; color: var(--pine-strong); text-decoration: none; white-space: nowrap; border-bottom: 2px solid transparent; }
body.article .topbar-cta:hover { border-bottom-color: var(--pine-strong); }
body.article .story-head { padding: 64px 0 10px; text-align: center; }
body.article .eyebrow {
    display: inline-block; font-size: 13px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
    color: var(--gold); background: color-mix(in srgb, var(--gold-soft) 60%, transparent);
    padding: 6px 16px; border-radius: 999px; margin-bottom: 22px;
  }
body.article h1 {
    font-family: 'Fraunces', serif; font-weight: 700; font-size: clamp(34px, 4.6vw, 48px);
    line-height: 1.06; letter-spacing: -0.015em; margin: 0 0 20px; text-wrap: balance;
  }
body.article .dek {
    font-family: 'Fraunces', serif; font-style: italic; font-weight: 500;
    font-size: 20px; line-height: 1.5; color: var(--ink-soft); margin: 0 auto 26px; max-width: 40ch;
  }
body.article .byline { font-size: 15px; color: var(--ink-faint); }
body.article .divider-orn {
    display: flex; align-items: center; justify-content: center; gap: 14px;
    margin: 36px 0 8px; color: var(--gold);
  }
body.article .divider-orn::before, body.article .divider-orn::after {
    content: ""; height: 1px; width: 60px; background: var(--line);
  }
body.article .divider-orn span { font-family: 'Fraunces', serif; font-size: 18px; }
body.article .story { padding: 10px 0 20px; }
body.article .story p { margin: 0 0 24px; }
body.article .story p.first::first-letter {
    font-family: 'Fraunces', serif; font-weight: 700; font-size: 68px; line-height: 0.82;
    float: left; padding: 6px 12px 0 0; color: var(--pine-strong);
  }
body.article .story em { font-style: italic; }
body.article .letter {
    margin: 34px 0; padding: 26px 30px; background: var(--surface-2);
    border-radius: var(--radius); border-left: 4px solid var(--gold-soft);
  }
body.article .letter p {
    font-family: 'Fraunces', serif; font-style: italic; font-weight: 500;
    font-size: 20px; line-height: 1.55; color: var(--ink); margin: 0 0 12px;
  }
body.article .letter p:last-child { margin-bottom: 0; }
body.article .letter .sig { font-size: 16px; color: var(--ink-faint); font-style: normal; font-family: 'Atkinson Hyperlegible', sans-serif; }
body.article .scene-break {
    text-align: center; color: var(--ink-faint); letter-spacing: 0.5em;
    margin: 34px 0; font-size: 15px;
  }
body.article .fiction-note {
    display: flex; gap: 14px; align-items: flex-start;
    margin: 44px 0 0; padding: 20px 24px; background: var(--surface);
    border: 1px solid var(--line); border-radius: var(--radius);
  }
body.article .fiction-note svg { flex: none; width: 22px; height: 22px; stroke: var(--ink-faint); margin-top: 3px; }
body.article .fiction-note p { margin: 0; font-size: 15.5px; color: var(--ink-faint); }
body.article .ad-slot { margin: 44px 0; }
body.article .ad-slot-inner {
    display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; min-height: 90px;
    border: 1.5px dashed var(--line); border-radius: 10px; background: var(--surface-2); padding: 14px; text-align: center;
  }
body.article .ad-slot-label { font-size: 12px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink-faint); }
body.article .ad-slot-note { font-size: 13px; color: var(--ink-faint); }
body.article .next-up {
    margin: 50px 0 8px; padding: 30px; background: var(--surface); border: 1px solid var(--line);
    border-radius: var(--radius); box-shadow: var(--shadow);
  }
body.article .next-up p.label { font-size: 13.5px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--pine-strong); margin: 0 0 8px; }
body.article .next-up h3 { font-family: 'Fraunces', serif; font-weight: 700; font-size: 22px; margin: 0 0 10px; }
body.article .next-up p { margin: 0 0 16px; color: var(--ink-soft); }
body.article .next-up a.btn {
    display: inline-flex; font-weight: 700; font-size: 16px; padding: 12px 20px; border-radius: 10px;
    background: var(--pine); color: #FBFAF4; text-decoration: none;
  }
body.article .next-up a.btn:hover { background: var(--pine-strong); }
body.article footer { border-top: 1px solid var(--line); padding: 34px 0 60px; margin-top: 40px; }
body.article .foot-grid { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px; font-size: 15px; color: var(--ink-faint); }
body.article footer a { color: var(--ink-soft); }
body.article .wrap { max-width: 760px; }
