:root {
  --navy: #10233f;
  --navy-2: #183555;
  --teal: #0f7976;
  --teal-dark: #0a5d5b;
  --blue: #4d6ea8;
  --ink: #162339;
  --muted: #5c6878;
  --line: #dfe4e8;
  --paper: #ffffff;
  --warm: #f8f7f4;
  --sand: #f1ece3;
  --mint: #eaf5f3;
  --sky: #edf2f8;
  --peach: #fff0e6;
  --danger: #b54132;
  --danger-bg: #fff5f1;
  --surface-mint: #f1f6f5;
  --surface-warm: #f5f0e8;
  --surface-cool: #f2f5f9;
  --card-line: #cfd9dd;
  --shadow-sm: 0 8px 28px rgba(16, 35, 63, .06);
  --shadow-md: 0 18px 50px rgba(16, 35, 63, .11);
  --radius: 18px;
  --radius-sm: 12px;
  --container: 1240px;
  --font: Inter, "Avenir Next", Avenir, "Segoe UI", system-ui, -apple-system, sans-serif;
  --display: Manrope, Inter, "Avenir Next", "Segoe UI", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 120px; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 16px/1.65 var(--font); -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--navy); font-family: var(--display); line-height: 1.14; letter-spacing: -.025em; }
h1 { font-size: clamp(2.55rem, 5vw, 5rem); }
h2 { font-size: clamp(1.85rem, 3vw, 3rem); }
h3 { font-size: 1.12rem; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.container.narrow { width: min(calc(100% - 48px), 850px); }
.section { padding: 96px 0; }
.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; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 11px 16px; color: #fff; background: var(--navy); border-radius: 8px; transform: translateY(-160%); transition: .2s; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid #ef9c5b; outline-offset: 4px; border-radius: 4px; }
.icon { width: 22px; height: 22px; flex: 0 0 auto; }
.eyebrow, .section-heading > span, .split-heading .eyebrow, .article-hero .eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 17px; color: var(--teal-dark); font-size: .76rem; font-weight: 800; letter-spacing: .12em; line-height: 1.3; text-transform: uppercase; }
.eyebrow::before, .section-heading > span::before { width: 22px; height: 2px; content: ""; background: currentColor; }

