:root {
  --ink: #18312f;
  --ink-soft: #546561;
  --navy: #183d36;
  --navy-deep: #102f2a;
  --teal: #3f705b;
  --teal-dark: #315a4a;
  --mint: #c3d6c6;
  --green: #70917a;
  --pale: #edf3ee;
  --paper: #f7f7f3;
  --canvas: #fbfaf7;
  --line: #d9dfda;
  --line-dark: #b8c4bc;
  --white: #fff;
  --amber: #805c26;
  --sand: #c5a568;
  --sand-pale: #f3ede1;
  --steel: #607d87;
  --steel-pale: #e9f0f2;
  --clay: #aa6b59;
  --clay-pale: #f4e9e5;
  --max: 1180px;
  --text: 750px;
  --shadow: 0 16px 46px rgba(18, 49, 45, .08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Aptos, "Helvetica Neue", Arial, sans-serif; font-size: 1.0625rem; line-height: 1.72; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
.sr-only { width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; position: absolute !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, select { font: inherit; }
button, a, select, input { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--mint); outline-offset: 3px; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 9px 13px; color: var(--white); background: var(--navy); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.topbar { min-height: 88px; max-width: var(--max); margin: auto; padding: 11px 28px; display: flex; align-items: center; justify-content: space-between; gap: 28px; background: var(--white); }
.brand { display: inline-flex; align-items: center; gap: 14px; flex: 0 0 auto; }
.brand img { width: 118px; height: auto; }
.brand-divider { width: 1px; height: 34px; background: var(--line-dark); }
.brand-product { display: flex; flex-direction: column; color: var(--navy); font-size: .92rem; font-weight: 750; letter-spacing: .13em; line-height: 1.1; white-space: nowrap; }
.brand-product small { margin-top: 5px; color: var(--ink-soft); font-size: .55rem; font-weight: 650; letter-spacing: .07em; text-transform: uppercase; }
#site-nav { display: flex; align-items: center; gap: 22px; font-size: .88rem; font-weight: 650; }
#site-nav a { padding: 8px 0; }
#site-nav a:hover { color: var(--teal); }
#site-nav .nav-cta { padding: 11px 16px; color: var(--white); background: var(--navy); border-radius: 4px; }
#site-nav .nav-cta:hover { color: var(--white); background: var(--teal); }
.menu-button { display: none; border: 1px solid var(--line-dark); background: var(--white); padding: 8px 12px; color: var(--ink); cursor: pointer; }

.eyebrow { margin: 0 0 13px; color: var(--teal); font-size: .73rem; font-weight: 720; letter-spacing: .09em; text-transform: uppercase; }
.button { min-height: 50px; padding: 12px 20px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 4px; font-weight: 700; cursor: pointer; }
.button-primary { color: var(--white); background: var(--teal); }
.button-primary:hover { background: var(--teal-dark); }
.button-light { color: var(--navy); background: var(--white); }
.button-light:hover { background: var(--pale); }
.text-link { color: var(--teal-dark); font-weight: 680; }
.text-link:hover { color: var(--teal); }

.hero { min-height: 495px; padding: 70px max(28px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; gap: 72px; color: var(--ink); background: var(--canvas); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 400px; height: 400px; right: -205px; top: -215px; border: 1px solid rgba(96,125,135,.16); border-radius: 50%; box-shadow: 0 0 0 70px rgba(197,165,104,.045); }
.hero-copy, .latest-card { position: relative; z-index: 1; }
.hero .eyebrow { color: var(--teal); }
.contact-section .eyebrow, .mini-cta .eyebrow { color: var(--mint); }
.hero h1 { max-width: 740px; margin: 0; font-size: clamp(2.25rem, 3.55vw, 3.45rem); line-height: 1.07; letter-spacing: -.03em; font-weight: 700; }
.nowrap { white-space: nowrap; }
.hero h1 em { color: var(--mint); font-style: normal; font-weight: 560; }
.hero-lead { max-width: 660px; margin: 24px 0 28px; color: var(--ink-soft); font-size: 1.08rem; line-height: 1.72; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 21px; }
.latest-card { padding: 30px; border: 1px solid var(--line); border-top: 4px solid var(--sand); background: var(--white); box-shadow: var(--shadow); }
.latest-meta { display: flex; align-items: center; gap: 9px; color: var(--ink-soft); font-size: .7rem; font-weight: 680; letter-spacing: .04em; text-transform: uppercase; }
.latest-meta time { margin-left: auto; }
.status-dot { flex: 0 0 auto; width: 7px; height: 7px; border-radius: 50%; background: var(--teal); }
.decision-code { margin: 25px 0 4px; color: var(--steel); font-size: .82rem; font-weight: 760; letter-spacing: .06em; }
.latest-card h2 { margin: 0; font-size: 1.55rem; line-height: 1.25; letter-spacing: -.015em; }
.latest-summary { margin: 18px 0 22px; color: var(--ink-soft); font-size: .91rem; line-height: 1.7; }
.latest-card ul { list-style: none; padding: 0; margin: 24px 0 14px; display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(255,255,255,.14); }
.latest-card li { padding: 13px 14px; display: flex; flex-direction: column; background: #21453f; }
.latest-card li strong { font-size: 1.02rem; }
.latest-card li span { color: #bdcdc2; font-size: .76rem; }
.allocation-note { margin: 0 0 18px; padding-left: 11px; color: #cbd8d0; border-left: 2px solid var(--mint); font-size: .8rem; }
.latest-links { display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
.latest-links a { color: var(--teal-dark); font-size: .8rem; font-weight: 700; }

.trust-strip { max-width: var(--max); margin: 0 auto; padding: 0 28px; position: relative; z-index: 3; display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--line); }
.trust-strip a { min-height: 92px; padding: 18px 20px; display: grid; grid-template-columns: 30px 1fr; align-content: center; column-gap: 11px; background: var(--white); border-right: 1px solid var(--line); }
.trust-strip a:last-child { border-right: 0; }
.trust-strip a:hover strong { color: var(--teal); }
.trust-strip span { grid-row: 1 / 3; color: var(--teal); font-size: .82rem; font-weight: 760; }
.trust-strip strong { font-size: .93rem; font-weight: 700; }
.trust-strip small { color: var(--ink-soft); font-size: .75rem; }

.section { max-width: var(--max); margin: auto; padding: 82px 28px; }
.section-heading { max-width: 665px; margin-bottom: 36px; }
.section-heading.compact { max-width: 600px; }
.section h2, .contact-section h2, .advantage-section h2, .mini-cta h2, .hub-help h2, .process-section h2 { margin: 0 0 15px; font-size: clamp(1.9rem, 3vw, 2.75rem); line-height: 1.16; letter-spacing: -.025em; font-weight: 700; }
.section-heading > p:last-child { color: var(--ink-soft); font-size: 1rem; line-height: 1.7; }
.start-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 78px; align-items: start; }
.need-list { border-top: 1px solid var(--line); }
.need-list details { border-bottom: 1px solid var(--line); }
.need-list summary { min-height: 78px; padding: 19px 4px; display: grid; grid-template-columns: 45px 1fr 22px; gap: 8px; align-items: center; cursor: pointer; list-style: none; }
.need-list summary::-webkit-details-marker { display: none; }
.need-list summary span { color: var(--teal); font-size: .8rem; font-weight: 870; }
.need-list summary strong { font-size: 1.06rem; }
.need-list summary i { width: 11px; height: 11px; border-right: 2px solid var(--teal); border-bottom: 2px solid var(--teal); transform: rotate(45deg); transition: transform .2s; }
.need-list details[open] summary i { transform: rotate(225deg); }
.need-list details > div { padding: 0 25px 25px 49px; color: var(--ink-soft); }
.need-list details > div p { margin-top: 0; }
.need-list details a { color: var(--teal); font-weight: 760; }

.checker-section { max-width: none; padding-left: max(28px, calc((100vw - var(--max)) / 2)); padding-right: max(28px, calc((100vw - var(--max)) / 2)); background: var(--paper); display: grid; grid-template-columns: .8fr 1.2fr; gap: 78px; align-items: start; }
.checker-principle { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin-top: 27px; }
.checker-principle span { padding: 6px 10px; background: var(--white); border: 1px solid var(--line); font-size: .75rem; font-weight: 780; }
.checker-principle i { color: var(--teal); font-style: normal; }
.checker-card { padding: 34px; background: var(--white); border: 1px solid var(--line); box-shadow: 10px 10px 0 #e2eae4; }
.checker-card > label { display: block; margin-top: 17px; font-weight: 760; }
.checker-card > label:first-child { margin-top: 0; }
.checker-card > label > span { width: 25px; height: 25px; margin-right: 7px; display: inline-flex; align-items: center; justify-content: center; color: var(--teal); background: var(--pale); border-radius: 50%; font-size: .74rem; font-weight: 870; }
select, input { width: 100%; min-height: 49px; padding: 10px 12px; color: var(--ink); background: var(--white); border: 1px solid #aebfb5; border-radius: 0; }
select { margin-top: 7px; }
.input-with-unit { margin-top: 7px; display: grid; grid-template-columns: minmax(0, 1fr) auto; border: 1px solid #aebfb5; background: var(--white); }
.input-with-unit input { margin: 0; border: 0; }
.input-with-unit span { padding: 0 13px; display: flex; align-items: center; color: var(--ink-soft); background: var(--paper); border-left: 1px solid var(--line); font-size: .78rem; font-weight: 720; }
.field-help { margin: 6px 0 -2px 33px; color: var(--ink-soft); font-size: .78rem; }
.checker-card button { width: 100%; margin-top: 23px; }
.form-footnote { margin: 9px 0 0; color: var(--ink-soft); font-size: .7rem; text-align: center; }
.scope-result { display: none; margin-top: 22px; padding-top: 22px; border-top: 1px solid var(--line); }
.scope-result.visible { display: block; }
.result-head { display: flex; justify-content: space-between; gap: 12px; align-items: center; margin-bottom: 12px; }
.result-head strong { font-size: 1.05rem; }
.result-badge { padding: 4px 8px; color: var(--teal-dark); background: var(--pale); font-size: .68rem; font-weight: 850; text-transform: uppercase; }
.result-badge.attention { color: #7d4a00; background: #fff1d7; }
.result-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.result-panel { padding: 14px; background: var(--paper); border-left: 3px solid var(--teal); }
.result-panel.readiness { border-left-color: var(--navy); }
.result-panel span { display: block; color: var(--ink-soft); font-size: .68rem; font-weight: 820; letter-spacing: .09em; text-transform: uppercase; }
.result-panel strong { display: block; margin: 3px 0 4px; }
.result-panel p { margin: 0; color: var(--ink-soft); font-size: .78rem; }
.result-next { margin: 12px 0 0; color: var(--ink-soft); font-size: .82rem; }
.result-links { margin-top: 12px; display: flex; gap: 14px; flex-wrap: wrap; }
.result-links a { color: var(--teal); font-size: .8rem; font-weight: 780; }
.result-grid.four { grid-template-columns: repeat(2, 1fr); }
.result-priorities { margin-top: 18px; padding: 18px; background: var(--paper); border: 1px solid var(--line); }
.result-priorities > strong { display: block; margin-bottom: 8px; }
.result-priorities ol { margin: 0; padding-left: 22px; color: var(--ink-soft); font-size: .82rem; }
.result-priorities li + li { margin-top: 6px; }
.result-priorities a { color: var(--teal-dark); font-weight: 720; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 2px; }
.result-allocation { margin-top: 20px; padding: 18px; display: flex; align-items: center; justify-content: space-between; gap: 18px; background: var(--sand-pale); border-left: 3px solid var(--sand); }
.result-allocation strong, .result-allocation p { display: block; margin: 0; }
.result-allocation p { margin-top: 3px; color: var(--ink-soft); font-size: .78rem; }
.result-allocation .button { flex: 0 0 auto; min-height: 42px; padding: 9px 14px; font-size: .78rem; }
.result-disclaimer { margin: 14px 0 0; color: var(--ink-soft); font-size: .72rem; }

.scenario-section { display: grid; grid-template-columns: .84fr 1.16fr; align-items: start; gap: 78px; }
.scenario-rules { margin: 28px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.scenario-rules li { padding: 10px 0 10px 22px; position: relative; color: var(--ink-soft); border-bottom: 1px solid var(--line); font-size: .86rem; }
.scenario-rules li::before { content: ""; width: 6px; height: 6px; position: absolute; left: 2px; top: 20px; border-radius: 50%; background: var(--teal); }
.scenario-card { padding: 32px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; background: var(--navy); color: var(--white); }
.scenario-card label { position: relative; display: block; font-size: .8rem; font-weight: 730; }
.scenario-card label input { margin-top: 7px; padding-right: 76px; border-color: rgba(255,255,255,.35); }
.scenario-card label span { position: absolute; right: 10px; bottom: 12px; color: var(--ink-soft); font-size: .7rem; font-weight: 650; }
.scenario-card button { grid-column: 1 / -1; margin-top: 7px; background: var(--mint); color: var(--navy-deep); }
.scenario-card button:hover { background: var(--white); }
.scenario-result { grid-column: 1 / -1; display: none; margin-top: 8px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.22); }
.scenario-result.visible { display: block; }
.scenario-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.16); }
.scenario-metrics div { min-height: 95px; padding: 14px; background: #21453f; }
.scenario-metrics span, .scenario-metrics strong { display: block; }
.scenario-metrics span { color: #bdcdc2; font-size: .7rem; }
.scenario-metrics strong { margin-top: 7px; font-size: 1.08rem; }
.scenario-result p { margin: 12px 0 0; color: #d2dfd7; font-size: .78rem; }
.scenario-detail, .scenario-basis { margin-top: 16px; padding: 15px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); }
.scenario-detail strong, .scenario-basis strong { display: block; }
.scenario-detail p, .scenario-basis p { margin: 5px 0 0; }
.scenario-basis a { margin-top: 10px; display: inline-block; color: var(--mint); font-size: .78rem; font-weight: 720; }

.process-section { padding: 84px max(28px, calc((100vw - var(--max)) / 2)); background: var(--paper); }
.process-section .section-heading { margin-bottom: 34px; }
.process-flow { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); list-style: none; border: 1px solid var(--line); background: var(--white); }
.process-flow li { min-height: 174px; padding: 21px; position: relative; display: flex; flex-direction: column; border-right: 1px solid var(--line); }
.process-flow li:last-child { border-right: 0; }
.process-flow li:not(:last-child)::after { content: "→"; width: 25px; height: 25px; position: absolute; z-index: 2; right: -13px; top: 72px; display: grid; place-items: center; color: var(--teal); background: var(--white); border: 1px solid var(--line); border-radius: 50%; font-size: .75rem; }
.process-flow span { color: var(--teal); font-size: .76rem; font-weight: 820; }
.process-flow strong { margin: auto 0 7px; line-height: 1.28; }
.process-flow small { color: var(--ink-soft); font-size: .76rem; }

.knowledge-section { padding-bottom: 72px; }
.knowledge-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.knowledge-grid a { min-height: 210px; padding: 25px; display: flex; flex-direction: column; background: var(--white); border: 1px solid var(--line); border-top: 4px solid var(--teal); }
.knowledge-grid a:nth-child(2) { border-top-color: var(--steel); }
.knowledge-grid a:nth-child(3) { border-top-color: var(--sand); }
.knowledge-grid a:last-child { border-right: 0; }
.knowledge-grid a:hover { background: var(--canvas); border-color: var(--line-dark); }
.knowledge-grid span { color: var(--teal); font-size: .68rem; font-weight: 740; letter-spacing: .07em; text-transform: uppercase; }
.knowledge-grid a:nth-child(2) span { color: var(--steel); }
.knowledge-grid a:nth-child(3) span { color: var(--amber); }
.knowledge-grid h3 { margin: 30px 0 8px; font-size: 1.16rem; line-height: 1.32; }
.knowledge-grid p { margin: 0; color: var(--ink-soft); font-size: .86rem; }
.knowledge-grid i { margin-top: auto; color: var(--teal); font-size: .79rem; font-style: normal; font-weight: 700; }
.section-link { margin-top: 21px; display: inline-block; color: var(--teal-dark); font-size: .9rem; font-weight: 700; }

.sector-section { padding-top: 70px; background: var(--canvas); }
.sector-links { border-top: 1px solid var(--line); }
.sector-links a { min-height: 72px; padding: 15px 4px 15px 18px; position: relative; display: grid; grid-template-columns: .6fr 1fr auto; align-items: center; gap: 25px; border-bottom: 1px solid var(--line); }
.sector-links a::before { content: ""; width: 4px; height: 26px; position: absolute; left: 0; background: var(--teal); }
.sector-links a:nth-child(2)::before { background: var(--steel); }
.sector-links a:nth-child(3)::before { background: var(--sand); }
.sector-links a:nth-child(4)::before { background: var(--clay); }
.sector-links a:nth-child(5)::before { background: var(--green); }
.sector-links a::after { content: "→"; color: var(--teal); font-weight: 800; }
.sector-links a:hover strong { color: var(--teal); }
.sector-links strong { font-size: 1rem; font-weight: 700; }
.sector-links span { color: var(--ink-soft); font-size: .86rem; }

.advantage-section { padding: 92px max(28px, calc((100vw - var(--max)) / 2)); color: var(--white); background: var(--navy); }
.advantage-section .eyebrow { color: var(--mint); }
.advantage-grid { margin-top: 40px; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(255,255,255,.18); }
.advantage-grid article { min-height: 220px; padding: 27px; border-right: 1px solid rgba(255,255,255,.18); }
.advantage-grid article:last-child { border-right: 0; }
.advantage-grid span { color: var(--mint); font-weight: 850; }
.advantage-grid h3 { margin: 40px 0 9px; }
.advantage-grid p { margin: 0; color: #c4d2c9; font-size: .9rem; }
.proof-band { margin-top: 18px; padding: 18px 21px; display: flex; justify-content: space-between; gap: 25px; align-items: center; color: #d0ddd4; background: rgba(5, 28, 24, .36); }
.proof-band p { margin: 0; font-size: .82rem; }
.proof-band strong { color: var(--white); }
.proof-band a { color: var(--mint); font-size: .8rem; font-weight: 760; }

.updates-section { max-width: none; padding-left: max(28px, calc((100vw - var(--max)) / 2)); padding-right: max(28px, calc((100vw - var(--max)) / 2)); background: var(--paper); }
.updates-list { display: grid; gap: 10px; }
.update-item { min-height: 0; padding: 22px 24px; display: grid; grid-template-columns: 190px minmax(0, 1fr) auto; align-items: center; gap: 28px; background: var(--white); border: 1px solid var(--line); border-left: 4px solid var(--steel); }
.update-item.featured { padding-top: 22px; border-top: 1px solid var(--line); border-left-color: var(--sand); }
.update-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; color: var(--ink-soft); font-size: .68rem; }
.source-tag { padding: 3px 7px; font-weight: 740; }
.source-tag.tr { color: #315f43; background: #e2eee4; }
.source-tag.eu { color: #4b5e70; background: #e8edf1; }
.state { color: var(--amber); font-weight: 720; }
.state.stable { color: #237162; }
.update-item h3 { margin: 0 0 4px; font-size: 1.06rem; line-height: 1.32; }
.update-item p { margin: 0; color: var(--ink-soft); font-size: .84rem; }
.update-item > a { color: var(--teal-dark); font-size: .79rem; font-weight: 700; white-space: nowrap; }
.monitor-note { margin-top: 18px; padding: 17px 20px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 13px; color: #d4e0d7; background: var(--navy); }
.monitor-note p { margin: 0; font-size: .81rem; }
.monitor-note strong { color: var(--white); }
.monitor-note > a { color: var(--mint); font-size: .8rem; font-weight: 760; white-space: nowrap; }

.contact-section { padding: 78px max(28px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: .92fr 1.08fr; align-items: start; gap: 80px; color: var(--white); background: var(--navy-deep); }
.contact-copy > p:not(.eyebrow) { max-width: 620px; color: #c2d1c7; }
.direct-contact { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 9px; }
.direct-contact a { padding: 8px 11px; border: 1px solid rgba(255,255,255,.25); font-size: .8rem; font-weight: 730; }
.contact-form { padding: 28px; color: var(--ink); background: var(--white); border-top: 4px solid var(--sand); }
.contact-form label { display: block; margin-bottom: 15px; font-size: .8rem; font-weight: 760; }
.contact-form input, .contact-form select { margin-top: 6px; }
.form-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.consent { display: flex !important; gap: 9px; align-items: flex-start; color: var(--ink-soft); font-size: .7rem !important; font-weight: 550 !important; }
.consent input { width: 17px; min-height: 17px; margin: 3px 0 0; }
.consent a { color: var(--teal); text-decoration: underline; }
.contact-form .button { width: 100%; color: var(--white); background: var(--teal); }
.contact-status { margin-top: 8px; color: var(--teal-dark); font-size: .76rem; }

.site-footer { padding: 48px max(28px, calc((100vw - var(--max)) / 2)) 30px; display: grid; grid-template-columns: 1.5fr repeat(3, .75fr); gap: 40px; color: var(--ink-soft); border-top: 1px solid var(--line); font-size: .78rem; }
.footer-intro { max-width: 330px; }
.footer-logo { width: 132px; margin-bottom: 14px; display: block; }
.footer-logo img { width: 100%; height: auto; }
.footer-intro p { margin: 0; }
.footer-intro strong { color: var(--ink); }
.site-footer > div:not(.footer-intro) { display: flex; flex-direction: column; gap: 7px; }
.site-footer > div > strong { margin-bottom: 5px; color: var(--ink); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.site-footer a:hover { color: var(--teal); }
.footer-disclaimer { grid-column: 1 / -1; margin: 16px 0 0; padding-top: 20px; border-top: 1px solid var(--line); font-size: .7rem; }
.footer-disclaimer a { color: var(--teal-dark); font-weight: 760; text-decoration: underline; text-underline-offset: 2px; }

/* Article and collection pages */
.breadcrumbs { max-width: var(--max); margin: 0 auto; padding: 28px 28px 0; display: flex; flex-wrap: wrap; gap: 8px; color: var(--ink-soft); font-size: .72rem; }
.breadcrumbs a:hover { color: var(--teal); }
.article-hero { max-width: var(--max); margin: auto; padding: 55px 28px 62px; }
.article-hero h1 { max-width: 890px; margin: 0 0 21px; font-size: clamp(2.45rem, 4.3vw, 3.8rem); line-height: 1.1; letter-spacing: -.03em; font-weight: 700; }
.article-hero > p:not(.eyebrow) { max-width: 750px; color: var(--ink-soft); font-size: 1.08rem; line-height: 1.75; }
.verification-row { margin-top: 27px; display: flex; flex-wrap: wrap; gap: 8px; }
.verification-row span, .verification-row a { padding: 5px 9px; color: var(--ink-soft); background: var(--paper); border: 1px solid var(--line); font-size: .68rem; font-weight: 720; }
.verification-row .verified { color: var(--teal-dark); background: var(--pale); border-color: #cfdfd2; }
.verification-row a.verified:hover { color: var(--white); background: var(--teal); border-color: var(--teal); }
.article-layout { padding: 66px max(28px, calc((100vw - var(--max)) / 2)) 92px; display: grid; grid-template-columns: 235px minmax(0, var(--text)); justify-content: space-between; gap: 76px; background: var(--canvas); }
.article-aside { align-self: start; position: sticky; top: 25px; }
.article-aside > strong { display: block; margin-bottom: 10px; font-size: .73rem; letter-spacing: .1em; text-transform: uppercase; }
.article-aside nav { display: flex; flex-direction: column; border-top: 1px solid var(--line); }
.article-aside nav a { padding: 9px 0; color: var(--ink-soft); border-bottom: 1px solid var(--line); font-size: .76rem; }
.article-aside nav a:hover { color: var(--teal); }
.aside-check { margin-top: 24px; padding: 17px; background: var(--navy); color: var(--white); }
.aside-check span, .aside-check strong { display: block; }
.aside-check span { color: #b8ced7; font-size: .66rem; }
.aside-check strong { margin: 4px 0 12px; }
.aside-check a { color: var(--mint); font-size: .71rem; font-weight: 730; }
.prose { min-width: 0; }
.prose p, .prose li { color: var(--ink-soft); font-size: 1rem; line-height: 1.78; }
.prose a.context-link { color: var(--teal-dark); font-weight: 680; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.prose a.context-link:hover { color: var(--teal); }
.direct-answer { margin-bottom: 48px; padding: 25px 27px; background: var(--navy); color: var(--white); border-top: 4px solid var(--sand); }
.direct-answer span { color: var(--mint); font-size: .68rem; font-weight: 860; letter-spacing: .1em; text-transform: uppercase; }
.direct-answer p { margin: 8px 0 0; color: var(--white); font-size: 1.06rem; line-height: 1.68; }
.legal-ref-strip { margin-top: 17px; padding-top: 14px; display: flex; align-items: center; flex-wrap: wrap; gap: 7px; border-top: 1px solid rgba(255,255,255,.16); }
.legal-ref-strip > span { margin-right: 3px; color: #b9c8c1; font-size: .62rem; letter-spacing: .07em; }
.legal-ref-badge { padding: 4px 8px; color: var(--white); border: 1px solid rgba(255,255,255,.25); font-size: .68rem; font-weight: 680; line-height: 1.25; }
.legal-ref-badge:hover { color: var(--navy); background: var(--mint); border-color: var(--mint); }
.direct-answer + .technical-disclosure { margin-top: -28px; }
.technical-disclosure { margin-bottom: 48px; border: 1px solid var(--line); background: var(--canvas); }
.technical-disclosure summary { padding: 14px 44px 14px 17px; position: relative; display: flex; align-items: baseline; justify-content: space-between; gap: 18px; cursor: pointer; list-style: none; }
.technical-disclosure summary::-webkit-details-marker { display: none; }
.technical-disclosure summary::after { content: "+"; position: absolute; top: 11px; right: 17px; color: var(--teal-dark); font-size: 1.2rem; }
.technical-disclosure[open] summary::after { content: "−"; }
.technical-disclosure summary span { color: var(--ink); font-size: .84rem; font-weight: 720; }
.technical-disclosure summary small { color: var(--ink-soft); font-size: .67rem; }
.technical-disclosure > div { padding: 15px 17px 17px; border-top: 1px solid var(--line); }
.technical-disclosure p { margin: 0 0 9px; color: var(--ink-soft); font-size: .85rem; line-height: 1.65; }
.technical-disclosure a { color: var(--teal-dark); font-size: .76rem; font-weight: 720; }
.content-section { padding: 9px 0 39px; }
.content-section + .content-section { padding-top: 39px; border-top: 1px solid var(--line); }
.content-section h2, .sources-section h2, .related-section h2 { margin: 0 0 16px; font-size: clamp(1.6rem, 2.7vw, 2.15rem); line-height: 1.22; letter-spacing: -.02em; font-weight: 700; }
.content-section p { margin: 0 0 16px; }
.content-section ul { margin: 18px 0; padding: 0; list-style: none; }
.content-section li { padding: 9px 0 9px 24px; position: relative; color: var(--ink-soft); border-bottom: 1px solid var(--line); }
.content-section li::before { content: ""; position: absolute; left: 3px; top: 19px; width: 7px; height: 7px; background: var(--teal); border-radius: 50%; }
.status-panel-grid { margin-top: 23px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.status-panel { padding: 22px; border: 1px solid var(--line); background: var(--canvas); }
.status-panel > span { color: var(--teal); font-size: .66rem; font-weight: 820; letter-spacing: .08em; }
.status-panel h3 { margin: 5px 0 12px; font-size: 1.05rem; line-height: 1.35; }
.status-panel ul { margin: 0; }
.status-panel li { padding: 8px 0 8px 18px; font-size: .82rem; line-height: 1.55; }
.status-panel li::before { left: 1px; top: 17px; width: 6px; height: 6px; }
.status-panel-certain { border-top: 3px solid var(--teal); }
.status-panel-pending { border-top: 3px solid var(--sand); }
.status-panel-pending > span { color: var(--amber); }
.status-panel-pending li::before { background: var(--sand); }
.table-wrap { margin: 24px 0; overflow-x: auto; border: 1px solid var(--line); background: var(--white); }
.info-table { width: 100%; min-width: 690px; border-collapse: collapse; font-size: .78rem; line-height: 1.5; }
.info-table caption { padding: 13px 16px; color: var(--ink-soft); background: #eef3f4; text-align: left; font-size: .7rem; font-weight: 720; }
.info-table th, .info-table td { padding: 14px 16px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); }
.info-table th { color: var(--ink); background: var(--paper); font-size: .67rem; letter-spacing: .06em; text-transform: uppercase; }
.info-table tbody tr:last-child td { border-bottom: 0; }
.info-table td:first-child { width: 20%; color: var(--ink); font-weight: 780; }
.info-table .table-status { width: 23%; color: var(--amber); font-weight: 760; }
.content-note { margin-top: 23px; padding: 18px 20px; background: var(--sand-pale); border-left: 4px solid var(--sand); }
.content-note strong { display: block; margin-bottom: 5px; }
.content-note p { margin: 0; font-size: .86rem; }
.editorial-byline { margin: 12px 0 30px; padding: 20px 22px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 28px; background: var(--white); border: 1px solid var(--line); border-top: 3px solid var(--steel); }
.editorial-byline span { display: block; color: var(--teal); font-size: .65rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.editorial-byline strong { display: block; margin-top: 3px; }
.editorial-byline p { margin: 5px 0 0; font-size: .78rem; }
.editorial-byline > a { color: var(--teal); font-size: .74rem; font-weight: 780; white-space: nowrap; }
.sources-section { margin-top: 27px; padding: 38px 0; border-top: 1px solid var(--line); }
.sources-section > div:first-child > p:last-child { max-width: 620px; }
.source-grid { display: grid; gap: 9px; margin-top: 22px; }
.source-card { padding: 16px 18px; display: grid; grid-template-columns: 1fr auto; gap: 3px 18px; background: var(--white); border: 1px solid var(--line); }
.source-card:hover { border-color: var(--teal); }
.source-card span { grid-column: 1 / -1; color: var(--ink-soft); font-size: .66rem; }
.source-card span b { margin-right: 4px; color: var(--teal); }
.source-card strong { font-size: .84rem; }
.source-card i { color: var(--teal); font-size: .72rem; font-style: normal; font-weight: 760; }
.compact-sources { width: min(var(--max), calc(100% - 56px)); margin: 54px auto 0; }
.prose .compact-sources { width: 100%; margin: 27px 0 0; }

.reading-route { margin: 42px 0 0; padding: 21px 23px; background: var(--paper); border: 1px solid var(--line); border-left: 3px solid var(--teal); }
.reading-route > div:first-child { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-bottom: 13px; color: var(--ink-soft); font-size: .68rem; font-weight: 720; letter-spacing: .045em; text-transform: uppercase; border-bottom: 1px solid var(--line); }
.reading-route > div:first-child strong { color: var(--teal-dark); }
.reading-route > div:last-child { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; padding-top: 15px; }
.reading-route a { color: var(--ink); font-size: .79rem; font-weight: 700; }
.reading-route a:last-child { text-align: right; }
.reading-route a:hover { color: var(--teal-dark); }
.reading-route small { display: block; margin-bottom: 3px; color: var(--ink-soft); font-size: .61rem; font-weight: 620; }

.faq-section { margin-top: 42px; padding-top: 38px; border-top: 1px solid var(--line); }
.faq-section > h2 { margin: 0 0 20px; font-size: clamp(1.6rem, 2.7vw, 2.15rem); line-height: 1.22; letter-spacing: -.02em; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { position: relative; padding: 18px 34px 18px 0; color: var(--ink); font-size: .91rem; font-weight: 700; line-height: 1.45; cursor: pointer; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; position: absolute; right: 4px; top: 17px; color: var(--teal-dark); font-size: 1.15rem; font-weight: 500; }
.faq-item[open] summary::after { content: "−"; }
.faq-item p { margin: 0; padding: 0 34px 19px 0; color: var(--ink-soft); font-size: .86rem; }
.related-section { padding: 39px 0; border-top: 1px solid var(--line); }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.related-card { min-height: 150px; padding: 17px; display: flex; flex-direction: column; background: var(--white); border: 1px solid var(--line); }
.related-card:hover { border-color: var(--teal); }
.related-card span { color: var(--teal); font-size: .63rem; font-weight: 820; letter-spacing: .07em; text-transform: uppercase; }
.related-card strong { margin: 16px 0; font-size: .84rem; line-height: 1.3; }
.related-card i { margin-top: auto; color: var(--teal); font-size: .7rem; font-style: normal; font-weight: 760; }
.correction-note { margin-top: 10px; padding: 14px 16px; color: var(--ink-soft); background: #edf1ee; font-size: .76rem; }
.correction-note a { color: var(--teal); text-decoration: underline; }
.mini-cta { padding: 65px max(28px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 40px; color: var(--white); background: var(--navy); }
.mini-cta h2 { max-width: 780px; margin-bottom: 0; }

.hub-hero { padding: 75px max(28px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: 1fr 280px; align-items: end; gap: 70px; color: var(--white); background: var(--navy); }
.hub-hero h1 { max-width: 850px; margin: 0 0 20px; font-size: clamp(2.55rem, 4.4vw, 3.85rem); line-height: 1.1; letter-spacing: -.03em; font-weight: 700; }
.hub-hero > div:first-child > p:last-child { max-width: 670px; color: #d0ddd4; font-size: 1.08rem; }
.hub-hero .eyebrow { color: var(--mint); }
.hub-proof { padding: 20px; border: 1px solid rgba(255,255,255,.2); }
.hub-proof span, .hub-proof strong { display: block; }
.hub-proof span { color: #c2d1c7; font-size: .68rem; text-transform: uppercase; }
.hub-proof strong { margin: 5px 0 15px; color: var(--mint); }
.hub-proof p { margin: 0; color: #c2d1c7; font-size: .76rem; }
.hub-list { max-width: var(--max); margin: auto; padding: 80px 28px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; }
.hub-clusters { max-width: var(--max); margin: auto; padding: 34px 28px 80px; }
.route-directory { max-width: var(--max); margin: auto; padding: 62px 28px 10px; }
.route-directory > header { max-width: 680px; margin-bottom: 27px; }
.route-directory > header h2 { margin: 0 0 10px; font-size: clamp(1.8rem, 3vw, 2.45rem); line-height: 1.15; letter-spacing: -.025em; }
.route-directory > header > p:last-child { margin: 0; color: var(--ink-soft); }
.glossary-callout { max-width: calc(var(--max) - 56px); margin: 24px auto 10px; padding: 18px 21px; display: flex; align-items: center; justify-content: space-between; gap: 26px; background: var(--sand-pale); border-left: 3px solid var(--sand); }
.glossary-callout div { display: flex; flex-direction: column; gap: 2px; }
.glossary-callout span { color: var(--amber); font-size: .66rem; font-weight: 780; letter-spacing: .08em; text-transform: uppercase; }
.glossary-callout strong { font-size: .88rem; font-weight: 670; }
.glossary-callout a { flex: 0 0 auto; color: var(--teal-dark); font-size: .79rem; font-weight: 730; }

.glossary-hero { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--canvas); }
.glossary-hero > div { max-width: var(--max); margin: auto; padding: 54px 28px 58px; }
.glossary-hero h1 { max-width: 720px; margin: 0 0 16px; font-size: clamp(2.4rem, 5vw, 4rem); line-height: 1.08; letter-spacing: -.035em; }
.glossary-hero > div > p:last-child { max-width: 650px; margin: 0; color: var(--ink-soft); }
.glossary-shell { max-width: var(--max); margin: auto; padding: 62px 28px 76px; }
.glossary-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.glossary-entry { min-height: 215px; padding: 25px; display: flex; flex-direction: column; background: var(--white); }
.glossary-entry > div { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; }
.glossary-entry h2 { margin: 0; font-size: 1.15rem; line-height: 1.3; }
.glossary-entry > div span { flex: 0 0 auto; color: var(--teal-dark); font-size: .66rem; font-weight: 700; }
.glossary-entry p { margin: 14px 0 18px; color: var(--ink-soft); font-size: .87rem; line-height: 1.65; }
.glossary-entry > a { margin-top: auto; color: var(--teal-dark); font-size: .76rem; font-weight: 720; }
.route-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.route-card { padding: 25px; background: var(--white); border: 1px solid var(--line); border-top: 3px solid var(--teal); }
.route-card:nth-child(2) { border-top-color: var(--steel); }
.route-card:nth-child(3) { border-top-color: var(--sand); }
.route-card h3 { margin: 0 0 8px; font-size: 1.05rem; }
.route-card > p { min-height: 42px; margin: 0 0 20px; color: var(--ink-soft); font-size: .75rem; }
.route-card ol { margin: 0; padding-left: 22px; }
.route-card li { padding: 6px 0; color: var(--ink-soft); font-size: .75rem; border-top: 1px solid var(--line); }
.route-card li::marker { color: var(--teal-dark); font-size: .66rem; font-weight: 700; }
.route-card a { color: var(--ink); font-weight: 650; }
.route-card a:hover { color: var(--teal-dark); }
.hub-cluster { padding: 46px 0 54px; border-bottom: 1px solid var(--line); }
.hub-cluster:last-child { border-bottom: 0; }
.hub-cluster > header { max-width: 660px; margin-bottom: 24px; display: grid; grid-template-columns: 42px 1fr; column-gap: 15px; }
.hub-cluster > header .eyebrow { grid-row: 1 / 3; margin: 3px 0 0; }
.hub-cluster > header h2 { margin: 0; font-size: clamp(1.7rem, 3vw, 2.35rem); line-height: 1.15; letter-spacing: -.03em; }
.hub-cluster > header > p:last-child { grid-column: 2; margin: 6px 0 0; color: var(--ink-soft); }
.hub-cluster-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; }
.hub-card { min-height: 210px; padding: 26px; display: grid; grid-template-columns: 42px 1fr; grid-template-rows: auto 1fr auto; column-gap: 15px; background: var(--white); border: 1px solid var(--line); }
.hub-card:hover { border-color: var(--teal); box-shadow: 8px 8px 0 var(--pale); }
.hub-card > span { grid-row: 1 / -1; color: var(--teal); font-weight: 850; }
.hub-card h2 { margin: 0 0 9px; font-size: 1.35rem; line-height: 1.2; }
.hub-card p { margin: 0; color: var(--ink-soft); font-size: .87rem; }
.hub-card i { align-self: end; color: var(--teal); font-size: .78rem; font-style: normal; font-weight: 760; }
.hub-help { max-width: var(--max); margin: 0 auto 90px; padding: 40px; display: flex; align-items: center; justify-content: space-between; gap: 35px; background: var(--paper); }
.hub-help h2 { margin: 0; }

/* Standalone tools */
.tool-shell { background: var(--canvas); }
.tool-shell > .breadcrumbs { background: var(--white); }
.tool-switcher { max-width: var(--max); margin: auto; padding: 18px 28px 0; display: flex; gap: 8px; background: var(--white); }
.tool-switcher a { min-width: 0; max-width: 260px; padding: 11px 15px; flex: 1; color: var(--ink-soft); border: 1px solid var(--line); font-size: .78rem; font-weight: 700; text-align: center; }
.tool-switcher a:hover { color: var(--teal-dark); border-color: var(--teal); }
.tool-switcher a.is-active { color: var(--white); background: var(--teal-dark); border-color: var(--teal-dark); }
.tool-switcher span { margin-right: 8px; color: inherit; opacity: .72; font-size: .66rem; }
.tool-hero { max-width: var(--max); margin: auto; padding: 54px 28px 58px; background: var(--white); }
.tool-hero h1 { max-width: 850px; margin: 0 0 18px; font-size: clamp(2.4rem, 4.2vw, 3.75rem); line-height: 1.1; letter-spacing: -.03em; font-weight: 700; }
.tool-hero > p:not(.eyebrow) { max-width: 720px; margin: 0; color: var(--ink-soft); font-size: 1.06rem; }
.tool-workspace { max-width: var(--max); margin: auto; padding: 70px 28px 78px; display: grid; grid-template-columns: .78fr 1.22fr; align-items: start; gap: 72px; }
.tool-explainer { padding-top: 8px; }
.tool-explainer h2, .tool-followup h2 { margin: 0 0 14px; font-size: clamp(1.65rem, 2.6vw, 2.2rem); line-height: 1.2; letter-spacing: -.02em; }
.tool-explainer p, .tool-followup p { color: var(--ink-soft); }
.tool-points { margin: 26px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.tool-points li { padding: 12px 0 12px 20px; position: relative; color: var(--ink-soft); border-bottom: 1px solid var(--line); font-size: .87rem; }
.tool-points li::before { content: ""; width: 6px; height: 6px; position: absolute; left: 0; top: 23px; border-radius: 50%; background: var(--steel); }
.tool-workspace .checker-card { box-shadow: 9px 9px 0 var(--sand-pale); }
.tool-followup { max-width: var(--max); margin: auto; padding: 38px 28px 72px; border-top: 1px solid var(--line); }
.tool-followup > p { max-width: 760px; }
.tool-followup > div { margin-top: 20px; display: flex; flex-wrap: wrap; gap: 18px; }
.tool-followup a { color: var(--teal-dark); font-size: .88rem; font-weight: 700; }
.tool-wizard { min-height: 410px; }
.tool-wizard .wizard-progress { margin-bottom: 38px; }
.wizard-progress > span { display: block; margin-bottom: 9px; color: var(--ink-soft); font-size: .72rem; font-weight: 740; }
.wizard-progress > div { height: 3px; background: var(--line); overflow: hidden; }
.wizard-progress i { width: 25%; height: 100%; display: block; background: var(--teal); transition: width .2s ease; }
.wizard-step { min-width: 0; min-height: 185px; margin: 0; padding: 0; border: 0; }
.wizard-step[hidden] { display: none; }
.wizard-step legend { max-width: 620px; margin: 0 0 22px; padding: 0; color: var(--ink); font-size: 1.35rem; font-weight: 700; line-height: 1.35; }
.wizard-step legend span { width: 28px; height: 28px; margin-right: 10px; display: inline-grid; place-items: center; color: var(--teal-dark); background: var(--pale); border-radius: 50%; font-size: .72rem; vertical-align: 2px; }
.wizard-step .field-help { margin: -10px 0 18px; }
.wizard-actions { margin-top: 24px; display: flex; justify-content: space-between; gap: 12px; }
.wizard-actions .button { width: auto; min-width: 112px; margin: 0; }
.button-secondary { color: var(--ink); background: transparent; border-color: var(--line-dark); }
.button-secondary:hover { background: var(--paper); }
.scenario-card.tool-wizard { padding: 34px; display: block; color: var(--white); }
.scenario-card.tool-wizard .wizard-progress > span { color: #c9d7ce; }
.scenario-card.tool-wizard .wizard-progress > div { background: rgba(255,255,255,.18); }
.scenario-card.tool-wizard .wizard-progress i { background: var(--mint); }
.scenario-card.tool-wizard .wizard-step legend { color: var(--white); }
.scenario-card.tool-wizard .wizard-step legend span { color: var(--navy-deep); background: var(--mint); }
.scenario-card.tool-wizard .field-help { color: #c9d7ce; }
.scenario-card.tool-wizard .wizard-actions { grid-column: auto; }
.scenario-card.tool-wizard .wizard-actions .button { grid-column: auto; width: auto; margin: 0; }
.scenario-card.tool-wizard .wizard-actions .button-secondary { color: var(--white); background: transparent; border-color: rgba(255,255,255,.35); }
.scenario-card.tool-wizard .wizard-actions .button-secondary:hover { background: rgba(255,255,255,.08); }
.scenario-card.tool-wizard .scenario-result { grid-column: auto; }
.scenario-card.tool-wizard .result-panel { background: rgba(255,255,255,.08); border-left-color: var(--mint); }
.scenario-card.tool-wizard .result-panel span, .scenario-card.tool-wizard .result-panel p { color: #c9d7ce; }
.scenario-card.tool-wizard .result-panel strong { color: var(--white); }
.scenario-card.tool-wizard .result-priorities { color: var(--ink); }
.scenario-card.tool-wizard .result-links a { color: var(--mint); }
.scenario-card.tool-wizard .result-disclaimer { color: #c9d7ce; }
.scenario-card.tool-wizard .result-allocation { color: var(--ink); }
.scenario-card.tool-wizard .result-allocation p { color: var(--ink-soft); }
.allocation-stack { min-width: 0; }
.planning-card { margin-top: 18px; padding: 28px; color: var(--ink); background: var(--white); border: 1px solid var(--line); box-shadow: 8px 8px 0 var(--sand-pale); }
.planning-card h2 { margin: 0 0 8px; font-size: 1.45rem; line-height: 1.3; }
.planning-card > p:not(.eyebrow) { margin: 0; color: var(--ink-soft); font-size: .84rem; }
.planning-card form { margin-top: 22px; display: grid; gap: 14px; }
.planning-card label { color: var(--ink); font-size: .8rem; font-weight: 720; }
.planning-card label small { color: var(--ink-soft); font-weight: 500; }
.planning-card .input-with-unit { margin-top: 6px; }
.planning-card .button { width: 100%; }
.planning-card .scenario-result { color: var(--ink); border-top-color: var(--line); }
.planning-card .scenario-metrics { background: var(--line); }
.planning-card .scenario-metrics div { color: var(--ink); background: var(--paper); }
.planning-card .scenario-metrics span { color: var(--ink-soft); }
.planning-card .scenario-result p { color: var(--ink-soft); }
.planning-card .scenario-detail { background: var(--paper); border-color: var(--line); }
.planning-card .result-links a { color: var(--teal-dark); }

/* Tools landing */
.tools-landing { min-height: 690px; padding-bottom: 82px; background: var(--canvas); border-top: 1px solid var(--line); }
.tools-landing > header { max-width: var(--max); margin: auto; padding: 64px 28px 38px; }
.tools-landing > header h1 { max-width: 820px; margin: 0 0 18px; font-size: clamp(2.55rem, 4.2vw, 3.8rem); line-height: 1.08; letter-spacing: -.03em; }
.tools-landing > header > p:last-child { max-width: 690px; margin: 0; color: var(--ink-soft); }
.tool-choice-grid { max-width: var(--max); margin: auto; padding: 0 28px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.tool-choice-grid a { min-height: 265px; padding: 30px; display: flex; flex-direction: column; background: var(--white); border: 1px solid var(--line); border-top: 4px solid var(--teal); }
.tool-choice-grid a:nth-child(2) { border-top-color: var(--sand); }
.tool-choice-grid a:hover { border-color: var(--teal); box-shadow: 9px 9px 0 var(--pale); }
.tool-choice-grid span { color: var(--teal-dark); font-size: .7rem; font-weight: 760; letter-spacing: .06em; text-transform: uppercase; }
.tool-choice-grid h2 { margin: 34px 0 10px; font-size: 1.55rem; line-height: 1.25; }
.tool-choice-grid p { margin: 0; color: var(--ink-soft); font-size: .9rem; }
.tool-choice-grid strong { margin-top: auto; color: var(--teal-dark); font-size: .86rem; }
.tools-principle { max-width: calc(var(--max) - 56px); margin: 24px auto 0; padding: 20px 24px; display: grid; grid-template-columns: 175px 1fr; gap: 20px; background: var(--paper); border-left: 3px solid var(--steel); }
.tools-principle p { margin: 0; color: var(--ink-soft); font-size: .82rem; }

@media (max-width: 980px) {
  .menu-button { display: block; }
  #site-nav { display: none; position: absolute; z-index: 30; top: 82px; left: 18px; right: 18px; padding: 20px; flex-direction: column; align-items: stretch; background: var(--white); box-shadow: var(--shadow); }
  #site-nav.open { display: flex; }
  #site-nav a { padding: 9px; }
  .hero, .start-section, .checker-section, .scenario-section, .contact-section, .tool-workspace { grid-template-columns: 1fr; gap: 45px; }
  .hero { min-height: auto; }
  .trust-strip { grid-template-columns: 1fr; margin: 0; padding: 0; }
  .trust-strip a { box-shadow: none; border-right: 0; border-bottom: 1px solid var(--line); }
  .knowledge-grid { grid-template-columns: repeat(3, 1fr); }
  .advantage-grid, .updates-list { grid-template-columns: 1fr; }
  .advantage-grid article { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .advantage-grid article:last-child { border-bottom: 0; }
  .advantage-grid h3 { margin-top: 24px; }
  .site-footer { grid-template-columns: 1.5fr repeat(3, 1fr); gap: 25px; }
  .article-layout { grid-template-columns: 1fr; gap: 40px; }
  .article-aside { position: static; }
  .article-aside nav { display: grid; grid-template-columns: repeat(2, 1fr); column-gap: 18px; }
  .aside-check { display: none; }
  .hub-cluster-grid { grid-template-columns: 1fr; }
  .route-grid { grid-template-columns: 1fr; }
  .route-card > p { min-height: 0; }
  .update-item { grid-template-columns: 160px minmax(0, 1fr) auto; gap: 20px; }
  .process-flow { grid-template-columns: 1fr; }
  .process-flow li { min-height: 115px; border-right: 0; border-bottom: 1px solid var(--line); }
  .process-flow li:last-child { border-bottom: 0; }
  .process-flow li:not(:last-child)::after { content: "↓"; top: auto; right: 28px; bottom: -13px; }
}

@media (max-width: 700px) {
  .topbar { min-height: 76px; padding: 8px 18px; }
  .brand { gap: 10px; }
  .brand img { width: 93px; }
  .brand-divider { height: 28px; }
  .brand-product { font-size: .78rem; }
  .brand-product small { font-size: .47rem; }
  #site-nav { top: 72px; }
  .hero { padding: 68px 20px; }
  .hero h1 { font-size: clamp(2rem, 8.2vw, 2.5rem); }
  .latest-card, .checker-card, .scenario-card { padding: 22px; }
  .latest-card ul { grid-template-columns: 1fr; }
  .section { padding: 68px 20px; }
  .start-section, .checker-section, .scenario-section { padding-left: 20px; padding-right: 20px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .need-list details > div { padding-left: 3px; }
  .result-grid, .result-grid.four, .knowledge-grid, .form-pair, .related-grid, .scenario-card, .scenario-metrics, .update-item, .tool-choice-grid { grid-template-columns: 1fr; }
  .knowledge-grid a { border-right: 0; border-bottom: 1px solid var(--line); }
  .knowledge-grid a:last-child { border-bottom: 0; }
  .sector-links a { grid-template-columns: 1fr auto; gap: 5px 15px; }
  .sector-links span { grid-column: 1 / -1; }
  .proof-band, .hub-help { align-items: flex-start; flex-direction: column; }
  .monitor-note { grid-template-columns: auto 1fr; }
  .monitor-note > a { grid-column: 2; }
  .update-item { gap: 10px; }
  .update-item > a { margin-top: 7px; }
  .process-section { padding: 72px 20px; }
  .contact-section { padding: 72px 20px; }
  .contact-form { padding: 21px; }
  .site-footer { padding: 40px 20px 26px; grid-template-columns: 1fr 1fr; }
  .footer-intro, .footer-disclaimer { grid-column: 1 / -1; }
  .breadcrumbs { padding: 20px 20px 0; }
  .article-hero { padding: 48px 20px 52px; }
  .article-hero h1, .tool-hero h1 { font-size: clamp(2.2rem, 10vw, 3rem); }
  .article-layout { padding: 55px 20px 72px; }
  .article-aside nav { grid-template-columns: 1fr; }
  .direct-answer { padding: 21px; }
  .legal-ref-strip { align-items: flex-start; }
  .technical-disclosure summary { align-items: flex-start; flex-direction: column; gap: 2px; }
  .status-panel-grid, .glossary-grid { grid-template-columns: 1fr; }
  .glossary-callout { max-width: none; margin: 22px 20px 8px; align-items: flex-start; flex-direction: column; gap: 10px; }
  .glossary-hero > div { padding: 45px 20px 50px; }
  .glossary-hero h1 { font-size: clamp(2.2rem, 10vw, 3rem); }
  .glossary-shell { padding: 52px 20px 68px; }
  .glossary-entry { min-height: 0; padding: 21px; }
  .glossary-entry > div { align-items: flex-start; flex-direction: column; gap: 5px; }
  .editorial-byline { grid-template-columns: 1fr; gap: 13px; }
  .source-card { grid-template-columns: 1fr; }
  .source-card i { margin-top: 7px; }
  .compact-sources { width: calc(100% - 40px); }
  .prose .compact-sources { width: 100%; }
  .reading-route { padding: 18px; }
  .reading-route > div:last-child { grid-template-columns: 1fr; gap: 13px; }
  .reading-route > div:last-child > span { display: none; }
  .reading-route a:last-child { text-align: left; }
  .mini-cta { padding: 55px 20px; grid-template-columns: 1fr; }
  .hub-hero { padding: 65px 20px; grid-template-columns: 1fr; gap: 35px; }
  .hub-list { padding: 55px 20px; grid-template-columns: 1fr; }
  .hub-clusters { padding: 20px 20px 55px; }
  .route-directory { padding: 52px 20px 8px; }
  .hub-cluster { padding: 38px 0 44px; }
  .hub-help { margin: 0 20px 70px; padding: 28px; }
  .tool-hero { padding: 46px 20px 50px; }
  .tool-workspace { padding: 52px 20px 62px; }
  .tool-followup { padding: 34px 20px 58px; }
  .tools-landing > header, .tool-choice-grid { padding-left: 20px; padding-right: 20px; }
  .tools-principle { margin-left: 20px; margin-right: 20px; grid-template-columns: 1fr; gap: 5px; }
  .result-allocation { align-items: flex-start; flex-direction: column; }
  .result-allocation .button { width: 100%; }
  .wizard-step { min-height: 205px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition-duration: .01ms !important; }
}
