:root {
  --white: #ffffff;
  --ice: #f4f9ff;
  --blue-wash: #eaf4ff;
  --mint: #e5fbf2;
  --violet: #eeeaff;
  --silver: #c7d2df;
  --line: #d8e2ec;
  --royal: #2457e6;
  --royal-deep: #173eb4;
  --navy: #102749;
  --navy-soft: #38516f;
  --cyan: #65d5e8;
  --success: #147a5a;
  --danger: #a63e54;
  --shadow: 0 26px 70px rgba(24, 63, 111, .12);
  --header-h: 76px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--navy);
  background: var(--white);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img, svg { display: block; max-width: 100%; }
button { color: inherit; }
::selection { background: var(--violet); color: var(--navy); }

.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 1000;
  padding: 12px 16px;
  background: var(--navy);
  color: white;
  text-decoration: none;
  transition: top .2s ease;
}
.skip-link:focus { top: 12px; }
.sr-only,
.sr-only:not(:focus):not(:active) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  height: var(--header-h);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(18px, 4vw, 64px);
  background: rgba(255,255,255,.88);
  border-bottom: 1px solid rgba(199,210,223,.78);
  backdrop-filter: blur(18px);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  text-decoration: none;
  letter-spacing: -.02em;
}
.brand > span:last-child { display: grid; }
.brand strong { font-size: 1.02rem; }
.brand small { color: var(--navy-soft); font-size: .68rem; letter-spacing: .09em; text-transform: uppercase; }
.brand-orbit {
  width: 38px;
  height: 38px;
  position: relative;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: radial-gradient(circle, var(--royal) 0 17%, transparent 18%), linear-gradient(135deg, var(--mint), var(--violet));
}
.brand-orbit::before,
.brand-orbit i {
  content: "";
  position: absolute;
  inset: 7px 2px;
  border: 1px solid var(--royal);
  border-radius: 50%;
  transform: rotate(38deg);
}
.brand-orbit i:first-child { transform: rotate(-38deg); }
.brand-orbit i:last-child { inset: 2px 7px; transform: rotate(90deg); opacity: .5; }
.primary-nav { display: flex; align-items: center; gap: clamp(16px, 2vw, 30px); }
.primary-nav a {
  text-decoration: none;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .045em;
  position: relative;
}
.primary-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -8px;
  height: 1px;
  background: var(--royal);
  transition: right .2s ease;
}
.primary-nav a:hover::after,
.primary-nav a:focus-visible::after { right: 0; }
.nav-admin { color: var(--royal); }
.menu-toggle {
  display: none;
  border: 1px solid var(--line);
  background: white;
  padding: 9px 14px;
  border-radius: 999px;
  font-weight: 800;
}

