/* =========================================================
   Freelance Treasury — unified design system
   Edit brand values here; every page inherits them.
   ========================================================= */
:root {
  --ink: #0e2a23;
  --emerald: #0c654f;
  --emerald-hover: #084f3e;
  --paper: #faf9f4;
  --paper-deep: #f2f0e8;
  --mint: #ddebe0;
  --gold: #c8a24b;
  --line: rgba(14, 42, 35, .25);
  --line-strong: rgba(14, 42, 35, .48);
  --muted: rgba(14, 42, 35, .76);
  --display: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
  --mono: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  --container: 1120px;
  --reading: 680px;
  --radius: 7px;
  --shadow: 0 12px 24px rgba(14, 42, 35, .13);
  --nav-height: 66px;
}

textarea { font: inherit; }

.mono,
.num,
time,
[data-number] {
  font-family: var(--mono);
  font-variant-numeric: tabular-nums lining-nums;
}

img {
  max-width: 100%;
  height: auto;
}

body.page-calculator { --reading: 760px; --shadow: 0 12px 24px rgba(14, 42, 35, .12); }
body.page-home,
body.page-category,
body.page-listing { --shadow: 0 12px 24px rgba(14, 42, 35, .16); }

/* WordPress-friendly utility classes */
.ft-container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}
.ft-reading-width {
  width: min(100%, var(--reading));
  margin-inline: auto;
}
.ft-mono {
  font-family: var(--mono);
  font-variant-numeric: tabular-nums lining-nums;
}
.ft-paper { background: var(--paper); }
.ft-mint { background: var(--mint); }
.ft-ink { background: var(--ink); color: var(--paper); }
.ft-hairline { border: 1px solid var(--line); }
.ft-receipt-divider { border-top: 1px dashed var(--line-strong); }

/* =========================================================
   Shared reset, navigation, buttons, footer and accessibility
   ========================================================= */
*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; background: var(--paper); }

body {
      margin: 0;
      color: var(--ink);
      background:
        radial-gradient(circle at 1px 1px, rgba(14,42,35,.055) 1px, transparent 1.2px) 0 0 / 12px 12px,
        var(--paper);
      font-family: var(--display);
      font-size: 16px;
      line-height: 1.45;
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased;
    }

a { color: inherit; }

button, input { font: inherit; }

svg { display: block; }

h1, h2, h3, p { margin-top: 0; }

.skip-link {
      position: fixed;
      top: 10px;
      left: 10px;
      z-index: 999;
      transform: translateY(-160%);
      padding: 9px 12px;
      border-radius: 4px;
      background: var(--ink);
      color: var(--paper);
      text-decoration: none;
    }

.skip-link:focus { transform: translateY(0); }

:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }

.container {
      width: min(calc(100% - 40px), var(--container));
      margin-inline: auto;
    }

.mono, .eyebrow, .section-label, .trust-strip, .note-label, .note-stat-label,
    .meta, .article-date, .article-category, .footer-title, .legal-line, .note-small {
      font-family: var(--mono);
      font-variant-numeric: tabular-nums lining-nums;
    }

.site-header {
      position: sticky;
      top: 0;
      z-index: 100;
      background: rgba(250,249,244,.97);
      border-bottom: 1px solid var(--line-strong);
    }

.nav-shell {
      min-height: 66px;
      display: flex;
      align-items: center;
      gap: 25px;
    }

.brand {
      flex: 0 0 auto;
      font-size: 25px;
      line-height: 1;
      font-weight: 900;
      letter-spacing: -.045em;
      text-transform: uppercase;
      text-decoration: none;
      white-space: nowrap;
    }

.desktop-nav {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: clamp(16px, 2.15vw, 30px);
      margin-left: auto;
    }

.desktop-nav a, .mobile-nav a {
      font-size: 13px;
      font-weight: 700;
      text-decoration: none;
    }

.desktop-nav a:hover, .mobile-nav a:hover { text-decoration: underline; text-underline-offset: 4px; }

.nav-actions { display: flex; align-items: center; gap: 10px; }

.icon-button, .menu-button {
      display: grid;
      place-items: center;
      width: 39px;
      height: 39px;
      padding: 0;
      border: 0;
      border-radius: 5px;
      background: transparent;
      color: var(--ink);
      cursor: pointer;
      text-decoration: none;
    }

.icon-button:hover, .menu-button:hover { background: var(--mint); }

.button, .nav-cta {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 43px;
      padding: 0 18px;
      border: 1px solid var(--emerald);
      border-radius: 5px;
      background: var(--emerald);
      color: #fff;
      font-size: 15px;
      font-weight: 700;
      text-decoration: none;
      box-shadow: 0 5px 12px rgba(14,42,35,.14);
      transition: transform 160ms ease, background-color 160ms ease;
    }

.nav-cta { min-height: 38px; padding-inline: 15px; font-size: 13px; }

.button:hover, .nav-cta:hover { transform: translateY(-1px); background: var(--emerald-hover); }

.menu-button, .mobile-nav { display: none; }

.site-footer { background: var(--ink); color: var(--paper); padding: 20px 0 13px; }

.footer-grid { display: grid; grid-template-columns: 1.25fr .9fr .75fr .95fr 1fr; gap: 24px; }

.footer-brand .brand { display: inline-block; max-width: 160px; color: var(--paper); font-size: 25px; line-height: .88; white-space: normal; }

.footer-brand p { max-width: 160px; margin: 8px 0 8px; color: rgba(250,249,244,.78); font-size: 11px; line-height: 1.25; }

.footer-title { margin: 0 0 8px; font-size: 9px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }

.footer-col ul { margin: 0; padding: 0; list-style: none; }

.footer-col li + li { margin-top: 2px; }

.footer-col a { color: rgba(250,249,244,.87); font-size: 11px; line-height: 1.15; text-decoration: none; }

.footer-col a:hover { text-decoration: underline; }

.support-box { align-self: start; padding: 12px; border: 1px dashed rgba(250,249,244,.62); border-radius: 5px; font-size: 10px; line-height: 1.35; }

.legal-line {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      margin-top: 14px;
      padding-top: 10px;
      border-top: 1px solid rgba(250,249,244,.2);
      color: rgba(250,249,244,.75);
      font-size: 8px;
    }

.legal-line a { color: var(--paper); }

@media (max-width: 930px) {
.desktop-nav { gap: 13px; }
.desktop-nav a { font-size: 12px; }
.brand { font-size: 22px; }
.footer-grid { grid-template-columns: 1.15fr repeat(3,1fr); }
.support-box { display: none; }
}

@media (max-width: 760px) {
.container { width: min(calc(100% - 32px), var(--container)); }
.desktop-nav, .nav-cta { display: none; }
.nav-shell { min-height: 60px; }
.nav-actions { margin-left: auto; }
.menu-button { display: grid; }
.mobile-nav[data-open="true"] { display: grid; gap: 2px; padding: 8px 16px 14px; border-top: 1px solid var(--line); }
.mobile-nav a { padding: 8px 6px; }
.footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
.footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 520px) {
.brand { font-size: 20px; }
.icon-button { display: none; }
.footer-grid { grid-template-columns: 1fr; }
.footer-brand { grid-column: auto; }
.legal-line { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
html { scroll-behavior: auto; }
*, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
}

@keyframes reveal { to { opacity: 1; transform: none; } }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,
  *::before,
  *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
}

/* =========================================================
   Homepage — body.page-home
   ========================================================= */
body.page-home .hero {padding: 38px 0 39px;
      border-bottom: 1px solid var(--line-strong);}
body.page-home .hero-grid {display: grid;
      grid-template-columns: minmax(0, 1.35fr) minmax(270px, .78fr);
      align-items: center;
      gap: clamp(34px, 6vw, 74px);}
body.page-home .hero-copy > *,
body.page-home .hero-note {opacity: 0;
      transform: translateY(10px);
      animation: reveal 300ms ease forwards;}
body.page-home .hero-copy .eyebrow {animation-delay: 20ms;}
body.page-home .hero-copy h1 {animation-delay: 65ms;}
body.page-home .hero-copy .hero-dek {animation-delay: 110ms;}
body.page-home .hero-copy .hero-actions {animation-delay: 155ms;}
body.page-home .hero-note {animation-delay: 200ms;}
body.page-home .eyebrow {margin-bottom: 12px;
      font-size: 11px;
      font-weight: 600;
      letter-spacing: .09em;
      text-transform: uppercase;}
body.page-home h1 {max-width: 560px;
      margin-bottom: 16px;
      font-size: clamp(52px, 6.6vw, 75px);
      line-height: .91;
      letter-spacing: -.047em;
      font-weight: 800;}
body.page-home .hero-dek {max-width: 570px;
      margin-bottom: 19px;
      color: var(--muted);
      font-size: 18px;
      line-height: 1.42;}
body.page-home .hero-actions {display: flex; align-items: center; gap: 25px; flex-wrap: wrap;}
body.page-home .text-link {color: var(--emerald);
      font-size: 15px;
      font-weight: 700;
      text-underline-offset: 5px;}
body.page-home .treasury-note {position: relative;
      overflow: hidden;
      border: 1px solid var(--line-strong);
      border-radius: 6px;
      background:
        linear-gradient(rgba(14,42,35,.03) 1px, transparent 1px) 0 0 / 100% 28px,
        var(--paper);
      box-shadow: var(--shadow);}
body.page-home .treasury-note::after {content: "";
      position: absolute;
      inset: auto 0 -1px;
      height: 10px;
      background: radial-gradient(circle at 5px -1px, transparent 6px, var(--paper) 6.5px) repeat-x;
      background-size: 10px 10px;
      border-top: 1px dashed var(--line-strong);}
body.page-home .hero-note {width: 100%; min-height: 344px; padding: 21px 22px 32px;}
body.page-home .note-label {display: flex;
      justify-content: space-between;
      gap: 12px;
      margin-bottom: 17px;
      padding-bottom: 11px;
      border-bottom: 1px dashed var(--line-strong);
      font-size: 10px;
      font-weight: 600;
      letter-spacing: .08em;
      text-transform: uppercase;}
body.page-home .note-stat-label {margin-bottom: 5px;
      font-size: 9px;
      font-weight: 600;
      letter-spacing: .1em;
      text-transform: uppercase;}
body.page-home .note-primary {margin-bottom: 18px; padding-bottom: 15px; border-bottom: 1px dashed var(--line-strong);}
body.page-home .note-primary .number {display: block;
      font-family: var(--mono);
      font-size: clamp(69px, 8.5vw, 96px);
      line-height: .95;
      letter-spacing: -.075em;}
body.page-home .note-secondary .number {display: block;
      font-family: var(--mono);
      font-size: clamp(35px, 4.4vw, 49px);
      line-height: 1;
      letter-spacing: -.055em;}
body.page-home .note-small {display: block;
      margin-top: 6px;
      font-size: 9px;
      letter-spacing: .1em;
      text-transform: uppercase;}
body.page-home .seal {position: absolute;
      right: 16px;
      bottom: 25px;
      display: grid;
      place-items: center;
      width: 68px;
      aspect-ratio: 1;
      border: 1px solid rgba(14,42,35,.42);
      border-radius: 50%;
      background: var(--gold);
      transform: rotate(-9deg);
      box-shadow: inset 0 0 0 4px rgba(250,249,244,.24);}
body.page-home .seal::before,
body.page-home .seal::after {content: ""; position: absolute; border-radius: 50%; border: 1px dashed rgba(14,42,35,.5);}
body.page-home .seal::before {inset: 7px;}
body.page-home .seal::after {inset: 13px;}
body.page-home .seal span {max-width: 43px;
      font-family: var(--mono);
      font-size: 7px;
      font-weight: 600;
      line-height: 1.15;
      letter-spacing: .08em;
      text-align: center;
      text-transform: uppercase;}
body.page-home .trust-strip {border-bottom: 1px solid var(--line-strong); background: rgba(250,249,244,.84);}
body.page-home .trust-strip .container {padding-block: 12px;
      font-size: 9px;
      letter-spacing: .015em;
      text-align: center;}
body.page-home .section {padding: 29px 0 30px;}
body.page-home .section + .section {border-top: 1px dashed var(--line-strong);}
body.page-home .section-header {margin-bottom: 20px; text-align: center;}
body.page-home .section-label {display: inline-block;
      margin: 0;
      padding-bottom: 7px;
      border-bottom: 2px solid var(--emerald);
      font-size: 15px;
      font-weight: 600;
      letter-spacing: .07em;
      text-transform: uppercase;}
body.page-home .section-header h2 {margin: 0;}
body.page-home .topic-grid,
body.page-home .featured-grid {display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px;}
body.page-home .topic-card,
body.page-home .featured-card {display: flex;
      min-height: 139px;
      border: 1px solid var(--line-strong);
      border-radius: var(--radius);
      background: rgba(250,249,244,.88);
      text-decoration: none;
      transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;}
body.page-home .topic-card:hover,
body.page-home .featured-card:hover {transform: translateY(-2px); border-color: var(--ink); box-shadow: 0 9px 18px rgba(14,42,35,.08);}
body.page-home .topic-card {align-items: flex-start; gap: 14px; padding: 17px 15px;}
body.page-home .card-icon {flex: 0 0 auto;
      display: grid;
      place-items: center;
      width: 48px;
      height: 48px;
      border-radius: 50%;
      background: var(--mint);
      color: var(--ink);}
body.page-home .card-icon svg {width: 27px; height: 27px;}
body.page-home .card-copy {display: flex; flex: 1; min-width: 0; flex-direction: column; min-height: 100%;}
body.page-home .topic-card h3,
body.page-home .featured-card h3 {margin: 1px 0 5px;
      font-size: 20px;
      line-height: 1.05;
      letter-spacing: -.025em;
      font-weight: 700;}
body.page-home .topic-card p,
body.page-home .featured-card p {margin: 0 0 9px; color: var(--muted); font-size: 14px; line-height: 1.32;}
body.page-home .card-link {margin-top: auto;
      color: var(--emerald);
      font-size: 14px;
      font-weight: 600;
      text-decoration: underline;
      text-underline-offset: 4px;}
body.page-home .featured-card {flex-direction: column; padding: 16px 14px 13px;}
body.page-home .featured-card .featured-top {display: flex; gap: 12px; align-items: flex-start;}
body.page-home .featured-card .card-icon {width: 43px; height: 43px;}
body.page-home .featured-card .card-icon svg {width: 24px; height: 24px;}
body.page-home .featured-card h3 {font-size: 17px;}
body.page-home .featured-card p {margin: 10px 0 13px 55px; font-size: 12px;}
body.page-home .meta {display: flex;
      gap: 11px;
      margin-top: auto;
      font-size: 9px;
      letter-spacing: .02em;
      text-transform: uppercase;}
body.page-home .calculator-band {position: relative;
      overflow: hidden;
      background: var(--ink);
      color: var(--paper);}
