:root {
  --bg: #FFFBF7;
  --bg-warm: #FFF3EA;
  --bg-white: #FFFFFF;
  --text: #1A1A2E;
  --navy: #1A1A2E;
  --text-body: #3D3D56;
  --text-muted: #6E6E85;
  --accent: #E8553D;
  --accent-hover: #D44A33;
  --border: #E8E4E0;
  --border-light: #F0ECE8;
  --radius: 14px;
  --radius-sm: 8px;
  --anchor-offset: 6rem;
  --card-shadow: 0 1px 3px rgba(26,26,46,.04), 0 6px 24px rgba(26,26,46,.03);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--anchor-offset); }
[id] { scroll-margin-top: var(--anchor-offset); }
body { margin: 0; background: var(--bg); color: var(--text-body); font-family: 'DM Sans', -apple-system, sans-serif; font-size: 1rem; line-height: 1.65; -webkit-font-smoothing: antialiased; }
h1, h2, h3 { color: var(--text); font-family: 'DM Serif Display', Georgia, serif; font-weight: 400; line-height: 1.2; }
h1 { font-size: clamp(2.35rem, 6vw, 4.25rem); margin: .6rem 0 1rem; }
h2 { font-size: clamp(1.75rem, 4vw, 2.5rem); }
h3 { font-size: 1.25rem; }
a { color: var(--text); text-underline-offset: .18em; }
a:focus-visible, summary:focus-visible, .scope-wrap:focus-visible, .table-scroll:focus-visible { outline: 3px solid var(--text); outline-offset: 3px; }
.scope-wrap:focus-visible, .table-scroll:focus-visible { outline-offset: -3px; scroll-margin-inline: 1rem; }
.container { width: min(1100px, calc(100% - 56px)); margin: 0 auto; }
.site-nav { position: sticky; top: 0; z-index: 100; background: rgba(255,251,247,.94); backdrop-filter: blur(16px); border-bottom: 1px solid var(--border-light); }
.nav-inner, .footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 14px 0; }
.logo { color: var(--text); font-family: 'DM Serif Display', Georgia, serif; font-size: 1.35rem; text-decoration: none; white-space: nowrap; }
.logo span { color: var(--accent); }
.nav-links { display: flex; align-items: center; gap: 2rem; flex-wrap: wrap; }
.nav-links a { color: var(--text-muted); font-size: .9rem; font-weight: 500; text-decoration: none; }
.nav-links a:hover { color: var(--text); }
.nav-links .button { color: #fff; }
.nav-links .button:hover { color: #fff; }
.btn-fill { --button-role: primary; }
.btn-fill, .button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; border: 0; border-radius: 100px; background: var(--navy); color: #fff; padding: 11px 26px; font: 600 .875rem/1.4 'DM Sans', sans-serif; text-decoration: none; transition: transform .2s, background .2s, box-shadow .2s; }
.btn-fill:hover, .button:hover { background: #2A2A42; color: #fff; transform: translateY(-1px); box-shadow: 0 4px 16px rgba(26,26,46,.15); }
.btn-cta { --button-role: call-to-action; }
.btn-cta, .button.accent { display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 100px; background: var(--accent); color: #fff; padding: 16px 36px; font: 700 1.2rem/1.4 'DM Sans', sans-serif; text-decoration: none; }
.btn-cta:hover, .button.accent:hover { background: var(--accent-hover); color: #fff; transform: translateY(-1px); }
.hero { padding: 5.5rem 0 4rem; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 3rem; align-items: center; }
.hero figure { margin: 0; }
.hero img { display: block; width: 100%; height: auto; }
.hero figcaption { color: var(--text-muted); font-size: .86rem; margin-top: .65rem; }
.visual-panel { background: var(--bg-white); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--card-shadow); justify-self: center; margin: 0; max-width: 780px; padding: .75rem; width: 100%; }
.visual-panel img { border-radius: var(--radius-sm); display: block; height: auto; width: 100%; }
.visual-panel figcaption { color: var(--text-muted); font-size: .86rem; margin: .65rem .35rem .15rem; }
.visual-grid { display: grid; gap: 2rem; grid-template-columns: minmax(0, 1fr); align-items: center; }
.eyebrow { color: var(--text); font-family: 'Space Mono', monospace; font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { background: var(--accent); content: ''; display: inline-block; height: 2px; margin-right: .55rem; vertical-align: .22em; width: .8rem; }
.lead { color: var(--text-muted); font-size: 1.15rem; max-width: 48rem; }
.answer, .notice { background: var(--bg-warm); border-left: 5px solid var(--accent); border-radius: var(--radius-sm); margin: 2rem 0; padding: 1.4rem; }
.section { padding: 4.5rem 0; }
.section.alt { background: var(--bg-white); }
.grid, .article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.card, .article-card { background: var(--bg-white); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--card-shadow); padding: 1.75rem; }
.article-card { display: flex; flex-direction: column; }
.article-card .meta { color: var(--text-muted); font: 700 .72rem/1.5 'Space Mono', monospace; letter-spacing: .08em; text-transform: uppercase; }
.article-card h2, .article-card h3 { margin-bottom: .5rem; }
.article-card h2 a, .article-card h3 a { text-decoration: none; }
.article-card h2 a:hover, .article-card h3 a:hover { text-decoration: underline; }
.article-grid > .article-card:only-child { grid-column: 1 / -1; max-width: 780px; }
.article-card p { flex: 1; }
.checklist, .steps { padding-left: 1.25rem; }
.checklist li, .steps li { margin: .65rem 0; }
.table-scroll { overflow-x: auto; }
.scope-wrap, .table-scroll { border: 1px solid var(--border); border-radius: var(--radius); overflow-x: auto; -webkit-overflow-scrolling: touch; background: var(--bg-white); max-width: 100%; min-width: 0; }
table { border-collapse: collapse; width: 100%; }
caption { color: var(--text); font-family: 'DM Serif Display', Georgia, serif; font-size: 1.15rem; padding: 1rem; text-align: left; }
th, td { border-bottom: 1px solid var(--border-light); padding: 1rem; text-align: left; vertical-align: top; }
thead th { background: var(--bg-warm); color: var(--text); font-size: .82rem; }
tbody th { color: var(--text); min-width: 10rem; }
.comparison-table { min-width: 1220px; font-size: .88rem; }
.comparison-table td { min-width: 12rem; }
.comparison-table td:last-child { min-width: 10rem; }
.source-list { margin: 0; padding-left: 1rem; }
.source-list li { margin-bottom: .45rem; }
.tag { display: inline-block; border: 1px solid var(--accent); border-radius: 100px; background: var(--bg-warm); color: var(--text); font: 700 .7rem/1.2 'Space Mono', monospace; padding: .35rem .6rem; }
.cta-box { --surface-role: call-to-action; }
.cta, .cta-box { background: var(--navy); border-radius: 24px; color: rgba(255,255,255,.72); padding: 3.5rem; text-align: center; }
.cta h2, .cta-box h2 { color: #fff; }
.cta a:not(.button), .cta-box a:not(.button) { color: #fff; }
.faq details { border-bottom: 1px solid var(--border); padding: 1rem 0; }
.faq summary { color: var(--text); cursor: pointer; font-weight: 700; }
.site-footer { border-top: 1px solid var(--border-light); padding: 1.5rem 0; }
.footer-inner > div { display: flex; gap: 1.5rem; flex-wrap: wrap; }
.footer-inner a { color: var(--text-muted); font-size: .82rem; text-decoration: none; }
.footer-inner .logo { color: var(--text); font-size: 1.15rem; }
.prose { max-width: 780px; }
.prose p, .prose li { max-width: 70ch; }
@media (max-width: 900px) { .hero-grid, .grid, .article-grid { grid-template-columns: 1fr; } .visual-panel { max-width: 420px; } .nav-links a:not(.button):not(.btn-fill) { display: none; } }
@media (max-width: 760px) { :root { --anchor-offset: 10rem; } .container { width: min(100% - 36px, 1100px); } .nav-inner { align-items: flex-start; flex-wrap: wrap; gap: .65rem; } .nav-links { gap: .5rem; width: 100%; } .nav-links .button { padding-inline: 1rem; width: 100%; } .hero { padding: 4rem 0 3rem; } .section { padding: 3.5rem 0; } .visual-panel { padding: .5rem; } .cta, .cta-box { padding: 2.25rem 1.4rem; } .footer-inner { align-items: flex-start; flex-direction: column; } .comparison-header .nav-inner { display: grid; grid-template-columns: minmax(0, 1fr); } .comparison-header .logo { min-width: 0; overflow-wrap: anywhere; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; } }