.utility { height: 34px; color: #d7e3ef; background: var(--navy); font-size: .75rem; }
.utility .container { display: flex; align-items: center; justify-content: space-between; height: 100%; }
.site-header { position: sticky; z-index: 100; top: 0; background: rgba(255, 255, 255, .96); border-bottom: 1px solid rgba(223, 228, 232, .9); backdrop-filter: blur(18px); transition: box-shadow .2s; }
.site-header.is-scrolled { box-shadow: 0 10px 30px rgba(16, 35, 63, .08); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 82px; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand-symbol { display: inline-flex; position: relative; align-items: center; justify-content: center; width: 38px; height: 38px; color: #fff; background: var(--navy); border-radius: 10px; font-family: var(--display); font-size: 1.08rem; font-weight: 800; letter-spacing: -.06em; }
.brand-symbol > span { margin-left: 1px; color: #66c9bd; font-size: .88rem; }
.brand-symbol.small { width: 46px; height: 46px; border-radius: 13px; font-size: 1.25rem; }
.brand-word { color: var(--navy); font-family: var(--display); font-size: 1.18rem; font-weight: 800; letter-spacing: -.045em; }
.brand-word > span { color: var(--teal); }
.site-nav { display: flex; align-items: center; gap: 5px; }
.site-nav > a { padding: 10px 9px; color: #344257; border-radius: 9px; font-size: .8rem; font-weight: 700; white-space: nowrap; transition: background .2s, color .2s; }
.site-nav > a:hover { color: var(--navy); background: var(--surface-mint); }
.site-nav > a[aria-current="page"]:not(.nav-cta) { color: var(--teal-dark); background: #e8f3f1; box-shadow: inset 0 -2px 0 var(--teal); }
.site-nav .nav-search { display: inline-flex; align-items: center; gap: 6px; }
.site-nav .nav-search .icon { width: 18px; height: 18px; }
.site-nav .nav-cta { margin-left: 4px; padding: 11px 16px; color: #fff; background: var(--navy); }
.site-nav .nav-cta:hover { color: #fff; background: var(--teal-dark); }
.site-nav .nav-cta[aria-current="page"] { box-shadow: 0 0 0 3px rgba(15, 121, 118, .2); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 1px solid #cfd9dd; background: #fff; border-radius: 10px; box-shadow: 0 4px 14px rgba(16, 35, 63, .06); transition: border-color .2s, background .2s, box-shadow .2s; }
.menu-toggle:hover { border-color: #91aaa7; background: var(--surface-mint); }
.menu-toggle span { display: block; width: 20px; height: 2px; margin: 4px auto; background: var(--navy); transition: .2s; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 49px; padding: 12px 20px; border: 1px solid transparent; border-radius: 10px; font-size: .91rem; font-weight: 800; line-height: 1.2; transition: transform .18s, box-shadow .18s, background .18s; }
.button:hover { transform: translateY(-2px); }
.button .icon, .text-link .icon, .card-link .icon, .feature-card b .icon, .resource-card b .icon { width: 18px; height: 18px; }
.button-primary { color: #fff; background: var(--navy); box-shadow: 0 10px 24px rgba(16, 35, 63, .16); }
.button-primary:hover { background: var(--teal-dark); box-shadow: 0 14px 30px rgba(16, 35, 63, .2); }
.button-secondary { color: var(--navy); border-color: #aeb9c5; background: #fff; }
.button-secondary:hover { border-color: var(--navy); }
.button-light { color: var(--navy); background: #fff; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--teal-dark); font-weight: 800; }

.home-hero { overflow: hidden; padding: 72px 0 74px; background: linear-gradient(90deg, #f4f8f7 0, #f4f8f7 48%, #efe9df 48%); border-bottom: 1px solid #d2dcda; }
.hero-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(460px, 1.08fr); align-items: center; gap: 62px; }
.hero-copy h1 { max-width: 720px; margin-bottom: 24px; font-size: clamp(3.15rem, 5.15vw, 4.7rem); }
.hero-copy > p { max-width: 690px; margin-bottom: 30px; color: #405064; font-size: 1.08rem; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 24px; }
.hero-search, .page-search { display: flex; align-items: center; gap: 12px; width: 100%; padding: 7px 7px 7px 16px; background: #fff; border: 1px solid #cfd7de; border-radius: 12px; box-shadow: var(--shadow-sm); }
.hero-search { max-width: 690px; }
.home-page .hero-search { border-color: #bac8cf; box-shadow: 0 10px 28px rgba(16, 35, 63, .09); }
.hero-search .icon, .page-search .icon { color: #708095; }
.hero-search input, .page-search input { min-width: 0; flex: 1; padding: 8px 0; color: var(--ink); border: 0; outline: 0; background: transparent; }
.hero-search input::placeholder, .page-search input::placeholder { color: #7a8797; }
.hero-search button, .page-search button { padding: 10px 18px; color: #fff; border: 0; border-radius: 8px; background: var(--teal-dark); font-weight: 800; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 22px; color: #46576a; font-size: .78rem; font-weight: 750; }
.hero-proof span { display: inline-flex; align-items: center; gap: 5px; }
.hero-proof .icon { width: 15px; height: 15px; color: var(--teal); }
.hero-visual { position: relative; }
.hero-visual::before { position: absolute; z-index: 0; inset: -20px 34px 40px -22px; content: ""; border: 1px solid #d8e4e2; border-radius: 28px; }
.hero-visual img { position: relative; z-index: 1; width: 100%; aspect-ratio: 1.55; object-fit: cover; object-position: center; border-radius: 24px; box-shadow: var(--shadow-md); }
.hero-caption { position: absolute; z-index: 2; right: -16px; bottom: -25px; display: grid; gap: 2px; min-width: 230px; padding: 15px 18px; background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow-md); }
.hero-caption span { color: var(--teal-dark); font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.hero-caption strong { color: var(--navy); font-size: .94rem; }

.split-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 38px; }
.split-heading > div { max-width: 750px; }
.split-heading h2, .section-heading h2 { margin-bottom: 0; }
.split-heading > p { max-width: 430px; margin-bottom: 4px; color: var(--muted); }
.section-heading { max-width: 760px; margin: 0 auto 44px; text-align: center; }
.section-heading p { margin: 16px auto 0; color: var(--muted); }
.section-heading.left { max-width: none; margin-left: 0; text-align: left; }
.section-heading.light > span, .section-heading.light h2, .section-heading.light p { color: #fff; }
.section-heading.light > span { opacity: .75; }
.concern-section { background: #f1f6f5; border-bottom: 1px solid #dce6e3; }
.concern-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.concern-card { display: grid; grid-template-columns: 50px 1fr 24px; align-items: center; gap: 17px; min-height: 148px; padding: 22px; background: #fff; border: 1px solid #ccd9d6; border-radius: var(--radius-sm); box-shadow: 0 8px 24px rgba(16, 35, 63, .065); transition: .2s; }
.concern-card:hover { border-color: #7fa9a5; box-shadow: 0 14px 32px rgba(16, 35, 63, .11); transform: translateY(-3px); }
.concern-card .icon-box, .navigator-grid .icon-box { display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; color: var(--teal-dark); background: var(--mint); border-radius: 12px; }
.concern-card:nth-child(2) .icon-box { color: #a56428; background: var(--peach); }
.concern-card:nth-child(3) .icon-box { color: var(--blue); background: var(--sky); }
.concern-card:nth-child(4) .icon-box { color: #a1474f; background: #fceef0; }
.concern-card:nth-child(5) .icon-box { color: #77539b; background: #f2eef8; }
.concern-card:nth-child(6) .icon-box { color: #56812f; background: #eff6e9; }
.concern-card h3 { margin-bottom: 7px; }
.concern-card p { margin-bottom: 0; color: #48586a; font-size: .86rem; line-height: 1.62; }
.concern-card > b { color: var(--navy); }
.concern-card > b .icon { width: 19px; height: 19px; }

.professional-section { background: #f5f0e8; border-block: 1px solid #ded7cc; }
.professional-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.professional-card { min-height: 285px; padding: 24px 19px 20px; background: #fff; border: 1px solid #d6d1c9; border-radius: var(--radius-sm); box-shadow: 0 7px 22px rgba(16, 35, 63, .055); transition: .2s; }
.professional-card:hover { border-color: #9aaca9; box-shadow: 0 14px 32px rgba(16, 35, 63, .1); transform: translateY(-4px); }
.professional-mark { display: inline-flex; align-items: center; justify-content: center; width: 52px; height: 52px; margin-bottom: 28px; color: var(--teal-dark); background: var(--mint); border-radius: 50%; font-family: var(--display); font-weight: 800; }
.professional-card.tone-2 .professional-mark { color: #a05f28; background: var(--peach); }
.professional-card.tone-3 .professional-mark { color: var(--blue); background: var(--sky); }
.professional-card.tone-4 .professional-mark { color: #56812f; background: #eff6e9; }
.professional-card.tone-5 .professional-mark { color: #77539b; background: #f2eef8; }
.professional-card.tone-6 .professional-mark { color: #a1474f; background: #fceef0; }
.professional-card h3 { min-height: 48px; margin-bottom: 12px; font-size: 1rem; }
.professional-card p { min-height: 82px; margin-bottom: 19px; color: #4b5969; font-size: .82rem; line-height: 1.62; }
.professional-card b { display: inline-flex; align-items: center; gap: 6px; color: var(--teal-dark); font-size: .78rem; }
.professional-card b .icon { width: 16px; height: 16px; }

.journey-section { color: #dbe6ef; background: linear-gradient(135deg, #10233f 0%, #173c4e 100%); }
.journey-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 0; margin-top: 50px; }
.journey-grid > div { position: relative; padding: 0 22px 0 0; }
.journey-grid > div:not(:last-child)::after { position: absolute; top: 22px; right: 10px; width: 34px; border-top: 1px dashed rgba(255,255,255,.32); content: ""; }
.journey-grid span { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; margin-bottom: 20px; color: var(--navy); background: #fff; border-radius: 50%; font-size: .76rem; font-weight: 800; }
.journey-grid h3 { margin-bottom: 10px; color: #fff; font-size: 1rem; }
.journey-grid p { margin: 0; color: #ced9e3; font-size: .82rem; line-height: 1.62; }

.guides-section { background: #f2f5f9; border-bottom: 1px solid #dce2e8; }
.featured-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feature-card { overflow: hidden; background: #fff; border: 1px solid #cfd8e1; border-radius: var(--radius); box-shadow: 0 9px 26px rgba(16, 35, 63, .065); transition: .2s; }
.feature-card:hover { box-shadow: var(--shadow-md); transform: translateY(-4px); }
.feature-visual { display: flex; align-items: end; justify-content: space-between; min-height: 118px; padding: 22px; color: #fff; background: var(--navy-2); }
.feature-card:nth-child(2) .feature-visual { background: var(--teal-dark); }
.feature-card:nth-child(3) .feature-visual { background: var(--blue); }
.feature-visual span { font-family: var(--display); font-size: 3rem; font-weight: 800; letter-spacing: -.07em; opacity: .55; }
.feature-visual small { padding: 5px 9px; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; font-weight: 700; }
.feature-card a > div:last-child { padding: 25px; }
.feature-card h3 { min-height: 52px; margin-bottom: 12px; }
.feature-card p { min-height: 76px; margin-bottom: 18px; color: #475669; font-size: .89rem; line-height: 1.65; }
.feature-card b { display: inline-flex; align-items: center; gap: 7px; color: var(--teal-dark); font-size: .84rem; }

.toolkit-section { padding-block: 70px; background: #fff; }
.toolkit-panel { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; padding: 54px; color: #dbe6ef; background: linear-gradient(135deg, #10233f 0%, #173c4e 100%); border-radius: 24px; box-shadow: 0 18px 42px rgba(16, 35, 63, .16); }
.toolkit-intro h2 { margin-bottom: 17px; color: #fff; }
.toolkit-intro p { max-width: 500px; margin-bottom: 26px; color: #d0dae3; }
.toolkit-intro .eyebrow { color: #75d0c5; }
.toolkit-list { display: grid; gap: 10px; }
.toolkit-list > a { display: grid; grid-template-columns: 42px 1fr 22px; align-items: center; gap: 15px; padding: 15px 17px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: 11px; transition: .2s; }
.toolkit-list > a:hover { background: rgba(255,255,255,.14); }
.toolkit-list > a > span { color: #75d0c5; font-size: .78rem; font-weight: 800; }
.toolkit-list small { display: block; color: #9fb0c0; font-size: .68rem; text-transform: uppercase; }
.toolkit-list strong { color: #fff; font-size: .92rem; }

.safety-section { padding-block: 70px 84px; background: #f1f6f5; border-top: 1px solid #dce6e3; }
.safety-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.urgent-card, .quality-card { display: grid; grid-template-columns: 52px 1fr; gap: 20px; padding: 28px; border-radius: var(--radius); }
.urgent-card { color: var(--danger); background: #fff8f5; border: 1px solid #e7c2b9; box-shadow: 0 8px 24px rgba(112, 54, 40, .07); }
.quality-card { color: var(--blue); background: #f7faff; border: 1px solid #bfcfe2; box-shadow: 0 8px 24px rgba(49, 77, 120, .07); }
.urgent-card > .icon { width: 42px; height: 42px; }
.urgent-card span, .quality-card div > span { display: block; margin-bottom: 5px; font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.urgent-card h2, .quality-card h2 { margin-bottom: 10px; font-size: 1.2rem; }
.urgent-card p, .quality-card p { margin-bottom: 12px; color: #465668; font-size: .88rem; line-height: 1.62; }
.urgent-card a, .quality-card a { display: inline-flex; align-items: center; gap: 7px; font-size: .81rem; font-weight: 800; }
.urgent-card a .icon, .quality-card a .icon { width: 16px; height: 16px; }
.home-page .split-heading > p, .home-page .section-heading p { color: #465669; }
.home-page .journey-section .section-heading p { color: #d8e2eb; }
.home-page .journey-section .section-heading > span { color: #91ddd3; opacity: 1; }
.home-page .trust-band { margin-top: 0; background: #edf2f1; border-color: #d2dcda; }
.home-page .trust-grid small { color: #4b5b6a; }

.trust-band { margin-top: 0; background: #edf2f1; border-block: 1px solid #d2dcda; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid > div { display: flex; align-items: center; gap: 14px; min-height: 102px; padding: 18px 28px; }
.trust-grid > div + div { border-left: 1px solid var(--line); }
.trust-grid .icon { width: 30px; height: 30px; color: var(--teal); }
.trust-grid p { display: grid; margin: 0; }
.trust-grid strong { color: var(--navy); font-size: .9rem; }
.trust-grid small { color: #4b5b6a; font-size: .75rem; }
.site-footer { color: #c1ceda; background: #0b1b30; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 60px; padding-block: 66px 48px; }
.site-footer .brand-word { color: #fff; }
.footer-intro > p { max-width: 330px; margin: 22px 0 0; font-size: .87rem; }
.site-footer h2 { margin-bottom: 18px; color: #fff; font-size: .83rem; letter-spacing: .06em; text-transform: uppercase; }
.site-footer > .container > div:not(.footer-intro) a, .footer-grid > div:not(.footer-intro) a { display: block; margin: 9px 0; color: #c1ceda; font-size: .82rem; }
.footer-grid a:hover { color: #fff; }
.disclosure-note { padding-block: 18px; color: #9babb9; border-top: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); font-size: .72rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-block: 20px 28px; color: #8798a8; border-top: 1px solid rgba(255,255,255,.1); font-size: .73rem; }
.back-top { position: fixed; z-index: 90; right: 20px; bottom: 20px; width: 42px; height: 42px; color: #fff; background: var(--navy); border: 0; border-radius: 50%; box-shadow: var(--shadow-md); opacity: 0; pointer-events: none; transform: translateY(10px); transition: .2s; }
.back-top.visible { opacity: 1; pointer-events: auto; transform: none; }

.breadcrumbs { display: flex; align-items: center; gap: 8px; min-height: 50px; color: #5f6e7e; font-size: .73rem; }
.breadcrumbs a:last-child { max-width: 66ch; overflow: hidden; color: var(--navy); text-overflow: ellipsis; white-space: nowrap; }
.page-hero { padding: 88px 0 82px; text-align: center; background: linear-gradient(135deg, #edf6f4 0%, #f7f2ea 100%); border-block: 1px solid #d8e2df; }
.page-hero h1 { margin-bottom: 22px; font-size: clamp(2.6rem, 5vw, 4.55rem); }
.page-hero p { max-width: 740px; margin: 0 auto 28px; color: #465669; font-size: 1.06rem; }
.page-hero .page-search { max-width: 690px; margin: 28px auto 0; text-align: left; }
.page-hero.simple { padding-block: 70px; }
.page-hero.simple h1 { font-size: clamp(2.3rem, 4.5vw, 4rem); }
.search-suggestions { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 8px; margin-top: 15px; color: #4e5e70; font-size: .78rem; }
.search-suggestions button { padding: 7px 11px; color: var(--navy); background: #fff; border: 1px solid #c9d5d7; border-radius: 999px; box-shadow: 0 3px 10px rgba(16, 35, 63, .04); }
.search-suggestions button:hover { border-color: #88aaa6; background: var(--surface-mint); }

.start-page main, .navigator-page main, .library-page main, .search-page main, .index-page main, .toolkit-page main, .sitemap-page main, .article-page main, .standard-core main { background: #f5f8f7; }
.article-hero { padding: 76px 0 68px; background: linear-gradient(135deg, #edf6f4 0%, #f7f2ea 100%); border-block: 1px solid #d8e2df; }
.article-hero-inner { display: grid; grid-template-columns: minmax(0, 870px) auto; align-items: end; justify-content: space-between; gap: 40px; }
.article-hero h1 { max-width: 900px; margin-bottom: 22px; font-size: clamp(2.5rem, 4.5vw, 4.35rem); }
.article-deck { max-width: 820px; margin-bottom: 24px; color: #465669; font-size: 1.05rem; }
.article-number { color: #dfe5e8; font-family: var(--display); font-size: 7rem; font-weight: 800; line-height: .8; letter-spacing: -.1em; }
.article-meta { display: flex; flex-wrap: wrap; gap: 8px 20px; color: #667383; font-size: .74rem; font-weight: 700; }
.article-meta span { display: inline-flex; align-items: center; gap: 5px; }
.article-meta .icon { width: 15px; height: 15px; color: var(--teal); }
.article-layout { display: grid; grid-template-columns: 230px minmax(0, 790px); justify-content: center; gap: 74px; padding-block: 68px 96px; }
.article-aside { position: relative; }
.aside-card { position: sticky; top: 116px; padding: 20px; background: #eef5f3; border: 1px solid #cad8d5; border-radius: 12px; box-shadow: 0 8px 22px rgba(16, 35, 63, .055); }
.aside-card > span { display: block; margin-bottom: 12px; color: var(--navy); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.aside-card nav { display: grid; }
.aside-card nav a { padding: 9px 0; color: var(--muted); border-top: 1px solid var(--line); font-size: .76rem; line-height: 1.4; }
.aside-card nav a:hover { color: var(--teal-dark); }
.aside-hub { display: block; margin-top: 16px; color: var(--teal-dark); font-size: .76rem; font-weight: 800; }
.article-main { min-width: 0; padding: 44px 48px; background: #fff; border: 1px solid var(--card-line); border-radius: 18px; box-shadow: 0 12px 34px rgba(16, 35, 63, .07); }
.prose { color: #26384b; font-size: 1.01rem; }
.prose > :first-child { margin-top: 0; }
.prose h2 { margin: 2.3em 0 .7em; font-size: clamp(1.55rem, 2.4vw, 2.05rem); }
.prose h3 { margin: 1.9em 0 .6em; font-size: 1.25rem; }
.prose p, .prose li { line-height: 1.8; }
.prose p { margin-bottom: 1.2em; }
.prose ul, .prose ol { margin: 1em 0 1.5em; padding-left: 1.3em; }
.prose li { margin: .42em 0; padding-left: .25em; }
.prose strong { color: var(--navy); }
.prose a { color: var(--teal-dark); font-weight: 700; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.prose blockquote { margin: 1.7em 0; padding: 19px 23px; color: #2d4458; background: #edf6f4; border: 1px solid #cddfdb; border-left: 4px solid var(--teal); border-radius: 0 10px 10px 0; }
.prose table { display: block; width: 100%; max-width: 100%; margin: 1.5em 0; overflow-x: auto; border-collapse: collapse; }
.table-hint { display: none; margin: 1.25em 0 -.6em; color: var(--muted); font-size: .78rem; font-weight: 700; }
.prose th, .prose td { min-width: 140px; padding: 12px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.prose th { color: var(--navy); background: var(--warm); }
.education-notice { margin: 34px 0; padding: 22px 24px; background: #f2f6fb; border: 1px solid #cad7e6; border-left: 4px solid var(--blue); border-radius: 0 12px 12px 0; }
.education-notice strong { color: var(--navy); }
.education-notice p { margin: 4px 0 0; color: var(--muted); }
.education-notice a { display: inline-flex; align-items: center; gap: 7px; margin-top: 12px; color: var(--teal-dark); font-weight: 800; }
.education-notice.wide { margin-top: 40px; }
.provider-link { margin-top: 2em; }
.provider-link a { display: inline-flex; align-items: center; gap: 8px; }
.provider-link .icon { width: 18px; height: 18px; }
.service-cta { margin: 38px 0; padding: 34px 36px; color: #c8d4df; background: linear-gradient(135deg, #10233f 0%, #173c4e 100%); border: 1px solid rgba(255,255,255,.08); border-radius: var(--radius-sm); box-shadow: 0 16px 36px rgba(16, 35, 63, .16); }
.service-cta > span { display: block; margin-bottom: 10px; color: #79d0c6; font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.service-cta h2 { margin-bottom: 12px; color: #fff; font-size: clamp(1.5rem, 2.7vw, 2rem); }
.service-cta p { max-width: 670px; margin-bottom: 20px; color: #c8d4df; font-size: .92rem; }
.service-cta small { display: block; margin-top: 13px; color: #8fa0b0; font-size: .7rem; }
.sources { margin: 34px 0; overflow: hidden; background: #fff; border: 1px solid var(--card-line); border-radius: 12px; box-shadow: 0 5px 18px rgba(16, 35, 63, .04); }
.sources summary { display: flex; align-items: center; justify-content: space-between; padding: 16px 19px; color: var(--navy); font-weight: 800; cursor: pointer; }
.sources summary span { display: inline-flex; align-items: center; justify-content: center; min-width: 25px; height: 25px; background: var(--mint); border-radius: 50%; font-size: .72rem; }
.sources ol { margin: 0; padding: 4px 42px 10px; }
.sources li { margin: 8px 0; color: var(--muted); font-size: .78rem; }
.sources a { color: var(--teal-dark); text-decoration: underline; text-underline-offset: 2px; }
.sources > p { margin: 0; padding: 14px 19px; color: var(--muted); background: var(--warm); border-radius: 0 0 12px 12px; font-size: .72rem; }
.related { margin-top: 56px; padding: 38px 32px 32px; background: var(--surface-cool); border: 1px solid #d5dde5; border-radius: 16px; }
.article-main .related .guide-grid.three { grid-template-columns: repeat(2, 1fr); }
.hub-library { margin-top: 65px; padding: 40px 34px 34px; background: var(--surface-mint); border: 1px solid #d2dfdc; border-radius: 16px; }

.guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.guide-grid.two { grid-template-columns: repeat(2, 1fr); }
.guide-grid.three { grid-template-columns: repeat(3, 1fr); }
.guide-card { min-width: 0; background: #fff; border: 1px solid var(--card-line); border-radius: 13px; box-shadow: 0 7px 22px rgba(16, 35, 63, .045); transition: .2s; }
.guide-card:hover { border-color: #98b5b1; box-shadow: 0 13px 30px rgba(16, 35, 63, .09); transform: translateY(-3px); }
.guide-card a { display: flex; flex-direction: column; height: 100%; min-height: 275px; padding: 23px; }
.guide-card.compact a { min-height: 250px; padding: 20px; }
.card-kicker { display: block; margin-bottom: 14px; color: var(--teal-dark); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.guide-card h3 { margin-bottom: 11px; font-size: 1rem; }
.guide-card p { flex: 1; margin-bottom: 18px; color: #4b5a6b; font-size: .8rem; line-height: 1.62; }
.card-link { display: inline-flex; align-items: center; gap: 7px; color: var(--teal-dark); font-size: .76rem; font-weight: 800; }

.library-layout { display: grid; grid-template-columns: 190px minmax(0, 1fr); gap: 34px; padding-block: 62px 96px; }
.library-nav { position: sticky; top: 115px; align-self: start; display: grid; }
.library-nav a { display: flex; align-items: center; gap: 9px; padding: 11px 13px; color: #4c5c6d; background: #fff; border: 1px solid var(--card-line); border-radius: 9px; font-size: .77rem; font-weight: 700; }
.library-nav a + a { margin-top: 7px; }
.library-nav a:hover { color: var(--teal-dark); border-color: #99b7b3; background: var(--surface-mint); }
.library-nav span { color: var(--teal); font-size: .67rem; }
.library-group { padding: 34px; background: #fff; border: 1px solid var(--card-line); border-radius: 18px; box-shadow: 0 10px 28px rgba(16, 35, 63, .055); }
.library-group + .library-group { margin-top: 22px; padding-top: 34px; border-top: 1px solid var(--card-line); }
.library-head { display: grid; grid-template-columns: 58px 1fr auto; align-items: center; gap: 18px; margin-bottom: 28px; }
.library-head > span, .index-group-intro > span { color: #cbd4dc; font-family: var(--display); font-size: 3.2rem; font-weight: 800; letter-spacing: -.08em; }
.library-head h2 { margin-bottom: 7px; font-size: 1.8rem; }
.library-head p { max-width: 620px; margin: 0; color: var(--muted); font-size: .86rem; }
.library-head > a { display: inline-flex; align-items: center; gap: 6px; color: var(--teal-dark); font-size: .77rem; font-weight: 800; }

.step-list { display: grid; max-width: 900px; padding: 12px 38px; background: #fff; border: 1px solid var(--card-line); border-radius: 18px; box-shadow: 0 10px 28px rgba(16, 35, 63, .055); }
.step-list > div { display: grid; grid-template-columns: 72px 1fr; gap: 22px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.step-list > div > span { color: #c5d0d7; font-family: var(--display); font-size: 2.5rem; font-weight: 800; letter-spacing: -.08em; }
.step-list h2 { margin-bottom: 8px; font-size: 1.35rem; }
.step-list p { margin: 0; color: var(--muted); }
.decision-panel { display: flex; align-items: center; justify-content: space-between; gap: 40px; margin-top: 34px; padding: 42px; color: #dbe6ef; background: linear-gradient(135deg, #10233f 0%, #173c4e 100%); border-radius: var(--radius); box-shadow: 0 16px 38px rgba(16, 35, 63, .15); }
.decision-panel h2 { max-width: 720px; margin-bottom: 13px; color: #fff; }
.decision-panel p { max-width: 700px; margin: 0; color: #bdc9d5; }
.decision-panel .eyebrow { color: #75d0c5; }

.navigator-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.navigator-grid > a { display: grid; grid-template-columns: 54px 1fr 24px; align-items: center; gap: 18px; padding: 24px; background: #fff; border: 1px solid var(--card-line); border-radius: var(--radius-sm); box-shadow: 0 7px 22px rgba(16, 35, 63, .045); transition: .2s; }
.navigator-grid > a:hover { border-color: #98b5b1; box-shadow: 0 13px 30px rgba(16, 35, 63, .09); transform: translateY(-3px); }
.navigator-grid h2 { margin-bottom: 8px; font-size: 1.2rem; }
.navigator-grid p { margin: 0; color: var(--muted); font-size: .87rem; }
.navigator-grid > a > .icon:last-child { width: 19px; height: 19px; }

.index-groups { display: grid; gap: 24px; }
.index-group { padding: 34px; background: #fff; border: 1px solid var(--card-line); border-radius: 18px; box-shadow: 0 10px 28px rgba(16, 35, 63, .055); }
.index-group + .index-group { padding-top: 34px; border-top: 1px solid var(--card-line); }
.index-group-intro { display: grid; grid-template-columns: 64px minmax(0, 700px); gap: 22px; margin-bottom: 30px; }
.index-group-intro h2 { margin-bottom: 10px; }
.index-group-intro p { color: var(--muted); }
.index-group-intro a { display: inline-flex; align-items: center; gap: 7px; color: var(--teal-dark); font-size: .84rem; font-weight: 800; }

.results-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 30px; }
.results-head h2 { margin: 0; }
.results-head > span { color: var(--muted); font-size: .8rem; font-weight: 800; }
.no-results { padding: 60px 24px; text-align: center; background: #fff; border: 1px solid var(--card-line); border-radius: var(--radius); box-shadow: 0 10px 28px rgba(16, 35, 63, .055); }
.no-results p { color: var(--muted); }

.resource-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.resource-card { background: #fff; border: 1px solid var(--card-line); border-radius: var(--radius); box-shadow: 0 8px 24px rgba(16, 35, 63, .05); transition: .2s; }
.resource-card:hover { border-color: #98b5b1; box-shadow: 0 14px 32px rgba(16, 35, 63, .09); transform: translateY(-3px); }
.resource-card a { display: grid; grid-template-columns: 55px 1fr; gap: 20px; min-height: 220px; padding: 28px; }
.resource-card a > span { color: #c7d2da; font-family: var(--display); font-size: 2.1rem; font-weight: 800; letter-spacing: -.08em; }
.resource-card small { color: var(--teal-dark); font-size: .67rem; font-weight: 800; text-transform: uppercase; }
.resource-card h2 { margin: 7px 0 10px; font-size: 1.25rem; }
.resource-card p { color: var(--muted); font-size: .85rem; }
.resource-card b { display: inline-flex; align-items: center; gap: 7px; color: var(--teal-dark); font-size: .79rem; }
.resource-paper { max-width: 850px; margin-block: 62px 96px; padding: 46px 50px; background: #fff; border: 1px solid var(--card-line); border-radius: 18px; box-shadow: 0 12px 34px rgba(16, 35, 63, .07); }
.resource-article .print-button { margin-top: 22px; }
.resource-article .prose li { position: relative; list-style: none; padding-left: 4px; }
.resource-article .prose ul, .resource-article .prose ol { padding-left: 0; }
.print-check { display: inline-block; width: 16px; height: 16px; margin-right: 9px; vertical-align: -2px; border: 1.5px solid #9aa8b5; border-radius: 3px; }

.standard-page { max-width: 820px; margin-block: 62px 96px; padding: 46px 50px; background: #fff; border: 1px solid var(--card-line); border-radius: 18px; box-shadow: 0 12px 34px rgba(16, 35, 63, .07); }
.sitemap-grid { columns: 2; column-gap: 60px; }
.sitemap-grid section { break-inside: avoid; margin-bottom: 46px; }
.sitemap-grid h2 { font-size: 1.3rem; }
.sitemap-grid ul { padding-left: 18px; }
.sitemap-grid li { margin: 8px 0; color: var(--muted); font-size: .85rem; }
.sitemap-grid a:hover { color: var(--teal-dark); text-decoration: underline; }
.not-found { min-height: 65vh; padding: 90px 0; text-align: center; background: var(--warm); }
.error-code { display: block; color: #d5dce1; font-family: var(--display); font-size: 8rem; font-weight: 800; line-height: .9; letter-spacing: -.1em; }
.not-found h1 { margin: 20px 0; }
.not-found p { color: var(--muted); }
.not-found .page-search { margin: 30px auto; text-align: left; }
.not-found .hero-actions { justify-content: center; }

@media (max-width: 1120px) {
  .container { width: min(calc(100% - 36px), var(--container)); }
  .site-nav > a { padding-inline: 7px; font-size: .75rem; }
  .site-nav .nav-search span { display: none; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .hero-copy h1 { font-size: clamp(2.9rem, 5.1vw, 4rem); }
  .professional-grid { grid-template-columns: repeat(3, 1fr); }
  .professional-card { min-height: 245px; }
  .professional-card h3, .professional-card p { min-height: auto; }
  .journey-grid { grid-template-columns: repeat(3, 1fr); gap: 36px 0; }
  .journey-grid > div:nth-child(3)::after { display: none; }
  .article-layout { grid-template-columns: 210px minmax(0, 1fr); gap: 45px; }
}

@media (max-width: 1024px) {
  .utility { display: none; }
  .site-header { background: #fff; backdrop-filter: none; }
  .header-inner { min-height: 72px; }
  .menu-toggle { display: block; }
  .site-nav { position: fixed; inset: 72px 0 0; min-height: calc(100dvh - 72px); display: none; align-content: start; gap: 8px; padding: 24px max(18px, calc((100vw - 720px) / 2)) 44px; overflow-y: auto; background: linear-gradient(180deg, #edf6f4 0%, #fff 58%); border-top: 1px solid #d8e2df; box-shadow: 0 24px 50px rgba(16, 35, 63, .14); }
  .nav-open .site-nav { display: grid; }
  .nav-open .menu-toggle { border-color: #7fa9a5; background: var(--surface-mint); box-shadow: 0 0 0 3px rgba(15, 121, 118, .12); }
  .site-nav > a { width: 100%; min-height: 50px; padding: 13px 16px; color: #2e3f52; background: #fff; border: 1px solid #d6e0df; border-radius: 10px; box-shadow: 0 5px 16px rgba(16, 35, 63, .045); font-size: .91rem; }
  .site-nav > a:hover { border-color: #9ab8b4; background: #f7fbfa; }
  .site-nav > a[aria-current="page"]:not(.nav-cta) { color: var(--teal-dark); background: #e6f2ef; border-color: #9fc1bc; box-shadow: inset 4px 0 0 var(--teal); }
  .site-nav .nav-search span { display: inline; }
  .site-nav .nav-cta { margin: 6px 0 0; text-align: center; border: 0; border-radius: 10px; box-shadow: 0 10px 24px rgba(16, 35, 63, .16); }
  .nav-open .menu-toggle span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .nav-open .menu-toggle span:nth-child(2) { opacity: 0; }
  .nav-open .menu-toggle span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .home-hero { padding-top: 58px; background: #f4f8f7; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .hero-visual { max-width: 760px; }
  .hero-caption { right: 14px; }
  .concern-grid { grid-template-columns: repeat(2, 1fr); }
  .split-heading { align-items: start; flex-direction: column; gap: 10px; }
  .featured-grid { grid-template-columns: 1fr; }
  .feature-card a { display: grid; grid-template-columns: 190px 1fr; }
  .feature-visual { min-height: 100%; }
  .feature-card h3, .feature-card p { min-height: auto; }
  .toolkit-panel { grid-template-columns: 1fr; gap: 35px; }
  .safety-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / 4; }
  .article-layout { display: block; }
  .article-aside { display: none; }
  .article-main { max-width: 790px; margin-inline: auto; }
  .guide-grid { grid-template-columns: repeat(2, 1fr); }
  .library-layout { display: block; }
  .library-nav { position: static; display: flex; gap: 10px; margin-bottom: 34px; padding-bottom: 6px; overflow-x: auto; }
  .library-nav a { flex: 0 0 auto; margin-top: 0; padding: 9px 12px; background: #fff; border: 1px solid var(--card-line); border-radius: 999px; }
}

@media (max-width: 640px) {
  .container, .container.narrow { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 68px 0; }
  .brand-symbol { width: 35px; height: 35px; }
  .brand-word { font-size: 1.05rem; }
  .home-hero { padding: 48px 0 56px; }
  .home-page .toolkit-section, .home-page .safety-section { padding-block: 56px; }
  .hero-copy h1 { font-size: clamp(2.5rem, 12vw, 3.3rem); }
  .hero-copy > p { font-size: 1rem; }
  .hero-actions .button { width: 100%; }
  .hero-search { padding-left: 12px; }
  .hero-search button, .page-search button { padding-inline: 13px; }
  .hero-visual::before { display: none; }
  .hero-visual img { aspect-ratio: 1.22; object-position: 54% center; border-radius: 17px; }
  .hero-caption { position: relative; right: auto; bottom: auto; width: calc(100% - 28px); margin: -22px auto 0; }
  .hero-proof { gap: 10px 14px; }
  .split-heading { margin-bottom: 28px; }
  .concern-grid, .professional-grid, .navigator-grid, .resource-grid, .guide-grid, .guide-grid.two, .guide-grid.three { grid-template-columns: 1fr; }
  .concern-card { min-height: 130px; padding: 18px; }
  .professional-grid { gap: 10px; }
  .professional-card { min-height: auto; }
  .professional-mark { margin-bottom: 20px; }
  .journey-grid { grid-template-columns: 1fr 1fr; gap: 32px 12px; }
  .journey-grid > div::after { display: none; }
  .feature-card a { display: block; }
  .feature-visual { min-height: 100px; }
  .toolkit-panel { padding: 32px 22px; border-radius: 17px; }
  .toolkit-list > a { grid-template-columns: 32px 1fr 20px; padding-inline: 13px; }
  .urgent-card, .quality-card { grid-template-columns: 1fr; padding: 23px; }
  .trust-grid { grid-template-columns: 1fr; padding-block: 12px; }
  .trust-grid > div { min-height: 78px; padding-inline: 4px; }
  .trust-grid > div + div { border-top: 1px solid var(--line); border-left: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 24px; }
  .footer-intro { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
  .page-hero, .article-hero { padding: 60px 0 54px; }
  .page-hero h1, .article-hero h1 { font-size: clamp(2.35rem, 11vw, 3.2rem); }
  .article-hero-inner { display: block; }
  .article-number { display: none; }
  .article-meta { gap: 7px 13px; }
  .article-layout, .resource-paper { padding-block: 46px 72px; }
  .article-main { padding: 30px 22px; border-radius: 14px; }
  .related { margin-top: 44px; padding: 28px 20px 22px; }
  .article-main .related .guide-grid.three { grid-template-columns: 1fr; }
  .hub-library { margin-top: 48px; padding: 28px 20px 22px; }
  .prose { font-size: .97rem; }
  .prose h2 { font-size: 1.55rem; }
  .service-cta { padding: 28px 23px; }
  .service-cta .button { width: 100%; }
  .table-hint { display: block; }
  .library-group, .index-group { padding: 25px 18px; border-radius: 14px; }
  .library-group + .library-group, .index-group + .index-group { padding-top: 25px; }
  .library-head { grid-template-columns: 48px 1fr; }
  .library-head > a { grid-column: 2; }
  .step-list > div { grid-template-columns: 52px 1fr; gap: 14px; }
  .decision-panel { align-items: flex-start; flex-direction: column; padding: 28px 22px; }
  .decision-panel .button { width: 100%; }
  .step-list { padding: 8px 18px; border-radius: 14px; }
  .navigator-grid > a { grid-template-columns: 48px 1fr 20px; padding: 19px; }
  .index-group-intro { grid-template-columns: 48px 1fr; }
  .resource-card a { grid-template-columns: 45px 1fr; padding: 23px 18px; }
  .resource-paper, .standard-page { margin-block: 34px 58px; padding: 30px 22px; border-radius: 14px; }
  .sitemap-grid { columns: 1; }
  .error-code { font-size: 6rem; }
}

/* Homepage editorial redesign */
.home-page { background: #fbfaf7; }
.home-page .utility { display: none; }
.home-page .site-header { background: rgba(251, 250, 247, .96); }
.home-page .header-inner { min-height: 76px; }
.home-page .home-hero { padding: 0; background: #fbfaf7; border-bottom: 1px solid #dcdfda; }
.home-page .hero-grid { display: grid; grid-template-columns: minmax(500px, calc((100vw - var(--container)) / 2 + 610px)) minmax(0, 1fr); align-items: stretch; gap: 0; width: 100%; max-width: none; min-height: 735px; margin: 0; }
.home-page .hero-copy { z-index: 2; align-self: center; max-width: none; padding: 82px 54px 72px max(24px, calc((100vw - var(--container)) / 2)); }
.home-page .hero-copy h1 { max-width: 650px; margin-bottom: 24px; font-size: clamp(3.35rem, 5vw, 4.65rem); line-height: 1.04; letter-spacing: -.055em; }
.home-page .hero-copy h1 span { display: block; color: #267a79; }
.home-page .hero-copy > p { max-width: 620px; margin-bottom: 26px; color: #52606c; font-size: 1.08rem; line-height: 1.75; }
.home-page .hero-search { max-width: 610px; min-height: 62px; padding: 6px 6px 6px 18px; border-color: #c9d0cd; border-radius: 0; box-shadow: 0 8px 22px rgba(16, 35, 63, .055); }
.home-page .hero-search button { align-self: stretch; min-width: 78px; padding-inline: 22px; border-radius: 0; background: var(--navy-2); }
.home-page .hero-actions { margin: 20px 0 0; }
.home-page .hero-actions .button { min-height: 50px; border-radius: 0; }
.home-page .hero-actions .button-primary { background: #d9785f; box-shadow: 0 9px 22px rgba(180, 85, 62, .18); }
.home-page .hero-actions .button-primary:hover { background: var(--teal-dark); }
.home-page .hero-actions .button-secondary { background: transparent; border-color: #aebbb8; }
.home-page .hero-proof { gap: 8px 18px; margin-top: 4px; color: #334250; }
.home-page .hero-popular { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 28px; color: #68747e; font-size: .72rem; }
.home-page .hero-popular small { margin-right: 2px; }
.home-page .hero-popular a { padding: 6px 10px; color: #52606c; background: rgba(255,255,255,.55); border: 1px solid #cad2cf; transition: .18s; }
.home-page .hero-popular a:hover { color: var(--teal-dark); background: #fff; border-color: #8eaaa5; }
.home-page .hero-visual { position: relative; min-width: 0; overflow: hidden; }
.home-page .hero-visual::before { z-index: 2; inset: 0; border: 0; border-radius: 0; background: linear-gradient(90deg, rgba(251,250,247,.3) 0, rgba(251,250,247,0) 24%); pointer-events: none; }
.home-page .hero-visual img { width: 100%; height: 100%; min-height: 735px; aspect-ratio: auto; object-fit: cover; object-position: 56% center; border-radius: 0; box-shadow: none; }
.hero-stat { position: absolute; z-index: 3; right: 34px; bottom: 38px; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 15px; max-width: 270px; padding: 17px 20px; background: rgba(255,255,255,.95); border-left: 3px solid #d9785f; box-shadow: 0 12px 30px rgba(16,35,63,.12); }
.hero-stat strong { color: var(--teal-dark); font-family: var(--display); font-size: 2.4rem; line-height: 1; }
.hero-stat span { color: #344250; font-size: .76rem; font-weight: 700; line-height: 1.4; }

.home-page .concern-section { padding-block: 112px 120px; background: #f7f4ef; border-bottom: 1px solid #e0ddd7; }
.home-page .concern-section .section-heading { max-width: 760px; margin-bottom: 52px; }
.home-page .concern-section .section-heading h2 { font-size: clamp(2.35rem, 4vw, 3.35rem); }
.home-page .concern-section .section-heading p { max-width: 640px; margin-top: 18px; }
.home-page .concern-grid { grid-template-columns: repeat(3, 1fr); gap: 18px; }
.home-page .concern-card { position: relative; overflow: hidden; display: flex; align-items: flex-start; flex-direction: column; gap: 0; min-height: 280px; padding: 30px 31px 28px; background: #fff; border: 1px solid #d8d9d4; border-radius: 0; box-shadow: none; }
.home-page .concern-card::after { position: absolute; right: -54px; bottom: -55px; width: 105px; height: 105px; content: ""; border: 1px solid #b7cfca; border-radius: 50%; }
.home-page .concern-card:hover { border-color: #86a9a3; box-shadow: 0 14px 32px rgba(16,35,63,.075); transform: translateY(-3px); }
.home-page .concern-number { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; margin-bottom: 30px; color: var(--teal-dark); background: #edf5f2; font-size: .72rem; font-weight: 800; }
.home-page .concern-card h3 { margin-bottom: 10px; font-size: 1.16rem; }
.home-page .concern-card p { max-width: 300px; color: #59656e; font-size: .9rem; line-height: 1.7; }
.home-page .concern-card > b { display: inline-flex; align-items: center; gap: 7px; margin-top: auto; color: var(--teal-dark); font-size: .78rem; }
.home-page .concern-card > b .icon { width: 16px; height: 16px; }

.home-page .professional-section { padding-block: 112px 118px; background: #fff; border-block: 0; }
.home-page .professional-grid { grid-template-columns: repeat(3, 1fr); gap: 18px; }
.home-page .professional-card { display: flex; flex-direction: column; min-height: 270px; padding: 30px; background: #fff; border: 1px solid #d8d9d4; border-radius: 0; box-shadow: none; }
.home-page .professional-card:hover { border-color: #86a9a3; box-shadow: 0 14px 32px rgba(16,35,63,.075); transform: translateY(-3px); }
.home-page .professional-mark { width: 47px; height: 47px; margin-bottom: 34px; border-radius: 2px; }
.home-page .professional-card h3 { min-height: 0; margin-bottom: 10px; font-size: 1.08rem; }
.home-page .professional-card p { min-height: 0; margin-bottom: 22px; color: #59656e; font-size: .88rem; line-height: 1.68; }
.home-page .professional-card b { margin-top: auto; }

.home-page .journey-section { position: relative; overflow: hidden; padding-block: 112px; background: #112c43; }
.home-page .journey-section::after { position: absolute; right: -230px; bottom: -360px; width: 700px; height: 700px; content: ""; border: 1px solid rgba(145,221,211,.15); border-radius: 50%; box-shadow: 0 0 0 70px rgba(145,221,211,.035), 0 0 0 145px rgba(145,221,211,.025); }
.home-page .journey-section .container { position: relative; z-index: 1; }
.home-page .journey-grid { grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 56px; border-top: 1px solid rgba(255,255,255,.16); }
.home-page .journey-grid > div { min-height: 205px; padding: 34px 34px 32px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.home-page .journey-grid > div:not(:nth-child(3n)) { border-right: 1px solid rgba(255,255,255,.14); }
.home-page .journey-grid > div:nth-child(3n+2), .home-page .journey-grid > div:nth-child(3n) { padding-left: 34px; }
.home-page .journey-grid > div::after { display: none; }
.home-page .journey-grid span { width: 39px; height: 39px; margin-bottom: 24px; }

.home-page .guides-section { padding-block: 112px 118px; background: #f7f4ef; border-bottom-color: #dfddd8; }
.home-page .featured-grid { gap: 18px; }
.home-page .feature-card { border-color: #d8d9d4; border-radius: 0; box-shadow: none; }
.home-page .feature-card:hover { border-color: #9eb4b0; box-shadow: 0 14px 32px rgba(16,35,63,.075); }
.home-page .feature-visual { position: relative; overflow: hidden; min-height: 210px; padding: 22px; color: #fff; background: #293b46; isolation: isolate; }
.home-page .feature-visual::after { position: absolute; z-index: -1; inset: 0; content: ""; background: linear-gradient(180deg, rgba(11,28,43,.42) 0%, rgba(11,28,43,.04) 48%, rgba(11,28,43,.48) 100%); }
.home-page .feature-visual img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.home-page .feature-card:nth-child(1) .feature-visual img { object-position: center 38%; }
.home-page .feature-card:nth-child(2) .feature-visual img { object-position: center 40%; }
.home-page .feature-card:nth-child(3) .feature-visual img { object-position: center 42%; }
.home-page .feature-card:hover .feature-visual img { transform: scale(1.025); }
.home-page .feature-visual span { position: relative; z-index: 1; color: #fff; opacity: .96; text-shadow: 0 2px 14px rgba(8,24,37,.35); }
.home-page .feature-visual small { position: relative; z-index: 1; color: #fff; background: rgba(16,35,63,.76); border-color: rgba(255,255,255,.55); box-shadow: 0 6px 18px rgba(8,24,37,.18); backdrop-filter: blur(5px); }
.home-page .feature-card a > div:last-child { padding: 28px; }

.home-page .toolkit-section { padding-block: 94px; background: #fff; }
.home-page .toolkit-panel { padding: 56px; border-radius: 2px; box-shadow: 0 14px 34px rgba(16,35,63,.12); }
.home-page .safety-section { padding-block: 88px; background: #f1f6f5; }
.home-page .urgent-card, .home-page .quality-card { border-radius: 2px; box-shadow: none; }

@media (max-width: 1120px) {
  .home-page .hero-grid { grid-template-columns: minmax(485px, 51%) minmax(0, 49%); min-height: 680px; }
  .home-page .hero-copy { padding-left: 24px; padding-right: 38px; }
  .home-page .hero-copy h1 { font-size: clamp(3rem, 5.1vw, 3.75rem); }
  .home-page .hero-visual img { min-height: 680px; }
}

@media (max-width: 1024px) {
  .home-page .header-inner { min-height: 72px; }
  .home-page .hero-grid { display: block; min-height: 0; }
  .home-page .hero-copy { padding: 64px max(24px, calc((100vw - 760px) / 2)) 52px; }
  .home-page .hero-copy h1, .home-page .hero-copy > p, .home-page .hero-search { max-width: 760px; }
  .home-page .hero-visual { max-width: none; }
  .home-page .hero-visual::before { background: linear-gradient(180deg, rgba(251,250,247,.25), transparent 20%); }
  .home-page .hero-visual img { height: 570px; min-height: 0; object-position: center; }
  .home-page .concern-grid, .home-page .professional-grid { grid-template-columns: repeat(2, 1fr); }
  .home-page .feature-card a { display: block; }
  .home-page .feature-visual { min-height: 270px; }
}

@media (max-width: 640px) {
  .home-page .home-hero { padding: 0; }
  .home-page .hero-copy { padding: 50px 14px 40px; }
  .home-page .hero-copy h1 { font-size: clamp(2.55rem, 12vw, 3.15rem); }
  .home-page .hero-copy > p { font-size: .98rem; }
  .home-page .hero-search { min-height: 57px; }
  .home-page .hero-search button { min-width: 66px; padding-inline: 14px; }
  .home-page .hero-proof { margin-top: 8px; }
  .home-page .hero-popular { margin-top: 23px; }
  .home-page .hero-visual img { height: 425px; aspect-ratio: auto; border-radius: 0; }
  .hero-stat { right: 14px; bottom: 18px; max-width: 235px; padding: 14px 16px; }
  .hero-stat strong { font-size: 2rem; }
  .home-page .concern-section, .home-page .professional-section, .home-page .journey-section, .home-page .guides-section { padding-block: 76px; }
  .home-page .concern-grid, .home-page .professional-grid { grid-template-columns: 1fr; }
  .home-page .concern-card { min-height: 235px; padding: 26px; }
  .home-page .professional-card { min-height: 245px; padding: 26px; }
  .home-page .journey-grid { grid-template-columns: 1fr; }
  .home-page .journey-grid > div, .home-page .journey-grid > div:nth-child(3n+2), .home-page .journey-grid > div:nth-child(3n) { min-height: 0; padding: 28px 0; border-right: 0; }
  .home-page .feature-visual { min-height: 190px; }
  .home-page .toolkit-section, .home-page .safety-section { padding-block: 64px; }
  .home-page .toolkit-panel { padding: 34px 22px; }
}

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

@media print {
  .utility, .site-header, .breadcrumbs, .site-footer, .trust-band, .back-top, .article-aside, .article-meta, .print-button, .service-cta, .related, .table-hint { display: none !important; }
  body { color: #000; background: #fff; font-size: 11pt; }
  .article-hero { padding: 0 0 20px; background: #fff; }
  .article-hero h1 { color: #000; font-size: 24pt; }
  .article-number { display: none; }
  .resource-paper, .article-layout { display: block; width: 100%; max-width: none; padding: 20px 0; }
  .prose h2, .prose h3 { break-after: avoid; color: #000; }
  .prose p, .prose li { orphans: 3; widows: 3; }
  .sources { break-inside: avoid; }
  a { color: #000; text-decoration: none; }
}

/* 2026-08-03 reference-led redesign: clean, human and editorial */
:root {
  --navy: #153761;
  --navy-2: #153761;
  --ink: #163454;
  --teal: #199497;
  --teal-dark: #10777a;
  --blue: #5877c8;
  --muted: #647185;
  --line: #e3e6eb;
  --paper: #ffffff;
  --warm: #fbf8f2;
  --sand: #f5efe5;
  --mint: #e4f5f3;
  --sky: #edf1fb;
  --peach: #fff1df;
  --surface-mint: #f1f9f8;
  --surface-warm: #fbf8f2;
  --surface-cool: #f5f7fb;
  --card-line: #e1e5ea;
  --shadow-sm: 0 8px 24px rgba(22, 47, 85, .065);
  --shadow-md: 0 18px 50px rgba(22, 47, 85, .095);
  --radius: 24px;
  --radius-sm: 16px;
  --container: 1180px;
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --display: Avenir, "Avenir Next", Inter, ui-sans-serif, system-ui, sans-serif;
}

body { color: #485a71; background: #fff; font-size: 16px; line-height: 1.65; }
h1, h2, h3 { color: var(--ink); font-weight: 850; line-height: 1.1; letter-spacing: -.036em; }
h1 { font-size: clamp(3rem, 5.5vw, 5rem); }
h2 { font-size: clamp(2rem, 3.4vw, 3.2rem); }
h3 { font-size: 1.18rem; letter-spacing: -.02em; }
.container { width: min(calc(100% - 40px), var(--container)); }
.container.narrow { width: min(calc(100% - 40px), 880px); }
.section { padding: 78px 0; }
.utility { display: none !important; }
.eyebrow, .section-heading > span, .split-heading .eyebrow, .article-hero .eyebrow { margin-bottom: 14px; color: #5670b8; font-size: .74rem; letter-spacing: .13em; }
.eyebrow::before, .section-heading > span::before { display: none; }

/* Header and brand */
.site-header { min-height: 88px; background: rgba(255,255,255,.95); border-bottom: 1px solid rgba(225,228,233,.9); backdrop-filter: blur(16px); }
.site-header.is-scrolled { box-shadow: 0 10px 28px rgba(22,47,85,.07); }
.header-inner { position: relative; min-height: 87px; gap: 24px; }
.brand { min-width: 190px; gap: 0; }
.brand-word { color: var(--ink); font-size: 1.34rem; font-weight: 520; letter-spacing: -.055em; }
.brand-word strong { font-weight: 900; }
.brand-word > span { color: var(--teal); font-weight: 850; }
.site-nav { flex: 1; justify-content: flex-end; gap: 2px; }
.site-nav > a { padding: 29px 9px; color: #34465e; border-radius: 0; font-size: .82rem; font-weight: 720; }
.site-nav > a:hover { color: var(--teal-dark); background: transparent; }
.site-nav > a[aria-current="page"]:not(.nav-cta) { color: var(--teal-dark); background: transparent; box-shadow: inset 0 -3px 0 var(--teal); }
.site-nav .nav-search { margin-left: 3px; padding-inline: 11px; border: 1px solid transparent; border-radius: 9px; }
.site-nav .nav-search:hover { border-color: var(--line); background: var(--surface-cool); }
.site-nav .nav-cta { min-height: 44px; margin-left: 6px; padding: 12px 17px; border-radius: 9px; background: linear-gradient(135deg, var(--teal-dark), #238f98); box-shadow: 0 10px 24px rgba(16,119,122,.18); }
.site-nav .nav-cta:hover { color: #fff; background: linear-gradient(135deg, #0d686b, #1d828a); }
.menu-toggle { border-color: var(--line); border-radius: 9px; box-shadow: 0 5px 15px rgba(22,47,85,.06); }

/* Buttons and section headings */
.button { min-height: 52px; border-radius: 9px; padding: 14px 23px; font-weight: 780; }
.button-primary { background: linear-gradient(135deg, var(--teal-dark), #23949b); box-shadow: 0 10px 24px rgba(16,119,122,.18); }
.button-primary:hover { background: linear-gradient(135deg, #0d686b, #1e848b); box-shadow: 0 14px 30px rgba(16,119,122,.24); }
.button-secondary { border-color: #d7dce4; color: var(--ink); }
.button-ghost { color: #5269af; border-color: transparent; background: transparent; box-shadow: none; }
.button-ghost:hover { color: var(--ink); background: #f2f4fb; box-shadow: none; }
.text-link { color: var(--teal-dark); }
.section-heading { max-width: 790px; margin-bottom: 40px; }
.section-heading p { max-width: 680px; color: #667487; font-size: 1.03rem; }
.split-heading { margin-bottom: 36px; }

/* Homepage hero inspired by the reference collage system */
.home-page { background: #fff; }
.home-page .site-header { background: rgba(255,255,255,.95); }
.home-page .home-hero { padding: 48px 0 38px; background: linear-gradient(115deg, #fff 0%, #fff 52%, #f7f8fc 100%); border: 0; }
.home-page .container.hero-grid { display: grid; width: min(calc(100% - 40px), var(--container)); max-width: var(--container); min-height: 0; grid-template-columns: .95fr 1.05fr; align-items: center; gap: clamp(36px, 4vw, 56px); margin-inline: auto; }
.home-page .hero-copy { align-self: center; max-width: none; padding: 0; }
.home-page .hero-copy .eyebrow { max-width: 580px; }
.home-page .hero-copy h1 { max-width: 570px; margin-bottom: 20px; font-size: clamp(3.25rem, 4.8vw, 4.35rem); font-weight: 900; line-height: 1.035; letter-spacing: -.05em; }
.home-page .hero-copy h1 span { display: block; color: var(--teal-dark); }
.home-page .hero-copy > p { max-width: 560px; margin-bottom: 0; color: #526279; font-size: clamp(1.04rem, 1.3vw, 1.18rem); line-height: 1.55; }
.home-page .hero-actions { margin: 25px 0 0; }
.home-page .hero-actions .button { border-radius: 9px; }
.hero-collage { position: relative; min-width: 0; }
.hero-collage::before { position: absolute; z-index: -1; right: -95px; bottom: -30px; width: 260px; height: 260px; border-radius: 50%; background: #fff1d9; content: ""; }
.hero-main-image { width: 100%; height: clamp(330px, 30vw, 430px); border-radius: 28px 28px 12px 12px; object-fit: cover; object-position: 56% center; }
.hero-small-images { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 10px; }
.hero-small-images img { width: 100%; height: 118px; border-radius: 10px 10px 18px 18px; object-fit: cover; }
.hero-small-images img:first-child { object-position: center 38%; }
.hero-small-images img:nth-child(2) { object-position: center 42%; }
.hero-small-images img:nth-child(3) { object-position: center 38%; }

.foundation-strip { padding: 28px 0 40px; background: #fff; }
.foundation-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.foundation-grid > div { display: flex; min-height: 72px; align-items: center; gap: 15px; border-right: 1px solid var(--line); padding: 4px 24px; }
.foundation-grid > div:first-child { padding-left: 0; }
.foundation-grid > div:last-child { border-right: 0; }
.foundation-grid strong { color: var(--ink); font-size: .92rem; line-height: 1.38; }
.foundation-icon { display: grid; width: 58px; height: 58px; flex: 0 0 58px; place-items: center; border: 2px solid #fff; border-radius: 19px; color: #625cae; background: #eeebfb; box-shadow: 0 8px 18px rgba(22,47,85,.1), inset 0 0 0 1px rgba(255,255,255,.5); font-size: .72rem; font-weight: 900; letter-spacing: .08em; }
.foundation-icon.tone-yellow { color: #b97a00; background: #fff2d4; }
.foundation-icon.tone-teal { color: #087e82; background: #e3f6f4; }
.foundation-icon.tone-pink { color: #b45168; background: #fbe9ee; }

/* Homepage sections */
.home-page .concern-section { padding: 30px 0 78px; background: #fff; border: 0; }
.home-page .concern-panel { padding: 54px 56px 56px; border-radius: 24px; background: var(--warm); }
.home-page .concern-section .section-heading { margin-bottom: 38px; }
.home-page .concern-section .section-heading h2 { font-size: clamp(2.35rem, 3.8vw, 3.35rem); }
.home-page .concern-grid { gap: 18px; }
.home-page .concern-card { --card-accent: #625cae; --card-soft: #eeebfb; min-height: 220px; border: 1px solid #ebeaed; border-radius: 16px; background: #fff; box-shadow: var(--shadow-sm); padding: 25px 24px; }
.home-page .concern-card.tone-2 { --card-accent: #b97a00; --card-soft: #fff2d4; }
.home-page .concern-card.tone-3 { --card-accent: #087e82; --card-soft: #e3f6f4; }
.home-page .concern-card.tone-4 { --card-accent: #b45168; --card-soft: #fbe9ee; }
.home-page .concern-card.tone-5 { --card-accent: #5576c8; --card-soft: #edf1fb; }
.home-page .concern-card.tone-6 { --card-accent: #5c873a; --card-soft: #eff7e9; }
.home-page .concern-card::after { display: none; }
.home-page .concern-card:hover { transform: translateY(-4px); border-color: #d9d8e4; box-shadow: var(--shadow-md); }
.home-page .concern-number { width: 45px; height: 45px; margin-bottom: 24px; border: 2px solid #fff; border-radius: 15px; color: var(--card-accent); background: var(--card-soft); box-shadow: 0 6px 14px rgba(22,47,85,.09); }
.home-page .concern-card h3 { font-size: 1.1rem; }
.home-page .concern-card p { color: #647185; line-height: 1.58; }
.home-page .concern-card > b { color: var(--card-accent); }

.home-page .professional-section { padding: 80px 0; background: #fff; }
.home-page .professional-grid { gap: 18px; }
.home-page .professional-card { --pro-accent: #625cae; --pro-soft: #eeebfb; min-height: 250px; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 8px 22px rgba(22,47,85,.055); padding: 27px; }
.home-page .professional-card.tone-2 { --pro-accent: #b97a00; --pro-soft: #fff2d4; }
.home-page .professional-card.tone-3 { --pro-accent: #087e82; --pro-soft: #e3f6f4; }
.home-page .professional-card.tone-4 { --pro-accent: #b45168; --pro-soft: #fbe9ee; }
.home-page .professional-card.tone-5 { --pro-accent: #5576c8; --pro-soft: #edf1fb; }
.home-page .professional-card.tone-6 { --pro-accent: #5c873a; --pro-soft: #eff7e9; }
.home-page .professional-card:hover { transform: translateY(-4px); border-color: #d9d8e4; box-shadow: var(--shadow-md); }
.home-page .professional-mark { display: grid; width: 56px; height: 56px; margin-bottom: 27px; place-items: center; border: 2px solid #fff; border-radius: 18px; color: var(--pro-accent); background: var(--pro-soft); box-shadow: 0 7px 16px rgba(22,47,85,.1); }
.home-page .professional-card p { color: #647185; line-height: 1.58; }
.home-page .professional-card b { color: var(--pro-accent); }

.home-page .journey-section { padding: 80px 0; background: #f4faf9; }
.home-page .journey-section::after { display: none; }
.home-page .journey-section .section-heading > span, .home-page .journey-section .section-heading h2 { color: var(--ink); }
.home-page .journey-section .section-heading > span { color: #5670b8; }
.home-page .journey-section .section-heading p { color: #647185; }
.home-page .journey-grid { grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 42px; border: 0; }
.home-page .journey-grid > div, .home-page .journey-grid > div:nth-child(3n+2), .home-page .journey-grid > div:nth-child(3n) { min-height: 180px; padding: 24px; border: 1px solid #dfe9e7; border-radius: 16px; background: #fff; box-shadow: 0 7px 20px rgba(22,47,85,.045); }
.home-page .journey-grid > div:not(:nth-child(3n)) { border-right: 1px solid #dfe9e7; }
.home-page .journey-grid span { width: 38px; height: 38px; margin-bottom: 22px; border-radius: 13px; color: var(--teal-dark); background: var(--mint); }
.home-page .journey-grid h3 { color: var(--ink); }
.home-page .journey-grid p { color: #647185; }

.home-page .guides-section { padding: 80px 0; background: var(--warm); border: 0; }
.home-page .feature-card { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow-sm); }
.home-page .feature-card:hover { transform: translateY(-4px); border-color: #d7dbe2; box-shadow: var(--shadow-md); }
.home-page .feature-visual { min-height: 205px; padding: 20px; }
.home-page .feature-card a > div:last-child { padding: 26px; }
.home-page .feature-card h3 { min-height: 56px; }
.home-page .feature-card p { min-height: 96px; color: #647185; }
.home-page .feature-visual small { background: rgba(21,55,97,.74); }

.home-page .toolkit-section { padding: 80px 0; background: #fff; }
.home-page .toolkit-panel { overflow: hidden; padding: 52px; border-radius: 22px; background: linear-gradient(135deg, #153761, #174b69); box-shadow: var(--shadow-md); }
.home-page .toolkit-list > a { border-color: rgba(255,255,255,.13); border-radius: 13px; background: rgba(255,255,255,.08); }
.home-page .toolkit-list > a:hover { background: rgba(255,255,255,.13); }
.home-page .safety-section { padding: 70px 0 80px; background: #f5f9f9; }
.home-page .urgent-card, .home-page .quality-card { border-radius: 18px; box-shadow: 0 7px 20px rgba(22,47,85,.045); }
.quality-card .brand-symbol.small { border-radius: 17px; background: #edf1fb; color: #5576c8; font-family: Georgia, serif; font-style: italic; }

/* Shared inner-page treatment */
.breadcrumbs { padding-top: 18px; padding-bottom: 0; color: #7a8696; font-size: .78rem; }
.breadcrumbs a[aria-current="page"] { color: var(--teal-dark); }
.page-hero { position: relative; overflow: hidden; padding: 70px 0 74px; background: linear-gradient(115deg, #fbf8f2 0%, #fbf8f2 64%, #f1f4fb 100%); border-bottom: 1px solid #ece7df; }
.page-hero::after { position: absolute; right: -110px; bottom: -160px; width: 340px; height: 340px; border-radius: 50%; background: rgba(228,245,243,.8); content: ""; }
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { max-width: 820px; margin-bottom: 18px; font-size: clamp(3rem, 5vw, 4.45rem); line-height: 1.04; }
.page-hero p { max-width: 760px; color: #586a80; font-size: 1.12rem; line-height: 1.6; }
.page-search { max-width: 720px; margin-top: 28px; border-color: #d8dde4; border-radius: 11px; box-shadow: var(--shadow-sm); }
.page-search button { background: var(--teal-dark); }
.search-suggestions button { border-radius: 999px; background: #fff; }

.article-hero { padding: 68px 0 64px; background: linear-gradient(115deg, #fbf8f2 0%, #fbf8f2 64%, #f0f4fb 100%); border-bottom: 1px solid #ece7df; }
.article-hero-inner { align-items: center; grid-template-columns: minmax(0,1.35fr) minmax(300px,.65fr); gap: 52px; }
.article-hero h1 { max-width: 900px; margin-bottom: 18px; font-size: clamp(2.8rem, 4.7vw, 4.35rem); line-height: 1.04; }
.article-deck { max-width: 780px; color: #586a80; font-size: 1.11rem; line-height: 1.62; }
.article-visual { position: relative; overflow: hidden; min-height: 330px; border: 6px solid #fff; border-radius: 28px; background: #e7efed; box-shadow: var(--shadow-md); }
.article-visual img { width: 100%; height: 330px; object-fit: cover; }
.article-number { position: absolute; right: 16px; bottom: 16px; display: grid; width: 62px; height: 62px; place-items: center; border: 2px solid rgba(255,255,255,.88); border-radius: 19px; background: rgba(255,255,255,.9); box-shadow: 0 10px 24px rgba(22,47,85,.14); color: var(--teal-dark); font-size: 1.25rem; letter-spacing: -.04em; opacity: 1; backdrop-filter: blur(8px); }
.article-meta { gap: 8px 12px; margin-top: 24px; }
.article-meta span { border: 1px solid #e1e4e8; border-radius: 999px; background: rgba(255,255,255,.7); padding: 6px 10px; color: #5c6c7f; }
.article-layout { grid-template-columns: 220px minmax(0, 800px); justify-content: center; gap: 54px; padding: 62px 0 90px; }
.article-aside { top: 112px; }
.aside-card { border: 1px solid var(--line); border-radius: 15px; background: #fff; box-shadow: 0 7px 20px rgba(22,47,85,.05); padding: 20px; }
.aside-card > span { color: #5670b8; }
.aside-card nav a { border-radius: 8px; color: #607086; }
.aside-card nav a:hover { color: var(--teal-dark); background: var(--surface-mint); }
.article-main { max-width: 800px; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.prose { color: #44566d; font-size: 1.02rem; line-height: 1.82; }
.prose h2 { margin-top: 52px; margin-bottom: 16px; font-size: clamp(1.8rem, 3vw, 2.35rem); }
.prose h3 { margin-top: 34px; font-size: 1.3rem; }
.prose a { color: var(--teal-dark); text-decoration-color: rgba(16,119,122,.35); }
.prose blockquote { border-left-color: #f0b642; border-radius: 0 12px 12px 0; background: #fff7e5; }
.prose table { border-radius: 12px; }
.education-notice { border: 1px solid #dce9e7; border-left: 5px solid var(--teal); border-radius: 14px; background: #f1f9f8; box-shadow: none; }
.service-cta { border-radius: 18px; background: linear-gradient(135deg, #153761, #174b69); box-shadow: var(--shadow-md); }
.sources { border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.related, .hub-library { border-radius: 20px; background: var(--warm); padding: 34px; }
.article-main .related .guide-grid.three { grid-template-columns: 1fr; }

/* Cards, directories, resources and policy pages */
.guide-grid { gap: 16px; }
.guide-card { overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 7px 20px rgba(22,47,85,.05); }
.guide-card::before { display: block; height: 4px; background: linear-gradient(90deg, #5f68b7, #1a9797, #e0aa35); content: ""; }
.guide-card:hover { transform: translateY(-4px); border-color: #d7dbe2; box-shadow: var(--shadow-md); }
.guide-card a { padding: 23px; }
.guide-card h3 { min-height: 0; }
.guide-card p { min-height: 0; color: #647185; }
.card-kicker { color: #5670b8; }
.card-link { color: var(--teal-dark); }
.navigator-grid { gap: 14px; }
.navigator-grid > a { border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 7px 20px rgba(22,47,85,.05); }
.navigator-grid > a:hover { border-color: #d1d8e1; box-shadow: var(--shadow-md); }
.navigator-grid .icon-box { border: 2px solid #fff; border-radius: 17px; background: #e6f5f3; box-shadow: 0 7px 15px rgba(22,47,85,.09); }
.library-layout { padding-top: 58px; padding-bottom: 90px; }
.library-nav { top: 112px; }
.library-nav a { border-radius: 10px; }
.library-group, .index-group { border: 1px solid #ece7df; border-radius: 20px; background: var(--warm); padding: 34px; }
.library-group + .library-group, .index-group + .index-group { margin-top: 22px; padding-top: 34px; }
.library-head > span, .index-group-intro > span { display: grid; width: 58px; height: 58px; place-items: center; border: 2px solid #fff; border-radius: 19px; background: #e9edf9; box-shadow: 0 7px 16px rgba(22,47,85,.09); color: #5570bd; }
.resource-grid { gap: 16px; }
.resource-card { border: 1px solid var(--line); border-radius: 17px; box-shadow: 0 7px 20px rgba(22,47,85,.05); }
.resource-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.resource-card > a > span { border-radius: 15px; background: #e6f5f3; color: var(--teal-dark); }
.step-list { border: 1px solid #ece7df; border-radius: 20px; background: var(--warm); box-shadow: none; }
.step-list > div > span { border-radius: 15px; background: #e7f5f3; color: var(--teal-dark); }
.decision-panel { border-radius: 20px; background: linear-gradient(135deg, #153761, #174b69); }
.resource-paper, .standard-page { max-width: 900px; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.standard-page { padding-inline: 0; }
.sitemap-grid section { border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 7px 20px rgba(22,47,85,.05); }

/* Footer */
.trust-band { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #f8fbfb; }
.trust-grid { padding-block: 24px; }
.trust-grid > div { min-height: 72px; }
.trust-grid > div .icon { display: grid; width: 40px; height: 40px; padding: 10px; border: 2px solid #fff; border-radius: 13px; background: #e4f5f3; box-shadow: 0 6px 14px rgba(22,47,85,.08); color: var(--teal-dark); }
.site-footer { background: #102d50; }
.site-footer .brand-word { color: #fff; }
.site-footer .brand-word > span { color: #73d5d0; }
.footer-grid { padding-top: 64px; gap: 54px; }
.footer-grid h2 { font-size: .76rem; letter-spacing: .11em; }
.footer-grid a { color: rgba(255,255,255,.7); }
.footer-grid a:hover { color: #fff; }
.footer-intro p { color: rgba(255,255,255,.68); }
.disclosure-note, .footer-bottom { color: rgba(255,255,255,.52); }
.back-top { border: 2px solid #fff; background: var(--teal-dark); box-shadow: 0 8px 20px rgba(22,47,85,.16); }

@media (max-width: 1080px) {
  .site-nav > a { padding-inline: 7px; font-size: .77rem; }
  .brand { min-width: 168px; }
  .home-page .container.hero-grid { gap: 34px; }
  .foundation-grid > div { padding-inline: 16px; }
}

@media (max-width: 1024px) {
  .site-header, .home-page .site-header { min-height: 76px; background: rgba(255,255,255,.98); }
  .header-inner, .home-page .header-inner { min-height: 75px; }
  .menu-toggle { display: block; }
  body.nav-open::after { position: fixed; z-index: 90; inset: 76px 0 0; background: rgba(21,55,97,.16); content: ""; backdrop-filter: blur(2px); }
  .site-nav { position: fixed; z-index: 110; inset: 88px 18px auto auto; display: none; width: min(360px, calc(100vw - 36px)); min-height: 0; max-height: calc(100dvh - 108px); align-content: start; gap: 2px; overflow-y: auto; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 24px 60px rgba(21,55,97,.2); padding: 12px; }
  .nav-open .site-nav { display: grid; }
  .site-nav > a { min-height: 46px; padding: 12px 14px; border: 0; border-radius: 9px; background: transparent; box-shadow: none; font-size: .9rem; }
  .site-nav > a:hover { background: var(--warm); }
  .site-nav > a[aria-current="page"]:not(.nav-cta) { border: 0; color: var(--teal-dark); background: var(--surface-mint); box-shadow: inset 4px 0 0 var(--teal); }
  .site-nav .nav-search { border: 0; }
  .site-nav .nav-cta { margin-top: 7px; border-radius: 9px; }
  .home-page .container.hero-grid { grid-template-columns: 1fr; gap: 38px; }
  .home-page .hero-copy { max-width: 760px; }
  .home-page .hero-copy h1 { max-width: 720px; }
  .hero-collage { max-width: 760px; }
  .hero-main-image { height: 420px; }
  .foundation-grid { grid-template-columns: repeat(2,1fr); gap: 20px 0; }
  .foundation-grid > div:nth-child(2) { border-right: 0; }
  .foundation-grid > div:nth-child(3) { padding-left: 0; }
  .home-page .concern-panel { padding: 48px 36px; }
  .home-page .concern-grid, .home-page .professional-grid { grid-template-columns: repeat(2,1fr); }
  .home-page .journey-grid { grid-template-columns: repeat(2,1fr); }
  .home-page .feature-card a { display: block; }
  .home-page .feature-visual { min-height: 270px; }
  .article-layout { display: block; }
  .article-aside { display: none; }
  .article-main { max-width: 800px; margin-inline: auto; }
}

@media (max-width: 640px) {
  body { font-size: 15px; }
  .container, .container.narrow, .home-page .container.hero-grid { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 58px 0; }
  .site-header, .home-page .site-header { min-height: 68px; }
  .header-inner, .home-page .header-inner { min-height: 67px; }
  .brand { min-width: auto; }
  .brand-word { font-size: 1.13rem; }
  .site-nav { top: 78px; right: 14px; width: calc(100vw - 28px); max-height: calc(100dvh - 94px); }
  body.nav-open::after { inset: 68px 0 0; }
  .home-page .home-hero { padding: 32px 0 34px; }
  .home-page .hero-copy h1 { font-size: 2.55rem; }
  .home-page .hero-copy > p { font-size: 1rem; }
  .home-page .hero-actions { align-items: stretch; flex-direction: column; }
  .home-page .hero-actions .button { width: 100%; }
  .hero-main-image { height: 300px; border-radius: 22px 22px 10px 10px; }
  .hero-small-images img { height: 92px; border-radius: 8px 8px 14px 14px; }
  .foundation-strip { padding: 20px 0 34px; }
  .foundation-grid { grid-template-columns: 1fr; gap: 0; }
  .foundation-grid > div { min-height: 74px; border-right: 0; border-bottom: 1px solid var(--line); padding: 12px 0; }
  .foundation-grid > div:last-child { border-bottom: 0; }
  .foundation-icon { width: 52px; height: 52px; flex-basis: 52px; border-radius: 17px; }
  .home-page .concern-section { padding-top: 18px; }
  .home-page .concern-panel { width: calc(100% - 28px); padding: 42px 18px 28px; }
  .home-page .concern-grid, .home-page .professional-grid, .home-page .journey-grid { grid-template-columns: 1fr; }
  .home-page .concern-card { min-height: 210px; padding: 24px; }
  .home-page .professional-section, .home-page .journey-section, .home-page .guides-section, .home-page .toolkit-section { padding: 62px 0; }
  .home-page .professional-card { min-height: 232px; }
  .home-page .journey-grid > div, .home-page .journey-grid > div:nth-child(3n+2), .home-page .journey-grid > div:nth-child(3n) { min-height: 0; padding: 23px; }
  .home-page .feature-visual { min-height: 190px; }
  .home-page .feature-card h3, .home-page .feature-card p { min-height: 0; }
  .home-page .toolkit-panel { padding: 34px 22px; border-radius: 18px; }
  .page-hero, .article-hero { padding: 52px 0 54px; }
  .page-hero h1, .article-hero h1 { font-size: 2.55rem; }
  .page-hero p, .article-deck { font-size: 1rem; }
  .article-hero-inner { display: block; }
  .article-visual { min-height: 230px; margin-top: 28px; border-width: 5px; border-radius: 24px; }
  .article-visual img { height: 230px; }
  .article-number { right: 12px; bottom: 12px; width: 52px; height: 52px; border-radius: 16px; font-size: 1.05rem; }
  .article-meta span { padding: 5px 9px; }
  .article-layout, .resource-paper { padding-block: 44px 68px; }
  .article-main { padding: 0; }
  .prose { font-size: .98rem; line-height: 1.75; }
  .related, .hub-library { padding: 27px 18px; border-radius: 16px; }
  .library-group, .index-group { padding: 25px 18px; border-radius: 16px; }
  .resource-paper, .standard-page { padding: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 24px; }
  .footer-intro { grid-column: 1 / -1; }
}

@media print {
  .utility, .site-header, .breadcrumbs, .site-footer, .trust-band, .foundation-strip, .back-top, .article-aside, .article-meta, .print-button, .service-cta, .related, .table-hint { display: none !important; }
  body { color: #000; background: #fff; font-size: 11pt; }
  .article-hero { padding: 0 0 20px; background: #fff; }
  .article-hero h1 { color: #000; font-size: 24pt; }
  .article-visual { display: none; }
  .resource-paper, .article-layout { display: block; width: 100%; max-width: none; padding: 20px 0; }
  .prose h2, .prose h3 { break-after: avoid; color: #000; }
  a { color: #000; text-decoration: none; }
}