body.page-home .calculator-band::before {content: "";
      position: absolute;
      inset: 0 auto 0 0;
      width: 220px;
      opacity: .18;
      background:
        linear-gradient(rgba(221,235,224,.45) 1px, transparent 1px),
        linear-gradient(90deg, rgba(221,235,224,.45) 1px, transparent 1px);
      background-size: 20px 20px;
      mask-image: linear-gradient(90deg,#000,transparent);}
body.page-home .calculator-inner {position: relative;
      z-index: 1;
      min-height: 143px;
      display: grid;
      grid-template-columns: minmax(0,1fr) auto;
      align-items: center;
      gap: 30px;
      padding-block: 25px;}
body.page-home .calculator-kicker {margin-bottom: 4px;
      font-family: var(--mono);
      font-size: 9px;
      font-weight: 600;
      letter-spacing: .08em;
      text-transform: uppercase;}
body.page-home .calculator-inner h2 {max-width: 560px; margin-bottom: 4px; font-size: 34px; line-height: .98; letter-spacing: -.03em;}
body.page-home .calculator-inner p {margin: 0; font-family: var(--mono); font-size: 12px;}
body.page-home .button-light {min-width: 220px; background: var(--paper); border-color: var(--paper); color: var(--ink); box-shadow: none;}
body.page-home .button-light:hover {background: var(--mint);}
body.page-home .newsletter-wrap {padding: 17px 0 14px;}
body.page-home .newsletter-note {min-height: 141px;
      display: grid;
      grid-template-columns: 1.15fr .9fr;
      align-items: center;
      gap: 30px;
      padding: 19px 90px 28px 66px;}
body.page-home .newsletter-note::before {content: "TREASURY NOTE";
      position: absolute;
      left: 17px;
      top: 19px;
      bottom: 27px;
      display: grid;
      place-items: center;
      padding-right: 10px;
      border-right: 1px dashed var(--line-strong);
      font-family: var(--mono);
      font-size: 9px;
      font-weight: 600;
      letter-spacing: .1em;
      writing-mode: vertical-rl;
      transform: rotate(180deg);}
body.page-home .newsletter-note h2 {margin-bottom: 5px; font-size: 29px; line-height: 1; letter-spacing: -.03em;}
body.page-home .newsletter-note p {margin-bottom: 0; max-width: 450px; font-size: 13px; line-height: 1.4;}
body.page-home .newsletter-form {display: grid; gap: 7px;}
body.page-home .form-row {display: grid; grid-template-columns: minmax(0,1fr) auto;}
body.page-home .newsletter-form label {position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0);}
body.page-home .newsletter-form input {width: 100%;
      min-height: 40px;
      border: 1px solid var(--line-strong);
      border-right: 0;
      border-radius: 5px 0 0 5px;
      background: #fff;
      color: var(--ink);
      padding: 0 12px;
      font-family: var(--mono);
      font-size: 11px;}
body.page-home .newsletter-form .button {min-height: 40px; border-radius: 0 5px 5px 0; font-size: 12px;}
body.page-home .form-note,
body.page-home .form-status {margin: 0; font-size: 10px !important; color: var(--muted);}
body.page-home .newsletter-note .seal {width: 61px; right: 18px; bottom: 25px;}
body.page-home .latest-section {padding-top: 8px;}
body.page-home .latest-header {margin-bottom: 7px; text-align: left;}
body.page-home .latest-header .section-label {font-size: 16px;}
body.page-home .latest-list {margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line-strong);}
body.page-home .latest-item {display: grid;
      grid-template-columns: 110px minmax(0,1fr) 90px;
      align-items: center;
      gap: 14px;
      min-height: 29px;
      padding: 5px 0;
      border-bottom: 1px solid var(--line);}
body.page-home .article-date {font-size: 8px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase;}
body.page-home .article-title {font-size: 12px; text-decoration: none;}
body.page-home .article-title:hover {text-decoration: underline;}
body.page-home .article-category {justify-self: end;
      min-width: 74px;
      padding: 2px 7px;
      border-radius: 8px;
      background: var(--mint);
      font-size: 7px;
      font-weight: 600;
      letter-spacing: .05em;
      text-align: center;
      text-transform: uppercase;}
body.page-home .established {display: inline-block; padding: 2px 6px; border: 1px solid rgba(250,249,244,.55); font-family: var(--mono); font-size: 7px; letter-spacing: .08em;}
@media (max-width: 930px) {
body.page-home .hero-grid {grid-template-columns: minmax(0,1.18fr) minmax(260px,.82fr); gap: 32px;}
body.page-home h1 {font-size: 58px;}
body.page-home .topic-card {gap: 10px; padding: 15px 12px;}
body.page-home .card-icon {width: 43px; height: 43px;}
body.page-home .topic-card h3 {font-size: 18px;}
}
@media (max-width: 760px) {
body.page-home .hero {padding: 33px 0 35px;}
body.page-home .hero-grid {grid-template-columns: 1fr; gap: 28px;}
body.page-home h1 {max-width: 650px; font-size: clamp(48px, 12vw, 66px);}
body.page-home .hero-note {max-width: 430px; margin-inline: auto;}
body.page-home .topic-grid {grid-template-columns: repeat(2,minmax(0,1fr));}
body.page-home .featured-grid {grid-template-columns: 1fr;}
body.page-home .featured-card {min-height: 126px;}
body.page-home .calculator-inner {grid-template-columns: 1fr;}
body.page-home .button-light {justify-self: start;}
body.page-home .newsletter-note {grid-template-columns: 1fr; padding-right: 80px;}
}
@media (max-width: 520px) {
body.page-home .hero-actions {align-items: stretch; gap: 15px;}
body.page-home .hero-actions .button {width: 100%;}
body.page-home .topic-grid {grid-template-columns: 1fr;}
body.page-home .topic-card {min-height: 126px;}
body.page-home .calculator-inner h2 {font-size: 30px;}
body.page-home .button-light {width: 100%;}
body.page-home .newsletter-note {padding: 20px 18px 32px 54px;}
body.page-home .newsletter-note::before {left: 12px;}
body.page-home .newsletter-note .seal {display: none;}
body.page-home .form-row {grid-template-columns: 1fr; gap: 8px;}
body.page-home .newsletter-form input {border-right: 1px solid var(--line-strong); border-radius: 5px;}
body.page-home .newsletter-form .button {border-radius: 5px;}
body.page-home .latest-item {grid-template-columns: 1fr auto; gap: 5px 10px; padding: 9px 0;}
body.page-home .article-date {grid-column: 1 / -1;}
body.page-home .article-title {font-size: 14px;}
}
@media (prefers-reduced-motion: reduce) {
body.page-home .hero-copy > *,
body.page-home .hero-note {opacity: 1; transform: none;}
}


/* =========================================================
   Affiliate comparison article — body.page-money
   ========================================================= */
body.page-money img {max-width: 100%;}
body.page-money section[id] {scroll-margin-top: 92px;}
body.page-money .reading-progress {position: absolute;
      left: 0;
      bottom: -1px;
      width: 100%;
      height: 2px;
      pointer-events: none;
      overflow: hidden;}
body.page-money .reading-progress span {display: block;
      width: 100%;
      height: 100%;
      background: var(--emerald);
      transform: scaleX(0);
      transform-origin: left center;
      will-change: transform;}
body.page-money .article-top {padding: 27px 0 34px;
      border-bottom: 1px dashed var(--line-strong);}
body.page-money .breadcrumb {display: flex;
      flex-wrap: wrap;
      gap: 7px;
      margin: 0 0 24px;
      color: var(--muted);
      font-size: 10px;
      letter-spacing: .025em;}
body.page-money .breadcrumb a {color: var(--emerald); text-underline-offset: 3px;}
body.page-money .article-header {max-width: 900px;}
body.page-money .article-header h1 {max-width: 900px;
      margin-bottom: 16px;
      font-size: clamp(47px, 6.8vw, 75px);
      line-height: .94;
      letter-spacing: -.047em;
      font-weight: 800;}
body.page-money .mono-inline {font-family: var(--mono);
      font-size: .76em;
      font-variant-numeric: tabular-nums;
      letter-spacing: -.055em;}
body.page-money .article-dek {max-width: 760px;
      margin-bottom: 19px;
      color: var(--muted);
      font-size: 20px;
      line-height: 1.42;}
body.page-money .byline-row {display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 10px 13px;
      color: var(--muted);
      font-size: 13px;}
body.page-money .author-link {display: inline-flex; align-items: center; gap: 9px; font-weight: 700; color: var(--ink);}
body.page-money .author-avatar {display: grid;
      place-items: center;
      width: 32px;
      height: 32px;
      flex: 0 0 32px;
      border: 1px solid var(--line-strong);
      border-radius: 50%;
      background: var(--mint);
      font-family: var(--mono);
      font-size: 10px;
      font-weight: 600;}
body.page-money .article-meta {font-size: 10px; letter-spacing: .025em;}
body.page-money .meta-divider {color: var(--line-strong);}
body.page-money .answer-box {max-width: 960px;
      margin-top: 26px;
      padding: 19px 22px 20px;
      border: 1px solid var(--line-strong);
      border-left: 4px solid var(--emerald);
      border-radius: var(--radius);
      background: #e7f0e8;
      background: color-mix(in srgb, var(--mint) 72%, var(--paper));}
body.page-money .answer-label {margin-bottom: 7px;
      color: var(--emerald);
      font-size: 10px;
      font-weight: 600;
      letter-spacing: .08em;
      text-transform: uppercase;}
body.page-money .answer-box p:last-child {max-width: 870px; margin-bottom: 0; font-size: 18px; line-height: 1.52;}
body.page-money .pre-content {padding: 36px 0 40px;
      border-bottom: 1px dashed var(--line-strong);}
body.page-money .section-heading {margin-bottom: 12px;
      font-size: clamp(30px, 4vw, 42px);
      line-height: 1;
      letter-spacing: -.035em;}
body.page-money .section-intro {max-width: 700px; margin-bottom: 18px; color: var(--muted);}
body.page-money .template-note {margin: -6px 0 14px; color: var(--muted); font-size: 9px; letter-spacing: .025em;}
body.page-money .comparison-wrap {position: relative;}
body.page-money .comparison-wrap::after {content: "";
      position: absolute;
      z-index: 4;
      top: 0;
      right: 0;
      bottom: 0;
      width: 34px;
      pointer-events: none;
      background: linear-gradient(90deg, transparent, rgba(250,249,244,.97));
      opacity: 1;
      transition: opacity 120ms linear;}
body.page-money .comparison-wrap[data-at-end="true"]::after {opacity: 0;}
body.page-money .comparison-scroll {max-height: 390px;
      overflow: auto;
      border: 1px solid var(--line-strong);
      border-radius: var(--radius);
      background: rgba(250,249,244,.92);
      scrollbar-color: var(--line-strong) transparent;}
body.page-money .comparison-table {width: 100%;
      min-width: 820px;
      border-collapse: separate;
      border-spacing: 0;
      font-size: 14px;}
body.page-money .comparison-table th,
body.page-money .comparison-table td {padding: 13px 15px;
      border-bottom: 1px solid var(--line);
      text-align: left;
      vertical-align: middle;}
body.page-money .comparison-table thead th {position: sticky;
      top: 0;
      z-index: 3;
      background: var(--ink);
      color: var(--paper);
      font-size: 12px;
      letter-spacing: .015em;}
body.page-money .comparison-table tbody tr:last-child td {border-bottom: 0;}
body.page-money .comparison-table tbody tr:nth-child(even) {background: rgba(221,235,224,.32);}
body.page-money .product-link {color: var(--emerald); font-weight: 800; text-underline-offset: 4px;}
body.page-money .rating {white-space: nowrap;}
body.page-money .method-block {position: relative;
      margin-top: 20px;
      padding: 18px 74px 18px 20px;
      border: 1px solid var(--line-strong);
      border-radius: var(--radius);
      background: var(--paper);}
body.page-money .method-block h2 {margin-bottom: 7px; font-size: 22px; letter-spacing: -.02em;}
body.page-money .method-block p {margin-bottom: 6px; font-size: 14px; line-height: 1.5;}
body.page-money .method-block p:last-of-type {margin-bottom: 0;}
body.page-money .method-block a {color: var(--emerald); font-weight: 700; text-underline-offset: 4px;}
body.page-money .gold-seal {position: absolute;
      top: 17px;
      right: 17px;
      display: grid;
      place-items: center;
      width: 42px;
      height: 42px;
      border: 1px solid #8b6c24;
      border-radius: 50%;
      background: var(--gold);
      color: var(--ink);
      font-family: var(--mono);
      font-size: 8px;
      font-weight: 600;
      line-height: 1.05;
      text-align: center;
      transform: rotate(-7deg);}
body.page-money .content-area {padding: 42px 0 58px;}
body.page-money .content-layout {display: grid;
      grid-template-columns: 210px minmax(0, 1fr);
      gap: clamp(32px, 5vw, 62px);
      align-items: start;}
body.page-money .desktop-toc {position: sticky;
      top: 94px;
      padding: 15px 14px;
      border-top: 1px solid var(--line-strong);
      border-bottom: 1px solid var(--line-strong);}
body.page-money .toc-label {margin-bottom: 10px;
      color: var(--muted);
      font-size: 9px;
      font-weight: 600;
      letter-spacing: .08em;
      text-transform: uppercase;}
body.page-money .toc-list {margin: 0; padding: 0; list-style: none;}
body.page-money .toc-list li + li {margin-top: 7px;}
body.page-money .toc-list a {color: var(--muted); font-size: 13px; line-height: 1.25; text-decoration: none;}
body.page-money .toc-list a:hover,
body.page-money .toc-list a[aria-current="true"] {color: var(--emerald); text-decoration: underline; text-underline-offset: 4px;}
body.page-money .mobile-toc {display: none;}
body.page-money .article-body {min-width: 0;}
body.page-money .product-review {padding-bottom: 40px;
      margin-bottom: 40px;
      border-bottom: 1px dashed var(--line-strong);}
body.page-money .product-title-row {display: flex; align-items: flex-start; gap: 12px; margin-bottom: 13px;}
body.page-money .rank-badge {flex: 0 0 auto;
      margin-top: 4px;
      padding: 4px 8px;
      border-radius: 10px;
      background: var(--mint);
      color: var(--emerald);
      font-size: 9px;
      font-weight: 600;
      white-space: nowrap;}
body.page-money .product-review h2 {margin: 0;
      font-size: clamp(32px, 4.7vw, 48px);
      line-height: 1;
      letter-spacing: -.037em;}
body.page-money .verdict {margin-bottom: 18px; font-size: 17px; line-height: 1.56;}
body.page-money .pros-cons {display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px;
      margin-bottom: 14px;}
