:root {
  --ink: #17231d;
  --ink-2: #26342d;
  --paper: #f4f0e6;
  --paper-2: #ebe5d8;
  --white: #fffdf7;
  --lime: #c7f36b;
  --lime-dark: #96c83d;
  --orange: #ff6b3d;
  --muted: #68736c;
  --line: #c9c7bb;
  --shadow: 0 24px 80px rgba(23, 35, 29, .14);
  --radius: 22px;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.panel-open { overflow: hidden; }
a { color: inherit; }
button, textarea { font: inherit; }
button { color: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.disclosure { position: relative; z-index: 20; padding: 9px max(20px, calc((100vw - 1200px) / 2)); color: #dce7de; background: var(--ink); font-size: 12px; text-align: center; }
.disclosure span { margin-right: 8px; padding: 2px 7px; color: var(--ink); background: var(--lime); border-radius: 999px; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.disclosure a { color: white; text-underline-offset: 2px; }

.site-header { position: sticky; z-index: 18; top: 0; border-bottom: 1px solid rgba(23,35,29,.12); background: rgba(244,240,230,.92); backdrop-filter: blur(16px); }
.nav-shell { width: min(1200px, calc(100% - 40px)); height: 78px; margin: auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; color: var(--ink); background: var(--lime); border: 1.5px solid var(--ink); border-radius: 10px; transform: rotate(-2deg); box-shadow: 3px 3px 0 var(--ink); }
.brand-mark svg { width: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linejoin: round; }
.brand > span:last-child { display: flex; line-height: .9; flex-direction: column; font-size: 17px; letter-spacing: -.04em; }
.brand strong { font-weight: 850; }
.brand em { color: var(--orange); font-family: var(--serif); font-weight: 700; }
.nav-shell nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 650; }
.nav-shell nav a { text-decoration: none; }
.nav-shell nav a:hover { text-decoration: underline; text-underline-offset: 5px; }
.nav-advisor { padding: 11px 17px; border: 1.5px solid var(--ink); border-radius: 999px; background: transparent; font-weight: 750; cursor: pointer; box-shadow: 3px 3px 0 var(--ink); transition: .18s ease; }
.nav-advisor:hover { transform: translate(2px, 2px); box-shadow: 1px 1px 0 var(--ink); background: var(--lime); }
.menu-button { display: none; border: 0; background: none; }

.hero { padding: 84px 0 70px; overflow: hidden; }
.hero-grid { width: min(1200px, calc(100% - 40px)); margin: auto; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(380px, .72fr); align-items: center; gap: 84px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--muted); font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .13em; }
.eyebrow i { width: 18px; height: 2px; background: var(--orange); }
.eyebrow.light { color: #d6ded8; }
.hero h1 { max-width: 780px; margin: 22px 0 24px; font-size: clamp(51px, 6.5vw, 86px); line-height: .94; letter-spacing: -.065em; }
.hero h1 em { color: var(--orange); font-family: var(--serif); font-weight: 500; }
.hero-copy > p { max-width: 650px; margin: 0; color: #526058; font-size: 19px; }
.hero-actions { display: flex; align-items: center; gap: 14px; margin: 34px 0 46px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border: 1.5px solid transparent; border-radius: 999px; text-decoration: none; font-weight: 800; cursor: pointer; transition: .18s ease; }
.button.primary { color: var(--ink); background: var(--lime); border-color: var(--ink); box-shadow: 4px 4px 0 var(--ink); }
.button.primary:hover { transform: translate(2px, 2px); box-shadow: 2px 2px 0 var(--ink); }
.button.text { background: transparent; }
.button.text:hover { background: var(--paper-2); }
.button.dark { color: white; background: var(--ink); }
.trust-row { display: flex; flex-wrap: wrap; gap: 24px; color: var(--muted); font-size: 12px; font-weight: 700; }
.trust-row span { display: inline-flex; align-items: center; gap: 7px; }
.trust-row b { color: var(--orange); font-size: 10px; }

.fit-card { position: relative; padding: 25px; background: var(--white); border: 1.5px solid var(--ink); border-radius: 30px; box-shadow: 12px 12px 0 var(--ink); transform: rotate(1deg); }
.fit-card::before { content: ""; position: absolute; width: 90px; height: 28px; top: -15px; left: calc(50% - 45px); background: rgba(255,230,161,.78); transform: rotate(-4deg); }
.fit-card-head { display: flex; justify-content: space-between; color: var(--muted); font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.fit-visual { height: 136px; margin: 22px 0; display: flex; align-items: center; justify-content: center; gap: 24px; background: var(--ink); border-radius: 18px; overflow: hidden; }
.fit-visual > span { width: 72px; height: 72px; display: grid; place-items: center; color: var(--ink); background: var(--lime); border-radius: 50%; text-align: center; font-size: 11px; font-weight: 900; line-height: 1.05; }
.fit-visual i { width: 50px; height: 1px; position: relative; background: #819088; }
.fit-visual i::before, .fit-visual i::after { content: ""; position: absolute; width: 5px; height: 5px; top: -2px; background: var(--orange); border-radius: 50%; }
.fit-visual i::after { right: 0; }
.fit-visual div { display: grid; gap: 7px; }
.fit-visual b { min-width: 82px; padding: 5px 9px; color: #e7eee9; border: 1px solid #4a5a51; border-radius: 999px; font-size: 10px; text-align: center; }
.fit-card h2 { margin: 0 0 14px; font-size: 23px; line-height: 1.12; letter-spacing: -.035em; }
.fit-options { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.fit-options button { min-height: 43px; padding: 8px 10px; border: 1px solid var(--line); border-radius: 10px; background: #faf8f1; font-size: 12px; font-weight: 700; cursor: pointer; }
.fit-options button:hover, .fit-options button.selected { color: var(--ink); background: var(--lime); border-color: var(--ink); }
.fit-next { width: 100%; margin-top: 12px; padding: 14px; display: flex; justify-content: space-between; border: 0; border-radius: 11px; color: white; background: var(--orange); font-weight: 800; cursor: pointer; }

.signal-strip { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.signal-strip div { padding: 22px 30px; display: flex; align-items: center; justify-content: center; gap: 13px; text-align: center; }
.signal-strip div + div { border-left: 1px solid var(--line); }
.signal-strip span { color: var(--orange); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.signal-strip strong { font-size: 13px; }

.guides-section { width: min(1200px, calc(100% - 40px)); margin: auto; padding: 110px 0; }
.section-heading { display: grid; grid-template-columns: 1fr 400px; align-items: end; gap: 60px; margin-bottom: 50px; }
.section-heading h2 { margin: 15px 0 0; font-size: clamp(42px, 5vw, 62px); line-height: .98; letter-spacing: -.055em; }
.section-heading > p { color: var(--muted); font-size: 16px; }
.guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.guide-card { min-height: 290px; padding: 24px; display: flex; flex-direction: column; color: var(--ink); background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); text-decoration: none; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; animation: rise .5s both; animation-delay: var(--delay); }
.guide-card:hover { transform: translateY(-5px); border-color: var(--ink); box-shadow: 7px 7px 0 var(--ink); }
.guide-card > div:first-child { display: flex; justify-content: space-between; }
.guide-category { color: var(--orange); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.guide-time { color: var(--muted); font-size: 11px; }
.guide-card h3 { margin: 33px 0 12px; font-size: 25px; line-height: 1.08; letter-spacing: -.035em; }
.guide-card p { margin: 0; color: var(--muted); font-size: 14px; }
.card-link { margin-top: auto; padding-top: 25px; display: flex; align-items: center; justify-content: space-between; font-size: 12px; font-weight: 850; }
.card-link span { font-size: 21px; }
@keyframes rise { from { opacity: 0; transform: translateY(14px); } }

.method-section { display: grid; grid-template-columns: .86fr 1.14fr; color: white; background: var(--ink); }
.method-intro { padding: 100px max(40px, calc((100vw - 1200px) / 2)); padding-right: 70px; }
.method-intro h2 { margin: 20px 0; font-size: clamp(44px, 5vw, 66px); line-height: .98; letter-spacing: -.055em; }
.method-intro h2 em { color: var(--lime); font-family: var(--serif); font-weight: 500; }
.method-intro p { max-width: 470px; color: #b9c4bd; }
.method-intro a { display: inline-block; margin-top: 22px; color: var(--lime); font-weight: 750; text-underline-offset: 5px; }
.method-list { border-left: 1px solid #3f4d45; }
.method-list article { min-height: 170px; padding: 38px max(40px, calc((100vw - 1200px) / 2)) 38px 50px; display: grid; grid-template-columns: 60px 1fr; align-items: center; gap: 18px; }
.method-list article + article { border-top: 1px solid #3f4d45; }
.method-list article > span { color: var(--orange); font-size: 11px; font-weight: 900; }
.method-list h3 { margin: 0 0 6px; color: var(--lime); font-size: 25px; }
.method-list p { max-width: 570px; margin: 0; color: #b9c4bd; font-size: 14px; }

.cta-section { width: min(900px, calc(100% - 40px)); margin: auto; padding: 120px 0 140px; text-align: center; }
.cta-section h2 { margin: 20px 0; font-size: clamp(42px, 6vw, 68px); line-height: .98; letter-spacing: -.06em; }
.cta-section p { max-width: 650px; margin: 0 auto 30px; color: var(--muted); }

.site-footer { padding: 70px max(20px, calc((100vw - 1200px) / 2)) 22px; color: #d9e2dc; background: #101813; }
.site-footer .brand { color: white; }
.footer-grid { display: grid; grid-template-columns: 1.7fr .7fr 1fr; gap: 60px; }
.footer-grid > div { display: flex; align-items: flex-start; flex-direction: column; gap: 10px; }
.footer-grid p, .footer-grid span { max-width: 360px; color: #87958c; font-size: 12px; }
.footer-grid strong { margin-bottom: 5px; color: var(--lime); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.footer-grid a { color: #d9e2dc; font-size: 13px; text-decoration: none; }
.footer-grid a:hover { text-decoration: underline; }
.footer-bottom { margin-top: 55px; padding-top: 20px; display: flex; justify-content: space-between; border-top: 1px solid #2d3932; color: #718077; font-size: 11px; }

/* Articles */
.article-main { overflow: hidden; }
.article-shell { width: min(1120px, calc(100% - 40px)); margin: auto; padding: 50px 0 110px; }
.breadcrumbs { display: flex; gap: 9px; color: var(--muted); font-size: 12px; }
.breadcrumbs a { text-underline-offset: 3px; }
.article-header { max-width: 940px; padding: 56px 0 65px; }
.article-meta { display: flex; flex-wrap: wrap; gap: 10px 24px; color: var(--muted); font-size: 11px; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.article-meta span:first-child { color: var(--orange); }
.article-header h1 { max-width: 930px; margin: 23px 0; font-size: clamp(48px, 7vw, 82px); line-height: .95; letter-spacing: -.065em; }
.article-header > p { max-width: 720px; margin: 0; color: #536058; font-size: 20px; }
.article-layout { display: grid; grid-template-columns: minmax(0, 720px) 300px; gap: 80px; align-items: start; }
.answer-box { position: relative; margin-bottom: 35px; padding: 30px; background: var(--lime); border: 1.5px solid var(--ink); border-radius: var(--radius); box-shadow: 6px 6px 0 var(--ink); }
.answer-box > span { font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.answer-box p { margin: 12px 0 0; font-size: 18px; font-weight: 650; line-height: 1.5; }
.fit-split { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 40px 0 80px; }
.fit-split section { padding: 24px; background: var(--white); border: 1px solid var(--line); border-radius: 18px; }
.fit-label { display: inline-block; margin-bottom: 8px; padding: 4px 8px; border-radius: 999px; font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .09em; }
.fit-label.yes { background: var(--lime); }
.fit-label.no { color: white; background: var(--orange); }
.fit-split ul { margin: 10px 0 0; padding-left: 18px; color: #47534c; font-size: 13px; }
.fit-split li + li { margin-top: 9px; }
.comparison-section, .prose-section { margin: 80px 0; }
.content-kicker, .section-number { color: var(--orange); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.comparison-section h2, .prose-section h2 { margin: 12px 0 25px; font-size: 35px; line-height: 1.08; letter-spacing: -.045em; }
.table-wrap { max-width: 100%; overflow-x: auto; border: 1px solid var(--line); border-radius: 15px; }
table { width: 100%; min-width: 650px; border-collapse: collapse; background: var(--white); font-size: 12px; }
th, td { padding: 15px 16px; border-bottom: 1px solid #dedbd1; text-align: left; vertical-align: top; }
thead th { color: #dfe8e2; background: var(--ink); font-size: 10px; text-transform: uppercase; letter-spacing: .06em; }
tbody th { font-weight: 850; }
tbody tr:last-child th, tbody tr:last-child td { border-bottom: 0; }
.prose-section { position: relative; }
.prose-section p { color: #3f4c45; font-family: var(--serif); font-size: 18px; line-height: 1.78; }
.bottom-line { margin: 90px 0 70px; padding: 40px; color: white; background: var(--orange); border-radius: 24px; }
.bottom-line > span { font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .11em; }
.bottom-line h2 { margin: 14px 0 28px; font-size: 31px; line-height: 1.15; letter-spacing: -.04em; }
.sources { padding-top: 35px; border-top: 1px solid var(--line); }
.sources h2 { margin: 0; font-size: 20px; }
.sources p { color: var(--muted); font-size: 12px; }
.sources ol { margin: 18px 0 0; padding-left: 20px; font-size: 12px; }
.sources li + li { margin-top: 8px; }
.sources a { font-weight: 700; text-underline-offset: 3px; }
.verdict-rail { position: sticky; top: 112px; display: grid; gap: 18px; }
.verdict-card { padding: 25px; background: var(--white); border: 1.5px solid var(--ink); border-radius: 20px; box-shadow: 6px 6px 0 var(--ink); }
.verdict-card > span { color: var(--orange); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.verdict-card > p { font-size: 15px; font-weight: 680; }
.affiliate-cta { margin-top: 18px; padding: 13px 14px; display: flex; align-items: center; justify-content: space-between; color: var(--ink); background: var(--lime); border: 1px solid var(--ink); border-radius: 10px; text-decoration: none; font-size: 12px; font-weight: 850; }
.affiliate-cta.is-loading { background: #e2e1d9; }
.verdict-card small { display: block; margin-top: 12px; color: var(--muted); font-size: 9px; line-height: 1.45; }
.rail-note { padding: 20px; border-left: 3px solid var(--orange); }
.rail-note b { font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.rail-note p { margin: 7px 0 0; color: var(--muted); font-size: 11px; }
.related { padding: 90px max(20px, calc((100vw - 1120px) / 2)); background: var(--paper-2); }
.related > div:first-child { margin-bottom: 30px; }
.related h2 { margin: 10px 0 0; font-size: 40px; letter-spacing: -.05em; }
.related-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.related .guide-card { min-height: 250px; }

/* Policy */
.policy-main { width: min(760px, calc(100% - 40px)); margin: auto; padding: 90px 0 130px; }
.policy-main h1 { margin: 20px 0; font-size: clamp(48px, 7vw, 76px); line-height: .95; letter-spacing: -.065em; }
.policy-dek { margin-bottom: 70px; color: var(--muted); font-size: 19px; }
.policy-main h2 { margin: 50px 0 12px; font-size: 28px; letter-spacing: -.035em; }
.policy-main p { color: #3f4c45; font-family: var(--serif); font-size: 18px; line-height: 1.75; }

/* Advisor */
.advisor-launch { position: fixed; z-index: 24; right: 22px; bottom: 22px; min-width: 220px; padding: 12px 18px 12px 14px; display: flex; align-items: center; gap: 11px; border: 1.5px solid var(--ink); border-radius: 17px; color: var(--ink); background: var(--lime); box-shadow: 5px 5px 0 var(--ink); text-align: left; cursor: pointer; transition: .18s ease; }
.advisor-launch:hover { transform: translate(2px, 2px); box-shadow: 3px 3px 0 var(--ink); }
.advisor-launch svg { width: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.advisor-launch > span:last-child { display: flex; flex-direction: column; font-size: 13px; font-weight: 850; line-height: 1.1; }
.advisor-launch small { font-size: 9px; font-weight: 650; }
.advisor-pulse { width: 8px; height: 8px; position: absolute; top: 8px; right: 8px; background: var(--orange); border-radius: 50%; box-shadow: 0 0 0 0 rgba(255,107,61,.55); animation: pulse 2s infinite; }
@keyframes pulse { 60% { box-shadow: 0 0 0 8px rgba(255,107,61,0); } }
.advisor-panel { width: min(410px, calc(100vw - 24px)); height: min(650px, calc(100vh - 24px)); position: fixed; z-index: 30; right: 12px; bottom: 12px; display: grid; grid-template-rows: auto 1fr auto auto auto; color: var(--ink); background: var(--white); border: 1.5px solid var(--ink); border-radius: 24px; box-shadow: var(--shadow), 7px 7px 0 var(--ink); overflow: hidden; opacity: 0; transform: translateY(18px) scale(.98); pointer-events: none; transition: .22s ease; }
.advisor-panel.open { opacity: 1; transform: none; pointer-events: auto; }
.advisor-head { padding: 16px 18px; display: flex; align-items: center; justify-content: space-between; color: white; background: var(--ink); }
.advisor-head > div { display: grid; grid-template-columns: 10px auto; column-gap: 9px; }
.advisor-head strong { font-size: 13px; }
.advisor-head small { grid-column: 2; color: #9eada3; font-size: 9px; }
.advisor-status { width: 8px; height: 8px; grid-row: 1 / 3; align-self: center; background: var(--lime); border-radius: 50%; }
.advisor-head button { border: 0; color: white; background: transparent; font-size: 25px; cursor: pointer; }
.advisor-messages { padding: 18px; overflow-y: auto; }
.message { max-width: 88%; margin-bottom: 12px; padding: 11px 13px; border-radius: 14px; font-size: 12px; white-space: pre-wrap; }
.message.assistant { background: var(--paper-2); border-bottom-left-radius: 4px; }
.message.user { margin-left: auto; color: white; background: var(--ink); border-bottom-right-radius: 4px; }
.message.error { color: #7f2413; background: #ffe1d8; }
.message .chat-rec { display: block; margin-top: 10px; padding-top: 9px; border-top: 1px solid rgba(23,35,29,.15); font-weight: 750; }
.message .chat-rec a { display: inline-block; margin-top: 8px; color: var(--ink); font-weight: 900; text-underline-offset: 3px; }
.typing::after { content: "···"; animation: dots 1s steps(3,end) infinite; }
@keyframes dots { 0% { opacity: .2; } 100% { opacity: 1; } }
.advisor-suggestions { padding: 0 14px 10px; display: flex; gap: 6px; overflow-x: auto; }
.advisor-suggestions button { flex: 0 0 auto; padding: 6px 9px; border: 1px solid var(--line); border-radius: 999px; background: transparent; font-size: 9px; cursor: pointer; }
.advisor-form { margin: 0 12px 10px; padding: 7px 7px 7px 12px; display: flex; align-items: flex-end; gap: 7px; border: 1px solid var(--line); border-radius: 14px; background: white; }
.advisor-form textarea { width: 100%; max-height: 110px; resize: none; border: 0; outline: 0; background: transparent; font-size: 12px; }
.advisor-form button { width: 35px; height: 35px; flex: 0 0 auto; display: grid; place-items: center; border: 0; border-radius: 10px; color: var(--ink); background: var(--lime); cursor: pointer; }
.advisor-form svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.advisor-fineprint { margin: 0; padding: 0 16px 12px; color: var(--muted); font-size: 8px; text-align: center; }

@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 65px; }
  .fit-card { max-width: 520px; }
  .guide-grid { grid-template-columns: 1fr 1fr; }
  .method-section { grid-template-columns: 1fr; }
  .method-list { border-top: 1px solid #3f4d45; border-left: 0; }
  .article-layout { grid-template-columns: 1fr; gap: 50px; }
  .verdict-rail { position: static; grid-row: 1; }
  .article-body { grid-row: 2; }
  .verdict-card { max-width: 580px; }
}

@media (max-width: 720px) {
  .disclosure { padding: 8px 14px; font-size: 9px; }
  .nav-shell { width: calc(100% - 28px); height: 66px; }
  .nav-shell nav { position: absolute; top: 66px; right: 0; left: 0; padding: 18px; display: none; align-items: stretch; flex-direction: column; gap: 16px; background: var(--paper); border-bottom: 1px solid var(--line); }
  .nav-shell nav.open { display: flex; }
  .menu-button { width: 40px; height: 40px; display: grid; place-content: center; gap: 5px; }
  .menu-button span { width: 20px; height: 2px; background: var(--ink); }
  .hero { padding: 55px 0; }
  .hero-grid { width: calc(100% - 28px); gap: 52px; }
  .hero h1 { font-size: 52px; }
  .hero-copy > p { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .trust-row { gap: 12px; flex-direction: column; }
  .fit-card { padding: 19px; border-radius: 22px; box-shadow: 7px 7px 0 var(--ink); }
  .signal-strip { grid-template-columns: 1fr; }
  .signal-strip div + div { border-top: 1px solid var(--line); border-left: 0; }
  .guides-section { width: calc(100% - 28px); padding: 80px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 15px; }
  .section-heading h2 { font-size: 43px; }
  .guide-grid { grid-template-columns: 1fr; }
  .guide-card { min-height: 250px; }
  .method-intro, .method-list article { padding: 65px 24px; }
  .method-list article { min-height: 0; grid-template-columns: 35px 1fr; }
  .cta-section { padding: 85px 0 100px; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .article-shell { width: calc(100% - 28px); padding-top: 35px; }
  .article-header { padding: 40px 0 50px; }
  .article-header h1 { font-size: 50px; }
  .article-header > p { font-size: 17px; }
  .article-layout { gap: 35px; }
  .fit-split { grid-template-columns: 1fr; margin-bottom: 60px; }
  .answer-box { padding: 23px; box-shadow: 4px 4px 0 var(--ink); }
  .answer-box p { font-size: 15px; }
  .comparison-section, .prose-section { margin: 60px 0; }
  .prose-section p { font-size: 17px; }
  .bottom-line { padding: 28px; }
  .related { padding: 70px 14px; }
  .related-grid { grid-template-columns: 1fr; }
  .advisor-launch { min-width: 0; width: 54px; height: 54px; right: 13px; bottom: 13px; padding: 0; justify-content: center; border-radius: 16px; }
  .advisor-launch > span:last-child { display: none; }
  .advisor-panel { height: calc(100dvh - 12px); right: 6px; bottom: 6px; width: calc(100vw - 12px); }
}

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