:root {
  --ink: #102238;
  --muted: #607086;
  --paper: #f6f8fb;
  --white: #ffffff;
  --line: #dfe6ee;
  --teal: #087f78;
  --teal-dark: #075f5a;
  --teal-soft: #dff4f0;
  --navy: #102238;
  --amber: #d89020;
  --radius: 18px;
  --shadow: 0 15px 50px rgba(16, 34, 56, .09);
}


/* Rating Model v3 */
.quality-status{display:flex;justify-content:space-between;gap:24px;align-items:flex-start;margin:24px 0;padding:20px 22px;border:1px solid rgba(19,45,53,.16);border-radius:18px;background:linear-gradient(135deg,rgba(232,248,244,.92),rgba(255,247,235,.82))}
.quality-status strong{max-width:42%;font-size:1rem;text-transform:capitalize;color:#17353c}
.quality-status span{max-width:58%;color:#52666b;line-height:1.55}
.quality-dimensions{margin-bottom:30px}
.quality-dimensions .factor-row b{min-width:118px;text-align:right}
.metric-ledger{margin-top:2rem}.metric-ledger>p{margin:.35rem 0 1rem}.metric-ledger>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.metric-ledger article{padding:1rem;border:1px solid var(--line);border-radius:14px;background:var(--paper)}.metric-ledger span,.metric-ledger small{display:block;color:var(--muted);font-size:.78rem}.metric-ledger strong{display:block;margin:.3rem 0;font-family:var(--display);font-size:1.25rem}.metric-ledger small{text-transform:capitalize}
.role-row,.permission-row{align-items:flex-start}
.role-row .status,.permission-row .status{white-space:nowrap}
.status.reported,.status.unverified{background:#f5efe3;color:#705c36}
.status.verified,.status.exempt{background:#def2e9;color:#205c48}
.profile-tabs{overflow-x:auto;scrollbar-width:thin}
@media (max-width:760px){
  .quality-status{display:block;padding:18px}
  .quality-status strong,.quality-status span{display:block;max-width:none}
  .quality-status span{margin-top:8px}
  .quality-dimensions .factor-row b{min-width:0;text-align:left}
  .profile-tabs{justify-content:flex-start}
  .profile-tabs a{white-space:nowrap}
}
@media (max-width:900px){.metric-ledger>div{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:600px){.metric-ledger>div{grid-template-columns:1fr}}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; }
p { line-height: 1.65; }

.site-header { height: 74px; padding: 0 max(24px, calc((100vw - 1180px) / 2)); display: flex; align-items: center; justify-content: space-between; background: rgba(255,255,255,.94); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(12px); }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-weight: 800; letter-spacing: -.02em; }
.brand-mark { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 11px; background: var(--navy); color: white; font-size: 12px; letter-spacing: .06em; }
nav { display: flex; gap: 26px; }
nav a { text-decoration: none; color: var(--muted); font-size: 14px; font-weight: 650; }
nav a:hover { color: var(--teal); }

.hero { padding: 92px max(24px, calc((100vw - 1180px) / 2)) 80px; background: radial-gradient(circle at 83% 16%, rgba(46, 190, 166, .24), transparent 26%), linear-gradient(135deg, #102238 0%, #15354c 55%, #0a655f 130%); color: white; }
.hero h1, .page-hero h1 { max-width: 820px; margin: 12px 0 20px; font-size: clamp(42px, 6.5vw, 76px); line-height: .98; letter-spacing: -.055em; }
.hero > p { max-width: 760px; color: #c8d8e5; font-size: 18px; }
.eyebrow { text-transform: uppercase; letter-spacing: .13em; font-size: 11px; font-weight: 850; color: #31b9a6; }
.hero-search { display: flex; width: min(760px, 100%); margin-top: 34px; padding: 7px; border-radius: 15px; background: white; box-shadow: var(--shadow); }
.hero-search input { flex: 1; min-width: 0; border: 0; padding: 15px 17px; font: inherit; outline: none; }
button, .button-secondary { border: 0; border-radius: 11px; padding: 14px 19px; background: var(--teal); color: white; font: inherit; font-weight: 750; cursor: pointer; text-decoration: none; display: inline-flex; align-items: center; justify-content: center; }
button:hover, .button-secondary:hover { background: var(--teal-dark); }
.hero-links { display: flex; gap: 11px; flex-wrap: wrap; margin-top: 22px; }
.hero-links a { color: #d4e4eb; font-size: 13px; text-underline-offset: 4px; }

.notice { width: min(1180px, calc(100% - 48px)); margin: 24px auto; padding: 13px 18px; display: flex; gap: 14px; align-items: center; background: #fff6df; border: 1px solid #efd28d; border-radius: 12px; color: #694c16; font-size: 13px; }
.notice strong { white-space: nowrap; }
.stats { width: min(1180px, calc(100% - 48px)); margin: 26px auto 0; display: grid; grid-template-columns: repeat(4, 1fr); background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.stats div { padding: 28px; border-right: 1px solid var(--line); }
.stats div:last-child { border: 0; }
.stats strong { display: block; font-size: 32px; letter-spacing: -.04em; }
.stats span { color: var(--muted); font-size: 13px; }

.section { width: min(1180px, calc(100% - 48px)); margin: 82px auto; }
.section-soft { width: 100%; padding: 74px max(24px, calc((100vw - 1180px) / 2)); background: #edf3f6; }
.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 28px; }
.section-heading h2, .method-strip h2, .content-card h2 { margin: 7px 0 0; font-size: clamp(27px, 4vw, 42px); letter-spacing: -.04em; }
.section-heading > a { color: var(--teal-dark); font-weight: 750; }
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.category-card { padding: 25px; min-height: 210px; background: white; border: 1px solid var(--line); border-radius: var(--radius); text-decoration: none; transition: transform .2s, box-shadow .2s; }
.category-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.category-icon { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 27px; border-radius: 12px; background: var(--teal-soft); color: var(--teal-dark); font-size: 11px; font-weight: 900; letter-spacing: .08em; }
.category-card strong { font-size: 19px; }
.category-card p { color: var(--muted); font-size: 14px; }

.provider-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.provider-grid.single { grid-template-columns: 1fr; }
.provider-card { padding: 23px; background: white; border: 1px solid var(--line); border-radius: var(--radius); }
.provider-card-top { display: flex; gap: 17px; }
.provider-logo, .profile-logo { flex: 0 0 auto; width: 50px; height: 50px; display: grid; place-items: center; border-radius: 14px; background: var(--navy); color: white; font-size: 12px; font-weight: 900; letter-spacing: .07em; }
.provider-name { font-size: 20px; font-weight: 850; text-decoration: none; }
.provider-name:hover { color: var(--teal); }
.provider-card p { margin: 7px 0 15px; color: var(--muted); font-size: 14px; }
.pills { display: flex; gap: 7px; flex-wrap: wrap; }
.pills span { padding: 7px 10px; border-radius: 999px; background: var(--teal-soft); color: var(--teal-dark); font-size: 11px; font-weight: 750; }
.provider-meta { display: flex; justify-content: space-between; margin-top: 17px; padding-top: 14px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }

.method-strip { width: min(1180px, calc(100% - 48px)); margin: 82px auto; padding: 45px; border-radius: 24px; background: var(--navy); color: white; display: grid; grid-template-columns: 1fr 1fr auto; gap: 35px; align-items: center; }
.method-strip p { color: #b9c8d7; }
.method-strip .button-secondary { background: white; color: var(--navy); white-space: nowrap; }

.page-hero, .profile-head { padding: 72px max(24px, calc((100vw - 1180px) / 2)) 54px; background: white; border-bottom: 1px solid var(--line); }
.page-hero h1 { color: var(--ink); font-size: clamp(38px, 5vw, 62px); }
.page-hero p { max-width: 700px; color: var(--muted); font-size: 17px; }
.directory-layout { width: min(1180px, calc(100% - 48px)); margin: 38px auto 80px; display: grid; grid-template-columns: 260px 1fr; gap: 28px; align-items: start; }
.directory-layout aside { position: sticky; top: 96px; }
.filter-form { padding: 21px; background: white; border: 1px solid var(--line); border-radius: var(--radius); }
.filter-form label { display: grid; gap: 7px; margin-bottom: 17px; font-size: 12px; font-weight: 800; }
.filter-form input, .filter-form select { width: 100%; padding: 12px; border: 1px solid var(--line); border-radius: 9px; background: white; color: var(--ink); font: inherit; font-size: 14px; }
.filter-form button { width: 100%; }
.clear-link { display: block; margin-top: 13px; text-align: center; color: var(--muted); font-size: 12px; }
.empty { padding: 60px; background: white; border: 1px solid var(--line); border-radius: var(--radius); text-align: center; }

.back { display: inline-block; margin-bottom: 32px; color: var(--muted); text-decoration: none; font-size: 13px; }
.profile-title { display: flex; gap: 20px; align-items: center; }
.profile-logo { width: 66px; height: 66px; border-radius: 19px; }
.profile-title h1 { margin: 6px 0 2px; font-size: clamp(38px, 5vw, 62px); line-height: 1; letter-spacing: -.05em; }
.profile-title p { margin: 0; color: var(--muted); }
.profile-summary { margin-top: 30px; display: flex; justify-content: space-between; gap: 30px; align-items: center; }
.profile-summary p { max-width: 760px; color: var(--muted); font-size: 17px; }
.profile-grid { width: min(1180px, calc(100% - 48px)); margin: 35px auto 80px; display: grid; grid-template-columns: 2fr 1fr; gap: 18px; align-items: start; }
.content-card, .confidence-card { padding: 28px; background: white; border: 1px solid var(--line); border-radius: var(--radius); }
.content-card h2 { font-size: 27px; margin-bottom: 23px; }
.content-card h3 { font-size: 15px; }
.detail-list > div { display: grid; grid-template-columns: 160px 1fr; gap: 20px; padding: 14px 0; border-top: 1px solid var(--line); }
.detail-list span { color: var(--muted); font-size: 13px; }
.detail-list strong { font-size: 14px; }
.confidence-card .score { margin: 8px 0; font-size: 58px; font-weight: 900; letter-spacing: -.06em; }
.confidence-card .score small { font-size: 16px; color: var(--muted); letter-spacing: 0; }
.meter { height: 8px; margin: 10px 0 16px; border-radius: 20px; background: #e5ebf0; overflow: hidden; }
.meter span { display: block; height: 100%; background: var(--amber); }
.confidence-card p, .muted { color: var(--muted); font-size: 13px; }
.two-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.content-card ul { padding-left: 20px; color: var(--muted); line-height: 1.7; font-size: 14px; }
.licence { display: flex; justify-content: space-between; align-items: center; padding: 15px 0; border-top: 1px solid var(--line); }
.licence div { display: grid; gap: 4px; }
.licence div span { color: var(--muted); font-size: 12px; }
.status { padding: 6px 9px; border-radius: 999px; background: #fff2d4; color: #8a5b00; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.wide { grid-column: 1 / -1; }
.evidence-table > div { display: grid; grid-template-columns: 2fr .7fr .7fr .7fr; gap: 15px; padding: 13px 10px; border-top: 1px solid var(--line); font-size: 13px; }
.table-head { color: var(--muted); font-size: 11px !important; text-transform: uppercase; letter-spacing: .08em; }
.gate-card { display: grid; grid-template-columns: 1fr 2fr; background: #fff9ec; border-color: #ebd69d; }

.methodology-grid { width: min(1180px, calc(100% - 48px)); margin: 45px auto 80px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.methodology-grid article { padding: 27px; background: white; border: 1px solid var(--line); border-radius: var(--radius); }
.methodology-grid article > span { color: var(--teal); font-size: 12px; font-weight: 900; }
.methodology-grid h2 { margin: 25px 0 8px; font-size: 23px; }
.methodology-grid p { color: var(--muted); font-size: 14px; }

footer { padding: 55px max(24px, calc((100vw - 1180px) / 2)); display: flex; justify-content: space-between; gap: 40px; background: #0d1d30; color: white; }
footer p { max-width: 620px; color: #99aabd; font-size: 13px; }
footer > div:last-child { display: grid; align-content: start; gap: 10px; }
footer a { color: #bcc9d5; font-size: 13px; }

@media (max-width: 850px) {
  nav a:last-child { display: none; }
  .hero { padding-top: 65px; }
  .hero-search { display: grid; }
  .stats { grid-template-columns: 1fr 1fr; }
  .stats div:nth-child(2) { border-right: 0; }
  .stats div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .category-grid, .methodology-grid { grid-template-columns: 1fr 1fr; }
  .provider-grid, .profile-grid, .method-strip { grid-template-columns: 1fr; }
  .directory-layout { grid-template-columns: 1fr; }
  .directory-layout aside { position: static; }
  .gate-card { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .site-header { padding: 0 17px; }
  .brand > span:last-child { max-width: 155px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  nav { gap: 14px; }
  nav a { font-size: 12px; }
  nav a:nth-child(2) { display: none; }
  .hero, .page-hero, .profile-head { padding-left: 20px; padding-right: 20px; }
  .hero h1 { font-size: 43px; }
  .notice { align-items: flex-start; flex-direction: column; }
  .stats, .category-grid, .methodology-grid { grid-template-columns: 1fr; }
  .stats div { border-right: 0; border-bottom: 1px solid var(--line); }
  .stats div:nth-child(3) { border-bottom: 1px solid var(--line); }
  .section, .directory-layout, .profile-grid, .method-strip { width: calc(100% - 32px); }
  .section-soft { padding-left: 16px; padding-right: 16px; }
  .provider-card-top, .profile-summary, .section-heading, footer { align-items: flex-start; flex-direction: column; }
  .provider-meta { gap: 8px; flex-direction: column; }
  .two-columns { grid-template-columns: 1fr; }
  .detail-list > div { grid-template-columns: 1fr; gap: 5px; }
  .evidence-table { overflow-x: auto; }
  .evidence-table > div { min-width: 620px; }
  .profile-title { align-items: flex-start; }
}

/* Product pages */
.compact { margin-top: 48px; margin-bottom: 58px; }
.category-card.small { min-height: 170px; }
.region-list { width: min(1180px, calc(100% - 48px)); margin: 45px auto 80px; }
.region-block { margin-bottom: 48px; }
.region-block h2 { font-size: 27px; letter-spacing: -.035em; }
.country-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.country-grid a { display: grid; gap: 5px; padding: 18px; border: 1px solid var(--line); border-radius: 13px; background: white; text-decoration: none; }
.country-grid a:hover { border-color: #84beb8; box-shadow: var(--shadow); }
.country-grid span { color: var(--muted); font-size: 12px; }
.market-links { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 25px; }
.market-links a { padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; background: white; color: var(--teal-dark); font-size: 12px; text-decoration: none; }
.directory-actions { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; padding: 11px 14px; border: 1px solid var(--line); border-radius: 12px; background: white; color: var(--muted); font-size: 12px; }
.directory-actions button { padding: 9px 13px; font-size: 12px; }
.compare-check { display: flex; align-items: center; gap: 8px; margin-top: 14px; color: var(--muted); font-size: 12px; cursor: pointer; }
.comparison-wrap { width: min(1180px, calc(100% - 48px)); margin: 44px auto 80px; overflow-x: auto; }
.comparison-table { width: 100%; min-width: 820px; border-collapse: separate; border-spacing: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.comparison-table th, .comparison-table td { padding: 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; font-size: 13px; }
.comparison-table th { background: #edf3f6; }
.comparison-table thead th { font-size: 15px; }
.comparison-table tr:last-child > * { border-bottom: 0; }
.comparison-table tr > *:last-child { border-right: 0; }
.comparison-note { color: var(--muted); font-size: 12px; }
.coverage-stats { margin-top: -25px; position: relative; }
.coverage-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.coverage-grid > a { display: block; padding: 19px; border: 1px solid var(--line); border-radius: 15px; background: white; text-decoration: none; }
.coverage-grid > a > div:first-child { display: grid; gap: 4px; }
.coverage-grid > a span, .coverage-grid small { color: var(--muted); font-size: 11px; }
.gap-score { display: flex; gap: 5px; align-items: baseline; margin-top: 14px; }
.gap-score b { font-size: 24px; }
.coverage-bar { height: 6px; margin: 8px 0; border-radius: 20px; background: #e9edf1; overflow: hidden; }
.coverage-bar span { display: block; height: 100%; background: var(--teal); }
.pagination { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 12px; margin-top: 28px; }
.pagination a { width: fit-content; padding: 10px 14px; border: 1px solid var(--line); border-radius: 9px; background: white; color: var(--ink); text-decoration: none; }
.pagination a:last-child { justify-self: end; }
.pagination strong, .result-cap { color: var(--muted); font-size: 12px; }
.form-shell, .legal-copy { width: min(780px, calc(100% - 48px)); margin: 45px auto 80px; }
.public-form { display: grid; gap: 18px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.public-form label { display: grid; gap: 7px; color: var(--ink); font-size: 12px; font-weight: 800; }
.public-form input, .public-form select, .public-form textarea { width: 100%; padding: 12px; border: 1px solid var(--line); border-radius: 9px; background: white; color: var(--ink); font: inherit; font-size: 14px; }
.public-form textarea { min-height: 145px; resize: vertical; }
.public-form fieldset { border: 1px solid var(--line); border-radius: 12px; }
.public-form legend { padding: 0 8px; font-size: 12px; font-weight: 800; }
.checkbox-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; }
.checkbox-grid label { display: flex; align-items: center; gap: 8px; font-weight: 500; }
.checkbox-grid input { width: auto; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.success-box, .error-box { padding: 22px; border-radius: 14px; background: #e2f6ef; border: 1px solid #9dd9c9; color: #145b50; }
.error-box { background: #fff0ee; border-color: #e9aaa3; color: #842b22; }
.success-box h2 { margin-top: 0; }
.legal-copy h2 { margin-top: 38px; font-size: 24px; }
.legal-copy p { color: var(--muted); }
.legal-copy pre { padding: 22px; overflow-x: auto; border-radius: 13px; background: var(--navy); color: #d9e8ee; line-height: 1.8; }

/* Research administration */
.admin-body { background: #eff3f6; }
.admin-header { min-height: 64px; padding: 0 max(20px, calc((100vw - 1300px) / 2)); display: flex; justify-content: space-between; align-items: center; background: #0d1d30; color: white; }
.admin-header > a { display: flex; align-items: center; gap: 10px; color: white; text-decoration: none; }
.admin-header nav { align-items: center; }
.admin-header nav a { color: #becbd5; }
.admin-header nav form { margin: 0; }
.admin-header nav button { padding: 8px 10px; background: #263b50; font-size: 11px; }
.admin-main { width: min(1300px, calc(100% - 40px)); margin: 38px auto 80px; }
.admin-login { width: min(460px, calc(100% - 32px)); margin: 80px auto; padding: 35px; border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.admin-login h1 { font-size: 34px; letter-spacing: -.045em; }
.admin-login form { display: grid; gap: 17px; }
.admin-login label { display: grid; gap: 7px; font-size: 12px; font-weight: 800; }
.admin-login input { padding: 12px; border: 1px solid var(--line); border-radius: 9px; font: inherit; }
.admin-title { display: flex; justify-content: space-between; align-items: end; margin-bottom: 25px; }
.admin-title h1 { margin: 5px 0 0; font-size: 38px; letter-spacing: -.045em; }
.admin-title-actions { display: flex; gap: 8px; align-items: center; }
.admin-title-actions form { margin: 0; }
.admin-search { display: flex; gap: 7px; }
.admin-search input { min-width: 240px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 8px; font: inherit; }
.admin-metrics { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; margin-bottom: 24px; }
.admin-metric { display: grid; gap: 3px; padding: 18px; border: 1px solid var(--line); border-radius: 13px; background: white; text-decoration: none; }
.admin-metric strong { font-size: 27px; }
.admin-metric span { color: var(--muted); font-size: 11px; }
.admin-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.admin-panel, .admin-table-wrap { padding: 23px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.admin-panel h2 { margin-top: 0; font-size: 19px; }
.admin-list { display: grid; }
.admin-list > a, .claim-row { display: flex; justify-content: space-between; align-items: center; gap: 15px; padding: 12px 0; border-top: 1px solid var(--line); text-decoration: none; }
.admin-list span, .claim-row span { display: grid; gap: 3px; }
.admin-list small, .claim-row small, .audit-list small, .admin-table small { display: block; color: var(--muted); font-size: 10px; }
.admin-list b, .claim-row b { color: var(--muted); font-size: 11px; }
.audit-list > div { display: grid; grid-template-columns: 1fr 1fr auto; gap: 10px; padding: 11px 0; border-top: 1px solid var(--line); font-size: 12px; }
.audit-list span { color: var(--muted); }
.admin-table-wrap { padding: 0; overflow-x: auto; }
.admin-table { width: 100%; min-width: 850px; border-collapse: collapse; }
.admin-table th, .admin-table td { padding: 14px 16px; border-bottom: 1px solid var(--line); text-align: left; font-size: 12px; vertical-align: top; }
.admin-table th { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.admin-table td > a { text-decoration: none; }
.inline-actions { display: flex; gap: 5px; }
.inline-actions button, .admin-table button { padding: 7px 9px; font-size: 10px; }

/* ServeAssess v2 public application */
:root {
  --ink: #102238;
  --deep: #071729;
  --deep-2: #0b2035;
  --muted: #687687;
  --paper: #f5f2eb;
  --cream: #fbf8f1;
  --white: #ffffff;
  --line: #d9dedb;
  --teal: #0a9c92;
  --teal-dark: #08756f;
  --teal-soft: #d8f4ed;
  --coral: #ff6b57;
  --coral-dark: #dc503e;
  --amber: #e19a2a;
  --radius: 20px;
  --shadow: 0 24px 70px rgba(7, 23, 41, .12);
  --page: min(1240px, calc(100% - 48px));
}

html { scroll-padding-top: 104px; }
body { background: var(--paper); }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 100; opacity: .08; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E"); mix-blend-mode: multiply; }
main { min-height: 60vh; overflow: clip; }
h1, h2, h3, p { text-wrap: pretty; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
button, input, select, textarea { font: inherit; }
.skip-link { position: fixed; left: 14px; top: -100px; z-index: 200; padding: 11px 15px; border-radius: 9px; background: var(--coral); color: var(--deep); font-weight: 800; }
.skip-link:focus { top: 12px; }

.site-header { height: 78px; padding: 0 max(24px, calc((100vw - 1240px) / 2)); background: rgba(250, 248, 242, .9); border-color: rgba(16, 34, 56, .13); box-shadow: 0 6px 30px rgba(7, 23, 41, .04); }
.site-header .brand { gap: 10px; }
.site-header .brand-mark, footer .brand-mark { width: 38px; height: 38px; position: relative; display: block; overflow: hidden; border-radius: 12px; background: var(--deep); }
.site-header .brand-mark i, footer .brand-mark i { position: absolute; left: 8px; width: 22px; height: 4px; border-radius: 5px; background: var(--teal-soft); transform-origin: left center; }
.site-header .brand-mark i:nth-child(1), footer .brand-mark i:nth-child(1) { top: 9px; transform: scaleX(.68); }
.site-header .brand-mark i:nth-child(2), footer .brand-mark i:nth-child(2) { top: 17px; transform: scaleX(1); background: var(--teal); }
.site-header .brand-mark i:nth-child(3), footer .brand-mark i:nth-child(3) { top: 25px; transform: scaleX(.46); background: var(--coral); }
.brand-word { font-size: 16px; letter-spacing: -.025em; }
.brand-scope { margin-left: 2px; padding: 5px 8px; border: 1px solid #cbd4d3; border-radius: 999px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.main-nav { gap: 7px; position: absolute; left: 50%; transform: translateX(-50%); }
.main-nav a { padding: 10px 13px; border-radius: 9px; color: #3b4a5c; font-size: 13px; }
.main-nav a:hover { background: white; color: var(--deep); }
.header-search { display: flex; align-items: center; gap: 10px; padding: 8px 9px 8px 13px; border: 1px solid #cfd6d5; border-radius: 10px; color: var(--muted); text-decoration: none; font-size: 12px; font-weight: 750; }
.header-search kbd { padding: 2px 7px; border: 1px solid #c9d1d0; border-bottom-width: 2px; border-radius: 5px; background: white; font: inherit; color: var(--ink); }
.nav-toggle, .mobile-nav { display: none; }

.eyebrow { color: var(--teal-dark); font-size: 10px; letter-spacing: .17em; }
.button-coral, .button-dark, .button-light, .button-outline, .text-link { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border-radius: 11px; text-decoration: none; font-weight: 800; }
.button-coral, .button-dark, .button-light, .button-outline { padding: 14px 18px; }
.button-coral { background: var(--coral); color: var(--deep); }
.button-coral:hover { background: #ff816f; }
.button-dark { background: var(--deep); color: white; }
.button-light { background: var(--cream); color: var(--deep); }
.button-outline { border: 1px solid #bcc6c7; color: var(--ink); }
.text-link { color: var(--teal-dark); }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }

.hero-v2 { min-height: 720px; display: grid; grid-template-columns: minmax(420px, .92fr) minmax(500px, 1.08fr); align-items: center; position: relative; isolation: isolate; padding: 72px max(24px, calc((100vw - 1240px) / 2)) 105px; overflow: hidden; color: white; background: var(--deep); }
.hero-v2::before { content: ""; position: absolute; inset: 0; z-index: -2; background: radial-gradient(circle at 66% 45%, rgba(9, 156, 146, .18), transparent 35%), linear-gradient(115deg, #071729 0%, #091a2c 70%, #0a2638 100%); }
.hero-v2::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 150px; z-index: -1; opacity: .2; background: repeating-linear-gradient(90deg, transparent 0, transparent calc(8.333% - 1px), rgba(255,255,255,.12) calc(8.333% - 1px), rgba(255,255,255,.12) 8.333%); mask-image: linear-gradient(transparent, black); }
.hero-copy { z-index: 3; max-width: 610px; padding-right: 25px; }
.hero-proof { display: inline-flex; align-items: center; gap: 9px; color: #a7c4c5; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.hero-proof span { width: 8px; height: 8px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 6px rgba(255, 107, 87, .14); }
.hero-v2 h1 { margin: 22px 0 26px; font-size: clamp(55px, 6vw, 88px); line-height: .88; letter-spacing: -.065em; }
.hero-v2 h1 em { color: #b6eee6; font-weight: 400; }
.hero-copy > p { max-width: 590px; margin: 0; color: #adc0ca; font-size: 16px; line-height: 1.65; }
.hero-search { width: min(600px, 100%); margin-top: 30px; padding: 6px; border: 1px solid rgba(255,255,255,.16); border-radius: 14px; background: rgba(255,255,255,.09); backdrop-filter: blur(12px); }
.hero-search > label { display: block; padding: 5px 12px 3px; color: #91aab5; font-size: 9px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.hero-search > div { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 4px; padding: 4px; border-radius: 10px; background: white; }
.hero-search svg { width: 20px; margin-left: 9px; fill: none; stroke: #7a8793; stroke-width: 2; }
.hero-search input { min-width: 0; padding: 12px 8px; border: 0; outline: none; color: var(--ink); }
.hero-search button { padding: 13px 16px; border-radius: 8px; background: var(--coral); color: var(--deep); font-size: 12px; }
.hero-links { display: flex; gap: 11px; flex-wrap: wrap; align-items: center; margin-top: 18px; }
.hero-links span { color: #6f8795; font-size: 11px; }
.hero-links a { color: #b7cbd3; font-size: 11px; text-underline-offset: 4px; }
.hero-art-wrap { min-width: 0; position: relative; margin-right: calc(max(24px, (100vw - 1240px) / 2) * -1); }
.motion-art { position: relative; overflow: hidden; }
.motion-art img, .motion-art video { width: 100%; height: 100%; display: block; object-fit: cover; }
.motion-art video { position: absolute; inset: 0; opacity: 0; transition: opacity .8s; }
.motion-art.is-playing video { opacity: 1; }
.hero-art { height: 580px; border-radius: 32px 0 0 32px; box-shadow: -20px 30px 90px rgba(0,0,0,.38); }
.hero-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--deep) 0%, transparent 27%), linear-gradient(0deg, rgba(7,23,41,.2), transparent 50%); pointer-events: none; }
.art-scan { position: absolute; left: 0; right: 0; top: -4px; height: 2px; z-index: 4; opacity: .7; background: #8fffe9; box-shadow: 0 0 16px #2ce6d3, 0 8px 35px rgba(44,230,211,.3); animation: scan 6s ease-in-out infinite; }
@keyframes scan { 0%, 12% { transform: translateY(0); opacity: 0; } 20% { opacity: .75; } 75% { opacity: .55; } 88%, 100% { transform: translateY(570px); opacity: 0; } }
.evidence-chip { position: absolute; z-index: 5; display: flex; align-items: center; gap: 10px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.19); border-radius: 13px; color: white; background: rgba(7, 23, 41, .79); box-shadow: 0 18px 50px rgba(0,0,0,.25); backdrop-filter: blur(15px); }
.evidence-chip strong { display: block; font-size: 11px; }
.evidence-chip small, .evidence-chip span { display: block; margin-top: 3px; color: #9fb7c1; font-size: 9px; }
.chip-one { left: 7%; bottom: 10%; }
.chip-two { right: 6%; top: 12%; display: block; }
.chip-signal { width: 9px; height: 9px; margin: 0 !important; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 6px rgba(10,156,146,.15); }

.notice { width: var(--page); position: relative; z-index: 6; margin: -22px auto 22px; border-color: #facbbc; background: #fff0e9; color: #693428; box-shadow: 0 12px 30px rgba(7,23,41,.08); }
.notice-dot { flex: 0 0 auto; width: 9px; height: 9px; display: inline-block; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 5px rgba(255,107,87,.13); }
.stats { width: var(--page); position: relative; z-index: 5; margin: -48px auto 0; border: 0; border-radius: 17px; background: var(--cream); box-shadow: 0 25px 80px rgba(7,23,41,.16); }
.stats div { padding: 25px 28px; border-color: #d9d8d2; }
.stats strong { font-family: Georgia, serif; font-size: 35px; font-weight: 500; }
.stats span { margin-top: 3px; display: block; color: #6d776f; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.section { width: var(--page); margin: 104px auto; }
.section.compact { margin-top: 62px; }
.section-heading { gap: 30px; align-items: end; }
.section-heading h2 { max-width: 720px; margin: 8px 0 0; font-size: clamp(36px, 4.2vw, 58px); line-height: .98; letter-spacing: -.045em; }
.section-heading p { max-width: 650px; margin: 14px 0 0; color: var(--muted); }
.category-grid { grid-template-columns: repeat(4, 1fr); gap: 12px; }
.category-card { min-height: 252px; position: relative; display: flex; flex-direction: column; padding: 22px; overflow: hidden; border-color: #d5d9d5; border-radius: 16px; background: var(--cream); }
.category-card::after { content: ""; position: absolute; right: -28px; bottom: -48px; width: 120px; height: 120px; border: 1px solid rgba(10,156,146,.2); border-radius: 50%; box-shadow: 0 0 0 18px rgba(10,156,146,.04), 0 0 0 36px rgba(10,156,146,.03); transition: transform .3s; }
.category-card:hover { transform: translateY(-5px); border-color: #9cbcb7; box-shadow: 0 22px 60px rgba(7,23,41,.11); }
.category-card:hover::after { transform: scale(1.16); }
.category-glyph { width: 51px; height: 51px; position: relative; display: grid; place-items: center; margin-bottom: 28px; border-radius: 15px; overflow: hidden; background: var(--deep); color: white; }
.category-glyph::before, .category-glyph i { content: ""; position: absolute; height: 3px; left: 9px; border-radius: 3px; background: var(--teal); }
.category-glyph::before { width: 31px; top: 11px; }
.category-glyph i:nth-child(1) { width: 22px; top: 19px; background: var(--teal-soft); }
.category-glyph i:nth-child(2) { width: 14px; top: 27px; background: var(--coral); }
.category-glyph b { position: absolute; right: 7px; bottom: 5px; font-size: 8px; letter-spacing: .08em; }
.category-glyph.large { width: 68px; height: 68px; margin: 0 0 24px; border-radius: 19px; }
.category-index { position: absolute; right: 18px; top: 18px; color: #9ca49d; font: 11px Georgia, serif; }
.category-card > strong { font-size: 18px; letter-spacing: -.02em; }
.category-card p { flex: 1; margin: 9px 0 22px; color: var(--muted); font-size: 12px; line-height: 1.55; }
.card-action { position: relative; z-index: 2; color: var(--teal-dark); font-size: 11px; font-weight: 850; }
.card-action b { margin-left: 5px; }

.atlas-section { width: min(1380px, calc(100% - 30px)); min-height: 650px; display: grid; grid-template-columns: .78fr 1.22fr; align-items: stretch; margin: 120px auto; overflow: hidden; border-radius: 30px; background: var(--deep); color: white; box-shadow: var(--shadow); }
.atlas-copy { z-index: 3; align-self: center; padding: 70px 20px 70px max(45px, calc((100vw - 1240px) / 2)); }
.atlas-copy .eyebrow { color: #68cfc4; }
.atlas-copy h2 { margin: 13px 0 21px; font-size: clamp(45px, 5vw, 68px); line-height: .94; letter-spacing: -.05em; }
.atlas-copy p { max-width: 480px; color: #a9bbc4; }
.atlas-copy .button-light { margin-top: 19px; }
.atlas-art { min-height: 650px; }
.atlas-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--deep), transparent 27%); }
.state-shortcuts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; margin-top: 28px; }
.state-shortcuts a { display: flex; align-items: center; gap: 8px; padding: 9px; border: 1px solid rgba(255,255,255,.12); border-radius: 9px; color: #c2d1d6; text-decoration: none; font-size: 10px; }
.state-shortcuts span { color: var(--coral); font-weight: 900; }

.provider-grid { gap: 14px; }
.provider-card { position: relative; padding: 24px; border-color: #d4d9d7; border-radius: 17px; background: var(--cream); transition: transform .2s, box-shadow .2s, border-color .2s; }
.provider-card:hover { transform: translateY(-3px); border-color: #a9c3c0; box-shadow: 0 20px 55px rgba(7,23,41,.09); }
.provider-card-top { display: grid; grid-template-columns: auto 1fr auto; gap: 15px; align-items: start; }
.provider-logo, .profile-logo { width: 52px; height: 52px; border-radius: 14px; background: var(--deep); }
.provider-card-copy { min-width: 0; }
.provider-kicker { display: flex; gap: 12px; margin-bottom: 5px; color: #7b877f; font-size: 8px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.provider-kicker span:first-child { color: var(--teal-dark); }
.provider-name { font-size: 19px; }
.provider-card p { margin: 6px 0 14px; display: -webkit-box; overflow: hidden; color: var(--muted); font-size: 12px; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.mini-score { width: 52px; height: 52px; display: grid; place-items: center; align-content: center; position: relative; border-radius: 50%; background: conic-gradient(var(--teal) calc(var(--score) * 1%), #dce4df 0); }
.mini-score::before { content: ""; position: absolute; inset: 5px; border-radius: inherit; background: var(--cream); }
.mini-score strong, .mini-score span { z-index: 1; line-height: 1; }
.mini-score strong { font-size: 14px; }
.mini-score span { margin-top: 3px; color: var(--muted); font-size: 6px; font-weight: 900; text-transform: uppercase; }
.pills a, .pills span { padding: 6px 9px; border: 1px solid #b9dcd5; border-radius: 999px; background: transparent; color: var(--teal-dark); text-decoration: none; font-size: 9px; }
.provider-meta { align-items: center; margin-top: 16px; padding-top: 12px; }
.provider-meta > a { color: var(--ink); font-weight: 800; text-decoration: none; }
.compare-check { width: fit-content; margin-top: 13px; padding: 8px 10px; border-radius: 9px; background: #e9ece7; }
.compare-check input { accent-color: var(--teal); }

.method-strip { width: var(--page); grid-template-columns: auto 1.15fr 1fr auto; gap: 30px; margin: 110px auto; padding: 40px; border-radius: 21px; background: var(--deep); }
.method-number { align-self: stretch; display: grid; place-items: center; padding-right: 30px; border-right: 1px solid rgba(255,255,255,.15); color: var(--coral); font: 42px Georgia, serif; }
.method-strip h2 { font-family: Georgia, serif; font-weight: 400; line-height: 1; }
.method-strip .button-light { white-space: nowrap; }

.explore-head { width: var(--page); margin: 0 auto; display: grid; grid-template-columns: 1fr 420px; gap: 70px; align-items: end; padding: 72px 0 45px; }
.explore-head h1 { max-width: 740px; margin: 10px 0 15px; font-size: clamp(45px, 5vw, 68px); line-height: .96; letter-spacing: -.05em; }
.explore-head p { max-width: 650px; color: var(--muted); }
.explore-search { display: flex; padding: 5px; border: 1px solid #cbd2ce; border-radius: 12px; background: white; box-shadow: 0 12px 40px rgba(7,23,41,.07); }
.explore-search input { flex: 1; min-width: 0; padding: 13px; border: 0; outline: 0; }
.explore-search button { padding: 12px 16px; border-radius: 8px; background: var(--deep); }
.directory-layout { width: var(--page); grid-template-columns: 260px 1fr; margin-top: 22px; }
.filter-form { padding: 19px; border-radius: 15px; background: var(--cream); }
.filter-title { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.filter-title a { color: var(--teal-dark); font-size: 10px; }
.filter-form label { color: #435263; font-size: 10px; letter-spacing: .04em; text-transform: uppercase; }
.filter-form input, .filter-form select { border-color: #cdd4d1; border-radius: 8px; background: white; text-transform: none; }
.filter-form button { background: var(--deep); }
.filter-note { display: grid; grid-template-columns: auto 1fr; gap: 10px; align-items: center; margin-top: 14px; padding: 16px; border-radius: 13px; background: #e2eee9; }
.filter-note p { margin: 0; color: var(--ink); font-size: 11px; font-weight: 800; }
.filter-note a { grid-column: 2; color: var(--teal-dark); font-size: 10px; }
.result-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; color: var(--muted); font-size: 11px; }
.result-header div { display: flex; gap: 12px; }
.result-header strong { color: var(--ink); }
.compare-tray { position: sticky; z-index: 12; bottom: 18px; display: none; grid-template-columns: 1fr auto auto; align-items: center; gap: 18px; margin: 18px 0; padding: 13px 15px; border: 1px solid rgba(255,255,255,.14); border-radius: 15px; color: white; background: rgba(7,23,41,.95); box-shadow: 0 20px 60px rgba(7,23,41,.3); backdrop-filter: blur(16px); }
.compare-tray.visible { display: grid; }
.compare-tray strong { display: block; font-size: 11px; }
.compare-tray span { color: #9fb2bd; font-size: 9px; }
.tray-items { display: flex; gap: 6px; }
.tray-items span { padding: 6px 8px; border-radius: 7px; color: #d8ebe7; background: rgba(255,255,255,.09); }
.compare-tray button { padding: 10px 13px; background: var(--coral); color: var(--deep); font-size: 10px; }
.compare-tray button:disabled { opacity: .4; cursor: not-allowed; }

.breadcrumbs { display: flex; gap: 9px; flex-wrap: wrap; align-items: center; margin-bottom: 38px; color: #8696a2; font-size: 10px; }
.breadcrumbs a { color: inherit; }
.profile-head-v2 { padding: 48px max(24px, calc((100vw - 1240px) / 2)) 0; color: white; background: var(--deep); }
.profile-intro { display: flex; justify-content: space-between; gap: 35px; align-items: center; }
.profile-identity { display: flex; gap: 18px; align-items: center; }
.profile-logo { width: 72px; height: 72px; background: var(--cream); color: var(--deep); font-size: 15px; }
.profile-state { display: flex; gap: 8px; align-items: center; color: #91b7b3; font-size: 9px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.profile-state span { width: 7px; height: 7px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 5px rgba(10,156,146,.16); }
.profile-identity h1 { margin: 7px 0 3px; font-size: clamp(44px, 5vw, 68px); line-height: .95; letter-spacing: -.05em; }
.profile-identity p { margin: 0; color: #96aab5; }
.profile-actions { display: flex; gap: 9px; }
.profile-head-v2 .button-outline { border-color: #3b5263; color: #d7e0e5; }
.profile-summary-v2 { display: grid; grid-template-columns: 1fr auto; gap: 45px; align-items: center; margin-top: 40px; border-top: 1px solid rgba(255,255,255,.12); }
.profile-summary-v2 > p { max-width: 720px; padding: 28px 0; color: #b3c2ca; font-size: 16px; }
.profile-facts { align-self: stretch; display: grid; grid-template-columns: repeat(3, 145px); }
.profile-facts div { display: grid; align-content: center; padding: 18px; border-left: 1px solid rgba(255,255,255,.12); }
.profile-facts span { color: #8298a4; font-size: 8px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.profile-facts strong { margin-top: 6px; font: 18px Georgia, serif; }
.profile-facts strong small { color: #78909b; font-size: 10px; }
.profile-tabs { position: sticky; top: 78px; z-index: 11; display: flex; justify-content: center; gap: 4px; padding: 9px; border-bottom: 1px solid var(--line); background: rgba(245,242,235,.94); backdrop-filter: blur(12px); }
.profile-tabs a { padding: 9px 13px; border-radius: 8px; color: var(--muted); font-size: 10px; font-weight: 800; text-decoration: none; }
.profile-tabs a:hover { background: white; color: var(--deep); }
.profile-grid-v2 { width: var(--page); display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 18px; align-items: start; margin: 42px auto 90px; }
.profile-main { display: grid; gap: 16px; }
.profile-aside { display: grid; gap: 14px; position: sticky; top: 140px; }
.content-card { padding: 30px; border-color: #d5d9d5; border-radius: 17px; background: var(--cream); }
.card-heading { display: flex; gap: 17px; align-items: flex-start; margin-bottom: 27px; }
.card-heading h2 { margin: 5px 0 0; font-size: 30px; }
.section-number { color: var(--coral); font: 14px Georgia, serif; }
.external-company-data { overflow: hidden; background: linear-gradient(145deg, #f7f3e9 0%, #eef6f2 100%); }
.external-company-data > .card-heading { justify-content: space-between; }
.external-company-data > .card-heading > div { flex: 1; }
.external-company-data > .card-heading p { max-width: 650px; margin: 8px 0 0; color: var(--muted); font-size: 12px; }
.external-company-data > .card-heading time { flex: 0 0 auto; padding: 8px 10px; border: 1px solid #cddbd5; border-radius: 999px; color: #476760; background: rgba(255,255,255,.6); font-size: 9px; font-weight: 800; white-space: nowrap; }
.external-stat-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.external-stat { min-height: 230px; display: flex; flex-direction: column; padding: 19px; border: 1px solid #d4ddd8; border-radius: 14px; background: rgba(255,255,255,.8); }
.external-stat > strong { color: var(--deep); font: 29px Georgia, serif; line-height: 1; letter-spacing: -.04em; }
.external-stat h3 { margin: 10px 0 4px; color: #243b43; font-size: 12px; line-height: 1.35; }
.external-stat > span { color: #71827f; font-size: 8px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.external-stat p { flex: 1; margin: 13px 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.external-stat > a { padding-top: 11px; border-top: 1px solid #e0e6e2; color: var(--teal-dark); font-size: 9px; font-weight: 850; text-decoration: none; }
.external-stat > a:hover { color: var(--coral-dark); }
.external-source-box { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; margin-top: 13px; padding: 24px; border-radius: 15px; color: white; background: var(--deep); }
.external-source-box > div:first-child > strong { display: block; margin: 7px 0; font-size: 17px; line-height: 1.3; }
.external-source-box p { margin: 0; color: #adbec6; font-size: 10px; }
.external-source-links { display: grid; align-content: start; gap: 7px; }
.external-source-links a { display: grid; grid-template-columns: 1fr auto; gap: 3px 16px; padding: 10px 12px; border: 1px solid rgba(255,255,255,.13); border-radius: 10px; color: white; background: rgba(255,255,255,.055); text-decoration: none; }
.external-source-links a:hover { border-color: rgba(121,222,207,.55); background: rgba(121,222,207,.08); }
.external-source-links span { font-size: 10px; font-weight: 850; }
.external-source-links small { grid-column: 1; color: #9fb2bb; font-size: 8px; }
.external-source-links b { grid-column: 2; grid-row: 1 / 3; align-self: center; color: #83dacc; font-size: 8px; }
.detail-list > div { grid-template-columns: 160px 1fr; border-color: #dfe1dc; }
.detail-list a { color: var(--teal-dark); }
.assessment-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 35px; }
.assessment-columns h3 { display: flex; align-items: center; gap: 8px; }
.positive-dot, .caution-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--teal); }
.caution-dot { background: var(--coral); }
.licence { border-color: #dfe1dc; }
.source-list { margin-top: 28px; }
.source-list > h3 { font-size: 13px; }
.source-list > a { display: flex; justify-content: space-between; gap: 20px; padding: 13px 0; border-top: 1px solid #dfe1dc; color: var(--ink); text-decoration: none; font-size: 12px; }
.source-list small { display: block; margin-top: 4px; color: var(--muted); }
.source-list b { color: var(--teal-dark); font-size: 9px; }
.evidence-table > div { grid-template-columns: 1fr 100px 90px; }
.confidence-card, .gate-card, .disclosure-card { padding: 24px; border: 1px solid #d5d9d5; border-radius: 17px; background: var(--cream); }
.score-ring { width: 175px; height: 175px; display: grid; place-items: center; margin: 24px auto; border-radius: 50%; background: conic-gradient(var(--teal) calc(var(--score) * 1%), #dce2de 0); }
.score-ring::before { content: ""; width: 135px; height: 135px; grid-area: 1/1; border-radius: 50%; background: var(--cream); }
.score-ring > div { grid-area: 1/1; z-index: 1; text-align: center; }
.score-ring strong { display: block; font: 47px Georgia, serif; }
.score-ring span { color: var(--muted); font-size: 9px; text-transform: uppercase; }
.confidence-card h2, .gate-card h2 { font-size: 24px; }
.confidence-card p, .gate-card li, .disclosure-card p { color: var(--muted); font-size: 11px; }
.confidence-card > a { color: var(--teal-dark); font-size: 10px; font-weight: 800; }
.gate-card { display: block; background: #f0eee7; }
.gate-card ul { padding-left: 18px; }
.disclosure-card { display: flex; gap: 13px; align-items: flex-start; background: #e1eee9; }
.disclosure-card p { margin: 4px 0 0; }
.comparison-links { width: var(--page); display: grid; grid-template-columns: 1fr 1.45fr; gap: 60px; margin: 0 auto 110px; padding-top: 65px; border-top: 1px solid var(--line); }
.comparison-links h2 { margin: 8px 0; font-size: 40px; }
.comparison-links p { color: var(--muted); }
.comparison-links > div:last-child { display: grid; gap: 7px; }
.comparison-links > div:last-child a { display: grid; grid-template-columns: 1fr auto 1fr auto; gap: 11px; align-items: center; padding: 14px 16px; border: 1px solid #d4d9d6; border-radius: 11px; background: var(--cream); text-decoration: none; font-size: 11px; }
.comparison-links b { color: var(--coral); }
.comparison-links i { color: var(--teal-dark); }

.method-hero, .states-hero, .compare-hero { min-height: 620px; display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; padding: 60px max(24px, calc((100vw - 1240px) / 2)); color: white; background: var(--deep); }
.method-hero > div:first-child, .states-hero > div:first-child, .compare-hero > div:first-child { z-index: 3; padding-right: 45px; }
.method-hero h1, .states-hero h1, .compare-hero h1 { margin: 13px 0 20px; font-size: clamp(50px, 5.4vw, 76px); line-height: .91; letter-spacing: -.055em; }
.method-hero p, .states-hero p, .compare-hero p { max-width: 560px; color: #aebfc8; }
.method-hero .button-coral { margin-top: 18px; }
.method-art, .states-art, .compare-art { height: 500px; border-radius: 25px; box-shadow: var(--shadow); }
.method-art::after, .compare-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--deep), transparent 23%); }
.principles { width: var(--page); display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: -40px auto 100px; position: relative; z-index: 4; }
.principles article { padding: 28px; border-radius: 16px; background: var(--cream); box-shadow: var(--shadow); }
.principles article > span { color: var(--coral); font: 13px Georgia, serif; }
.principles h2 { margin: 28px 0 8px; font-size: 26px; }
.principles p { color: var(--muted); font-size: 12px; }
.process-section { width: var(--page); display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; margin: 110px auto; }
.process-intro { position: sticky; top: 120px; align-self: start; }
.process-intro h2 { margin: 10px 0 18px; font-size: 55px; line-height: .94; letter-spacing: -.05em; }
.process-intro p { color: var(--muted); }
.process-list article { display: grid; grid-template-columns: 55px 1fr 45px; gap: 18px; align-items: center; padding: 25px 0; border-top: 1px solid #ccd2ce; }
.process-list article > span { color: var(--coral); font: 14px Georgia, serif; }
.process-list h3 { margin: 0; font-size: 19px; }
.process-list p { margin: 5px 0 0; color: var(--muted); font-size: 12px; }
.process-list i { width: 38px; height: 38px; position: relative; border: 1px solid #b8c4c1; border-radius: 50%; }
.process-list i::before { content: ""; position: absolute; inset: 11px; border-radius: 50%; background: var(--teal); }
.confidence-explainer { width: min(1380px, calc(100% - 30px)); display: grid; grid-template-columns: .75fr 1.25fr; gap: 60px; margin: 110px auto; padding: 70px max(40px, calc((100vw - 1240px) / 2)); border-radius: 28px; background: var(--deep); color: white; }
.confidence-explainer h2 { max-width: 460px; margin: 10px 0; font-size: 50px; line-height: .95; }
.confidence-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.confidence-compare article { padding: 28px; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; background: rgba(255,255,255,.05); }
.confidence-compare p { color: #9fb3bd; font-size: 12px; }
.confidence-icon { width: 50px; height: 50px; display: block; border-radius: 14px; background: repeating-linear-gradient(0deg, var(--teal) 0 3px, transparent 3px 8px), #0d2b3f; }
.confidence-icon.assessment { background: radial-gradient(circle, var(--coral) 0 4px, transparent 5px), radial-gradient(circle at 72% 28%, var(--teal) 0 4px, transparent 5px), #0d2b3f; }

.states-hero { grid-template-columns: .72fr 1.28fr; }
.states-art { height: 520px; }
.state-directory { width: var(--page); margin: 100px auto; }
.state-key { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 9px; }
.state-key span { width: 8px; height: 8px; border-radius: 50%; background: var(--coral); }
.state-region { display: grid; grid-template-columns: 125px 1fr; gap: 28px; padding: 30px 0; border-top: 1px solid #ccd2ce; }
.state-region h3 { margin: 6px 0; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.state-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; }
.state-grid a { display: grid; grid-template-columns: auto 1fr auto; gap: 9px; align-items: center; padding: 12px; border: 1px solid #d2d7d3; border-radius: 10px; background: var(--cream); text-decoration: none; }
.state-grid a:hover { border-color: #7db3ad; }
.state-grid span { color: var(--coral); font-size: 9px; font-weight: 900; }
.state-grid strong { font-size: 11px; }
.state-grid i { color: var(--teal-dark); }
.state-service-links, .state-link-section { width: min(1380px, calc(100% - 30px)); display: grid; grid-template-columns: .7fr 1.3fr; gap: 60px; margin: 100px auto; padding: 65px max(40px, calc((100vw - 1240px) / 2)); border-radius: 27px; background: #dcebe6; }
.state-service-links h2, .state-link-section h2 { margin: 8px 0; font-size: 42px; }
.state-service-links p, .state-link-section p { color: var(--muted); }
.state-service-links > div:last-child { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.state-service-links > div:last-child a { display: flex; justify-content: space-between; padding: 13px; border-bottom: 1px solid #b9ccc6; color: var(--ink); text-decoration: none; font-size: 11px; font-weight: 800; }
.state-service-links > div:last-child span { color: var(--teal-dark); font-size: 9px; }
.geo-head { padding: 44px max(24px, calc((100vw - 1240px) / 2)) 58px; color: white; background: var(--deep); }
.geo-title { display: grid; grid-template-columns: 1fr .7fr; gap: 60px; align-items: end; }
.geo-title > div { display: grid; grid-template-columns: auto 1fr; gap: 0 18px; align-items: center; }
.geo-title .state-monogram { grid-row: 1 / 3; }
.state-monogram { width: 76px; height: 76px; display: grid; place-items: center; border: 1px solid #3c5d69; border-radius: 19px; color: var(--coral); font: 24px Georgia, serif; background: #0a2236; }
.geo-title h1 { grid-column: 2; margin: 6px 0 0; font-size: clamp(46px, 5vw, 68px); line-height: .95; }
.geo-title > p { color: #a8bac3; }
.compact-grid { grid-template-columns: repeat(4, 1fr); }
.state-results .provider-grid { margin-top: 20px; }
.seo-copy { width: var(--page); display: grid; grid-template-columns: 1fr 1fr; gap: 60px; margin: 100px auto; padding-top: 50px; border-top: 1px solid #ccd2ce; }
.seo-copy h2 { font-size: 29px; }
.seo-copy p { color: var(--muted); font-size: 13px; }
.state-link-section { align-items: start; }
.state-link-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; max-height: 420px; overflow: auto; padding-right: 5px; }
.state-link-grid a { padding: 10px; border-radius: 8px; color: var(--ink); background: rgba(255,255,255,.48); text-decoration: none; font-size: 10px; }
.state-link-grid span { margin-right: 7px; color: var(--coral-dark); font-weight: 900; }

.category-head { min-height: 540px; display: grid; grid-template-columns: 1fr 460px; gap: 100px; align-items: center; padding: 65px max(24px, calc((100vw - 1240px) / 2)); color: white; background: var(--deep); }
.category-head h1 { margin: 10px 0 20px; font-size: clamp(51px, 5.3vw, 74px); line-height: .92; }
.category-head p { max-width: 650px; color: #aebfc8; }
.head-actions { display: flex; gap: 9px; margin-top: 25px; }
.category-head .button-outline { border-color: #3b5362; color: white; }
.category-instrument { min-height: 310px; display: grid; align-content: center; padding: 35px; position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 24px; background: linear-gradient(145deg, rgba(255,255,255,.07), rgba(10,156,146,.09)); }
.category-instrument::after { content: ""; position: absolute; width: 250px; height: 250px; right: -70px; top: -70px; border: 1px solid rgba(127,226,211,.3); border-radius: 50%; box-shadow: 0 0 0 28px rgba(127,226,211,.04), 0 0 0 56px rgba(127,226,211,.03); }
.category-instrument > span { color: #7f9ba7; font-size: 9px; text-transform: uppercase; letter-spacing: .13em; }
.category-instrument > div { display: flex; gap: 6px; margin: 28px 0; }
.category-instrument i { width: 48px; height: 70px; border: 1px solid #31566a; border-radius: 9px; background: repeating-linear-gradient(0deg, transparent 0 8px, rgba(10,156,146,.45) 8px 10px); transform: translateY(var(--offset, 0)); }
.category-instrument i:nth-child(2) { --offset: 13px; }
.category-instrument i:nth-child(3) { --offset: -8px; background-color: rgba(255,107,87,.12); }
.category-instrument i:nth-child(4) { --offset: 7px; }
.category-instrument strong { font: 28px Georgia, serif; }
.category-instrument small { margin-top: 8px; color: #8199a5; }

.compare-hero { grid-template-columns: .85fr 1.15fr; }
.compare-hero h1 em { color: var(--coral); font-weight: 400; }
.compare-art { height: 470px; }
.comparison-wrap { width: var(--page); margin: 70px auto 110px; overflow: visible; }
.comparison-intro { margin-bottom: 28px; }
.comparison-intro h2 { margin: 8px 0; font-size: 42px; }
.comparison-intro p { color: var(--muted); }
.comparison-table { border-color: #ced4d0; border-radius: 17px; background: var(--cream); }
.comparison-table th, .comparison-table td { border-color: #dce0dc; }
.comparison-table thead th { min-width: 230px; padding: 24px; background: var(--deep); color: white; }
.comparison-table thead th:first-child { color: #8ba0aa; }
.comparison-table thead .provider-logo { width: 39px; height: 39px; display: grid; margin-bottom: 12px; font-size: 9px; background: white; color: var(--deep); }
.comparison-table thead a { display: block; color: white; font-size: 16px; }
.comparison-table thead small { display: block; margin-top: 6px; color: #829aa5; font-size: 8px; }
.comparison-table tbody th { color: #526171; background: #ecece6; font-size: 10px; text-transform: uppercase; letter-spacing: .07em; }
.confidence-row td strong { font: 26px Georgia, serif; }
.confidence-row td small { color: var(--muted); font-size: 10px; }
.table-meter { height: 5px; margin-top: 8px; border-radius: 5px; background: #d9dfdb; }
.table-meter span { height: 100%; display: block; border-radius: inherit; background: var(--teal); }
.comparison-note { display: flex; gap: 14px; align-items: flex-start; margin-top: 18px; padding: 17px; border: 1px solid #b7d4cd; border-radius: 12px; background: #e3efeb; }
.comparison-note p { margin: 0; color: var(--muted); font-size: 11px; }

.coverage-head { min-height: 500px; display: grid; grid-template-columns: 1fr 420px; gap: 90px; align-items: center; padding: 60px max(24px, calc((100vw - 1240px) / 2)) 100px; color: white; background: var(--deep); }
.coverage-head h1 { margin: 10px 0 20px; font-size: 70px; line-height: .92; }
.coverage-head p { max-width: 650px; color: #adbec7; }
.coverage-orbit { width: 310px; height: 310px; display: grid; place-items: center; position: relative; justify-self: center; border: 1px solid #315062; border-radius: 50%; }
.coverage-orbit::before, .coverage-orbit::after { content: ""; position: absolute; border: 1px solid #244559; border-radius: 50%; }
.coverage-orbit::before { inset: 28px; }
.coverage-orbit::after { inset: 60px; }
.coverage-orbit > span { z-index: 2; font: 48px Georgia, serif; }
.coverage-orbit small { position: absolute; bottom: 58px; z-index: 2; color: #839aa6; font-size: 8px; text-transform: uppercase; }
.coverage-orbit i { width: 10px; height: 10px; position: absolute; z-index: 2; border-radius: 50%; background: var(--teal); }
.coverage-orbit i:nth-of-type(1) { top: 42px; left: 72px; }
.coverage-orbit i:nth-of-type(2) { right: 40px; top: 135px; background: var(--coral); }
.coverage-orbit i:nth-of-type(3) { left: 55px; bottom: 70px; }
.coverage-stats { margin-top: -52px; }
.coverage-grid { grid-template-columns: repeat(4, 1fr); }
.coverage-grid > a { border-color: #d3d8d4; border-radius: 14px; background: var(--cream); }
.coverage-bar span { background: var(--teal); }

.form-head, .legal-head { padding: 75px max(24px, calc((100vw - 900px) / 2)) 62px; color: white; background: var(--deep); }
.form-head h1, .legal-head h1 { margin: 10px 0 18px; font-size: 65px; line-height: .93; }
.form-head p, .legal-head p { max-width: 700px; color: #aebfc8; }
.form-shell { width: min(820px, calc(100% - 48px)); }
.public-form { gap: 19px; padding: 34px; border-color: #d1d7d3; border-radius: 17px; background: var(--cream); }
.public-form label { color: #435263; font-size: 10px; letter-spacing: .04em; text-transform: uppercase; }
.public-form input, .public-form select, .public-form textarea { border-color: #cbd3cf; background: white; text-transform: none; }
.public-form button { justify-self: start; background: var(--coral); color: var(--deep); }
.form-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.success-box { padding: 40px; border-radius: 17px; background: #dfefe9; }
.success-box > span { color: var(--teal-dark); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.success-box h2 { font-size: 32px; }
.legal-copy { width: min(1000px, calc(100% - 48px)); display: grid; grid-template-columns: 220px 1fr; gap: 70px; }
.legal-copy aside { display: grid; gap: 5px; align-content: start; position: sticky; top: 110px; }
.legal-copy aside a { padding: 9px 11px; border-radius: 8px; color: var(--muted); text-decoration: none; font-size: 10px; }
.legal-copy aside a:hover { color: var(--deep); background: white; }
.legal-copy h2 { scroll-margin-top: 120px; }
.api-shell { width: min(1000px, calc(100% - 48px)); display: grid; grid-template-columns: .7fr 1.3fr; gap: 60px; margin: 70px auto 100px; }
.api-shell h2 { font-size: 40px; }
.api-shell p { color: var(--muted); }
.api-shell pre { margin: 0; padding: 30px; overflow: auto; border-radius: 17px; color: #aec2ca; background: var(--deep); line-height: 2.2; }
.api-shell pre span { color: var(--coral); }
.empty-page { min-height: 600px; display: grid; place-items: center; align-content: center; padding: 70px 24px; text-align: center; }
.empty-page > span { color: var(--coral); font: 18px Georgia, serif; }
.empty-page h1 { margin: 14px 0; font-size: 65px; }
.empty-page p { max-width: 580px; color: var(--muted); }
.empty-page > div { display: flex; gap: 9px; margin-top: 20px; }

footer { display: grid; grid-template-columns: 1fr 1fr; padding: 70px max(24px, calc((100vw - 1240px) / 2)) 24px; background: var(--deep); }
.footer-brand { display: flex; gap: 15px; }
.footer-brand p { margin-top: 9px; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.footer-links > div { display: grid; gap: 9px; align-content: start; }
.footer-links strong { margin-bottom: 5px; color: #79909c; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.footer-floor { grid-column: 1 / -1; display: flex; gap: 28px; margin-top: 55px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); color: #6f8591; font-size: 9px; }
.footer-floor a { margin-left: auto; color: #8fa4ae; }

@media (max-width: 1050px) {
  .main-nav { display: none; }
  .hero-v2 { grid-template-columns: 1fr 1fr; }
  .hero-art { height: 520px; }
  .category-grid, .compact-grid { grid-template-columns: repeat(3, 1fr); }
  .coverage-grid { grid-template-columns: repeat(2, 1fr); }
  .state-grid { grid-template-columns: repeat(3, 1fr); }
  .profile-summary-v2 { grid-template-columns: 1fr; }
  .profile-facts { border-top: 1px solid rgba(255,255,255,.12); }
}

@media (max-width: 820px) {
  :root { --page: min(100% - 32px, 680px); }
  .site-header { padding: 0 16px; }
  .header-search { display: none; }
  .nav-toggle { width: 42px; height: 42px; display: grid; place-items: center; gap: 5px; padding: 10px; background: var(--deep); }
  .nav-toggle span { width: 19px; height: 2px; display: block; background: white; }
  .mobile-nav { position: fixed; left: 16px; right: 16px; top: 68px; z-index: 30; display: none; padding: 12px; border-radius: 14px; background: var(--deep); box-shadow: var(--shadow); }
  .mobile-nav.open { display: grid; }
  .mobile-nav a { padding: 12px; border-bottom: 1px solid rgba(255,255,255,.09); color: white; }
  .hero-v2, .method-hero, .states-hero, .compare-hero, .category-head, .coverage-head { min-height: auto; grid-template-columns: 1fr; gap: 38px; }
  .hero-v2 { padding-top: 60px; }
  .hero-art-wrap { margin-right: -24px; }
  .hero-art { height: 440px; }
  .hero-v2 h1 { font-size: 62px; }
  .stats { grid-template-columns: 1fr 1fr; margin-top: -30px; }
  .category-grid, .compact-grid { grid-template-columns: repeat(2, 1fr); }
  .atlas-section { grid-template-columns: 1fr; }
  .atlas-copy { padding: 55px 32px 30px; }
  .atlas-art { min-height: 430px; }
  .method-strip { grid-template-columns: 1fr; }
  .method-number { justify-content: start; padding: 0 0 18px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  .explore-head { grid-template-columns: 1fr; gap: 25px; }
  .directory-layout, .profile-grid-v2, .comparison-links, .process-section, .confidence-explainer, .state-service-links, .state-link-section, .api-shell { grid-template-columns: 1fr; }
  .directory-layout aside, .profile-aside, .process-intro { position: static; }
  .filter-note { display: none; }
  .profile-intro, .profile-actions { align-items: flex-start; flex-direction: column; }
  .profile-summary-v2 { gap: 0; }
  .profile-facts { grid-template-columns: repeat(3, 1fr); }
  .external-stat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .external-source-box { grid-template-columns: 1fr; }
  .principles { grid-template-columns: 1fr; }
  .method-art, .states-art, .compare-art { height: 390px; }
  .state-region { grid-template-columns: 1fr; }
  .state-grid { grid-template-columns: repeat(2, 1fr); }
  .geo-title { grid-template-columns: 1fr; }
  .seo-copy { grid-template-columns: 1fr; gap: 20px; }
  .state-link-grid { grid-template-columns: repeat(2, 1fr); }
  .coverage-orbit { display: none; }
  .comparison-wrap { overflow-x: auto; }
  .comparison-intro, .comparison-note { position: sticky; left: 0; }
  .form-pair { grid-template-columns: 1fr; }
  .legal-copy { grid-template-columns: 1fr; }
  .legal-copy aside { display: none; }
  footer { grid-template-columns: 1fr; }
  .footer-links { margin-top: 35px; }
}

@media (max-width: 540px) {
  .brand-scope { display: none; }
  .hero-v2 { padding-left: 18px; padding-right: 18px; }
  .hero-v2 h1, .method-hero h1, .states-hero h1, .compare-hero h1, .category-head h1, .coverage-head h1, .form-head h1, .legal-head h1, .empty-page h1 { font-size: 45px; }
  .hero-search > div { grid-template-columns: auto 1fr; }
  .hero-search button { grid-column: 1 / -1; }
  .hero-art { height: 330px; }
  .evidence-chip { display: none; }
  .stats, .category-grid, .compact-grid, .provider-grid, .confidence-compare, .state-service-links > div:last-child, .coverage-grid { grid-template-columns: 1fr; }
  .stats div { border-right: 0; }
  .category-card { min-height: 220px; }
  .atlas-art { min-height: 320px; }
  .provider-card-top { grid-template-columns: auto 1fr; }
  .mini-score { grid-column: 2; grid-row: 2; justify-self: end; margin-top: -64px; }
  .method-strip { padding: 27px; }
  .compare-tray { grid-template-columns: 1fr auto; }
  .tray-items { display: none; }
  .profile-identity { align-items: flex-start; }
  .profile-logo { width: 54px; height: 54px; }
  .profile-facts { grid-template-columns: 1fr; }
  .profile-facts div { border-left: 0; border-top: 1px solid rgba(255,255,255,.12); }
  .profile-tabs { justify-content: flex-start; overflow-x: auto; }
  .external-company-data { padding: 22px; }
  .external-company-data > .card-heading { display: grid; grid-template-columns: auto 1fr; }
  .external-company-data > .card-heading time { grid-column: 2; justify-self: start; }
  .external-stat-grid { grid-template-columns: 1fr; }
  .external-stat { min-height: 0; }
  .external-source-box { padding: 19px; }
  .external-source-links a { grid-template-columns: 1fr; }
  .external-source-links small, .external-source-links b { grid-column: 1; grid-row: auto; }
  .assessment-columns { grid-template-columns: 1fr; }
  .evidence-table { overflow-x: auto; }
  .evidence-table > div { min-width: 600px; }
  .state-grid, .state-link-grid { grid-template-columns: 1fr; }
  .geo-title > div { grid-template-columns: 1fr; }
  .geo-title .state-monogram, .geo-title h1 { grid-column: 1; grid-row: auto; }
  .state-monogram { margin-bottom: 14px; }
  .category-instrument { min-height: 250px; }
  .footer-links { grid-template-columns: 1fr; }
  .footer-floor { flex-direction: column; gap: 8px; }
  .footer-floor a { margin-left: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .motion-art video { display: none; }
}
.button-muted { background: #e8edf1; color: var(--ink); }
.admin-edit-grid { display: grid; grid-template-columns: 1.25fr 1fr; gap: 17px; align-items: start; }
.gate-result { display: flex; justify-content: space-between; padding: 13px; border-radius: 10px; }
.gate-result.pass { background: #e1f5ed; color: #176251; }
.gate-result.hold { background: #fff2d5; color: #7a540e; }
.submission-list > div { display: grid; gap: 7px; padding: 15px 0; border-top: 1px solid var(--line); }
.submission-list p, .submission-list span { margin: 0; color: var(--muted); font-size: 11px; }
.licence-admin { display: grid; grid-template-columns: 1.2fr .8fr 1fr auto; gap: 6px; align-items: center; padding: 10px 0; border-top: 1px solid var(--line); }
.licence-admin select, .licence-admin input { min-width: 0; padding: 8px; border: 1px solid var(--line); border-radius: 7px; font: inherit; font-size: 10px; }
.licence-admin button { padding: 8px; font-size: 10px; }
.source-policy-form { min-width: 340px; display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.source-policy-form label { display: grid; gap: 3px; color: var(--muted); font-size: 9px; }
.source-policy-form input, .source-policy-form textarea { min-width: 0; padding: 7px; border: 1px solid var(--line); border-radius: 6px; font: inherit; font-size: 10px; }
.source-policy-form textarea { grid-column: 1 / -1; min-height: 65px; }
.source-policy-form button { grid-column: 1 / -1; }
.source-policy-form .source-toggle { display: flex; align-items: center; gap: 6px; }
.source-toggle input { width: auto; }

@media (max-width: 1000px) {
  .country-grid, .coverage-grid { grid-template-columns: repeat(2, 1fr); }
  .admin-metrics { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 760px) {
  .country-grid, .coverage-grid, .admin-grid, .admin-edit-grid { grid-template-columns: 1fr; }
  .admin-header { align-items: flex-start; gap: 15px; padding-top: 12px; padding-bottom: 12px; }
  .admin-header nav { flex-wrap: wrap; gap: 10px; }
  .admin-metrics { grid-template-columns: 1fr 1fr; }
  .audit-list > div { grid-template-columns: 1fr; }
  .licence-admin { grid-template-columns: 1fr; }
}


/* Assessment depth release */
.assessment-score-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 0 0 28px;
}
.assessment-score-grid > div {
  min-height: 142px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: linear-gradient(150deg, #f7fafb 0%, #fff 65%);
}
.assessment-score-grid span {
  display: block;
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.assessment-score-grid strong {
  display: block;
  margin: 8px 0 5px;
  color: var(--ink);
  font-family: var(--display);
  font-size: 38px;
  font-weight: 500;
  line-height: 1;
}
.assessment-score-grid small { color: var(--muted); font: 12px var(--sans); }
.assessment-score-grid p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.factor-list { border-top: 1px solid var(--line); }
.factor-row {
  display: grid;
  grid-template-columns: minmax(150px, .9fr) minmax(120px, 1.2fr) 84px;
  column-gap: 18px;
  align-items: center;
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
}
.factor-row > div:first-child { display: grid; gap: 4px; }
.factor-row > div:first-child strong { color: var(--ink); font-size: 13px; }
.factor-row > div:first-child span { color: var(--muted); font-size: 10px; }
.factor-row > b { color: var(--ink); font-size: 11px; text-align: right; }
.factor-row > p {
  grid-column: 1 / -1;
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.5;
}
.factor-track { height: 7px; overflow: hidden; border-radius: 99px; background: #e7edf0; }
.factor-track i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--teal), #43b89a);
}
.assessment-cautions {
  margin: 22px 0 28px;
  padding: 18px 20px;
  border-left: 3px solid var(--coral);
  background: #fff8f4;
}
.assessment-cautions > strong { font-size: 12px; }
.assessment-cautions ul { margin: 9px 0; padding-left: 18px; }
.assessment-cautions li, .assessment-cautions p { color: var(--muted); font-size: 10px; line-height: 1.55; }
.assessment-cautions p { margin: 8px 0 0; }
.profile-facts { grid-template-columns: repeat(4, minmax(110px, 1fr)); }
.profile-actions { flex-wrap: wrap; justify-content: flex-end; }
.profile-actions .button-outline { white-space: nowrap; }

@media (max-width: 760px) {
  .assessment-score-grid { grid-template-columns: 1fr; }
  .factor-row { grid-template-columns: 1fr 80px; }
  .factor-track { grid-column: 1; grid-row: 2; }
  .factor-row > b { grid-column: 2; grid-row: 1 / span 2; }
  .profile-facts { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 540px) {
  .profile-facts { grid-template-columns: 1fr; }
  .profile-actions { justify-content: stretch; }
  .profile-actions > * { width: 100%; text-align: center; }
}

/* Research centre 2026 */
.research-report,
.research-library,
.research-principles,
.research-index-head {
  width: min(1180px, calc(100% - 48px));
  margin-left: auto;
  margin-right: auto;
}

.research-index-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 70px;
  align-items: end;
  padding: 86px 0 55px;
}
.research-index-head h1,
.research-report-head h1,
.flagship-head h1 {
  max-width: 900px;
  margin: 12px 0 20px;
  font-size: clamp(48px, 7vw, 88px);
  font-weight: 780;
  letter-spacing: -.065em;
  line-height: .95;
}
.research-index-head p,
.research-report-head > div > p,
.flagship-copy > p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 21px);
}
.index-signal {
  padding: 26px;
  color: white;
  border-radius: 24px;
  background: linear-gradient(145deg, #0b263b, #0b776f);
  box-shadow: 0 28px 70px rgba(7, 44, 56, .2);
}
.index-signal span,
.index-signal small {
  display: block;
  color: #c4dedb;
  font-size: 11px;
}
.index-signal span {
  letter-spacing: .13em;
  text-transform: uppercase;
}
.index-signal strong {
  display: block;
  margin: 20px 0 5px;
  font-size: 45px;
  letter-spacing: -.06em;
}

.flagship-card {
  width: min(1180px, calc(100% - 48px));
  min-height: 480px;
  margin: 0 auto 74px;
  padding: clamp(32px, 6vw, 70px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 60px;
  align-items: center;
  overflow: hidden;
  position: relative;
  color: white;
  border-radius: 30px;
  background:
    radial-gradient(circle at 82% 22%, rgba(70, 208, 184, .28), transparent 28%),
    radial-gradient(circle at 93% 88%, rgba(222, 144, 53, .22), transparent 27%),
    linear-gradient(135deg, #071827, #0b3545 62%, #08766f);
  box-shadow: 0 34px 90px rgba(8, 33, 48, .24);
  text-decoration: none;
}
.flagship-card > div:first-child {
  position: relative;
  z-index: 2;
}
.flagship-card > div > strong {
  display: block;
  max-width: 690px;
  margin: 15px 0;
  font-size: clamp(38px, 5.2vw, 67px);
  letter-spacing: -.055em;
  line-height: .98;
}
.flagship-card em,
.flagship-head em {
  color: #f4b55c;
  font-family: Georgia, serif;
  font-weight: 500;
}
.flagship-card p {
  max-width: 660px;
  margin: 0 0 28px;
  color: #c7d9df;
  font-size: 17px;
}
.flagship-card .button-coral {
  display: inline-flex;
}
.flagship-mini {
  min-height: 310px;
  display: grid;
  align-content: center;
  gap: 18px;
  position: relative;
  isolation: isolate;
}
.flagship-mini::before,
.flagship-mini::after,
.flagship-mini i {
  content: "";
  position: absolute;
  inset: 50%;
  z-index: -1;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.flagship-mini::before { width: 320px; height: 320px; }
.flagship-mini::after { width: 220px; height: 220px; }
.flagship-mini i { width: 120px; height: 120px; background: rgba(28, 190, 165, .1); }
.flagship-mini span {
  padding: 18px;
  display: grid;
  text-align: center;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 15px;
  background: rgba(5, 27, 41, .78);
  backdrop-filter: blur(10px);
}
.flagship-mini b { color: #f4b55c; font-size: 30px; }

.research-library { margin-bottom: 70px; }
.research-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.research-card {
  min-height: 330px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 20px;
  background: white;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}
.research-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.research-card-number {
  color: var(--teal);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .14em;
}
.research-card-badge {
  width: 82px;
  height: 82px;
  margin: 24px 0;
  display: grid;
  place-items: center;
  color: white;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--navy), var(--teal));
  font-size: 18px;
  font-weight: 800;
}
.research-card strong { font-size: 22px; letter-spacing: -.03em; line-height: 1.12; }
.research-card p { color: var(--muted); font-size: 13px; }
.research-card .card-action { margin-top: auto; }
.research-principles {
  margin-bottom: 90px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
  border-radius: 20px;
  background: white;
}
.research-principles article { padding: 30px; border-right: 1px solid var(--line); }
.research-principles article:last-child { border-right: 0; }
.research-principles span { color: var(--teal); font-size: 11px; font-weight: 850; }
.research-principles h2 { margin: 30px 0 8px; font-size: 22px; letter-spacing: -.03em; }
.research-principles p { margin: 0; color: var(--muted); font-size: 13px; }

.research-report { padding-bottom: 90px; }
.research-report-head {
  min-height: 520px;
  padding: 80px 0 55px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 230px;
  gap: 70px;
  align-items: end;
}
.report-stamp {
  aspect-ratio: 1;
  padding: 24px;
  display: grid;
  place-items: center;
  align-content: center;
  text-align: center;
  color: white;
  border-radius: 50%;
  background: linear-gradient(145deg, #0d2538, #0a847b);
  box-shadow: 0 30px 60px rgba(7, 52, 62, .2);
}
.report-stamp span,
.report-stamp small { color: #c2dedb; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.report-stamp strong { margin: 12px 0 6px; font-size: 35px; letter-spacing: -.06em; }
.research-sample {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 34px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: white;
  box-shadow: var(--shadow);
}
.research-sample div { min-height: 125px; padding: 24px; border-right: 1px solid var(--line); }
.research-sample div:last-child { border-right: 0; }
.research-sample strong { display: block; font-size: 30px; letter-spacing: -.05em; }
.research-sample span { color: var(--muted); font-size: 12px; }

.research-figure {
  margin: 0 0 28px;
  padding: clamp(24px, 4vw, 46px);
  color: white;
  border-radius: 26px;
  background:
    radial-gradient(circle at 88% 15%, rgba(50, 195, 171, .22), transparent 25%),
    linear-gradient(145deg, #091c2c, #0c3342);
  box-shadow: 0 26px 70px rgba(7, 35, 50, .2);
}
.research-figure figcaption { max-width: 790px; }
.research-figure figcaption h2 {
  margin: 10px 0;
  font-size: clamp(31px, 4.6vw, 56px);
  line-height: 1;
  letter-spacing: -.05em;
}
.research-figure figcaption p { color: #c0d1d8; }
.figure-foot {
  margin-top: 30px;
  padding-top: 18px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255,255,255,.14);
  color: #b9cdd5;
  font-size: 11px;
}
.copy-finding {
  gap: 9px;
  padding: 10px 13px;
  color: white;
  border: 1px solid rgba(255,255,255,.2);
  background: rgba(255,255,255,.08);
  font-size: 11px;
}
.copy-finding:hover { background: rgba(255,255,255,.16); }
.copy-finding.copied { color: #092a32; background: #8be0d2; }

.scale-stage {
  margin-top: 38px;
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr) minmax(210px, .65fr);
  gap: 34px;
  align-items: center;
}
.scale-orb {
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  align-content: center;
  text-align: center;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, rgba(240, 177, 83, .45), rgba(8, 79, 84, .32) 45%, rgba(4, 22, 35, .9));
}
.scale-orb span,
.scale-orb small { color: #bcd0d7; font-size: 10px; }
.scale-orb strong { margin: 7px 0; font-size: 37px; }
.rate-pair { display: grid; gap: 22px; }
.rate-pair > div { display: grid; grid-template-columns: 75px minmax(0,1fr) 48px; gap: 12px; align-items: center; }
.rate-pair span { font-size: 12px; font-weight: 750; }
.rate-pair i,
.gap-bars i,
.headline-comparison i {
  height: 12px;
  display: block;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
}
.rate-pair i b,
.gap-bars i b,
.headline-comparison i b {
  width: var(--bar);
  height: 100%;
  display: block;
  border-radius: inherit;
  background: linear-gradient(90deg, #21b9a7, #f0af50);
}
.rate-pair strong { font-size: 20px; }
.rate-pair small { grid-column: 2 / -1; color: #a9c0c9; font-size: 9px; }
.growth-pair { display: grid; gap: 12px; }
.growth-pair > div { padding: 17px; border: 1px solid rgba(255,255,255,.14); border-radius: 13px; background: rgba(255,255,255,.06); }
.growth-pair strong { display: block; color: #f2b158; font-size: 30px; }
.growth-pair span { color: #c1d3d9; font-size: 10px; }

.gap-bars { margin: 42px 0 34px; display: grid; gap: 28px; }
.gap-bars > div { display: grid; grid-template-columns: 1fr 1.6fr; gap: 10px 30px; align-items: center; }
.gap-bars span { display: flex; justify-content: space-between; gap: 14px; font-size: 12px; }
.gap-bars span strong { color: #f3b45d; font-size: 27px; }
.gap-bars small { grid-column: 2; color: #adc1c9; font-size: 10px; }
.evidence-mini-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 16px;
  background: rgba(255,255,255,.04);
}
.evidence-mini-grid div { padding: 18px; border-right: 1px solid rgba(255,255,255,.12); }
.evidence-mini-grid div:last-child { border-right: 0; }
.evidence-mini-grid strong { display: block; color: #80ded1; font-size: 24px; }
.evidence-mini-grid span { color: #b8ccd4; font-size: 9px; }

.rating-columns {
  min-height: 360px;
  margin-top: 35px;
  display: flex;
  gap: 45px;
  align-items: end;
  justify-content: center;
}
.rating-columns > div {
  width: min(240px, 42%);
  min-height: 320px;
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  gap: 9px;
  text-align: center;
}
.rating-columns strong { color: #f1b35c; font-size: 44px; }
.rating-columns i {
  display: flex;
  align-items: end;
  overflow: hidden;
  border-radius: 16px 16px 5px 5px;
  background: rgba(255,255,255,.08);
}
.rating-columns i b {
  width: 100%;
  height: var(--bar);
  display: block;
  background: linear-gradient(#3ac8b5, #087a73);
}
.rating-columns span { font-size: 12px; font-weight: 750; }
.rating-columns small { color: #adc2c9; }
.review-sample { margin: 28px auto 0; text-align: center; }
.review-sample strong { margin-right: 8px; color: #80ded1; font-size: 25px; }
.review-sample span { color: #bfd0d6; font-size: 11px; }

.research-reading-rule {
  margin: 24px 0 40px;
  padding: 20px 24px;
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 22px;
  border-left: 3px solid var(--amber);
  background: #fff7e9;
}
.research-reading-rule span { color: #7d5719; font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.research-reading-rule p { margin: 0; color: #6a5c47; font-size: 13px; }
.research-copy { max-width: 920px; margin: 0 auto; }
.research-copy-section {
  padding: 42px 0;
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 25px;
  border-bottom: 1px solid var(--line);
}
.research-copy-index { color: #aab6c0; font-size: 12px; font-weight: 850; letter-spacing: .14em; }
.research-copy-section h2 {
  margin: 8px 0 18px;
  font-size: clamp(29px, 4vw, 43px);
  line-height: 1.03;
  letter-spacing: -.045em;
}
.research-copy-section p,
.research-copy-section li { color: #465970; font-size: 16px; }
.research-sources {
  margin-top: 70px;
  padding: clamp(26px, 5vw, 50px);
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 55px;
  color: white;
  border-radius: 24px;
  background: #0c2435;
}
.research-sources h2 { margin: 9px 0; font-size: 35px; letter-spacing: -.04em; }
.research-sources p { color: #b6c9d2; font-size: 12px; }
.research-source-list { display: grid; }
.research-source-list a {
  padding: 15px 0;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  color: white;
  border-bottom: 1px solid rgba(255,255,255,.12);
  text-decoration: none;
  font-size: 12px;
}
.research-source-list a:last-child { border-bottom: 0; }
.research-source-list small { display: block; margin-top: 5px; color: #8da7b2; font-size: 9px; word-break: break-all; }
.research-source-list b { color: #73d4c8; white-space: nowrap; font-size: 10px; }

.flagship-head {
  min-height: 650px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 90px max(24px, calc((100vw - 1180px) / 2));
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(350px, .85fr);
  gap: 70px;
  align-items: center;
  color: white;
  background:
    radial-gradient(circle at 82% 18%, rgba(63, 197, 175, .28), transparent 25%),
    linear-gradient(140deg, #071725, #0a3342 62%, #096d68);
}
.flagship-head h1 { color: white; }
.flagship-copy > p { color: #bfd2d9; }
.research-orbit {
  aspect-ratio: 1;
  position: relative;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
}
.research-orbit::before,
.research-orbit::after {
  content: "";
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: inherit;
}
.research-orbit::after { inset: 28%; }
.orbit-core {
  position: absolute;
  inset: 31%;
  display: grid;
  place-items: center;
  align-content: center;
  text-align: center;
  border-radius: 50%;
  background: linear-gradient(145deg, #15a798, #073b46);
  box-shadow: 0 0 70px rgba(54, 206, 181, .25);
}
.orbit-core strong { font-size: clamp(30px, 4vw, 48px); letter-spacing: -.06em; }
.orbit-core span,
.orbit-item span { color: #c2d9dd; font-size: 9px; }
.orbit-item {
  min-width: 118px;
  padding: 13px;
  position: absolute;
  display: grid;
  text-align: center;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 13px;
  background: rgba(5, 27, 39, .87);
  backdrop-filter: blur(9px);
}
.orbit-item strong { color: #f1b45d; font-size: 20px; }
.orbit-a { top: 2%; left: 50%; transform: translateX(-50%); }
.orbit-b { right: -3%; bottom: 23%; }
.orbit-c { left: 2%; bottom: 14%; }

.bottom-line {
  margin: 55px 0;
  padding: clamp(28px, 5vw, 55px);
  border: 1px solid var(--line);
  border-radius: 26px;
  background: white;
  box-shadow: var(--shadow);
}
.bottom-line h2 {
  max-width: 900px;
  margin: 10px 0 14px;
  font-size: clamp(37px, 5.2vw, 62px);
  line-height: 1;
  letter-spacing: -.055em;
}
.bottom-line > p { max-width: 820px; color: var(--muted); font-size: 17px; }
.headline-comparison {
  margin: 38px 0 26px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.headline-comparison > div {
  padding: 24px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  border-radius: 16px;
  background: #eef5f5;
}
.headline-comparison strong { color: var(--teal-dark); font-size: 31px; }
.headline-comparison i { grid-column: 1 / -1; background: #d8e7e6; }
.headline-comparison small { grid-column: 1 / -1; color: var(--muted); }
.bottom-line .copy-finding { color: var(--ink); border-color: var(--line); background: var(--paper); }
.bottom-line .copy-finding.copied { background: var(--teal-soft); }

.finding-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-bottom: 80px;
}
.finding-grid article {
  min-height: 260px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: white;
}
.finding-grid article > span { color: var(--teal); font-size: 10px; font-weight: 850; }
.finding-grid article > strong { margin: auto 0 4px; font-size: 43px; letter-spacing: -.06em; }
.finding-grid h2 { margin: 0 0 8px; font-size: 17px; }
.finding-grid p { margin: 0; color: var(--muted); font-size: 11px; }

.research-chapter {
  min-height: 500px;
  padding: 70px 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr);
  gap: 80px;
  align-items: center;
  border-top: 1px solid var(--line);
}
.research-chapter.reverse .chapter-copy { order: 2; }
.research-chapter.reverse figure { order: 1; }
.chapter-copy h2 {
  margin: 10px 0 20px;
  font-size: clamp(34px, 4.8vw, 55px);
  line-height: 1;
  letter-spacing: -.05em;
}
.chapter-copy p { color: #4d6074; }
.source-constellation,
.category-weave,
.three-axis,
.flagship-rating,
.growth-rings {
  min-height: 390px;
  margin: 0;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(145deg, #0b2031, #0d4a50);
  box-shadow: 0 28px 65px rgba(8, 35, 49, .18);
}
.source-constellation::before,
.source-constellation::after {
  content: "";
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 50%;
}
.source-constellation::after { inset: 27%; }
.constellation-core {
  position: absolute;
  inset: 34%;
  z-index: 2;
  display: grid;
  place-items: center;
  align-content: center;
  color: white;
  text-align: center;
  border-radius: 50%;
  background: var(--teal);
}
.constellation-core strong { font-size: 28px; }
.constellation-core span,
.constellation-label span { font-size: 9px; }
.source-node {
  width: 11px;
  height: 11px;
  position: absolute;
  border-radius: 50%;
  background: #f0b359;
  box-shadow: 0 0 16px rgba(240,179,89,.7);
}
.node-1 { top: 9%; left: 45%; }
.node-2 { top: 24%; right: 12%; }
.node-3 { top: 55%; right: 7%; }
.node-4 { bottom: 10%; right: 30%; }
.node-5 { bottom: 8%; left: 29%; }
.node-6 { top: 58%; left: 9%; }
.node-7 { top: 25%; left: 12%; }
.node-8 { top: 44%; right: 28%; }
.node-9 { bottom: 28%; left: 29%; }
.constellation-label {
  position: absolute;
  right: 18px;
  bottom: 18px;
  padding: 13px;
  display: grid;
  color: white;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 12px;
  background: rgba(4, 22, 32, .8);
}
.constellation-label strong { color: #f1b45d; }

.category-weave { padding: 35px; color: white; }
.category-weave figcaption { display: grid; }
.category-weave figcaption strong { font-size: 28px; }
.category-weave figcaption span { color: #bad0d5; font-size: 10px; }
.weave-lines { height: 210px; margin: 20px 0 0; position: relative; }
.weave-lines i {
  height: 54px;
  position: absolute;
  left: 0;
  right: 0;
  border: 3px solid transparent;
  border-top-color: #35c3b2;
  border-radius: 50%;
  transform: rotate(var(--rotate, 0deg));
}
.weave-lines i:nth-child(2) { top: 31px; --rotate: 6deg; border-top-color: #f0b257; }
.weave-lines i:nth-child(3) { top: 64px; --rotate: -8deg; border-top-color: #4d91c5; }
.weave-lines i:nth-child(4) { top: 98px; --rotate: 4deg; border-top-color: #9d78be; }
.weave-lines i:nth-child(5) { top: 132px; --rotate: -4deg; border-top-color: #df6f62; }
.weave-total {
  position: absolute;
  right: 28px;
  bottom: 24px;
  display: grid;
  text-align: right;
}
.weave-total strong { color: #f1b45d; font-size: 42px; }
.weave-total span { color: #bdd0d5; font-size: 10px; }

.three-axis {
  padding: 28px;
  display: grid;
  gap: 12px;
}
.three-axis > div {
  padding: 22px;
  display: grid;
  grid-template-columns: 1fr auto;
  color: white;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 15px;
  background: rgba(255,255,255,.05);
}
.three-axis span { color: #75d4c8; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.three-axis strong { grid-row: 1 / span 2; grid-column: 2; align-self: center; color: #f1b45d; font-size: 28px; }
.three-axis small { color: #b9ccd3; }

.flagship-rating {
  padding: 30px 35px 24px;
  display: flex;
  gap: 28px;
  align-items: end;
  justify-content: center;
}
.flagship-rating > div {
  width: 35%;
  height: 285px;
  display: grid;
  grid-template-rows: 1fr auto auto;
  gap: 7px;
  color: white;
  text-align: center;
}
.flagship-rating i {
  display: flex;
  align-items: end;
  overflow: hidden;
  border-radius: 14px 14px 4px 4px;
  background: rgba(255,255,255,.08);
}
.flagship-rating i b { width: 100%; height: var(--bar); background: linear-gradient(#44cbbb, #087970); }
.flagship-rating strong { color: #f2b45b; font-size: 31px; }
.flagship-rating span { color: #c0d1d6; font-size: 9px; }
.flagship-rating figcaption {
  padding: 10px;
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 14px;
  color: #acc3ca;
  border-top: 1px solid rgba(255,255,255,.12);
  text-align: center;
  font-size: 9px;
}
.flagship-rating figcaption strong { font-size: inherit; }

.growth-rings {
  padding: 28px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  place-items: center;
}
.growth-rings > div {
  width: min(170px, 100%);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  align-content: center;
  color: white;
  border-radius: 50%;
  background: radial-gradient(circle closest-side, #0c3540 76%, transparent 78% 100%), conic-gradient(#32c2af calc(var(--ring) * 1%), rgba(255,255,255,.1) 0);
}
.growth-rings strong { color: #f2b35a; font-size: 35px; }
.growth-rings span { color: #bdd0d6; font-size: 9px; }

.readiness-panel {
  margin: 50px 0 80px;
  padding: clamp(28px, 5vw, 55px);
  color: white;
  border-radius: 27px;
  background: linear-gradient(145deg, #081a29, #0b3644);
}
.readiness-panel > div:first-child { max-width: 780px; margin-bottom: 34px; }
.readiness-panel h2 { margin: 9px 0; font-size: clamp(35px, 5vw, 58px); letter-spacing: -.05em; line-height: 1; }
.readiness-panel > div:first-child p { color: #b9cdd4; }
.readiness-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.readiness-grid article { min-height: 180px; padding: 20px; border: 1px solid rgba(255,255,255,.13); border-radius: 15px; background: rgba(255,255,255,.05); }
.readiness-grid span { padding: 5px 8px; display: inline-block; border-radius: 99px; font-size: 8px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.readiness-grid .ready span { color: #0c574e; background: #8ce0d1; }
.readiness-grid .pilot span { color: #6d4b12; background: #f3cc88; }
.readiness-grid .hold span { color: #c1d0d6; background: rgba(255,255,255,.12); }
.readiness-grid strong { display: block; margin: 27px 0 8px; font-size: 18px; }
.readiness-grid p { margin: 0; color: #adc1c9; font-size: 10px; }

.method-ledger {
  padding: 60px 0;
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 75px;
  border-top: 1px solid var(--line);
}
.method-ledger h2 { margin: 10px 0; font-size: 45px; letter-spacing: -.05em; line-height: 1; }
.method-ledger ol { margin: 0; padding: 0; list-style: none; counter-reset: method; }
.method-ledger li {
  padding: 18px 0;
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 20px;
  border-bottom: 1px solid var(--line);
}
.method-ledger strong { font-size: 13px; }
.method-ledger p { margin: 0; color: var(--muted); font-size: 12px; }

@media (max-width: 980px) {
  .research-index-head,
  .research-report-head,
  .flagship-head,
  .research-chapter,
  .method-ledger {
    grid-template-columns: 1fr;
  }
  .index-signal { max-width: 330px; }
  .flagship-card { grid-template-columns: 1fr 280px; gap: 30px; }
  .research-card-grid { grid-template-columns: 1fr 1fr; }
  .research-sample,
  .finding-grid { grid-template-columns: 1fr 1fr; }
  .research-sample div:nth-child(2) { border-right: 0; }
  .research-sample div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .scale-stage { grid-template-columns: 190px 1fr; }
  .growth-pair { grid-column: 1 / -1; grid-template-columns: 1fr 1fr; }
  .evidence-mini-grid { grid-template-columns: 1fr 1fr; }
  .evidence-mini-grid div:nth-child(2) { border-right: 0; }
  .evidence-mini-grid div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.12); }
  .flagship-head { margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); }
  .research-orbit { width: min(520px, 90vw); margin: 0 auto; }
  .research-chapter.reverse .chapter-copy,
  .research-chapter.reverse figure { order: initial; }
  .research-chapter figure { width: min(600px, 100%); margin: 0 auto; }
}

@media (max-width: 700px) {
  .research-report,
  .research-library,
  .research-principles,
  .research-index-head,
  .flagship-card {
    width: min(100% - 28px, 1180px);
  }
  .research-index-head { padding-top: 55px; gap: 30px; }
  .research-index-head h1,
  .research-report-head h1,
  .flagship-head h1 { font-size: clamp(43px, 13vw, 64px); }
  .flagship-card { min-height: 0; padding: 30px 24px; grid-template-columns: 1fr; }
  .flagship-mini { min-height: 250px; }
  .research-card-grid,
  .research-principles,
  .headline-comparison,
  .readiness-grid,
  .growth-rings,
  .research-sources { grid-template-columns: 1fr; }
  .research-principles article { border-right: 0; border-bottom: 1px solid var(--line); }
  .research-principles article:last-child { border-bottom: 0; }
  .research-report-head { min-height: 0; padding: 55px 0 35px; gap: 30px; }
  .report-stamp { width: 180px; }
  .research-sample { grid-template-columns: 1fr 1fr; }
  .research-sample div { min-height: 105px; padding: 18px; }
  .research-sample strong { font-size: 24px; }
  .scale-stage { grid-template-columns: 1fr; }
  .scale-orb { width: 200px; margin: 0 auto; }
  .growth-pair { grid-column: auto; grid-template-columns: 1fr 1fr; }
  .gap-bars > div { grid-template-columns: 1fr; }
  .gap-bars small { grid-column: 1; }
  .evidence-mini-grid { grid-template-columns: 1fr; }
  .evidence-mini-grid div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .figure-foot { align-items: flex-start; flex-direction: column; }
  .research-reading-rule,
  .research-copy-section { grid-template-columns: 1fr; }
  .research-copy-index { margin-bottom: -10px; }
  .research-sources { gap: 25px; }
  .flagship-head { min-height: 0; padding-top: 65px; padding-bottom: 65px; }
  .research-orbit { width: min(400px, 88vw); }
  .orbit-item { min-width: 98px; padding: 9px; }
  .orbit-item strong { font-size: 16px; }
  .finding-grid { grid-template-columns: 1fr 1fr; }
  .finding-grid article { min-height: 220px; }
  .research-chapter { min-height: 0; padding: 55px 0; gap: 35px; }
  .source-constellation,
  .category-weave,
  .three-axis,
  .flagship-rating,
  .growth-rings { min-height: 340px; }
  .method-ledger { gap: 24px; }
  .method-ledger li { grid-template-columns: 1fr; gap: 5px; }
}

@media (max-width: 460px) {
  .research-sample,
  .finding-grid { grid-template-columns: 1fr; }
  .research-sample div { border-right: 0; border-bottom: 1px solid var(--line); }
  .research-sample div:last-child { border-bottom: 0; }
  .evidence-mini-grid { grid-template-columns: 1fr; }
  .rating-columns { gap: 14px; }
  .rating-columns > div { width: 47%; }
  .growth-pair { grid-template-columns: 1fr; }
  .research-orbit { width: 315px; }
  .orbit-core strong { font-size: 29px; }
  .orbit-item { min-width: 82px; }
  .orbit-b { right: -2%; bottom: 17%; }
  .orbit-c { left: -1%; bottom: 9%; }
  .flagship-rating { padding-left: 20px; padding-right: 20px; }
  .flagship-rating > div { width: 42%; }
}

/* Research centre, issue 02 */
.research-signal-board,
.research-data-room,
.research-table-section {
  width: min(1180px, calc(100% - 48px));
  margin-left: auto;
  margin-right: auto;
}

.research-signal-board {
  margin-top: -18px;
  margin-bottom: 28px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  color: white;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 22px;
  background: #081d2d;
  box-shadow: 0 30px 80px rgba(7, 32, 47, .17);
}
.research-signal-board article {
  min-height: 185px;
  padding: 25px;
  position: relative;
  border-right: 1px solid rgba(255,255,255,.1);
  background:
    radial-gradient(circle at 95% 0, rgba(50, 197, 174, .14), transparent 42%),
    linear-gradient(145deg, rgba(255,255,255,.025), transparent);
}
.research-signal-board article:last-child { border-right: 0; }
.research-signal-board article::after {
  content: "";
  width: 56px;
  height: 3px;
  position: absolute;
  left: 25px;
  bottom: 21px;
  border-radius: 99px;
  background: linear-gradient(90deg, #2ec4b0, #efa94a);
}
.research-signal-board span {
  color: #7fd7cd;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.research-signal-board strong {
  margin: 25px 0 4px;
  display: block;
  color: #f5b75f;
  font-size: clamp(30px, 3.2vw, 46px);
  letter-spacing: -.06em;
}
.research-signal-board p {
  max-width: 180px;
  margin: 0;
  color: #b8cdd5;
  font-size: 11px;
  line-height: 1.45;
}

.research-library-head {
  align-items: end;
}
.research-filters {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.research-filters button {
  padding: 9px 13px;
  color: #52687c;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: white;
  font-size: 10px;
  font-weight: 750;
}
.research-filters button:hover,
.research-filters button.active {
  color: white;
  border-color: var(--navy);
  background: var(--navy);
}
.research-card[hidden] { display: none; }
.research-card-number {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.research-card-number b {
  padding: 5px 7px;
  color: #73450b;
  border-radius: 99px;
  background: #ffe0a9;
  font-size: 8px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.research-card:nth-child(4n+1) .research-card-badge { background: linear-gradient(145deg, #0a3347, #0c9e8f); }
.research-card:nth-child(4n+2) .research-card-badge { background: linear-gradient(145deg, #18314b, #4e79a5); }
.research-card:nth-child(4n+3) .research-card-badge { background: linear-gradient(145deg, #533826, #d58a38); }
.research-card:nth-child(4n+4) .research-card-badge { background: linear-gradient(145deg, #233650, #8069a6); }
.research-card-finding {
  margin: 13px 0;
  color: #31475e !important;
  font-size: 14px !important;
  line-height: 1.45;
}
.research-card-meta {
  margin-top: auto;
  padding-top: 15px;
  color: #8493a2;
  border-top: 1px solid #edf0f2;
  font-size: 9px;
}
.research-card .research-card-meta + .card-action { margin-top: 14px; }

.research-data-room {
  margin-bottom: 24px;
  padding: clamp(28px, 5vw, 55px);
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 65px;
  color: white;
  border-radius: 26px;
  background:
    radial-gradient(circle at 10% 100%, rgba(220, 139, 49, .2), transparent 32%),
    linear-gradient(140deg, #091a2a, #0b3d48);
  box-shadow: 0 28px 75px rgba(7, 32, 47, .18);
}
.research-data-room h2 {
  margin: 10px 0 14px;
  font-size: clamp(34px, 4.6vw, 54px);
  line-height: 1;
  letter-spacing: -.05em;
}
.research-data-room > div:first-child p {
  margin-bottom: 24px;
  color: #b8ccd3;
  font-size: 14px;
}
.data-room-files {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.data-room-files a {
  min-height: 145px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  color: white;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 15px;
  background: rgba(255,255,255,.055);
  text-decoration: none;
  transition: background .2s ease, transform .2s ease;
}
.data-room-files a:hover { transform: translateY(-3px); background: rgba(255,255,255,.1); }
.data-room-files span { color: #75d5c9; font-size: 9px; font-weight: 850; }
.data-room-files strong { margin-top: auto; font-size: 16px; }
.data-room-files small { margin-top: 5px; color: #a9bec7; font-size: 9px; }

.figure-actions {
  display: flex;
  gap: 8px;
  align-items: center;
}
.figure-download {
  padding: 10px 13px;
  color: white;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 7px;
  background: rgba(255,255,255,.08);
  text-decoration: none;
  white-space: nowrap;
}
.figure-download:hover { background: rgba(255,255,255,.16); }

.registry-stack {
  height: 116px;
  margin: 40px 0 26px;
  display: flex;
  gap: 4px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 16px;
  background: rgba(255,255,255,.04);
}
.registry-stack > i {
  width: var(--share);
  min-width: 7px;
  padding: 14px;
  display: flex;
  align-items: end;
  overflow: hidden;
  font-style: normal;
}
.registry-stack span {
  display: grid;
  color: rgba(255,255,255,.75);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.registry-stack b { color: white; font-size: 19px; letter-spacing: -.04em; }
.registry-other { background: #33495c; }
.registry-sec { background: #2c8f84; }
.registry-fdic { background: #4c7ca6; }
.registry-ncua { background: #d38b43; }
.registry-occ { background: #8c6bad; }
.registry-occ span { display: none; }
.registry-field-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.registry-field-grid article {
  min-height: 150px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  background: rgba(255,255,255,.045);
}
.registry-field-grid span {
  color: #76d6ca;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .12em;
}
.registry-field-grid strong {
  margin: 22px 0 3px;
  display: block;
  color: #f2b45c;
  font-size: 30px;
}
.registry-field-grid p { margin: 0; color: white; font-size: 11px; }
.registry-field-grid small { margin-top: 8px; display: block; color: #9fb6bf; font-size: 8px; }
.registry-field-grid .registry-warning { border-color: rgba(242,180,92,.35); background: rgba(194,124,46,.08); }

.overlap-stage {
  margin-top: 38px;
  display: grid;
  grid-template-columns: 270px 1fr;
  gap: 50px;
  align-items: center;
}
.overlap-meter {
  aspect-ratio: 1;
  padding: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: conic-gradient(#35c4b1 0 91.6%, rgba(255,255,255,.09) 91.6% 100%);
  box-shadow: 0 0 70px rgba(43, 194, 175, .15);
}
.overlap-meter > div {
  width: 100%;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  align-content: center;
  color: white;
  border-radius: 50%;
  background: #0b2c3a;
  text-align: center;
}
.overlap-meter strong { color: #f3b45b; font-size: 44px; letter-spacing: -.06em; }
.overlap-meter span { font-size: 11px; font-weight: 800; }
.overlap-meter small { margin-top: 5px; color: #9fb7c0; font-size: 8px; }
.overlap-pairs { display: grid; gap: 16px; }
.overlap-pairs > div {
  display: grid;
  grid-template-columns: minmax(160px, 1fr) minmax(150px, 1.7fr) 52px;
  gap: 15px;
  align-items: center;
}
.overlap-pairs span { color: #c3d3d9; font-size: 10px; }
.overlap-pairs i {
  height: 9px;
  overflow: hidden;
  border-radius: 99px;
  background: rgba(255,255,255,.09);
}
.overlap-pairs i b {
  width: var(--bar);
  height: 100%;
  display: block;
  border-radius: inherit;
  background: linear-gradient(90deg, #2fbca9, #ecaa50);
}
.overlap-pairs strong { color: white; font-size: 15px; text-align: right; }
.overlap-footnote {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
}
.overlap-footnote span { padding: 16px; color: #adc2ca; border-right: 1px solid rgba(255,255,255,.1); font-size: 9px; text-align: center; }
.overlap-footnote span:last-child { border-right: 0; }
.overlap-footnote b { display: block; color: #78d8cc; font-size: 22px; }

.quartile-comparison {
  margin-top: 38px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.quartile-comparison article {
  padding: 24px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 17px;
  background: rgba(255,255,255,.045);
}
.quartile-comparison header { display: flex; justify-content: space-between; gap: 16px; }
.quartile-comparison header span { color: #7bd8cc; font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.quartile-comparison header strong { color: #f1b258; font-size: 15px; }
.quartile-track {
  height: 250px;
  margin-top: 24px;
  position: relative;
  border-left: 1px solid rgba(255,255,255,.12);
  border-bottom: 1px solid rgba(255,255,255,.12);
  background: repeating-linear-gradient(to top, transparent 0 49px, rgba(255,255,255,.055) 50px);
}
.quartile-track::before {
  content: "Website match";
  position: absolute;
  left: 8px;
  top: 8px;
  color: #7f99a4;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.quartile-line {
  height: 3px;
  position: absolute;
  left: 18%;
  right: 18%;
  bottom: var(--from-y);
  background: linear-gradient(90deg, #3dc8b6, #f2b45b);
  transform: rotate(var(--angle));
  transform-origin: left center;
}
.quartile-from,
.quartile-to {
  position: absolute;
  bottom: var(--from-y);
  display: grid;
}
.quartile-from { left: 4%; }
.quartile-to { right: 3%; bottom: var(--to-y); text-align: right; }
.quartile-from::before,
.quartile-to::before {
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  top: -11px;
  border: 3px solid #0c3342;
  border-radius: 50%;
  background: #39c5b3;
}
.quartile-to::before { right: 0; background: #f1b157; }
.quartile-track b { color: white; font-size: 25px; }
.quartile-track small { color: #9fb6c0; font-size: 8px; line-height: 1.45; }
.size-gap-note {
  margin-top: 14px;
  padding: 18px 20px;
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 20px;
  color: #17384a;
  border-radius: 13px;
  background: #daf2ed;
}
.size-gap-note strong { font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.size-gap-note p { margin: 0; font-size: 11px; }

.readiness-plot {
  height: 520px;
  margin-top: 36px;
  position: relative;
  border-left: 1px solid rgba(255,255,255,.16);
  border-bottom: 1px solid rgba(255,255,255,.16);
  background:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 25% 25%;
}
.plot-y-label,
.plot-x-label {
  position: absolute;
  color: #8ca6b1;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.plot-y-label { left: 9px; top: 9px; }
.plot-x-label { right: 8px; bottom: 8px; }
.plot-dot {
  width: var(--dot);
  height: var(--dot);
  position: absolute;
  left: var(--left);
  bottom: var(--bottom);
  display: grid;
  place-items: center;
  align-content: center;
  z-index: 2;
  color: white;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(53,196,177,.95), rgba(10,89,93,.95));
  box-shadow: 0 8px 24px rgba(4, 20, 31, .35);
  text-align: center;
  transform: translate(-50%, 50%);
  transition: z-index 0s, transform .2s ease, box-shadow .2s ease;
}
.plot-dot:nth-of-type(even) { background: linear-gradient(145deg, rgba(235,170,79,.98), rgba(139,82,34,.96)); }
.plot-dot:hover,
.plot-dot:focus-within {
  z-index: 5;
  transform: translate(-50%, 50%) scale(1.16);
  box-shadow: 0 13px 34px rgba(4, 20, 31, .5);
}
.plot-dot b { max-width: 80%; font-size: 9px; line-height: 1.05; }
.plot-dot small {
  min-width: 145px;
  padding: 7px 9px;
  position: absolute;
  left: 50%;
  top: calc(100% + 7px);
  display: none;
  color: #132c3c;
  border-radius: 7px;
  background: white;
  box-shadow: 0 8px 24px rgba(4,20,31,.25);
  font-size: 8px;
  transform: translateX(-50%);
}
.plot-dot:hover small { display: block; }
.readiness-callout {
  width: min(390px, 90%);
  margin: -50px 0 0 auto;
  padding: 20px;
  position: relative;
  z-index: 6;
  color: #153548;
  border-radius: 15px;
  background: #e8f5f2;
  box-shadow: 0 18px 40px rgba(4, 20, 31, .2);
}
.readiness-callout span { color: #34746f; font-size: 8px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.readiness-callout strong { margin: 8px 0 3px; display: block; font-size: 28px; letter-spacing: -.05em; }
.readiness-callout p { margin: 0; font-size: 10px; }

.research-table-section {
  margin-top: 28px;
  margin-bottom: 34px;
  padding: clamp(24px, 4vw, 42px);
  display: grid;
  grid-template-columns: .55fr 1.45fr;
  gap: 38px;
  border: 1px solid var(--line);
  border-radius: 21px;
  background: white;
  box-shadow: 0 18px 55px rgba(7, 32, 47, .08);
}
.research-table-section h2 {
  margin: 10px 0;
  font-size: clamp(27px, 3vw, 38px);
  line-height: 1.03;
  letter-spacing: -.045em;
}
.research-table-scroll { overflow-x: auto; }
.research-data-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 11px;
}
.research-data-table th,
.research-data-table td {
  padding: 12px 10px;
  border-bottom: 1px solid #e9edf0;
  text-align: right;
  white-space: nowrap;
}
.research-data-table thead th {
  color: #758697;
  font-size: 8px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.research-data-table th:first-child,
.research-data-table td:first-child { text-align: left; }
.research-data-table tbody th { color: #243d53; font-weight: 750; }
.research-data-table tbody tr:last-child th,
.research-data-table tbody tr:last-child td { border-bottom: 0; }

@media (max-width: 980px) {
  .research-signal-board { grid-template-columns: 1fr 1fr; }
  .research-signal-board article:nth-child(2) { border-right: 0; }
  .research-signal-board article:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.1); }
  .research-data-room,
  .research-table-section { grid-template-columns: 1fr; gap: 30px; }
  .registry-field-grid { grid-template-columns: 1fr 1fr; }
  .overlap-stage { grid-template-columns: 220px 1fr; gap: 30px; }
  .quartile-comparison { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .research-signal-board,
  .research-data-room,
  .research-table-section {
    width: min(100% - 28px, 1180px);
  }
  .research-library-head { align-items: flex-start; }
  .research-filters { justify-content: flex-start; }
  .research-signal-board article { min-height: 155px; padding: 20px; }
  .research-signal-board article::after { left: 20px; }
  .research-card-meta { font-size: 8px; }
  .research-data-room { padding: 27px 22px; }
  .data-room-files { grid-template-columns: 1fr; }
  .data-room-files a { min-height: 110px; }
  .registry-stack { height: 165px; align-items: stretch; }
  .registry-stack > i { padding: 8px; }
  .registry-stack b { font-size: 14px; }
  .registry-stack .registry-ncua span { display: none; }
  .registry-field-grid { grid-template-columns: 1fr 1fr; }
  .registry-field-grid article { min-height: 135px; }
  .overlap-stage { grid-template-columns: 1fr; }
  .overlap-meter { width: 220px; margin: 0 auto; }
  .overlap-pairs > div { grid-template-columns: 1fr 1.2fr 45px; gap: 9px; }
  .overlap-footnote { grid-template-columns: 1fr; }
  .overlap-footnote span { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .overlap-footnote span:last-child { border-bottom: 0; }
  .quartile-comparison article { padding: 19px; }
  .size-gap-note { grid-template-columns: 1fr; gap: 7px; }
  .readiness-plot { height: 430px; }
  .plot-dot { width: min(var(--dot), 56px); height: min(var(--dot), 56px); }
  .plot-dot b { font-size: 7px; }
  .readiness-callout { margin-top: 14px; }
  .research-table-section { padding: 24px 18px; }
  .figure-foot .figure-actions { width: 100%; flex-wrap: wrap; }
}

@media (max-width: 460px) {
  .research-signal-board { grid-template-columns: 1fr; }
  .research-signal-board article { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .research-signal-board article:last-child { border-bottom: 0; }
  .registry-field-grid { grid-template-columns: 1fr; }
  .registry-stack .registry-sec span,
  .registry-stack .registry-fdic span { display: none; }
  .overlap-pairs > div { grid-template-columns: 1fr 42px; }
  .overlap-pairs i { grid-column: 1 / -1; grid-row: 2; }
  .overlap-pairs strong { grid-column: 2; grid-row: 1; }
  .quartile-comparison header { display: grid; }
  .quartile-track { height: 230px; }
  .readiness-plot { height: 390px; }
  .dot-business b,
  .dot-investing b { display: none; }
}


/* Research lineage bridge */
.research-lineage {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto 28px;
  padding: clamp(26px, 4vw, 44px);
  display: grid;
  grid-template-columns: minmax(220px, .68fr) minmax(0, 1.32fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: radial-gradient(circle at 0 100%, rgba(31, 181, 161, .12), transparent 34%), white;
  box-shadow: 0 22px 58px rgba(9, 39, 55, .08);
}
.research-lineage h2 {
  max-width: 430px;
  margin: 12px 0 0;
  font-size: clamp(29px, 3.8vw, 45px);
  line-height: 1.02;
  letter-spacing: -.045em;
}
.lineage-flow {
  display: grid;
  grid-template-columns: 1fr 34px 1fr;
  gap: 10px;
  align-items: stretch;
}
.lineage-flow > article {
  min-height: 205px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  border: 1px solid #dfe8e8;
  border-radius: 16px;
  background: #f7faf9;
}
.lineage-flow > i {
  display: grid;
  place-items: center;
  color: var(--teal);
  font-size: 24px;
  font-style: normal;
}
.lineage-flow article > span {
  color: var(--teal-dark);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.lineage-flow article p {
  margin: 20px 0;
  color: #40566b;
  font-size: 13px;
}
.lineage-flow article a {
  margin-top: auto;
  color: var(--teal-dark);
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
}
.lineage-flow .lineage-result {
  min-height: 0;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 22px;
  align-items: center;
  color: white;
  border-color: transparent;
  background: linear-gradient(135deg, #0a2435, #0b766f);
}
.lineage-result span { color: #80d9cf !important; }
.lineage-result strong {
  color: white;
  font-size: 18px;
  line-height: 1.35;
}
@media (max-width: 860px) {
  .research-lineage { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .research-lineage { width: min(100% - 28px, 1180px); padding: 22px; }
  .lineage-flow { grid-template-columns: 1fr; }
  .lineage-flow > i { min-height: 26px; }
  .lineage-flow .lineage-result {
    grid-column: auto;
    grid-template-columns: 1fr;
    gap: 9px;
  }
}


/* State coverage evidence */
.geo-title > div:last-child { display: block; }
.geo-title > div:last-child > p { margin: 0; color: #a8bac3; }
.state-match-summary { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; margin-top: 20px; }
.state-match-summary > div { padding: 13px 14px; border: 1px solid rgba(255,255,255,.16); border-radius: 12px; background: rgba(255,255,255,.06); }
.state-match-summary strong { display: block; color: white; font: 25px Georgia, serif; }
.state-match-summary span { display: block; margin-top: 3px; color: #b9cad2; font-size: 10px; line-height: 1.35; }
.state-provider-result { min-width: 0; display: flex; flex-direction: column; }
.state-provider-result .provider-card { flex: 1; border-top-left-radius: 0; border-top-right-radius: 0; }
.state-evidence-strip { min-height: 43px; display: flex; align-items: center; gap: 6px; flex-wrap: wrap; padding: 9px 12px; border: 1px solid var(--line); border-bottom: 0; border-radius: var(--radius) var(--radius) 0 0; background: #f4f7f5; }
.state-evidence-badge { padding: 6px 8px; border-radius: 999px; font-size: 9px; font-weight: 850; line-height: 1; }
.state-evidence-badge.coverage { color: #0d625b; background: #dff4ef; }
.state-evidence-badge.permission { color: #263d78; background: #e6ecff; }
.state-evidence-badge.headquarters { color: #6b3b20; background: #f9e9d8; }
.state-evidence-badge.unresolved { color: #6b5a35; background: #f6efd9; }

@media (max-width: 720px) {
  .state-match-summary { grid-template-columns: 1fr; }
  .state-match-summary > div { display: flex; align-items: center; gap: 10px; }
  .state-match-summary strong { font-size: 21px; }
  .state-match-summary span { margin-top: 0; }
}

/* Attributed category and guide sources */
.industry-source-panel {
  width: var(--page);
  margin: 36px auto 72px;
  padding: 32px;
  border: 1px solid #d3ddd9;
  border-radius: 20px;
  background: linear-gradient(145deg, #f7f3e9 0%, #e8f2ee 100%);
  box-shadow: 0 18px 45px rgba(7, 23, 41, .07);
}
.industry-source-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: start;
  margin-bottom: 24px;
}
.industry-source-heading h2 {
  margin: 7px 0 9px;
  font-size: clamp(31px, 3.8vw, 48px);
  line-height: .98;
  letter-spacing: -.045em;
}
.industry-source-heading p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}
.industry-source-heading time {
  padding: 9px 11px;
  border: 1px solid #c3d4ce;
  border-radius: 999px;
  color: #3f625c;
  background: rgba(255, 255, 255, .66);
  font-size: 9px;
  font-weight: 850;
  white-space: nowrap;
}
.industry-source-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(225px, 1fr));
  gap: 10px;
}
.industry-source-card {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  padding: 20px;
  border: 1px solid #d5dfdb;
  border-radius: 15px;
  color: var(--ink);
  background: rgba(255, 255, 255, .83);
  text-decoration: none;
  transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}
.industry-source-card:hover {
  transform: translateY(-2px);
  border-color: #7db3ad;
  box-shadow: 0 14px 26px rgba(7, 23, 41, .08);
}
.industry-source-card > span {
  color: var(--coral-dark);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.industry-source-card > strong {
  margin: 10px 0 11px;
  color: var(--deep);
  font-size: 17px;
  line-height: 1.25;
}
.industry-source-card > p {
  margin: 0 0 13px;
  color: #40566b;
  font-size: 11px;
  line-height: 1.5;
}
.industry-source-card > small {
  margin-top: auto;
  padding-top: 13px;
  border-top: 1px solid #e0e6e2;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.45;
}
.industry-source-card > i {
  margin-top: 13px;
  color: var(--teal-dark);
  font-size: 9px;
  font-style: normal;
  font-weight: 850;
}
.industry-source-disclosure {
  margin: 17px 0 0;
  color: var(--muted);
  font-size: 10px;
}

@media (max-width: 720px) {
  .industry-source-panel { margin: 24px auto 54px; padding: 22px; }
  .industry-source-heading { grid-template-columns: 1fr; gap: 13px; }
  .industry-source-heading time { width: fit-content; }
  .industry-source-grid { grid-template-columns: 1fr; }
  .industry-source-card { min-height: 0; }
}