body.page-money .list-panel {padding: 15px 16px;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: rgba(250,249,244,.86);}
body.page-money .list-panel.pros {background: #e8f0e9; background: color-mix(in srgb, var(--mint) 66%, var(--paper));}
body.page-money .list-panel h3 {margin-bottom: 8px; font-size: 17px;}
body.page-money .list-panel ul {margin: 0; padding-left: 18px;}
body.page-money .list-panel li {padding-left: 2px; font-size: 14px;}
body.page-money .list-panel li + li {margin-top: 5px;}
body.page-money .key-numbers {position: relative;
      overflow: hidden;
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 0;
      margin: 14px 0;
      border: 1px solid var(--line-strong);
      border-radius: var(--radius);
      background:
        linear-gradient(rgba(14,42,35,.035) 1px, transparent 1px) 0 0 / 100% 25px,
        var(--paper);}
body.page-money .key-numbers::before,
body.page-money .key-numbers::after {content: "";
      position: absolute;
      left: 0;
      right: 0;
      height: 7px;
      background: radial-gradient(circle at 5px 7px, transparent 5px, var(--paper) 5.6px) repeat-x;
      background-size: 10px 7px;
      pointer-events: none;}
body.page-money .key-numbers::before {top: -1px; transform: rotate(180deg);}
body.page-money .key-numbers::after {bottom: -1px;}
body.page-money .key-stat {min-width: 0; padding: 18px 16px 17px;}
body.page-money .key-stat + .key-stat {border-left: 1px dashed var(--line-strong);}
body.page-money .key-label {display: block; margin-bottom: 3px; color: var(--muted); font-size: 8px; letter-spacing: .055em; text-transform: uppercase;}
body.page-money .key-value {display: block; font-size: clamp(20px, 3vw, 29px); font-weight: 500; letter-spacing: -.04em;}
body.page-money .fit-line {margin: 14px 0 15px; padding-left: 13px; border-left: 3px solid var(--emerald); font-size: 14px;}
body.page-money .product-cta {width: 100%; min-height: 48px;}
body.page-money .affiliate-micro {margin: 7px 0 0; color: var(--muted); font-family: var(--mono); font-size: 8px; text-align: center;}
body.page-money .head-to-head {margin: 0 0 33px;
      padding: 25px;
      border-radius: var(--radius);
      background: var(--ink);
      color: var(--paper);}
body.page-money .head-to-head h2 {margin-bottom: 6px; font-size: clamp(31px, 4vw, 43px); line-height: 1; letter-spacing: -.035em;}
body.page-money .head-to-head > p {color: rgba(250,249,244,.78);}
body.page-money .math-receipt {display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 1px;
      margin-top: 17px;
      border: 1px dashed rgba(250,249,244,.6);
      background: rgba(250,249,244,.16);}
body.page-money .math-cell {padding: 16px; background: var(--ink);}
body.page-money .math-cell h3 {margin-bottom: 6px; font-size: 17px;}
body.page-money .money-math {display: block; font-size: clamp(15px, 2.5vw, 20px); line-height: 1.5;}
body.page-money .math-note {margin: 12px 0 0; color: rgba(250,249,244,.7) !important; font-size: 10px; font-family: var(--mono);}
body.page-money .newsletter-slip {position: relative;
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(280px, .86fr) 58px;
      align-items: center;
      gap: 20px;
      margin: 0 0 35px;
      padding: 18px 20px 22px;
      border: 1px solid var(--line-strong);
      border-radius: var(--radius);
      background:
        linear-gradient(rgba(14,42,35,.03) 1px, transparent 1px) 0 0 / 100% 27px,
        var(--paper);
      box-shadow: var(--shadow);}
body.page-money .newsletter-slip::after {content: "";
      position: absolute;
      inset: auto 0 -1px;
      height: 9px;
      background: radial-gradient(circle at 5px -1px, transparent 6px, var(--paper) 6.5px) repeat-x;
      background-size: 10px 10px;
      border-top: 1px dashed var(--line-strong);}
body.page-money .newsletter-kicker {margin-bottom: 4px; color: var(--emerald); font-size: 8px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase;}
body.page-money .newsletter-slip h2 {margin-bottom: 4px; font-size: 25px; line-height: 1; letter-spacing: -.025em;}
body.page-money .newsletter-slip p {margin-bottom: 0; color: var(--muted); font-size: 12px;}
body.page-money .newsletter-form {display: grid; gap: 6px;}
body.page-money .newsletter-form label {position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0);}
body.page-money .form-row {display: grid; grid-template-columns: minmax(0,1fr) auto;}
body.page-money .newsletter-form input {min-width: 0;
      min-height: 41px;
      border: 1px solid var(--line-strong);
      border-right: 0;
      border-radius: 5px 0 0 5px;
      background: #fff;
      color: var(--ink);
      padding: 0 11px;
      font-family: var(--mono);
      font-size: 10px;}
body.page-money .newsletter-form .cta-button {min-height: 41px; border-radius: 0 5px 5px 0; font-size: 12px; box-shadow: none;}
body.page-money .form-note,
body.page-money .form-status {margin: 0; color: var(--muted); font-family: var(--mono); font-size: 8px !important;}
body.page-money .newsletter-seal {display: grid;
      place-items: center;
      width: 51px;
      height: 51px;
      border: 1px solid #8b6c24;
      border-radius: 50%;
      background: var(--gold);
      color: var(--ink);
      font-family: var(--mono);
      font-size: 7px;
      font-weight: 600;
      line-height: 1.05;
      text-align: center;
      transform: rotate(6deg);}
body.page-money .decision-guide {margin-bottom: 38px;}
body.page-money .decision-guide h2,
body.page-money .faq-section h2,
body.page-money .related-guides h2 {margin-bottom: 15px;
      font-size: clamp(31px, 4vw, 43px);
      line-height: 1;
      letter-spacing: -.035em;}
body.page-money .decision-list {border-top: 1px solid var(--line-strong);}
body.page-money .decision-row {display: grid;
      grid-template-columns: 1fr auto;
      align-items: center;
      gap: 18px;
      padding: 14px 0;
      border-bottom: 1px solid var(--line);}
body.page-money .decision-row p {margin: 0; font-size: 15px;}
body.page-money .decision-row a {color: var(--emerald); font-weight: 800; white-space: nowrap; text-underline-offset: 4px;}
body.page-money .faq-section {margin-bottom: 38px;}
body.page-money .faq-list {border-top: 1px solid var(--line-strong);}
body.page-money .faq-list details {border-bottom: 1px solid var(--line);}
body.page-money .faq-list summary {position: relative;
      cursor: pointer;
      padding: 15px 38px 15px 0;
      font-size: 18px;
      font-weight: 700;
      list-style: none;}
body.page-money .faq-list summary::-webkit-details-marker {display: none;}
body.page-money .faq-list summary::after {content: "+";
      position: absolute;
      right: 2px;
      top: 13px;
      color: var(--emerald);
      font-family: var(--mono);
      font-size: 20px;
      font-weight: 400;}
body.page-money .faq-list details[open] summary::after {content: "−";}
body.page-money .faq-answer {max-width: 720px; padding: 0 36px 16px 0; color: var(--muted);}
body.page-money .faq-answer p {margin: 0;}
body.page-money .related-guides {padding: 26px 0 0;
      border-top: 1px dashed var(--line-strong);}
body.page-money .related-list {display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 24px; margin: 0; padding: 0; list-style: none;}
body.page-money .related-list a {color: var(--emerald); font-size: 16px; font-weight: 700; text-underline-offset: 4px;}
body.page-money .established {display: inline-block; padding: 2px 6px; border: 1px solid rgba(250,249,244,.55); font-family: var(--mono); font-size: 7px; letter-spacing: .08em;}
@media (max-width: 930px) {
body.page-money .content-layout {grid-template-columns: 180px minmax(0, 1fr); gap: 30px;}
}
@media (max-width: 760px) {
body.page-money .article-top {padding-top: 22px;}
body.page-money .article-header h1 {font-size: clamp(46px, 12vw, 64px);}
body.page-money .article-dek {font-size: 18px;}
body.page-money .pre-content {padding-top: 30px;}
body.page-money .content-layout {display: block;}
body.page-money .desktop-toc {display: none;}
body.page-money .mobile-toc {display: block; margin-bottom: 28px; border: 1px solid var(--line-strong); border-radius: var(--radius); background: var(--paper);}
body.page-money .mobile-toc summary {cursor: pointer; padding: 13px 15px; font-family: var(--mono); font-size: 10px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase;}
body.page-money .mobile-toc .toc-list {padding: 0 15px 15px;}
body.page-money .pros-cons {grid-template-columns: 1fr;}
body.page-money .newsletter-slip {grid-template-columns: 1fr 52px;}
body.page-money .newsletter-form {grid-column: 1 / -1; grid-row: 2;}
body.page-money .newsletter-seal {grid-column: 2; grid-row: 1;}
}
@media (max-width: 520px) {
body.page-money .breadcrumb {margin-bottom: 19px;}
body.page-money .answer-box {padding: 17px 17px 18px;}
body.page-money .answer-box p:last-child {font-size: 16px;}
body.page-money .method-block {padding: 17px 62px 17px 16px;}
body.page-money .gold-seal {right: 12px; width: 38px; height: 38px; font-size: 7px;}
body.page-money .product-title-row {display: block;}
body.page-money .rank-badge {display: inline-block; margin: 0 0 8px;}
body.page-money .key-numbers {grid-template-columns: 1fr;}
body.page-money .key-stat + .key-stat {border-left: 0; border-top: 1px dashed var(--line-strong);}
body.page-money .math-receipt {grid-template-columns: 1fr;}
body.page-money .newsletter-slip {padding: 16px 15px 22px;}
body.page-money .newsletter-slip h2 {font-size: 22px;}
body.page-money .form-row {grid-template-columns: 1fr; gap: 8px;}
body.page-money .newsletter-form input {border-right: 1px solid var(--line-strong); border-radius: 5px;}
body.page-money .newsletter-form .cta-button {border-radius: 5px;}
body.page-money .decision-row {grid-template-columns: 1fr; gap: 6px;}
body.page-money .related-list {grid-template-columns: 1fr;}
}


/* =========================================================
   Standard article — body.page-article
   ========================================================= */
body.page-article section[id] {scroll-margin-top: 92px;}
body.page-article .reading-progress {position: absolute;
      left: 0;
      bottom: -1px;
      width: 100%;
      height: 2px;
      pointer-events: none;
      overflow: hidden;}
body.page-article .reading-progress span {display: block;
      width: 100%;
      height: 100%;
      background: var(--emerald);
      transform: scaleX(0);
      transform-origin: left center;
      will-change: transform;}
body.page-article .article-top {padding: 27px 0 36px;
      border-bottom: 1px dashed var(--line-strong);}
body.page-article .breadcrumb {display: flex;
      flex-wrap: wrap;
      gap: 7px;
      margin: 0 0 24px;
      color: var(--muted);
      font-size: 10px;
      letter-spacing: .025em;}
body.page-article .breadcrumb a {color: var(--emerald); text-underline-offset: 3px;}
body.page-article .article-header {max-width: 900px;}
body.page-article .article-header h1 {max-width: 900px;
      margin-bottom: 16px;
      font-size: clamp(47px, 6.8vw, 75px);
      line-height: .94;
      letter-spacing: -.047em;
      font-weight: 800;}
body.page-article .article-dek {max-width: 760px;
      margin-bottom: 19px;
      color: var(--muted);
      font-size: 20px;
      line-height: 1.42;}
body.page-article .byline-row {display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 10px 13px;
      color: var(--muted);
      font-size: 13px;}
body.page-article .author-link {display: inline-flex;
      align-items: center;
      gap: 9px;
      color: var(--ink);
      font-weight: 700;}
body.page-article .author-avatar {display: grid;
      place-items: center;
      width: 32px;
      height: 32px;
      flex: 0 0 32px;
      border: 1px solid var(--line-strong);
      border-radius: 50%;
      background: var(--mint);
      font-family: var(--mono);
      font-size: 10px;
      font-weight: 600;}
body.page-article .article-meta {font-size: 10px; letter-spacing: .025em;}
body.page-article .meta-divider {color: var(--line-strong);}
body.page-article .takeaways {max-width: 860px;
      margin-top: 27px;
      padding: 20px 23px 20px;
      border: 1px solid var(--line-strong);
      border-left: 4px solid var(--emerald);
      border-radius: var(--radius);
      background: var(--mint);}
body.page-article .takeaways h2 {margin-bottom: 10px;
      font-size: 25px;
      line-height: 1;
      letter-spacing: -.025em;}
body.page-article .takeaways-label {margin-bottom: 7px;
      color: var(--emerald);
      font-size: 9px;
      font-weight: 600;
      letter-spacing: .08em;
      text-transform: uppercase;}
body.page-article .takeaways ul {margin: 0; padding-left: 21px;}
body.page-article .takeaways li {padding-left: 3px; font-size: 17px; line-height: 1.5;}
body.page-article .takeaways li + li {margin-top: 6px;}
body.page-article .article-content {padding: 44px 0 58px;}
body.page-article .article-layout {display: grid;
      grid-template-columns: minmax(0, var(--reading)) 248px;
      justify-content: center;
      gap: clamp(44px, 6vw, 76px);
      align-items: start;}
body.page-article .article-body {min-width: 0; max-width: var(--reading);}
body.page-article .article-body > p,
body.page-article .article-body li,
body.page-article .article-body blockquote {font-size: 18px;
      line-height: 1.7;}
body.page-article .article-body > p {margin-bottom: 23px;}
body.page-article .article-body a:not(.cta-button):not(.related-card) {color: var(--emerald);
      font-weight: 700;
      text-underline-offset: 4px;}
body.page-article .article-body h2 {margin: 63px 0 17px;
      font-size: clamp(35px, 4.4vw, 47px);
      line-height: 1.02;
      letter-spacing: -.038em;}
body.page-article .article-body h3 {margin: 39px 0 12px;
      font-size: clamp(25px, 3vw, 31px);
      line-height: 1.08;
      letter-spacing: -.025em;}
body.page-article .article-body blockquote {margin: 29px 0;
      padding: 4px 0 4px 20px;
      border-left: 4px solid var(--emerald);
      color: var(--ink);
      font-size: 21px;
      font-weight: 600;
      line-height: 1.5;}
body.page-article .article-body blockquote p {margin: 0;}
body.page-article .tear-section {margin-bottom: 44px;
      padding-bottom: 44px;
      border-bottom: 1px dashed var(--line-strong);}
body.page-article .callout {margin: 28px 0 31px;
      padding: 18px 20px 19px;
      border: 1px solid var(--line-strong);
      border-radius: var(--radius);
      background: rgba(250,249,244,.94);}
body.page-article .callout.warning {border-left: 4px solid var(--gold);}
body.page-article .callout-label {display: block;
      margin-bottom: 7px;
      color: var(--emerald);
      font-size: 9px;
      font-weight: 600;
      letter-spacing: .09em;}
