:root {
  --home-paper: #f7f9fc;
  --home-surface: #fbfcfe;
  --home-ink: #071c3d;
  --home-copy: #53657e;
  --home-rule: #cbd5e2;
  --home-rule-strong: #9eafc2;
  --home-blue: #075ee8;
  --home-gold: #c99c38;
  --home-muted-readable: #53657e;
  --home-gold-readable: #76530f;
  --home-navy: #03244a;
  --home-deep: #021b37;
  --home-serif: "Source Han Serif SC", "Noto Serif SC", "Songti SC", STSong, serif;
  --home-sans: "Noto Sans SC Variable", "Microsoft YaHei", sans-serif;
  --home-mono: "JetBrains Mono Variable", Consolas, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  padding-top: 78px !important;
  overflow-x: hidden;
  background: var(--home-paper);
  color: var(--home-ink);
  font-family: var(--home-sans);
  -webkit-font-smoothing: antialiased;
}
body.lang-en { letter-spacing: 0; }
img { max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
[hidden] { display: none !important; }
.home-v2-main { overflow: clip; }
.page-shell { width: min(1320px, calc(100% - 96px)); margin-inline: auto; }
.institution-section { position: relative; padding: clamp(88px, 8vw, 132px) 0; border-top: 1px solid var(--home-rule); }
.institution-section::before,
.institution-section::after { content: ""; position: absolute; top: 0; width: 22px; height: 1px; background: var(--home-blue); }
.institution-section::before { left: max(24px, calc((100vw - 1320px) / 2)); }
.institution-section::after { right: max(24px, calc((100vw - 1320px) / 2)); }
.skip-link { position: fixed; top: -80px; left: 24px; z-index: 3000; padding: 12px 18px; background: var(--home-deep); color: #fff; }
.skip-link:focus { top: 16px; }

.dc-site-nav { height: 78px !important; background: rgba(250,252,255,.96) !important; border-bottom: 1px solid #d7dee8 !important; backdrop-filter: blur(18px) !important; box-shadow: none !important; }
.dc-site-nav.scrolled { background: rgba(250,252,255,.985) !important; box-shadow: 0 10px 30px rgba(7,28,61,.08) !important; }
.dc-nav-inner { width: min(1360px, calc(100% - 72px)) !important; min-height: 78px !important; grid-template-columns: minmax(238px,auto) minmax(0,1fr) auto !important; gap: 24px !important; }
.dc-nav-brand { color: var(--home-ink) !important; }
.dc-nav-logo-lockup { display: block; width: 210px; height: auto; object-fit: contain; }
.dc-nav-links { gap: clamp(18px, 2vw, 34px) !important; }
.dc-nav-links > a { min-height: 78px !important; color: #13243d !important; font-size: 13px !important; font-weight: 650 !important; letter-spacing: .02em !important; }
.dc-nav-links > a:hover, .dc-nav-links > a.is-active { color: var(--home-blue) !important; }
.dc-nav-actions { gap: 14px !important; }
.dc-lang-trigger { width: 46px !important; height: 46px !important; border: 0 !important; border-radius: 0 !important; background: transparent !important; color: var(--home-ink) !important; }
.dc-lang-trigger .current-lang { display: none; }
.dc-lang-globe { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }
.dc-lang-trigger:hover, .dc-lang-trigger[aria-expanded="true"] { background: transparent !important; color: var(--home-blue) !important; box-shadow: none; }
.dc-nav-cta { position: relative; height: 48px !important; min-width: 142px !important; overflow: hidden; border: 1px solid var(--home-ink) !important; border-radius: 2px !important; background: var(--home-ink) !important; box-shadow: 0 12px 28px rgba(7,28,61,.16) !important; font-weight: 700 !important; letter-spacing: .06em; transition: background .22s ease, border-color .22s ease, transform .22s ease, box-shadow .22s ease !important; }
.dc-nav-cta::after { content: none !important; }
.dc-site-nav .dc-nav-cta:hover { color:#fff !important; border-color:var(--home-ink) !important; background:var(--home-ink) !important; transform:translateY(-2px); box-shadow:0 15px 28px rgba(7,28,61,.23) !important; text-decoration:none !important; }
.dc-site-nav .dc-nav-cta:active { color:#fff !important; background:var(--home-ink) !important; transform:translateY(0) scale(.98); box-shadow:0 4px 10px rgba(7,28,61,.16) !important; }
.dc-mobile-nav-toggle { color: var(--home-ink) !important; }

.hero { position: relative; min-height: calc(100svh - 78px); padding: clamp(28px, 3.2vw, 48px) 0 0; background: var(--home-paper); }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 78% 43%, rgba(189,211,239,.28), transparent 42%); }
.hero-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .9fr) minmax(590px, 1.1fr); align-items: center; gap: 8px; min-height: 590px; }
.hero-copy { position: relative; z-index: 5; padding: 0 0 32px; }
.hero-kicker { margin: 0 0 38px; color: #6d84a2; font-size: 14px; letter-spacing: .08em; }
.hero-kicker::before { content: ""; display: inline-block; width: 2px; height: 17px; margin-right: 18px; vertical-align: -3px; background: var(--home-blue); }
.hero h1 { margin: 0; max-width: 650px; color: var(--home-ink); font-family: var(--home-serif); font-size: clamp(52px, 4.45vw, 76px); font-weight: 700; line-height: 1.22; letter-spacing: -.035em; }
.hero-line { display: block; white-space: nowrap; }
body.lang-en .hero h1 { font-family: var(--home-sans); font-size: clamp(42px, 3.7vw, 66px); line-height: 1.08; }
body.lang-en .hero-line { white-space: normal; }
.hero-desc { max-width: 520px; margin: 22px 0 0; color: var(--home-copy); font-size: 16px; line-height: 1.85; }
.hero-pill-badge { display: inline-flex; align-items: center; gap: 9px; color: #3e526d; font-weight: 600; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 28px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 32px; border: 1px solid transparent; border-radius: 3px; text-decoration: none; font: 700 15px/1 var(--home-sans); cursor: pointer; transition: transform .22s ease, background-color .22s ease, border-color .22s ease, color .22s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { min-width: 240px; background: var(--home-ink); color: #fff; }
.button-primary:hover { background: #0b376d; }
.button-link { padding-inline: 18px; background: transparent; color: var(--home-ink); }
.hero-ring-stage { position: relative; width: 100%; min-height: 590px; margin: 0; isolation: isolate; overflow: visible; }
.hero-ring-stage::before { content: ""; position: absolute; inset: 4% -12% 1% -5%; z-index: -2; background: radial-gradient(ellipse at 56% 50%, rgba(185,211,245,.2), rgba(224,234,247,.08) 46%, transparent 73%); }
#hero-flow-canvas { position: absolute; z-index: 1; top: -5%; left: -6%; width: calc(106% + clamp(130px, 10vw, 170px)); height: 110%; pointer-events: none; }
.ring-callout { position: absolute; z-index: 4; min-height: 48px; display: inline-flex; align-items: center; gap: 10px; margin: 0; padding: 0 15px 0 13px; border: 1px solid rgba(151,174,201,.72); border-radius: 6px; background: rgba(252,253,255,.96); color: var(--home-ink); font-family: var(--home-sans); font-size: 14px; line-height: 1; cursor: pointer; transition: color .28s ease, transform .44s cubic-bezier(.16,1,.3,1), border-color .28s ease, box-shadow .38s ease, background-color .28s ease; }
.ring-callout::after { content: ""; position: absolute; top: 7px; right: 7px; width: 4px; height: 4px; border-radius: 50%; background: #0e69c6; opacity: 0; transform: scale(.35); transition: opacity .22s ease, transform .34s cubic-bezier(.16,1,.3,1), box-shadow .34s ease; }
.ring-callout strong { font-weight: 650; letter-spacing: .01em; white-space: nowrap; }
.ring-callout-mark { width: 27px; height: 27px; flex: 0 0 27px; display: grid; place-items: center; color: #2a73c8; }
.ring-callout-mark svg { width: 24px; height: 24px; overflow: visible; fill: none; stroke: currentColor; stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }
.ring-callout:hover, .ring-callout.is-active { border-color: rgba(29,105,193,.48); background-color: #fff; color: #0e69c6; transform: translateY(-1px); box-shadow: 0 12px 24px rgba(20,67,124,.08); }
.ring-callout.is-pinned { border-color: rgba(14,105,198,.64); background: #f8fbff; color: #0e69c6; }
.ring-callout.is-pinned::after { opacity: 1; transform: scale(1); box-shadow: 0 0 0 4px rgba(14,105,198,.09); }
.ring-callout:focus-visible { border-color: #176fc9; color: #0e69c6; outline: 2px solid rgba(23,111,201,.2); outline-offset: 3px; }
.ring-callout:hover .ring-callout-mark, .ring-callout:focus-visible .ring-callout-mark, .ring-callout.is-active .ring-callout-mark { color: #0e69c6; }
.ring-callout-a { left: 4%; top: 13%; }
.ring-callout-b { right: 0; top: 16%; }
.ring-callout-c { left: 4%; bottom: 13%; }
.ring-callout-d { right: 1%; bottom: 12%; }
.hero-proof { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 26px; padding: 16px 0 32px; }
.proof-item { min-height: 118px; display: flex; align-items: center; gap: 18px; padding: 18px 24px; border: 1px solid #e2e9f2; border-radius: 14px; background: rgba(255,255,255,.96); box-shadow: 0 18px 42px rgba(24,57,96,.09); text-align: left; }
.proof-icon { width: 66px; height: 66px; flex: 0 0 66px; display: grid; place-items: center; border: 6px solid #edf3fb; border-radius: 50%; background: #07346c; box-shadow: 0 9px 20px rgba(7,52,108,.2); }
.proof-icon svg { width: 38px; height: 38px; fill: none; stroke: #efbd45; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.proof-copy { min-width: 0; display: flex; flex-direction: column; gap: 9px; }
.proof-val { color: var(--home-ink); font: 700 clamp(27px, 2.4vw, 39px)/1 var(--home-sans); letter-spacing: -.025em; white-space: nowrap; }
.proof-label { color: #50647e; font-size: 14px; white-space: nowrap; }
.proof-label::after { content: ""; display: block; width: 22px; height: 2px; margin-top: 9px; background: var(--home-gold); }
.hero-proof-methodology{position:relative;z-index:2;display:flex;justify-content:flex-end;margin:-20px auto 28px}.hero-proof-methodology a{color:#315f93;font-size:13px;line-height:1.7;text-underline-offset:4px}.hero-proof-methodology a:hover{color:#07346c}.hero-proof-methodology a:focus-visible{outline:2px solid #0865ec;outline-offset:4px}
.trust-strip { border-block: 1px solid var(--home-rule); background: #f4f7fb; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid p { margin: 0; padding: 21px 24px; border-right: 1px solid var(--home-rule); color: #304660; text-align: center; font-size: 13px; font-weight: 650; letter-spacing: .03em; }
.trust-grid p:last-child { border-right: 0; }

.section-heading { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 24px; margin-bottom: 46px; }
.section-heading > p { grid-column: 2; grid-row: 1; margin: 0 0 8px; color: #607793; font: 11px/1 var(--home-mono); letter-spacing: .1em; text-transform: uppercase; }
.section-heading h2, .service-directory-intro h2 { grid-column: 1; grid-row: 1; margin: 0; color: var(--home-ink); font-family: var(--home-sans); font-size: clamp(34px, 3vw, 50px); font-weight: 750; line-height: 1.15; letter-spacing: -.04em; }
.subsection-heading { margin: 70px 0 30px; border-bottom: 1px solid var(--home-rule); }
.subsection-heading h3 { display: inline-block; margin: 0 0 -1px; padding: 0 24px 18px 0; border-bottom: 2px solid var(--home-blue); color: var(--home-ink); font-family: var(--home-sans); font-size: clamp(28px, 2.4vw, 40px); font-weight: 750; }

/* Homepage service directory: selected concept, 2026-09-04. */
.services-section {
  --service-directory-ink: #14212c;
  --service-directory-copy: #4c5c6b;
  --service-directory-rule: #cbd3dd;
  padding-block: 76px 40px;
  background: #f8fafc;
  scroll-margin-top: 78px;
}
.services-section::before, .services-section::after { content: none; }
.service-directory {
  display: grid;
  grid-template-columns: minmax(0, .35fr) minmax(0, .65fr);
  column-gap: clamp(48px, 5.3vw, 80px);
  row-gap: 40px;
  align-items: start;
}
.service-directory-intro { min-width: 0; padding-top: 32px; }
.service-directory-description {
  max-width: 360px;
  margin: 36px 0 0;
  color: var(--service-directory-copy);
  font-size: 20px;
  line-height: 1.9;
}
.service-directory-contact {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  min-height: 60px;
  margin-top: 48px;
  padding: 16px 28px;
  border-radius: 2px;
  background: var(--service-directory-ink);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .18s ease;
}
.service-directory-contact img { flex: none; filter: brightness(0) invert(1); }
.service-directory-contact:hover { background: #274052; }
.service-directory-list { min-width: 0; margin: 0; padding: 0; list-style: none; }
.service-directory-list > li { border-top: 1px solid var(--service-directory-rule); }
.service-directory-link {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 26px;
  gap: 28px;
  align-items: center;
  min-height: 144px;
  padding-block: 32px;
  color: var(--service-directory-ink);
  text-decoration: none;
}
.service-directory-link h3 {
  margin: 0;
  color: inherit;
  font: 650 28px/1.45 var(--home-sans);
  letter-spacing: -.015em;
}
.service-directory-link p {
  margin: 12px 0 0;
  color: var(--service-directory-copy);
  font-size: 20px;
  line-height: 1.8;
}
.service-directory-arrow { width: 26px; height: 26px; transition: transform .18s ease; }
.service-directory-link:hover { color: #075ee8; }
.service-directory-link:hover .service-directory-arrow { transform: translateX(4px); }
.service-directory-link:focus-visible, .service-directory-contact:focus-visible {
  outline: 2px solid #075ee8;
  outline-offset: 5px;
}
.lang-en .service-directory-link h3 { font-family: "Inter Variable", var(--home-sans); font-size: 25px; }
@media (max-width: 1100px) {
  .service-directory { grid-template-columns: minmax(0, .4fr) minmax(0, .6fr); gap: 40px; }
  .service-directory-description, .service-directory-link p { font-size: 16px; }
  .service-directory-link h3, .lang-en .service-directory-link h3 { font-size: 23px; }
  .service-directory-link { gap: 20px; }
}
@media (max-width: 820px) {
  .services-section { padding-block: 56px 36px; }
  .services-section .service-directory { width: calc(100% - 48px); grid-template-columns: minmax(0, 1fr); gap: 40px; }
  .service-directory-intro { padding-top: 0; }
  .service-directory-description { max-width: 560px; margin-top: 24px; }
  .service-directory-contact { min-height: 52px; margin-top: 28px; padding: 14px 24px; font-size: 16px; }
  .service-directory-link { min-height: 128px; padding-block: 28px; }
}
@media (max-width: 480px) {
  .services-section .service-directory { width: calc(100% - 40px); }
  .service-directory-link { grid-template-columns: minmax(0, 1fr) 22px; gap: 16px; }
  .service-directory-link h3, .lang-en .service-directory-link h3 { font-size: 22px; }
  .service-directory-link p { font-size: 15px; }
  .service-directory-arrow { width: 22px; height: 22px; }
}
@media (prefers-reduced-motion: reduce) {
  .service-directory-contact, .service-directory-arrow { transition: none; }
  .service-directory-link:hover .service-directory-arrow { transform: none; }
}

.case-section { background: linear-gradient(155deg, #f9fbfd 0%, #edf3f9 100%); }
.case-section::after { left: auto; width: min(32vw,460px); height: min(32vw,460px); top: 12%; right: -11%; border: 1px solid rgba(48,88,138,.09); border-radius: 50%; background: transparent; pointer-events: none; }
.case-section > .page-shell, .media-section > .page-shell, .intelligence-section > .page-shell { position: relative; z-index: 1; }
.case-layout { display: grid; grid-template-columns: minmax(400px,.94fr) minmax(0,1.06fr); min-height: 650px; border: 1px solid var(--home-rule); }
.featured-case { position: relative; min-height: 650px; overflow: hidden; text-decoration: none; background: var(--home-deep); }
.featured-case img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(.94); transition: transform .7s ease; }
.featured-case:hover img { transform: scale(1.025); }
.featured-case::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(3,36,74,.03) 26%, rgba(2,27,55,.96) 100%); }
.featured-case-overlay { position: absolute; z-index: 2; inset: auto 34px 30px; color: #fff; }
.featured-case-overlay > span { color: #e1b548; font-size: 14px; }
.featured-case-overlay h3 { margin: 15px 0 12px; font-size: clamp(30px, 3vw, 46px); line-height: 1.18; }
.featured-case-overlay p { max-width: 560px; margin: 0 0 26px; color: #dce4ee; font-size: 13px; line-height: 1.7; }
.featured-case-overlay div { display: flex; justify-content: space-between; gap: 20px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.32); }
.featured-case-overlay strong { font: 600 17px/1 var(--home-mono); }
.featured-case-overlay b { font-size: 14px; font-weight: 500; }
.case-ledger { display: grid; grid-template-rows: auto repeat(6,1fr); padding: 20px 28px; background: rgba(255,255,255,.45); }
.ledger-head, .case-ledger > a { display: grid; grid-template-columns: 38px minmax(0,1.45fr) minmax(145px,.85fr) minmax(105px,.55fr); align-items: center; gap: 15px; }
.ledger-head { padding: 0 0 14px 53px; border-bottom: 1px solid var(--home-rule-strong); color: #60728d; font-size: 11px; }
.ledger-head span:first-child { grid-column: 1 / 3; }
.case-ledger > a { border-bottom: 1px solid var(--home-rule); color: var(--home-ink); text-decoration: none; transition: background .2s ease, transform .24s cubic-bezier(.16,1,.3,1); }
.case-ledger > a:last-child { border-bottom: 0; }
.case-ledger > a:hover { background: rgba(7,94,232,.045); transform: translateX(5px); }
.case-ledger i { color: var(--home-ink); font: normal 600 14px/1 var(--home-mono); }
.case-ledger > a > span { color: #40526d; font-size: 14px; }
.case-ledger strong { font: 600 14px/1.2 var(--home-mono); }
.case-ledger em { color: #50647f; font: normal 11px/1.4 var(--home-mono); }
.case-ledger em b { display: block; color: var(--home-blue); font: 500 11px/1.5 var(--home-sans); }
.case-ledger em.recovery b { color: var(--home-gold-readable); }

.media-section { background: linear-gradient(180deg, #eef4fa 0%, #f8fafc 38%, #f1f5f9 100%); }
.media-section::after { left: auto; width: 44%; height: 74%; top: 10%; right: -8%; background: url("assets/home-v2-intelligence-map.png") center / cover no-repeat; opacity: .055; pointer-events: none; }
.media-layout { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(360px,.9fr); border: 1px solid var(--home-rule); }
.media-feature { position: relative; min-height: 500px; display: grid; grid-template-columns: .9fr 1.1fr; overflow: hidden; text-decoration: none; background: rgba(255,255,255,.74); transition: transform .38s cubic-bezier(.16,1,.3,1), box-shadow .38s ease, background .3s ease; }
.media-feature::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at var(--media-x,50%) var(--media-y,50%), rgba(7,94,232,.09), transparent 32%); opacity: 0; transition: opacity .3s ease; }
.media-feature:hover { z-index: 3; transform: translateY(-7px); background: #fff; box-shadow: 0 28px 60px rgba(7,28,61,.13); }
.media-feature:hover::after { opacity: 1; }
.media-feature > img { width: 100%; height: 100%; min-height: 500px; object-fit: cover; transition: transform .7s cubic-bezier(.16,1,.3,1), filter .35s ease; }
.media-feature:hover > img { transform: scale(1.045); filter: saturate(1.06) contrast(1.03); }
.media-feature > div { display: flex; flex-direction: column; justify-content: center; padding: 42px; }
.media-feature span { color: var(--home-muted-readable); font: 12px/1 var(--home-mono); }
.media-feature h3 { margin: 24px 0 16px; color: var(--home-ink); font-size: clamp(25px, 2.2vw, 36px); line-height: 1.35; }
.media-feature p { margin: 0; color: var(--home-copy); font-size: 14px; line-height: 1.75; }
.media-feature b { margin-top: 38px; color: var(--home-blue); font-size: 13px; }
.media-list { border-left: 1px solid var(--home-rule); }
.media-list a { position: relative; min-height: 125px; display: grid; grid-template-columns: 105px minmax(0,1fr); align-content: center; gap: 8px 18px; padding: 22px 30px; border-bottom: 1px solid var(--home-rule); text-decoration: none; transition: background .25s ease, transform .32s cubic-bezier(.16,1,.3,1), box-shadow .25s ease; }
.media-list a:last-child { border-bottom: 0; }
.media-list a:hover { z-index: 2; background: #fff; box-shadow: inset 3px 0 0 var(--home-blue), 0 12px 30px rgba(7,28,61,.07); transform: translateX(5px); }
.media-list a::after { content: ""; position: absolute; right: 26px; bottom: 22px; width: 42px; height: 1px; background: var(--home-blue); transform: scaleX(0); transform-origin: right; transition: transform .28s ease; }
.media-list a:hover::after { transform: scaleX(1); }
.media-list time { grid-row: 1 / 3; color: var(--home-muted-readable); font: 12px/1.4 var(--home-mono); }
.media-list h3 { margin: 0; color: var(--home-ink); font-size: 15px; line-height: 1.45; }
.media-list span { color: var(--home-blue); font-size: 11px; }
.voice-strip { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); align-items: stretch; overflow: visible; border: 1px solid var(--home-rule); background: rgba(255,255,255,.28); }
.voice-strip article { position: relative; min-width: 0; min-height: 535px; display: flex; flex-direction: column; overflow: hidden; padding: 22px; border-right: 1px solid var(--home-rule); background: rgba(255,255,255,.5); transform-origin: center bottom; transition: opacity .22s ease, transform .34s cubic-bezier(.16,1,.3,1), background .22s ease, box-shadow .3s ease; }
.voice-strip article.voice-feature { min-width: 0; }
.voice-strip.has-active article:not(.is-active) { opacity: .82; transform: scale(.992); }
.voice-strip.has-active article.is-active { z-index: 3; transform: translateY(-10px) scale(1.025); background: #fff; box-shadow: 0 25px 52px rgba(7,28,61,.14); }
.voice-strip article:last-child { border-right: 0; }
.voice-strip article > span { color: var(--home-blue); font: 700 16px/1 var(--home-mono); }
.voice-strip img { width: 100%; height: 210px; margin-top: 22px; object-fit: cover; filter: saturate(.86); transition: filter .24s ease, transform .34s cubic-bezier(.16,1,.3,1); }
.voice-strip .voice-feature img { height: 210px; }
.voice-strip article.is-active img { filter: saturate(1) contrast(1.02); transform: scale(1.035); }
.voice-strip h3 { margin: 18px 0 5px; font-size: 16px; }
.voice-strip small { color: var(--home-muted-readable); font: 11px/1.4 var(--home-mono); }
.voice-strip p { margin: 18px 0 24px; overflow: hidden; color: var(--home-copy); font-size: 12px; line-height: 1.72; display: -webkit-box; -webkit-line-clamp: 7; -webkit-box-orient: vertical; }
.voice-strip a { margin-top: auto; color: var(--home-blue); font-size: 12px; text-decoration: none; }
.voice-strip.has-active article.is-active > * { animation: voice-content-in .22s cubic-bezier(.16,1,.3,1) both; }
.voice-strip.has-active article:not(.is-active) > * { animation: voice-content-settle .16s ease-out both; }
@keyframes voice-content-in { from { opacity: .3; transform: translateY(5px); } to { opacity: 1; transform: none; } }
@keyframes voice-content-settle { from { opacity: .58; } to { opacity: 1; } }

.intelligence-section { background: #fbfcfe; }
.intelligence-section::after { display: none; }
.intel-layout { display: grid; grid-template-columns: minmax(290px,.68fr) minmax(0,2.32fr); gap: clamp(34px,3.4vw,50px); }
.intel-intro { display: flex; flex-direction: column; min-width: 0; padding: 10px 34px 0 0; border-right: 1px solid #d2dbe6; }
.intel-intro h2 { margin: 0; color: var(--home-ink); font: 750 clamp(38px,3vw,46px)/1.1 var(--home-sans); letter-spacing: -.04em; }
.intel-status { display: grid; gap: 10px; margin-top: 24px; padding-bottom: 22px; border-bottom: 1px solid var(--home-rule); color: var(--home-muted-readable); font: 11px/1.5 var(--home-mono); }
.intel-status strong { position: relative; padding-left: 18px; color: #284767; font-family: var(--home-sans); font-size: 12px; }
.intel-status strong::before { content: ""; position: absolute; left: 0; top: 6px; width: 6px; height: 6px; border-radius: 50%; background: var(--home-gold); }
.intel-key-metrics { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); margin-top: 28px; border-block: 1px solid var(--home-rule); }
.intel-key-metrics > div { min-width: 0; padding: 18px 0 20px; }
.intel-key-metrics > div + div { padding: 18px 0 20px 22px; border-left: 1px solid var(--home-rule); }
.intel-key-metrics small { display: block; color: #40556f; font-size: 12px; font-weight: 650; }
.intel-key-metrics strong { display: block; margin-top: 8px; color: var(--home-ink); font: 650 clamp(32px,3.2vw,44px)/1 var(--home-sans); letter-spacing: -.025em; }
.intel-key-metrics > div:first-child strong { color: var(--home-ink); }
.intel-archive-link { display: inline-flex; align-items: center; gap: 12px; margin-top: 30px; padding-top: 0; color: #315f93; font-size: 12px; font-weight: 700; text-decoration: none; }
.intel-archive-link span { transition: transform .2s ease; }
.intel-archive-link:hover span { transform: translateX(4px); }
.intel-dashboard { min-width: 0; }
.intel-loss-ledger { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-bottom: 1px solid var(--home-rule); }
.intel-loss-ledger > div { min-width: 0; padding: 3px 30px 20px; border-right: 1px solid var(--home-rule); }
.intel-loss-ledger > div:first-child { padding-left: 0; }
.intel-loss-ledger > div:last-child { border-right: 0; }
.intel-loss-ledger small { display: block; color: #52657d; font-size: 12px; font-weight: 650; }
.intel-loss-ledger strong { display: block; margin-top: 9px; color: var(--home-ink); font: 600 clamp(25px,2.5vw,38px)/1 var(--home-mono); letter-spacing: -.025em; white-space: nowrap; }
.intel-chart-block { position: relative; padding: 22px 0 16px; border-bottom: 1px solid var(--home-rule); }
.intel-chart-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin: 0 0 8px; }
.intel-chart-head strong { color: var(--home-ink); font-size: 16px; font-weight: 700; }
.intel-chart-head span { color: var(--home-muted-readable); font: 12px/1.4 var(--home-mono); }
#intel-chart { display: block; width: 100%; height: 420px; background: transparent; cursor: crosshair; touch-action: pan-y; }
#intel-chart:focus-visible { outline: 2px solid rgba(7,94,232,.35); outline-offset: 4px; }
.intel-chart-tooltip { position: absolute; z-index: 4; min-width: 184px; display: grid; gap: 5px; padding: 11px 13px; border: 1px solid #cbd7e6; border-radius: 6px; background: #fff; color: var(--home-ink); opacity: 0; visibility: hidden; pointer-events: none; transform: translate(-50%,calc(-100% - 14px)) translateY(6px); box-shadow: 0 14px 34px rgba(4,28,57,.16); transition: opacity .16s ease, transform .22s cubic-bezier(.16,1,.3,1), visibility 0s linear .2s; }
.intel-chart-tooltip.is-visible { opacity: 1; visibility: visible; transform: translate(-50%,calc(-100% - 14px)); transition-delay: 0s; }
.intel-chart-tooltip strong { color: var(--home-ink); font: 650 12px/1.2 var(--home-mono); }
.intel-chart-tooltip span { color: #536a86; font-size: 11px; line-height: 1.4; }
.intel-evidence-rows { border-bottom: 1px solid var(--home-rule); }
.intel-evidence-rows section { display: grid; grid-template-columns: 145px minmax(0,1fr); align-items: center; min-height: 64px; border-top: 1px solid var(--home-rule); }
.intel-evidence-rows section:first-child { border-top: 0; }
.intel-evidence-rows h3 { margin: 0; font-size: 14px; }
.intel-evidence-rows section > div { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); }
.intel-evidence-rows section:last-child > div { grid-template-columns: repeat(3,minmax(0,1fr)); }
.intel-evidence-rows p { min-width: 0; display: flex; align-items: baseline; justify-content: center; gap: 11px; margin: 0; padding: 10px 18px; border-left: 1px solid var(--home-rule); color: #2f4765; font-size: 12px; }
.intel-evidence-rows p b { color: #315f93; font: 650 12px/1 var(--home-mono); white-space: nowrap; }
.intel-evidence-rows section:last-child p b { color: #304967; font-size: 11px; }
.intel-note { margin: 13px 0 0; color: var(--home-muted-readable); font-size: 11px; }
.research-wrap { margin-top: 70px; }
.research-grid { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--home-rule); }
.research-grid article { min-height: 255px; display: flex; flex-direction: column; padding: 31px; border-right: 1px solid var(--home-rule); background: rgba(255,255,255,.7); transition: transform .32s cubic-bezier(.16,1,.3,1), background .28s ease, box-shadow .3s ease; }
.research-grid article:hover { z-index: 2; transform: translateY(-7px); background: #fff; box-shadow: 0 22px 45px rgba(7,28,61,.1); }
.research-grid article:last-child { border-right: 0; }
.research-grid span { color: var(--home-blue); font: 11px/1 var(--home-mono); }
.research-grid h3 { margin: 24px 0 13px; color: var(--home-ink); font-size: 20px; line-height: 1.5; }
.research-grid p { margin: 0; color: var(--home-copy); font-size: 12px; line-height: 1.75; }
.research-grid a { margin-top: auto; color: var(--home-blue); font-size: 12px; text-decoration: none; }

.faq-section { background: linear-gradient(180deg, #eef3f8 0%, #f8fafc 34%, #f4f7fa 100%); }
.faq-list { border: 1px solid var(--home-rule); }
.faq-item { border-bottom: 1px solid var(--home-rule); }
.faq-item:last-child { border-bottom: 0; }
.faq-item h3 { margin: 0; }
.faq-item button { width: 100%; min-height: 68px; display: grid; grid-template-columns: 54px minmax(0,1fr) 30px; align-items: center; gap: 12px; padding: 0 22px; border: 0; background: transparent; color: var(--home-ink); text-align: left; cursor: pointer; }
.faq-item button i { color: var(--home-blue); font: normal 600 17px/1 var(--home-mono); }
.faq-item button span { font: 600 15px/1.5 var(--home-sans); }
.faq-item button b { color: var(--home-blue); font-size: 24px; font-weight: 300; text-align: center; }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .32s ease; }
.faq-answer p { min-height: 0; overflow: hidden; margin: 0; padding: 0 72px 0 88px; color: var(--home-copy); font-size: 13px; line-height: 1.78; }
.faq-item.open .faq-answer { grid-template-rows: 1fr; }
.faq-item.open .faq-answer p { padding-bottom: 25px; }

.cta-section { position: relative; overflow: hidden; min-height: 520px; padding: clamp(54px,4.5vw,68px) 0 28px; scroll-margin-top: 112px; background: #001a32; color: #f5f1e8; border-top: 1px solid rgba(255,255,255,.12); }
.cta-section::before, .cta-section::after { display: none; }
.cta-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1.2fr) minmax(420px,.8fr); column-gap: clamp(46px,3.6vw,60px); row-gap: 0; align-items: start; }
.cta-contact { min-width: 0; padding: 6px 0 0; }
.cta-contact h2 { max-width: 660px; margin: 0; font-family: var(--home-sans); font-size: clamp(42px,3.8vw,58px); font-weight: 750; line-height: 1.08; letter-spacing: -.04em; text-wrap: balance; }
.cta-contact h2::after { content: ""; display: block; width: 48px; height: 2px; margin-top: 20px; background: #c99c38; }
.cta-contact h2 span { color: inherit; }
.cta-contact > p { max-width: 620px; margin: 20px 0 0; color: #c9d4df; font-size: 14px; line-height: 1.75; }
.cta-contact > p strong { display: block; margin-top: 4px; color: #f5f1e8; }
.cta-response { max-width: 650px; display: flex; align-items: center; gap: 18px; margin-top: 24px; padding: 15px 0; border-block: 1px solid rgba(255,255,255,.14); }
.cta-response > strong { flex: 0 0 auto; color: #d5a640; }
.cta-response > strong b { font: 650 clamp(24px,2vw,30px)/1 var(--home-sans); letter-spacing: -.025em; }
.cta-response > div { min-width: 0; display: grid; grid-template-columns: auto minmax(0,1fr); align-items: center; gap: 20px; padding-left: 20px; border-left: 1px solid rgba(213,166,64,.72); }
.cta-response span { color: #f5f1e8; font-size: 14px; font-weight: 650; white-space: nowrap; }
.cta-response p { max-width: 320px; margin: 0; padding-left: 20px; border-left: 1px solid rgba(255,255,255,.18); color: #aebdcd; font-size: 12px; line-height: 1.65; }
.cta-actions { position: relative; display: flex; gap: 18px; margin-top: 24px; }
.cta-actions .button { min-width: 230px; min-height: 54px; justify-content: space-between; gap: 26px; border-radius: 3px; box-shadow: none; }
.cta-actions .button-outline { min-width: 210px; }
.cta-email-wrap { position: relative; display: inline-flex; }
.cta-email-wrap .button { width: 100%; }
.cta-email-toast { position: absolute; z-index: 6; left: 50%; bottom: calc(100% + 10px); min-width: max-content; padding: 9px 12px; border: 1px solid rgba(201,156,56,.58); border-radius: 4px; background: #f6f1e5; color: #071c3d; opacity: 0; visibility: hidden; pointer-events: none; transform: translate(-50%,6px); box-shadow: 0 12px 28px rgba(0,0,0,.2); font: 650 12px/1.2 var(--home-mono); transition: opacity .16s ease, transform .22s cubic-bezier(.16,1,.3,1), visibility 0s linear .2s; }
.cta-email-toast.show { opacity: 1; visibility: visible; transform: translate(-50%,0); transition-delay: 0s; }
.cta-actions .button svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.button-light { background: #d9af52; color: #061b34; }
.button-light:hover { background: #e4c16d; color: #061b34; transform: translateY(-2px); }
.button-outline { border-color: rgba(201,156,56,.86); background: transparent; color: #f5f1e8; }
.button-outline:hover { border-color: #e2b95d; background: rgba(255,255,255,.045); color: #fff; transform: translateY(-2px); }
.official-links { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 0; margin-top: 26px; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.17); }
.official-links a { min-width: 0; display: grid; grid-template-columns: 28px minmax(0,1fr); align-items: center; gap: 14px; padding: 0 36px; border-right: 1px solid rgba(255,255,255,.16); color: #dbe4ee; text-decoration: none; transition: color .2s ease, transform .2s ease; }
.official-link-icon { display: block; width: 28px; height: 28px; filter: brightness(0) invert(1); }
.official-link-copy { display: grid; min-width: 0; gap: 8px; }
.official-links a:first-child { padding-left: 0; }
.official-links a:last-child { border-right: 0; }
.official-links a:hover { color: #e4bd66; transform: translateY(-2px); }
.official-links small { color: #8295aa; font: 10px/1 var(--home-mono); letter-spacing: .13em; }
.official-links strong { overflow-wrap: anywhere; font: 600 12px/1.25 var(--home-mono); }
.cta-boundary { min-width: 0; margin: 0; padding: 12px 0 8px clamp(32px,2.7vw,42px); border-left: 1px solid rgba(201,156,56,.76); }
.cta-boundary header { display: block; }
.cta-boundary h3 { margin: 0; font-family: var(--home-sans); font-size: clamp(26px,1.9vw,30px); font-weight: 750; line-height: 1.2; letter-spacing: -.035em; }
.cta-boundary p { max-width: 510px; margin: 20px 0 0; color: #c0cddb; font-size: 12px; line-height: 1.82; }
.cta-boundary a { display: inline-flex; margin-top: 22px; padding-bottom: 6px; border: 0; color: #fff; font-size: 12px; text-decoration: none; }
.cta-boundary a:hover, .cta-boundary a:focus-visible { color: #fff; text-decoration: none; }
.cta-boundary a:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; }
.boundary-points { display: grid; gap: 0; margin: 22px 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(126,150,175,.34); }
.boundary-points li { display: block; padding: 13px 0; border-bottom: 1px solid rgba(126,150,175,.27); color: #d2dce7; font-size: 12px; line-height: 1.5; }
.dc-site-footer { background: var(--home-deep) !important; border-top: 1px solid rgba(255,255,255,.14) !important; }
.dc-footer-inner { width: min(1320px, calc(100% - 96px)) !important; }
.dc-footer-top { grid-template-columns: minmax(360px,.85fr) minmax(0,1.4fr) !important; gap: 60px !important; padding: 48px 0 36px !important; }
.dc-footer-logo { position: relative; isolation: auto; display: inline-block !important; width: 240px; height: auto; overflow: visible; padding: 0 !important; border: 0 !important; border-radius: 0 !important; background: transparent !important; box-shadow: none !important; line-height: 0; }
.dc-footer-logo::before, .dc-footer-logo::after { display: none; }
.dc-footer-logo-lockup { position: relative; z-index: 1; display: block; width: 240px !important; height: auto !important; object-fit: contain !important; filter: none; opacity: 1; }
.dc-footer-brand p { color: #b4c1d2 !important; }
.dc-footer-tagline { background: none !important; color: #d4ad5c !important; -webkit-text-fill-color: currentColor !important; }
.dc-footer-col h2 { color: #fff !important; }
.dc-footer-col a { color: #aebdd0 !important; transition: color .25s cubic-bezier(.16,1,.3,1), transform .25s cubic-bezier(.16,1,.3,1) !important; }
.dc-footer-col a:hover { color: #fff !important; text-shadow: none !important; }

.legal-modal-overlay { position: fixed; inset: 0; z-index: 2600; display: none; place-items: center; padding: 24px; overscroll-behavior: contain; background: rgba(2,27,55,.78); }
.legal-modal-overlay.active { display: grid; }
.legal-modal { position: relative; width: min(760px,100%); max-height: 82vh; overflow: auto; padding: 42px; background: #fff; color: var(--home-ink); box-shadow: 0 30px 80px rgba(0,0,0,.3); }
.legal-modal-close { position: absolute; top: 15px; right: 15px; width: 44px; height: 44px; border: 1px solid var(--home-rule); background: #fff; color: var(--home-ink); font-size: 22px; cursor: pointer; }
.legal-modal-close:focus-visible { outline: 2px solid var(--home-blue); outline-offset: 3px; }
.legal-modal-body h1 { margin-top: 0; }
.legal-modal-body { color: var(--home-copy); line-height: 1.8; }
.noscript { padding: 12px; background: #fff3cd; color: #5b4a00; text-align: center; }
.reveal { opacity: 1; transform: none; }
.reveal-ready .reveal:not(.active) { opacity: 0; transform: translateY(18px); }
.reveal-ready .reveal { transition: opacity .58s ease, transform .58s ease; }
.reveal-ready .reveal.active { opacity: 1; transform: none; }

@media (max-width: 1180px) {
  body { padding-top: 124px !important; }
  .hero { min-height: calc(100svh - 124px); }
  .page-shell { width: min(100% - 56px, 1120px); }
  .dc-site-nav { height: auto !important; }
  .dc-nav-inner { width: min(100% - 48px, 1120px) !important; grid-template-columns: auto auto !important; }
  .dc-nav-logo-lockup { width: 198px; }
  .dc-nav-links { border-top-color: var(--home-rule) !important; }
  .hero-layout { grid-template-columns: minmax(0,.95fr) minmax(460px,1.05fr); min-height: 620px; }
  .hero h1 { font-size: clamp(48px, 5.25vw, 64px); }
  .hero-ring-stage { width: 100%; min-height: 590px; margin: 0; }
  #hero-flow-canvas { top: -3%; left: -4%; width: 108%; height: 106%; }
  .hero-proof { gap: 16px; }
  .proof-item { padding-inline: 18px; }
  .proof-icon { width: 58px; height: 58px; flex-basis: 58px; }
  .proof-icon svg { width: 33px; height: 33px; }
  .media-layout { grid-template-columns: 1fr; }
  .media-list { border-left: 0; border-top: 1px solid var(--home-rule); }
  .media-list a { grid-template-columns: 125px minmax(0,1fr) auto; }
  .media-list span { text-align: right; }
  .voice-strip { display: flex; flex-wrap: nowrap; overflow-x: auto; overflow-y: visible; padding-block: 14px 22px; scroll-snap-type: x proximity; }
  .voice-strip article { min-width: 260px; flex: 0 0 260px; scroll-snap-align: start; }
  .voice-strip .voice-feature { min-width: 260px; flex-basis: 260px; }
  .intel-intro h2 { font-size: 48px; }
  .intel-loss-ledger strong { font-size: 28px; }
  .cta-section { scroll-margin-top: 136px; }
}

@media (max-width: 940px) {
  .hero-layout { grid-template-columns: 1fr; padding-top: 24px; }
  .hero-copy { padding-bottom: 0; }
  .hero h1 { max-width: 760px; font-size: clamp(46px, 7.5vw, 68px); }
  .hero-ring-stage { width: 100%; min-height: 560px; margin: 12px 0 0; }
  #hero-flow-canvas { top: -4%; left: -5%; width: 110%; height: 108%; }
  .hero-proof { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .case-layout { grid-template-columns: 1fr; }
  .featured-case { min-height: 580px; }
  .case-ledger { min-height: 610px; }
  .intel-layout { grid-template-columns: 1fr; }
  .intel-intro { display: grid; grid-template-columns: minmax(250px,.8fr) minmax(0,1.2fr); gap: 26px 42px; padding: 0 0 32px; border-right: 0; border-bottom: 1px solid var(--home-rule); }
  .intel-status { margin-top: 4px; }
  .intel-key-metrics { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(2,1fr); margin-top: 0; }
  .intel-key-metrics > div { padding: 24px 0; }
  .intel-key-metrics > div + div { padding: 24px 0 24px 28px; border-left: 1px solid var(--home-rule); }
  .intel-archive-link { grid-column: 1 / -1; margin-top: 0; padding-top: 4px; }
  .research-grid { grid-template-columns: 1fr; }
  .research-grid article { border-right: 0; border-bottom: 1px solid var(--home-rule); }
  .research-grid article:last-child { border-bottom: 0; }
  .cta-layout { grid-template-columns: 1fr; gap: 0; }
  .cta-contact { padding: 0; }
  .cta-boundary { margin-top: 52px; padding: 40px 0 0; border-top: 1px solid rgba(201,156,56,.76); border-left: 0; }
  .official-links { margin-top: 44px; grid-template-columns: repeat(2,minmax(0,1fr)); row-gap: 24px; }
  .official-links a:nth-child(2) { border-right: 0; }
  .official-links a:nth-child(3) { padding-left: 0; }
  .dc-footer-top { grid-template-columns: 1fr !important; }
}

@media (max-width: 760px) {
  body { padding-top: 74px !important; }
  .page-shell { width: min(100% - 32px, 680px); }
  .institution-section { padding: 70px 0; }
  .dc-site-nav { height: 74px !important; }
  .dc-nav-inner { width: min(100% - 28px,680px) !important; padding: 10px 0 !important; }
  .dc-nav-logo-lockup { width: 174px; }
  .dc-nav-links { background: rgba(250,252,255,.995) !important; border-top-color: var(--home-rule) !important; box-shadow: 0 22px 50px rgba(7,28,61,.18) !important; }
  .dc-nav-links > a { background: #fff !important; border-color: var(--home-rule) !important; color: var(--home-ink) !important; }
  .dc-mobile-nav-toggle { width: 44px !important; height: 44px !important; border-color: var(--home-rule) !important; background: #fff !important; color: var(--home-ink) !important; }
  .dc-mobile-nav-toggle span { transform-origin: center; transition: transform .18s ease, opacity .14s ease; }
  .dc-site-nav.is-mobile-open .dc-mobile-nav-toggle span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .dc-site-nav.is-mobile-open .dc-mobile-nav-toggle span:nth-child(2) { opacity: 0; }
  .dc-site-nav.is-mobile-open .dc-mobile-nav-toggle span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .dc-mobile-nav-toggle:focus-visible { outline: 2px solid var(--home-blue); outline-offset: 3px; }
  .dc-nav-links > a, .dc-nav-item > a, .dc-service-panel a, .dc-press-panel a { min-height: 44px !important; }
  .hero { min-height: 0; padding-top: 26px; }
  .hero-layout { min-height: calc(100svh - 104px); align-items: stretch; gap: 0; padding-bottom: 28px; isolation: isolate; }
  body:has(.t2049-banner:not([hidden])) .hero-layout { min-height: calc(100svh - 210px); }
  .hero-copy { z-index: 2; display: flex; min-height: 100%; flex-direction: column; }
  .hero h1 { font-size: clamp(38px, 11vw, 54px); line-height: 1.2; }
  body.lang-en .hero h1 { font-size: clamp(30px, 8.4vw, 36px); line-height: 1.14; letter-spacing: -.03em; max-width: 22ch; text-wrap: balance; }
  body.lang-en .hero-desc { font-size: 15px; line-height: 1.8; }
  .hero-line { white-space: normal; }
  .hero-desc { font-size: 14px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 10px; margin-top: auto; padding-top: 28px; }
  .hero-actions .button { width: 100%; }
  /* On phones the existing animated canvas sits behind the copy, out of flow. */
  .hero-ring-stage {
    position: absolute;
    inset: 0 -16px;
    z-index: 0;
    width: auto;
    min-height: 0;
    margin: 0;
    overflow: hidden;
    opacity: .65;
    pointer-events: none;
  }
  #hero-flow-canvas { inset: 0; width: 100%; height: 100%; }
  .ring-callout { min-height: 44px; gap: 6px; padding: 0 10px 0 9px; border-radius: 5px; font-size: 11px; }
  .ring-callout-mark { width: 19px; height: 19px; flex-basis: 19px; }
  .ring-callout-mark svg { width: 18px; height: 18px; stroke-width: 1.55; }
  .ring-callout-a { left: 0; top: 10%; }
  .ring-callout-b { right: 0; top: 11%; }
  .ring-callout-c { left: 0; bottom: 8%; }
  .ring-callout-d { right: 0; bottom: 8%; }
  .hero-proof { grid-template-columns: 1fr; gap: 12px; padding-bottom: 24px; }
  .proof-item { min-height: 96px; padding: 14px 20px; }
  .proof-icon { width: 56px; height: 56px; flex-basis: 56px; border-width: 5px; }
  .proof-val { font-size: 28px; }
  .proof-label { font-size: 13px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid p:nth-child(2) { border-right: 0; }
  .trust-grid p:nth-child(-n+2) { border-bottom: 1px solid var(--home-rule); }
  .trust-grid p { padding: 17px 10px; font-size: 11px; }
  .section-heading { display: block; margin-bottom: 32px; }
  .section-heading > p { margin-bottom: 12px; }
  .section-heading h2, .service-directory-intro h2 { font-size: 34px; }
  .featured-case { min-height: 500px; }
  .featured-case-overlay { inset: auto 20px 22px; }
  .featured-case-overlay h3 { font-size: 30px; }
  .featured-case-overlay p { font-size: 12px; }
  .featured-case-overlay div { flex-direction: column; }
  .case-ledger { padding: 10px 16px; min-height: 690px; }
  .ledger-head { display: none; }
  .case-ledger > a { grid-template-columns: 32px minmax(0,1fr) auto; gap: 9px; padding-block: 14px; }
  .case-ledger > a strong { grid-column: 2; grid-row: 2; }
  .case-ledger em { grid-column: 3; grid-row: 1 / 3; text-align: right; }
  .media-feature { grid-template-columns: 1fr; }
  .media-feature > img { min-height: 270px; max-height: 320px; }
  .media-feature > div { padding: 28px 22px; }
  .media-feature h3 { font-size: 25px; }
  .media-list a { grid-template-columns: 1fr; min-height: 0; padding: 22px; }
  .media-list time { grid-row: auto; }
  .media-list span { text-align: left; }
  .voice-strip { margin-inline: -16px; padding-inline: 16px; border-inline: 0; }
  .voice-strip article, .voice-strip .voice-feature { min-width: min(82vw,310px); flex-basis: min(82vw,310px); }
  .voice-strip.has-active article:not(.is-active) { opacity: 1; }
  .intel-intro { display: block; padding-bottom: 28px; }
  .intel-intro h2 { font-size: 40px; }
  .intel-status { margin-top: 24px; }
  .intel-key-metrics { display: grid; grid-template-columns: repeat(2,1fr); margin-top: 24px; }
  .intel-key-metrics small { font-size: 13px; }
  .intel-key-metrics strong { font-size: 38px; }
  .intel-archive-link { padding-top: 24px; }
  .intel-loss-ledger { grid-template-columns: 1fr; }
  .intel-loss-ledger > div { padding: 20px 0; border-right: 0; border-bottom: 1px solid var(--home-rule); }
  .intel-loss-ledger > div:last-child { border-bottom: 0; }
  .intel-loss-ledger strong { font-size: 24px; white-space: normal; }
  .intel-chart-head { display: block; }
  .intel-chart-head span { display: block; margin-top: 8px; }
  #intel-chart { height: 350px; }
  .intel-evidence-rows section { display: block; padding: 18px 0; }
  .intel-evidence-rows h3 { margin-bottom: 14px; }
  .intel-evidence-rows section > div, .intel-evidence-rows section:last-child > div { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .intel-evidence-rows p { justify-content: space-between; border-left: 0; border-top: 1px solid #e4eaf1; }
  .research-grid article { min-height: 225px; padding: 22px; }
  .voice-strip a, .intel-archive-link, .research-grid a, .cta-boundary a { min-height: 44px; display: inline-flex; align-items: center; padding-block: 10px; }
  .faq-item button { grid-template-columns: 40px minmax(0,1fr) 24px; padding: 0 14px; }
  .faq-item button span { font-size: 13px; }
  .faq-answer p { padding-inline: 55px 18px; font-size: 12px; }
  .cta-section { min-height: 0; padding: 52px 0 28px; scroll-margin-top: 84px; }
  .cta-contact { padding: 0; }
  .cta-contact h2 { font-size: clamp(38px,10vw,46px); line-height: 1.1; }
  .cta-contact > p { font-size: 13px; }
  .cta-response { align-items: stretch; gap: 15px; margin-top: 26px; }
  .cta-response > strong b { font-size: 34px; }
  .cta-response > div { grid-template-columns: 1fr; gap: 7px; padding-left: 16px; }
  .cta-response span { font-size: 15px; }
  .cta-response p { padding-left: 0; border-left: 0; font-size: 12px; }
  .cta-actions { flex-direction: column; }
  .cta-actions .button { width: 100%; }
  .cta-email-wrap { width: 100%; }
  .cta-email-toast { max-width: calc(100vw - 48px); min-width: 0; white-space: nowrap; font-size: 11px; }
  .cta-boundary { margin-top: 38px; padding: 30px 0 0; }
  .cta-boundary h3 { font-size: 28px; }
  .cta-boundary p { margin-top: 19px; }
  .official-links { grid-template-columns: 1fr; gap: 4px; }
  .official-links a { min-height: 56px; align-items: center; padding: 12px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .dc-footer-col a { min-height: 44px; display: flex !important; align-items: center; margin-bottom: 0 !important; padding-block: 8px; }
  .official-links a:last-child { border-bottom: 0; }
  .dc-footer-logo { width: 220px; height: auto; }
  .dc-footer-logo-lockup { width: 220px !important; }
  .dc-footer-inner { width: min(100% - 36px,680px) !important; }
}

@media (min-width: 1181px) and (max-height: 800px) {
  .hero { padding-top: 18px; }
  .hero-layout { min-height: 490px; }
  .hero-copy { padding-bottom: 16px; }
  .hero h1 { font-size: clamp(48px,4.15vw,66px); line-height: 1.17; }
  .hero-desc { margin-top: 17px; font-size: 15px; line-height: 1.72; }
  .hero-actions { margin-top: 20px; }
  .hero-actions .button { min-height: 50px; }
  .hero-ring-stage { min-height: 490px; }
  .hero-proof { gap: 18px; padding: 8px 0 18px; }
  .proof-item { min-height: 96px; gap: 15px; padding: 13px 18px; }
  .proof-icon { width: 56px; height: 56px; flex-basis: 56px; border-width: 5px; }
  .proof-icon svg { width: 32px; height: 32px; }
  .proof-val { font-size: clamp(27px,2.15vw,34px); }
  .proof-copy { gap: 6px; }
  .proof-label { font-size: 13px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal-ready .reveal, .button, .faq-answer, .voice-strip article, .media-feature, .intel-chart-tooltip, .cta-email-toast { transition: none; }
  .dc-nav-cta, .dc-nav-cta::after, .ring-callout, .ring-callout::after,
  .featured-case img, .case-ledger > a,
  .media-feature::after, .media-feature > img, .media-list a, .media-list a::after, .voice-strip img,
  .intel-archive-link span, .research-grid article, .official-links a, .dc-footer-col a, .cta-boundary a, .dc-mobile-nav-toggle span { transition: none !important; }
  .voice-strip article > * { animation: none !important; }
}
