:root {
  --ink: #0b2e36;
  --ink-2: #174650;
  --muted: #587076;
  --teal: #087c69;
  --teal-2: #0bb696;
  --teal-soft: #dff3ed;
  --lime: #d9f26a;
  --cream: #fffefa;
  --paper: #f6f5ef;
  --line: #d7e1dc;
  --white: #ffffff;
  --danger: #9e2f2f;
  --warning: #8a5b00;
  --shadow: 0 18px 50px rgba(8, 47, 58, .11);
  --shadow-sm: 0 8px 24px rgba(8, 47, 58, .08);
  --radius: 18px;
  --radius-sm: 12px;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Avenir Next", "Segoe UI", Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
img, svg { max-width: 100%; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--lime); outline-offset: 3px; }
.skip-link { position: fixed; top: 8px; left: 8px; transform: translateY(-150%); background: var(--ink); color: white; padding: 10px 14px; z-index: 1000; border-radius: 8px; }
.skip-link:focus { transform: none; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 88px 0; }
.section-sm { padding: 56px 0; }
.surface { background: var(--paper); }
.dark { background: var(--ink); color: white; }
.muted { color: var(--muted); }
.eyebrow { margin: 0 0 12px; color: var(--teal); font-weight: 800; letter-spacing: .12em; text-transform: uppercase; font-size: .78rem; }
.dark .eyebrow { color: var(--lime); }
h1, h2, h3 { margin: 0; line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(2.55rem, 6vw, 5.25rem); max-width: 920px; }
h2 { font-size: clamp(2rem, 4vw, 3.45rem); }
h3 { font-size: 1.28rem; }
p { margin: 0 0 1rem; }
.lede { font-size: clamp(1.08rem, 2vw, 1.35rem); line-height: 1.55; max-width: 770px; color: var(--muted); }
.dark .lede { color: #c8d9d6; }
.kicker-row { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-bottom: 14px; }
.pill { display: inline-flex; align-items: center; gap: 7px; border-radius: 999px; padding: 7px 11px; background: var(--teal-soft); color: var(--teal); font-weight: 800; font-size: .78rem; line-height: 1; }
.pill.neutral { background: #edf1ee; color: #4b6367; }
.pill.warn { background: #fff3d4; color: var(--warning); }
.pill.live { background: var(--lime); color: var(--ink); }

.disclosure-bar { background: #061f26; color: #d9e8e5; font-size: .79rem; }
.disclosure-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.disclosure-inner a { color: white; font-weight: 750; }
.site-header { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; flex: 0 0 auto; }
.brand-mark { width: 39px; height: 39px; position: relative; border-radius: 11px; display: block; background: var(--ink); }
.brand-mark::before { content: ""; position: absolute; width: 15px; height: 15px; left: 8px; top: 7px; border: 3px solid var(--teal-2); border-radius: 50%; }
.brand-mark::after { content: ""; position: absolute; width: 4px; height: 14px; right: 8px; bottom: 5px; border-radius: 5px; background: var(--lime); transform: rotate(-43deg); transform-origin: center; }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font-size: 1rem; letter-spacing: .01em; }
.brand-copy span { color: var(--teal); font-size: 1.3rem; font-weight: 850; letter-spacing: -.04em; margin-top: 3px; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: 26px; }
.site-nav a { text-decoration: none; font-size: .92rem; font-weight: 720; color: #294b52; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--teal); }
.header-cta, .button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; border-radius: 999px; padding: 10px 20px; font-weight: 800; text-decoration: none; border: 1px solid transparent; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.header-cta, .button.primary { background: var(--ink); color: white; }
.button.accent { background: var(--lime); color: var(--ink); }
.button.secondary { background: transparent; color: var(--ink); border-color: #aabfbb; }
.button.ghost { background: white; color: var(--teal); border-color: var(--line); }
.button.small { min-height: 38px; padding: 7px 14px; font-size: .86rem; }
.button:hover, .header-cta:hover { transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.button[disabled] { opacity: .55; cursor: not-allowed; transform: none; box-shadow: none; }
.menu-toggle { display: none; border: 0; background: none; padding: 8px; color: var(--ink); font-weight: 800; }

.hero { position: relative; overflow: hidden; padding: 76px 0 92px; background: linear-gradient(145deg, #f8f7f1 0%, #eef8f4 62%, #e1f4ed 100%); }
.hero::after { content: ""; position: absolute; width: 430px; height: 430px; border: 1px solid #b6d7d0; border-radius: 50%; right: -165px; top: -140px; box-shadow: 0 0 0 60px rgba(183, 225, 215, .18), 0 0 0 120px rgba(183,225,215,.1); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(360px, .72fr); gap: 64px; align-items: center; }
.hero h1 { max-width: 760px; }
.hero h1 em { color: var(--teal); font-style: normal; }
.hero .lede { margin: 24px 0 30px; }
.action-row { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.proof-row { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 28px; color: #456368; font-size: .86rem; font-weight: 700; }
.proof-row span::before { content: "✓"; color: var(--teal); margin-right: 7px; font-weight: 900; }
.planner-card { background: rgba(255,255,255,.93); border: 1px solid rgba(168,200,192,.8); box-shadow: var(--shadow); border-radius: 24px; padding: 26px; backdrop-filter: blur(8px); }
.planner-card h2 { font-size: 1.55rem; letter-spacing: -.02em; }
.planner-card .card-head { display: flex; align-items: start; justify-content: space-between; gap: 18px; margin-bottom: 20px; }
.step-chip { border-radius: 999px; padding: 6px 10px; background: var(--teal-soft); color: var(--teal); font-weight: 850; font-size: .72rem; white-space: nowrap; }

.field-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; }
.field-grid.one { grid-template-columns: 1fr; }
label.field { display: grid; gap: 6px; color: #294b52; font-size: .84rem; font-weight: 760; }
.field input, .field select, .field textarea, .search-input { width: 100%; min-height: 46px; border: 1px solid #bdccc8; background: white; color: var(--ink); border-radius: 10px; padding: 10px 12px; }
.field textarea { min-height: 132px; resize: vertical; }
.field small { font-weight: 500; color: var(--muted); }
.money-wrap { position: relative; }
.money-wrap span { position: absolute; left: 12px; top: 50%; transform: translateY(-50%); color: var(--muted); }
.money-wrap input { padding-left: 28px; }
.form-actions { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; margin-top: 18px; }
.result-panel { margin-top: 18px; background: #edf8f4; border: 1px solid #add8ce; border-radius: 14px; padding: 16px; }
.result-panel[hidden] { display: none; }
.result-panel .big-number { font-size: 2rem; font-weight: 900; letter-spacing: -.04em; line-height: 1.1; }
.result-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; margin-top: 14px; }
.result-grid div { background: white; border-radius: 10px; padding: 11px; }
.result-grid span { display: block; color: var(--muted); font-size: .72rem; font-weight: 750; text-transform: uppercase; letter-spacing: .06em; }
.result-grid strong { display: block; margin-top: 3px; }
.fine { color: var(--muted); font-size: .78rem; line-height: 1.45; }
.school-search { position: relative; }
.school-results { position: absolute; top: calc(100% + 6px); left: 0; right: 0; max-height: 290px; overflow: auto; background: white; border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow); padding: 6px; z-index: 20; }
.school-results[hidden] { display: none; }
.school-results button { width: 100%; border: 0; background: transparent; text-align: left; padding: 10px; border-radius: 8px; color: var(--ink); }
.school-results button:hover, .school-results button[aria-selected="true"] { background: var(--teal-soft); }
.school-results strong, .school-results span { display: block; }
.school-results span { color: var(--muted); font-size: .8rem; }
.school-context { margin-top: 12px; padding: 12px; border-radius: 10px; border: 1px solid var(--line); background: var(--cream); }
.school-context[hidden] { display: none; }
.school-metrics { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; margin: 10px 0; }
.school-metrics span { background: white; border: 1px solid var(--line); border-radius: 8px; padding: 8px; font-size: .75rem; }
.school-metrics strong { display: block; font-size: .93rem; }

.metric-band { background: var(--ink); color: white; }
.metric-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); }
.metric { min-height: 150px; padding: 30px 26px; border-right: 1px solid rgba(255,255,255,.14); display: grid; align-content: center; }
.metric:last-child { border-right: 0; }
.metric strong { font-size: 2rem; letter-spacing: -.05em; }
.metric span { color: #bad2ce; font-size: .86rem; margin-top: 4px; }

.section-head { display: flex; align-items: end; justify-content: space-between; gap: 36px; margin-bottom: 34px; }
.section-head p { max-width: 560px; margin: 0; color: var(--muted); }
.card-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.card { background: white; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: 0 1px 0 rgba(8,47,58,.03); }
.card:hover { border-color: #abcac3; box-shadow: var(--shadow-sm); }
.card h3 { margin: 12px 0 10px; }
.card p { color: var(--muted); }
.card-link { display: inline-flex; align-items: center; gap: 7px; color: var(--teal); font-weight: 820; text-decoration: none; }
.number-card { position: relative; padding-top: 60px; }
.number-card .number { position: absolute; top: 22px; left: 24px; color: var(--teal); font-weight: 900; font-size: .8rem; letter-spacing: .1em; }
.decision-path { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 22px; overflow: hidden; }
.decision-path article { background: white; padding: 30px; }
.decision-path .path-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--teal-soft); color: var(--teal); font-weight: 900; margin-bottom: 16px; }
.decision-path p { color: var(--muted); }
.callout { border-left: 4px solid var(--teal); background: var(--teal-soft); padding: 18px 20px; border-radius: 0 12px 12px 0; }
.callout strong { display: block; margin-bottom: 4px; }
.callout.warn { border-color: #e1aa39; background: #fff8e8; }
.callout.dark-callout { background: #133c45; color: white; border-color: var(--lime); }
.callout.dark-callout p { color: #cde0dd; }

.page-hero { padding: 64px 0 54px; background: linear-gradient(145deg,#f6f5ef,#eaf7f2); border-bottom: 1px solid var(--line); }
.page-hero h1 { font-size: clamp(2.5rem,5vw,4.5rem); }
.page-hero .lede { margin-top: 20px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-bottom: 22px; color: var(--muted); font-size: .82rem; }
.breadcrumbs a { color: var(--teal); }
.trust-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 22px; font-size: .8rem; color: var(--muted); }
.trust-row span { padding-right: 14px; border-right: 1px solid var(--line); }
.trust-row span:last-child { border-right: 0; }

.finder-layout { display: grid; grid-template-columns: 280px minmax(0,1fr); gap: 30px; align-items: start; }
.filters { position: sticky; top: 20px; background: white; border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; }
.filters h2 { font-size: 1.18rem; margin-bottom: 18px; }
.filter-stack { display: grid; gap: 15px; }
.filter-actions { display: flex; justify-content: space-between; align-items: center; padding-top: 14px; border-top: 1px solid var(--line); }
.text-button { border: 0; background: none; color: var(--teal); font-weight: 800; padding: 5px 0; cursor: pointer; }
.finder-tools { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 18px; }
.finder-count { color: var(--muted); }
.lender-grid { display: grid; gap: 16px; }
.lender-card { background: white; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow-sm); }
.lender-card-head { display: flex; gap: 14px; align-items: center; }
.monogram { width: 46px; height: 46px; border-radius: 12px; background: var(--ink); color: var(--lime); display: grid; place-items: center; font-weight: 900; }
.lender-card-head .heading { flex: 1; }
.lender-card-head small { display: block; color: var(--muted); }
.lender-card h3 { font-size: 1.45rem; margin-top: 3px; }
.lender-summary { margin: 16px 0; color: var(--muted); }
.chip-row { display: flex; flex-wrap: wrap; gap: 7px; }
.chip { display: inline-flex; border-radius: 999px; background: #edf3f0; color: #31545a; padding: 5px 9px; font-size: .74rem; font-weight: 750; }
.data-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 8px; margin: 18px 0; }
.data-grid div { background: var(--paper); border-radius: 10px; padding: 10px; min-height: 68px; }
.data-grid span { display: block; font-size: .7rem; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); font-weight: 770; }
.data-grid strong { display: block; margin-top: 4px; font-size: .89rem; }
.card-foot { display: flex; justify-content: space-between; align-items: center; gap: 18px; padding-top: 16px; border-top: 1px solid var(--line); }
.relationship { font-size: .76rem; color: var(--muted); max-width: 420px; }
.compare-check { display: inline-flex; gap: 7px; align-items: center; font-size: .83rem; font-weight: 780; }
.compare-tray { position: fixed; left: 50%; transform: translateX(-50%); bottom: 16px; width: min(800px,calc(100% - 24px)); background: var(--ink); color: white; border-radius: 18px; padding: 14px 18px; box-shadow: 0 16px 60px rgba(0,0,0,.3); display: flex; justify-content: space-between; align-items: center; gap: 18px; z-index: 100; }
.compare-tray[hidden] { display: none; }
.compare-tray p { margin: 0; }
.compare-tray small { color: #bad2ce; }
.compare-tray .button { flex: 0 0 auto; }
.comparison-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
table { width: 100%; border-collapse: collapse; }
th, td { padding: 14px 16px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
th { background: #edf4f1; font-size: .78rem; text-transform: uppercase; letter-spacing: .05em; }
tr:last-child td { border-bottom: 0; }
.comparison-table th:first-child { min-width: 180px; }
.comparison-table td { min-width: 210px; }
.empty-state { padding: 48px; text-align: center; border: 1px dashed #a9c2bc; border-radius: var(--radius); color: var(--muted); }

.tools-nav { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 26px; }
.tools-nav a { text-decoration: none; padding: 8px 13px; border-radius: 999px; background: white; border: 1px solid var(--line); font-size: .84rem; font-weight: 760; }
.tools-nav a[aria-current="page"] { background: var(--ink); color: white; border-color: var(--ink); }
.tool-layout { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(320px,.7fr); gap: 28px; align-items: start; }
.tool-card { background: white; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow-sm); }
.tool-card h2 { font-size: 1.55rem; margin-bottom: 18px; }
.tool-result { position: sticky; top: 20px; background: var(--ink); color: white; border-radius: var(--radius); padding: 26px; }
.tool-result h2 { font-size: 1rem; color: var(--lime); text-transform: uppercase; letter-spacing: .08em; }
.tool-result .big-number { font-size: 2.6rem; font-weight: 900; letter-spacing: -.05em; }
.tool-result .result-grid div { background: #123d46; }
.tool-result .result-grid span { color: #a9c5c0; }
.range-note { margin-top: 16px; color: #bdd0cd; font-size: .78rem; }
.offer-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.offer-card { border: 1px solid var(--line); border-radius: 14px; padding: 16px; }
.offer-card h3 { margin-bottom: 14px; }
.offer-card.best { border: 2px solid var(--teal); background: #f0fbf7; }

.article-layout { display: grid; grid-template-columns: minmax(0,760px) 260px; gap: 70px; align-items: start; }
.article-body { font-size: 1.04rem; }
.article-body h2 { font-size: 2rem; margin: 2.4rem 0 1rem; }
.article-body h3 { margin: 1.7rem 0 .7rem; }
.article-body p, .article-body li { color: #2f4f55; }
.article-body a { color: var(--teal); font-weight: 700; }
.article-body ul, .article-body ol { padding-left: 1.3rem; }
.article-body li { margin-bottom: .7rem; }
.article-body .callout { margin: 1.7rem 0; }
.article-toc { position: sticky; top: 20px; border-left: 1px solid var(--line); padding-left: 20px; }
.article-toc strong { display: block; margin-bottom: 10px; }
.article-toc a { display: block; color: var(--muted); text-decoration: none; padding: 5px 0; font-size: .84rem; }
.article-toc a:hover { color: var(--teal); }
.source-list { background: var(--paper); border-radius: 14px; padding: 18px 22px; margin-top: 34px; }
.source-list h2 { font-size: 1.25rem; margin-bottom: 10px; }
.source-list li { word-break: break-word; font-size: .86rem; }
.byline { display: flex; flex-wrap: wrap; gap: 12px 20px; align-items: center; margin-top: 20px; color: var(--muted); font-size: .82rem; }
.byline strong { color: var(--ink); }
.related-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; margin-top: 30px; }

.profile-hero-grid { display: grid; grid-template-columns: 1fr 350px; gap: 44px; align-items: center; }
.profile-summary { background: white; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow-sm); }
.profile-summary dl { margin: 0; display: grid; gap: 10px; }
.profile-summary div { display: flex; justify-content: space-between; gap: 16px; border-bottom: 1px solid var(--line); padding-bottom: 9px; }
.profile-summary div:last-child { border-bottom: 0; }
.profile-summary dt { color: var(--muted); }
.profile-summary dd { margin: 0; text-align: right; font-weight: 780; }
.evidence-table td:first-child { font-weight: 780; color: var(--ink); width: 28%; }
.evidence-table td:nth-child(2) { width: 50%; }
.evidence-table td:last-child { font-size: .8rem; }

.trust-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.definition-list { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.definition-list div { background: white; padding: 18px; display: grid; grid-template-columns: 220px 1fr; gap: 20px; }
.definition-list dt { font-weight: 850; }
.definition-list dd { margin: 0; color: var(--muted); }
.contact-grid { display: grid; grid-template-columns: minmax(0,1fr) 360px; gap: 38px; align-items: start; }
.honeypot { position: absolute !important; left: -9999px !important; }
.status-message { border-radius: 10px; padding: 12px; margin-bottom: 18px; }
.status-message.success { background: var(--teal-soft); color: #075e50; }
.status-message.error { background: #fbefed; color: var(--danger); }

.site-footer { background: #061f26; color: #d3e0de; padding: 60px 0 22px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr repeat(3,1fr); gap: 40px; }
.site-footer .brand-mark { border-color: white; background: #0b2e36; }
.site-footer .brand-copy strong { color: white; }
.site-footer .brand-copy span { color: var(--lime); }
.site-footer h2 { font-size: .86rem; letter-spacing: .07em; text-transform: uppercase; color: white; margin-bottom: 14px; }
.site-footer a:not(.brand) { display: block; color: #c3d3d0; text-decoration: none; padding: 4px 0; font-size: .87rem; }
.site-footer a:hover { color: var(--lime); }
.footer-brand p { max-width: 320px; margin-top: 18px; color: #a9c0bc; font-size: .84rem; }
.footer-bottom { margin-top: 38px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.13); display: flex; justify-content: space-between; gap: 24px; color: #9db5b1; font-size: .76rem; }

@media (max-width: 960px) {
  .site-header { flex-wrap: wrap; }
  .menu-toggle { display: block; }
  .site-nav { display: none; position: fixed; inset: 120px 0 0; background: var(--cream); z-index: 200; padding: 32px 22px; align-items: stretch; flex-direction: column; justify-content: start; }
  .site-nav.open { display: flex; }
  .site-nav a { font-size: 1.15rem; padding: 8px; }
  .header-cta { margin-left: auto; }
  .hero-grid, .profile-hero-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 38px; }
  .metric-grid { grid-template-columns: repeat(2,1fr); }
  .metric:nth-child(2) { border-right: 0; }
  .metric:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.14); }
  .card-grid, .related-grid { grid-template-columns: repeat(2,1fr); }
  .finder-layout { grid-template-columns: 1fr; }
  .filters, .tool-result { position: static; }
  .filters .filter-stack { grid-template-columns: repeat(2,1fr); }
  .tool-layout, .article-layout, .contact-grid { grid-template-columns: 1fr; }
  .article-toc { position: static; order: -1; border-left: 0; border-bottom: 1px solid var(--line); padding: 0 0 18px; }
  .article-toc a { display: inline-block; margin-right: 14px; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
  .data-grid { grid-template-columns: repeat(2,1fr); }
  .offer-grid { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  :root { --shell: min(100% - 28px, 1180px); }
  .disclosure-inner { padding: 8px 0; align-items: start; }
  .disclosure-inner span { max-width: 70%; }
  .site-header { min-height: 72px; gap: 12px; }
  .brand-copy strong { font-size: .85rem; }
  .brand-copy span { font-size: 1.12rem; }
  .brand-mark { width: 34px; height: 34px; }
  .header-cta { display: none; }
  .hero { padding: 54px 0 65px; }
  .section { padding: 64px 0; }
  .field-grid, .filters .filter-stack { grid-template-columns: 1fr; }
  .section-head { align-items: start; flex-direction: column; }
  .card-grid, .related-grid, .decision-path, .trust-grid { grid-template-columns: 1fr; }
  .metric-grid { grid-template-columns: 1fr; }
  .metric { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); min-height: 118px; }
  .metric:last-child { border-bottom: 0; }
  .result-grid, .school-metrics { grid-template-columns: 1fr; }
  .finder-tools, .card-foot, .compare-tray { align-items: stretch; flex-direction: column; }
  .compare-tray .button { width: 100%; }
  .data-grid { grid-template-columns: 1fr 1fr; }
  .definition-list div { grid-template-columns: 1fr; gap: 6px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
}

@media print {
  .disclosure-bar, .site-header, .site-footer, .action-row, .tools-nav, .compare-tray, .article-toc { display: none !important; }
  body { background: white; color: black; font-size: 12pt; }
  .section, .page-hero { padding: 24px 0; }
  .tool-layout, .article-layout { display: block; }
  .tool-result { background: white; color: black; border: 1px solid #999; margin-top: 20px; }
  a { text-decoration: none; }
}