body.page-article .callout.warning .callout-label {color: #725713;}
body.page-article .callout p {margin: 0; font-size: 16px; line-height: 1.6;}
body.page-article .data-table-wrap {margin: 29px 0 34px;
      overflow-x: auto;
      border: 1px solid var(--line-strong);
      border-radius: var(--radius);
      background: rgba(250,249,244,.94);}
body.page-article .data-table {width: 100%;
      min-width: 610px;
      border-collapse: collapse;
      font-size: 15px;}
body.page-article .data-table caption {padding: 13px 15px;
      border-bottom: 1px solid var(--line-strong);
      background: var(--ink);
      color: var(--paper);
      font-family: var(--mono);
      font-size: 10px;
      font-weight: 600;
      letter-spacing: .06em;
      text-align: left;
      text-transform: uppercase;}
body.page-article .data-table th,
body.page-article .data-table td {padding: 13px 15px;
      border-bottom: 1px solid var(--line);
      text-align: left;
      vertical-align: top;}
body.page-article .data-table th {background: rgba(221,235,224,.56); font-size: 14px;}
body.page-article .data-table tbody tr:last-child td {border-bottom: 0;}
body.page-article .data-table td.num,
body.page-article .data-table th.num {white-space: nowrap;}
body.page-article .math-receipt {position: relative;
      margin: 29px 0 34px;
      padding: 25px 82px 25px 24px;
      border: 1px solid var(--line-strong);
      border-top-style: dashed;
      border-bottom-style: dashed;
      border-radius: var(--radius);
      background:
        linear-gradient(rgba(14,42,35,.035) 1px, transparent 1px) 0 0 / 100% 27px,
        var(--paper-deep);}
body.page-article .math-receipt::before,
body.page-article .math-receipt::after {content: "";
      position: absolute;
      left: 0;
      right: 0;
      height: 8px;
      pointer-events: none;
      background: radial-gradient(circle at 5px 7px, transparent 5px, var(--paper) 5.6px) repeat-x;
      background-size: 10px 8px;}
body.page-article .math-receipt::before {top: -1px; transform: rotate(180deg);}
body.page-article .math-receipt::after {bottom: -1px;}
body.page-article .math-receipt h3 {margin: 0 0 15px; font-size: 26px;}
body.page-article .math-grid {display: grid;
      grid-template-columns: 1fr auto;
      gap: 8px 24px;
      max-width: 450px;
      padding-bottom: 13px;
      border-bottom: 1px dashed var(--line-strong);}
body.page-article .math-label {color: var(--muted); font-size: 10px; letter-spacing: .03em;}
body.page-article .math-value {font-size: 14px; text-align: right; white-space: nowrap;}
body.page-article .math-total {display: grid;
      grid-template-columns: 1fr auto;
      gap: 24px;
      max-width: 450px;
      padding-top: 14px;
      align-items: end;}
body.page-article .math-total .math-label {color: var(--ink); font-weight: 600;}
body.page-article .math-total .math-value {color: var(--emerald); font-size: 25px; font-weight: 600;}
body.page-article .math-seal {position: absolute;
      top: 22px;
      right: 20px;
      display: grid;
      place-items: center;
      width: 48px;
      height: 48px;
      border: 1px solid #8b6c24;
      border-radius: 50%;
      background: var(--gold);
      color: var(--ink);
      font-family: var(--mono);
      font-size: 7px;
      font-weight: 600;
      line-height: 1.05;
      text-align: center;
      transform: rotate(-7deg);}
body.page-article .math-footnote {margin: 13px 0 0;
      color: var(--muted);
      font-family: var(--mono);
      font-size: 9px;
      line-height: 1.5;}
body.page-article .step-list {margin: 25px 0 33px;
      padding: 0;
      list-style: none;
      border-top: 1px solid var(--line-strong);}
body.page-article .step-list li {display: grid;
      grid-template-columns: 52px minmax(0, 1fr);
      gap: 16px;
      padding: 20px 0;
      border-bottom: 1px solid var(--line);}
body.page-article .step-number {color: var(--emerald);
      font-size: 13px;
      font-weight: 600;
      letter-spacing: .04em;}
body.page-article .step-copy h3 {margin: 0 0 6px; font-size: 23px;}
body.page-article .step-copy p {margin: 0; font-size: 16px; line-height: 1.62;}
body.page-article .newsletter-slip {position: relative;
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(270px, .9fr) 58px;
      align-items: center;
      gap: 20px;
      margin: 38px 0 47px;
      padding: 18px 20px 22px;
      border: 1px solid var(--line-strong);
      border-radius: var(--radius);
      background:
        linear-gradient(rgba(14,42,35,.03) 1px, transparent 1px) 0 0 / 100% 27px,
        var(--paper);
      box-shadow: var(--shadow);}
body.page-article .newsletter-slip::after {content: "";
      position: absolute;
      inset: auto 0 -1px;
      height: 9px;
      background: radial-gradient(circle at 5px -1px, transparent 6px, var(--paper) 6.5px) repeat-x;
      background-size: 10px 10px;
      border-top: 1px dashed var(--line-strong);}
body.page-article .newsletter-kicker {margin-bottom: 4px;
      color: var(--emerald);
      font-size: 8px;
      font-weight: 600;
      letter-spacing: .08em;
      text-transform: uppercase;}
body.page-article .newsletter-slip h2 {margin: 0 0 4px; font-size: 25px; line-height: 1; letter-spacing: -.025em;}
body.page-article .newsletter-slip p {margin-bottom: 0; color: var(--muted); font-size: 12px;}
body.page-article .newsletter-form {display: grid; gap: 6px;}
body.page-article .newsletter-form label {position: absolute;
      width: 1px;
      height: 1px;
      overflow: hidden;
      clip: rect(0 0 0 0);}
body.page-article .form-row {display: grid; grid-template-columns: minmax(0,1fr) auto;}
body.page-article .newsletter-form input {min-width: 0;
      min-height: 41px;
      border: 1px solid var(--line-strong);
      border-right: 0;
      border-radius: 5px 0 0 5px;
      background: #fff;
      color: var(--ink);
      padding: 0 11px;
      font-family: var(--mono);
      font-size: 10px;}
body.page-article .newsletter-form .cta-button {min-height: 41px;
      border-radius: 0 5px 5px 0;
      box-shadow: none;
      font-size: 12px;}
body.page-article .form-note,
body.page-article .form-status {margin: 0;
      color: var(--muted);
      font-family: var(--mono);
      font-size: 8px !important;}
body.page-article .newsletter-seal {display: grid;
      place-items: center;
      width: 51px;
      height: 51px;
      border: 1px solid #8b6c24;
      border-radius: 50%;
      background: var(--gold);
      color: var(--ink);
      font-family: var(--mono);
      font-size: 7px;
      font-weight: 600;
      line-height: 1.05;
      text-align: center;
      transform: rotate(6deg);}
body.page-article .article-sidebar {position: sticky;
      top: 94px;
      display: grid;
      gap: 20px;}
body.page-article .sidebar-toc {padding: 15px 14px;
      border-top: 1px solid var(--line-strong);
      border-bottom: 1px solid var(--line-strong);}
body.page-article .toc-label {margin-bottom: 10px;
      color: var(--muted);
      font-size: 9px;
      font-weight: 600;
      letter-spacing: .08em;
      text-transform: uppercase;}
body.page-article .toc-list {margin: 0; padding: 0; list-style: none;}
body.page-article .toc-list li + li {margin-top: 8px;}
body.page-article .toc-list a {color: var(--muted);
      font-size: 13px;
      line-height: 1.25;
      text-decoration: none;}
body.page-article .toc-list a:hover,
body.page-article .toc-list a[aria-current="true"] {color: var(--emerald);
      text-decoration: underline;
      text-underline-offset: 4px;}
body.page-article .calculator-promo {padding: 18px;
      border: 1px solid var(--line-strong);
      border-radius: var(--radius);
      background: var(--mint);}
body.page-article .promo-kicker {margin-bottom: 7px;
      color: var(--emerald);
      font-size: 8px;
      font-weight: 600;
      letter-spacing: .08em;
      text-transform: uppercase;}
body.page-article .calculator-promo h2 {margin-bottom: 8px;
      font-size: 26px;
      line-height: 1;
      letter-spacing: -.03em;}
body.page-article .calculator-promo p {margin-bottom: 14px; color: var(--muted); font-size: 13px; line-height: 1.45;}
body.page-article .calculator-promo .cta-button {width: 100%; min-height: 42px; font-size: 13px;}
body.page-article .author-card {display: grid;
      grid-template-columns: 68px minmax(0, 1fr);
      gap: 17px;
      margin-top: 48px;
      padding: 21px;
      border: 1px solid var(--line-strong);
      border-radius: var(--radius);
      background: rgba(250,249,244,.94);}
body.page-article .author-card .author-avatar {width: 68px;
      height: 68px;
      font-size: 17px;}
body.page-article .author-card h2 {margin: 0 0 6px; font-size: 26px;}
body.page-article .author-card p {margin: 0 0 7px; color: var(--muted); font-size: 15px; line-height: 1.5;}
body.page-article .author-card a {color: var(--emerald); font-weight: 700; text-underline-offset: 4px;}
body.page-article .keep-reading {margin-top: 44px;
      padding-top: 38px;
      border-top: 1px dashed var(--line-strong);}
body.page-article .keep-reading h2 {margin: 0 0 16px;
      font-size: clamp(33px, 4vw, 43px);
      line-height: 1;
      letter-spacing: -.035em;}
body.page-article .related-grid {display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 13px;}
body.page-article .related-card {display: flex;
      flex-direction: column;
      min-height: 178px;
      padding: 17px;
      border: 1px solid var(--line-strong);
      border-radius: var(--radius);
      background: rgba(250,249,244,.94);
      color: var(--ink);
      text-decoration: none;}
body.page-article .related-card .category {display: inline-block;
      align-self: flex-start;
      margin-bottom: 20px;
      padding: 3px 7px;
      border-radius: 9px;
      background: var(--mint);
      color: var(--emerald);
      font-family: var(--mono);
      font-size: 8px;
      font-weight: 600;
      letter-spacing: .05em;
      text-transform: uppercase;}
body.page-article .related-card h3 {margin: 0 0 8px; font-size: 21px; line-height: 1.08;}
body.page-article .related-card span:last-child {margin-top: auto; color: var(--emerald); font-weight: 700;}
body.page-article .established {display: inline-block; padding: 2px 6px; border: 1px solid rgba(250,249,244,.55); font-family: var(--mono); font-size: 7px; letter-spacing: .08em;}
@media (max-width: 980px) {
body.page-article .article-layout {grid-template-columns: minmax(0, 650px) 220px; gap: 34px;}
}
@media (max-width: 840px) {
body.page-article .article-layout {display: block;}
body.page-article .article-body {margin-inline: auto;}
body.page-article .article-sidebar {display: none;}
}
@media (max-width: 760px) {
body.page-article .article-top {padding-top: 22px;}
body.page-article .article-header h1 {font-size: clamp(46px, 12vw, 64px);}
body.page-article .article-dek {font-size: 18px;}
body.page-article .article-content {padding-top: 34px;}
body.page-article .article-body > p,
body.page-article .article-body li {font-size: 17px;}
body.page-article .newsletter-slip {grid-template-columns: 1fr 52px;}
body.page-article .newsletter-form {grid-column: 1 / -1; grid-row: 2;}
body.page-article .newsletter-seal {grid-column: 2; grid-row: 1;}
body.page-article .related-grid {grid-template-columns: 1fr;}
body.page-article .related-card {min-height: 140px;}
}
@media (max-width: 520px) {
body.page-article .breadcrumb {margin-bottom: 19px;}
body.page-article .takeaways {padding: 18px 17px 18px;}
body.page-article .takeaways li {font-size: 16px;}
body.page-article .math-receipt {padding: 22px 18px 24px;}
body.page-article .math-seal {position: static; margin: 18px 0 0 auto;}
body.page-article .math-grid,
body.page-article .math-total {gap: 8px 14px;}
body.page-article .math-total .math-value {font-size: 21px;}
body.page-article .step-list li {grid-template-columns: 39px minmax(0, 1fr); gap: 11px;}
body.page-article .newsletter-slip {padding: 16px 15px 22px;}
body.page-article .newsletter-slip h2 {font-size: 22px;}
body.page-article .form-row {grid-template-columns: 1fr; gap: 8px;}
body.page-article .newsletter-form input {border-right: 1px solid var(--line-strong); border-radius: 5px;}
body.page-article .newsletter-form .cta-button {border-radius: 5px;}
body.page-article .author-card {grid-template-columns: 52px minmax(0, 1fr); padding: 17px;}
body.page-article .author-card .author-avatar {width: 52px; height: 52px; font-size: 13px;}
}


/* =========================================================
   Category hub — body.page-category
   ========================================================= */
body.page-category button {font: inherit;}
body.page-category .hub-header {background: rgba(221,235,224,.82);
      border-bottom: 1px solid var(--line-strong);}
body.page-category .hub-header .container {padding-block: 50px 48px;}
body.page-category .eyebrow {margin-bottom: 10px;
      font-size: 10px;
      font-weight: 600;
      letter-spacing: .11em;
      text-transform: uppercase;}
body.page-category .hub-header h1 {max-width: 760px;
      margin-bottom: 14px;
      font-size: clamp(48px, 6.3vw, 72px);
      line-height: .94;
      letter-spacing: -.046em;
      font-weight: 800;}
body.page-category .hub-intro {max-width: 690px;
      margin-bottom: 16px;
      color: var(--muted);
      font-size: 18px;
      line-height: 1.46;}
body.page-category .hub-meta {margin: 0;
      font-size: 10px;
      font-weight: 600;
      letter-spacing: .045em;
      text-transform: uppercase;}
body.page-category .shelf-section {padding: 34px 0 36px;}
body.page-category .shelf-section + .shelf-section {border-top: 1px dashed var(--line-strong);}
body.page-category .section-head {display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 24px;
      margin-bottom: 17px;}
body.page-category .section-head h2 {margin: 0;
      padding-bottom: 7px;
      border-bottom: 2px solid var(--emerald);
      font-family: var(--mono);
      font-size: 15px;
      font-weight: 600;
      letter-spacing: .07em;
      text-transform: uppercase;}
body.page-category .section-head p {max-width: 420px;
      margin: 0;
      color: var(--muted);
      font-size: 13px;
      text-align: right;}
body.page-category .main-guide {position: relative;
      display: grid;
      grid-template-columns: minmax(0, 1.15fr) minmax(240px, .72fr);
      gap: 30px;
      min-height: 260px;
      padding: 30px 155px 30px 30px;
      overflow: hidden;
      border: 1px solid var(--line-strong);
      border-radius: var(--radius);
      background: rgba(250,249,244,.92);
      color: inherit;
      text-decoration: none;
      box-shadow: 0 10px 22px rgba(14,42,35,.07);
      transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;}
body.page-category .main-guide:hover {transform: translateY(-2px);
      border-color: var(--ink);
      box-shadow: 0 13px 27px rgba(14,42,35,.1);}
body.page-category .main-guide::after {content: "";
      position: absolute;
      inset: 0 0 0 auto;
      width: 115px;
      opacity: .32;
      background:
        linear-gradient(rgba(14,42,35,.22) 1px, transparent 1px),
        linear-gradient(90deg, rgba(14,42,35,.22) 1px, transparent 1px);
      background-size: 18px 18px;
      mask-image: linear-gradient(90deg, transparent, #000);}
body.page-category .main-guide-copy {align-self: center;}
body.page-category .guide-tag {display: inline-block;
      margin-bottom: 13px;
      padding: 4px 8px;
      border-radius: 8px;
      background: var(--mint);
      font-family: var(--mono);
      font-size: 8px;
      font-weight: 600;
      letter-spacing: .07em;
      text-transform: uppercase;}
body.page-category .main-guide h2 {max-width: 620px;
      margin-bottom: 10px;
      font-size: clamp(33px, 4.3vw, 50px);
      line-height: .98;
      letter-spacing: -.037em;
      font-weight: 800;}
body.page-category .main-guide p {max-width: 610px;
      margin-bottom: 18px;
      color: var(--muted);
      font-size: 17px;
      line-height: 1.42;}
body.page-category .main-guide-meta {display: flex;
      gap: 11px;
      font-family: var(--mono);
      font-size: 9px;
      font-weight: 600;
      letter-spacing: .04em;
      text-transform: uppercase;}
body.page-category .main-guide-aside {align-self: center;
      padding: 22px;
      border-left: 1px dashed var(--line-strong);}
body.page-category .main-guide-aside strong {display: block;
      margin-bottom: 8px;
      font-size: 20px;
      line-height: 1.05;}
body.page-category .main-guide-aside span {color: var(--emerald);
      font-size: 15px;
      font-weight: 700;
      text-decoration: underline;
      text-underline-offset: 5px;}
body.page-category .editor-seal {position: absolute;
      z-index: 2;
      top: 24px;
      right: 24px;
      display: grid;
      place-items: center;
      width: 83px;
      aspect-ratio: 1;
      border: 1px solid rgba(14,42,35,.45);
      border-radius: 50%;
      background: var(--gold);
      transform: rotate(7deg);
      box-shadow: inset 0 0 0 5px rgba(250,249,244,.23);}
body.page-category .editor-seal::before {content: "";
      position: absolute;
      inset: 8px;
      border: 1px dashed rgba(14,42,35,.53);
      border-radius: 50%;}
body.page-category .editor-seal span {position: relative;
      max-width: 56px;
      font-family: var(--mono);
      font-size: 7px;
      font-weight: 600;
      line-height: 1.2;
      letter-spacing: .07em;
      text-align: center;
      text-transform: uppercase;}
body.page-category .guide-grid {display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 16px;}
body.page-category .guide-card {display: flex;
      min-height: 210px;
      flex-direction: column;
      padding: 18px 17px 15px;
      border: 1px solid var(--line-strong);
      border-radius: var(--radius);
      background: rgba(250,249,244,.88);
      color: inherit;
      text-decoration: none;
      transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;}
body.page-category .guide-card:hover {transform: translateY(-2px);
      border-color: var(--ink);
      box-shadow: 0 9px 18px rgba(14,42,35,.08);}
body.page-category .guide-card h3 {margin: 0 0 8px;
      font-size: 22px;
      line-height: 1.02;
      letter-spacing: -.026em;
      font-weight: 750;}
body.page-category .guide-card p {margin: 0 0 18px;
      color: var(--muted);
      font-size: 14px;
      line-height: 1.36;}
body.page-category .guide-date {margin-top: auto;
      padding-top: 12px;
      border-top: 1px solid var(--line);
      font-size: 8px;
      font-weight: 600;
      letter-spacing: .055em;
      text-transform: uppercase;}
body.page-category .questions-strip {padding: 27px 0 30px;
      border-top: 1px dashed var(--line-strong);
      border-bottom: 1px dashed var(--line-strong);
      background: rgba(242,240,232,.52);}
body.page-category .questions-layout {display: grid;
      grid-template-columns: 220px minmax(0, 1fr);
      gap: 30px;
      align-items: start;}
body.page-category .questions-copy h2 {margin-bottom: 7px;
      font-size: 29px;
      line-height: 1;
      letter-spacing: -.03em;}
body.page-category .questions-copy p {margin: 0; color: var(--muted); font-size: 13px;}
body.page-category .question-list {display: grid;
      grid-template-columns: repeat(2, minmax(0,1fr));
      margin: 0;
      padding: 0;
      list-style: none;
      border-top: 1px solid var(--line-strong);}
body.page-category .question-list li {border-bottom: 1px solid var(--line);}
body.page-category .question-list li:nth-child(odd) {border-right: 1px solid var(--line);}
body.page-category .question-list a {display: grid;
      grid-template-columns: 30px minmax(0,1fr) auto;
      align-items: center;
      gap: 10px;
      min-height: 62px;
      padding: 10px 14px;
      color: inherit;
      font-size: 15px;
      font-weight: 650;
      line-height: 1.2;
      text-decoration: none;}
body.page-category .question-list a:hover {text-decoration: underline; text-underline-offset: 4px;}
body.page-category .question-number {color: var(--emerald); font-size: 9px; font-weight: 600;}
body.page-category .question-arrow {color: var(--emerald); font-size: 18px;}
body.page-category .calculator-band {position: relative;
      overflow: hidden;
      background: var(--ink);
      color: var(--paper);}
body.page-category .calculator-band::before {content: "";
      position: absolute;
      inset: 0 auto 0 0;
      width: 220px;
      opacity: .18;
      background:
        linear-gradient(rgba(221,235,224,.45) 1px, transparent 1px),
        linear-gradient(90deg, rgba(221,235,224,.45) 1px, transparent 1px);
      background-size: 20px 20px;
      mask-image: linear-gradient(90deg,#000,transparent);}
body.page-category .calculator-inner {position: relative;
      z-index: 1;
      min-height: 143px;
      display: grid;
      grid-template-columns: minmax(0,1fr) auto;
      align-items: center;
      gap: 30px;
      padding-block: 25px;}
body.page-category .calculator-kicker {margin-bottom: 4px;
      font-family: var(--mono);
      font-size: 9px;
      font-weight: 600;
      letter-spacing: .08em;
      text-transform: uppercase;}
body.page-category .calculator-inner h2 {max-width: 560px; margin-bottom: 4px; font-size: 34px; line-height: .98; letter-spacing: -.03em;}
body.page-category .calculator-inner p {margin: 0; font-family: var(--mono); font-size: 12px;}
body.page-category .button-light {min-width: 220px; background: var(--paper); border-color: var(--paper); color: var(--ink); box-shadow: none;}
body.page-category .button-light:hover {background: var(--mint);}
body.page-category .pagination-wrap {padding: 25px 0 29px;}
body.page-category .pagination {display: flex;
      align-items: center;
      justify-content: center;
      gap: 7px;
      margin: 0;
      padding: 0;
      list-style: none;}
body.page-category .pagination a,
body.page-category .pagination span {display: grid;
      place-items: center;
      min-width: 38px;
      height: 38px;
      padding: 0 10px;
      border: 1px solid var(--line-strong);
      border-radius: 5px;
      font-size: 10px;
      font-weight: 600;
      text-decoration: none;}
body.page-category .pagination a:hover {border-color: var(--ink); background: var(--mint);}
body.page-category .pagination [aria-current="page"] {background: var(--ink); color: var(--paper); border-color: var(--ink);}
body.page-category .pagination .next {padding-inline: 14px;}
body.page-category .established {display: inline-block; padding: 2px 6px; border: 1px solid rgba(250,249,244,.55); font-size: 7px; letter-spacing: .08em;}
@media (max-width: 930px) {
body.page-category .main-guide {grid-template-columns: 1fr; padding-right: 145px;}
body.page-category .main-guide-aside {padding: 19px 0 0; border-top: 1px dashed var(--line-strong); border-left: 0;}
body.page-category .guide-grid {grid-template-columns: repeat(2, minmax(0,1fr));}
}
@media (max-width: 760px) {
body.page-category .hub-header .container {padding-block: 39px 38px;}
body.page-category .hub-header h1 {font-size: clamp(45px, 11.5vw, 62px);}
body.page-category .section-head {align-items: start; flex-direction: column; gap: 9px;}
body.page-category .section-head p {text-align: left;}
body.page-category .main-guide {min-height: 0; padding: 25px 118px 25px 23px;}
body.page-category .main-guide::after {width: 88px;}
body.page-category .editor-seal {top: 20px; right: 18px; width: 72px;}
body.page-category .main-guide h2 {font-size: clamp(32px, 7.5vw, 42px);}
body.page-category .questions-layout {grid-template-columns: 1fr; gap: 18px;}
body.page-category .calculator-inner {grid-template-columns: 1fr;}
body.page-category .button-light {justify-self: start;}
}
@media (max-width: 520px) {
body.page-category .hub-intro {font-size: 16px;}
body.page-category .main-guide {padding: 22px 20px;}
body.page-category .main-guide::after {display: none;}
body.page-category .editor-seal {position: relative; inset: auto; width: 67px; margin: 0 0 17px auto;}
body.page-category .main-guide h2 {font-size: 34px;}
body.page-category .guide-grid {grid-template-columns: 1fr;}
body.page-category .guide-card {min-height: 184px;}
body.page-category .question-list {grid-template-columns: 1fr;}
body.page-category .question-list li:nth-child(odd) {border-right: 0;}
body.page-category .calculator-inner h2 {font-size: 30px;}
body.page-category .button-light {width: 100%;}
body.page-category .pagination a,
body.page-category .pagination span {min-width: 35px; height: 35px;}
}


/* =========================================================
   Article listing — body.page-listing
   ========================================================= */
body.page-listing .page-header {background: rgba(221,235,224,.82);
      border-bottom: 1px solid var(--line-strong);}
body.page-listing .page-header .container {padding-block: 38px 44px;}
body.page-listing .breadcrumb {display: flex;
      flex-wrap: wrap;
      gap: 6px;
      margin: 0 0 20px;
      padding: 0;
      list-style: none;
      color: var(--muted);
      font-size: 9px;
      font-weight: 600;
      letter-spacing: .045em;
      text-transform: uppercase;}
body.page-listing .breadcrumb a {text-decoration: none;}
body.page-listing .breadcrumb a:hover {text-decoration: underline; text-underline-offset: 3px;}
body.page-listing .eyebrow {margin-bottom: 10px;
      font-size: 10px;
      font-weight: 600;
      letter-spacing: .11em;
      text-transform: uppercase;}
body.page-listing .page-header h1 {max-width: 820px;
      margin-bottom: 14px;
      font-size: clamp(50px, 6.6vw, 76px);
      line-height: .94;
      letter-spacing: -.046em;
      font-weight: 800;}
body.page-listing .page-intro {max-width: 720px;
      margin-bottom: 16px;
      color: var(--muted);
      font-size: 18px;
      line-height: 1.46;}
body.page-listing .page-meta {margin: 0;
      font-size: 10px;
      font-weight: 600;
      letter-spacing: .045em;
      text-transform: uppercase;}
body.page-listing .filter-section {padding: 22px 0;
      border-bottom: 1px dashed var(--line-strong);
      background: rgba(250,249,244,.76);}
body.page-listing .filter-layout {display: grid;
      grid-template-columns: minmax(250px, .7fr) minmax(0, 1.3fr);
      gap: 24px;
      align-items: end;}
body.page-listing .search-form label,
body.page-listing .filter-label {display: block;
      margin-bottom: 7px;
      font-size: 9px;
      font-weight: 600;
      letter-spacing: .075em;
      text-transform: uppercase;}
body.page-listing .search-field {display: flex;
      min-height: 44px;
      border: 1px solid var(--line-strong);
      border-radius: 6px;
      background: var(--paper);
      overflow: hidden;}
body.page-listing .search-field input {min-width: 0;
      flex: 1;
      border: 0;
      padding: 0 13px;
      background: transparent;
      color: var(--ink);
      font-size: 15px;}
body.page-listing .search-field input::placeholder {color: rgba(14,42,35,.55);}
body.page-listing .search-field button {width: 44px;
      border: 0;
      border-left: 1px solid var(--line);
      background: var(--ink);
      color: var(--paper);
      cursor: pointer;}
body.page-listing .topic-filters {display: flex;
      flex-wrap: wrap;
      gap: 7px;}
body.page-listing .topic-filters a {display: inline-flex;
      align-items: center;
      min-height: 35px;
      padding: 0 12px;
      border: 1px solid var(--line-strong);
      border-radius: 6px;
      background: var(--paper);
      font-size: 12px;
      font-weight: 700;
      text-decoration: none;}
body.page-listing .topic-filters a:hover {border-color: var(--ink); background: var(--mint);}
body.page-listing .topic-filters a[aria-current="page"] {background: var(--ink); color: var(--paper); border-color: var(--ink);}
body.page-listing .listing-section {padding: 34px 0 36px;}
body.page-listing .listing-section + .listing-section {border-top: 1px dashed var(--line-strong);}
body.page-listing .section-head {display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 24px;
      margin-bottom: 17px;}
body.page-listing .section-head h2 {margin: 0;
      padding-bottom: 7px;
      border-bottom: 2px solid var(--emerald);
      font-family: var(--mono);
      font-size: 15px;
      font-weight: 600;
      letter-spacing: .07em;
      text-transform: uppercase;}
body.page-listing .section-head p,
body.page-listing .result-count {max-width: 440px;
      margin: 0;
      color: var(--muted);
      font-size: 13px;
      text-align: right;}
body.page-listing .result-count {font-size: 9px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase;}
body.page-listing .featured-guide {position: relative;
      display: grid;
      grid-template-columns: minmax(0, 1.3fr) minmax(230px, .65fr);
      gap: 30px;
      min-height: 258px;
      padding: 30px 155px 30px 30px;
      overflow: hidden;
      border: 1px solid var(--line-strong);
      border-radius: var(--radius);
      background: rgba(250,249,244,.92);
      color: inherit;
      text-decoration: none;
      box-shadow: 0 10px 22px rgba(14,42,35,.07);
      transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;}
body.page-listing .featured-guide:hover {transform: translateY(-2px);
      border-color: var(--ink);
      box-shadow: 0 13px 27px rgba(14,42,35,.1);}
body.page-listing .featured-guide::after {content: "";
      position: absolute;
      inset: 0 0 0 auto;
      width: 115px;
      opacity: .32;
      background:
        linear-gradient(rgba(14,42,35,.22) 1px, transparent 1px),
        linear-gradient(90deg, rgba(14,42,35,.22) 1px, transparent 1px);
      background-size: 18px 18px;
      mask-image: linear-gradient(90deg, transparent, #000);}
body.page-listing .featured-copy {align-self: center;}
body.page-listing .article-tag {display: inline-block;
      margin-bottom: 13px;
      padding: 4px 8px;
      border-radius: 8px;
      background: var(--mint);
      font-family: var(--mono);
      font-size: 8px;
      font-weight: 600;
      letter-spacing: .07em;
      text-transform: uppercase;}
body.page-listing .featured-guide h2 {max-width: 660px;
      margin-bottom: 10px;
      font-size: clamp(34px, 4.4vw, 51px);
      line-height: .98;
      letter-spacing: -.037em;
      font-weight: 800;}
body.page-listing .featured-guide p {max-width: 620px;
      margin-bottom: 18px;
      color: var(--muted);
      font-size: 17px;
      line-height: 1.42;}
body.page-listing .article-meta {display: flex;
      flex-wrap: wrap;
      gap: 9px;
      margin-top: auto;
      font-size: 8px;
      font-weight: 600;
      letter-spacing: .045em;
      text-transform: uppercase;}
body.page-listing .featured-aside {align-self: center;
      padding: 22px;
      border-left: 1px dashed var(--line-strong);}
body.page-listing .featured-aside strong {display: block;
      margin-bottom: 8px;
      font-size: 20px;
      line-height: 1.05;}
body.page-listing .featured-aside span {color: var(--emerald);
      font-size: 15px;
      font-weight: 700;
      text-decoration: underline;
      text-underline-offset: 5px;}
body.page-listing .editor-seal {position: absolute;
      z-index: 2;
      top: 24px;
      right: 24px;
      display: grid;
      place-items: center;
      width: 83px;
      aspect-ratio: 1;
      border: 1px solid rgba(14,42,35,.45);
      border-radius: 50%;
      background: var(--gold);
      transform: rotate(7deg);
      box-shadow: inset 0 0 0 5px rgba(250,249,244,.23);}
body.page-listing .editor-seal::before {content: "";
      position: absolute;
      inset: 8px;
      border: 1px dashed rgba(14,42,35,.53);
      border-radius: 50%;}
body.page-listing .editor-seal span {position: relative;
      max-width: 56px;
      font-family: var(--mono);
      font-size: 7px;
      font-weight: 600;
      line-height: 1.2;
      letter-spacing: .07em;
      text-align: center;
      text-transform: uppercase;}
body.page-listing .article-grid {display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 16px;}
body.page-listing .article-card {display: flex;
      min-height: 232px;
      flex-direction: column;
      padding: 18px 17px 15px;
      border: 1px solid var(--line-strong);
      border-radius: var(--radius);
      background: rgba(250,249,244,.88);
      color: inherit;
      text-decoration: none;
      transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;}
body.page-listing .article-card:hover {transform: translateY(-2px);
      border-color: var(--ink);
      box-shadow: 0 9px 18px rgba(14,42,35,.08);}
body.page-listing .article-card h3 {margin: 0 0 8px;
      font-size: 22px;
      line-height: 1.02;
      letter-spacing: -.026em;
      font-weight: 750;}
body.page-listing .article-card p {margin: 0 0 18px;
      color: var(--muted);
      font-size: 14px;
      line-height: 1.36;}
body.page-listing .article-card .article-meta {padding-top: 12px;
      border-top: 1px solid var(--line);}
body.page-listing .calculator-band {position: relative;
      overflow: hidden;
      background: var(--ink);
      color: var(--paper);}
body.page-listing .calculator-band::before {content: "";
      position: absolute;
      inset: 0 auto 0 0;
      width: 220px;
      opacity: .18;
      background:
        linear-gradient(rgba(221,235,224,.45) 1px, transparent 1px),
        linear-gradient(90deg, rgba(221,235,224,.45) 1px, transparent 1px);
      background-size: 20px 20px;
      mask-image: linear-gradient(90deg,#000,transparent);}
body.page-listing .calculator-inner {position: relative;
      z-index: 1;
      min-height: 143px;
      display: grid;
      grid-template-columns: minmax(0,1fr) auto;
      align-items: center;
      gap: 30px;
      padding-block: 25px;}
body.page-listing .calculator-kicker {margin-bottom: 4px;
      font-family: var(--mono);
      font-size: 9px;
      font-weight: 600;
      letter-spacing: .08em;
      text-transform: uppercase;}
body.page-listing .calculator-inner h2 {max-width: 560px; margin-bottom: 4px; font-size: 34px; line-height: .98; letter-spacing: -.03em;}
body.page-listing .calculator-inner p {margin: 0; font-family: var(--mono); font-size: 12px;}
body.page-listing .button-light {min-width: 220px; background: var(--paper); border-color: var(--paper); color: var(--ink); box-shadow: none;}
body.page-listing .button-light:hover {background: var(--mint);}
body.page-listing .pagination-wrap {padding: 25px 0 29px;}
body.page-listing .pagination {display: flex;
      align-items: center;
      justify-content: center;
      gap: 7px;
      margin: 0;
      padding: 0;
      list-style: none;}
body.page-listing .pagination a,
body.page-listing .pagination span {display: grid;
      place-items: center;
      min-width: 38px;
      height: 38px;
      padding: 0 10px;
      border: 1px solid var(--line-strong);
      border-radius: 5px;
      font-size: 10px;
      font-weight: 600;
      text-decoration: none;}
body.page-listing .pagination a:hover {border-color: var(--ink); background: var(--mint);}
body.page-listing .pagination [aria-current="page"] {background: var(--ink); color: var(--paper); border-color: var(--ink);}
body.page-listing .pagination .next {padding-inline: 14px;}
body.page-listing .established {display: inline-block; padding: 2px 6px; border: 1px solid rgba(250,249,244,.55); font-size: 7px; letter-spacing: .08em;}
@media (max-width: 930px) {
body.page-listing .featured-guide {grid-template-columns: 1fr; padding-right: 145px;}
body.page-listing .featured-aside {padding: 19px 0 0; border-top: 1px dashed var(--line-strong); border-left: 0;}
body.page-listing .article-grid {grid-template-columns: repeat(2, minmax(0,1fr));}
}
@media (max-width: 760px) {
body.page-listing .page-header .container {padding-block: 30px 38px;}
body.page-listing .page-header h1 {font-size: clamp(46px, 11.6vw, 64px);}
body.page-listing .filter-layout {grid-template-columns: 1fr; gap: 16px;}
body.page-listing .section-head {align-items: start; flex-direction: column; gap: 9px;}
body.page-listing .section-head p,
body.page-listing .result-count {text-align: left;}
body.page-listing .featured-guide {min-height: 0; padding: 25px 118px 25px 23px;}
body.page-listing .featured-guide::after {width: 88px;}
body.page-listing .editor-seal {top: 20px; right: 18px; width: 72px;}
body.page-listing .featured-guide h2 {font-size: clamp(32px, 7.5vw, 42px);}
body.page-listing .calculator-inner {grid-template-columns: 1fr;}
body.page-listing .button-light {justify-self: start;}
}
@media (max-width: 520px) {
body.page-listing .page-intro {font-size: 16px;}
body.page-listing .topic-filters {display: grid; grid-template-columns: repeat(2, minmax(0,1fr));}
body.page-listing .topic-filters a {justify-content: center; text-align: center;}
body.page-listing .featured-guide {padding: 22px 20px;}
body.page-listing .featured-guide::after {display: none;}
body.page-listing .editor-seal {position: relative; inset: auto; width: 67px; margin: 0 0 17px auto;}
body.page-listing .featured-guide h2 {font-size: 34px;}
body.page-listing .article-grid {grid-template-columns: 1fr;}
body.page-listing .article-card {min-height: 196px;}
body.page-listing .calculator-inner h2 {font-size: 30px;}
body.page-listing .button-light {width: 100%;}
body.page-listing .pagination a,
body.page-listing .pagination span {min-width: 35px; height: 35px;}
}


/* =========================================================
   Tax calculator — body.page-calculator
   ========================================================= */
body.page-calculator .tool-header {padding: 38px 0 35px;
      border-bottom: 1px dashed var(--line-strong);}
body.page-calculator .tool-header-inner {max-width: 910px;}
body.page-calculator .eyebrow {margin-bottom: 11px;
      font-size: 10px;
      font-weight: 600;
      letter-spacing: .09em;
      text-transform: uppercase;}
body.page-calculator h1 {max-width: 850px;
      margin-bottom: 14px;
      font-size: clamp(48px, 6.8vw, 75px);
      line-height: .92;
      letter-spacing: -.047em;
      font-weight: 800;}
body.page-calculator .tool-promise {margin-bottom: 19px;
      color: var(--muted);
      font-size: 21px;
      line-height: 1.35;}
body.page-calculator .byline-row {display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 10px 13px;
      color: var(--muted);
      font-size: 13px;}
body.page-calculator .author-link {display: inline-flex;
      align-items: center;
      gap: 9px;
      color: var(--ink);
      font-weight: 700;}
body.page-calculator .author-avatar {display: grid;
      place-items: center;
      width: 32px;
      height: 32px;
      flex: 0 0 32px;
      border: 1px solid var(--line-strong);
      border-radius: 50%;
      background: var(--mint);
      font-family: var(--mono);
      font-size: 10px;
      font-weight: 600;}
body.page-calculator .article-meta {font-size: 10px; letter-spacing: .025em;}
body.page-calculator .meta-divider {color: var(--line-strong);}
body.page-calculator .calculator-section {padding: 35px 0 48px;}
body.page-calculator .calculator-frame {position: relative;
      min-height: 590px;
      overflow: hidden;
      border: 1px solid var(--line-strong);
      border-radius: 10px;
      background:
        linear-gradient(rgba(14,42,35,.035) 1px, transparent 1px) 0 0 / 100% 30px,
        var(--paper);
      box-shadow: var(--shadow);}
body.page-calculator .calculator-frame::before {content: "";
      position: absolute;
      inset: 18px;
      z-index: 0;
      border: 1px solid rgba(14,42,35,.18);
      border-radius: 7px;
      pointer-events: none;}
body.page-calculator .calculator-mount {position: relative;
      z-index: 1;
      min-height: 590px;}
body.page-calculator .calculator-mount:empty::before {content: "";
      position: absolute;
      inset: 48px;
      border-radius: 7px;
      background:
        linear-gradient(90deg, var(--mint) 31%, transparent 31%) 0 0 / 100% 58px,
        repeating-linear-gradient(180deg, transparent 0 52px, rgba(14,42,35,.08) 52px 53px);
      opacity: .44;}
body.page-calculator .calculator-mount:empty::after {content: "Loading calculator…";
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      padding: 9px 12px;
      border: 1px solid var(--line);
      border-radius: 5px;
      background: rgba(250,249,244,.94);
      color: var(--muted);
      font-family: var(--mono);
      font-size: 10px;
      letter-spacing: .04em;
      text-transform: uppercase;
      white-space: nowrap;}
body.page-calculator .mount-note {margin: 11px 0 0;
      color: var(--muted);
      font-size: 11px;
      text-align: center;}
body.page-calculator .content-section {padding: 53px 0;
      border-top: 1px dashed var(--line-strong);}
body.page-calculator .reading-column {width: min(100%, var(--reading)); margin-inline: auto;}
body.page-calculator .section-label {margin-bottom: 11px;
      font-size: 10px;
      font-weight: 600;
      letter-spacing: .08em;
      text-transform: uppercase;}
body.page-calculator .section-heading {margin-bottom: 27px;
      font-size: clamp(36px, 4.7vw, 50px);
      line-height: 1;
      letter-spacing: -.04em;}
body.page-calculator .method-list {display: grid;
      gap: 0;
      border-top: 1px solid var(--line-strong);}
body.page-calculator .method-item {display: grid;
      grid-template-columns: 42px minmax(0, 1fr);
      gap: 17px;
      padding: 21px 0 22px;
      border-bottom: 1px solid var(--line);}
body.page-calculator .method-number {padding-top: 4px;
      color: var(--emerald);
      font-size: 10px;
      font-weight: 600;
      letter-spacing: .06em;}
body.page-calculator .method-copy h3 {margin-bottom: 6px;
      font-size: 23px;
      line-height: 1.1;
      letter-spacing: -.025em;}
body.page-calculator .method-copy p {margin: 0;
      color: var(--muted);
      font-size: 17px;
      line-height: 1.65;}
body.page-calculator .method-copy a {color: var(--emerald);
      font-weight: 700;
      text-underline-offset: 4px;}
body.page-calculator .disclaimer-card {margin-top: 32px;
      padding: 21px 23px;
      border: 1px solid var(--line-strong);
      border-radius: var(--radius);
      background: rgba(250,249,244,.84);}
body.page-calculator .disclaimer-card h2 {margin-bottom: 9px;
      font-size: 27px;
      line-height: 1;
      letter-spacing: -.025em;}
body.page-calculator .disclaimer-card p {margin: 0;
      color: var(--muted);
      font-size: 15px;
      line-height: 1.6;}
body.page-calculator .disclaimer-card a {color: var(--emerald);
      font-weight: 700;
      text-underline-offset: 4px;}
body.page-calculator .faq-list {margin-top: 4px;
      border-top: 1px solid var(--line-strong);}
body.page-calculator .faq-list details {border-bottom: 1px solid var(--line);}
body.page-calculator .faq-list summary {position: relative;
      display: block;
      min-height: 64px;
      padding: 15px 42px 15px 0;
      cursor: pointer;
      list-style: none;
      font-size: 20px;
      font-weight: 700;
      letter-spacing: -.015em;}
body.page-calculator .faq-list summary::-webkit-details-marker {display: none;}
body.page-calculator .faq-list summary::after {content: "+";
      position: absolute;
      right: 2px;
      top: 50%;
      transform: translateY(-50%);
      color: var(--emerald);
      font-family: var(--mono);
      font-size: 22px;
      font-weight: 500;}
body.page-calculator .faq-list details[open] summary::after {content: "−";}
body.page-calculator .faq-list details p {max-width: 690px;
      margin: -2px 0 20px;
      color: var(--muted);
      font-size: 17px;
      line-height: 1.65;}
body.page-calculator .related-section {padding: 52px 0 58px;
      border-top: 1px dashed var(--line-strong);}
body.page-calculator .related-header {display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 20px;
      margin-bottom: 18px;}
body.page-calculator .related-header h2 {margin: 0;
      font-size: clamp(34px, 4vw, 46px);
      line-height: 1;
      letter-spacing: -.037em;}
body.page-calculator .related-header a {color: var(--emerald);
      font-size: 14px;
      font-weight: 700;
      text-underline-offset: 4px;}
body.page-calculator .related-grid {display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 14px;}
body.page-calculator .related-card {display: flex;
      min-height: 165px;
      flex-direction: column;
      padding: 18px;
      border: 1px solid var(--line-strong);
      border-radius: var(--radius);
      background: rgba(250,249,244,.82);
      text-decoration: none;}
body.page-calculator .related-card:hover {border-color: var(--ink);}
body.page-calculator .related-card h3 {margin: 11px 0 8px;
      font-size: 23px;
      line-height: 1.05;
      letter-spacing: -.03em;}
body.page-calculator .related-card p {margin-bottom: 13px;
      color: var(--muted);
      font-size: 14px;
      line-height: 1.45;}
body.page-calculator .related-meta {margin-top: auto;
      color: var(--muted);
      font-size: 8px;
      letter-spacing: .04em;
      text-transform: uppercase;}
body.page-calculator .topic-tag {align-self: flex-start;
      padding: 3px 8px;
      border-radius: 8px;
      background: var(--mint);
      font-family: var(--mono);
      font-size: 8px;
      font-weight: 600;
      letter-spacing: .06em;
      text-transform: uppercase;}
body.page-calculator .established {display: inline-block; padding: 2px 6px; border: 1px solid rgba(250,249,244,.55); font-family: var(--mono); font-size: 7px; letter-spacing: .08em;}
@media (max-width: 760px) {
body.page-calculator .tool-header {padding: 31px 0 30px;}
body.page-calculator h1 {font-size: clamp(46px, 12vw, 64px);}
body.page-calculator .tool-promise {font-size: 19px;}
body.page-calculator .calculator-section {padding: 26px 0 39px;}
body.page-calculator .calculator-frame,
body.page-calculator .calculator-mount {min-height: 520px;}
body.page-calculator .calculator-frame::before {inset: 12px;}
body.page-calculator .calculator-mount:empty::before {inset: 30px;}
body.page-calculator .content-section {padding: 43px 0;}
body.page-calculator .related-grid {grid-template-columns: 1fr;}
body.page-calculator .related-card {min-height: 145px;}
}
@media (max-width: 520px) {
body.page-calculator .tool-header {padding-top: 27px;}
body.page-calculator h1 {font-size: clamp(43px, 13vw, 56px);}
body.page-calculator .byline-row {align-items: flex-start;}
body.page-calculator .meta-divider {display: none;}
body.page-calculator .article-meta {width: calc(100% - 45px); margin-left: 45px;}
body.page-calculator .calculator-frame,
body.page-calculator .calculator-mount {min-height: 470px;}
body.page-calculator .calculator-mount:empty::before {inset: 22px;}
body.page-calculator .calculator-mount:empty::after {max-width: calc(100% - 58px); white-space: normal; text-align: center;}
body.page-calculator .method-item {grid-template-columns: 31px minmax(0,1fr); gap: 11px;}
body.page-calculator .method-copy h3 {font-size: 21px;}
body.page-calculator .method-copy p,
body.page-calculator .faq-list details p {font-size: 16px;}
body.page-calculator .faq-list summary {font-size: 18px;}
body.page-calculator .related-header {align-items: flex-start; flex-direction: column; gap: 8px;}
}


/* =========================================================
   About and author — body.page-about
   ========================================================= */
body.page-about .about-hero {padding: clamp(38px, 6vw, 72px) 0 clamp(44px, 7vw, 82px);
      border-bottom: 1px dashed var(--line-strong);
      background: rgba(221,235,224,.6);}
body.page-about .about-hero-grid {display: grid;
      grid-template-columns: minmax(0, 1.2fr) minmax(270px, .58fr);
      align-items: center;
      gap: clamp(38px, 7vw, 84px);}
body.page-about .eyebrow {margin-bottom: 13px;
      font-size: 11px;
      font-weight: 600;
      letter-spacing: .1em;
      text-transform: uppercase;}
body.page-about h1 {max-width: 650px;
      margin-bottom: 20px;
      font-size: clamp(48px, 6.2vw, 74px);
      line-height: .94;
      letter-spacing: -.047em;
      font-weight: 800;}
body.page-about .author-intro {display: flex;
      align-items: baseline;
      gap: 12px;
      flex-wrap: wrap;
      padding-top: 16px;
      border-top: 1px solid var(--line);}
body.page-about .author-name {margin: 0;
      font-size: 22px;
      line-height: 1;
      font-weight: 800;
      letter-spacing: -.025em;}
body.page-about .credential {margin: 0;
      color: var(--muted);
      font-size: 11px;
      line-height: 1.5;
      letter-spacing: .035em;}
body.page-about .author-photo {margin: 0;
      border: 1px solid var(--line-strong);
      border-radius: var(--radius);
      background: var(--paper);
      box-shadow: var(--shadow);
      overflow: hidden;}
body.page-about .photo-placeholder {position: relative;
      display: grid;
      place-items: end start;
      aspect-ratio: 4 / 5;
      min-height: 340px;
      padding: 22px;
      background:
        linear-gradient(rgba(14,42,35,.07) 1px, transparent 1px) 0 0 / 100% 31px,
        var(--paper-deep);
      color: var(--muted);
      isolation: isolate;}
body.page-about .photo-placeholder::before {content: "";
      position: absolute;
      width: 38%;
      aspect-ratio: 1;
      top: 18%;
      left: 50%;
      transform: translateX(-50%);
      border: 1px solid var(--line-strong);
      border-radius: 50%;
      background: var(--mint);
      z-index: -1;}
body.page-about .photo-placeholder::after {content: "";
      position: absolute;
      width: 68%;
      height: 42%;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      border: 1px solid var(--line-strong);
      border-bottom: 0;
      border-radius: 48% 48% 0 0;
      background: var(--mint);
      z-index: -1;}
body.page-about .photo-placeholder span {max-width: 180px;
      padding: 7px 9px;
      border: 1px solid var(--line);
      background: rgba(250,249,244,.92);
      font-family: var(--mono);
      font-size: 10px;
      line-height: 1.5;
      letter-spacing: .06em;
      text-transform: uppercase;}
body.page-about .author-photo figcaption {padding: 10px 14px;
      border-top: 1px solid var(--line);
      color: var(--muted);
      font-family: var(--mono);
      font-size: 10px;
      line-height: 1.45;}
body.page-about .content-section {padding: clamp(48px, 7vw, 78px) 0;
      border-bottom: 1px dashed var(--line-strong);}
body.page-about .reading-column {width: min(100%, var(--reading));
      margin-inline: auto;}
body.page-about .section-kicker {margin-bottom: 12px;
      font-size: 11px;
      font-weight: 600;
      letter-spacing: .09em;
      text-transform: uppercase;}
body.page-about .content-section h2 {margin-bottom: 22px;
      font-size: clamp(36px, 4.5vw, 52px);
      line-height: .98;
      letter-spacing: -.04em;
      font-weight: 800;}
body.page-about .story-copy p {margin-bottom: 22px;
      color: var(--muted);
      font-size: 19px;
      line-height: 1.68;}
body.page-about .story-copy p:last-child {margin-bottom: 0;}
body.page-about .story-copy strong {color: var(--ink); font-weight: 700;}
body.page-about .inline-link {color: var(--emerald);
      font-weight: 700;
      text-underline-offset: 4px;}
body.page-about .transparency-wrap {padding: clamp(52px, 7vw, 82px) 0;
      border-bottom: 1px dashed var(--line-strong);}
body.page-about .transparency-note {position: relative;
      overflow: hidden;
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 34px;
      padding: clamp(30px, 5vw, 48px);
      border: 1px solid var(--line-strong);
      border-radius: var(--radius);
      background:
        linear-gradient(rgba(14,42,35,.035) 1px, transparent 1px) 0 0 / 100% 29px,
        var(--paper);
      box-shadow: var(--shadow);}
body.page-about .transparency-note::after {content: "";
      position: absolute;
      inset: auto 0 -1px;
      height: 10px;
      background: radial-gradient(circle at 5px -1px, transparent 6px, var(--paper) 6.5px) repeat-x;
      background-size: 10px 10px;
      border-top: 1px dashed var(--line-strong);}
body.page-about .transparency-label {display: inline-flex;
      margin-bottom: 15px;
      padding: 5px 8px;
      border: 1px solid var(--line);
      background: var(--mint);
      font-size: 10px;
      font-weight: 600;
      letter-spacing: .08em;
      text-transform: uppercase;}
body.page-about .transparency-note h2 {max-width: 520px;
      margin-bottom: 17px;
      font-size: clamp(38px, 5vw, 56px);
      line-height: .94;
      letter-spacing: -.042em;
      font-weight: 800;}
body.page-about .transparency-copy {max-width: 720px;
      margin-bottom: 18px;
      color: var(--muted);
      font-size: 18px;
      line-height: 1.62;}
body.page-about .transparency-copy:last-of-type {margin-bottom: 20px;}
body.page-about .seal {display: grid;
      place-items: center;
      width: 74px;
      aspect-ratio: 1;
      align-self: end;
      border: 2px solid var(--gold);
      border-radius: 50%;
      color: #765a18;
      transform: rotate(-7deg);}
body.page-about .seal span {display: grid;
      place-items: center;
      width: 58px;
      aspect-ratio: 1;
      border: 1px dashed currentColor;
      border-radius: 50%;
      font-family: var(--mono);
      font-size: 8px;
      font-weight: 600;
      line-height: 1.15;
      letter-spacing: .06em;
      text-align: center;
      text-transform: uppercase;}
body.page-about .standards-section {padding: clamp(50px, 7vw, 80px) 0;
      border-bottom: 1px dashed var(--line-strong);}
body.page-about .standards-head {display: grid;
      grid-template-columns: minmax(0, .7fr) minmax(0, 1.1fr);
      gap: 42px;
      align-items: end;
      margin-bottom: 31px;}
body.page-about .standards-head h2 {margin: 0;
      font-size: clamp(40px, 5vw, 58px);
      line-height: .95;
      letter-spacing: -.043em;
      font-weight: 800;}
body.page-about .standards-head p {margin: 0;
      color: var(--muted);
      font-size: 18px;
      line-height: 1.6;}
body.page-about .standards-list {margin: 0;
      padding: 0;
      list-style: none;
      border-top: 1px solid var(--line-strong);}
body.page-about .standard-row {display: grid;
      grid-template-columns: 62px minmax(0, .85fr) minmax(0, 1.2fr);
      gap: 22px;
      align-items: start;
      padding: 22px 0;
      border-bottom: 1px solid var(--line);}
body.page-about .standard-index {color: var(--emerald);
      font-size: 12px;
      font-weight: 600;
      letter-spacing: .04em;}
body.page-about .standard-row h3 {margin: 0;
      font-size: 21px;
      line-height: 1.2;
      letter-spacing: -.025em;}
body.page-about .standard-row p {margin: 0;
      color: var(--muted);
      font-size: 16px;
      line-height: 1.55;}
body.page-about .contact-section {padding: 35px 0;
      border-bottom: 1px dashed var(--line-strong);}
body.page-about .contact-row {display: grid;
      grid-template-columns: auto minmax(0, 1fr) auto;
      gap: 24px;
      align-items: center;}
body.page-about .contact-label {margin: 0;
      font-family: var(--mono);
      font-size: 10px;
      font-weight: 600;
      letter-spacing: .08em;
      text-transform: uppercase;}
body.page-about .contact-link {justify-self: start;
      color: var(--emerald);
      font-size: clamp(24px, 3vw, 34px);
      line-height: 1;
      font-weight: 800;
      letter-spacing: -.025em;
      text-underline-offset: 6px;}
body.page-about .contact-meta {margin: 0;
      color: var(--muted);
      font-size: 10px;
      line-height: 1.5;
      text-align: right;}
body.page-about .newsletter-wrap {padding: 44px 0 48px;}
body.page-about .treasury-note {position: relative;
      overflow: hidden;
      border: 1px solid var(--line-strong);
      border-radius: 6px;
      background:
        linear-gradient(rgba(14,42,35,.03) 1px, transparent 1px) 0 0 / 100% 28px,
        var(--paper);
      box-shadow: var(--shadow);}
body.page-about .treasury-note::after {content: "";
      position: absolute;
      inset: auto 0 -1px;
      height: 10px;
      background: radial-gradient(circle at 5px -1px, transparent 6px, var(--paper) 6.5px) repeat-x;
      background-size: 10px 10px;
      border-top: 1px dashed var(--line-strong);}
body.page-about .newsletter-note {display: grid;
      grid-template-columns: minmax(0, 1.12fr) minmax(330px, .88fr);
      align-items: center;
      gap: 34px;
      min-height: 186px;
      padding: 29px 102px 34px 72px;}
body.page-about .newsletter-note::before {content: "TREASURY NOTE  •  WEEKLY LEDGER  •  TREASURY NOTE  •  WEEKLY LEDGER";
      position: absolute;
      left: 21px;
      top: 20px;
      bottom: 23px;
      writing-mode: vertical-rl;
      transform: rotate(180deg);
      color: rgba(14,42,35,.44);
      font-family: var(--mono);
      font-size: 8px;
      letter-spacing: .16em;
      text-transform: uppercase;}
body.page-about .newsletter-note h2 {margin-bottom: 5px;
      font-size: 29px;
      line-height: 1;
      letter-spacing: -.03em;}
body.page-about .newsletter-note p {margin-bottom: 0; max-width: 450px; font-size: 13px; line-height: 1.4;}
body.page-about .newsletter-form {display: grid; gap: 7px;}
body.page-about .newsletter-form label {position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0);}
body.page-about .form-row {display: grid; grid-template-columns: minmax(0, 1fr) auto;}
body.page-about .newsletter-form input {width: 100%;
      min-height: 40px;
      padding: 0 12px;
      border: 1px solid var(--line-strong);
      border-right: 0;
      border-radius: 5px 0 0 5px;
      background: rgba(255,255,255,.44);
      color: var(--ink);
      font-family: var(--mono);
      font-size: 12px;}
body.page-about .newsletter-form .button {min-height: 40px; border-radius: 0 5px 5px 0; font-size: 12px;}
body.page-about .form-note {font-size: 9px !important; letter-spacing: .01em; color: var(--muted);}
body.page-about .form-status {color: var(--emerald); font-weight: 700;}
body.page-about .newsletter-note .seal {position: absolute; width: 61px; right: 18px; bottom: 25px;}
body.page-about .newsletter-note .seal span {width: 47px; font-size: 6.5px;}
body.page-about .established {font-size: 8px; letter-spacing: .11em; color: rgba(250,249,244,.6);}
@media (max-width: 960px) {
body.page-about .about-hero-grid {grid-template-columns: minmax(0, 1fr) minmax(230px, .48fr); gap: 38px;}
body.page-about .standards-head {grid-template-columns: 1fr; gap: 16px;}
body.page-about .newsletter-note {grid-template-columns: 1fr; padding-right: 80px;}
}
@media (max-width: 700px) {
body.page-about .about-hero {padding: 34px 0 43px;}
body.page-about .about-hero-grid {grid-template-columns: 1fr; gap: 27px;}
body.page-about h1 {font-size: clamp(45px, 14vw, 61px);}
body.page-about .author-intro {display: grid; gap: 7px;}
body.page-about .author-photo {width: min(100%, 390px);}
body.page-about .photo-placeholder {min-height: 0;}
body.page-about .content-section,
body.page-about .standards-section,
body.page-about .transparency-wrap {padding: 45px 0;}
body.page-about .story-copy p {font-size: 17px; line-height: 1.67;}
body.page-about .transparency-note {grid-template-columns: 1fr; gap: 20px; padding: 28px 23px 38px;}
body.page-about .seal {width: 64px; justify-self: end;}
body.page-about .seal span {width: 49px;}
body.page-about .standard-row {grid-template-columns: 42px 1fr; gap: 12px 15px;}
body.page-about .standard-row p {grid-column: 2;}
body.page-about .contact-row {grid-template-columns: 1fr; gap: 9px;}
body.page-about .contact-meta {text-align: left;}
body.page-about .newsletter-wrap {padding: 36px 0;}
body.page-about .newsletter-note {padding: 20px 18px 32px 54px;}
body.page-about .newsletter-note::before {left: 12px;}
body.page-about .newsletter-note .seal {display: none;}
body.page-about .form-row {grid-template-columns: 1fr; gap: 8px;}
body.page-about .newsletter-form input {border-right: 1px solid var(--line-strong); border-radius: 5px;}
body.page-about .newsletter-form .button {border-radius: 5px;}
}


/* =========================================================
   Legal pages — body.page-legal
   ========================================================= */
body.page-legal .reading-column {width: min(100%, var(--reading));
  margin-inline: auto;}
body.page-legal .page-main {min-height: 62vh;
  padding: clamp(48px, 7vw, 82px) 0 clamp(70px, 9vw, 112px);}
body.page-legal .page-header {margin-bottom: clamp(42px, 6vw, 62px);
  padding-bottom: clamp(30px, 4vw, 42px);
  border-bottom: 1px dashed var(--line-strong);}
body.page-legal .eyebrow {margin-bottom: 12px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;}
body.page-legal h1 {max-width: 660px;
  margin-bottom: 17px;
  font-size: clamp(48px, 6.1vw, 70px);
  line-height: .94;
  letter-spacing: -.047em;
  font-weight: 800;}
body.page-legal .page-dek {max-width: 620px;
  margin-bottom: 19px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.5;}
body.page-legal .updated {margin: 0;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: .02em;}
body.page-legal .legal-section {padding: 34px 0 36px;
  border-top: 1px solid var(--line);}
body.page-legal .legal-section:first-of-type {padding-top: 0;
  border-top: 0;}
body.page-legal .legal-section h2 {margin-bottom: 14px;
  font-size: clamp(28px, 4vw, 36px);
  line-height: 1.04;
  letter-spacing: -.032em;
  font-weight: 800;}
body.page-legal .legal-section h3 {margin: 28px 0 10px;
  font-size: 21px;
  line-height: 1.15;
  letter-spacing: -.018em;}
body.page-legal .legal-section p,
body.page-legal .legal-section li {color: var(--muted);
  font-size: 17px;
  line-height: 1.72;}
body.page-legal .legal-section p:last-child {margin-bottom: 0;}
body.page-legal .legal-section ul,
body.page-legal .legal-section ol {margin-bottom: 0;
  padding-left: 22px;}
body.page-legal .legal-section li + li {margin-top: 9px;}
body.page-legal .legal-section a,
body.page-legal .direct-email {color: var(--emerald);
  font-weight: 700;
  text-underline-offset: 4px;}
body.page-legal .plain-note {padding: 18px 20px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: rgba(221,235,224,.52);}
body.page-legal .plain-note p {margin: 0; font-size: 15px;}
body.page-legal .contact-form {display: grid;
  gap: 22px;
  margin-top: 30px;}
body.page-legal .field {display: grid;
  gap: 8px;}
body.page-legal .field-label {font-size: 10px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;}
body.page-legal .field input,
body.page-legal .field textarea {width: 100%;
  border: 1px solid var(--line-strong);
  border-radius: 6px;
  background: rgba(255,255,255,.44);
  color: var(--ink);
  padding: 13px 14px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.55);}
body.page-legal .field textarea {min-height: 180px;
  resize: vertical;
  line-height: 1.55;}
body.page-legal .field input::placeholder,
body.page-legal .field textarea::placeholder {color: rgba(14,42,35,.52);}
body.page-legal .form-actions {display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;}
body.page-legal .form-actions .button {min-width: 145px;
  cursor: pointer;}
body.page-legal .form-note {margin: 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.5;}
body.page-legal .form-status {margin: 0;
  color: var(--emerald);
  font-weight: 700;}
body.page-legal .contact-fallback {margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid var(--line);}
body.page-legal .error-main {display: grid;
  place-items: center;
  min-height: calc(100vh - 66px);
  padding: clamp(46px, 7vw, 82px) 0;}
body.page-legal .error-card {position: relative;
  width: min(100%, 720px);
  overflow: hidden;
  padding: clamp(36px, 7vw, 68px);
  border: 1px solid var(--line-strong);
  border-top-style: dashed;
  border-bottom-style: dashed;
  border-radius: 8px;
  background:
    linear-gradient(rgba(14,42,35,.032) 1px, transparent 1px) 0 0 / 100% 29px,
    var(--paper);
  box-shadow: var(--shadow);
  text-align: center;}
body.page-legal .error-card::before,
body.page-legal .error-card::after {content: "";
  position: absolute;
  left: -8px;
  right: -8px;
  height: 14px;
  background: radial-gradient(circle at 8px 7px, transparent 6px, var(--paper) 6.5px) repeat-x;
  background-size: 16px 14px;
  pointer-events: none;}
body.page-legal .error-card::before {top: -8px; transform: rotate(180deg);}
body.page-legal .error-card::after {bottom: -8px;}
body.page-legal .void-stamp {display: inline-block;
  margin-bottom: 24px;
  padding: 5px 13px 4px;
  border: 3px solid var(--gold);
  border-radius: 4px;
  color: var(--gold);
  font-family: var(--mono);
  font-size: clamp(19px, 4vw, 27px);
  font-weight: 600;
  letter-spacing: .16em;
  line-height: 1;
  transform: rotate(-4deg);}
body.page-legal .error-code {margin-bottom: 10px;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: .1em;}
body.page-legal .error-card h1 {max-width: 570px;
  margin-inline: auto;
  font-size: clamp(43px, 7.4vw, 68px);}
body.page-legal .error-copy {max-width: 480px;
  margin: 0 auto 27px;
  color: var(--muted);
  font-size: 18px;}
body.page-legal .search-form {display: grid;
  grid-template-columns: 1fr auto;
  max-width: 510px;
  margin: 0 auto 32px;}
body.page-legal .search-form input {min-width: 0;
  min-height: 46px;
  border: 1px solid var(--line-strong);
  border-right: 0;
  border-radius: 6px 0 0 6px;
  background: rgba(255,255,255,.54);
  color: var(--ink);
  padding: 0 14px;}
body.page-legal .search-form .button {min-height: 46px;
  border-radius: 0 6px 6px 0;
  box-shadow: none;}
body.page-legal .topic-links {display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 8px;
  margin-top: 8px;}
body.page-legal .topic-link {display: grid;
  gap: 2px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  text-decoration: none;
  text-align: left;}
body.page-legal .topic-link strong {font-size: 14px; line-height: 1.12;}
body.page-legal .topic-link span {color: var(--muted); font-size: 8px; text-transform: uppercase;}
body.page-legal .topic-link:hover {border-color: var(--line-strong);}
body.page-legal .established {font-size: 8px; letter-spacing: .11em; color: rgba(250,249,244,.6);}
@media (max-width: 700px) {
body.page-legal .page-main {padding: 38px 0 64px;}
body.page-legal h1 {font-size: clamp(44px, 14vw, 58px);}
body.page-legal .page-dek {font-size: 17px;}
body.page-legal .legal-section p,
body.page-legal .legal-section li {font-size: 16px; line-height: 1.7;}
body.page-legal .form-actions {align-items: stretch; flex-direction: column;}
body.page-legal .form-actions .button {width: 100%;}
body.page-legal .error-main {min-height: auto; padding: 32px 0 54px;}
body.page-legal .error-card {padding: 38px 20px 44px;}
body.page-legal .search-form {grid-template-columns: 1fr; gap: 8px;}
body.page-legal .search-form input {border-right: 1px solid var(--line-strong);
    border-radius: 6px;}
body.page-legal .search-form .button {border-radius: 6px;}
body.page-legal .topic-links {grid-template-columns: 1fr;}
}


/* =========================================================
   Contact — body.page-contact
   ========================================================= */
body.page-contact .reading-column {width: min(100%, var(--reading));
  margin-inline: auto;}
body.page-contact .page-main {min-height: 62vh;
  padding: clamp(48px, 7vw, 82px) 0 clamp(70px, 9vw, 112px);}
body.page-contact .page-header {margin-bottom: clamp(42px, 6vw, 62px);
  padding-bottom: clamp(30px, 4vw, 42px);
  border-bottom: 1px dashed var(--line-strong);}
body.page-contact .eyebrow {margin-bottom: 12px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;}
body.page-contact h1 {max-width: 660px;
  margin-bottom: 17px;
  font-size: clamp(48px, 6.1vw, 70px);
  line-height: .94;
  letter-spacing: -.047em;
  font-weight: 800;}
body.page-contact .page-dek {max-width: 620px;
  margin-bottom: 19px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.5;}
body.page-contact .updated {margin: 0;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: .02em;}
body.page-contact .legal-section {padding: 34px 0 36px;
  border-top: 1px solid var(--line);}
body.page-contact .legal-section:first-of-type {padding-top: 0;
  border-top: 0;}
body.page-contact .legal-section h2 {margin-bottom: 14px;
  font-size: clamp(28px, 4vw, 36px);
  line-height: 1.04;
  letter-spacing: -.032em;
  font-weight: 800;}
body.page-contact .legal-section h3 {margin: 28px 0 10px;
  font-size: 21px;
  line-height: 1.15;
  letter-spacing: -.018em;}
body.page-contact .legal-section p,
body.page-contact .legal-section li {color: var(--muted);
  font-size: 17px;
  line-height: 1.72;}
body.page-contact .legal-section p:last-child {margin-bottom: 0;}
body.page-contact .legal-section ul,
body.page-contact .legal-section ol {margin-bottom: 0;
  padding-left: 22px;}
body.page-contact .legal-section li + li {margin-top: 9px;}
body.page-contact .legal-section a,
body.page-contact .direct-email {color: var(--emerald);
  font-weight: 700;
  text-underline-offset: 4px;}
body.page-contact .plain-note {padding: 18px 20px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: rgba(221,235,224,.52);}
body.page-contact .plain-note p {margin: 0; font-size: 15px;}
body.page-contact .contact-form {display: grid;
  gap: 22px;
  margin-top: 30px;}
body.page-contact .field {display: grid;
  gap: 8px;}
body.page-contact .field-label {font-size: 10px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;}
body.page-contact .field input,
body.page-contact .field textarea {width: 100%;
  border: 1px solid var(--line-strong);
  border-radius: 6px;
  background: rgba(255,255,255,.44);
  color: var(--ink);
  padding: 13px 14px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.55);}
body.page-contact .field textarea {min-height: 180px;
  resize: vertical;
  line-height: 1.55;}
body.page-contact .field input::placeholder,
body.page-contact .field textarea::placeholder {color: rgba(14,42,35,.52);}
body.page-contact .form-actions {display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;}
body.page-contact .form-actions .button {min-width: 145px;
  cursor: pointer;}
body.page-contact .form-note {margin: 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.5;}
body.page-contact .form-status {margin: 0;
  color: var(--emerald);
  font-weight: 700;}
body.page-contact .contact-fallback {margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid var(--line);}
body.page-contact .error-main {display: grid;
  place-items: center;
  min-height: calc(100vh - 66px);
  padding: clamp(46px, 7vw, 82px) 0;}
body.page-contact .error-card {position: relative;
  width: min(100%, 720px);
  overflow: hidden;
  padding: clamp(36px, 7vw, 68px);
  border: 1px solid var(--line-strong);
  border-top-style: dashed;
  border-bottom-style: dashed;
  border-radius: 8px;
  background:
    linear-gradient(rgba(14,42,35,.032) 1px, transparent 1px) 0 0 / 100% 29px,
    var(--paper);
  box-shadow: var(--shadow);
  text-align: center;}
body.page-contact .error-card::before,
body.page-contact .error-card::after {content: "";
  position: absolute;
  left: -8px;
  right: -8px;
  height: 14px;
  background: radial-gradient(circle at 8px 7px, transparent 6px, var(--paper) 6.5px) repeat-x;
  background-size: 16px 14px;
  pointer-events: none;}
body.page-contact .error-card::before {top: -8px; transform: rotate(180deg);}
body.page-contact .error-card::after {bottom: -8px;}
body.page-contact .void-stamp {display: inline-block;
  margin-bottom: 24px;
  padding: 5px 13px 4px;
  border: 3px solid var(--gold);
  border-radius: 4px;
  color: var(--gold);
  font-family: var(--mono);
  font-size: clamp(19px, 4vw, 27px);
  font-weight: 600;
  letter-spacing: .16em;
  line-height: 1;
  transform: rotate(-4deg);}
body.page-contact .error-code {margin-bottom: 10px;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: .1em;}
body.page-contact .error-card h1 {max-width: 570px;
  margin-inline: auto;
  font-size: clamp(43px, 7.4vw, 68px);}
body.page-contact .error-copy {max-width: 480px;
  margin: 0 auto 27px;
  color: var(--muted);
  font-size: 18px;}
body.page-contact .search-form {display: grid;
  grid-template-columns: 1fr auto;
  max-width: 510px;
  margin: 0 auto 32px;}
body.page-contact .search-form input {min-width: 0;
  min-height: 46px;
  border: 1px solid var(--line-strong);
  border-right: 0;
  border-radius: 6px 0 0 6px;
  background: rgba(255,255,255,.54);
  color: var(--ink);
  padding: 0 14px;}
body.page-contact .search-form .button {min-height: 46px;
  border-radius: 0 6px 6px 0;
  box-shadow: none;}
body.page-contact .topic-links {display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 8px;
  margin-top: 8px;}
body.page-contact .topic-link {display: grid;
  gap: 2px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  text-decoration: none;
  text-align: left;}
body.page-contact .topic-link strong {font-size: 14px; line-height: 1.12;}
body.page-contact .topic-link span {color: var(--muted); font-size: 8px; text-transform: uppercase;}
body.page-contact .topic-link:hover {border-color: var(--line-strong);}
body.page-contact .established {font-size: 8px; letter-spacing: .11em; color: rgba(250,249,244,.6);}
@media (max-width: 700px) {
body.page-contact .page-main {padding: 38px 0 64px;}
body.page-contact h1 {font-size: clamp(44px, 14vw, 58px);}
body.page-contact .page-dek {font-size: 17px;}
body.page-contact .legal-section p,
body.page-contact .legal-section li {font-size: 16px; line-height: 1.7;}
body.page-contact .form-actions {align-items: stretch; flex-direction: column;}
body.page-contact .form-actions .button {width: 100%;}
body.page-contact .error-main {min-height: auto; padding: 32px 0 54px;}
body.page-contact .error-card {padding: 38px 20px 44px;}
body.page-contact .search-form {grid-template-columns: 1fr; gap: 8px;}
body.page-contact .search-form input {border-right: 1px solid var(--line-strong);
    border-radius: 6px;}
body.page-contact .search-form .button {border-radius: 6px;}
body.page-contact .topic-links {grid-template-columns: 1fr;}
}


/* =========================================================
   404 — body.page-404
   ========================================================= */
body.page-404 .reading-column {width: min(100%, var(--reading));
  margin-inline: auto;}
body.page-404 .page-main {min-height: 62vh;
  padding: clamp(48px, 7vw, 82px) 0 clamp(70px, 9vw, 112px);}
body.page-404 .page-header {margin-bottom: clamp(42px, 6vw, 62px);
  padding-bottom: clamp(30px, 4vw, 42px);
  border-bottom: 1px dashed var(--line-strong);}
body.page-404 .eyebrow {margin-bottom: 12px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;}
body.page-404 h1 {max-width: 660px;
  margin-bottom: 17px;
  font-size: clamp(48px, 6.1vw, 70px);
  line-height: .94;
  letter-spacing: -.047em;
  font-weight: 800;}
body.page-404 .page-dek {max-width: 620px;
  margin-bottom: 19px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.5;}
body.page-404 .updated {margin: 0;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: .02em;}
body.page-404 .legal-section {padding: 34px 0 36px;
  border-top: 1px solid var(--line);}
body.page-404 .legal-section:first-of-type {padding-top: 0;
  border-top: 0;}
body.page-404 .legal-section h2 {margin-bottom: 14px;
  font-size: clamp(28px, 4vw, 36px);
  line-height: 1.04;
  letter-spacing: -.032em;
  font-weight: 800;}
body.page-404 .legal-section h3 {margin: 28px 0 10px;
  font-size: 21px;
  line-height: 1.15;
  letter-spacing: -.018em;}
body.page-404 .legal-section p,
body.page-404 .legal-section li {color: var(--muted);
  font-size: 17px;
  line-height: 1.72;}
body.page-404 .legal-section p:last-child {margin-bottom: 0;}
body.page-404 .legal-section ul,
body.page-404 .legal-section ol {margin-bottom: 0;
  padding-left: 22px;}
body.page-404 .legal-section li + li {margin-top: 9px;}
body.page-404 .legal-section a,
body.page-404 .direct-email {color: var(--emerald);
  font-weight: 700;
  text-underline-offset: 4px;}
body.page-404 .plain-note {padding: 18px 20px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: rgba(221,235,224,.52);}
body.page-404 .plain-note p {margin: 0; font-size: 15px;}
body.page-404 .contact-form {display: grid;
  gap: 22px;
  margin-top: 30px;}
body.page-404 .field {display: grid;
  gap: 8px;}
body.page-404 .field-label {font-size: 10px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;}
body.page-404 .field input,
body.page-404 .field textarea {width: 100%;
  border: 1px solid var(--line-strong);
  border-radius: 6px;
  background: rgba(255,255,255,.44);
  color: var(--ink);
  padding: 13px 14px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.55);}
body.page-404 .field textarea {min-height: 180px;
  resize: vertical;
  line-height: 1.55;}
body.page-404 .field input::placeholder,
body.page-404 .field textarea::placeholder {color: rgba(14,42,35,.52);}
body.page-404 .form-actions {display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;}
body.page-404 .form-actions .button {min-width: 145px;
  cursor: pointer;}
body.page-404 .form-note {margin: 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.5;}
body.page-404 .form-status {margin: 0;
  color: var(--emerald);
  font-weight: 700;}
body.page-404 .contact-fallback {margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid var(--line);}
body.page-404 .error-main {display: grid;
  place-items: center;
  min-height: calc(100vh - 66px);
  padding: clamp(46px, 7vw, 82px) 0;}
body.page-404 .error-card {position: relative;
  width: min(100%, 720px);
  margin-inline: auto;
  overflow: hidden;
  padding: clamp(36px, 7vw, 68px);
  border: 1px solid var(--line-strong);
  border-top-style: dashed;
  border-bottom-style: dashed;
  border-radius: 8px;
  background:
    linear-gradient(rgba(14,42,35,.032) 1px, transparent 1px) 0 0 / 100% 29px,
    var(--paper);
  box-shadow: var(--shadow);
  text-align: center;}
body.page-404 .error-card::before,
body.page-404 .error-card::after {content: "";
  position: absolute;
  left: -8px;
  right: -8px;
  height: 14px;
  background: radial-gradient(circle at 8px 7px, transparent 6px, var(--paper) 6.5px) repeat-x;
  background-size: 16px 14px;
  pointer-events: none;}
body.page-404 .error-card::before {top: -8px; transform: rotate(180deg);}
body.page-404 .error-card::after {bottom: -8px;}
body.page-404 .void-stamp {display: inline-block;
  margin-bottom: 24px;
  padding: 5px 13px 4px;
  border: 3px solid var(--gold);
  border-radius: 4px;
  color: var(--gold);
  font-family: var(--mono);
  font-size: clamp(19px, 4vw, 27px);
  font-weight: 600;
  letter-spacing: .16em;
  line-height: 1;
  transform: rotate(-4deg);}
body.page-404 .error-code {margin-bottom: 10px;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: .1em;}
body.page-404 .error-card h1 {max-width: 570px;
  margin-inline: auto;
  font-size: clamp(43px, 7.4vw, 68px);}
body.page-404 .error-copy {max-width: 480px;
  margin: 0 auto 27px;
  color: var(--muted);
  font-size: 18px;}
body.page-404 .search-form {display: grid;
  grid-template-columns: 1fr auto;
  max-width: 510px;
  margin: 0 auto 32px;}
body.page-404 .search-form input {min-width: 0;
  min-height: 46px;
  border: 1px solid var(--line-strong);
  border-right: 0;
  border-radius: 6px 0 0 6px;
  background: rgba(255,255,255,.54);
  color: var(--ink);
  padding: 0 14px;}
body.page-404 .search-form .button {min-height: 46px;
  border-radius: 0 6px 6px 0;
  box-shadow: none;}
body.page-404 .topic-links {display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 8px;
  margin-top: 8px;}
body.page-404 .topic-link {display: grid;
  gap: 2px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  text-decoration: none;
  text-align: left;}
body.page-404 .topic-link strong {font-size: 14px; line-height: 1.12;}
body.page-404 .topic-link span {color: var(--muted); font-size: 8px; text-transform: uppercase;}
body.page-404 .topic-link:hover {border-color: var(--line-strong);}
body.page-404 .established {font-size: 8px; letter-spacing: .11em; color: rgba(250,249,244,.6);}
@media (max-width: 700px) {
body.page-404 .page-main {padding: 38px 0 64px;}
body.page-404 h1 {font-size: clamp(44px, 14vw, 58px);}
body.page-404 .page-dek {font-size: 17px;}
body.page-404 .legal-section p,
body.page-404 .legal-section li {font-size: 16px; line-height: 1.7;}
body.page-404 .form-actions {align-items: stretch; flex-direction: column;}
body.page-404 .form-actions .button {width: 100%;}
body.page-404 .error-main {min-height: auto; padding: 32px 0 54px;}
body.page-404 .error-card {padding: 38px 20px 44px;}
body.page-404 .search-form {grid-template-columns: 1fr; gap: 8px;}
body.page-404 .search-form input {border-right: 1px solid var(--line-strong);
    border-radius: 6px;}
body.page-404 .search-form .button {border-radius: 6px;}
body.page-404 .topic-links {grid-template-columns: 1fr;}
}