.hero-map {
  min-height: 920px;
  padding: calc(var(--header-h) + 76px) clamp(24px, 5vw, 84px) 84px;
  position: relative;
  display: grid;
  grid-template-columns: minmax(330px, .85fr) minmax(520px, 1.35fr);
  align-items: center;
  gap: clamp(30px, 5vw, 96px);
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 18%, rgba(229,251,242,.92), transparent 24%),
    radial-gradient(circle at 9% 72%, rgba(238,234,255,.8), transparent 28%),
    linear-gradient(180deg, #fff 0%, var(--ice) 100%);
}
.map-grid,
.detail-grid {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(rgba(36,87,230,.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(36,87,230,.07) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, black, transparent 92%);
}
.longitude {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(36,87,230,.11);
  border-radius: 50%;
  width: 820px;
  height: 820px;
  top: -280px;
  right: -220px;
}
.longitude-two { width: 1050px; height: 1050px; top: -370px; right: -310px; }
.hero-copy { position: relative; z-index: 2; max-width: 640px; }
.coordinate-kicker,
.eyebrow,
.section-code,
.zone-code,
.detail-stage,
.detail-route span,
.ring-label {
  text-transform: uppercase;
  letter-spacing: .17em;
  font-size: .7rem;
  font-weight: 800;
  color: var(--royal);
}
.hero-copy h1,
.section-heading h2,
.band-copy h2,
.hub-intro h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: .98;
  margin: 22px 0;
}
.hero-copy h1 { font-size: clamp(3.7rem, 6.3vw, 7.35rem); max-width: 780px; }
.hero-copy h1 em { font-style: normal; color: var(--royal); }
.hero-copy > p:not(.coordinate-kicker) { max-width: 610px; font-size: clamp(1rem, 1.3vw, 1.18rem); color: var(--navy-soft); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.route-button {
  appearance: none;
  border: 1px solid var(--royal);
  padding: 14px 20px;
  text-decoration: none;
  font-weight: 800;
  font-size: .87rem;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.route-button:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(36,87,230,.18); }
.route-button.primary { color: white; background: var(--royal); }
.route-button.secondary { color: var(--royal); background: rgba(255,255,255,.7); }
.hero-data {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 56px 0 0;
  border-top: 1px solid var(--silver);
  border-bottom: 1px solid var(--silver);
}
.hero-data div { padding: 18px 18px 18px 0; border-right: 1px solid var(--silver); }
.hero-data div + div { padding-left: 18px; }
.hero-data div:last-child { border-right: 0; }
.hero-data dt { font: 700 clamp(1.4rem, 2.3vw, 2rem)/1 Georgia, serif; color: var(--royal); }
.hero-data dd { margin: 8px 0 0; color: var(--navy-soft); font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }

.world-atlas { position: relative; min-height: 620px; display: grid; align-items: center; }
.world-svg { width: 100%; filter: drop-shadow(0 24px 60px rgba(50,92,150,.08)); }
.graticule path { fill: none; stroke: rgba(36,87,230,.12); stroke-width: 1; stroke-dasharray: 4 9; }
.continents path { fill: rgba(255,255,255,.64); stroke: rgba(36,87,230,.32); stroke-width: 1.3; }
.network-lines path { fill: none; stroke: url(#lineGradient); stroke: var(--royal); stroke-width: 1.7; stroke-dasharray: 8 10; opacity: .53; animation: dashFlow 12s linear infinite; }
.svg-point { cursor: pointer; outline: none; }
.svg-point circle:first-child { fill: var(--royal); stroke: white; stroke-width: 3; }
.svg-point circle:last-child { fill: rgba(36,87,230,.08); stroke: var(--royal); stroke-width: 1; transform-box: fill-box; transform-origin: center; animation: pointPulse 2.8s ease-out infinite; }
.svg-point:hover circle:first-child,
.svg-point:focus circle:first-child { fill: var(--cyan); }
.publication-sphere {
  position: absolute;
  width: clamp(170px, 17vw, 260px);
  aspect-ratio: 1;
  top: 24%;
  left: 47%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 28%, rgba(255,255,255,.95), rgba(229,251,242,.76) 23%, rgba(36,87,230,.18) 63%, rgba(36,87,230,.08));
  box-shadow: inset -24px -20px 50px rgba(36,87,230,.14), 0 35px 80px rgba(36,87,230,.22);
  animation: sphereFloat 6s ease-in-out infinite;
}
.sphere-axis { position: absolute; inset: 12%; border: 1px solid rgba(36,87,230,.48); border-radius: 50%; }
.axis-one { transform: rotate(24deg); }
.axis-two { transform: rotate(75deg); }
.axis-three { inset: 36% 8%; }
.sphere-core { position: absolute; inset: 0; display: grid; place-items: center; font: 700 clamp(2rem, 4vw, 4rem)/1 Georgia, serif; color: var(--royal); }
.sphere-tag { position: absolute; font-size: .63rem; letter-spacing: .13em; text-transform: uppercase; background: white; border: 1px solid var(--line); padding: 6px 9px; box-shadow: 0 8px 22px rgba(25,62,112,.09); }
.tag-one { left: -12%; top: 27%; }
.tag-two { right: -18%; top: 44%; }
.tag-three { left: 36%; bottom: -7%; }
.map-readout {
  position: absolute;
  right: 1%;
  bottom: 5%;
  margin: 0;
  padding: 10px 0 10px 44px;
  font-size: .78rem;
  border-bottom: 1px solid var(--silver);
  min-width: 300px;
}
.map-readout::before { content: ""; position: absolute; left: 0; top: 50%; width: 30px; height: 1px; background: var(--royal); }
.map-readout span { color: var(--royal); font-weight: 900; margin-right: 10px; font-size: .62rem; letter-spacing: .13em; }
.hero-scale { position: absolute; right: 3%; bottom: 24px; display: flex; align-items: center; gap: 0; font-size: .58rem; letter-spacing: .14em; font-weight: 900; }
.hero-scale i { width: 38px; height: 7px; border: 1px solid var(--navy); border-right: 0; }
.hero-scale i:nth-of-type(even) { background: var(--navy); }

.map-band {
  min-height: 190px;
  display: grid;
  grid-template-columns: minmax(180px, .45fr) minmax(380px, 1.4fr) minmax(260px, .65fr);
  align-items: center;
  gap: 40px;
  padding: 34px clamp(24px, 5vw, 84px);
  border-top: 1px solid rgba(36,87,230,.18);
  border-bottom: 1px solid rgba(36,87,230,.18);
  background: linear-gradient(90deg, var(--blue-wash), white 45%, var(--mint));
  position: relative;
  overflow: hidden;
}
.map-band::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(90deg, transparent 49.8%, rgba(36,87,230,.08) 50%, transparent 50.2%); background-size: 80px 100%; pointer-events: none; }
.band-index { display: grid; gap: 4px; z-index: 1; }
.band-index span { font-size: .62rem; letter-spacing: .18em; font-weight: 800; color: var(--royal); }
.band-index strong { font: 400 2.3rem/1 Georgia, serif; }
.band-copy { z-index: 1; }
.band-copy h2 { font-size: clamp(2rem, 3.7vw, 4rem); margin: 9px 0 0; }
.band-copy p { margin: 0; }
.band-note { z-index: 1; margin: 0; color: var(--navy-soft); font-size: .92rem; border-left: 1px solid var(--royal); padding-left: 20px; }
.band-zones { background: linear-gradient(90deg, var(--violet), white 50%, var(--blue-wash)); }
.band-routes { background: linear-gradient(90deg, var(--mint), white 50%, var(--violet)); }
.band-directory { background: linear-gradient(90deg, var(--blue-wash), white 50%, var(--mint)); }

.coordinate-field,
.global-rings,
.atlas-legend,
.testimonial-map,
.faq-directory { padding: clamp(80px, 10vw, 150px) clamp(24px, 5vw, 84px); }
.coordinate-field { background: #fbfdff; }
.section-heading {
  display: grid;
  grid-template-columns: minmax(145px, .35fr) minmax(420px, 1.1fr) minmax(260px, .55fr);
  gap: 34px;
  align-items: end;
  margin-bottom: 64px;
}
.section-heading h2 { font-size: clamp(2.7rem, 5vw, 5.7rem); margin: 10px 0 0; }
.section-heading > p { color: var(--navy-soft); margin: 0; padding-left: 20px; border-left: 1px solid var(--silver); }
.coordinate-system { position: relative; border-top: 1px solid var(--silver); display: grid; grid-template-columns: minmax(380px, .85fr) minmax(420px, 1.15fr); gap: 0; }
.coordinate-ruler { position: absolute; left: 0; right: 0; top: -27px; display: flex; justify-content: space-between; font-size: .6rem; color: var(--navy-soft); letter-spacing: .12em; }
.coordinate-ruler span { position: relative; }
.coordinate-ruler span::after { content: ""; position: absolute; top: 21px; left: 50%; height: 8px; width: 1px; background: var(--silver); }
.coordinate-list { border-right: 1px solid var(--silver); }
.coordinate-entry {
  width: 100%;
  min-height: 92px;
  display: grid;
  grid-template-columns: 54px 1fr auto;
  align-items: center;
  gap: 18px;
  text-align: left;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  cursor: pointer;
  transition: background .2s ease, padding .2s ease;
}
.coordinate-entry span { color: var(--royal); font: 700 1rem Georgia, serif; }
.coordinate-entry strong { font-size: clamp(1rem, 1.4vw, 1.3rem); }
.coordinate-entry small { font-size: .63rem; letter-spacing: .12em; color: var(--navy-soft); padding-right: 24px; }
.coordinate-entry:hover,
.coordinate-entry.is-active { background: linear-gradient(90deg, rgba(36,87,230,.08), transparent); padding-left: 15px; }
.coordinate-entry.is-active strong { color: var(--royal); }
.coordinate-detail {
  min-height: 552px;
  padding: clamp(38px, 5vw, 80px);
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, white, var(--blue-wash));
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.detail-grid { z-index: 0; opacity: .48; }
.coordinate-detail > *:not(.detail-grid) { position: relative; z-index: 1; }
.detail-coordinate { font: 400 clamp(3.2rem, 7vw, 7rem)/.9 Georgia, serif; color: rgba(36,87,230,.17); margin: 0 0 24px; }
.coordinate-detail h3 { font: 400 clamp(2.2rem, 4vw, 4.3rem)/1 Georgia, serif; letter-spacing: -.04em; margin: 12px 0 18px; }
.detail-description { color: var(--navy-soft); max-width: 580px; font-size: 1.05rem; }
.detail-route { margin-top: 34px; padding-top: 18px; border-top: 1px solid var(--silver); display: flex; gap: 20px; align-items: center; }
.coordinate-detail > a { margin-top: 38px; color: var(--royal); text-decoration: none; font-weight: 900; }

.research-zones {
  display: grid;
  grid-template-columns: 55px repeat(4, 1fr);
  min-height: 560px;
  background: var(--navy);
  color: white;
}
.zone-axis { display: flex; writing-mode: vertical-rl; transform: rotate(180deg); align-items: center; justify-content: space-around; padding: 18px 0; border-right: 1px solid rgba(255,255,255,.2); font-size: .56rem; letter-spacing: .18em; color: #a9bdd4; }
.zone {
  padding: 52px clamp(24px, 3vw, 48px);
  border-right: 1px solid rgba(255,255,255,.2);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: flex .35s ease, background .35s ease;
}
.zone:last-child { border-right: 0; }
.zone::before,
.zone::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; width: 310px; height: 310px; top: 8%; left: 50%; transform: translateX(-50%); }
.zone::after { width: 200px; height: 200px; top: 18%; }
.zone:nth-of-type(2) { background: rgba(36,87,230,.22); }
.zone:nth-of-type(3) { background: rgba(101,213,232,.11); }
.zone:nth-of-type(4) { background: rgba(177,154,255,.12); }
.zone:nth-of-type(5) { background: rgba(91,220,170,.1); }
.zone h3 { font: 400 clamp(1.8rem, 2.6vw, 3rem)/1 Georgia, serif; margin: 15px 0; position: relative; z-index: 1; }
.zone p { color: #c7d3e3; position: relative; z-index: 1; }
.zone strong { margin-top: 30px; font-size: .62rem; letter-spacing: .17em; color: var(--cyan); position: relative; z-index: 1; }
.zone-code { color: var(--cyan); position: relative; z-index: 1; }
.zone:hover { background: rgba(36,87,230,.38); }

.global-rings { background: linear-gradient(180deg, white, var(--ice)); }
.rings-layout { display: grid; grid-template-columns: minmax(480px, 1.2fr) minmax(340px, .8fr); align-items: center; gap: clamp(40px, 8vw, 130px); }
.quartile-orbit { position: relative; width: min(680px, 100%); aspect-ratio: 1; margin-inline: auto; }
.ring { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); border-radius: 50%; border: 1px solid rgba(36,87,230,.32); background: transparent; cursor: pointer; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.ring span { position: absolute; top: 4%; left: 50%; transform: translateX(-50%); display: grid; place-items: center; width: 45px; height: 25px; background: white; color: var(--royal); font-size: .7rem; font-weight: 900; letter-spacing: .1em; }
.ring:hover,
.ring.is-active { background: rgba(36,87,230,.035); border-color: var(--royal); }
.ring-q4 { width: 100%; height: 100%; }
.ring-q3 { width: 78%; height: 78%; }
.ring-q2 { width: 57%; height: 57%; }
.ring-q1 { width: 36%; height: 36%; }
.orbit-core { position: absolute; width: 14%; height: 14%; left: 50%; top: 50%; transform: translate(-50%, -50%); border-radius: 50%; background: var(--royal); color: white; display: grid; place-content: center; text-align: center; box-shadow: 0 18px 44px rgba(36,87,230,.28); }
.orbit-core strong { font: 700 clamp(1.2rem, 2vw, 2rem)/1 Georgia, serif; }
.orbit-core small { font-size: .48rem; letter-spacing: .08em; text-transform: uppercase; margin-top: 5px; }
.ring-readout { border-top: 1px solid var(--royal); padding-top: 24px; }
.ring-readout h3 { font: 400 clamp(2rem, 3vw, 3.7rem)/1 Georgia, serif; margin: 16px 0; }
.ring-readout p { color: var(--navy-soft); }
.ring-readout ul { list-style: none; padding: 0; margin: 34px 0 0; display: grid; grid-template-columns: 1fr 1fr; }
.ring-readout li { padding: 13px 14px 13px 0; border-top: 1px solid var(--line); font-size: .82rem; }

.route-map { padding: 100px clamp(24px, 5vw, 84px) 130px; position: relative; background: #fcfeff; }
.route-line { position: absolute; left: calc(5vw + 33px); top: 130px; bottom: 170px; width: 1px; background: var(--silver); }
.route-line span { position: absolute; left: -4px; top: 0; width: 9px; height: 70px; background: var(--royal); animation: routeTravel 8s ease-in-out infinite; }
.route-stops { margin: 0; padding: 0; list-style: none; display: grid; gap: 15px; }
.route-stop { display: grid; grid-template-columns: 68px 1fr; gap: 28px; align-items: center; min-height: 155px; position: relative; }
.route-number { width: 68px; height: 68px; display: grid; place-items: center; border: 1px solid var(--royal); border-radius: 50%; background: white; color: var(--royal); font: 700 1.1rem Georgia, serif; position: relative; z-index: 2; }
.route-stop div { display: grid; grid-template-columns: 130px minmax(220px, 1fr) minmax(260px, .75fr); align-items: center; gap: 25px; border-bottom: 1px solid var(--line); padding: 28px 0; }
.route-stop small { color: var(--royal); font-size: .62rem; letter-spacing: .17em; font-weight: 900; }
.route-stop h3 { font: 400 clamp(1.7rem, 2.8vw, 3rem)/1 Georgia, serif; margin: 0; }
.route-stop p { color: var(--navy-soft); margin: 0; }

.atlas-legend { background: var(--violet); }
.legend-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(36,87,230,.25); border-left: 1px solid rgba(36,87,230,.25); }
.legend-grid button { min-height: 150px; border: 0; border-right: 1px solid rgba(36,87,230,.25); border-bottom: 1px solid rgba(36,87,230,.25); background: rgba(255,255,255,.36); padding: 25px; text-align: left; display: grid; grid-template-columns: 45px 1fr; align-items: center; cursor: pointer; transition: background .2s ease, transform .2s ease; }
.legend-grid button:hover { background: white; transform: translateY(-4px); }
.legend-grid i { font: normal 1.8rem Georgia, serif; color: var(--royal); }
.legend-grid span { font-weight: 800; line-height: 1.2; }
.legend-grid small { grid-column: 2; font-size: .58rem; letter-spacing: .13em; color: var(--navy-soft); }

.testimonial-map { background: white; }
.voice-map-canvas { min-height: 580px; position: relative; background: linear-gradient(180deg, var(--ice), white); overflow: hidden; border-top: 1px solid var(--silver); border-bottom: 1px solid var(--silver); }
.voice-map-canvas > svg { position: absolute; inset: 40px 0 auto; width: 100%; }
.voice-land path { fill: rgba(36,87,230,.055); stroke: rgba(36,87,230,.18); }
.voice-connections path { fill: none; stroke: rgba(36,87,230,.28); stroke-width: 1.5; stroke-dasharray: 8 10; }
.voice-marker { position: absolute; left: var(--x); top: var(--y); transform: translate(-50%, -50%); width: 54px; height: 54px; border-radius: 50%; border: 1px solid var(--royal); background: white; cursor: pointer; box-shadow: 0 14px 34px rgba(36,87,230,.17); z-index: 3; }
.voice-marker::after { content: ""; position: absolute; inset: -9px; border: 1px solid rgba(36,87,230,.3); border-radius: 50%; opacity: 0; transform: scale(.7); transition: .2s ease; }
.voice-marker:hover::after,
.voice-marker.is-active::after { opacity: 1; transform: scale(1); }
.voice-marker span { font-size: .72rem; font-weight: 900; color: var(--royal); }
.voice-readout { position: absolute; right: 5%; bottom: 7%; width: min(520px, 48%); margin: 0; padding: 34px; background: rgba(255,255,255,.9); border-left: 2px solid var(--royal); box-shadow: var(--shadow); backdrop-filter: blur(10px); }
.voice-region { font-size: .65rem; letter-spacing: .14em; color: var(--royal); font-weight: 900; text-transform: uppercase; }
.voice-quote { font: 400 clamp(1.5rem, 2.4vw, 2.5rem)/1.15 Georgia, serif; margin: 18px 0; }
.voice-name { font-style: normal; font-weight: 800; }

.faq-directory { background: var(--ice); display: grid; grid-template-columns: 70px minmax(0,1fr); column-gap: 30px; }
.directory-console { grid-column: 1 / -1; margin-bottom: 42px; }
.directory-console > label { display: block; font-size: .65rem; text-transform: uppercase; letter-spacing: .15em; font-weight: 900; color: var(--royal); margin-bottom: 10px; }
.directory-input { display: grid; grid-template-columns: 50px 1fr auto; border-bottom: 2px solid var(--navy); align-items: center; background: white; }
.directory-input span { text-align: center; font-size: 1.4rem; }
.directory-input input { width: 100%; border: 0; outline: 0; padding: 20px 10px; font-size: clamp(1rem, 1.6vw, 1.35rem); background: transparent; color: var(--navy); }
.directory-input kbd { margin-right: 18px; font: 800 .57rem/1 sans-serif; letter-spacing: .12em; color: var(--royal); }
.directory-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.directory-filters button { border: 1px solid var(--silver); background: white; padding: 8px 13px; font-size: .72rem; font-weight: 800; cursor: pointer; }
.directory-filters button.is-active { background: var(--royal); border-color: var(--royal); color: white; }
.directory-status { font-size: .74rem; color: var(--navy-soft); margin: 18px 0 0; }
.alphabet-rail { display: flex; flex-direction: column; align-items: center; gap: 5px; position: sticky; top: calc(var(--header-h) + 18px); align-self: start; max-height: 72vh; }
.alphabet-rail button { width: 28px; height: 23px; border: 0; background: transparent; font-size: .62rem; font-weight: 900; cursor: pointer; color: var(--navy-soft); }
.alphabet-rail button:hover { color: var(--royal); }
.faq-results { border-top: 1px solid var(--silver); }
.faq-group { display: grid; grid-template-columns: 90px 1fr; border-bottom: 1px solid var(--silver); }
.faq-letter { font: 400 3.2rem/1 Georgia, serif; color: var(--royal); padding: 28px 0; }
.faq-group-items { border-left: 1px solid var(--silver); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item:last-child { border-bottom: 0; }
.faq-question { width: 100%; border: 0; background: transparent; display: grid; grid-template-columns: 1fr 30px; gap: 15px; text-align: left; padding: 25px 28px; cursor: pointer; font-weight: 800; }
.faq-question span:last-child { color: var(--royal); font-size: 1.2rem; transition: transform .2s ease; }
.faq-item.is-open .faq-question span:last-child { transform: rotate(45deg); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }
.faq-answer > div { overflow: hidden; }
.faq-answer p { margin: 0; padding: 0 28px 28px; color: var(--navy-soft); }
.faq-item.is-open .faq-answer { grid-template-rows: 1fr; }
.directory-more { grid-column: 2; justify-self: center; margin-top: 30px; border: 1px solid var(--royal); color: var(--royal); background: white; padding: 11px 18px; cursor: pointer; font-weight: 900; }

.international-hub {
  min-height: 760px;
  display: grid;
  grid-template-columns: minmax(360px, .8fr) minmax(500px, 1.2fr);
  gap: clamp(50px, 8vw, 120px);
  align-items: center;
  padding: clamp(90px, 10vw, 150px) clamp(24px, 5vw, 84px);
  background: var(--navy);
  color: white;
  position: relative;
  overflow: hidden;
}
.hub-map { position: absolute; left: 5%; top: 11%; width: min(430px, 35vw); aspect-ratio: 1; opacity: .19; }
.hub-map strong { position: absolute; inset: 0; display: grid; place-content: center; text-align: center; color: white; font: 700 3rem/1 Georgia, serif; }
.hub-orbit { position: absolute; border: 1px solid var(--cyan); border-radius: 50%; inset: 12%; }
.orbit-b { inset: 27%; }
.orbit-c { inset: 42%; }
.hub-node { position: absolute; width: 12px; height: 12px; background: var(--cyan); border-radius: 50%; }
.node-a { left: 15%; top: 23%; }.node-b { right: 11%; top: 49%; }.node-c { left: 31%; bottom: 8%; }.node-d { right: 30%; top: 8%; }
.hub-intro { position: relative; z-index: 1; }
.hub-intro h2 { font-size: clamp(3rem, 5vw, 6rem); }
.hub-intro > p:not(.coordinate-kicker) { color: #c5d4e7; max-width: 620px; }
.hub-contact-strip { margin-top: 50px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.25); display: grid; gap: 6px; }
.hub-contact-strip span { color: var(--cyan); font-size: .62rem; letter-spacing: .15em; text-transform: uppercase; font-weight: 900; }
.hub-contact-strip strong { font-size: .78rem; line-height: 1.8; }
.hub-form { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding: clamp(28px, 4vw, 52px); background: white; color: var(--navy); box-shadow: 0 30px 80px rgba(0,0,0,.22); }
.form-route { grid-column: 1 / -1; display: flex; align-items: center; gap: 9px; margin-bottom: 14px; font-size: .58rem; letter-spacing: .12em; font-weight: 900; color: var(--royal); }
.form-route i { height: 1px; background: var(--silver); flex: 1; }
.hub-form label,
.takeover-shell label { display: grid; gap: 7px; font-size: .7rem; font-weight: 900; letter-spacing: .04em; }
.hub-form input,
.hub-form select,
.hub-form textarea,
.takeover-shell input,
.takeover-shell select,
.takeover-shell textarea {
  width: 100%;
  border: 1px solid var(--silver);
  background: white;
  color: var(--navy);
  padding: 12px 13px;
  outline: none;
}
.hub-form input:focus,
.hub-form select:focus,
.hub-form textarea:focus,
.takeover-shell input:focus,
.takeover-shell select:focus,
.takeover-shell textarea:focus { border-color: var(--royal); box-shadow: 0 0 0 3px rgba(36,87,230,.09); }
.form-wide { grid-column: 1 / -1; }
.consent { grid-template-columns: auto 1fr !important; align-items: start; font-weight: 600 !important; color: var(--navy-soft); }
.consent input { width: auto; margin-top: 4px; }
.form-response { margin: 0; min-height: 24px; font-size: .8rem; }
.form-response.is-success { color: var(--success); }
.form-response.is-error { color: var(--danger); }

.geo-footer { padding: 46px clamp(24px, 5vw, 84px) 24px; background: #091a34; color: white; display: grid; grid-template-columns: 1fr auto; gap: 28px 50px; border-top: 1px solid rgba(255,255,255,.15); }
.footer-brand { display: flex; align-items: center; gap: 13px; }
.footer-brand > div { display: grid; }
.footer-brand small { color: #9bb0c9; }
.geo-data { display: grid; grid-template-columns: repeat(6, auto); gap: 9px 14px; align-items: center; font-size: .66rem; }
.geo-data span { color: var(--cyan); letter-spacing: .13em; }
.geo-footer nav { display: flex; flex-wrap: wrap; gap: 20px; }
.geo-footer nav a { color: #c6d4e5; text-decoration: none; font-size: .78rem; }
.geo-footer > p { margin: 0; color: #8fa5be; font-size: .72rem; max-width: 720px; justify-self: end; text-align: right; }
.footer-scale { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.16); padding-top: 18px; display: flex; align-items: center; gap: 16px; font-size: .6rem; letter-spacing: .12em; }
.footer-scale i { height: 1px; background: rgba(255,255,255,.2); flex: 1; }

.chat-launch { position: fixed; right: 22px; bottom: 22px; z-index: 90; border: 1px solid var(--royal); background: var(--royal); color: white; padding: 11px 16px 11px 11px; display: flex; align-items: center; gap: 9px; box-shadow: 0 18px 44px rgba(36,87,230,.28); cursor: pointer; }
.chat-launch span { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; }
.chat-launch strong { font-size: .75rem; }
.chat-panel { position: fixed; right: 22px; bottom: 22px; z-index: 110; width: min(420px, calc(100vw - 28px)); height: min(690px, calc(100vh - 44px)); background: white; border: 1px solid var(--silver); box-shadow: 0 30px 90px rgba(16,39,73,.25); display: grid; grid-template-rows: auto 25px 1fr auto auto auto; transform: translateY(30px) scale(.98); opacity: 0; visibility: hidden; transition: .25s ease; }
.chat-panel.is-open { transform: none; opacity: 1; visibility: visible; }
.chat-panel header { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; background: var(--navy); color: white; }
.chat-panel header div { display: grid; }
.chat-panel header span { color: var(--cyan); font-size: .58rem; letter-spacing: .14em; }
.chat-close { border: 0; background: transparent; color: white; font-size: 1.7rem; cursor: pointer; }
.chat-mapline { display: flex; align-items: center; justify-content: space-around; border-bottom: 1px solid var(--line); }
.chat-mapline i { width: 6px; height: 6px; border-radius: 50%; background: var(--royal); position: relative; }
.chat-mapline i:not(:last-child)::after { content: ""; position: absolute; left: 6px; top: 2px; width: 84px; border-top: 1px dashed var(--silver); }
.chat-messages { padding: 20px; overflow-y: auto; display: flex; flex-direction: column; gap: 14px; background: linear-gradient(180deg, var(--ice), white); }
.chat-message { max-width: 86%; padding: 12px 14px; font-size: .82rem; border: 1px solid var(--line); }
.chat-message.user { align-self: flex-end; background: var(--royal); color: white; border-color: var(--royal); }
.chat-message.assistant { align-self: flex-start; background: white; }
.chat-message.system { align-self: center; background: var(--mint); color: var(--success); text-align: center; }
.message-meta { display: block; margin-top: 7px; font-size: .55rem; letter-spacing: .08em; opacity: .7; text-transform: uppercase; }
.chat-related { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 9px; }
.chat-related button { border: 1px solid var(--silver); background: var(--ice); padding: 6px 8px; text-align: left; font-size: .67rem; cursor: pointer; }
.chat-suggestions { padding: 10px 14px; display: flex; gap: 6px; overflow-x: auto; border-top: 1px solid var(--line); }
.chat-suggestions button { flex: 0 0 auto; border: 1px solid var(--silver); background: white; padding: 7px 9px; font-size: .64rem; cursor: pointer; }
.chat-form { display: grid; grid-template-columns: 1fr 48px; border-top: 1px solid var(--line); }
.chat-form input { border: 0; padding: 15px; outline: none; }
.chat-form button { border: 0; background: var(--royal); color: white; font-size: 1.3rem; cursor: pointer; }
.takeover-link { border: 0; border-top: 1px solid var(--line); background: var(--violet); color: var(--royal); padding: 10px; font-size: .7rem; font-weight: 900; cursor: pointer; }

.takeover-dialog { border: 0; padding: 0; width: min(720px, calc(100vw - 30px)); box-shadow: 0 30px 90px rgba(16,39,73,.3); }
.takeover-dialog::backdrop { background: rgba(8,24,49,.66); backdrop-filter: blur(5px); }
.takeover-shell { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding: 30px; }
.takeover-shell header { grid-column: 1 / -1; display: flex; justify-content: space-between; align-items: start; border-bottom: 1px solid var(--line); padding-bottom: 18px; }
.takeover-shell header span { font-size: .6rem; color: var(--royal); font-weight: 900; letter-spacing: .15em; }
.takeover-shell h2 { font: 400 2.2rem/1 Georgia, serif; margin: 7px 0 0; }
.takeover-shell header button { border: 0; background: transparent; font-size: 1.6rem; cursor: pointer; }
.takeover-shell > p { grid-column: 1 / -1; color: var(--navy-soft); }
.dialog-wide { grid-column: 1 / -1; }
.takeover-response { margin: 0; font-size: .8rem; }

.admin-body { background: var(--ice); min-height: 100vh; }
.admin-shell { min-height: 100vh; display: grid; grid-template-columns: 260px 1fr; }
.admin-sidebar { background: var(--navy); color: white; padding: 28px; display: flex; flex-direction: column; gap: 34px; position: sticky; top: 0; height: 100vh; }
.admin-sidebar .brand small { color: #9fb4cc; }
.admin-nav { display: grid; gap: 8px; }
.admin-nav button, .admin-nav a { border: 0; text-decoration: none; background: transparent; color: #c7d3e3; text-align: left; padding: 11px 12px; cursor: pointer; font-size: .82rem; border-left: 2px solid transparent; }
.admin-nav button.is-active { color: white; border-left-color: var(--cyan); background: rgba(255,255,255,.06); }
.admin-sidebar-footer { margin-top: auto; font-size: .65rem; color: #8fa5be; }
.admin-main { padding: 34px clamp(24px, 4vw, 64px) 70px; }
.admin-topbar { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 32px; }
.admin-topbar h1 { font: 400 clamp(2.2rem, 4vw, 4.3rem)/1 Georgia, serif; margin: 7px 0 0; }
.admin-status { display: flex; align-items: center; gap: 8px; font-size: .7rem; font-weight: 900; letter-spacing: .1em; }
.admin-status i { width: 9px; height: 9px; border-radius: 50%; background: #3ed19b; box-shadow: 0 0 0 5px rgba(62,209,155,.14); }
.login-view { min-height: 100vh; display: grid; place-items: center; background: linear-gradient(135deg, var(--ice), var(--violet)); padding: 24px; }
.login-panel { width: min(480px, 100%); background: white; border-top: 3px solid var(--royal); box-shadow: var(--shadow); padding: 38px; }
.login-panel h1 { font: 400 2.8rem/1 Georgia, serif; margin: 18px 0 12px; }
.login-panel p { color: var(--navy-soft); }
.login-form { display: grid; gap: 16px; margin-top: 28px; }
.login-form label { display: grid; gap: 7px; font-size: .72rem; font-weight: 900; }
.login-form input { padding: 12px; border: 1px solid var(--silver); }
.login-response { min-height: 22px; color: var(--danger); font-size: .8rem; }
.dashboard-view[hidden], .login-view[hidden] { display: none; }
.admin-metrics { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--silver); border-left: 1px solid var(--silver); margin-bottom: 34px; }
.metric { min-height: 130px; padding: 22px; border-right: 1px solid var(--silver); border-bottom: 1px solid var(--silver); background: white; }
.metric span { font-size: .62rem; letter-spacing: .14em; color: var(--royal); font-weight: 900; }
.metric strong { display: block; margin-top: 13px; font: 400 2.8rem/1 Georgia, serif; }
.admin-map-layout { display: grid; grid-template-columns: 1.2fr .8fr; gap: 24px; }
.enquiry-map { min-height: 470px; background: white; border: 1px solid var(--silver); position: relative; overflow: hidden; }
.enquiry-map svg { position: absolute; inset: 30px; width: calc(100% - 60px); opacity: .8; }
.enquiry-map .voice-land path { fill: rgba(36,87,230,.08); }
.admin-map-marker { position: absolute; left: var(--x); top: var(--y); width: calc(14px + var(--count, 1) * 2px); height: calc(14px + var(--count, 1) * 2px); max-width: 52px; max-height: 52px; border-radius: 50%; background: var(--royal); border: 3px solid white; box-shadow: 0 0 0 1px var(--royal); cursor: pointer; }
.admin-map-marker span { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); color: white; font-size: .58rem; font-weight: 900; }
.map-summary { background: var(--navy); color: white; padding: 28px; }
.map-summary h2 { font: 400 2.1rem/1 Georgia, serif; margin: 8px 0 24px; }
.region-bars { display: grid; gap: 15px; }
.region-row { display: grid; grid-template-columns: 115px 1fr 24px; gap: 12px; align-items: center; font-size: .7rem; }
.region-track { height: 5px; background: rgba(255,255,255,.15); }
.region-track i { display: block; height: 100%; width: var(--width); background: var(--cyan); }
.admin-section { margin-top: 42px; }
.admin-section-header { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.admin-section-header h2 { font: 400 2.4rem/1 Georgia, serif; margin: 0; }
.admin-filters { display: flex; flex-wrap: wrap; gap: 8px; }
.admin-filters select, .admin-filters input { border: 1px solid var(--silver); background: white; padding: 9px 10px; font-size: .75rem; }
.admin-table-wrap { overflow-x: auto; border: 1px solid var(--silver); background: white; }
.admin-table { width: 100%; border-collapse: collapse; min-width: 980px; }
.admin-table th { text-align: left; font-size: .58rem; text-transform: uppercase; letter-spacing: .13em; color: var(--royal); background: var(--ice); padding: 13px; border-bottom: 1px solid var(--silver); }
.admin-table td { padding: 14px 13px; border-bottom: 1px solid var(--line); font-size: .76rem; vertical-align: top; }
.admin-table td strong { display: block; }
.admin-table td small { color: var(--navy-soft); }
.status-select { border: 1px solid var(--silver); padding: 6px; background: white; font-size: .7rem; }
.chat-list { display: grid; gap: 12px; }
.admin-chat { background: white; border-left: 3px solid var(--silver); padding: 18px; display: grid; grid-template-columns: 1fr auto; gap: 16px; }
.admin-chat.human-requested { border-left-color: var(--danger); }
.admin-chat h3 { margin: 0 0 8px; font-size: .92rem; }
.admin-chat p { margin: 0; color: var(--navy-soft); font-size: .76rem; }
.logout-button { border: 1px solid rgba(255,255,255,.25); background: transparent; color: white; padding: 9px 12px; cursor: pointer; }

@keyframes dashFlow { to { stroke-dashoffset: -180; } }
@keyframes pointPulse { 0% { transform: scale(.55); opacity: .8; } 80%,100% { transform: scale(1.5); opacity: 0; } }
@keyframes sphereFloat { 0%,100% { transform: translate(-50%, -50%); } 50% { transform: translate(-50%, calc(-50% - 13px)); } }
@keyframes routeTravel { 0% { top: 0; } 50% { top: calc(100% - 70px); } 100% { top: 0; } }

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

@media (max-width: 1180px) {
  .hero-map { grid-template-columns: 1fr; padding-top: calc(var(--header-h) + 60px); }
  .hero-copy { max-width: 850px; }
  .hero-copy h1 { max-width: 850px; }
  .world-atlas { min-height: 530px; }
  .publication-sphere { left: 50%; top: 28%; }
  .section-heading { grid-template-columns: 130px 1fr; }
  .section-heading > p { grid-column: 2; }
  .research-zones { grid-template-columns: 45px 1fr 1fr; }
  .zone:nth-of-type(4), .zone:nth-of-type(5) { border-top: 1px solid rgba(255,255,255,.2); }
  .zone-axis { grid-row: 1 / 3; }
  .legend-grid { grid-template-columns: repeat(3, 1fr); }
  .admin-map-layout { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
  .menu-toggle { display: block; }
  .primary-nav { position: fixed; top: var(--header-h); left: 0; right: 0; display: grid; gap: 0; padding: 12px 24px 24px; background: white; border-bottom: 1px solid var(--silver); transform: translateY(-120%); opacity: 0; visibility: hidden; transition: .2s ease; }
  .primary-nav.is-open { transform: none; opacity: 1; visibility: visible; }
  .primary-nav a { padding: 12px 0; border-bottom: 1px solid var(--line); }
  .map-band { grid-template-columns: 1fr; gap: 16px; padding-block: 44px; }
  .band-note { max-width: 650px; }
  .coordinate-system { grid-template-columns: 1fr; }
  .coordinate-list { border-right: 0; }
  .rings-layout { grid-template-columns: 1fr; }
  .quartile-orbit { max-width: 590px; }
  .route-stop div { grid-template-columns: 110px 1fr; }
  .route-stop p { grid-column: 2; }
  .legend-grid { grid-template-columns: repeat(2, 1fr); }
  .voice-readout { width: 66%; }
  .international-hub { grid-template-columns: 1fr; }
  .hub-map { width: 50vw; right: 2%; left: auto; }
  .geo-footer { grid-template-columns: 1fr; }
  .geo-footer > p { justify-self: start; text-align: left; }
  .admin-shell { grid-template-columns: 1fr; }
  .admin-sidebar { position: static; height: auto; flex-direction: row; align-items: center; padding: 18px 24px; }
  .admin-sidebar .brand { flex: 1; }
  .admin-nav { display: none; }
  .admin-sidebar-footer { display: none; }
  .admin-metrics { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  :root { --header-h: 68px; }
  .site-header { padding-inline: 16px; }
  .brand small { display: none; }
  .hero-map { padding-inline: 18px; min-height: auto; padding-bottom: 70px; }
  .hero-copy h1 { font-size: clamp(3rem, 15vw, 4.8rem); }
  .hero-data { grid-template-columns: 1fr; }
  .hero-data div { border-right: 0; border-bottom: 1px solid var(--silver); padding-left: 0 !important; }
  .hero-data div:last-child { border-bottom: 0; }
  .world-atlas { min-height: 410px; margin-inline: -30px; }
  .publication-sphere { width: 130px; }
  .sphere-tag { display: none; }
  .map-readout { right: 20px; bottom: 2%; min-width: 250px; }
  .hero-scale { display: none; }
  .coordinate-field, .global-rings, .atlas-legend, .testimonial-map, .faq-directory { padding: 80px 18px; }
  .section-heading { grid-template-columns: 1fr; gap: 14px; margin-bottom: 45px; }
  .section-heading > p { grid-column: auto; }
  .section-heading h2 { font-size: 3.1rem; }
  .coordinate-entry { grid-template-columns: 38px 1fr; }
  .coordinate-entry small { display: none; }
  .coordinate-detail { min-height: 460px; padding: 32px 22px; }
  .detail-coordinate { font-size: 3rem; }
  .research-zones { grid-template-columns: 1fr; }
  .zone-axis { display: none; }
  .zone { min-height: 360px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .ring-readout ul { grid-template-columns: 1fr; }
  .route-map { padding-inline: 18px; }
  .route-line { left: 49px; }
  .route-stop { grid-template-columns: 62px 1fr; gap: 15px; }
  .route-number { width: 62px; height: 62px; }
  .route-stop div { grid-template-columns: 1fr; gap: 8px; }
  .route-stop p { grid-column: auto; }
  .legend-grid { grid-template-columns: 1fr; }
  .voice-map-canvas { min-height: 620px; }
  .voice-marker { width: 46px; height: 46px; }
  .voice-readout { left: 18px; right: 18px; bottom: 18px; width: auto; }
  .faq-directory { grid-template-columns: 1fr; }
  .alphabet-rail { display: none; }
  .faq-group { grid-template-columns: 48px 1fr; }
  .faq-letter { font-size: 2rem; }
  .directory-input { grid-template-columns: 42px 1fr; }
  .directory-input kbd { display: none; }
  .directory-more { grid-column: 1; }
  .hub-form, .takeover-shell { grid-template-columns: 1fr; padding: 24px 18px; }
  .form-wide, .dialog-wide, .takeover-shell header, .takeover-shell > p { grid-column: auto; }
  .geo-data { grid-template-columns: repeat(2, auto); justify-content: start; }
  .chat-launch strong { display: none; }
  .chat-launch { padding-right: 11px; }
  .chat-panel { right: 14px; bottom: 14px; height: calc(100vh - 28px); }
  .admin-main { padding: 26px 16px 60px; }
  .admin-topbar { align-items: start; flex-direction: column; }
  .admin-metrics { grid-template-columns: 1fr 1fr; }
  .metric { min-height: 105px; padding: 16px; }
  .metric strong { font-size: 2.2rem; }
}


/* CMS-created pages inherit the supplied global research-atlas design. */
.cms-page-main { min-height: 70vh; padding-top: var(--header-h); background: var(--ice); }
.cms-legal-section { position: relative; padding: clamp(54px, 8vw, 110px) clamp(20px, 6vw, 88px); overflow: hidden; }
.cms-legal-section::before { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(36,87,230,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(36,87,230,.055) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom, black, transparent 90%); }
.cms-legal-document { position: relative; width: min(920px, 100%); margin: 0 auto; padding: clamp(28px, 6vw, 68px); border: 1px solid var(--line); background: rgba(255,255,255,.94); box-shadow: var(--shadow); }
.cms-legal-document::before { content: "PS / VERIFIED ROUTE"; display: block; margin-bottom: 26px; padding-bottom: 13px; border-bottom: 1px solid var(--line); color: var(--royal); font-size: .72rem; font-weight: 900; letter-spacing: .16em; }
.cms-legal-document h1 { margin: 0 0 20px; max-width: 780px; font-size: clamp(2.45rem, 6vw, 5rem); line-height: .98; letter-spacing: -.055em; }
.cms-legal-document h2 { margin: 42px 0 12px; padding-top: 22px; border-top: 1px solid var(--line); font-size: clamp(1.35rem, 3vw, 2rem); line-height: 1.18; }
.cms-legal-document p { max-width: 780px; color: var(--navy-soft); }
.cms-legal-document .legal-intro { color: var(--navy); font-size: 1.12rem; line-height: 1.8; }
.cms-legal-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
html[data-theme="dark"] body, html[data-theme="dark"] .cms-page-main, html[data-theme="dark"] .hero-map, html[data-theme="dark"] .faq-directory { background: var(--ice); color: var(--navy); }
html[data-theme="dark"] .site-header, html[data-theme="dark"] .cms-legal-document, html[data-theme="dark"] .directory-console, html[data-theme="dark"] .hub-form { background: var(--white); }
html[data-theme="dark"] .primary-nav { background: var(--white); }
@media (max-width: 720px) { .cms-legal-section { padding: 34px 14px 62px; } .cms-legal-document { padding: 25px 20px; } }
