:root {
  --paper: #ffffff;
  --white: #ffffff;
  --wash: #f2f6fd;
  --wash-soft: #f7fbfd;
  --ink: #071b32;
  --ink-2: #17344f;
  --muted: #63718a;
  --line: #d9e1ee;
  --teal: #1767ff;
  --teal-dark: #0d47c4;
  --mint: #e9f0fd;
  --cyan: #00b8dc;
  --blue: #082a54;
  --blue-bright: #1767ff;
  --sun: #ffcf4a;
  --orange: #ff6d3a;
  --serif: "Montserrat", "Newsreader", Georgia, serif;
  --sans: "Figtree", "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shadow: 0 28px 70px rgba(7, 27, 50, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  margin: 0;
  overflow-x: clip;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
body.storm-mode {
  --paper: #fff7f5;
  --white: #fffdfc;
  --wash: #ffe4df;
  --wash-soft: #fff0ed;
  --line: #e7c2bc;
  --teal: #e7392f;
  --teal-dark: #a81920;
  --mint: #ffe9e3;
  --cyan: #ff6158;
  --blue: #3a0b13;
  --blue-bright: #e7392f;
  --orange: #f04438;
}
body.storm-mode .live-bar { background: #a81920; }
body.storm-mode .site-header { background: rgba(255, 248, 246, .98); border-bottom: 3px solid #a81920; }
body.storm-mode .site-header::after { background: linear-gradient(90deg, #5c0710, #e7392f, #ffcf4a, #e7392f, #5c0710); }
body.storm-mode .hero { background: linear-gradient(180deg, #fff 0%, #ffe0dc 68%, #ffc9c2 100%); }
body.storm-mode .page-hero { background: var(--wash-soft); }
body.storm-mode .meeting-board,
body.storm-mode .agenda-recon,
body.storm-mode .intel-card,
body.storm-mode .intel-card--pulse,
body.storm-mode .site-footer { background: var(--wash-soft); }
body.storm-mode .section--mint { background: var(--wash); }
body.storm-mode .signal-row:hover { background: #fff0ed; }
body.storm-mode .field-entry,
body.storm-mode .field-desk { background: #3a0b13; }
body.storm-mode .graphic-card--navy { background: radial-gradient(100% 90% at 94% 0%, rgba(255,97,88,.2), transparent 48%), #3a0b13; }
body.storm-mode .graphic-desk-cta { background: #3a0b13; }
body.storm-mode .brief { background: #a81920; color: #fff; }
body.storm-mode .brief .eyebrow,
body.storm-mode .brief .signup-note { color: #ffe9e3; }
body.storm-mode .brief .sponsor-slot--brief { border-color: rgba(255,255,255,.58); color: #fff; }
body.storm-mode .brief .signup--brief input { background: #fff; color: var(--ink); }
body.storm-mode .brief .signup--brief button { background: #fff; border-color: #fff; color: #8f1118; }
body.storm-mode .pulse { background: #ffcf4a; box-shadow: 0 0 0 0 rgba(255, 207, 74, .55); }
body.storm-mode .storm-mode-toggle { background: #fff; color: #8f1118; border-color: #fff; }
body.storm-mode .storm-mode-toggle__icon { filter: saturate(1.35); animation: cycloneSpin 3.6s linear infinite; }
body.storm-mode .mobile-live-rail { background: #3a0b13; }
body.storm-mode .mobile-live-card,
body.storm-mode .mobile-live-card--signal,
body.storm-mode .mobile-live-card--gold,
body.storm-mode .mobile-live-card--meeting { border-color: rgba(255,255,255,.28); background: linear-gradient(135deg, #8f1118, #3a0b13 78%); }
body.storm-mode .mobile-live-card > span { color: #ffcf4a; }
body.storm-mode .mobile-field-test__trigger { background: linear-gradient(100deg, #fff 0%, #ffe0dc 100%); }
body.storm-mode .mobile-field-test__trigger > i { background: #a81920; }
body.storm-mode .data-flipper__card { border-color: rgba(168,25,32,.3); box-shadow: 0 25px 60px rgba(92,7,16,.2); }
body.storm-mode .map-section,
body.storm-mode .intel-section,
body.storm-mode .graphic-desk-section { background-image: linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,228,223,.72)); }
body.storm-mode .button:not(.button--ink),
body.storm-mode .brief-button { background: #a81920; border-color: #a81920; color: #fff; }
body.storm-mode .site-sponsor-rail { background: #3a0b13; }
.source-health { border-bottom: 1px solid var(--line); background: #fff; color: var(--ink); }
.source-health summary { min-height: 44px; width: min(1240px, calc(100% - 48px)); margin: 0 auto; display: grid; grid-template-columns: auto 1fr auto; gap: 24px; align-items: center; cursor: pointer; list-style: none; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.source-health summary::-webkit-details-marker { display: none; }
.source-health summary > span { display: inline-flex; align-items: center; gap: 9px; font-weight: 700; }
.source-health summary > span i { width: 8px; height: 8px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 5px rgba(23,103,255,.11); }
.source-health summary strong { justify-self: end; color: var(--muted); font-size: 10px; }
.source-health summary small { color: var(--teal-dark); font-weight: 700; }
.source-health summary::after { content: "+"; font-size: 18px; grid-column: 4; }
.source-health[open] summary::after { content: "−"; }
.source-health__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.source-health__grid > article { min-height: 150px; padding: 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.source-health__grid > article > div { display: flex; justify-content: space-between; gap: 12px; align-items: center; margin-bottom: 18px; }
.source-health__grid p { margin: 4px 0; color: var(--ink-2); font-size: 12px; line-height: 1.45; }
.source-health__grid small { display: block; margin-top: 14px; color: var(--muted); font-size: 10px; line-height: 1.45; }
.source-health__status { padding: 5px 7px; border: 1px solid currentColor; color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.source-health__status--current { color: var(--teal-dark); background: var(--mint); }
.source-health__status--delayed { color: #9a6500; background: #fff4c7; }
.source-health__status--stale { color: #a81920; background: #fff0ed; }
.source-health__status--unverified, .source-health__status--unavailable { color: #5d6170; background: #f0f2f4; }
body.storm-mode .source-health { background: #fff7f5; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input { font: inherit; }
button { color: inherit; }
.shell { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 112px 0; }
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.skip-link {
  position: fixed;
  z-index: 9999;
  left: 16px;
  top: -80px;
  background: var(--ink);
  color: #fff;
  padding: 12px 16px;
  text-decoration: none;
}
.skip-link:focus { top: 16px; }
:focus-visible { outline: 3px solid var(--cyan); outline-offset: 3px; }

.live-bar {
  background: var(--ink);
  color: #fff;
  font-size: 12px;
  letter-spacing: .02em;
}
.live-bar__inner {
  min-height: 46px;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  gap: 24px;
  align-items: center;
}
.live-bar p { margin: 0; }
.live-bar strong { font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.live-bar__story { color: #d9e3ea; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.live-bar__story.is-flipping { animation: live-headline-in .48s ease both; }
.live-bar__time { color: #8ea4b7; font-variant-numeric: tabular-nums; letter-spacing: .06em; white-space: nowrap; }
.live-bar__countdown-mobile { display: none; margin-left: 8px; color: #8ea4b7; font-size: 8px; font-variant-numeric: tabular-nums; letter-spacing: .06em; white-space: nowrap; }
.live-bar__processing { display: inline-flex; align-items: center; gap: 3px; margin-left: 9px; vertical-align: middle; }
.live-bar__processing i { width: 4px; height: 4px; border-radius: 50%; background: #64e6d5; animation: feed-processing 1.15s ease-in-out infinite; }
.live-bar__processing i:nth-child(2) { animation-delay: .16s; }
.live-bar__processing i:nth-child(3) { animation-delay: .32s; }
@keyframes feed-processing { 0%, 70%, 100% { opacity: .22; transform: translateY(0); } 35% { opacity: 1; transform: translateY(-2px); } }
@keyframes live-headline-in { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: translateY(0); } }
.storm-mode-toggle {
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 3px 9px;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 999px;
  background: transparent;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}
.storm-mode-toggle__icon { width: auto; height: auto; font-size: 14px; line-height: 1; }
.storm-mode-toggle:hover { border-color: rgba(255,255,255,.3); }
@keyframes cycloneSpin { to { transform: rotate(360deg); } }

.storm-operations { position: relative; z-index: 8; overflow: hidden; padding: 14px 0 20px; border-bottom: 4px solid #ffcf4a; background: radial-gradient(circle at 75% 25%, rgba(255,109,58,.22), transparent 34%), #3a0b13; color: #fff; box-shadow: 0 22px 50px rgba(58,11,19,.24); }
.storm-operations[hidden] { display: none; }
.storm-operations__head { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-bottom: 12px; }
.storm-operations__head p { margin: 0; color: #ffd8d2; font-size: 9px; letter-spacing: .09em; text-transform: uppercase; }
.storm-operations__head p:first-child { display: flex; align-items: center; gap: 9px; color: #fff; }
.storm-operations__head p:first-child span { font-size: 18px; animation: cycloneSpin 3.6s linear infinite; }
.storm-operations__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .72fr) minmax(300px, .9fr); gap: 10px; }
.storm-operations__visual { min-height: 250px; position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.24); background: #120910; color: #fff; text-decoration: none; }
.storm-operations__visual img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.storm-operations__visual::after { content: ""; position: absolute; inset: 55% 0 0; background: linear-gradient(transparent, rgba(18,9,16,.94)); }
.storm-operations__visual span { position: absolute; z-index: 1; right: 15px; bottom: 13px; left: 15px; font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.storm-operations__readout { min-height: 250px; display: flex; flex-direction: column; padding: 22px; border: 1px solid rgba(255,255,255,.24); background: rgba(10,7,13,.62); }
.storm-operations__readout > p { margin: 0; color: #ffcf4a; font-size: 8px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.storm-operations__readout h2 { margin: 9px 0; font-family: var(--serif); font-size: 32px; font-weight: 500; letter-spacing: -.035em; line-height: .98; }
.storm-operations__readout > strong { font-size: 18px; letter-spacing: .04em; }
.storm-operations__readout > span { margin-top: 6px; color: #e7c8c4; font-size: 10px; line-height: 1.5; }
.storm-operations__readout > div { display: flex; flex-wrap: wrap; gap: 8px; margin-top: auto; padding-top: 18px; }
.storm-operations__readout a { padding: 9px 11px; border: 1px solid rgba(255,255,255,.35); color: #fff; font-size: 8px; font-weight: 700; letter-spacing: .05em; text-decoration: none; text-transform: uppercase; }
.storm-operations__readout small { margin-top: 11px; color: #ba9d9a; font-size: 7px; line-height: 1.4; }
.pulse {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 9px;
  border-radius: 50%;
  background: #27d6b1;
  box-shadow: 0 0 0 0 rgba(39, 214, 177, .55);
  animation: pulse 2.2s infinite;
}
.pulse--dark { background: var(--ink); box-shadow: 0 0 0 0 rgba(7, 27, 50, .45); }
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(39, 214, 177, .45); }
  70% { box-shadow: 0 0 0 8px rgba(39, 214, 177, 0); }
  100% { box-shadow: 0 0 0 0 rgba(39, 214, 177, 0); }
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid rgba(7, 27, 50, .12);
  backdrop-filter: blur(18px);
}
@keyframes headerSignal { to { background-position: -180% 0; } }
.site-header__inner {
  min-height: 94px;
  display: grid;
  grid-template-columns: 330px 1fr auto;
  gap: 30px;
  align-items: center;
}
.brand { display: block; width: 320px; }
.brand img { width: 100%; height: auto; }
.site-nav { display: flex; justify-content: flex-end; align-items: center; gap: clamp(18px, 2.2vw, 34px); }
.site-nav a {
  position: relative;
  color: var(--ink-2);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}
.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -7px;
  height: 2px;
  background: var(--teal);
  transition: right .2s ease;
}
.site-nav a:hover::after, .site-nav a[aria-current="page"]::after { right: 0; }
.site-nav a.nav-live-map {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0 14px;
  background: var(--ink);
  color: #fff;
  box-shadow: 0 8px 20px rgba(7,27,50,.14);
}
.site-nav a.nav-live-map::before { content: ""; width: 7px; height: 7px; flex: 0 0 7px; border: 2px solid #fff; border-radius: 50% 50% 50% 0; background: var(--teal); box-shadow: 0 0 0 0 rgba(39,214,177,.55); transform: rotate(-45deg); animation: pulse 2.2s infinite; }
.site-nav a.nav-live-map::after { display: none; }
.site-nav a.nav-live-map:hover { background: var(--teal-dark); }
.brief-button, .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 18px;
  background: var(--teal);
  color: #fff;
  border: 0;
  border-radius: 2px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease;
}
.brief-button:hover, .button:hover { transform: translateY(-2px); background: var(--teal-dark); }
.menu-button { display: none; }
.mobile-live-rail { display: none; }
.mobile-field-test { display: none; }

.hero { overflow: hidden; background: linear-gradient(180deg, #ffffff 0%, #eef7fb 100%); }
.hero__grid {
  min-height: 690px;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(460px, .97fr);
  gap: clamp(50px, 6vw, 94px);
  align-items: start;
  padding-top: 76px;
  padding-bottom: 76px;
}
.hero-command-row { display: flex; align-items: stretch; margin: 25px 0 18px; }
.hero-map-command { width: min(100%, 310px); min-height: 58px; display: grid; grid-template-columns: 36px 1fr auto; align-items: center; gap: 11px; padding: 9px 13px; background: var(--ink); color: #fff; text-decoration: none; box-shadow: 0 12px 28px rgba(7,27,50,.14); }
.hero-map-command > i { width: 34px; height: 34px; position: relative; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.36); border-radius: 50%; }
.hero-map-command > i::before { content: ""; width: 9px; height: 9px; border: 3px solid #fff; border-radius: 50%; }
.hero-map-command > i::after { content: ""; position: absolute; inset: -6px; border: 1px solid #27d6b1; border-radius: 50%; animation: mapPinRadiate 1.8s ease-out infinite; }
.hero-map-command > i b { width: 2px; height: 7px; position: absolute; right: 7px; bottom: 4px; background: #fff; transform: rotate(40deg); }
.hero-map-command span { display: grid; gap: 1px; }
.hero-map-command small { color: #72e7d8; font-size: 7px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.hero-map-command strong { font-size: 11px; letter-spacing: .02em; }
.hero-map-command em { font-style: normal; font-size: 18px; }
.signup--hero { display: grid; grid-template-columns: 154px minmax(0, 1fr); gap: 8px; }
.signup--hero input { width: 100%; border: 1px solid #aebdbf; border-radius: 2px; }
.signup--hero input[name="email"] { grid-column: 1 / -1; }
.signup--hero input[name="zip"] { min-width: 0; grid-column: 1; border-radius: 2px; }
.signup--hero button { width: 100%; grid-column: 2; border-radius: 2px; }
.signup--hero .signup-preferences { grid-column: 1 / -1; margin-top: 1px; }
.signup--hero .signup__message { grid-column: 1 / -1; }
.eyebrow {
  margin: 0 0 19px;
  color: var(--teal-dark);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.hero h1, .section h2, .page-hero h1, .page-hero h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .94;
}
.hero h1 { max-width: 680px; font-size: clamp(56px, 6.5vw, 96px); }
.hero__dek {
  max-width: 630px;
  margin: 31px 0 28px;
  color: var(--ink-2);
  font-size: clamp(18px, 1.7vw, 22px);
  line-height: 1.54;
}
.signup { position: relative; display: flex; gap: 0; max-width: 600px; }
.signup input {
  min-width: 0;
  flex: 1;
  min-height: 58px;
  padding: 0 18px;
  border: 1px solid #aebdbf;
  border-right: 0;
  border-radius: 2px 0 0 2px;
  background: #fff;
  color: var(--ink);
}
.signup input::placeholder { color: #83939c; }
.signup input[name="zip"] { flex: 0 0 154px; border-radius: 0; }
.signup button {
  min-height: 58px;
  padding: 0 21px;
  border: 1px solid var(--teal);
  border-radius: 0 2px 2px 0;
  background: var(--teal);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}
.signup button:hover { background: var(--teal-dark); border-color: var(--teal-dark); }
.signup__message {
  position: absolute;
  top: calc(100% + 9px);
  left: 0;
  margin: 0;
  color: var(--teal-dark);
  font-size: 12px;
  font-weight: 600;
}
.signup__message.is-error { color: #a22f21; }
.signup-note { margin: 12px 0 0; color: var(--muted); font-size: 12px; }
.hero-proof { max-width: 600px; display: flex; flex-wrap: wrap; gap: 8px 20px; margin: 13px 0 0; color: var(--ink-2); font-size: 10px; font-weight: 750; letter-spacing: .045em; text-transform: uppercase; }
.hero-proof strong { color: var(--teal-dark); }
.hero-proof span { position: relative; }
.hero-proof span::before { content: ""; width: 4px; height: 4px; position: absolute; top: 50%; left: -12px; border-radius: 50%; background: var(--teal); transform: translateY(-50%); }
.source-line { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 39px; color: #73838e; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.source-line i { width: 18px; height: 1px; background: #b7c5c6; }
.hero__visual { position: relative; min-height: 0; display: flex; flex-direction: column; box-shadow: none; }
.hero__media { position: relative; height: 520px; flex: 0 0 520px; overflow: hidden; border: 1px solid rgba(7,27,50,.12); background: #dbe8eb; box-shadow: var(--shadow); isolation: isolate; }
.hero__visual .hero__photo { width: 100%; height: 100%; position: absolute; z-index: 0; inset: 0; display: block; opacity: 0; object-fit: cover; transform: scale(1.055); transition: opacity .8s ease; }
.hero__visual picture.hero__photo img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.hero__visual .hero__photo.is-active { z-index: 1; opacity: 1; animation: heroPhotoPush 6.2s ease-out both; }
.hero__media::after {
  content: "";
  position: absolute; z-index: 2; inset: 0;
  background: linear-gradient(180deg, rgba(7, 27, 50, 0) 42%, rgba(7, 27, 50, .36) 100%);
  pointer-events: none;
}
.hero__caption { position: absolute; z-index: 3; top: 18px; right: 18px; left: 18px; display: flex; align-items: center; justify-content: space-between; gap: 15px; color: #fff; font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; text-shadow: 0 1px 5px rgba(0,0,0,.35); }
.hero__caption b { font-size: 8px; font-variant-numeric: tabular-nums; }
.hero-sequence-rail { height: 3px; position: absolute; z-index: 3; right: 18px; bottom: 16px; left: 18px; display: flex; gap: 4px; }
.hero-sequence-rail i { height: 100%; flex: 1; background: rgba(255,255,255,.35); }
.hero-sequence-rail i.is-active { background: #fff; animation: heroRailFill 5.2s linear both; }
@keyframes heroPhotoPush { from { transform: scale(1.055) translate3d(0,0,0); } to { transform: scale(1.01) translate3d(-.6%, .3%, 0); } }
@keyframes heroRailFill { from { transform: scaleX(0); transform-origin: left; } to { transform: scaleX(1); transform-origin: left; } }
.hero__live-card {
  position: relative;
  z-index: 3;
  left: auto;
  bottom: auto;
  width: calc(100% - 38px);
  margin: 12px auto 0;
  padding: 25px 27px 22px;
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 24px 50px rgba(7, 27, 50, .2);
  backdrop-filter: blur(12px);
}
.data-flipper { overflow: hidden; isolation: isolate; border: 1px solid rgba(7,27,50,.08); background: linear-gradient(145deg, rgba(255,255,255,.98), rgba(239,249,249,.96)); }
.data-flipper > *:not(.data-flipper__emblem) { position: relative; z-index: 2; }
.data-flipper__emblem { width: 144px; height: 168px; position: absolute; z-index: 0; right: 27px; top: 94px; display: grid; place-items: center; opacity: .1; transform: perspective(700px) rotateY(-13deg) rotateZ(2deg); transform-style: preserve-3d; pointer-events: none; }
.data-flipper__emblem::before { content: ""; position: absolute; inset: 27px 20px 12px 32px; border-radius: 50%; background: radial-gradient(circle, rgba(0,184,220,.24), rgba(7,27,50,.06) 45%, transparent 70%); filter: blur(9px); transform: translateZ(-18px) translate(11px, 14px); }
.data-flipper__emblem img { width: 130px; height: 130px; position: relative; object-fit: contain; filter: drop-shadow(11px 18px 12px rgba(7,27,50,.34)) drop-shadow(-3px -3px 5px rgba(255,255,255,.95)) saturate(1.18); transform: translateZ(22px); animation: emblemBreathe 5.5s ease-in-out infinite alternate; }
.data-flipper__emblem i { width: 72px; height: 25px; position: absolute; right: 23px; top: 29px; border-radius: 50%; background: linear-gradient(110deg, transparent, rgba(255,255,255,.92), transparent); filter: blur(8px); transform: rotate(-27deg) translateZ(30px); }
@keyframes emblemBreathe { to { transform: translateZ(29px) translateY(-4px); filter: drop-shadow(13px 22px 14px rgba(7,27,50,.37)) drop-shadow(-3px -3px 6px rgba(255,255,255,.98)) saturate(1.24); } }
.data-label { margin: 0; color: var(--ink-2); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.hero__live-number { margin-top: 14px; font-family: var(--serif); font-size: 54px; font-weight: 500; letter-spacing: -.05em; line-height: .9; }
.hero__live-card > p:not(.data-label):not(.hero__updated) { margin: 8px 0 17px; color: var(--muted); font-size: 12px; }
.hero__live-card dl { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 0; padding-top: 16px; border-top: 1px solid var(--line); }
.hero__live-card dl div { display: flex; align-items: baseline; gap: 7px; }
.hero__live-card dt { margin: 0; font-size: 17px; font-weight: 700; }
.hero__live-card dd { margin: 0; color: var(--muted); font-size: 10px; }
.hero__live-card .hero__updated { margin: 17px 0 0; color: #82929b; font-size: 9px; letter-spacing: .04em; }
.data-flipper__head { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.data-flipper__controls { display: flex; align-items: center; gap: 9px; }
.data-flipper__controls button {
  width: 35px;
  height: 35px;
  padding: 0;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  color: var(--ink);
  background: rgba(255,255,255,.86);
  font-size: 15px;
  cursor: pointer;
}
.data-flipper__controls button:hover { border-color: var(--teal); color: var(--teal-dark); }
.data-flipper__controls span { min-width: 34px; color: var(--ink-2); font-size: 11px; text-align: center; font-variant-numeric: tabular-nums; }
.data-flipper__track { position: relative; min-height: 292px; margin-top: 14px; }
.data-flipper__panel { min-height: 280px; position: relative; overflow: hidden; padding: 20px 22px; border: 1px solid rgba(7,27,50,.12); background: radial-gradient(circle at 88% 20%, rgba(45,212,191,.15), transparent 36%), linear-gradient(145deg, rgba(255,255,255,.98), rgba(239,248,249,.96)); box-shadow: inset 0 1px rgba(255,255,255,.9), 0 14px 30px rgba(7,27,50,.07); animation: flip-in .35s ease both; }
.data-flipper__panel::after { content: ""; width: 42%; position: absolute; top: 0; bottom: 0; left: -55%; background: linear-gradient(105deg, transparent, rgba(255,255,255,.72), transparent); transform: skewX(-17deg); animation: flipperGlint 6s ease-in-out infinite; pointer-events: none; }
.data-flipper__panel > * { position: relative; z-index: 1; }
.data-flipper__panel.diagram-watch { background: radial-gradient(circle at 18% 28%, rgba(45,212,191,.22), transparent 34%), linear-gradient(135deg, #f9ffff, #eef6ff); }
.data-flipper__panel.storm-promise { background: radial-gradient(circle at 88% 12%, rgba(255,109,58,.21), transparent 33%), linear-gradient(140deg, #fffaf7, #f4f9fb); }
.data-flipper__panel.meeting-watch { background: radial-gradient(circle at 88% 10%, rgba(23,103,255,.13), transparent 35%), linear-gradient(140deg, #fff, #edf7fb); }
.data-flipper__panel:nth-child(2) { background: radial-gradient(circle at 88% 12%, rgba(23,103,255,.15), transparent 34%), linear-gradient(140deg, #fff, #eef7fb); }
.data-flipper__panel:nth-child(3) { background: radial-gradient(circle at 85% 15%, rgba(255,207,74,.25), transparent 34%), linear-gradient(140deg, #fffef9, #f2faf7); }
.data-flipper__panel[hidden] { display: none; }
.data-flipper__kicker { margin: 0 0 10px !important; color: var(--teal-dark) !important; font-size: 11px !important; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.data-flipper__label { max-width: 310px; margin: 8px 0 19px !important; color: var(--ink-2) !important; font-size: 14px !important; line-height: 1.4; }
.data-flipper__sub { display: flex; align-items: baseline; gap: 9px; padding-top: 15px; border-top: 1px solid rgba(7,27,50,.16); }
.data-flipper__sub strong { color: var(--ink); font-size: 23px; }
.data-flipper__sub span { color: var(--ink-2); font-size: 12px; line-height: 1.35; }
.diagram-watch__link { display: grid; grid-template-columns: 1fr; gap: 9px; color: var(--ink); text-decoration: none; }
.diagram-watch__title { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; }
.diagram-watch__title strong { max-width: 58%; display: block; font-family: var(--serif); font-size: 25px; font-weight: 500; letter-spacing: -.035em; line-height: .95; }
.diagram-watch__title span { max-width: 42%; display: block; color: var(--ink-2); font-size: 9px; line-height: 1.4; letter-spacing: .045em; text-align: right; text-transform: uppercase; }
.diagram-watch__chart { display: grid; gap: 5px; padding: 7px 0; border-top: 1px solid rgba(7,27,50,.13); border-bottom: 1px solid rgba(7,27,50,.13); }
.diagram-watch__chart > div { display: grid; grid-template-columns: 105px minmax(0,1fr) 28px; gap: 8px; align-items: center; min-height: 18px; }
.diagram-watch__chart span { overflow: hidden; color: var(--ink-2); font-size: 9px; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.diagram-watch__chart i { height: 9px; overflow: hidden; background: rgba(7,27,50,.09); }
.diagram-watch__chart i b { height: 100%; display: block; background: linear-gradient(90deg, var(--teal), var(--cyan)); box-shadow: 0 0 12px rgba(0,184,220,.22); transform-origin: left; animation: graphicGrowX .8s cubic-bezier(.2,.75,.25,1) both; }
.diagram-watch__chart > div:nth-child(3n + 2) i b { background: linear-gradient(90deg, var(--blue), var(--cyan)); }
.diagram-watch__chart > div:nth-child(3n) i b { background: linear-gradient(90deg, var(--orange), var(--sun)); }
.diagram-watch__chart strong { font-size: 10px; text-align: right; }
.diagram-watch__insight { margin: 0 !important; color: var(--ink-2) !important; font-size: 9px !important; font-weight: 600; line-height: 1.38; }
.diagram-watch__link em { color: var(--teal-dark); font-size: 9px; font-style: normal; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.diagram-watch__link:hover .diagram-watch__chart { border-color: var(--teal); }
.window-watch { display: grid; align-items: center; }
.window-watch__link { display: grid; grid-template-columns: 118px minmax(0,1fr); gap: 24px; align-items: center; color: var(--ink); text-decoration: none; }
.window-watch__number { display: grid; justify-items: center; font: 500 92px/.72 var(--serif); letter-spacing: -.08em; text-shadow: 0 16px 30px rgba(7,27,50,.13); }
.window-watch__number small { margin-top: 18px; color: var(--teal-dark); font: 800 11px/1 var(--sans); letter-spacing: .22em; }
.window-watch__copy { min-width: 0; display: grid; gap: 9px; padding-left: 22px; border-left: 1px solid rgba(7,27,50,.16); }
.window-watch__copy em { color: var(--teal-dark); font-size: 10px; font-style: normal; font-weight: 800; letter-spacing: .12em; }
.window-watch__copy strong { font-family: var(--serif); font-size: 31px; font-weight: 500; letter-spacing: -.035em; line-height: 1; }
.window-watch__copy strong b { color: var(--teal-dark); font-size: 40px; font-weight: 500; }
.window-watch__copy small { color: var(--ink-2); font-size: 11px; line-height: 1.4; }
.window-watch__copy i { color: var(--ink); font-size: 9px; font-style: normal; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.window-watch--7 .window-watch__number { color: var(--blue); }
.storm-promise__link { display: grid; grid-template-columns: minmax(180px, .92fr) minmax(0, 1.08fr); gap: 20px; align-items: stretch; color: var(--ink); text-decoration: none; }
.storm-promise__visual { height: 212px; position: relative; overflow: hidden; border: 1px solid rgba(7,27,50,.16); background: var(--ink); box-shadow: 0 14px 26px rgba(7,27,50,.12); }
.storm-promise__visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, transparent 32%, rgba(7,27,50,.72)); }
.storm-promise__visual img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.8) contrast(1.05); transform: scale(1.04); }
.storm-promise__visual i { position: absolute; z-index: 2; right: 8px; bottom: 7px; color: #fff; font-size: 21px; font-style: normal; filter: drop-shadow(0 5px 10px rgba(7,27,50,.45)); }
.storm-promise__copy { align-self: center; display: grid; gap: 8px; }
.storm-promise__copy small { color: #b33d1a; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.storm-promise__copy strong { max-width: 290px; font-family: var(--serif); font-size: 30px; font-weight: 500; letter-spacing: -.04em; line-height: .94; }
.storm-promise__metrics { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 7px; }
.storm-promise__metrics b { min-width: 0; display: grid; align-content: center; min-height: 54px; padding: 7px 9px; border: 1px solid rgba(7,27,50,.14); background: rgba(255,255,255,.72); }
.storm-promise__metrics i { color: var(--ink); font-family: var(--serif); font-size: 24px; font-style: normal; font-weight: 500; line-height: .85; }
.storm-promise__metrics span { margin-top: 5px; color: var(--ink-2); font-size: 8px; font-weight: 800; letter-spacing: .055em; line-height: 1.15; text-transform: uppercase; }
.storm-promise__phases { color: var(--ink-2); font-size: 9px; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.storm-promise__copy em { color: var(--teal-dark); font-size: 10px; font-style: normal; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.storm-promise__link:hover .storm-promise__visual { border-color: var(--teal); }
.meeting-watch__date { margin: 0 0 6px !important; color: #b33d1a !important; font-size: 11px !important; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.meeting-watch h3 { max-width: 350px; min-height: 46px; margin: 0; font-family: var(--serif); font-size: 25px; font-weight: 500; letter-spacing: -.025em; line-height: 1.02; }
.meeting-watch__meta { max-width: 350px; margin: 8px 0 11px !important; overflow: hidden; color: var(--ink-2) !important; font-size: 11px !important; text-overflow: ellipsis; white-space: nowrap; }
.meeting-watch__actions { display: flex; align-items: center; gap: 8px; }
.meeting-watch__link { display: inline-flex; align-items: center; gap: 6px; min-height: 34px; padding: 0 11px; border: 1px solid var(--ink); color: var(--ink); font-size: 10px; font-weight: 800; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; }
.meeting-watch__link:hover { border-color: var(--teal-dark); background: var(--mint); color: var(--teal-dark); }
.meeting-watch__link--tv { border-color: var(--orange); color: #9e2c13; }
.meeting-tv { position: relative; width: 13px; height: 9px; border: 1.5px solid currentColor; border-radius: 2px; }
.meeting-tv::before { position: absolute; top: -5px; left: 4px; width: 5px; height: 5px; border-top: 1.5px solid currentColor; border-left: 1.5px solid currentColor; content: ""; transform: rotate(45deg); }
.meeting-tv::after { position: absolute; inset: 2px; background: currentColor; content: ""; opacity: .18; }
.meeting-watch__all { margin-left: auto; color: var(--ink-2); font-size: 10px; font-weight: 800; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.meeting-watch__all:hover { color: var(--ink); }
.data-flipper__progress { height: 2px; overflow: hidden; background: #dce4e4; }
.data-flipper__progress span { display: block; height: 100%; width: 100%; transform-origin: left; background: var(--teal); animation: flipper-progress 6s linear both; }
.data-flipper.is-paused .data-flipper__progress span { animation-play-state: paused; }
@keyframes flipperGlint { 0%, 18% { left: -55%; opacity: 0; } 33% { opacity: .7; } 48%, 100% { left: 120%; opacity: 0; } }
.sponsor-slot { min-height: 48px; display: grid; grid-template-columns: 48px minmax(0,1fr) auto; align-items: center; gap: 12px; overflow: hidden; padding: 6px 12px 6px 7px; border: 1px solid rgba(7,27,50,.18); background: linear-gradient(105deg, rgba(0,163,148,.12), rgba(255,255,255,.94) 42%, rgba(0,184,220,.08)); color: var(--ink); box-shadow: 0 9px 24px rgba(7,27,50,.07); text-decoration: none; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.sponsor-slot::before { width: 48px; height: 34px; display: block; background: linear-gradient(90deg, transparent 0 9%, rgba(45,212,191,.86) 9% 20%, transparent 20% 27%, rgba(0,184,220,.9) 27% 40%, transparent 40% 47%, rgba(23,103,255,.84) 47% 64%, transparent 64% 71%, rgba(255,109,58,.84) 71% 86%, transparent 86%); clip-path: polygon(0 78%, 20% 54%, 39% 68%, 60% 20%, 80% 42%, 100% 6%, 100% 100%, 0 100%); content: ""; animation: sponsorSignal 3.8s ease-in-out infinite; }
.sponsor-slot span { color: var(--teal-dark); font-size: 8px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.sponsor-slot strong { font-size: 9px; letter-spacing: .06em; text-transform: uppercase; }
.sponsor-slot:hover { border-color: var(--teal-dark); box-shadow: 0 14px 30px rgba(7,27,50,.12); transform: translateY(-2px); }
.sponsor-slot--flipper { width: 100%; margin-top: 10px; min-height: 43px; }
.site-sponsor-rail { border-top: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); background: #0a2740; color: #fff; }
.site-sponsor-rail .shell { min-height: 84px; display: grid; grid-template-columns: 72px .8fr 1.4fr auto; align-items: center; gap: 22px; }
.site-sponsor-rail__signal { height: 50px; display: flex; align-items: end; gap: 5px; padding: 8px 10px; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.04); }
.site-sponsor-rail__signal b { width: 8px; display: block; background: linear-gradient(180deg, #2dd4bf, #00b8dc); animation: sponsorBars 2.6s ease-in-out infinite; }
.site-sponsor-rail__signal b:nth-child(1) { height: 28%; }
.site-sponsor-rail__signal b:nth-child(2) { height: 74%; animation-delay: -.8s; }
.site-sponsor-rail__signal b:nth-child(3) { height: 48%; animation-delay: -1.4s; }
.site-sponsor-rail__signal b:nth-child(4) { height: 92%; animation-delay: -2s; }
.site-sponsor-rail span { color: #76dcd2; font-size: 8px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.site-sponsor-rail strong { font-family: var(--serif); font-size: 20px; font-weight: 500; letter-spacing: -.02em; }
.site-sponsor-rail a { padding: 13px 15px; border: 1px solid rgba(255,255,255,.38); background: rgba(255,255,255,.06); color: #fff; font-size: 8px; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.site-sponsor-rail a:hover { border-color: #ffcf4a; color: #fff; }

.graphic-card__sponsor { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 18px; margin: -2px 0 13px; padding: 8px 10px; border: 1px dashed rgba(7,27,50,.22); color: rgba(7,27,50,.58); font-size: 7px; letter-spacing: .09em; text-decoration: none; text-transform: uppercase; }
.graphic-card__sponsor strong { font-size: 8px; }
.graphic-card--navy .graphic-card__sponsor { border-color: rgba(255,255,255,.24); color: rgba(255,255,255,.6); }
.graphic-card__sponsor:hover { border-color: var(--graphic-accent); color: inherit; }

body.brief-prompt-open { overflow: hidden; }
.brief-prompt { position: fixed; z-index: 2000; inset: 0; display: grid; place-items: center; padding: 18px; opacity: 0; transition: opacity .22s ease; }
.brief-prompt[hidden] { display: none; }
.brief-prompt.is-open { opacity: 1; }
.brief-prompt__backdrop { position: absolute; inset: 0; background: rgba(3,17,31,.7); backdrop-filter: blur(8px); }
.brief-prompt__dialog { width: min(940px, 100%); position: relative; overflow: hidden; padding: 46px clamp(28px, 6vw, 76px) 38px; border-top: 5px solid var(--sun); background: radial-gradient(circle at 100% 0%, rgba(0,184,220,.15), transparent 32%), #fff; box-shadow: 0 42px 100px rgba(0,0,0,.38); transform: translateY(20px) scale(.985); transition: transform .22s ease; }
.brief-prompt.is-open .brief-prompt__dialog { transform: translateY(0) scale(1); }
.brief-prompt__dialog::after { content: ""; width: 300px; height: 300px; position: absolute; right: -72px; bottom: -105px; background: url("assets/emblem-2026.png") no-repeat center / contain; opacity: .075; pointer-events: none; }
.brief-prompt__close { width: 44px; height: 44px; position: absolute; z-index: 2; top: 15px; right: 15px; border: 1px solid var(--line); border-radius: 50%; background: #fff; color: var(--ink); font-size: 27px; line-height: 1; cursor: pointer; }
.brief-prompt__mark { width: 84px; height: 84px; position: absolute; top: 35px; right: clamp(82px, 10vw, 130px); filter: drop-shadow(0 15px 20px rgba(7,27,50,.18)); transform: perspective(600px) rotateY(-12deg); }
.brief-prompt__mark img { width: 100%; height: 100%; object-fit: contain; }
.brief-prompt__dialog .eyebrow { color: var(--teal-dark); }
.brief-prompt__dialog h2 { max-width: 650px; margin: 11px 0 12px; font-family: var(--serif); font-size: clamp(43px, 5.3vw, 72px); font-weight: 500; letter-spacing: -.045em; line-height: .93; }
.brief-prompt__dialog > p:not(.eyebrow):not(.brief-prompt__fine) { max-width: 710px; margin: 0 0 25px; color: var(--ink-2); font-size: 15px; line-height: 1.6; }
.signup--prompt { width: min(780px, 100%); display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(140px, .58fr) auto; position: relative; z-index: 1; }
.signup--prompt input, .signup--prompt button { min-height: 56px; }
.signup--prompt input { min-width: 0; padding: 0 14px; border: 1px solid #aebdbf; border-right: 0; background: #fff; color: var(--ink); font-size: 12px; }
.signup--prompt button { padding: 0 21px; border: 1px solid var(--teal); background: var(--teal); color: #fff; font-size: 10px; font-weight: 700; cursor: pointer; }
.signup--prompt .signup__message { grid-column: 1 / -1; margin: 8px 0 0; font-size: 9px; }
.brief-prompt__fine { position: relative; z-index: 1; margin: 16px 0 0; color: var(--muted); font-size: 8px; letter-spacing: .03em; }
.data-flipper .hero__updated { margin-top: 10px; }
@keyframes flip-in { from { opacity: 0; transform: translateY(7px); } to { opacity: 1; transform: translateY(0); } }
@keyframes flipper-progress { from { transform: scaleX(0); } to { transform: scaleX(1); } }

.meeting-board { background: var(--wash-soft); }
.meeting-board__head { display: flex; align-items: end; justify-content: space-between; gap: 30px; padding-bottom: 28px; border-bottom: 1px solid var(--line); }
.meeting-board__head h2 { margin: 5px 0 0; font-family: var(--serif); font-size: clamp(31px, 4vw, 54px); font-weight: 500; letter-spacing: -.045em; }
.meeting-board__meta { max-width: 450px; color: var(--muted); font-size: 11px; line-height: 1.55; text-align: right; }
.meeting-filters { display: flex; gap: 0; margin-top: 22px; border-bottom: 1px solid var(--line); }
.meeting-filters button { min-height: 44px; padding: 12px 18px; border: 0; border-bottom: 2px solid transparent; background: transparent; color: var(--muted); font-family: inherit; font-size: 10px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; cursor: pointer; }
.meeting-filters button:hover, .meeting-filters button.is-active { border-bottom-color: var(--orange); color: var(--ink); }
.meeting-list { border-top: 1px solid var(--line); }
.meeting-row { display: grid; grid-template-columns: 94px minmax(0, 1fr) minmax(190px, auto); gap: 24px; align-items: center; min-height: 124px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.meeting-row__date { display: flex; flex-direction: column; align-items: center; padding-right: 20px; border-right: 1px solid var(--line); text-align: center; }
.meeting-row__date span { color: var(--orange); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.meeting-row__date strong { margin: 1px 0; font-family: var(--serif); font-size: 42px; font-weight: 500; letter-spacing: -.05em; line-height: 1; }
.meeting-row__date small { color: var(--muted); font-size: 10px; text-transform: uppercase; }
.meeting-row__body p { margin: 0 0 5px; color: var(--teal-dark); font-size: 8px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.meeting-row__body h2 { margin: 0 0 6px; font-family: var(--serif); font-size: 25px; font-weight: 500; letter-spacing: -.025em; line-height: 1.05; }
.meeting-row__body span { color: var(--muted); font-size: 12px; }
.meeting-row__body small { display: block; margin-top: 6px; color: #8394a1; font-size: 7px; letter-spacing: .06em; text-transform: uppercase; }
.meeting-row__actions { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 5px; }
.meeting-row__actions a, .meeting-row__actions button { min-height: 34px; display: inline-flex; align-items: center; gap: 7px; padding: 0 10px; border: 1px solid var(--line); background: rgba(255,255,255,.72); color: var(--ink); font: 700 8px/1 var(--sans); letter-spacing: .065em; text-decoration: none; text-transform: uppercase; cursor: pointer; }
.meeting-row__actions a:hover { color: var(--teal-dark); }
.meeting-row__details { border-color: var(--ink) !important; background: var(--ink) !important; color: #fff !important; }
.meeting-row__watch { border-color: #a52f17 !important; color: #a52f17 !important; }
.meeting-row__brief { border-radius: 999px; }
.meeting-empty { padding: 40px 0; color: var(--muted); }
.meeting-source-note { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; margin-top: 40px; padding-top: 25px; border-top: 1px solid var(--line); }
.meeting-source-note p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.6; }
.meeting-source-note strong { color: var(--ink); }
.agenda-recon { background: var(--wash); }
.agenda-recon .section-head { margin-bottom: 35px; }
.recon-stats { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--line); }
.recon-stats div { min-height: 100px; display: flex; align-items: baseline; gap: 10px; padding: 24px; border-right: 1px solid var(--line); }
.recon-stats div:last-child { border-right: 0; }
.recon-stats strong { font-family: var(--serif); font-size: 40px; font-weight: 500; }
.recon-stats span { color: var(--muted); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.recon-workbench { display: grid; grid-template-columns: 360px minmax(0, 1fr); min-height: 520px; margin-top: 28px; border: 1px solid rgba(7,27,50,.18); background: #fff; }
.recon-process { padding: 27px; border-right: 1px solid var(--line); }
.recon-process ol { margin: 22px 0 0; padding: 0; list-style: none; }
.recon-process li { display: grid; grid-template-columns: 31px 1fr; gap: 12px; padding: 14px 0; border-top: 1px solid var(--line); }
.recon-process li > span { color: var(--orange); font-size: 9px; font-weight: 700; }
.recon-process strong { font-family: var(--serif); font-size: 20px; font-weight: 500; }
.recon-process li p { margin: 3px 0 0; color: var(--muted); font-size: 9px; line-height: 1.45; }
.recon-map-wrap { position: relative; min-width: 0; }
.recon-map { width: 100%; height: 100%; min-height: 520px; }
.recon-map-status { position: absolute; z-index: 500; right: 20px; bottom: 20px; max-width: min(520px, calc(100% - 290px)); padding: 10px 13px; background: rgba(7,27,50,.92); color: #fff; font-size: 9px; letter-spacing: .06em; text-transform: uppercase; box-shadow: 0 10px 30px rgba(7,27,50,.2); }
.recon-results { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 20px; }
.recon-result { padding: 20px; border: 1px solid var(--line); background: #fff; }
.recon-result > p { color: var(--orange); font-size: 8px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.recon-result h3 { font-family: var(--serif); font-size: 24px; font-weight: 500; }
.recon-result > span { color: var(--muted); font-size: 10px; }
.recon-result div { display: flex; gap: 14px; margin-top: 18px; }
.recon-result a { color: var(--ink); font-size: 8px; font-weight: 700; text-decoration: none; text-transform: uppercase; }
.recon-standard { margin: 23px 0 0; color: var(--muted); font-size: 10px; line-height: 1.55; }

.record-strip { background: var(--white); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.record-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.record-strip__grid > div { display: flex; align-items: baseline; gap: 10px; min-height: 92px; padding: 0 24px; border-right: 1px solid var(--line); }
.record-strip__grid > div:first-child { padding-left: 0; }
.record-strip__grid > div:last-child { border-right: 0; }
.record-strip strong { font-family: var(--serif); font-size: 30px; font-weight: 500; letter-spacing: -.04em; }
.record-strip span { max-width: 92px; color: var(--muted); font-size: 10px; line-height: 1.3; text-transform: uppercase; letter-spacing: .1em; }

.section-head, .map-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; margin-bottom: 52px; }
.section h2 { font-size: clamp(52px, 6vw, 82px); }
.section-head > p, .map-intro > p { max-width: 570px; margin: 0 0 6px; color: var(--ink-2); font-size: 17px; line-height: 1.65; }
.data-window-stamp { display: block; width: max-content; max-width: 100%; margin-top: 13px; padding: 7px 10px; border-left: 3px solid var(--teal); background: #f2faf8; color: var(--teal-dark); font-size: 8px; font-weight: 700; letter-spacing: .065em; line-height: 1.35; text-transform: uppercase; }
.signals { background: var(--white); }
.spyglass { --spyglass-accent: var(--teal); min-height: 390px; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); margin: -10px 0 35px; overflow: hidden; border: 1px solid rgba(7,27,50,.22); background: #fff; box-shadow: 0 20px 55px rgba(7,27,50,.1); }
.spyglass__map { min-width: 0; min-height: 390px; background: #e8f0ec; }
.spyglass__desk { position: relative; overflow: hidden; display: flex; flex-direction: column; align-items: flex-start; padding: 34px; background: radial-gradient(circle at 92% 8%, color-mix(in srgb, var(--spyglass-accent) 28%, transparent), transparent 42%), var(--ink); color: #fff; isolation: isolate; }
.spyglass__desk::before { content: ""; width: 190px; height: 190px; position: absolute; z-index: -1; right: -35px; bottom: 22px; background: url("assets/emblem-2026.png") no-repeat center / contain; opacity: .18; filter: saturate(1.2) brightness(1.15) drop-shadow(0 20px 24px rgba(0,0,0,.35)) drop-shadow(0 0 24px color-mix(in srgb, var(--spyglass-accent) 38%, transparent)); transform: perspective(700px) rotateY(-14deg); }
.spyglass__desk .eyebrow { margin-bottom: 20px; color: #8ee6d5; font-size: 8px; }
.spyglass__desk h3 { max-width: 430px; margin: 0; font-family: var(--serif); font-size: clamp(31px, 3.2vw, 48px); font-weight: 500; letter-spacing: -.04em; line-height: .98; }
.spyglass__desk > p:not(.eyebrow) { max-width: 420px; margin: 21px 0 25px; color: #b8cbd6; font-size: 11px; line-height: 1.65; }
.spyglass__open { margin-bottom: 27px; color: #fff; font-size: 9px; font-weight: 700; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; border-bottom: 1px solid var(--spyglass-accent); }
.spyglass__open:hover { color: #8ee6d5; }
.sponsor-slot--spyglass { width: 100%; margin-top: auto; border-color: rgba(255,255,255,.24); color: #fff; background: linear-gradient(105deg, rgba(45,212,191,.15), rgba(255,255,255,.04)); box-shadow: none; }
.sponsor-slot--spyglass span { color: #79e5d7; }
.sponsor-slot--spyglass:hover { border-color: var(--spyglass-accent); background: rgba(255,255,255,.1); color: #fff; }
.spyglass--storm { --spyglass-accent: #ff6d3a; }
.spyglass--storm .spyglass__desk { background: radial-gradient(circle at 92% 8%, rgba(255,109,58,.32), transparent 42%), #68171a; }
.spyglass--meetings { --spyglass-accent: #ffcf4a; margin-top: 28px; margin-bottom: 22px; }
.spyglass--meetings .spyglass__desk { background: radial-gradient(circle at 92% 8%, rgba(255,207,74,.24), transparent 42%), #102c49; }
.spyglass__empty { min-height: 390px; display: grid; place-items: center; padding: 35px; color: var(--muted); font-size: 11px; text-align: center; }
.signal-list { border-top: 1px solid var(--ink); }
.signal-row-wrap { position: relative; border-bottom: 1px solid var(--line); }
.signal-row {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr) 150px 44px;
  gap: 28px;
  align-items: center;
  min-height: 150px;
  padding: 24px 8px;
  border-bottom: 0;
  text-decoration: none;
  transition: padding .2s ease, background .2s ease;
}
.signal-row:hover { padding-left: 18px; padding-right: 18px; background: #f4f7f4; }
.signal-row__date { color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.place-signature { position: relative; width: max-content; max-width: 100%; display: inline-flex; align-items: center; gap: 7px; margin-bottom: 9px; padding-bottom: 5px; color: var(--teal-dark); font-size: 7px; font-weight: 700; letter-spacing: .13em; line-height: 1.2; text-transform: uppercase; }
.place-signature::after { content: ""; position: absolute; inset: auto 0 0 17px; height: 1px; background: linear-gradient(90deg, var(--teal), transparent); }
.place-signature i { position: relative; width: 9px; height: 9px; flex: 0 0 auto; border: 2px solid currentColor; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); }
.place-signature i::after { content: ""; position: absolute; inset: -5px; border: 1px solid currentColor; border-radius: 50%; opacity: .18; }
.signal-row h3 { margin: 0; font-family: var(--serif); font-size: clamp(25px, 2.8vw, 38px); font-weight: 500; letter-spacing: -.035em; line-height: 1.08; }
.signal-row__meta { margin: 8px 0 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.signal-row__value { text-align: right; }
.signal-row__value strong { display: block; font-size: 18px; }
.signal-row__value span { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .09em; }
.signal-row__arrow { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: 18px; }
.signal-row-wrap > .record-share {
  width: min(470px, 44vw);
  position: absolute;
  right: 64px;
  bottom: 10px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #f6fbfa;
}
.record-share { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 5px; }
.record-share a, .record-share button { min-height: 28px; padding: 0 8px; border: 1px solid var(--line); background: rgba(255,255,255,.92); color: var(--ink); font: 700 8px/1 var(--sans); letter-spacing: .07em; text-decoration: none; text-transform: uppercase; cursor: pointer; }
.record-share a:hover, .record-share button:hover { border-color: var(--teal-dark); color: var(--teal-dark); }
.signal-row-wrap > .record-share .record-action {
  min-width: 0;
  min-height: 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 0 4px;
  border: 0;
  border-right: 1px solid var(--line);
  background: transparent;
  font-size: 7px;
  letter-spacing: .045em;
  white-space: nowrap;
}
.signal-row-wrap > .record-share .record-action:last-child { border-right: 0; }
.signal-row-wrap > .record-share .record-action:hover { background: #e9f7f4; }
.record-action::before { color: var(--teal-dark); font: 500 15px/1 var(--sans); }
.record-action--street::before { content: "◉"; }
.record-action--satellite::before { content: "◇"; }
.record-action--text::before { content: "↗"; }
.record-action--share::before { content: "↑"; }
.record-action--copy::before { content: "⌁"; }
.loading-row { padding: 60px 4px; color: var(--muted); }
.section-link-row { display: flex; justify-content: space-between; align-items: center; margin-top: 26px; gap: 30px; }
.section-link-row p { margin: 0; color: var(--muted); font-size: 11px; }
.text-link { color: var(--ink); font-size: 13px; font-weight: 700; text-decoration: none; border-bottom: 1px solid var(--ink); padding-bottom: 4px; }
.text-link:hover { color: var(--teal-dark); border-color: var(--teal-dark); }

.intel-section { background: #fff; }
.intel-section__head { margin-bottom: 50px; }
.intel-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 18px; }
.intel-card { position: relative; overflow: hidden; padding: 30px; border: 1px solid var(--line); background: var(--wash-soft); }
.intel-card::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 4px; background: var(--teal); }
.intel-card::after { content: ""; position: absolute; left: 50%; top: 55%; width: min(43%, 340px); aspect-ratio: 1; background: url("assets/emblem-2026.png") no-repeat center / contain; opacity: .055; filter: drop-shadow(0 18px 28px rgba(7,27,50,.2)) drop-shadow(0 0 22px rgba(0,184,220,.16)); transform: translate(-50%, -50%); pointer-events: none; }
.intel-card > * { position: relative; z-index: 1; }
.intel-card--pulse { grid-column: 1 / -1; padding: 34px 38px 26px; background: var(--wash-soft); }
.intel-card--pulse::before { background: linear-gradient(var(--teal), var(--cyan)); }
.intel-card--value::before { background: var(--sun); }
.intel-card--operators::before { background: var(--blue-bright); }
.intel-card__head { display: flex; justify-content: space-between; align-items: start; gap: 24px; }
.intel-card__head h3 { margin: 5px 0 0; font-family: var(--serif); font-size: 28px; font-weight: 500; letter-spacing: -.025em; }
.intel-card__head a { color: var(--teal-dark); font-size: 10px; font-weight: 700; text-decoration: none; }
.intel-legend { display: flex; gap: 16px; color: var(--muted); font-size: 10px; }
.intel-legend span { display: inline-flex; align-items: center; gap: 6px; }
.intel-legend i { width: 8px; height: 8px; border-radius: 2px; }
.intel-legend .intake { background: var(--teal); }
.intel-legend .enriched { background: var(--blue-bright); }
.activity-chart { height: 225px; display: grid; grid-template-columns: repeat(14, 1fr); gap: clamp(5px, 1vw, 13px); align-items: end; margin-top: 28px; border-bottom: 1px solid #bfcaca; }
.activity-day { height: 100%; min-width: 0; display: grid; grid-template-rows: 1fr 25px; align-items: end; }
.activity-day__bars { height: 100%; display: flex; align-items: end; justify-content: center; gap: 3px; }
.activity-day__bar { width: min(12px, 42%); height: var(--bar-height); display: block; border-radius: 2px 2px 0 0; transform-origin: bottom; animation: growBar .75s cubic-bezier(.2,.75,.25,1) both; }
.activity-day__bar--intake { background: var(--teal); }
.activity-day__bar--enriched { background: var(--blue-bright); opacity: .76; }
.activity-day__bar--single { width: 58%; }
.activity-day > span { align-self: center; color: #7a8c94; font-size: 8px; text-align: center; }
@keyframes growBar { from { transform: scaleY(0); } to { transform: scaleY(1); } }
.intel-source { margin: 16px 0 0; color: var(--muted); font-size: 9px; line-height: 1.5; }
.value-bars { display: grid; gap: 13px; margin-top: 28px; }
.value-bar__label { display: flex; justify-content: space-between; gap: 16px; margin-bottom: 6px; font-size: 10px; }
.value-bar__label strong { font-weight: 600; }
.value-bar__label span { color: var(--muted); font-variant-numeric: tabular-nums; }
.value-bar__track { height: 8px; overflow: hidden; background: #e1e6e3; }
.value-bar__track i { width: var(--bar-width); height: 100%; display: block; background: linear-gradient(90deg, var(--sun), var(--orange)); transform-origin: left; animation: growWide .75s cubic-bezier(.2,.75,.25,1) both; animation-delay: calc(var(--bar-index) * 60ms); }
@keyframes growWide { from { transform: scaleX(0); } to { transform: scaleX(1); } }
.operator-list { margin: 23px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.operator-list li { display: grid; grid-template-columns: 28px minmax(0, 1fr) auto auto; gap: 11px; align-items: center; padding: 12px 0; border-bottom: 1px solid var(--line); }
.operator-list li > span { color: var(--blue-bright); font-size: 9px; font-weight: 700; }
.operator-list li > div { display: grid; gap: 3px; min-width: 0; }
.operator-list strong { font-size: 11px; }
.operator-list small { overflow: hidden; color: var(--muted); font-size: 8px; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.operator-list em { color: var(--muted); font-size: 10px; font-style: normal; font-variant-numeric: tabular-nums; }
.operator-list a { color: var(--teal-dark); font-size: 8px; font-weight: 700; text-decoration: none; text-transform: uppercase; }
.operator-list li > .operator-list__links { display: flex; justify-content: flex-end; gap: 8px; white-space: nowrap; }
.intel-method { margin-top: 18px; }
.intel-method__toggle { width: 100%; min-height: 52px; display: flex; justify-content: space-between; align-items: center; padding: 0 18px; border: 1px solid var(--ink); background: var(--ink); color: #fff; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.intel-method__toggle span { font-size: 18px; transition: transform .35s ease; }
.intel-method__toggle[aria-expanded="true"] span { transform: rotate(180deg); }
.intel-method__panel { padding: 34px; border: 1px solid var(--ink); border-top: 0; background: #fff; animation: methodFlip .4s ease both; transform-origin: top center; }
.intel-method__panel[hidden] { display: none; }
@keyframes methodFlip { from { opacity: 0; transform: perspective(800px) rotateX(-12deg) translateY(-8px); } to { opacity: 1; transform: perspective(800px) rotateX(0) translateY(0); } }
.intel-method__head { display: flex; justify-content: space-between; gap: 28px; align-items: start; margin-bottom: 28px; }
.intel-method__head p { margin: 0; }
.intel-method__head > p:last-child { max-width: 460px; color: var(--muted); font-size: 11px; }
.method-flow { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr auto 1fr; gap: 10px; align-items: stretch; }
.method-flow > div { min-height: 128px; padding: 16px; border: 1px solid var(--line); background: var(--wash-soft); }
.method-flow > b { align-self: center; color: var(--muted); font-size: 12px; }
.method-flow span { display: block; margin-bottom: 25px; color: var(--teal-dark); font-size: 8px; font-weight: 700; }
.method-flow strong { display: block; font-family: var(--serif); font-size: 20px; font-weight: 500; }
.method-flow p { margin: 5px 0 0; color: var(--muted); font-size: 9px; line-height: 1.45; }
.clock-rules { display: grid; grid-template-columns: 1fr 1fr auto; gap: 28px; align-items: center; margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line); }
.clock-rules p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.55; }
.clock-rules strong { color: var(--ink); }
.clock-rules code, .cadence-grid code { padding: 1px 4px; background: #e9efec; color: var(--ink); font-size: .9em; }
.clock-rules a { color: var(--teal-dark); font-size: 10px; font-weight: 700; text-decoration: none; }

.section--mint { background: var(--mint); }
.map-section { position: relative; overflow: hidden; }
.map-section::before { content: "VICTORIA PARK · FLAGLER VILLAGE · RIO VISTA · SAILBOAT BEND · CORAL RIDGE · LAS OLAS"; position: absolute; top: 34px; left: -2vw; color: var(--ink); font-family: var(--serif); font-size: clamp(48px, 7vw, 108px); letter-spacing: -.04em; opacity: .035; white-space: nowrap; pointer-events: none; }
.map-section > .shell { position: relative; z-index: 1; }
.field-entry { display: grid; grid-template-columns: 280px 1fr; gap: 30px; align-items: end; margin-top: -38px; margin-bottom: 28px; padding: 20px 22px; background: var(--ink); color: #fff; box-shadow: 0 18px 45px rgba(7,27,50,.14); }
.field-entry label { color: #bdd0dc; font-size: 10px; line-height: 1.5; }
.field-entry label span { display: block; margin-bottom: 2px; color: #fff; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.field-entry > div { display: flex; }
.field-entry input { min-width: 0; flex: 1; min-height: 51px; padding: 0 16px; border: 0; background: #fff; color: var(--ink); outline-offset: -4px; }
.field-entry button { min-height: 51px; padding: 0 22px; border: 0; background: var(--sun); color: var(--ink); font-size: 11px; font-weight: 700; cursor: pointer; }
.map-shell { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 0; background: #fff; box-shadow: var(--shadow); }
.map-panel { min-width: 0; }
.map-toolbar { min-height: 83px; padding: 17px 22px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); }
.map-toolbar p { margin: 5px 0 0; color: var(--muted); font-size: 12px; }
.map-toolbar p.data-label { margin: 0; color: var(--ink); }
.map-toolbar a { color: var(--teal-dark); font-size: 12px; font-weight: 700; text-decoration: none; }
.map { height: 585px; background: #e8f0ec; }
.map-credit { margin: 0; padding: 9px 16px; color: #7f9198; font-size: 9px; border-top: 1px solid var(--line); }
.neighborhood-rank { padding: 32px 27px; border-left: 1px solid var(--line); }
.neighborhood-rank h3 { margin: 0 0 22px; font-family: var(--serif); font-size: 30px; font-weight: 500; line-height: 1.05; }
.neighborhood-list { margin-bottom: 27px; border-top: 1px solid var(--line); }
.neighborhood-item { width: 100%; display: grid; grid-template-columns: 1fr auto; gap: 14px; align-items: center; padding: 14px 0; border: 0; border-bottom: 1px solid var(--line); background: transparent; text-align: left; cursor: pointer; }
.neighborhood-item strong { display: block; font-size: 12px; line-height: 1.3; }
.neighborhood-item span { color: var(--teal-dark); font-family: var(--serif); font-size: 22px; }
.neighborhood-item:hover strong { color: var(--teal-dark); }
.neighborhood-showcase { margin-top: 54px; }
.neighborhood-showcase__head { display: flex; justify-content: space-between; align-items: center; gap: 28px; margin-bottom: 18px; }
.neighborhood-showcase__head .eyebrow, .neighborhood-showcase__head p { margin: 0; }
.neighborhood-showcase__head > div > p:last-child { margin-top: 5px; color: var(--muted); font-size: 10px; }
.sponsor-slot--inline { min-width: 290px; }
.neighborhood-profiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.neighborhood-profile { --profile-accent: #1767ff; position: relative; min-height: 390px; overflow: hidden; border: 1px solid rgba(7,27,50,.22); background: #f4fbf9; color: var(--ink); text-decoration: none; box-shadow: 0 12px 30px rgba(7,27,50,.06); transition: transform .25s ease, box-shadow .25s ease; isolation: isolate; }
.neighborhood-profile--1 { --profile-accent: #1767ff; background: #f1f6ff; }
.neighborhood-profile--2 { --profile-accent: #ff6d3a; background: #fff8f2; }
.neighborhood-profile--waterfront { --profile-accent: #00a7c4; background: #eefbff; }
.neighborhood-profile--storm { --profile-accent: #a81920; background: #fff3f0; }
.neighborhood-profile--association { --profile-accent: #7654b5; background: #f7f3ff; }
.neighborhood-profile--corridor { --profile-accent: #1767ff; background: #eef4ff; }
.neighborhood-profile--high-value { --profile-accent: #d88900; background: #fffaf0; }
.neighborhood-profile--development { --profile-accent: #1767ff; background: #f2fbf8; }
.neighborhood-profile::after { content: ""; position: absolute; z-index: 0; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.95) 45%, rgba(255,255,255,.52) 69%, rgba(255,255,255,.12) 100%); pointer-events: none; }
.neighborhood-profile:hover { z-index: 2; transform: translateY(-5px); box-shadow: 0 22px 44px rgba(7,27,50,.15); }
.neighborhood-profile__map { position: absolute; z-index: 0; inset: 0; color: var(--profile-accent); }
.neighborhood-profile__map svg { width: 100%; height: 100%; display: block; }
.neighborhood-profile__grid path { fill: none; stroke: currentColor; stroke-width: .55; opacity: .13; }
.neighborhood-profile__boundary { fill: currentColor; fill-opacity: .14; stroke: currentColor; stroke-width: 3; vector-effect: non-scaling-stroke; filter: drop-shadow(0 14px 18px rgba(7,27,50,.14)); }
.neighborhood-profile__dot { fill: currentColor; stroke: #fff; stroke-width: 1.2; vector-effect: non-scaling-stroke; animation: profileDot 2.6s ease-in-out infinite alternate; }
.neighborhood-profile__dot:nth-child(3n) { animation-delay: -.8s; }
@keyframes profileDot { from { opacity: .55; } to { opacity: 1; } }
.neighborhood-profile__map-label { position: absolute; right: 17px; bottom: 16px; display: flex; align-items: center; gap: 6px; color: var(--ink); font-size: 7px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.neighborhood-profile__map-label i { width: 6px; height: 6px; border-radius: 50%; background: var(--profile-accent); box-shadow: 0 0 0 5px color-mix(in srgb, var(--profile-accent) 15%, transparent); }
.neighborhood-profile__map-count { position: absolute; right: 18px; top: 17px; color: var(--profile-accent); font-family: var(--serif); font-size: 44px; font-weight: 500; line-height: 1; }
.neighborhood-profile__content { position: relative; z-index: 1; min-height: 390px; width: 67%; display: flex; flex-direction: column; justify-content: space-between; padding: 25px; }
.neighborhood-profile__rank { color: var(--teal-dark); font-size: 8px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.neighborhood-profile h3 { max-width: 250px; margin: 18px 0 28px; font-family: var(--serif); font-size: 35px; font-weight: 500; line-height: .95; letter-spacing: -.035em; }
.neighborhood-profile dl { display: grid; grid-template-columns: 1fr 1fr; gap: 13px 16px; margin: auto 0 24px; padding-top: 18px; border-top: 1px solid rgba(7,27,50,.2); }
.neighborhood-profile dl div { min-width: 0; }
.neighborhood-profile dt { color: var(--muted); font-size: 8px; letter-spacing: .07em; text-transform: uppercase; }
.neighborhood-profile dd { overflow: hidden; margin: 3px 0 0; font-size: 12px; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.neighborhood-profile__link { display: flex; align-items: center; gap: 8px; font-size: 9px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.neighborhood-profile__link i { width: 9px; height: 9px; position: relative; border-radius: 50%; background: var(--profile-accent); }
.neighborhood-profile__link i::after { content: ""; position: absolute; inset: -5px; border: 1px solid var(--profile-accent); border-radius: 50%; animation: mapPinRadiate 1.8s ease-out infinite; }
.taxonomy-line { display: block; margin: 7px 0 9px; color: var(--muted); font-size: 10px; font-weight: 600; letter-spacing: .07em; line-height: 1.45; text-transform: uppercase; }
.taxonomy-line b { margin-right: 7px; color: var(--teal-dark); font-size: 10px; letter-spacing: .11em; }
.neighborhood-profile .taxonomy-line { max-width: 230px; margin-top: -17px; margin-bottom: 24px; color: var(--profile-accent); }
.neighborhood-profile .taxonomy-line b { color: var(--ink); opacity: .58; }
.signal-row .taxonomy-line { margin: 0 0 5px; }
.lead-card .taxonomy-line { margin: 4px 0 13px; color: var(--lead-accent); }
.record-result .taxonomy-line { margin: 7px 0; }
.meeting-row__body .taxonomy-line { margin: 4px 0 7px; }
.muted { color: var(--muted); font-size: 12px; line-height: 1.6; }
.leaflet-container { font-family: var(--sans); color: var(--ink); }
.leaflet-control-zoom a { color: var(--ink) !important; }
.leaflet-popup-content-wrapper { border-radius: 2px; box-shadow: 0 18px 40px rgba(7,27,50,.22); }
.leaflet-popup-content { margin: 15px 18px; min-width: 300px; }
.popup-kicker { color: var(--teal-dark); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.popup-title { margin: 5px 0 6px; font-family: var(--serif); font-size: 20px; line-height: 1.05; }
.popup-meta { color: var(--muted); font-size: 11px; line-height: 1.45; }
.popup-record-clock { margin: 10px 0 0; padding-top: 8px; border-top: 1px solid var(--line); color: var(--ink); font-size: 8px; font-weight: 700; letter-spacing: .04em; }
.popup-actions { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 3px; margin-top: 11px; }
.popup-actions a, .popup-actions button { min-width: 0; min-height: 43px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; padding: 3px; border: 1px solid var(--line); background: #f6fbfa; color: var(--ink); font: 700 6px/1 var(--sans); letter-spacing: .045em; text-align: center; text-decoration: none; text-transform: uppercase; cursor: pointer; }
.popup-actions a:hover, .popup-actions button:hover { border-color: var(--teal-dark); background: var(--mint); color: var(--teal-dark); }
.popup-actions span { color: var(--teal-dark); font-size: 14px; line-height: 1; }
.popup-source-note { margin: 7px 0 0; color: var(--muted); font-size: 7px; line-height: 1.4; }

.broward-tease { background: #fff; }
.broward-tease__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }
.broward-tease__copy h2 { font-size: clamp(44px, 5vw, 68px); line-height: .98; }
.broward-tease__copy > p:not(.eyebrow) { margin: 27px 0 31px; max-width: 550px; color: var(--ink-2); font-size: 17px; line-height: 1.65; }
.button--ink { background: var(--ink); }
.button--ink:hover { background: var(--teal-dark); }
.record-flow { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; align-items: stretch; }
.record-flow > b { display: none; }
.record-flow__item { --flow-accent: #1767ff; min-height: 235px; position: relative; overflow: hidden; padding: 24px; border: 1px solid var(--line); background: radial-gradient(circle at 88% 11%, rgba(23,103,255,.18), transparent 35%), #f2faf8; }
.record-flow__item::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 4px; background: linear-gradient(90deg, transparent, var(--flow-accent), transparent); background-size: 180% 100%; animation: flowScan 2.8s linear infinite; }
@keyframes flowScan { to { background-position: -180% 0; } }
.record-flow__item--parcel { --flow-accent: #ffb703; background: radial-gradient(circle at 88% 11%, rgba(255,207,74,.36), transparent 38%), #fffdf3; }
.record-flow__item--network { --flow-accent: #48d8c0; background: radial-gradient(circle at 88% 11%, rgba(0,184,220,.22), transparent 38%), var(--ink); color: #fff; border-color: var(--ink); }
.record-flow__item--network .record-flow__icon { color: var(--sun); border-color: rgba(255,207,74,.66); background: rgba(255,207,74,.06); box-shadow: 0 12px 30px rgba(0,0,0,.28), inset 0 0 20px rgba(255,207,74,.08); }
.record-flow__item--network .record-flow__icon svg { stroke-width: 2.8; }
.record-flow__item--signal { --flow-accent: #1767ff; background: radial-gradient(circle at 88% 11%, rgba(23,103,255,.18), transparent 39%), linear-gradient(145deg, #dff8f0, #edf5ff); border-color: #74cdbd; }
.record-flow__icon { width: 62px; height: 62px; display: grid; place-items: center; margin-bottom: 29px; border: 1px solid color-mix(in srgb, var(--flow-accent) 45%, transparent); border-radius: 50%; background: rgba(255,255,255,.68); color: var(--flow-accent); box-shadow: 0 12px 30px color-mix(in srgb, var(--flow-accent) 17%, transparent); animation: flowFloat 3.2s ease-in-out infinite alternate; }
.record-flow__icon svg { width: 38px; height: 38px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.record-flow__icon--mark { width: 72px; height: 72px; border: 0; background: transparent; box-shadow: none; }
.record-flow__icon--mark img { width: 72px; height: auto; max-height: 72px; object-fit: contain; filter: drop-shadow(0 12px 15px rgba(7,27,50,.25)) drop-shadow(0 0 17px rgba(0,184,220,.2)); }
@keyframes flowFloat { to { transform: translateY(-5px); } }
.record-flow__item span { display: block; margin-bottom: 10px; color: var(--flow-accent); font-size: 8px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.record-flow__item strong { display: block; font-family: var(--serif); font-size: 27px; font-weight: 500; line-height: 1; }
.record-flow__item p { margin: 9px 0 0; color: var(--muted); font-size: 11px; line-height: 1.45; }
.record-flow__item--network p { color: #a8bdca; }

.section--blue { background: var(--blue); color: #fff; }
.storm-tease__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(54px, 7vw, 105px); align-items: center; }
.storm-window { background: #fff; color: var(--ink); padding: 16px; box-shadow: 0 30px 70px rgba(0,0,0,.25); transform: rotate(-1deg); }
.storm-window__head { display: flex; justify-content: space-between; gap: 20px; align-items: start; padding: 15px 14px 17px; }
.storm-window__head .eyebrow { margin-bottom: 6px; }
.storm-window h3 { margin: 0; font-family: var(--serif); font-size: 27px; font-weight: 500; }
.storm-window__date { color: var(--muted); font-size: 10px; }
.storm-window img { width: 100%; background: #dcecff; }
.storm-window > p { margin: 10px 5px 2px; color: var(--muted); font-size: 9px; }
.storm-tease__copy .eyebrow { color: #7ce8d3; }
.storm-tease__copy h2 { font-size: clamp(52px, 6vw, 78px); }
.storm-tease__copy > p:not(.eyebrow) { margin: 28px 0; max-width: 540px; color: #cfdeeb; font-size: 17px; line-height: 1.65; }
.storm-count { display: flex; gap: 16px; align-items: center; margin: 32px 0; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.storm-count strong { font-family: var(--serif); font-size: 44px; font-weight: 500; }
.storm-count span { max-width: 245px; color: #bfd0df; font-size: 11px; line-height: 1.45; }
.button--light { background: #fff; color: var(--ink); }
.button--light:hover { background: var(--sun); color: var(--ink); }

.brief { background: var(--sun); }
.brief__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: center; }
.brief .eyebrow { color: var(--ink); }
.brief h2 { font-size: clamp(60px, 7vw, 94px); }
.brief__dek { max-width: 670px; margin: 0 0 28px; font-family: var(--serif); font-size: clamp(24px, 2.8vw, 35px); line-height: 1.2; letter-spacing: -.02em; }
.sponsor-slot--brief { width: min(100%, 680px); margin: -9px 0 14px; border-color: rgba(7,27,50,.35); }
@keyframes sponsorSignal { 0%, 100% { opacity: .66; transform: scaleY(.72); } 50% { opacity: 1; transform: scaleY(1); } }
@keyframes sponsorBars { 0%, 100% { transform: scaleY(.72); opacity: .62; } 50% { transform: scaleY(1); opacity: 1; } }
.signup--brief { max-width: 680px; }
.signup--brief input { border-color: var(--ink); }
.signup--brief button { background: var(--ink); border-color: var(--ink); }
.signup--brief button:hover { background: var(--teal-dark); border-color: var(--teal-dark); }
.brief .signup-note { color: #60572f; }

.standards { padding: 62px 0; background: #fff; border-bottom: 1px solid var(--line); }
.standards__grid { display: grid; grid-template-columns: 180px 1fr auto; gap: 65px; align-items: start; }
.standards__grid > p:not(.eyebrow) { margin: 0; max-width: 780px; font-family: var(--serif); font-size: 25px; line-height: 1.35; }

.site-footer { padding: 70px 0 25px; background: var(--wash-soft); }
.site-footer__grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.2fr; gap: 60px; }
.site-footer__grid > div:first-child img { width: 300px; height: auto; }
.site-footer__grid > div:first-child p { max-width: 310px; margin: 20px 0 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.site-footer__grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-title { margin: 0 0 8px; color: var(--ink); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.site-footer a { color: var(--muted); font-size: 12px; text-decoration: none; }
.site-footer a:hover { color: var(--teal-dark); }
.footer-brief { padding-left: 26px; border-left: 1px solid var(--line); }
.footer-brief p:not(.footer-title) { margin: 0; color: var(--muted); font-size: 12px; }
.footer-brief a { margin-top: 9px; color: var(--ink); font-weight: 700; border-bottom: 1px solid var(--ink); }
.site-footer__bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 65px; padding-top: 20px; border-top: 1px solid var(--line); color: #85949c; font-size: 9px; letter-spacing: .04em; text-transform: uppercase; }
.site-footer__bottom p { margin: 0; }

/* Interior pages */
.page-hero { padding: 88px 0 74px; background: #fff; border-bottom: 1px solid var(--line); }
.page-hero__grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: end; }
.page-hero h1 { font-size: clamp(64px, 8vw, 112px); }
.page-hero__dek { margin: 0 0 8px; color: var(--ink-2); font-size: 19px; line-height: 1.65; }
.page-hero__meta { margin: 22px 0 0; color: var(--muted); font-size: 11px; }
.page-section { padding: 90px 0; }
.page-section--white { background: #fff; }

/* Graphic Desk — the emblem-stamped, embed-ready visual system */
.graphic-hero { background: linear-gradient(180deg, #fff 0%, var(--wash) 100%); }
.data-room-intro { padding: clamp(34px, 4.5vw, 68px) 0; border-bottom: 1px solid var(--line); background: linear-gradient(118deg, #fff 0%, #f3fbfd 58%, #e4f7f3 100%); }
.data-room-intro__grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(440px, .95fr); gap: clamp(36px, 6vw, 100px); align-items: end; }
.data-room-intro .eyebrow { display: flex; align-items: center; gap: 9px; }
.data-room-intro h1 { max-width: 750px; margin: 12px 0 0; font-family: var(--serif); font-size: clamp(54px, 6.8vw, 104px); font-weight: 500; letter-spacing: -.062em; line-height: .86; }
.data-room-intro__grid > div:first-child > p:last-child { max-width: 660px; margin: 22px 0 0; color: #29445a; font-size: 16px; line-height: 1.55; }
.data-room-now { display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; border: 1px solid rgba(7,27,50,.14); background: rgba(255,255,255,.84); box-shadow: 0 20px 55px rgba(7,27,50,.1); }
.data-room-now a { min-width: 0; min-height: 142px; display: grid; align-content: center; padding: 22px 20px; border-right: 1px solid var(--line); color: var(--ink); text-decoration: none; }
.data-room-now a:last-child { border-right: 0; }
.data-room-now strong { color: var(--teal-dark); font-family: var(--sans); font-size: clamp(31px, 3.2vw, 48px); letter-spacing: -.055em; line-height: 1; font-variant-numeric: tabular-nums; }
.data-room-now span { margin-top: 10px; color: #526a7c; font-size: 10px; font-weight: 700; letter-spacing: .07em; line-height: 1.35; text-transform: uppercase; }
.data-room-now a:hover { background: #fff; }
.data-room-map-stage { padding: clamp(38px, 5vw, 72px) 0; scroll-margin-top: 118px; background: #fff; }
.data-room-map-stage__head { display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: end; margin-bottom: 22px; }
.data-room-map-stage__head h2 { margin: 7px 0 0; font-family: var(--serif); font-size: clamp(42px, 5vw, 72px); font-weight: 500; letter-spacing: -.055em; line-height: .93; }
.data-room-map-stage__head > p { max-width: 470px; margin: 0; color: #536a7c; font-size: 11px; font-weight: 600; letter-spacing: .05em; line-height: 1.45; text-align: right; text-transform: uppercase; }
.data-room-map-shell { display: grid; grid-template-columns: minmax(0, 1fr) 360px; overflow: hidden; border: 1px solid rgba(7,27,50,.15); background: var(--ink); box-shadow: 0 26px 65px rgba(7,27,50,.15); }
.data-room-map-shell .surface-map-frame { min-width: 0; }
.data-room-map { min-height: 560px; }
.data-room-map-panel { position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: center; padding: 42px 34px; color: #fff; }
.data-room-map-panel::after { position: absolute; right: -65px; bottom: -75px; width: 250px; height: 250px; background: url("/assets/emblem-2026-white.png") center / contain no-repeat; content: ""; opacity: .055; }
.data-room-map-panel > * { position: relative; z-index: 1; }
.data-room-map-panel .eyebrow { color: #68e1d3; }
.data-room-map-panel h3 { margin: 10px 0 0; font-family: var(--serif); font-size: 44px; font-weight: 500; letter-spacing: -.045em; line-height: .94; }
.data-room-map-panel > p:not(.eyebrow) { margin: 20px 0 0; color: #c5d3dd; font-size: 13px; line-height: 1.6; }
.data-room-map-panel__actions { display: grid; gap: 9px; margin-top: 26px; }
.data-room-map-panel__actions button, .data-room-map-panel__actions a { min-height: 48px; display: flex; align-items: center; justify-content: center; gap: 9px; padding: 0 15px; border: 1px solid rgba(255,255,255,.25); background: transparent; color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; cursor: pointer; }
.data-room-map-panel__actions button { border-color: var(--teal); background: var(--teal-dark); }
.data-room-map-panel__actions button i { width: 13px; height: 13px; border-radius: 50%; background: radial-gradient(circle at 60% 55%, #ffcf4a 0 16%, #ff6d3a 18% 38%, #a81920 41% 66%, transparent 69%); }
.data-room-map-panel__actions button.is-active { background: #a81920; border-color: #ff9e88; }
.data-room-map-panel small { margin-top: 18px; color: #91a7b8; font-size: 9px; line-height: 1.5; }
.graphic-desk-section { background: linear-gradient(180deg, #edf7fa 0%, #fff 360px); }
.graphic-desk-nav { position: sticky; z-index: 8; top: 0; display: grid; grid-template-columns: repeat(4, 1fr); margin-bottom: 30px; border: 1px solid rgba(7,27,50,.14); background: rgba(255,255,255,.94); box-shadow: 0 12px 35px rgba(7,27,50,.08); backdrop-filter: blur(12px); }
.graphic-desk-nav a { min-height: 52px; display: grid; place-items: center; border-right: 1px solid var(--line); color: var(--ink); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.graphic-desk-nav a:last-child { border-right: 0; }
.graphic-desk-nav a:hover { background: var(--ink); color: #fff; }
.graphic-desk-head { display: flex; justify-content: space-between; gap: 30px; margin-bottom: 24px; padding-bottom: 16px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.graphic-desk-head p { margin: 0; }
.graphic-grid { display: block; }
.graphic-group { padding: 34px 0 64px; scroll-margin-top: 74px; border-bottom: 1px solid var(--line); }
.graphic-group:last-child { border-bottom: 0; }
.graphic-group__head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .48fr); gap: 40px; align-items: end; margin-bottom: 24px; }
.graphic-group__head p { margin: 0 0 8px; color: var(--teal-dark); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.graphic-group__head h2 { margin: 0; font-family: var(--serif); font-size: clamp(38px, 4vw, 60px); font-weight: 500; letter-spacing: -.05em; line-height: .95; }
.graphic-group__head > span { padding-bottom: 7px; color: #526a7c; font-size: 14px; line-height: 1.5; }
.graphic-group__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.graphic-group__grid > .graphic-card:last-child:nth-child(odd) { grid-column: 1 / -1; }
.graphic-card {
  --graphic-accent: var(--teal);
  position: relative;
  min-height: 540px;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  padding: 30px;
  border: 1px solid var(--line);
  background: var(--wash-soft);
  box-shadow: 0 18px 50px rgba(7,27,50,.07);
  isolation: isolate;
  animation: graphicRise .55s cubic-bezier(.2,.75,.25,1) both;
}
.graphic-card::before { content: ""; position: absolute; z-index: -1; left: 50%; top: 56%; width: min(58%, 420px); aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(45,212,191,.12), rgba(0,184,220,.035) 45%, transparent 70%); transform: translate(-50%, -50%); pointer-events: none; }
.graphic-card::after { content: ""; position: absolute; inset: 0 0 auto; height: 4px; background: linear-gradient(90deg, var(--graphic-accent), var(--cyan), var(--sun), var(--orange)); }
.graphic-card--wide { grid-column: 1 / -1; min-height: 580px; }
.graphic-card--navy { background: radial-gradient(100% 90% at 94% 0%, rgba(0,184,220,.15), transparent 48%), #071b32; color: #fff; border-color: rgba(255,255,255,.16); }
.graphic-card--navy::before { background: radial-gradient(circle, rgba(45,212,191,.16), rgba(0,184,220,.04) 46%, transparent 70%); }
.graphic-card__crest { position: absolute; z-index: 0; left: 50%; top: 55%; width: min(34%, 225px); aspect-ratio: 1; display: grid; place-items: center; border: 1px solid rgba(23,103,255,.2); border-radius: 50%; background: rgba(255,255,255,.56); box-shadow: inset 0 0 38px rgba(255,255,255,.88), 0 26px 60px rgba(7,27,50,.14), 0 0 48px rgba(0,184,220,.16); transform: translate(-50%,-50%); pointer-events: none; }
.graphic-card--navy .graphic-card__crest { border-color: rgba(103,226,212,.2); background: rgba(7,27,50,.42); box-shadow: inset 0 0 36px rgba(45,212,191,.09), 0 28px 60px rgba(0,0,0,.28), 0 0 45px rgba(45,212,191,.12); }
.graphic-card__crest img { width: 72%; height: 72%; object-fit: contain; filter: saturate(1.12) drop-shadow(0 15px 23px rgba(7,27,50,.25)); opacity: .62; }
.graphic-card--navy .graphic-card__crest img { opacity: .68; filter: brightness(1.2) saturate(1.22) drop-shadow(0 16px 24px rgba(0,0,0,.4)); }
.graphic-card__top { display: flex; justify-content: space-between; gap: 20px; align-items: center; }
.graphic-card__top p { margin: 0; color: var(--teal-dark); font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.graphic-card__top > span { padding: 4px 7px; border: 1px solid var(--line); color: var(--muted); font-size: 7px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.graphic-card--navy .graphic-card__top p { color: #55e0d1; }
.graphic-card--navy .graphic-card__top > span { color: #9db0c4; border-color: rgba(255,255,255,.2); }
.graphic-card h2 { margin: 22px 0 0; font-family: var(--sans); font-size: clamp(38px, 4.5vw, 66px); font-weight: 700; letter-spacing: -.055em; line-height: .94; }
.graphic-card h2 em { color: var(--graphic-accent); font-style: normal; }
.graphic-card__dek { max-width: 660px; margin: 16px 0 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.graphic-card--navy .graphic-card__dek { color: #a9b9c9; }
.graphic-card__open { width: max-content; max-width: 100%; position: relative; z-index: 2; margin-top: 14px; padding-bottom: 4px; border-bottom: 1px solid var(--teal-dark); color: var(--teal-dark); font-size: 10px; font-weight: 800; letter-spacing: .07em; line-height: 1.35; text-decoration: none; text-transform: uppercase; }
.graphic-card--navy .graphic-card__open { border-color: #6ce3d5; color: #6ce3d5; }
.graphic-card__open:hover { color: var(--blue); border-color: var(--blue); }
.graphic-card__body { position: relative; z-index: 1; flex: 1; display: flex; align-items: center; margin-top: 28px; }
.graphic-card__clock { margin: 24px 0 0; padding-top: 12px; border-top: 1px solid var(--line); color: var(--muted); font-size: 8px; line-height: 1.45; letter-spacing: .04em; }
.graphic-card--navy .graphic-card__clock { color: #8298ad; border-color: rgba(255,255,255,.14); }
.graphic-card__brand { display: grid; grid-template-columns: auto minmax(90px, 1fr) auto; align-items: center; gap: 12px; margin-top: 12px; }
.graphic-card__brand > span { min-width: 0; display: grid; grid-template-columns: 22px auto; grid-template-rows: auto auto; align-items: center; column-gap: 8px; }
.graphic-card__brand img { width: 22px; height: 22px; object-fit: contain; }
.graphic-card__brand > span img { grid-row: 1 / 3; }
.graphic-card__brand b { align-self: end; font-size: 9px; letter-spacing: .14em; line-height: 1.05; text-transform: uppercase; white-space: nowrap; }
.graphic-card__brand small { align-self: start; color: var(--muted); font-size: 7px; letter-spacing: .07em; line-height: 1.15; text-transform: uppercase; white-space: nowrap; }
.graphic-card--navy .graphic-card__brand small { color: #8298ad; }
.graphic-card__brand time { justify-self: center; padding: 5px 8px; border-top: 1px solid var(--graphic-accent); border-bottom: 1px solid var(--graphic-accent); color: var(--teal-dark); font-size: 7px; font-weight: 700; letter-spacing: .08em; line-height: 1.25; text-align: center; text-transform: uppercase; }
.graphic-card--navy .graphic-card__brand time { color: #67e2d4; }
.graphic-card__brand > div { display: inline-flex; align-items: center; gap: 5px; }
.graphic-card__brand a,
.graphic-card__brand button { min-width: 27px; min-height: 27px; display: inline-grid; place-items: center; padding: 0 7px; border: 1px solid var(--line); background: transparent; color: inherit; font-size: 8px; font-weight: 700; text-decoration: none; cursor: pointer; }
.graphic-card--navy .graphic-card__brand a,
.graphic-card--navy .graphic-card__brand button { border-color: rgba(255,255,255,.22); }
.graphic-card__brand a:hover,
.graphic-card__brand button:hover { border-color: var(--graphic-accent); color: var(--graphic-accent); }
.graphic-bars { width: 100%; display: grid; gap: 14px; }
.graphic-bar-row { display: grid; grid-template-columns: minmax(110px, 180px) 1fr 55px; gap: 13px; align-items: center; }
.graphic-bar-row > span { overflow: hidden; font-size: 10px; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }
.graphic-bar-row > div { height: 14px; overflow: hidden; background: rgba(7,27,50,.08); }
.graphic-card--navy .graphic-bar-row > div { background: rgba(255,255,255,.1); }
.graphic-bar-row i { width: var(--graphic-width); height: 100%; display: block; background: linear-gradient(90deg, #1767ff, #00b8dc, #27d6b1); transform-origin: left; animation: graphicGrowX .8s cubic-bezier(.2,.75,.25,1) var(--graphic-delay) both; }
.graphic-bar-row i.graphic-bar--aqua { background: linear-gradient(90deg, #1767ff, #2dd4bf); box-shadow: 0 0 18px rgba(45,212,191,.28); }
.graphic-bar-row i.graphic-bar--storm { background: linear-gradient(90deg, #ffcf4a, #ff6d3a, #a81920); box-shadow: 0 0 18px rgba(255,109,58,.22); }
.graphic-bar-row strong { font-size: 11px; text-align: right; font-variant-numeric: tabular-nums; }
.graphic-tiles { width: 100%; display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.graphic-tiles > div { min-height: 100px; display: flex; flex-direction: column; justify-content: center; padding: 17px; border: 1px solid var(--line); background: rgba(255,255,255,.55); }
.graphic-card--navy .graphic-tiles > div { border-color: rgba(255,255,255,.14); background: rgba(255,255,255,.055); }
.graphic-tiles strong { color: var(--graphic-accent); font-family: var(--sans); font-size: clamp(25px, 3vw, 42px); letter-spacing: -.04em; line-height: 1; }
.graphic-tiles span { margin-top: 8px; color: var(--muted); font-size: 8px; line-height: 1.35; letter-spacing: .08em; text-transform: uppercase; }
.graphic-card--navy .graphic-tiles span { color: #94a8bb; }
.graphic-geo { width: 100%; display: grid; grid-template-columns: 1.25fr .75fr; gap: 30px; align-items: center; }
.graphic-geo > section { min-width: 0; }
.graphic-geo > section > p { margin: 0 0 15px; color: var(--muted); font-size: 8px; font-weight: 700; letter-spacing: .12em; }
.graphic-bubbles { min-height: 245px; display: flex; flex-wrap: wrap; align-content: center; justify-content: center; gap: 8px; }
.graphic-bubbles > div { width: var(--bubble-size); height: var(--bubble-size); display: grid; place-content: center; padding: 9px; border-radius: 50%; background: radial-gradient(circle at 32% 25%, rgba(255,255,255,.92), rgba(45,212,191,.42) 44%, rgba(23,103,255,.78)); color: var(--ink); box-shadow: inset -8px -12px 20px rgba(7,27,50,.1), 0 12px 25px rgba(23,103,255,.15); text-align: center; animation: graphicBubble .7s cubic-bezier(.2,.75,.25,1) var(--bubble-delay) both; }
.graphic-bubbles > div:nth-child(3n + 2) { background: radial-gradient(circle at 32% 25%, #fff, rgba(255,207,74,.52) 44%, rgba(255,109,58,.77)); }
.graphic-bubbles > div:nth-child(3n) { background: radial-gradient(circle at 32% 25%, #fff, rgba(23,103,255,.28) 44%, rgba(0,184,220,.72)); }
.graphic-bubbles strong { font-size: clamp(17px, 2vw, 27px); line-height: 1; }
.graphic-bubbles span { max-width: 92px; margin-top: 5px; font-size: 7px; font-weight: 700; line-height: 1.12; letter-spacing: .035em; text-transform: uppercase; }
.graphic-rings { width: 100%; display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: center; gap: 18px; }
.graphic-ring { width: 92px; display: grid; justify-items: center; gap: 9px; text-align: center; }
.graphic-ring i { --ring-color: var(--graphic-accent); position: relative; width: 82px; height: 82px; display: grid; place-items: center; border-radius: 50%; background: conic-gradient(var(--ring-color) calc(var(--ring-value) * 1%), rgba(7,27,50,.09) 0); box-shadow: 0 10px 24px rgba(7,27,50,.1); animation: graphicRing .8s cubic-bezier(.2,.75,.25,1) var(--ring-delay) both; }
.graphic-ring:nth-child(3n + 2) i { --ring-color: var(--blue); }
.graphic-ring:nth-child(3n) i { --ring-color: var(--orange); }
.graphic-ring i::before { content: ""; position: absolute; inset: 9px; border-radius: 50%; background: var(--wash-soft); box-shadow: inset 0 5px 12px rgba(7,27,50,.06); }
.graphic-card--navy .graphic-ring i { background: conic-gradient(var(--ring-color) calc(var(--ring-value) * 1%), rgba(255,255,255,.1) 0); }
.graphic-card--navy .graphic-ring i::before { background: #0a223b; }
.graphic-ring b { position: relative; z-index: 1; font-size: 13px; font-style: normal; }
.graphic-ring > span { color: var(--muted); font-size: 7px; line-height: 1.3; letter-spacing: .07em; text-transform: uppercase; }
.graphic-card--navy .graphic-ring > span { color: #91a6ba; }
.graphic-rank { width: 100%; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.graphic-rank li { display: grid; grid-template-columns: 34px minmax(0,1fr) auto; gap: 12px; align-items: center; min-height: 47px; border-bottom: 1px solid var(--line); }
.graphic-rank em { color: var(--teal-dark); font-size: 8px; font-style: normal; font-weight: 700; }
.graphic-rank span { overflow: hidden; font-size: 10px; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }
.graphic-rank strong { padding: 5px 8px; background: var(--ink); color: #fff; font-size: 9px; font-variant-numeric: tabular-nums; }
.graphic-inline-stat { width: 100%; margin: 20px 0 0; color: #8fa5b9; font-size: 8px; letter-spacing: .07em; text-align: center; text-transform: uppercase; }
.graphic-inline-stat strong { margin-right: 5px; color: #fff; font-size: 16px; }
.graphic-network { position: relative; width: min(100%, 470px); height: 255px; margin: 0 auto; }
.graphic-network::before, .graphic-network::after { content: ""; position: absolute; inset: 50% 9%; height: 1px; background: linear-gradient(90deg, transparent, rgba(23,103,255,.55), transparent); }
.graphic-network::after { transform: rotate(54deg); }
.graphic-network__core { position: absolute; z-index: 2; left: 50%; top: 50%; width: 104px; height: 104px; display: grid; place-items: center; border: 1px solid rgba(23,103,255,.35); border-radius: 50%; background: rgba(255,255,255,.86); box-shadow: 0 18px 44px rgba(7,27,50,.16); transform: translate(-50%,-50%); }
.graphic-network__core img { width: 72px; opacity: .42; }
.graphic-network__core span { position: absolute; font-size: 7px; font-weight: 700; letter-spacing: .12em; line-height: 1.35; text-align: center; }
.graphic-network__node { position: absolute; z-index: 3; width: 112px; min-height: 64px; display: grid; align-content: center; padding: 10px 12px; border: 1px solid var(--line); background: rgba(255,255,255,.92); box-shadow: 0 10px 24px rgba(7,27,50,.08); }
.graphic-network__node--1 { left: 0; top: 8px; }
.graphic-network__node--2 { right: 0; top: 8px; }
.graphic-network__node--3 { left: 0; bottom: 8px; }
.graphic-network__node--4 { right: 0; bottom: 8px; }
.graphic-network__node strong { color: var(--teal-dark); font-size: 17px; }
.graphic-network__node span { margin-top: 3px; color: var(--muted); font-size: 7px; letter-spacing: .06em; text-transform: uppercase; }
.graphic-radar { position: relative; width: 260px; height: 260px; overflow: hidden; margin: 0 auto; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; background: repeating-radial-gradient(circle, transparent 0 38px, rgba(45,212,191,.14) 39px 40px), linear-gradient(90deg, transparent 49.7%, rgba(45,212,191,.18) 50%, transparent 50.3%), linear-gradient(transparent 49.7%, rgba(45,212,191,.18) 50%, transparent 50.3%); box-shadow: inset 0 0 50px rgba(45,212,191,.08), 0 0 34px rgba(45,212,191,.09); }
.graphic-radar__sweep { position: absolute; inset: 0; border-radius: 50%; background: conic-gradient(from 0deg, rgba(45,212,191,.38), transparent 21%, transparent); animation: radarSweep 4s linear infinite; }
.graphic-radar__core { position: absolute; inset: 50% auto auto 50%; display: grid; text-align: center; transform: translate(-50%,-50%); }
.graphic-radar__core strong { color: #5ce5d5; font-size: 38px; line-height: 1; }
.graphic-radar__core span { margin-top: 5px; color: #8ea6b9; font-size: 7px; letter-spacing: .08em; text-transform: uppercase; }
.graphic-radar__standby { position: absolute; left: 50%; bottom: 28px; color: #91a7ba; font-size: 7px; letter-spacing: .13em; transform: translateX(-50%); }
.graphic-radar__blip { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 7px rgba(255,109,58,.12), 0 0 16px var(--orange); }
.graphic-radar__blip--1 { left: 31%; top: 27%; }.graphic-radar__blip--2 { right: 27%; top: 43%; }.graphic-radar__blip--3 { left: 44%; bottom: 22%; }
.graphic-timeline { width: 100%; position: relative; display: grid; gap: 0; }
.graphic-timeline::before { content: ""; position: absolute; left: 7px; top: 7px; bottom: 7px; width: 1px; background: linear-gradient(var(--teal), var(--blue), var(--orange)); }
.graphic-timeline > div { position: relative; display: grid; grid-template-columns: 72px 1fr; gap: 2px 15px; min-height: 52px; padding: 0 0 12px 28px; }
.graphic-timeline i { position: absolute; z-index: 1; left: 2px; top: 4px; width: 11px; height: 11px; border: 3px solid #fff; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 1px var(--teal); }
.graphic-timeline > div:nth-child(3n + 2) i { background: var(--blue); box-shadow: 0 0 0 1px var(--blue); }
.graphic-timeline > div:nth-child(3n) i { background: var(--orange); box-shadow: 0 0 0 1px var(--orange); }
.graphic-timeline time { grid-row: 1 / span 2; color: var(--teal-dark); font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.graphic-timeline span { font-size: 10px; font-weight: 700; line-height: 1.25; }
.graphic-timeline small { color: var(--muted); font-size: 7px; }
.graphic-empty { width: 100%; padding: 35px; border: 1px dashed var(--line); color: var(--muted); font-size: 9px; text-align: center; }
.graphic-pulse { width: 100%; height: 230px; display: grid; grid-template-columns: repeat(14, 1fr); gap: clamp(4px, .9vw, 12px); align-items: end; border-bottom: 1px solid rgba(255,255,255,.25); }
.graphic-pulse > div { height: 100%; display: grid; grid-template-rows: 20px 1fr 22px; align-items: end; text-align: center; }
.graphic-pulse span { color: #9eb0c3; font-size: 7px; font-variant-numeric: tabular-nums; }
.graphic-pulse i { width: 72%; height: var(--graphic-height); justify-self: center; display: block; background: linear-gradient(180deg, #2dd4bf, #00b8dc); box-shadow: 0 0 20px rgba(45,212,191,.2); transform-origin: bottom; animation: graphicGrowY .8s cubic-bezier(.2,.75,.25,1) var(--graphic-delay) both; }
.graphic-pulse small { align-self: center; color: #8298ad; font-size: 7px; }
.graphic-desk-cta { position: relative; overflow: hidden; display: grid; grid-template-columns: 120px 1fr auto; gap: 28px; align-items: center; margin-top: 22px; padding: 24px 28px; background: #071b32; color: #fff; }
.graphic-desk-cta::after { content: ""; position: absolute; right: 22%; width: 180px; aspect-ratio: 1; background: url("assets/emblem-2026-white.png") no-repeat center / contain; opacity: .06; }
.graphic-desk-cta > img { width: 92px; position: relative; z-index: 1; }
.graphic-desk-cta > div { position: relative; z-index: 1; }
.graphic-desk-cta p { margin: 0; color: #62e7d8; font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.graphic-desk-cta h3 { margin: 5px 0 0; font-family: var(--serif); font-size: 27px; font-weight: 500; }
.graphic-desk-cta .button { position: relative; z-index: 1; }
.visual-recon-strip { display: grid; grid-template-columns: 1.35fr .82fr .82fr; gap: 10px; margin-top: 10px; }
.visual-recon-strip a:first-child { grid-column: auto; }
.visual-recon-strip a { position: relative; min-height: 205px; overflow: hidden; color: #fff; text-decoration: none; }
.visual-recon-strip img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .45s cubic-bezier(.2,.75,.25,1); }
.visual-recon-strip a::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 30%, rgba(7,27,50,.84)); }
.visual-recon-strip span { position: absolute; z-index: 1; inset: auto 17px 16px; display: grid; gap: 4px; }
.visual-recon-strip small { color: #7aa8ff; font-size: 7px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.visual-recon-strip strong { max-width: 260px; font-family: var(--serif); font-size: 21px; font-weight: 500; line-height: 1.05; }
.visual-recon-strip a:hover img { transform: scale(1.035); }
.cross-page-promo { padding: 34px 0; overflow: hidden; background: linear-gradient(180deg, #fff, #eef7fb); }
.cross-page-promo__grid { min-height: 360px; display: grid; grid-template-columns: minmax(0,1.12fr) minmax(330px,.88fr); overflow: hidden; border: 1px solid rgba(7,27,50,.14); background: var(--ink); box-shadow: 0 24px 58px rgba(7,27,50,.16); }
.cross-page-promo__image { min-height: 360px; position: relative; overflow: hidden; color: #fff; }
.cross-page-promo__image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(105deg, rgba(7,27,50,.05), rgba(7,27,50,.75)); }
.cross-page-promo__image img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; transition: transform .55s cubic-bezier(.2,.75,.25,1); }
.cross-page-promo__image span { position: absolute; z-index: 1; left: 24px; bottom: 21px; color: #7ae6d8; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.cross-page-promo__image:hover img { transform: scale(1.035); }
.cross-page-promo__copy { position: relative; display: grid; align-content: center; padding: clamp(34px,4vw,64px); color: #fff; }
.cross-page-promo__copy::after { width: 230px; height: 300px; position: absolute; right: -52px; bottom: -96px; background: url("/assets/emblem-2026-white.png") center/contain no-repeat; content: ""; opacity: .055; }
.cross-page-promo__copy > * { position: relative; z-index: 1; }
.cross-page-promo__copy > p { margin: 0 0 14px; color: #74e6d7; font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.cross-page-promo__copy h2 { margin: 0; font-family: var(--serif); font-size: clamp(38px,4vw,60px); font-weight: 500; letter-spacing: -.045em; line-height: .92; }
.cross-page-promo__copy > span { max-width: 520px; margin-top: 17px; color: #c5d4dc; font-size: 14px; line-height: 1.55; }
.cross-page-promo__copy > div { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 25px; }
.cross-page-promo__copy a, .cross-page-promo__copy button { min-height: 44px; display: inline-flex; align-items: center; padding: 0 14px; border: 1px solid rgba(255,255,255,.28); background: transparent; color: #fff; font-size: 9px; font-weight: 800; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; cursor: pointer; }
.cross-page-promo__copy a { border-color: var(--teal); background: var(--teal); }
.cross-page-promo__copy a:hover { background: var(--teal-dark); }
@keyframes graphicRise { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
@keyframes graphicGrowX { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@keyframes graphicGrowY { from { transform: scaleY(0); } to { transform: scaleY(1); } }
@keyframes graphicBubble { from { opacity: 0; transform: translateY(14px) scale(.75); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes graphicRing { from { opacity: 0; transform: rotate(-45deg) scale(.7); } to { opacity: 1; transform: rotate(0) scale(1); } }
@keyframes radarSweep { to { transform: rotate(360deg); } }
body.graphic-embed { background: transparent; }
body.graphic-embed .live-bar,
body.graphic-embed .site-header,
body.graphic-embed .graphic-hero,
body.graphic-embed .graphic-desk-head,
body.graphic-embed .brief,
body.graphic-embed .site-footer { display: none !important; }
body.graphic-embed .graphic-desk-section { padding: 0; }
body.graphic-embed .graphic-desk-section .shell { width: 100%; }
body.graphic-embed .graphic-grid { display: block; }
body.graphic-embed .graphic-card { min-height: 620px; border: 0; box-shadow: none; }
.field-desk { padding: 34px 0; background: var(--ink); color: #fff; }
.record-search { display: grid; grid-template-columns: 280px 1fr; gap: 28px; align-items: end; }
.record-search label { color: #9fb4c4; font-size: 10px; line-height: 1.5; }
.record-search label span { display: block; color: #fff; font-size: 11px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.record-search__bar { display: flex; }
.record-search__bar input { min-width: 0; flex: 1; min-height: 58px; padding: 0 18px; border: 0; background: #fff; color: var(--ink); font-size: 15px; }
.record-search__bar button { min-height: 58px; padding: 0 24px; border: 0; background: var(--sun); color: var(--ink); font-size: 11px; font-weight: 700; cursor: pointer; }
.record-search__quick { grid-column: 2; display: flex; align-items: center; gap: 8px; margin-top: -14px; }
.record-search__quick span { color: #8098aa; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.record-search__quick button { padding: 5px 10px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; background: transparent; color: #d9e3ea; font-size: 9px; cursor: pointer; }
.record-search__quick button:hover { border-color: #fff; color: #fff; }
.record-search-results { margin-top: 30px; border-top: 1px solid rgba(255,255,255,.25); }
.record-search-results__head { display: flex; justify-content: space-between; gap: 20px; align-items: start; padding: 20px 0; }
.record-search-results__head p, .record-search__status, .record-search__empty { margin: 0; color: #b9c9d4; font-size: 11px; line-height: 1.55; }
.record-search-results__head strong { display: block; color: #fff; font-size: 13px; }
.record-search-results__head span { display: block; margin-top: 3px; }
.record-search-results__head button { border: 0; background: transparent; color: #fff; font-size: 26px; cursor: pointer; }
.record-search__status, .record-search__empty { padding: 24px 0; }
.record-result-list { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.18); border-left: 1px solid rgba(255,255,255,.18); }
.record-result-wrap { min-width: 0; display: flex; flex-direction: column; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.record-result { width: 100%; min-width: 0; min-height: 190px; flex: 1; display: flex; flex-direction: column; align-items: flex-start; padding: 20px; border: 0; background: rgba(255,255,255,.04); color: #fff; text-align: left; cursor: pointer; }
.record-result-wrap > .record-share { padding: 0 12px 12px; background: rgba(255,255,255,.04); }
.record-result-wrap .record-share a, .record-result-wrap .record-share button { border-color: rgba(255,255,255,.25); background: transparent; color: #dce8ee; }
.record-result:hover { background: rgba(255,255,255,.1); }
.record-result__type { margin-bottom: 20px; color: #77e0cd; font-size: 8px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.record-result .place-signature { margin-top: 11px; margin-bottom: 0; color: #77e0cd; }
.record-result strong { font-family: var(--serif); font-size: 22px; font-weight: 500; line-height: 1.05; }
.record-result > span:not(.record-result__type) { margin-top: 8px; color: #a9bdca; font-size: 9px; line-height: 1.45; }
.record-result em { margin-top: auto; padding-top: 20px; color: #fff; font-size: 9px; font-style: normal; }
.lead-desk .section-head { margin-bottom: 38px; }
.lead-lenses { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; }
.lead-lenses button { padding: 10px 15px; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: var(--muted); font-size: 10px; font-weight: 700; cursor: pointer; }
.lead-lenses button.is-active { border-color: var(--ink); background: var(--ink); color: #fff; }
.lead-list { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.lead-card-wrap { --lead-accent: var(--teal); position: relative; min-width: 0; display: flex; overflow: hidden; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; isolation: isolate; }
.lead-card-wrap:nth-child(3n + 2) { --lead-accent: var(--blue); }
.lead-card-wrap:nth-child(3n) { --lead-accent: var(--orange); }
.lead-card-wrap::before { content: ""; position: absolute; z-index: 2; inset: 0 auto 0 0; width: 4px; background: var(--lead-accent); }
.lead-card-wrap::after { content: ""; position: absolute; z-index: -1; right: -28px; bottom: 22px; width: 150px; aspect-ratio: 1; background: url("assets/emblem-2026.png") no-repeat center / contain; opacity: .045; filter: drop-shadow(0 14px 20px rgba(7,27,50,.18)); }
.lead-card { width: 100%; min-width: 0; min-height: 330px; flex: 1; display: flex; flex-direction: column; align-items: flex-start; padding: 24px 22px 18px 25px; border: 0; background: linear-gradient(145deg, rgba(255,255,255,.97), rgba(244,250,249,.9)); color: var(--ink); text-align: left; cursor: pointer; }
.lead-card-wrap > .record-share { width: 100%; display: grid; grid-template-columns: 1.2fr 1fr .62fr .72fr .96fr; gap: 4px; padding: 0 13px 13px; }
.lead-card-wrap > .record-share a,
.lead-card-wrap > .record-share button { min-width: 0; width: 100%; padding-inline: 3px; letter-spacing: .045em; white-space: nowrap; }
@media (min-width: 621px) {
  .lead-card-wrap > .record-share { min-height: 62px; display: flex; align-items: center; justify-content: flex-end; gap: 7px; padding: 10px 14px 14px; border-top: 1px solid var(--line); background: linear-gradient(180deg, #fff, #f6fbfa); overflow: visible; }
  .lead-card-wrap > .record-share .record-action { width: 38px; min-width: 38px; height: 38px; min-height: 38px; position: relative; display: grid; place-items: center; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: #fff; color: transparent; font-size: 0; overflow: visible; }
  .lead-card-wrap > .record-share .record-action::before { color: var(--teal-dark); font-size: 16px; }
  .lead-card-wrap > .record-share .record-action::after { content: attr(data-action-label); position: absolute; z-index: 20; right: 50%; bottom: calc(100% + 7px); padding: 6px 8px; border-radius: 2px; background: var(--ink); color: #fff; font: 700 7px/1 var(--sans); letter-spacing: .04em; opacity: 0; pointer-events: none; transform: translate(50%, 4px); transition: opacity .16s ease, transform .16s ease; white-space: nowrap; }
  .lead-card-wrap > .record-share .record-action:hover { border-color: var(--teal-dark); background: var(--mint); transform: translateY(-2px); }
  .lead-card-wrap > .record-share .record-action:hover::after,
  .lead-card-wrap > .record-share .record-action:focus-visible::after { opacity: 1; transform: translate(50%, 0); }
  .lead-card-wrap > .record-share .record-action--brief { margin-left: 4px; border-radius: 999px; width: auto; padding: 0 13px; display: flex; gap: 6px; color: var(--ink); font-size: 7px; }
  .lead-card-wrap > .record-share .record-action--brief::before { content: "+"; }
}
.lead-card:hover { background: #f4f8f5; }
.lead-card__date { color: var(--teal-dark); font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.lead-card h3 { margin: 23px 0 5px; font-family: var(--serif); font-size: 27px; font-weight: 500; line-height: 1.05; letter-spacing: -.03em; }
.lead-card .place-signature { margin: 6px 0 0; color: var(--lead-accent); }
.lead-card > p { margin: 0; color: var(--muted); font-size: 10px; }
.lead-card > p.lead-card__association { margin-top: 14px; padding: 8px 10px; background: #f1ebff; color: #5b3c8f; font-size: 8px; font-weight: 700; line-height: 1.4; }
.lead-card dl { width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 13px 16px; margin: 28px 0 20px; }
.lead-card dt { color: var(--muted); font-size: 8px; letter-spacing: .07em; text-transform: uppercase; }
.lead-card dd { overflow: hidden; margin: 3px 0 0; font-size: 10px; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.lead-card__id { margin-top: auto; color: var(--ink); font-size: 9px; font-weight: 700; }
.lead-card__map-cta { width: 100%; display: flex; align-items: center; gap: 9px; margin-top: 12px; padding: 10px 12px; background: var(--ink); color: #fff; font-size: 8px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.lead-card__map-cta i { position: relative; width: 11px; height: 11px; flex: 0 0 auto; border: 3px solid #fff; border-radius: 50% 50% 50% 0; background: var(--lead-accent); transform: rotate(-45deg); }
.lead-card__map-cta i::after { content: ""; position: absolute; inset: -7px; border: 1px solid var(--lead-accent); border-radius: 50%; animation: mapPinRadiate 1.7s ease-out infinite; }
.lead-card__map-cta b { margin-left: auto; font-size: 13px; }
.lead-card:hover .lead-card__map-cta { background: var(--lead-accent); transform: translateY(-2px); }
@keyframes mapPinRadiate { 0% { opacity: .8; transform: scale(.55); } 75%, 100% { opacity: 0; transform: scale(1.6); } }
.lead-standard { max-width: 760px; margin: 21px 0 0; color: var(--muted); font-size: 10px; line-height: 1.6; }
.full-map-shell { display: grid; grid-template-columns: 330px 1fr; min-height: 720px; background: #fff; box-shadow: var(--shadow); }
.full-map-sidebar { padding: 30px; border-right: 1px solid var(--line); overflow: auto; max-height: 720px; }
.full-map-sidebar h2 { margin: 0 0 9px; font-family: var(--serif); font-size: 36px; font-weight: 500; letter-spacing: -.03em; }
.full-map-sidebar > p { margin: 0 0 24px; color: var(--muted); font-size: 12px; line-height: 1.55; }
.storm-map-notice { display: grid; gap: 5px; margin: 0 0 16px !important; padding: 13px 14px; border-left: 4px solid #a81920; background: #fff0ed; color: var(--ink) !important; }
.storm-map-notice strong { color: #a81920; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.storm-map-notice span { font-size: 9px; line-height: 1.5; }
.lens-switch { display: grid; grid-template-columns: 1fr 1fr; margin-bottom: 24px; border: 1px solid var(--line); }
.lens-switch button { padding: 11px 8px; border: 0; background: #fff; color: var(--muted); font-size: 10px; font-weight: 700; cursor: pointer; }
.lens-switch button.is-active { background: var(--ink); color: #fff; }
.map-layer-tools { margin: 0 0 24px; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.map-layer-tools .data-label { margin-bottom: 11px; }
.map-layer-buttons { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.map-layer-buttons button { min-width: 0; display: flex; align-items: center; gap: 7px; padding: 8px; border: 1px solid var(--line); background: #fff; color: var(--muted); font-size: 9px; font-weight: 700; text-align: left; cursor: pointer; }
.map-layer-buttons button.is-active { border-color: var(--ink); color: var(--ink); background: #f3f7f4; }
.map-layer-buttons button.is-loading { opacity: .55; cursor: wait; }
.layer-dot { width: 9px; height: 9px; flex: 0 0 auto; display: inline-block; border-radius: 50%; background: var(--teal); }
.layer-dot--heat { border-radius: 2px; background: linear-gradient(135deg,#ffcf4a,#ff6d3a,#a81920); }
.layer-dot--areas { border-radius: 2px; border: 1px solid var(--teal-dark); background: var(--mint); }
.layer-dot--zip { border-radius: 2px; background: #8d67d5; }
.layer-dot--congress { border-radius: 2px; background: #1767ff; }
.layer-dot--senate { border-radius: 2px; background: #ff6d3a; }
.layer-dot--house { border-radius: 2px; background: #1767ff; }
.layer-dot--corridor { border-radius: 0; background: #ffcf4a; transform: rotate(45deg); }
.map-layer-status { margin: 11px 0 0 !important; font-size: 8px !important; }
.corridor-pin { width: 17px; height: 17px; display: block; border: 3px solid #fff; border-radius: 50%; background: #ffcf4a; box-shadow: 0 2px 10px rgba(7,27,50,.35); }
.corridor-pin--pending { width: 12px; height: 12px; border-width: 2px; background: #ff6d3a; }
.full-neighborhood-list { border-top: 1px solid var(--line); }
.full-map { min-height: 720px; scroll-margin-top: 105px; }
.live-map-stage { padding-top: 34px; }
.live-map-stage__head { display: block; margin-bottom: 20px; }
.live-map-stage__head h1 { margin: 5px 0 7px; font-family: var(--serif); font-size: clamp(48px, 6vw, 82px); font-weight: 500; letter-spacing: -.045em; line-height: .94; }
.live-map-stage__head > div:first-child > p:last-child { max-width: 680px; margin: 0; color: var(--ink-2); font-size: 13px; line-height: 1.55; }
.full-map-canvas { min-width: 0; position: relative; }
.map-publish-tools { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 5px; max-width: 470px; }
.map-publish-tools a, .map-publish-tools button { min-height: 34px; display: inline-flex; align-items: center; justify-content: center; padding: 0 11px; border: 1px solid rgba(7,27,50,.2); background: rgba(255,255,255,.86); color: var(--ink); font: 700 8px/1 var(--sans); letter-spacing: .07em; text-decoration: none; text-transform: uppercase; cursor: pointer; }
.map-publish-tools a:hover, .map-publish-tools button:hover { border-color: var(--teal-dark); color: var(--teal-dark); }
.map-publish-tools .map-publish-tools__home { background: var(--ink); border-color: var(--ink); color: #fff; }
.map-publish-tools .map-publish-tools__brief { background: var(--teal-dark); border-color: var(--teal-dark); color: #fff; }
.map-publish-tools--map { max-width: none; position: absolute; z-index: 700; top: 14px; right: 14px; gap: 3px; padding: 5px; border: 1px solid rgba(7,27,50,.16); background: rgba(255,255,255,.94); box-shadow: 0 13px 32px rgba(7,27,50,.2); backdrop-filter: blur(10px); }
.map-publish-tools--map .map-publish-tools__signature { min-width: 142px; justify-content: flex-start; gap: 8px; background: var(--ink); border-color: var(--ink); color: #fff; }
.map-publish-tools__signature img { width: 22px; height: 25px; object-fit: contain; }
.map-publish-tools__signature span { display: grid; gap: 2px; font-size: 8px; letter-spacing: .09em; }
.map-publish-tools__signature small { color: #7aa8ff; font-size: 6px; letter-spacing: .11em; }
.publish-social { position: relative; font-family: var(--sans) !important; text-transform: none !important; }
.publish-social--x { background: #080808 !important; border-color: #080808 !important; color: #fff !important; }
.publish-social--linkedin { background: #0a66c2 !important; border-color: #0a66c2 !important; color: #fff !important; font-weight: 800 !important; }
.publish-social--facebook { background: #1877f2 !important; border-color: #1877f2 !important; color: #fff !important; font-family: Arial, sans-serif !important; font-size: 13px !important; font-weight: 800 !important; }
.publish-social[data-network]::after { content: attr(data-network); position: absolute; z-index: 900; top: calc(100% + 7px); left: 50%; padding: 5px 7px; background: var(--ink); color: #fff; font-size: 6px; font-weight: 700; letter-spacing: .06em; opacity: 0; pointer-events: none; transform: translate(-50%, -3px); transition: opacity .15s ease, transform .15s ease; white-space: nowrap; }
.publish-social[data-network]:hover::after, .publish-social[data-network]:focus-visible::after { opacity: 1; transform: translate(-50%, 0); }
.surface-publish { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 1px; min-height: 38px; margin-top: 8px; border-top: 1px solid rgba(7,27,50,.12); color: var(--muted); }
.surface-publish > span { margin-right: auto; padding: 0 9px 0 2px; color: var(--teal-dark); font-size: 7px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.surface-publish a, .surface-publish button { min-height: 29px; display: inline-flex; align-items: center; justify-content: center; padding: 0 8px; border: 0; border-left: 1px solid rgba(7,27,50,.1); background: transparent; color: var(--ink); font: 700 7px/1 var(--sans); letter-spacing: .055em; text-decoration: none; text-transform: uppercase; cursor: pointer; }
.surface-publish a:hover, .surface-publish button:hover { background: var(--mint); color: var(--teal-dark); }
.surface-publish--compact { min-height: 25px; margin-top: 4px; border-top: 0; justify-content: flex-start; }
.surface-publish--compact > span, .surface-publish--compact [data-surface-share], .surface-publish--compact [data-surface-copy] { display: none; }
.surface-publish--compact a, .surface-publish--compact button { min-height: 23px; border: 0; padding: 0 7px; font-size: 6px; }
.spyglass { position: relative; }
.surface-publish--overlay { position: absolute; z-index: 650; left: 60px; top: 15px; bottom: auto; min-height: 32px; margin: 0; padding-left: 9px; border: 1px solid rgba(255,255,255,.22); background: rgba(7,27,50,.92); box-shadow: 0 10px 25px rgba(7,27,50,.25); color: #fff; backdrop-filter: blur(8px); }
.surface-publish--overlay > span { color: #7aa8ff; }
.surface-publish--overlay a, .surface-publish--overlay button { min-height: 30px; border-left-color: rgba(255,255,255,.15); color: #fff; }
.surface-publish--overlay a:hover, .surface-publish--overlay button:hover { background: rgba(122,168,255,.14); color: #7aa8ff; }
.surface-map-frame { width: 100%; height: 100%; min-width: 0; position: relative; }
.surface-publish--map { position: absolute; z-index: 650; right: 12px; bottom: 12px; max-width: calc(100% - 24px); min-height: 32px; margin: 0; padding-left: 8px; border: 1px solid rgba(255,255,255,.24); background: rgba(7,27,50,.92); color: #fff; box-shadow: 0 10px 28px rgba(7,27,50,.24); backdrop-filter: blur(8px); }
.surface-publish--map > span { color: #7aa8ff; }
.surface-publish--map a, .surface-publish--map button { border-left-color: rgba(255,255,255,.16); color: #fff; }
.surface-publish--map a:hover, .surface-publish--map button:hover { background: rgba(122,168,255,.14); color: #7aa8ff; }
body.map-embed .live-bar, body.map-embed .site-header, body.map-embed .live-map-stage__head, body.map-embed .page-hero, body.map-embed .field-desk, body.map-embed .lead-desk, body.map-embed .corridor-editorial, body.map-embed .standards, body.map-embed .site-footer { display: none !important; }
body.map-embed .live-map-stage { padding: 0; }
body.map-embed .live-map-stage > .full-map-shell { width: 100%; min-height: 720px; box-shadow: none; }
.data-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.data-card { min-height: 210px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.data-card__num { display: block; margin: 35px 0 8px; font-family: var(--serif); font-size: 54px; font-weight: 500; letter-spacing: -.045em; }
.data-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.record-gold { display: grid; grid-template-columns: .8fr 1.2fr; gap: 85px; align-items: start; }
.record-gold h2, .method-block h2 { margin: 0; font-family: var(--serif); font-size: clamp(46px, 5vw, 70px); font-weight: 500; letter-spacing: -.04em; line-height: .98; }
.record-gold__body > p { margin: 0 0 28px; color: var(--ink-2); font-size: 17px; line-height: 1.7; }
.record-gold__list { border-top: 1px solid var(--ink); }
.record-gold__list div { display: grid; grid-template-columns: 120px 1fr; gap: 30px; padding: 21px 0; border-bottom: 1px solid var(--line); }
.record-gold__list strong { font-size: 12px; }
.record-gold__list span { color: var(--muted); font-size: 12px; line-height: 1.55; }
.storm-page-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: start; }
body[data-page="storm"] .page-hero { padding: 58px 0 52px; }
body[data-page="storm"] .page-hero h1 { max-width: 760px; font-size: clamp(72px, 8.5vw, 126px); line-height: .84; }
body[data-page="storm"] .page-hero__dek { max-width: 620px; font-size: 16px; line-height: 1.62; }
.storm-map-focus { padding: 44px 0 74px; }
.storm-map-focus__head { align-items: end; gap: 54px; margin-bottom: 18px; }
.storm-map-focus__head h2 { max-width: 680px; margin-top: 8px; font-size: clamp(38px, 4vw, 58px); line-height: .98; }
.storm-map-focus__head > div:last-child > p { margin: 0; color: var(--ink-2); font-size: 14px; line-height: 1.5; }
.storm-map-window { margin-top: 9px !important; color: var(--teal-dark) !important; font-size: 10px !important; font-weight: 700; letter-spacing: .045em; text-transform: uppercase; }
.storm-map-key { display: flex; align-items: center; flex-wrap: wrap; gap: 7px 20px; margin: 0 0 18px; padding: 11px 14px; border: 1px solid var(--line); background: #f6fbfa; }
.storm-map-key span { display: inline-flex; align-items: center; gap: 7px; color: var(--muted); font-size: 8px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.storm-map-key i { width: 10px; height: 10px; display: inline-block; flex: 0 0 auto; }
.storm-map-key__point { border: 2px solid #fff; border-radius: 50%; background: #1767ff; box-shadow: 0 0 0 1px rgba(7,27,50,.18); }
.storm-map-key__ring { border: 3px solid #1767ff; border-radius: 50%; background: #fff; }
.storm-map-key__clock { position: relative; border: 1px solid var(--teal-dark); border-radius: 50%; }
.storm-map-key__clock::after { content: ""; position: absolute; left: 4px; top: 1px; width: 1px; height: 4px; background: var(--teal-dark); transform-origin: bottom; transform: rotate(35deg); }
.storm-map-focus .spyglass { margin-top: 0; }
.storm-map-caveat { max-width: 980px; margin: -10px 0 30px; color: var(--muted); font-size: 9px; line-height: 1.55; }
.storm-page-card { background: #fff; padding: 18px; box-shadow: var(--shadow); }
.storm-page-card img { width: 100%; }
.storm-page-card__meta { display: flex; justify-content: space-between; gap: 20px; padding: 14px 10px 3px; color: var(--muted); font-size: 10px; }
.storm-page-copy h2 { margin: 0; font-family: var(--serif); font-size: clamp(48px, 5vw, 70px); font-weight: 500; letter-spacing: -.04em; line-height: 1; }
.storm-page-copy > p { margin: 25px 0; color: var(--ink-2); font-size: 17px; line-height: 1.7; }
.storm-timeline { background: #fff3ef; }
.storm-phases { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(7,27,50,.25); border-left: 1px solid rgba(7,27,50,.25); }
.storm-phases article { min-height: 390px; display: flex; flex-direction: column; align-items: flex-start; padding: 30px; border-right: 1px solid rgba(7,27,50,.25); border-bottom: 1px solid rgba(7,27,50,.25); background: #fff; }
.storm-phases article > span { color: #a81920; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.storm-phases h3 { margin: 48px 0 9px; font-family: var(--serif); font-size: 39px; font-weight: 500; letter-spacing: -.03em; }
.storm-phases strong { min-height: 52px; color: #a81920; font-family: var(--serif); font-size: 29px; font-weight: 500; line-height: 1.1; }
.storm-phases p { margin: 22px 0 30px; color: var(--muted); font-size: 12px; line-height: 1.65; }
.storm-phases a { margin-top: auto; color: var(--ink); font-size: 10px; font-weight: 700; text-decoration: none; border-bottom: 1px solid var(--ink); }
.storm-phases .storm-phase--response { background: #a81920; color: #fff; }
.storm-phases .storm-phase--response > span, .storm-phases .storm-phase--response strong { color: #ffcf4a; }
.storm-phases .storm-phase--response p { color: #f3c9c7; }
.storm-phases .storm-phase--response a { color: #fff; border-color: #fff; }
.storm-archive { padding-top: 0; }
.storm-archive__grid, .corridor-editorial__grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: stretch; border: 1px solid var(--line); background: #fff; box-shadow: var(--shadow); }
.storm-archive__image, .corridor-editorial__image { min-height: 540px; position: relative; margin: 0; overflow: hidden; background: var(--wash); }
.storm-archive__image img, .corridor-editorial__image img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.storm-archive__image::after { content: "IRMA / ARCHIVE"; position: absolute; top: 20px; left: 20px; padding: 9px 12px; border: 1px solid rgba(255,255,255,.72); background: rgba(7,27,50,.78); color: #fff; font-size: 9px; font-weight: 700; letter-spacing: .14em; }
.storm-archive__image figcaption, .corridor-editorial__image figcaption { position: absolute; right: 0; bottom: 0; left: 0; z-index: 1; padding: 12px 16px; background: rgba(7,27,50,.84); color: rgba(255,255,255,.8); font-size: 8px; letter-spacing: .04em; }
.storm-archive__copy, .corridor-editorial__copy { min-width: 0; display: flex; flex-direction: column; justify-content: center; padding: clamp(36px, 6vw, 80px); }
.storm-archive__copy h2, .corridor-editorial__copy h2 { margin: 0 0 24px; font-family: var(--serif); font-size: clamp(46px, 5vw, 72px); font-weight: 500; letter-spacing: -.045em; line-height: .94; }
.storm-archive__copy > p:not(.eyebrow), .corridor-editorial__copy > p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.storm-archive__note { margin-top: 38px; padding-top: 16px; border-top: 1px solid #a81920; }
.storm-archive__note span, .storm-archive__note strong { display: block; }
.storm-archive__note span { color: #a81920; font-size: 8px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.storm-archive__note strong { margin-top: 7px; font-family: var(--serif); font-size: 22px; font-weight: 500; }
.storm-recent { margin-top: 35px; border-top: 1px solid var(--ink); }
.storm-recent--grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 35px; margin-top: 38px; }
.storm-record { padding: 18px 0; border-bottom: 1px solid var(--line); }
.storm-record { display: block; color: var(--ink); text-decoration: none; }
.storm-record:hover strong { color: var(--teal-dark); }
.storm-record strong { display: block; font-family: var(--serif); font-size: 22px; font-weight: 500; }
.storm-record span { display: block; margin-top: 5px; color: var(--muted); font-size: 11px; }
.storm-record .taxonomy-line { margin: 0 0 7px; color: #a81920; }
.method-stack { display: grid; gap: 90px; }
.method-cadence .section-head { margin-bottom: 42px; }
.cadence-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(7,27,50,.2); border-left: 1px solid rgba(7,27,50,.2); }
.cadence-grid article { min-height: 300px; display: flex; flex-direction: column; align-items: flex-start; padding: 25px; border-right: 1px solid rgba(7,27,50,.2); border-bottom: 1px solid rgba(7,27,50,.2); background: rgba(255,255,255,.72); }
.cadence-grid article > span { color: var(--teal-dark); font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.cadence-grid h3 { margin: 37px 0 12px; font-family: var(--serif); font-size: 29px; font-weight: 500; line-height: 1.02; }
.cadence-grid p { margin: 0 0 24px; color: var(--muted); font-size: 11px; line-height: 1.65; }
.cadence-grid article > strong { margin-top: auto; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.span-contract { display: grid; grid-template-columns: .65fr 1.35fr; gap: 70px; margin-top: 34px; padding: 38px; border: 1px solid rgba(7,27,50,.25); background: #fff; }
.span-contract h3 { margin: 8px 0 0; font-family: var(--serif); font-size: 34px; font-weight: 500; letter-spacing: -.03em; }
.span-contract dl { margin: 0; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.span-contract dl div { min-height: 115px; padding: 17px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.span-contract dt { color: var(--teal-dark); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.span-contract dd { margin: 15px 0 0; color: var(--muted); font-size: 10px; line-height: 1.55; }
.corridor-editorial { padding-bottom: 0; }
.corridor-editorial__image::before { content: "CORRIDOR / FILE"; position: absolute; z-index: 1; top: 20px; left: 20px; padding: 9px 12px; background: #ffcf4a; color: var(--ink); font-size: 9px; font-weight: 700; letter-spacing: .14em; }
.corridor-editorial__copy .button { align-self: flex-start; margin-top: 32px; }
.corridor-editorial__copy .corridor-editorial__license { margin-top: 20px !important; font-size: 9px !important; }
.method-block { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.method-block__body { color: var(--ink-2); font-size: 16px; line-height: 1.75; }
.method-block__body p:first-child { margin-top: 0; }
.method-list { margin: 26px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--ink); }
.method-list li { display: grid; grid-template-columns: 140px 1fr; gap: 30px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.method-list strong { font-size: 12px; }
.method-list span { color: var(--muted); font-size: 12px; }

@media (max-width: 1120px) {
  .site-header__inner { min-height: 86px; grid-template-columns: 285px 1fr auto; gap: 15px; }
  .brand { width: 275px; }
  .site-nav { gap: 14px; }
  .site-nav a { font-size: 11px; }
  .brief-button { padding: 0 12px; font-size: 11px; }
  .hero__grid { grid-template-columns: 1fr 1fr; gap: 50px; }
  .hero__visual { min-height: 0; }
  .hero__media { height: 500px; flex-basis: 500px; }
  .record-flow { grid-template-columns: 1fr 1fr; }
  .record-flow > b { display: none; }
  .record-flow__item--signal { grid-column: auto; }
  .data-grid { grid-template-columns: repeat(2, 1fr); }
  .neighborhood-profiles, .record-result-list, .lead-list { grid-template-columns: repeat(2, 1fr); }
  .method-flow { grid-template-columns: 1fr 1fr 1fr; }
  .method-flow > b { display: none; }
  .cadence-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .shell { width: min(100% - 34px, 760px); }
  .section { padding: 84px 0; }
  .live-bar__inner { grid-template-columns: auto 1fr auto; }
  .live-bar__time { display: none; }
  .site-header__inner { min-height: 72px; grid-template-columns: 1fr auto; }
  .brand { width: 245px; }
  .menu-button {
    display: grid;
    width: 44px;
    height: 44px;
    padding: 12px;
    place-content: center;
    gap: 5px;
    border: 1px solid var(--line);
    background: transparent;
    cursor: pointer;
  }
  .menu-button span:not(.sr-only) { display: block; width: 19px; height: 1.5px; background: var(--ink); }
  .site-nav {
    position: fixed;
    top: 72px;
    left: 0;
    right: 0;
    height: calc(100vh - 72px);
    padding: 50px 24px;
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0;
    background: var(--paper);
  }
  .nav-open .site-nav { display: flex; }
  .site-nav a { width: 100%; padding: 18px 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 31px; font-weight: 500; }
  .site-nav a::after { display: none; }
  .brief-button { display: none; }
  .hero__grid { min-height: 0; grid-template-columns: 1fr; padding-top: 64px; padding-bottom: 84px; }
  .hero__copy { max-width: 690px; }
  .hero__visual { min-height: 0; margin-top: 12px; }
  .hero__live-card { left: auto; bottom: auto; }
  .record-strip__grid { grid-template-columns: repeat(2, 1fr); }
  .record-strip__grid > div { border-bottom: 1px solid var(--line); }
  .record-strip__grid > div:nth-child(2) { border-right: 0; }
  .record-strip__grid > div:first-child { padding-left: 24px; }
  .section-head, .map-intro { grid-template-columns: 1fr; gap: 24px; }
  .signal-row { grid-template-columns: 80px 1fr auto; }
  .signal-row__value { display: none; }
  .intel-grid { grid-template-columns: 1fr; }
  .intel-card--pulse { grid-column: auto; }
  .field-entry, .record-search { grid-template-columns: 1fr; gap: 14px; }
  .field-entry { margin-top: -22px; }
  .record-search__quick { grid-column: auto; margin-top: 0; }
  .intel-method__head, .clock-rules { grid-template-columns: 1fr; display: grid; }
  .map-shell { grid-template-columns: 1fr; }
  .neighborhood-rank { border-left: 0; border-top: 1px solid var(--line); }
  .neighborhood-list { display: grid; grid-template-columns: 1fr 1fr; column-gap: 26px; }
  .broward-tease__grid, .storm-tease__grid, .brief__grid { grid-template-columns: 1fr; gap: 62px; }
  .record-flow { max-width: 680px; }
  .storm-window { transform: none; }
  .brief__grid { gap: 38px; }
  .standards__grid { grid-template-columns: 1fr; gap: 20px; }
  .site-footer__grid { grid-template-columns: 2fr 1fr 1fr; }
  .footer-brief { grid-column: 1 / -1; padding: 24px 0 0; border-left: 0; border-top: 1px solid var(--line); }
  .page-hero__grid, .record-gold, .storm-page-grid, .method-block, .storm-archive__grid, .corridor-editorial__grid, .span-contract { grid-template-columns: 1fr; gap: 40px; }
  .storm-archive__image, .corridor-editorial__image { min-height: 430px; }
  .full-map-shell { grid-template-columns: 1fr; }
  .live-map-stage__head { grid-template-columns: 1fr; gap: 18px; }
  .map-publish-tools { justify-content: flex-start; max-width: none; }
  .full-map-sidebar { max-height: none; border-right: 0; border-bottom: 1px solid var(--line); }
  .full-neighborhood-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 26px; max-height: 280px; overflow: auto; }
  .storm-phases { grid-template-columns: 1fr; }
  .storm-phases article { min-height: 320px; }
  .meeting-board__head { align-items: flex-start; flex-direction: column; }
  .meeting-board__meta { text-align: left; }
  .meeting-row { grid-template-columns: 92px minmax(0, 1fr); }
  .meeting-row__actions { grid-column: 2; align-items: center; flex-direction: row; flex-wrap: wrap; }
  .recon-workbench { grid-template-columns: 290px minmax(0, 1fr); }
  .spyglass { grid-template-columns: 1fr; }
  .spyglass__map { min-height: 380px; }
  .spyglass__desk { min-height: 330px; }
  .storm-operations__grid { grid-template-columns: 1fr 1fr; }
  .storm-operations__readout { grid-column: 1 / -1; min-height: 220px; }
  .site-sponsor-rail .shell { grid-template-columns: 62px 1fr auto; padding-block: 16px; }
  .site-sponsor-rail strong { grid-row: 2; }
  .site-sponsor-rail a { grid-row: 1 / span 2; grid-column: 3; }
}

@media (max-width: 620px) {
  .shell { width: calc(100% - 28px); }
  .section { padding: 67px 0; }
  .live-bar { font-size: 10px; }
  .live-bar__inner { min-height: 40px; gap: 12px; }
  .live-bar strong { font-size: 10px; }
  .live-bar__story { display: none; }
  .live-bar__inner { grid-template-columns: 1fr auto; }
  .live-bar__time { display: none; }
  .live-bar__countdown-mobile { display: inline; }
  .storm-mode-toggle { font-size: 8px; padding-inline: 8px; }
  .surface-publish { justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; scrollbar-width: none; }
  .surface-publish::-webkit-scrollbar { display: none; }
  .surface-publish > span { position: sticky; left: 0; background: inherit; }
  .surface-publish a, .surface-publish button { flex: 0 0 auto; min-height: 36px; }
  .surface-publish--overlay { left: 10px; right: 10px; bottom: 10px; width: auto; overflow-x: auto; }
  .site-header { overflow: hidden; background: linear-gradient(135deg, rgba(255,255,255,.98), rgba(232,249,250,.98)); box-shadow: 0 10px 28px rgba(7,27,50,.08); }
  .site-header::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 3px; background: linear-gradient(90deg, var(--teal), var(--aqua), var(--blue), var(--sun), var(--orange)); background-size: 180% 100%; animation: headerSignal 5s linear infinite; }
  .site-header__inner::after { content: ""; width: 86px; height: 86px; position: absolute; right: 51px; top: -10px; background: url("assets/emblem-2026.png") no-repeat center / contain; opacity: .035; pointer-events: none; }
  .brand { width: 220px; position: relative; z-index: 1; }
  .site-header__inner { min-height: 70px; position: relative; }
  .menu-button { position: relative; z-index: 1; width: 46px; height: 46px; border-color: var(--ink); background: var(--ink); box-shadow: 0 8px 18px rgba(7,27,50,.18); }
  .menu-button span:not(.sr-only) { background: #fff; }
  .site-nav { top: 70px; height: calc(100vh - 70px); }
  .mobile-live-rail { position: relative; display: block; overflow: hidden; padding: 13px 0 12px; background: #071b32; color: #fff; box-shadow: inset 0 -1px rgba(255,255,255,.1); }
  .mobile-live-rail::before { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, rgba(23,103,255,.14), transparent 32%, rgba(23,103,255,.13) 68%, transparent); pointer-events: none; }
  .mobile-live-rail::after { content: ""; position: absolute; right: -34px; top: -27px; width: 150px; height: 150px; background: url("assets/emblem-2026-white.png") no-repeat center / contain; opacity: .035; pointer-events: none; }
  .mobile-live-rail__head, .mobile-live-rail__foot { width: calc(100% - 28px); position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 0 auto; }
  .mobile-live-rail__head p { min-width: 0; margin: 0; font-size: 8px; letter-spacing: .08em; line-height: 1.25; text-transform: uppercase; }
  .mobile-live-rail__head p:first-child { display: flex; align-items: center; color: #fff; font-weight: 700; }
  .mobile-live-rail__head p:last-child { overflow: hidden; color: #8fa7ba; text-align: right; text-overflow: ellipsis; white-space: nowrap; }
  .mobile-live-rail__head .pulse { width: 6px; height: 6px; margin-right: 7px; }
  .mobile-live-rail__viewport { width: 100%; position: relative; z-index: 2; overflow-x: auto; margin-top: 11px; padding: 0 14px 3px; scrollbar-width: none; scroll-snap-type: x mandatory; scroll-padding-inline: 14px; overscroll-behavior-inline: contain; }
  .mobile-live-rail__viewport::-webkit-scrollbar { display: none; }
  .mobile-live-rail__track { width: max-content; display: flex; gap: 14px; }
  .mobile-live-card { width: calc(100vw - 28px); min-height: 138px; flex: 0 0 calc(100vw - 28px); position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; padding: 17px 18px 15px; border: 1px solid rgba(255,255,255,.18); background: linear-gradient(135deg, rgba(14,54,79,.98), rgba(5,31,55,.98)); color: #fff; text-decoration: none; scroll-snap-align: start; box-shadow: 0 12px 28px rgba(0,0,0,.18); }
  .mobile-live-card::after { content: ""; position: absolute; right: 7px; bottom: -13px; width: 118px; height: 118px; background: url("assets/emblem-2026-white.png") no-repeat center / contain; opacity: .12; filter: drop-shadow(0 12px 18px rgba(0,0,0,.28)); pointer-events: none; }
  .mobile-live-card--signal { background: linear-gradient(135deg, #0a4b58, #08263f); }
  .mobile-live-card--diagram { background: linear-gradient(90deg, rgba(7,27,50,.94), rgba(7,27,50,.68)), url("/social/graphic-desk/place-lens.png") no-repeat center / cover; }
  .mobile-live-card--diagram::after { opacity: .2; }
  .mobile-live-card--diagram > span { color: #ffda72; }
  .mobile-live-card--gold { background: linear-gradient(135deg, #614514, #162a3d); }
  .mobile-live-card--meeting { background: linear-gradient(135deg, #173b71, #081d36); }
  .mobile-live-card > span { position: relative; z-index: 1; color: #73eadc; font-size: 8px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
  .mobile-live-card--gold > span { color: #ffd668; }
  .mobile-live-card > strong { max-width: 92%; position: relative; z-index: 1; display: block; margin: 9px 0; font-family: var(--serif); font-size: 31px; font-weight: 500; letter-spacing: -.03em; line-height: .94; }
  .mobile-live-card--signal > strong, .mobile-live-card--meeting > strong { font-size: 23px; line-height: 1.03; }
  .mobile-live-card > small { position: relative; z-index: 1; color: #a9bdca; font-size: 8px; letter-spacing: .04em; line-height: 1.35; }
  .mobile-live-card > small b { color: #fff; }
  .mobile-live-rail__foot { margin-top: 8px; color: #8fa7ba; font-size: 7px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
  .mobile-live-rail__foot i { height: 1px; flex: 1; overflow: hidden; background: linear-gradient(90deg, #27d6b1, #1767ff, #ffcf4a); background-size: 180% 100%; animation: headerSignal 4s linear infinite; }
  .mobile-live-rail__foot a { color: #fff; text-decoration: none; }
  .mobile-field-test { display: block; border-bottom: 1px solid var(--line); background: #fff; }
  .mobile-field-test__trigger { width: 100%; min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 14px 18px; border: 0; background: linear-gradient(100deg, #fff 0%, #eefbfa 100%); color: var(--ink); text-align: left; cursor: pointer; }
  .mobile-field-test__trigger span { display: grid; gap: 4px; }
  .mobile-field-test__trigger small { color: var(--teal-dark); font-size: 8px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
  .mobile-field-test__trigger strong { font-family: var(--serif); font-size: 23px; font-weight: 500; letter-spacing: -.025em; }
  .mobile-field-test__trigger > i { width: 42px; height: 42px; position: relative; display: grid; flex: 0 0 42px; place-items: center; border-radius: 50%; background: var(--ink); box-shadow: 0 10px 20px rgba(7,27,50,.18); }
  .mobile-field-test__trigger > i::before { content: ""; width: 12px; height: 12px; border: 3px solid #fff; border-radius: 50%; }
  .mobile-field-test__trigger > i::after { content: ""; position: absolute; inset: -7px; border: 1px solid var(--teal); border-radius: 50%; animation: mapPinRadiate 1.8s ease-out infinite; }
  .mobile-field-test__trigger > i b { width: 2px; height: 8px; position: absolute; bottom: 5px; background: #fff; transform: rotate(35deg); transform-origin: top; }
  .mobile-field-test.is-open .mobile-field-test__trigger > i { background: var(--teal-dark); transform: rotate(180deg); }
  .mobile-field-test__panel { padding: 18px 14px 24px; border-top: 1px solid var(--line); background: #f6fbfa; }
  .mobile-field-test__privacy { margin: 0 0 13px; color: var(--muted); font-size: 9px; line-height: 1.45; }
  .mobile-field-test__locate { width: 100%; min-height: 54px; display: flex; align-items: center; justify-content: center; gap: 10px; border: 0; background: var(--ink); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: .04em; cursor: pointer; }
  .mobile-field-test__locate span { color: #58e2d1; font-size: 21px; }
  .mobile-field-test__locate.is-locating span { animation: cycloneSpin 1s linear infinite; }
  .mobile-field-test__or { display: flex; align-items: center; gap: 10px; margin: 14px 0; color: #8094a0; font-size: 7px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
  .mobile-field-test__or::before, .mobile-field-test__or::after { content: ""; height: 1px; flex: 1; background: var(--line); }
  .mobile-field-test__search { display: grid; grid-template-columns: 1fr auto; }
  .mobile-field-test__search input { min-width: 0; min-height: 52px; padding: 0 13px; border: 1px solid #aebdbf; border-right: 0; background: #fff; color: var(--ink); font-size: 12px; }
  .mobile-field-test__search button { min-height: 52px; padding: 0 15px; border: 0; background: var(--sun); color: var(--ink); font-size: 10px; font-weight: 700; cursor: pointer; }
  .mobile-field-test__status { margin: 14px 0; color: var(--muted); font-size: 10px; line-height: 1.55; }
  .mobile-field-test__status a { color: var(--teal-dark); font-weight: 700; }
  .mobile-field-test__map { height: 300px; overflow: hidden; border: 1px solid var(--line); background: #eaf3f5; box-shadow: 0 14px 30px rgba(7,27,50,.1); }
  .mobile-field-test__results { display: grid; margin-top: 10px; border-top: 1px solid var(--line); }
  .mobile-field-result { display: grid; gap: 5px; padding: 15px 4px; border-bottom: 1px solid var(--line); color: var(--ink); text-decoration: none; }
  .mobile-field-result > span { color: var(--teal-dark); font-size: 8px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
  .mobile-field-result > strong { font-family: var(--serif); font-size: 22px; font-weight: 500; line-height: 1.02; }
  .mobile-field-result > small { color: var(--muted); font-size: 9px; line-height: 1.45; }
  .mobile-field-result > b { margin-top: 4px; font-size: 9px; }
  .storm-operations { padding-top: 10px; }
  .storm-operations__head { align-items: flex-start; flex-direction: column; gap: 4px; }
  .storm-operations__head p:last-child { font-size: 7px; }
  .storm-operations__grid { display: flex; overflow-x: auto; padding-bottom: 5px; scroll-snap-type: x mandatory; }
  .storm-operations__visual, .storm-operations__readout { width: calc(100vw - 42px); min-width: calc(100vw - 42px); min-height: 285px; scroll-snap-align: start; }
  .storm-operations__readout h2 { font-size: 28px; }
  .site-sponsor-rail .shell { min-height: 0; display: grid; grid-template-columns: 1fr; gap: 8px; padding-block: 18px; }
  .site-sponsor-rail span, .site-sponsor-rail strong, .site-sponsor-rail a, .site-sponsor-rail__signal { grid-row: auto; grid-column: auto; }
  .site-sponsor-rail a { margin-top: 3px; text-align: center; }
  .site-sponsor-rail__signal { width: 70px; }
  .brief-prompt { align-items: end; padding: 0; }
  .brief-prompt__dialog { max-height: 94vh; overflow-y: auto; padding: 37px 18px 24px; border-top-width: 4px; }
  .brief-prompt__mark { width: 62px; height: 62px; top: 24px; right: 68px; }
  .brief-prompt__dialog h2 { max-width: 88%; font-size: 43px; }
  .brief-prompt__dialog > p:not(.eyebrow):not(.brief-prompt__fine) { font-size: 13px; }
  .signup--prompt { grid-template-columns: 1fr; gap: 8px; }
  .signup--prompt input { min-height: 52px; border-right: 1px solid #aebdbf; }
  .signup--prompt button { min-height: 54px; }
  .hero__grid { padding-top: 48px; padding-bottom: 68px; gap: 42px; }
  .hero h1 { font-size: clamp(49px, 15.5vw, 71px); line-height: .92; }
  .hero__dek { margin: 24px 0; font-size: 17px; }
  .signup { flex-direction: column; gap: 8px; }
  .signup input, .signup button { min-height: 55px; width: 100%; border: 1px solid #aebdbf; border-radius: 2px; }
  .signup input[name="zip"] { flex: 1 1 auto; }
  .signup__message { position: static; margin-top: 3px; }
  .signup-note { margin-top: 8px; }
  .source-line { margin-top: 32px; gap: 8px; }
  .source-line i { width: 8px; }
  .hero__visual { min-height: 0; display: flex; flex-direction: column; margin-inline: -14px; box-shadow: none; }
  .hero__media { position: relative; inset: auto; height: 390px; flex: 0 0 390px; border: 1px solid rgba(7,27,50,.12); box-shadow: var(--shadow); }
  .hero__live-card { position: relative; left: auto; right: auto; bottom: auto; width: calc(100% - 20px); margin: 12px auto 0; padding: 21px; }
  .hero__caption { top: 18px; right: 18px; }
  .hero__live-number { font-size: 44px; }
  .record-strip__grid > div { min-height: 84px; padding: 0 15px; gap: 6px; }
  .record-strip__grid > div:first-child { padding-left: 15px; }
  .record-strip strong { font-size: 24px; }
  .record-strip span { font-size: 8px; }
  .section h2 { font-size: clamp(46px, 14vw, 65px); }
  .section-head { margin-bottom: 35px; }
  .section-head > p, .map-intro > p { font-size: 15px; }
  .signal-row { grid-template-columns: 1fr 36px; gap: 10px; min-height: 0; padding: 22px 0; }
  .signal-row__date { grid-column: 1 / -1; }
  .signal-row h3 { font-size: 28px; }
  .signal-row__arrow { width: 34px; height: 34px; }
  .section-link-row { align-items: flex-start; flex-direction: column; }
  .intel-card, .intel-card--pulse { padding: 23px 19px; }
  .intel-card__head { flex-direction: column; gap: 12px; }
  .intel-legend { align-self: flex-start; }
  .activity-chart { height: 185px; gap: 3px; margin-top: 18px; }
  .activity-day > span { font-size: 7px; transform: rotate(-55deg); transform-origin: center; }
  .activity-day:nth-child(even) > span { opacity: 0; }
  .operator-list li { grid-template-columns: 24px 1fr; }
  .operator-list em { grid-column: 2; margin-top: -6px; }
  .intel-method__panel { padding: 22px 18px; }
  .method-flow { grid-template-columns: 1fr; }
  .method-flow > div { min-height: 108px; }
  .cadence-grid { grid-template-columns: 1fr; }
  .cadence-grid article { min-height: 270px; }
  .map-intro { margin-bottom: 34px; }
  .field-entry { margin-top: -17px; padding: 17px; }
  .field-entry > div, .record-search__bar { flex-direction: column; gap: 7px; }
  .field-entry button, .record-search__bar button { min-height: 50px; }
  .map-shell { margin-inline: 0; width: 100%; }
  .map-toolbar { padding: 14px; }
  .map-toolbar a { display: none; }
  .map { height: 480px; }
  .neighborhood-rank { padding: 26px 19px; }
  .neighborhood-list { grid-template-columns: 1fr; }
  .neighborhood-showcase__head { align-items: flex-start; flex-direction: column; gap: 7px; }
  .neighborhood-profiles, .record-result-list { grid-template-columns: 1fr; }
  .neighborhood-profile { min-height: 240px; }
  .broward-tease__grid { gap: 45px; }
  .record-flow { grid-template-columns: 1fr 1fr; gap: 8px; }
  .record-flow__item { min-height: 215px; padding: 17px; }
  .record-flow__icon { width: 54px; height: 54px; margin-bottom: 22px; }
  .record-flow__icon svg { width: 32px; height: 32px; }
  .record-flow__icon--mark { width: 62px; height: 62px; }
  .record-flow__icon--mark img { width: 62px; max-height: 62px; }
  .record-flow__item span { margin-bottom: 9px; }
  .record-flow__item strong { font-size: 19px; }
  .storm-tease__grid { gap: 48px; }
  .storm-window { margin-inline: -8px; padding: 9px; }
  .storm-window__head { padding: 12px 8px; }
  .storm-window h3 { font-size: 22px; }
  .brief h2 { font-size: clamp(52px, 15vw, 58px); }
  .brief__grid > * { min-width: 0; }
  .brief__dek { font-size: 25px; }
  .standards__grid > p:not(.eyebrow) { font-size: 22px; }
  .site-footer__grid { grid-template-columns: 1fr 1fr; gap: 35px 22px; }
  .site-footer__grid > div:first-child { grid-column: 1 / -1; }
  .site-footer__bottom { flex-direction: column; margin-top: 45px; }
  .recon-map-status { right: 14px; bottom: 76px; left: 14px; max-width: none; }
  .page-hero { padding: 60px 0; }
  .page-hero h1 { font-size: 65px; }
  .page-hero__dek { font-size: 16px; }
  .page-section { padding: 65px 0; }
  .full-map-shell { margin-inline: 0; }
  .full-map-sidebar { padding: 24px 18px; }
  .field-desk { padding: 28px 0; }
  .record-search__quick { flex-wrap: wrap; }
  .record-search__quick span { width: 100%; }
  .record-result { min-height: 175px; }
  .signal-row-wrap > .record-share { position: static; justify-content: flex-start; padding: 0 0 14px; }
  .signal-row-wrap > .record-share,
  .lead-card-wrap > .record-share { width: 100%; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 0; padding: 0 0 16px; border: 0; background: transparent; }
  .signal-row-wrap > .record-share .record-action,
  .lead-card-wrap > .record-share .record-action { min-width: 0; min-height: 54px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; padding: 0 2px; border: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); background: #f6fbfa; color: var(--ink); font-size: 7px; letter-spacing: .035em; white-space: nowrap; }
  .signal-row-wrap > .record-share .record-action:first-child,
  .lead-card-wrap > .record-share .record-action:first-child { border-left: 1px solid var(--line); }
  .record-action::before { color: var(--teal-dark); font: 500 17px/1 var(--sans); }
  .record-action--street::before { content: "◉"; }
  .record-action--satellite::before { content: "◇"; }
  .record-action--text::before { content: "↗"; }
  .record-action--share::before { content: "↑"; }
.record-action--copy::before { content: "⌁"; }
.record-action--brief::before { content: "+"; }

}

/* Map signature system: one centered brand, one quiet action rail. */
.spyglass__map { position: relative; }
.surface-publish--map,
.surface-publish--overlay {
  top: 50%;
  right: 10px;
  bottom: auto;
  left: auto;
  width: 39px;
  max-width: none;
  min-height: 0;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 2px;
  padding: 4px;
  overflow: visible;
  border-radius: 999px;
  transform: translateY(-50%);
}
.surface-publish--map > span,
.surface-publish--overlay > span { display: none; }
.surface-publish--map a,
.surface-publish--map button,
.surface-publish--overlay a,
.surface-publish--overlay button {
  width: 31px;
  min-width: 31px;
  height: 31px;
  min-height: 31px;
  flex: 0 0 31px;
  padding: 0;
  border: 0;
  border-radius: 50%;
}
.surface-publish--map .surface-report,
.surface-publish--overlay .surface-report { border-radius: 50%; }

.map-publish-tools--map {
  top: 50%;
  right: 12px;
  left: auto;
  width: 41px;
  max-width: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 3px;
  padding: 4px;
  border-radius: 999px;
  transform: translateY(-50%);
}
.map-publish-tools--map a,
.map-publish-tools--map button {
  width: 31px;
  min-width: 31px;
  height: 31px;
  min-height: 31px;
  padding: 0;
  border-radius: 50%;
}

.sponsor-slot--spyglass { min-height: 48px; grid-template-columns: auto 1fr; gap: 12px; padding: 10px 12px; }
.sponsor-slot--spyglass span { max-width: none; white-space: nowrap; }
.sponsor-slot--spyglass strong { text-align: right; }

.storm-hero { padding-block: clamp(54px, 6vw, 88px); }
.storm-hero .page-hero__grid { align-items: center; gap: clamp(44px, 7vw, 110px); }
.storm-hero h1 { font-size: clamp(76px, 10vw, 154px); }
.storm-hero__promise { max-width: 520px; margin: 25px 0 0; color: var(--ink-2); font-size: 16px; line-height: 1.55; }
.storm-page-card--hero { display: block; overflow: hidden; padding: 0; color: var(--ink); text-decoration: none; border: 1px solid var(--line); }
.storm-page-card--hero img { aspect-ratio: 16 / 10; object-fit: cover; object-position: center; }
.storm-page-card__status { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; padding: 15px 17px 0; }
.storm-page-card__status span { color: var(--orange); font-size: 8px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.storm-page-card__status strong { font-family: var(--serif); font-size: 18px; font-weight: 500; }
.storm-map-focus__head > div:last-child { display: grid; gap: 5px; }
.storm-map-focus__head > div:last-child p { margin: 0; }

@media (max-width: 900px) {
  .operator-list li { grid-template-columns: 24px minmax(0, 1fr) auto; }
  .operator-list em { grid-column: 2; margin: 0; }
  .operator-list a { grid-column: 3; grid-row: 1 / span 2; }
  .storm-hero .page-hero__grid { grid-template-columns: 1fr; }
  .storm-hero h1 { font-size: clamp(68px, 20vw, 112px); }
}

@media (max-width: 620px) {
  .surface-publish--map,
  .surface-publish--overlay,
  .map-publish-tools--map { top: 50%; right: 8px; left: auto; width: 39px; transform: translateY(-50%); }
  .surface-publish--map [data-surface-share] { display: inline-flex; }
  .storm-page-card__status { display: grid; }
}

/* Field Brief: a small fixed launcher expands into a cited report builder. */
body.field-brief-open { overflow: hidden; }
.field-brief-launcher { position: fixed; z-index: 1450; right: 22px; bottom: 22px; min-height: 54px; display: grid; grid-template-columns: 34px auto 27px; align-items: center; gap: 9px; padding: 7px 9px; border: 1px solid rgba(122,168,255,.35); border-radius: 999px; background: rgba(7,27,50,.96); color: #fff; box-shadow: 0 18px 48px rgba(7,27,50,.28); backdrop-filter: blur(10px); cursor: pointer; }
.field-brief-launcher img { width: 34px; height: 34px; object-fit: contain; }
.field-brief-launcher__icon { width: 34px; height: 34px; overflow: visible; fill: none; stroke: #fff; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; filter: drop-shadow(0 6px 10px rgba(0,0,0,.22)); }
.field-brief-launcher__plus { stroke: #73e5d6; stroke-width: 2.25; }
.field-brief-launcher span { display: grid; gap: 2px; text-align: left; }
.field-brief-launcher small { color: #78e7d8; font-size: 6px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.field-brief-launcher strong { font-family: var(--serif); font-size: 15px; font-weight: 500; line-height: 1; }
.field-brief-launcher b { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; background: var(--teal); font-size: 9px; }
.field-brief-launcher--pulse { animation: brief-pulse .7s ease; }
@keyframes brief-pulse { 50% { transform: scale(1.07); box-shadow: 0 0 0 9px rgba(0,165,150,.14), 0 18px 48px rgba(7,27,50,.28); } }
.field-brief-drawer { position: fixed; z-index: 2200; inset: 0; }
.field-brief-drawer[hidden] { display: none; }
.field-brief-drawer__backdrop { position: absolute; inset: 0; border: 0; background: rgba(3,17,31,.68); backdrop-filter: blur(7px); }
.field-brief-drawer__panel { width: min(520px, 100%); height: 100%; position: absolute; top: 0; right: 0; display: grid; grid-template-rows: auto minmax(0, 1fr) auto; background: #f7fbfb; box-shadow: -30px 0 80px rgba(3,17,31,.28); }
.field-brief-drawer__panel > header { position: relative; overflow: hidden; padding: 34px 68px 28px 30px; border-top: 7px solid var(--sun); background: var(--ink); color: #fff; }
.field-brief-drawer__panel > header::after { content: ""; width: 150px; aspect-ratio: 1; position: absolute; right: -33px; bottom: -65px; background: url("assets/emblem-2026-white.png") center/contain no-repeat; opacity: .065; }
.field-brief-drawer__panel header p { margin: 0; color: #73e5d6; font-size: 7px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.field-brief-drawer__panel header h2 { margin: 7px 0; font-family: var(--serif); font-size: 39px; font-weight: 500; letter-spacing: -.04em; line-height: .95; }
.field-brief-drawer__panel header span { color: #b9cad5; font-size: 10px; line-height: 1.5; }
.field-brief-drawer__panel header > button { width: 38px; height: 38px; position: absolute; z-index: 2; top: 20px; right: 20px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: transparent; color: #fff; font-size: 24px; cursor: pointer; }
.field-brief-list { overflow-y: auto; padding: 10px 26px 24px; }
.field-brief-list article { display: grid; grid-template-columns: 28px minmax(0, 1fr) 28px; gap: 11px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.field-brief-list article > span { color: var(--teal-dark); font-size: 8px; font-weight: 700; }
.field-brief-list h3 { margin: 0; font-family: var(--serif); font-size: 21px; font-weight: 500; line-height: 1.08; }
.field-brief-list p { margin: 5px 0; color: var(--muted); font-size: 9px; line-height: 1.45; }
.field-brief-list a { color: var(--teal-dark); font-size: 7px; font-weight: 700; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.field-brief-list article > button { width: 28px; height: 28px; border: 1px solid var(--line); border-radius: 50%; background: #fff; color: var(--muted); cursor: pointer; }
.field-brief-empty { min-height: 420px; display: grid; place-items: center; align-content: center; padding: 40px; text-align: center; }
.field-brief-empty img { width: 105px; height: 135px; object-fit: contain; opacity: .12; }
.field-brief-empty h3 { margin: 12px 0 6px; font-family: var(--serif); font-size: 30px; font-weight: 500; }
.field-brief-empty p { max-width: 320px; margin: 0; color: var(--muted); font-size: 10px; line-height: 1.55; }
.field-brief-drawer__panel > footer { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 5px; padding: 17px 26px 22px; border-top: 1px solid var(--line); background: #fff; }
.field-brief-drawer__panel > footer button { min-height: 42px; border: 1px solid var(--line); background: #fff; color: var(--ink); font: 700 8px/1 var(--sans); letter-spacing: .06em; text-transform: uppercase; cursor: pointer; }
.field-brief-drawer__panel > footer button:first-child { border-color: var(--teal); background: var(--teal); color: #fff; }
.field-brief-drawer__panel > footer p { grid-column: 1 / -1; min-height: 14px; margin: 5px 0 0; color: var(--teal-dark); font-size: 8px; }
.record-action.is-saved, [data-report-add].is-saved { border-color: var(--teal-dark) !important; background: var(--mint) !important; color: var(--teal-dark) !important; }
.story-card footer button, .story-report-add { min-height: 32px; padding: 0 10px; border: 1px solid var(--line); background: #fff; color: var(--ink); font-size: 8px; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; cursor: pointer; }
.story-report-add { margin-top: 17px; }

@media (max-width: 620px) {
  .lead-list { grid-template-columns: 1fr; }
  .lead-card { min-height: 300px; }
  .full-neighborhood-list { grid-template-columns: 1fr; }
  .full-map { min-height: 560px; }
  .live-map-stage { padding-top: 24px; }
  .live-map-stage__head h1 { font-size: 52px; }
  .map-publish-tools { display: grid; grid-template-columns: 1fr repeat(3, 42px); gap: 4px; }
  .map-publish-tools a, .map-publish-tools button { min-width: 0; padding-inline: 7px; }
  .map-publish-tools__home, .map-publish-tools__brief { grid-column: span 2; }
  .map-publish-tools--map { top: auto; right: 10px; bottom: 12px; left: 10px; grid-template-columns: 1fr repeat(3, 38px); padding: 4px; }
  .map-publish-tools--map .map-publish-tools__signature { grid-column: 1 / -1; min-height: 38px; }
  .map-publish-tools--map [data-share-map], .map-publish-tools--map [data-copy-map-embed] { font-size: 7px; }
  .map-publish-tools--map .map-publish-tools__brief { grid-column: span 2; }
  .data-grid { grid-template-columns: 1fr 1fr; }
  .data-card { min-height: 180px; padding: 20px; }
  .data-card__num { margin-top: 30px; font-size: 40px; }
  .method-list li, .record-gold__list div { grid-template-columns: 1fr; gap: 7px; }
  .storm-phases article { min-height: 300px; padding: 24px; }
  .storm-phases h3 { margin-top: 32px; }
  .spyglass { margin-inline: 0; }
  .spyglass__map { min-height: 310px; }
  .spyglass__desk { min-height: 315px; padding: 27px 22px; }
  .spyglass__desk h3 { font-size: 36px; }
  .storm-recent--grid { grid-template-columns: 1fr; }
  .storm-archive__image, .corridor-editorial__image { min-height: 330px; }
  .storm-archive__copy, .corridor-editorial__copy { padding: 34px 24px; }
  .storm-archive__copy h2, .corridor-editorial__copy h2 { font-size: 47px; }
  .span-contract { padding: 24px 18px; }
  .span-contract dl { grid-template-columns: 1fr; }
  .meeting-filters { overflow-x: auto; }
  .meeting-filters button { flex: 0 0 auto; padding-inline: 13px; }
  .meeting-row { grid-template-columns: 66px minmax(0, 1fr); gap: 15px; align-items: start; padding: 24px 0; }
  .meeting-row__date { padding-right: 12px; }
  .meeting-row__date strong { font-size: 34px; }
  .meeting-row__body h2 { font-size: 22px; }
  .meeting-row__body span { display: block; line-height: 1.45; }
  .meeting-row__actions { grid-column: 1 / -1; justify-content: flex-start; padding-left: 81px; }
  .meeting-source-note { grid-template-columns: 1fr; gap: 22px; }
  .recon-stats { grid-template-columns: 1fr; }
  .recon-stats div { min-height: 75px; border-right: 0; border-bottom: 1px solid var(--line); }
  .recon-workbench { grid-template-columns: 1fr; }
  .recon-process { border-right: 0; border-bottom: 1px solid var(--line); }
  .recon-map { min-height: 430px; }
  .recon-results { grid-template-columns: 1fr; }
}

/* Readability floor for dense intelligence surfaces. */
.eyebrow, .data-label { font-size: 11px; }
.hero__live-card .hero__updated { color: #536a7c; font-size: 11px; line-height: 1.45; }
.source-line, .intel-source, .graphic-desk-head { color: #536a7c; font-size: 11px; line-height: 1.5; }
.graphic-card__top p { font-size: 11px; }
.graphic-card__top > span { color: #536a7c; font-size: 10px; }
.graphic-card__dek { color: #41596c; font-size: 16px; line-height: 1.58; }
.graphic-card--navy .graphic-card__dek { color: #d2dee7; }
.graphic-card__clock { color: #526b7c; font-size: 11.5px; line-height: 1.55; }
.graphic-card--navy .graphic-card__clock { color: #c4d1db; }
.graphic-card__sponsor { color: #4f6576; font-size: 10px; }
.graphic-card__sponsor strong { font-size: 10px; }
.graphic-card--navy .graphic-card__sponsor { color: #ced9e1; }
.graphic-card__brand b { font-size: 11px; }
.graphic-card__brand small { color: #536d80; font-size: 10px; }
.graphic-card--navy .graphic-card__brand small { color: #c2cfd9; }
.graphic-card__brand time { font-size: 10px; line-height: 1.35; }
.graphic-tiles span, .graphic-geo > section > p { color: #536a7c; font-size: 10.5px; }
.graphic-bubbles span, .graphic-ring > span, .graphic-network__node span, .graphic-timeline small { color: #40586b; font-size: 10px; line-height: 1.35; }
.graphic-bubbles strong { font-size: clamp(20px, 2.25vw, 31px); }
.graphic-ring b { font-size: 15px; }
.graphic-card--navy .graphic-ring > span { color: #d0dbe3; }
.graphic-network__core span { font-size: 9.5px; }
.graphic-network__node strong { font-size: 19px; }
.graphic-inline-stat, .graphic-radar__core span, .graphic-radar__standby { color: #c1cfda; font-size: 10px; }
.graphic-pulse span, .graphic-pulse small { color: #d0dbe3; font-size: 10px; }
.graphic-rank em, .graphic-rank strong { font-size: 10px; }
.graphic-rank span, .graphic-timeline span { font-size: 11px; }
.graphic-timeline time { font-size: 10.5px; }
.site-footer__bottom { color: #52697a; font-size: 11px; }
.storm-map-key span, .data-window-stamp, .popup-record-clock { font-size: 10px; }
.popup-source-note { color: #455f72; font-size: 10px; }
.place-signature { font-size: 9.5px; }
.lead-card__date, .lead-card__id, .lead-card dt { font-size: 10px; }
.lead-card dd, .lead-card > p { font-size: 11px; }
.meeting-row__body p { font-size: 10px; }
.meeting-row__body small { color: #536a7c; font-size: 10px; }
.meeting-row__date small { font-size: 11px; }
.record-result__type, .record-result em, .record-result > span:not(.record-result__type) { font-size: 10.5px; }
.city-interests__grid label, .brief-interests__grid label { font-size: 11px; }
.city-interests details > p, .brief-interests details > p { font-size: 10px; }
.field-brief-launcher small, .field-brief-drawer__panel header p, .field-brief-list article > span, .field-brief-list a { font-size: 9px; }
.field-brief-drawer__panel header span, .field-brief-list p, .field-brief-empty p { font-size: 11px; }

@media (max-width: 900px) {
  .data-room-intro__grid { grid-template-columns: 1fr; gap: 28px; align-items: start; }
  .data-room-intro h1 { max-width: 620px; font-size: clamp(54px, 12vw, 82px); }
  .data-room-map-stage__head { grid-template-columns: 1fr; gap: 12px; align-items: start; }
  .data-room-map-stage__head > p { max-width: 620px; text-align: left; }
  .data-room-map-shell { grid-template-columns: 1fr; }
  .data-room-map { min-height: 480px; }
  .data-room-map-panel { min-height: 300px; padding: 34px 30px; }
  .data-room-map-panel h3 { max-width: 560px; }
  .data-room-map-panel__actions { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .graphic-group__head { grid-template-columns: 1fr; gap: 10px; align-items: start; }
  .graphic-group__head > span { max-width: 620px; }
  .graphic-group__grid { grid-template-columns: 1fr; }
  .graphic-group__grid > .graphic-card:last-child:nth-child(odd) { grid-column: auto; }
  .graphic-grid { grid-template-columns: 1fr; }
  .graphic-card--wide { grid-column: auto; }
  .graphic-desk-cta { grid-template-columns: 82px 1fr; }
  .graphic-desk-cta > img { width: 70px; }
  .graphic-desk-cta .button { grid-column: 1 / -1; }
  .visual-recon-strip { grid-template-columns: 1fr 1fr; }
  .visual-recon-strip a:first-child { grid-column: 1 / -1; }
  .cross-page-promo__grid { grid-template-columns: 1fr 1fr; }
  .source-health__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .data-room-intro { padding: 28px 0 30px; }
  .data-room-intro h1 { margin-top: 9px; font-size: clamp(45px, 13.5vw, 60px); line-height: .89; }
  .data-room-intro__grid > div:first-child > p:last-child { margin-top: 17px; font-size: 15px; line-height: 1.48; }
  .data-room-now { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .data-room-now a { min-height: 96px; display: grid; grid-template-columns: 1fr; align-items: end; align-content: center; padding: 12px 10px; border-right: 1px solid var(--line); border-bottom: 0; }
  .data-room-now a:last-child { border-right: 0; }
  .data-room-now strong { font-size: 26px; }
  .data-room-now span { margin-top: 7px; font-size: 7px; letter-spacing: .055em; }
  .data-room-map-stage { padding: 30px 0 38px; }
  .data-room-map-stage__head h2 { font-size: 46px; }
  .data-room-map-stage__head > p { font-size: 10px; }
  .data-room-map { min-height: 410px; }
  .data-room-map-panel { min-height: 0; padding: 28px 22px; }
  .data-room-map-panel h3 { font-size: 38px; }
  .data-room-map-panel > p:not(.eyebrow) { margin-top: 14px; font-size: 13px; }
  .data-room-map-panel__actions { grid-template-columns: 1fr; margin-top: 20px; }
  .graphic-desk-section { padding-top: 0; }
  .graphic-desk-nav { top: 0; overflow-x: auto; grid-template-columns: repeat(4, minmax(112px, 1fr)); margin-inline: -18px; margin-bottom: 18px; }
  .graphic-desk-nav a { min-height: 46px; }
  .graphic-group { padding: 25px 0 42px; }
  .graphic-group__head { margin-bottom: 16px; }
  .graphic-group__head h2 { font-size: 40px; }
  .graphic-group__head > span { font-size: 13px; }
  .graphic-group__grid { gap: 14px; }
  .graphic-desk-head { flex-direction: column; gap: 8px; }
  .graphic-card { min-height: 490px; padding: 22px 18px; }
  .graphic-card__crest { top: 54%; width: min(46%, 175px); }
  .graphic-card h2 { font-size: 39px; }
  .graphic-card__dek { font-size: 15px; }
  .graphic-card__body { margin-top: 22px; }
  .graphic-bar-row { grid-template-columns: 105px 1fr 38px; gap: 8px; }
  .graphic-bar-row > span { font-size: 8px; }
  .graphic-tiles > div { min-height: 86px; padding: 13px; }
  .graphic-card__brand small { display: none; }
  .graphic-card__brand { grid-template-columns: 1fr auto; }
  .graphic-card__brand time { grid-column: 1 / -1; grid-row: 1; justify-self: start; }
  .graphic-card__brand > span { grid-column: 1; grid-row: 2; }
  .graphic-card__brand > div { grid-column: 2; grid-row: 2; }
  .graphic-card__brand > div { gap: 3px; }
  .graphic-card__brand a,
  .graphic-card__brand button { min-width: 25px; min-height: 25px; padding-inline: 5px; }
  .graphic-pulse { height: 190px; gap: 3px; }
  .graphic-pulse span { display: none; }
  .graphic-pulse > div { grid-template-rows: 1fr 20px; }
  .graphic-geo { grid-template-columns: 1fr; gap: 22px; }
  .graphic-bubbles { min-height: 210px; gap: 5px; }
  .graphic-bubbles > div { width: calc(var(--bubble-size) * .7); height: calc(var(--bubble-size) * .7); }
  .graphic-ring { width: 76px; }
  .graphic-ring i { width: 68px; height: 68px; }
  .graphic-network { height: 285px; }
  .graphic-network__node { width: 94px; }
  .graphic-radar { width: 230px; height: 230px; }
  .graphic-desk-cta { grid-template-columns: 1fr; text-align: center; }
  .graphic-desk-cta > img { margin: 0 auto; }
  .visual-recon-strip { grid-template-columns: 1fr; }
  .visual-recon-strip a, .visual-recon-strip a:first-child { grid-column: auto; min-height: 220px; }
  .cross-page-promo { padding: 18px 0; }
  .cross-page-promo__grid { grid-template-columns: 1fr; }
  .cross-page-promo__image { min-height: 250px; }
  .cross-page-promo__copy { padding: 28px 24px 32px; }
  .cross-page-promo__copy h2 { font-size: 40px; }
  .source-health summary { width: calc(100% - 32px); min-height: 50px; grid-template-columns: 1fr auto; gap: 8px 14px; }
  .source-health summary strong { grid-column: 1; grid-row: 2; justify-self: start; font-size: 9px; }
  .source-health summary small { display: none; }
  .source-health summary::after { grid-column: 2; grid-row: 1 / 3; }
  .source-health__grid { width: 100%; grid-template-columns: 1fr; }
  .source-health__grid > article { min-height: 130px; padding: 20px 16px; }
}

/* Approved public Stories wire */
.stories-hero { background: linear-gradient(180deg, #fff 0%, var(--wash) 100%); }
.stories-desk-head { display: flex; justify-content: space-between; gap: 24px; align-items: center; padding: 15px 0 20px; border-bottom: 2px solid var(--ink); color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.stories-desk-head p { margin: 0; display: flex; gap: 10px; align-items: center; color: var(--ink); font-weight: 700; }
.stories-desk-head a { color: var(--teal-dark); font-weight: 700; }
.stories-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-left: 1px solid var(--line); }
.story-card { min-height: 500px; display: grid; grid-template-columns: 165px 1fr; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.story-card--lead { grid-column: 1 / -1; grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr); min-height: 560px; }
.story-card__image, .story-card__mark { display: flex; align-items: center; justify-content: center; min-height: 100%; overflow: hidden; background: linear-gradient(160deg, var(--wash), #fff); }
.story-card__image img { width: 100%; height: 100%; object-fit: cover; }
.story-card__mark img { width: min(72%, 155px); max-height: 280px; object-fit: contain; filter: drop-shadow(0 18px 24px rgba(7,27,50,.18)); }
.story-card > div { padding: 42px 38px; display: flex; flex-direction: column; }
.story-card__date { margin: 18px 0 10px; color: var(--muted); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.story-card h2 { margin: 0; font: 500 clamp(34px, 4vw, 62px)/.98 var(--serif); letter-spacing: -.035em; }
.story-card:not(.story-card--lead) h2 { font-size: clamp(30px, 3vw, 43px); }
.story-card h2 a { text-decoration: none; }
.story-card > div > p:not(.story-card__date) { max-width: 60ch; color: var(--ink-2); font-size: 17px; line-height: 1.65; }
.story-card footer { display: flex; justify-content: space-between; gap: 20px; align-items: end; margin-top: auto; padding-top: 30px; color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.story-card footer a { color: var(--ink); font-weight: 700; }
.stories-empty { grid-column: 1 / -1; min-height: 520px; padding: 80px; background: radial-gradient(circle at 78% 48%, rgba(23,103,255,.12), transparent 24%), url("assets/emblem-2026.png") no-repeat 82% 50% / 230px, #fff; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stories-empty h2 { max-width: 700px; margin: 20px 0; font: 500 clamp(46px, 7vw, 82px)/.95 var(--serif); letter-spacing: -.04em; }
.stories-empty > p:not(.eyebrow) { max-width: 610px; color: var(--ink-2); font-size: 19px; line-height: 1.6; }
.story-reader { max-width: 900px; margin: 58px auto 90px; }
.story-reader__back { display: inline-block; margin-bottom: 36px; color: var(--teal-dark); font-weight: 700; }
.story-reader figure { margin: 0 0 44px; }
.story-reader figure img { width: 100%; max-height: 560px; object-fit: cover; }
.story-reader figcaption { margin-top: 8px; color: var(--muted); font-size: 12px; }
.story-reader header { padding-bottom: 42px; border-bottom: 1px solid var(--line); }
.story-reader__date { margin: 22px 0 12px; color: var(--muted); font-size: 12px; letter-spacing: .09em; text-transform: uppercase; }
.story-reader h1 { margin: 0 0 24px; font: 500 clamp(56px, 8vw, 100px)/.92 var(--serif); letter-spacing: -.045em; }
.story-reader__dek { max-width: 760px; margin: 0 0 22px; color: var(--ink-2); font-size: clamp(21px, 3vw, 29px); line-height: 1.45; }
.story-reader header > span { color: var(--muted); font-size: 13px; }
.story-reader__body { padding: 42px 0; }
.story-reader__body p { max-width: 760px; margin: 0 auto 1.4em; font: 400 clamp(20px, 2.1vw, 24px)/1.7 var(--serif); }
.story-reader > footer { display: grid; gap: 10px; padding: 28px; background: var(--wash); }
.story-reader > footer a { color: var(--teal-dark); font-weight: 700; }
.story-reader > footer small { margin-top: 8px; color: var(--muted); }

@media (max-width: 900px) {
  .stories-grid { grid-template-columns: 1fr; }
  .story-card, .story-card--lead { grid-column: auto; grid-template-columns: 135px minmax(0, 1fr); min-height: 430px; }
  .stories-empty { padding: 60px 34px; background-size: 180px; background-position: 92% 70%; }
}

@media (max-width: 620px) {
  .stories-desk-head { align-items: flex-start; flex-direction: column; }
  .story-card, .story-card--lead { grid-template-columns: 1fr; min-height: 0; }
  .story-card__image, .story-card__mark { min-height: 210px; }
  .story-card__mark img { width: 110px; height: 170px; }
  .story-card > div { min-height: 400px; padding: 28px 22px; }
  .story-card h2, .story-card:not(.story-card--lead) h2 { font-size: 39px; }
  .story-card footer { align-items: flex-start; flex-direction: column; }
  .stories-empty { min-height: 560px; padding: 42px 22px; background-position: 90% 86%; background-size: 140px; }
  .stories-empty h2 { font-size: 52px; }
  .story-reader { margin: 38px 0 60px; }
  .story-reader h1 { font-size: 58px; }
  .story-reader__body p { font-size: 20px; }
}

/* Florida Signal brand kit — intentionally scoped to the downloadable brand page. */
body[data-page="brand-kit"] .brand-kit-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(86px, 10vw, 142px) 0;
  border-bottom: 7px solid var(--sun);
  background: linear-gradient(90deg, rgba(7,27,50,.98), rgba(8,42,84,.95)), var(--ink);
  color: #fff;
}
body[data-page="brand-kit"] .brand-kit-hero::after {
  content: "";
  width: min(45vw, 540px);
  aspect-ratio: 1;
  position: absolute;
  right: max(2vw, 24px);
  top: 50%;
  background: url("assets/emblem-2026-white.png") no-repeat center / contain;
  filter: drop-shadow(0 35px 45px rgba(0,0,0,.22));
  opacity: .09;
  pointer-events: none;
  transform: translateY(-49%);
}
body[data-page="brand-kit"] .brand-kit-hero .page-hero__grid { position: relative; z-index: 1; }
body[data-page="brand-kit"] .brand-kit-hero .eyebrow { color: #7aa8ff; }
body[data-page="brand-kit"] .brand-kit-hero h1 { max-width: 710px; margin: 16px 0 0; color: #fff; font-size: clamp(70px, 9vw, 128px); line-height: .83; }
body[data-page="brand-kit"] .brand-kit-hero .page-hero__dek { max-width: 560px; color: #d7e6ec; }
body[data-page="brand-kit"] .brand-kit-hero .button { margin-top: 26px; background: var(--teal); }
body[data-page="brand-kit"] .brand-kit-section { padding: clamp(78px, 9vw, 124px) 0; }
body[data-page="brand-kit"] .brand-kit-section--wash { background: var(--wash-soft); }
body[data-page="brand-kit"] .brand-kit-section--navy { position: relative; overflow: hidden; border-top: 7px solid var(--cyan); background: var(--ink); color: #fff; }
body[data-page="brand-kit"] .brand-kit-section--navy::after { content: ""; width: 420px; aspect-ratio: 1; position: absolute; right: -80px; bottom: -130px; background: url("assets/emblem-2026-white.png") no-repeat center / contain; opacity: .045; pointer-events: none; }
body[data-page="brand-kit"] .brand-kit-heading { max-width: 880px; display: grid; grid-template-columns: minmax(220px, .55fr) minmax(0, 1.45fr); gap: 10px 46px; margin-bottom: 48px; }
body[data-page="brand-kit"] .brand-kit-heading .eyebrow { grid-column: 1 / -1; }
body[data-page="brand-kit"] .brand-kit-heading h2 { margin: 0; font-family: var(--serif); font-size: clamp(48px, 6vw, 78px); font-weight: 500; letter-spacing: -.055em; line-height: .92; }
body[data-page="brand-kit"] .brand-kit-heading > p:not(.eyebrow) { align-self: end; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
body[data-page="brand-kit"] .brand-kit-section--navy .brand-kit-heading > p { color: #b7c9d6; }
body[data-page="brand-kit"] .brand-lockups { display: grid; grid-template-columns: 1.55fr .72fr .72fr; gap: 14px; }
body[data-page="brand-kit"] .brand-lockup { min-width: 0; display: grid; grid-template-rows: minmax(330px, 1fr) auto; border: 1px solid var(--line); background: #fff; box-shadow: 0 20px 55px rgba(7,27,50,.07); }
body[data-page="brand-kit"] .brand-lockup__art { min-height: 330px; display: grid; place-items: center; padding: 54px; }
body[data-page="brand-kit"] .brand-lockup--light .brand-lockup__art img { width: min(100%, 520px); }
body[data-page="brand-kit"] .brand-lockup--dark .brand-lockup__art { background: radial-gradient(circle at 55% 35%, #16446a, var(--ink) 65%); }
body[data-page="brand-kit"] .brand-lockup--mark .brand-lockup__art { background: linear-gradient(145deg, #eef7fb, #fff); }
body[data-page="brand-kit"] .brand-lockup--dark .brand-lockup__art img,
body[data-page="brand-kit"] .brand-lockup--mark .brand-lockup__art img { width: min(100%, 210px); filter: drop-shadow(0 22px 23px rgba(7,27,50,.2)); }
body[data-page="brand-kit"] .brand-lockup a { min-height: 56px; display: flex; align-items: center; justify-content: space-between; padding: 0 18px; border-top: 1px solid var(--line); color: var(--ink); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
body[data-page="brand-kit"] .brand-lockup a span { color: var(--teal-dark); font-size: 20px; }
body[data-page="brand-kit"] .brand-lockup a:hover { background: var(--wash); }
body[data-page="brand-kit"] .brand-swatches { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
body[data-page="brand-kit"] .brand-swatches article { min-width: 0; padding: 13px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
body[data-page="brand-kit"] .brand-swatches i { height: 148px; display: block; margin-bottom: 15px; background: var(--swatch); box-shadow: inset 0 0 0 1px rgba(7,27,50,.08); }
body[data-page="brand-kit"] .brand-swatches strong,
body[data-page="brand-kit"] .brand-swatches span { display: block; overflow-wrap: anywhere; }
body[data-page="brand-kit"] .brand-swatches strong { font-size: 11px; line-height: 1.25; }
body[data-page="brand-kit"] .brand-swatches span { margin-top: 5px; color: var(--muted); font-size: 9px; letter-spacing: .08em; }
body[data-page="brand-kit"] .brand-type { display: grid; grid-template-columns: 1.15fr .85fr; gap: 14px; margin-top: 46px; }
body[data-page="brand-kit"] .brand-type article { min-height: 210px; display: flex; flex-direction: column; justify-content: space-between; padding: 27px; border: 1px solid var(--line); background: #fff; }
body[data-page="brand-kit"] .brand-type span { color: var(--teal-dark); font-size: 9px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
body[data-page="brand-kit"] .brand-type strong { max-width: 760px; font-size: clamp(26px, 3vw, 43px); line-height: 1.05; }
body[data-page="brand-kit"] .brand-type article:first-child strong { font-family: var(--serif); font-size: clamp(43px, 5vw, 70px); font-weight: 500; letter-spacing: -.045em; }
body[data-page="brand-kit"] .brand-template-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
body[data-page="brand-kit"] .brand-template-grid a { min-width: 0; display: grid; grid-template-rows: 390px auto; overflow: hidden; border: 1px solid var(--line); background: var(--wash-soft); color: var(--ink); text-decoration: none; box-shadow: 0 18px 50px rgba(7,27,50,.07); transition: transform .2s ease, box-shadow .2s ease; }
body[data-page="brand-kit"] .brand-template-grid a:hover { transform: translateY(-4px); box-shadow: 0 26px 58px rgba(7,27,50,.13); }
body[data-page="brand-kit"] .brand-template-grid img { width: 100%; height: 100%; min-height: 320px; object-fit: contain; background: #eaf2f4; }
body[data-page="brand-kit"] .brand-template-grid span { min-height: 57px; display: flex; align-items: center; justify-content: space-between; padding: 0 18px; border-top: 1px solid var(--line); background: #fff; font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
body[data-page="brand-kit"] .brand-template-grid span b { color: var(--teal-dark); font-size: 20px; }
body[data-page="brand-kit"] .brand-kit-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
body[data-page="brand-kit"] .brand-rules { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.28); border-left: 1px solid rgba(255,255,255,.28); }
body[data-page="brand-kit"] .brand-rules article { min-height: 260px; padding: 27px; border-right: 1px solid rgba(255,255,255,.28); border-bottom: 1px solid rgba(255,255,255,.28); }
body[data-page="brand-kit"] .brand-rules strong { display: block; font-family: var(--serif); font-size: 30px; font-weight: 500; line-height: 1; }
body[data-page="brand-kit"] .brand-rules p { margin: 78px 0 0; color: #b7c9d6; font-size: 12px; line-height: 1.65; }

@media (max-width: 900px) {
  body[data-page="brand-kit"] .brand-lockups { grid-template-columns: 1fr 1fr; }
  body[data-page="brand-kit"] .brand-lockup:first-child { grid-column: 1 / -1; }
  body[data-page="brand-kit"] .brand-swatches { grid-template-columns: repeat(3, 1fr); }
  body[data-page="brand-kit"] .brand-rules { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  body[data-page="brand-kit"] .brand-kit-hero { padding: 68px 0 78px; }
  body[data-page="brand-kit"] .brand-kit-hero::after { width: 330px; right: -115px; opacity: .075; }
  body[data-page="brand-kit"] .brand-kit-hero h1 { font-size: clamp(66px, 22vw, 86px); }
  body[data-page="brand-kit"] .brand-kit-section { padding: 68px 0; }
  body[data-page="brand-kit"] .brand-kit-heading { grid-template-columns: 1fr; gap: 18px; margin-bottom: 34px; }
  body[data-page="brand-kit"] .brand-kit-heading .eyebrow { grid-column: auto; }
  body[data-page="brand-kit"] .brand-kit-heading h2 { font-size: 49px; }
  body[data-page="brand-kit"] .brand-lockups { grid-template-columns: 1fr; }
  body[data-page="brand-kit"] .brand-lockup:first-child { grid-column: auto; }
  body[data-page="brand-kit"] .brand-lockup { grid-template-rows: minmax(245px, 1fr) auto; }
  body[data-page="brand-kit"] .brand-lockup__art { min-height: 245px; padding: 38px; }
  body[data-page="brand-kit"] .brand-lockup--dark .brand-lockup__art img,
  body[data-page="brand-kit"] .brand-lockup--mark .brand-lockup__art img { width: 158px; }
  body[data-page="brand-kit"] .brand-swatches { grid-template-columns: repeat(2, 1fr); }
  body[data-page="brand-kit"] .brand-swatches i { height: 105px; }
  body[data-page="brand-kit"] .brand-type { grid-template-columns: 1fr; }
  body[data-page="brand-kit"] .brand-type article { min-height: 185px; }
  body[data-page="brand-kit"] .brand-template-grid { grid-template-columns: 1fr; }
  body[data-page="brand-kit"] .brand-template-grid a { grid-template-rows: 300px auto; }
  body[data-page="brand-kit"] .brand-template-grid img { min-height: 235px; max-height: 300px; }
  body[data-page="brand-kit"] .brand-kit-actions .button { width: 100%; justify-content: center; text-align: center; }
  body[data-page="brand-kit"] .brand-rules { grid-template-columns: 1fr; }
  body[data-page="brand-kit"] .brand-rules article { min-height: 220px; }
  body[data-page="brand-kit"] .brand-rules p { margin-top: 55px; }
}

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

/* Multi-city shell: one live desk, one reusable expansion pattern. */
.site-header__inner { min-height: 84px; grid-template-columns: 260px 138px minmax(0, 1fr) auto; gap: 16px; }
.brand { width: 256px; }
.city-switcher { position: relative; z-index: 20; }
.city-switcher > summary { min-height: 48px; display: grid; grid-template-columns: 1fr auto; align-content: center; gap: 2px 10px; padding: 7px 12px; border: 1px solid var(--line); background: #fff; color: var(--ink); cursor: pointer; list-style: none; }
.city-switcher > summary::-webkit-details-marker { display: none; }
.city-switcher > summary span { grid-column: 1 / -1; color: var(--teal-dark); font-size: 7px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.city-switcher > summary strong { overflow: hidden; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.city-switcher > summary i { width: 7px; height: 7px; align-self: center; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; transform: rotate(45deg) translateY(-2px); }
.city-switcher[open] > summary i { transform: rotate(225deg) translate(-2px, -1px); }
.city-switcher__panel { width: min(500px, calc(100vw - 34px)); position: absolute; top: calc(100% + 9px); left: 0; overflow: hidden; padding: 14px; border: 1px solid var(--line); border-top: 4px solid var(--teal); background: #fff; box-shadow: 0 26px 70px rgba(7,27,50,.2); }
.city-switcher__head { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; margin-bottom: 10px; }
.city-switcher__head span { font-family: var(--serif); font-size: 22px; }
.city-switcher__head small { color: var(--muted); font-size: 8px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.city-switcher__list { max-height: 320px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); overflow-y: auto; overscroll-behavior: contain; border-top: 1px solid var(--line); border-left: 1px solid var(--line); scrollbar-color: var(--teal) var(--wash); scrollbar-width: thin; }
.city-switcher__list a { min-width: 0; min-height: 44px; display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 7px 9px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--ink); text-decoration: none; }
.city-switcher__list a:hover, .city-switcher__list a[aria-current="page"] { background: var(--wash); }
.city-switcher__list a span { font-size: 9px; font-weight: 700; line-height: 1.25; }
.city-switcher__list a small { flex: 0 0 auto; color: #7b8b96; font-size: 6px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.city-switcher__list a small.is-live { padding: 3px 6px; border-radius: 99px; background: var(--teal); color: #fff; }
.city-switcher__panel > p { margin: 10px 1px 0; color: var(--muted); font-size: 7px; line-height: 1.45; }

.signup { flex-wrap: wrap; }
.signup-preferences { width: 100%; flex: 0 0 100%; margin: 7px 0 0; }
.signup-preferences > summary { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 0 12px; border-top: 1px solid #b9c7ca; color: var(--ink); cursor: pointer; list-style: none; }
.signup-preferences > summary::-webkit-details-marker { display: none; }
.signup-preferences > summary span { color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.signup-preferences > summary strong { font-size: 9px; }
.signup-preferences[open] > summary { background: rgba(255,255,255,.72); }
.signup-preferences__body { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(220px,.8fr); gap: 10px; padding: 12px; border: 1px solid #b9c7ca; background: #fff; box-shadow: 0 16px 36px rgba(7,27,50,.12); }
.signup-preferences__body > p { grid-column: 1 / -1; margin: 0; color: var(--muted); font-size: 9px; line-height: 1.4; }
.city-interests { min-width: 0; margin: 0; padding: 0; border: 0; }
.city-interests > legend, .brief-interests > legend { margin: 0 0 7px; color: var(--ink); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.city-interests__grid { max-height: 250px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); overflow: auto; padding: 10px; border: 1px solid #b9c7ca; border-top: 0; background: #fff; box-shadow: 0 16px 36px rgba(7,27,50,.12); }
.city-interests__grid label { min-height: 34px; display: flex; align-items: center; gap: 7px; padding: 4px 7px; color: var(--ink-2); font-size: 10px; line-height: 1.25; cursor: pointer; }
.city-interests__grid input { width: 14px !important; min-height: 14px !important; flex: 0 0 14px !important; margin: 0; accent-color: var(--teal); }
.city-interests details > p { margin: 0; padding: 9px 11px; border: 1px solid #b9c7ca; border-top: 0; background: var(--wash); color: var(--muted); font-size: 9px; line-height: 1.45; }
.signup--prompt .city-interests { grid-column: 1 / -1; }
.signup--prompt .signup__message { grid-column: 1 / -1; }
.brief-interests { min-width: 0; margin: 0; padding: 0; border: 0; }
.brief-interests__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); padding: 9px; border: 1px solid #b9c7ca; border-top: 0; background: #fff; }
.brief-interests__grid label { min-height: 32px; display: flex; align-items: center; gap: 7px; padding: 4px 7px; color: var(--ink-2); font-size: 10px; line-height: 1.25; cursor: pointer; }
.brief-interests__grid input { width: 14px !important; min-height: 14px !important; flex: 0 0 14px !important; margin: 0; accent-color: var(--teal); }
.brief-interests details > p { margin: 0; padding: 8px 11px; border: 1px solid #b9c7ca; border-top: 0; background: var(--wash); color: var(--muted); font-size: 9px; }
.signup--prompt .brief-interests { grid-column: 1 / -1; }

.coming-soon-main { min-height: calc(100vh - 170px); display: grid; align-items: center; overflow: hidden; padding: 82px 0; background: radial-gradient(circle at 80% 20%, rgba(0,184,220,.16), transparent 30%), linear-gradient(155deg, #fff 0%, #eef7fb 72%); }
.coming-soon-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, .72fr); align-items: center; gap: clamp(45px, 8vw, 120px); }
.coming-soon-grid h1 { margin: 9px 0 22px; font-family: var(--serif); font-size: clamp(66px, 9vw, 126px); font-weight: 500; letter-spacing: -.06em; line-height: .82; }
.coming-soon-grid h1 span { display: block; color: var(--teal-dark); }
.coming-soon-grid .lede { max-width: 650px; color: var(--ink-2); font-size: 19px; line-height: 1.6; }
.coming-soon-card { position: relative; overflow: hidden; padding: 34px; border-top: 5px solid var(--sun); background: var(--ink); color: #fff; box-shadow: var(--shadow); }
.coming-soon-card::after { content: ""; width: 220px; height: 220px; position: absolute; right: -48px; bottom: -72px; background: url("/assets/emblem-2026-white.png") no-repeat center / contain; opacity: .1; }
.coming-soon-card > * { position: relative; z-index: 1; }
.coming-soon-card strong { display: block; font-family: var(--serif); font-size: 42px; font-weight: 500; line-height: .95; }
.coming-soon-card p { color: #b7c9d6; font-size: 11px; line-height: 1.6; }
.coming-soon-card a { color: #6fe4d4; font-size: 10px; font-weight: 700; text-decoration: none; }

@media (max-width: 1180px) {
  .site-header__inner { grid-template-columns: 225px 126px minmax(0, 1fr) auto; gap: 10px; }
  .brand { width: 220px; }
  .hero__grid { padding-top: 46px; padding-bottom: 58px; }
  .storm-promise__link { grid-template-columns: minmax(150px,.9fr) minmax(0,1.1fr); gap: 14px; }
  .storm-promise__visual { height: 198px; }
  .storm-promise__copy { gap: 6px; }
  .storm-promise__copy strong { font-size: 23px; }
  .storm-promise__metrics { gap: 5px; }
  .storm-promise__metrics b { min-height: 44px; padding: 5px 7px; }
  .storm-promise__metrics i { font-size: 20px; }
  .storm-promise__metrics span { font-size: 7px; }
  .storm-promise__phases { font-size: 7px; }
  .site-nav { gap: 11px; }
  .site-nav a { font-size: 10px; }
  .site-nav a.nav-live-map { padding-inline: 11px; }
}

@media (max-width: 900px) {
  .site-header__inner { min-height: 70px; grid-template-columns: minmax(170px, 1fr) auto auto; gap: 9px; }
  .brand { width: min(245px, 100%); }
  .city-switcher { grid-column: 2; }
  .city-switcher > summary { width: 46px; min-height: 46px; display: grid; place-items: center; padding: 0; border-color: var(--ink); background: #fff; }
  .city-switcher > summary span, .city-switcher > summary strong { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
  .city-switcher > summary i { width: 16px; height: 16px; border: 2px solid var(--teal-dark); border-radius: 50%; transform: none; }
  .city-switcher > summary i::before { content: ""; width: 6px; height: 6px; position: absolute; top: 3px; left: 3px; border-radius: 50%; background: var(--teal-dark); }
  .city-switcher[open] > summary i { transform: none; background: var(--wash); }
  .city-switcher__panel { right: -55px; left: auto; }
  .menu-button { grid-column: 3; }
  .site-nav { z-index: 15; }
  .coming-soon-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .field-brief-launcher { right: 12px; bottom: 12px; min-height: 48px; grid-template-columns: 30px auto 24px; }
  .field-brief-launcher img { width: 30px; height: 30px; }
  .field-brief-drawer__panel { width: 100%; }
  .field-brief-drawer__panel > header { padding: 29px 62px 24px 22px; }
  .field-brief-list { padding-inline: 20px; }
  .field-brief-drawer__panel > footer { padding-inline: 20px; }
  .site-header { overflow: visible; }
  .site-header__inner { min-height: 70px; grid-template-columns: minmax(150px, 1fr) 42px 46px; }
  .brand { width: min(210px, 100%); }
  .city-switcher > summary { width: 42px; min-height: 42px; }
  .city-switcher__panel { width: calc(100vw - 28px); right: -55px; padding: 12px; }
  .city-switcher__head span { font-size: 21px; }
  .city-switcher__list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .city-switcher__list a { min-height: 46px; }
  .city-interests__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .brief-interests__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .coming-soon-main { padding: 56px 0; }
  .coming-soon-grid h1 { font-size: clamp(58px, 19vw, 82px); }
  .hero-command-row { margin: 20px 0 16px; }
  .hero-map-command { width: 100%; min-width: 0; }
  .signup--hero { display: grid; grid-template-columns: 116px minmax(0, 1fr); gap: 8px; }
  .signup--hero input, .signup--hero button { width: 100%; }
}

@media (max-width: 620px) {
  .hero-proof { font-size: 10px; }
  .data-flipper__track { min-height: 340px; }
  .data-flipper__panel { min-height: 328px; padding: 18px 16px; }
  .window-watch__link { grid-template-columns: 76px minmax(0,1fr); gap: 13px; }
  .window-watch__number { font-size: 66px; }
  .window-watch__number small { margin-top: 14px; font-size: 9px; letter-spacing: .13em; }
  .window-watch__copy { gap: 8px; padding-left: 13px; }
  .window-watch__copy em { font-size: 9px; line-height: 1.35; }
  .window-watch__copy strong { font-size: 24px; }
  .window-watch__copy strong b { display: block; font-size: 34px; }
  .window-watch__copy small { font-size: 10px; }
  .diagram-watch__title { display: grid; gap: 4px; }
  .diagram-watch__title strong, .diagram-watch__title span { max-width: none; text-align: left; }
  .diagram-watch__title strong { font-size: 24px; }
  .diagram-watch__chart > div { grid-template-columns: 92px minmax(0,1fr) 25px; gap: 6px; }
  .diagram-watch__chart span, .diagram-watch__insight { font-size: 9px !important; }
  .storm-promise__link { grid-template-columns: 102px minmax(0,1fr); gap: 11px; }
  .storm-promise__visual { height: 242px; }
  .storm-promise__copy { gap: 7px; }
  .storm-promise__copy strong { font-size: 24px; }
  .storm-promise__metrics { grid-template-columns: 1fr; gap: 5px; }
  .storm-promise__metrics b { min-height: 43px; padding: 5px 7px; }
  .storm-promise__metrics i { font-size: 20px; }
  .storm-promise__metrics span { font-size: 7px; }
  .storm-promise__phases { font-size: 8px; }
  .signup-preferences__body { grid-template-columns: 1fr; }
}

/* Final hierarchy pass: keep tools inside their content and simplify the shell. */
.surface-map-frame { height: auto; }
.surface-publish--map {
  top: 50%;
  right: 12px;
  bottom: auto;
  max-width: none;
  flex-direction: column;
  padding: 5px;
  border-radius: 999px;
  transform: translateY(-50%);
}
.surface-publish--map > span { display: none; }
.surface-publish--map a,
.surface-publish--map button { width: 38px; min-width: 38px; min-height: 38px; padding: 0; border-top: 1px solid rgba(255,255,255,.14); border-left: 0; border-radius: 50%; }
.surface-publish .surface-report { background: var(--teal-dark); color: #fff; }
.surface-publish .surface-report:hover { background: var(--teal); color: #fff; }
.map-publish-tools--map { top: 84px; }
.map-publish-tools--map .map-publish-tools__brief { background: var(--teal-dark); border-color: var(--teal-dark); color: #fff; }
.neighborhood-showcase__head > div > p:last-child { font-size: 12px; }
body[data-page="meetings"] .meeting-source-note { grid-template-columns: minmax(0, 820px); }

.field-brief-launcher {
  width: 54px;
  min-height: 54px;
  grid-template-columns: 1fr;
  padding: 9px;
}
.field-brief-launcher span,
.field-brief-launcher:not(.has-items) b { display: none; }
.field-brief-launcher.has-items {
  width: auto;
  grid-template-columns: 34px auto 27px;
  padding: 7px 9px;
}
.field-brief-launcher.has-items span { display: grid; }
.field-brief-launcher.has-items b { display: grid; }

@media (max-width: 1050px) and (min-width: 901px) {
  .site-header { overflow: visible; }
  .site-header__inner { min-height: 70px; grid-template-columns: minmax(190px, 1fr) 46px 46px; gap: 9px; }
  .brand { width: min(235px, 100%); }
  .city-switcher { grid-column: 2; }
  .city-switcher > summary { width: 46px; min-height: 46px; display: grid; place-items: center; padding: 0; border-color: var(--ink); background: #fff; }
  .city-switcher > summary span,
  .city-switcher > summary strong { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
  .city-switcher > summary i { width: 16px; height: 16px; position: relative; border: 2px solid var(--teal-dark); border-radius: 50%; transform: none; }
  .city-switcher > summary i::before { content: ""; width: 6px; height: 6px; position: absolute; top: 3px; left: 3px; border-radius: 50%; background: var(--teal-dark); }
  .city-switcher[open] > summary i { transform: none; background: var(--wash); }
  .city-switcher__panel { right: -55px; left: auto; }
  .menu-button { width: 46px; height: 46px; display: grid; grid-column: 3; padding: 12px; place-content: center; gap: 5px; border: 1px solid var(--ink); background: var(--ink); cursor: pointer; }
  .menu-button span:not(.sr-only) { display: block; width: 19px; height: 1.5px; background: #fff; }
  .site-nav { position: fixed; z-index: 15; top: 70px; right: 0; left: 0; height: calc(100vh - 70px); display: none; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: 0; padding: 48px 28px; background: var(--paper); }
  .nav-open .site-nav { display: flex; }
  .site-nav a { width: 100%; padding: 17px 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 30px; font-weight: 500; }
  .site-nav a::after { display: none; }
  .site-nav a.nav-live-map { min-height: 0; display: block; padding: 17px 0; background: transparent; color: var(--ink); box-shadow: none; }
  .site-nav a.nav-live-map::before { display: none; }
  .brief-button { display: none; }
}

@media (max-width: 620px) {
  .surface-publish--map { top: 50%; right: 7px; max-width: none; transform: translateY(-50%); }
  .surface-publish--map [data-surface-share] { display: none; }
  .map-publish-tools--map { top: 80px; right: 9px; left: 9px; overflow-x: auto; flex-wrap: nowrap; justify-content: flex-start; }
  .map-publish-tools--map .map-publish-tools__signature { min-width: 118px; }
  .field-brief-launcher { width: 48px; min-height: 48px; grid-template-columns: 1fr; padding: 7px; }
  .field-brief-launcher__icon { width: 32px; height: 32px; }
  .field-brief-launcher.has-items { width: auto; grid-template-columns: 30px auto 24px; padding: 7px 9px; }
}

/* ===== Mobile polish layer (2026-07-19) =====
   Readability floors + overflow guards at phone widths only. Desktop design unchanged.
   Root causes fixed: .section-head flex child forcing 412px min-content width (sideways scroll);
   7-9px micro-labels unreadable on handsets; sub-32px tap targets. */
@media (max-width: 620px) {
  main { overflow-x: clip; }
  .section-head { flex-wrap: wrap; }
  .section-head > div { min-width: 0; max-width: 100%; }
  .section-head h2, .section-head p { overflow-wrap: break-word; }

  /* Prose floor: small annotations become readable */
  main small, main dt, main dd, figcaption,
  .neighborhood-profile__link, .surface-report, .diagram-watch__insight, .hero__caption { font-size: 11px !important; line-height: 1.45; }

  /* Micro-label floor: uppercase stamps/keys stay compact but legible */
  .record-action, .publish-social a, .publish-social button,
  .neighborhood-profile__map-label, .neighborhood-profile__rank,
  .place-signature, .data-window-stamp, .eyebrow,
  .live-bar__countdown-mobile, .mobile-live-rail__head p, .mobile-live-rail__foot,
  .storm-mode-toggle, .spyglass__open, .record-search__quick button, .lead-lenses button { font-size: 10px !important; }

  /* Thumb-sized taps */
  .record-action, .lead-lenses button, .record-search__quick button, .publish-social a, .publish-social button { min-height: 36px; min-width: 36px; display: inline-flex; align-items: center; justify-content: center; }
}

/* Mobile polish layer — round 2: ticker cards, share buttons, operator links, map controls */
@media (max-width: 620px) {
  .activity-day span, .mobile-live-card span, .mobile-live-card small,
  .sponsor-slot span, .sponsor-slot strong, .record-flow__item span,
  .window-watch__copy em, .window-watch__copy i,
  .surface-publish button, .publish-social, .publish-social *,
  .operator-list__links a, .text-link { font-size: 10px !important; }

  .operator-list__links a, .text-link, .surface-publish button { min-height: 36px; display: inline-flex; align-items: center; }
  .leaflet-control-zoom a { width: 34px !important; height: 34px !important; line-height: 34px !important; }
}

/* ===== Text lockup (2026-07-19): the emblem stays art; the words become live text so
   FLORIDA SIGNAL and DEVELOPMENT INTELLIGENCE are crisp and legible at every size. ===== */
.brand { display: flex; align-items: center; }
.brand__lockup { display: flex; align-items: center; gap: 13px; }
.brand img.brand__emblem { width: 46px; height: auto; flex: 0 0 auto; }
.brand__words { display: flex; flex-direction: column; }
.brand__name { font-family: "Montserrat", var(--sans); font-size: 20px; font-weight: 800; letter-spacing: .06em; line-height: 1; color: var(--ink); text-transform: uppercase; white-space: nowrap; }
.brand__name i { font-style: normal; color: var(--blue-bright); }
.brand__words { border-left: 2px solid #c9d6ea; padding-left: 13px; }
.brand__tag { display: inline-flex; align-items: center; margin-top: 5px; font-size: 9.5px; font-weight: 600; letter-spacing: .33em; line-height: 1; color: #48628c; text-transform: uppercase; white-space: nowrap; }
@media (max-width: 620px) {
  .brand img.brand__emblem { width: 38px; }
  .brand__name { font-size: 16.5px; }
  .brand__tag { font-size: 9px; letter-spacing: .18em; margin-top: 4px; }
}
a.brand, a.brand:hover, a.brand:focus { text-decoration: none; }


/* ===== Atlantic + Bricolage tuning (2026-07-19): grotesque display needs gentler tracking than the old serif ===== */
h1, h2, h3, .hero__live-number, .storm-operations__readout h2, .diagram-watch__title strong, .window-watch__copy strong { letter-spacing: -.028em !important; }
a.brand { width: auto; max-width: none; }
.brand__tag { letter-spacing: .27em; }

/* Social publish rail: breathing room, no bleed */
.surface-publish { gap: 7px; }
.surface-publish a, .surface-publish button { border-left: 0; }
.publish-social { width: 30px; min-width: 30px !important; height: 30px; min-height: 30px !important; padding: 0 !important; border-radius: 50%; justify-content: center; }
.surface-publish--overlay { gap: 8px; padding: 6px 10px; }


/* ===== Header polish (2026-07-19 pm): nav matches brand, standout brief CTA, city desk breathing room ===== */
.site-nav a { font-family: "Montserrat", var(--sans); font-size: 12px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.brief-button { font-family: "Montserrat", var(--sans); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; box-shadow: 0 8px 22px rgba(23,103,255,.35); }
.city-switcher { margin-left: 16px; }
.city-switcher > summary { min-height: 52px; padding: 8px 15px; border-color: #c9d6ea; }
.city-switcher > summary span { font-size: 8px; letter-spacing: .18em; }
.city-switcher > summary strong { font-size: 12px; }


/* Personalize-your-brief: visible feature, readable topic grid */
.signup-preferences > summary span { color: var(--teal-dark); font-family: "Montserrat", var(--sans); font-weight: 800; letter-spacing: .12em; }
.brief-interests__grid { gap: 4px 18px; padding: 12px; }
.brief-interests__grid label { min-height: 32px; display: flex; align-items: center; gap: 8px; font-size: 11px; line-height: 1.3; }

/* ===== Visual QA pass 1 (2026-07-19 pm) ===== */
/* Record rows: action bar flows below content — can never overlap headlines */
.signal-row-wrap { position: relative; }
.signal-row-wrap > .record-share { position: static; width: min(470px, 100%); margin: 12px 0 14px auto; }
.signal-row h3 { font-size: clamp(21px, 2.1vw, 30px); letter-spacing: -.02em; }
/* Signup: tidy, compact, readable */
.signup-preferences > summary { padding: 12px 2px; }
.brief-interests__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2px 22px; padding: 12px 14px; }
.brief-interests__grid label { min-height: 34px; font-size: 11.5px; }
.city-interests__grid label { font-size: 11px; }
/* Mobile micro-text floor: diagram + publish labels (QA sweep round 3) */
@media (max-width: 620px) {
  .surface-publish a, .surface-publish button, .surface-publish > span,
  .surface-publish--compact a, .surface-publish--compact button { font-size: 9.5px !important; }
  .storm-map-key span, .popup-record-clock { font-size: 10px !important; }
}
/* Meetings action buttons: readable + tappable on phones */
@media (max-width: 620px) {
  .meeting-row__actions a, .meeting-row__actions button,
  .meeting-row__details, .meeting-row__brief, .meeting-row__watch, .meeting-row__calendar { font-size: 10.5px !important; min-height: 34px; display: inline-flex; align-items: center; }
}


/* Map key + refreshed map brand */
.map-key { position: absolute; z-index: 640; left: 12px; bottom: 12px; display: flex; flex-direction: column; gap: 4px; padding: 10px 13px; border: 1px solid rgba(7,27,50,.16); background: rgba(255,255,255,.95); backdrop-filter: blur(10px); box-shadow: 0 12px 30px rgba(7,27,50,.18); font-size: 10px; color: var(--ink-2); }
.map-key b { font-family: "Montserrat", var(--sans); font-size: 8.5px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--ink); }
.map-key span { display: flex; align-items: center; gap: 7px; }
.map-key i { width: 11px; height: 11px; border: 2px solid #fff; border-radius: 50%; box-shadow: 0 0 0 1px rgba(7,27,50,.25); }
@media (max-width: 620px) { .map-key { left: 8px; bottom: 8px; padding: 8px 10px; font-size: 9.5px; } }

/* ===== Visual QA final pass (2026-07-19): interior pages storm/method/briefs/broward/brand ===== */
@media (max-width: 620px) {
  /* Storm: keep the surface-report action inside the viewport (was overflowing to ~430px) */
  .storm-window .surface-publish, .storm-map-key + .surface-publish, .surface-publish { max-width: 100%; flex-wrap: wrap; }
  .surface-report { max-width: 100%; overflow-wrap: anywhere; }
  /* Micro-label legibility floor, consistent with home/graphics/neighborhoods/meetings */
  .storm-map-key span, .window-watch__copy em, .window-watch__copy i,
  .method-note, .method-source, .brand-kit-swatch span, .brand-token,
  .surface-report, .popup-record-clock { font-size: 10px !important; }
}

/* ===== Live Signals Map (SignalV1) — controls, legend, Signal Card ===== */
.signal-controls { margin: 0 0 16px; padding: 14px; border: 1px solid var(--line); background: #fff; }
.signal-controls__row { display: flex; flex-wrap: wrap; gap: 10px 14px; align-items: center; margin-bottom: 10px; }
.signal-controls__sources { gap: 8px 16px; }
.signal-toggle { display: inline-flex; align-items: center; gap: 7px; font-size: 11.5px; color: var(--ink-2); cursor: pointer; min-height: 32px; }
.signal-toggle input { width: 15px; height: 15px; accent-color: var(--blue-bright); }
.signal-field { display: flex; flex-direction: column; gap: 3px; font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.signal-field select { min-height: 34px; padding: 5px 8px; border: 1px solid var(--line); background: #fff; font-size: 12px; color: var(--ink); }
.signal-legend { display: flex; flex-wrap: wrap; gap: 6px 14px; margin: 4px 0 0; padding: 10px 0 0; border-top: 1px solid var(--line); list-style: none; }
.signal-legend li { display: flex; align-items: center; gap: 6px; font-size: 10.5px; color: var(--ink-2); }
.signal-legend i { width: 11px; height: 11px; border: 2px solid #fff; border-radius: 50%; box-shadow: 0 0 0 1px rgba(7,27,50,.25); }
.signal-loading, .signal-empty, .signal-error { margin: 6px 0 0; font-size: 11.5px; color: var(--muted); }
.signal-error { color: #a52828; }
.signal-note { margin: 0 0 10px; font-size: 10.5px; line-height: 1.45; color: var(--muted); }

/* Source families — grouped by what the reader is looking for, not by publishing agency. */
.signal-controls__sources { display: grid; grid-template-columns: repeat(auto-fit, minmax(196px, 1fr)); gap: 12px 20px; align-items: start; }
.signal-family { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.signal-family__label { margin: 0 0 4px; font-family: "Montserrat", var(--sans); font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; color: var(--ink); }
.signal-family--planned { opacity: .78; }
.signal-family__tag { display: inline-block; margin-left: 6px; padding: 2px 6px; background: var(--paper-2, #f1f3f7); font-size: 8px; font-weight: 700; letter-spacing: .1em; color: var(--muted); }
.signal-family__note { margin: 0; font-size: 10.5px; line-height: 1.45; color: var(--muted); }
.signal-family .signal-toggle { min-height: 30px; }

/* Search */
.signal-search { display: flex; flex-wrap: wrap; gap: 8px; align-items: flex-end; margin: 0 0 10px; }
.signal-field--grow { flex: 1 1 220px; min-width: 0; }
.signal-search input[type="search"] { width: 100%; min-height: 36px; padding: 6px 10px; border: 1px solid var(--line); background: #fff; font-size: 13px; color: var(--ink); -webkit-appearance: none; appearance: none; }
.signal-search input[type="search"]:focus { outline: 2px solid var(--blue-bright); outline-offset: -2px; }
.signal-search button { min-height: 36px; padding: 0 16px; border: 1px solid var(--navy, #082a54); background: var(--navy, #082a54); font-family: "Montserrat", var(--sans); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: #fff; cursor: pointer; }
.signal-search button:hover { background: var(--blue-bright); border-color: var(--blue-bright); }
.signal-results { margin: 0 0 12px; max-height: 264px; overflow-y: auto; border: 1px solid var(--line); }
.signal-results__head { margin: 0; padding: 7px 10px; border-bottom: 1px solid var(--line); background: var(--paper-2, #f1f3f7); font-size: 9.5px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.signal-result { display: block; width: 100%; padding: 9px 10px; border: 0; border-bottom: 1px solid var(--line); background: #fff; text-align: left; cursor: pointer; }
.signal-result:last-child { border-bottom: 0; }
.signal-result:hover { background: var(--paper-2, #f1f3f7); }
.signal-result__layer { display: block; font-family: "Montserrat", var(--sans); font-size: 8px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.signal-result__title { display: block; margin: 2px 0; font-size: 12.5px; line-height: 1.35; color: var(--ink); }
.signal-result__meta { display: block; font-size: 10px; color: var(--muted); }
.signal-results .signal-empty { padding: 10px; }

.signal-popup .leaflet-popup-content { margin: 14px 16px; }
.signal-card__layer { margin: 0 0 4px; font-family: "Montserrat", var(--sans); font-size: 8.5px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.signal-card__headline { margin: 0 0 8px; font-family: "Montserrat", var(--sans); font-size: 15px; font-weight: 700; line-height: 1.25; letter-spacing: -.01em; color: var(--ink); }
.signal-badge { display: inline-block; margin-bottom: 9px; padding: 3px 9px; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.signal-badge--verified { background: var(--mint); color: #0d47c4; }
.signal-badge--preliminary { background: #fdf3d7; color: #8a6d1a; }
.signal-card__why, .signal-card__watch { margin: 0 0 8px; font-size: 12px; line-height: 1.45; color: var(--ink-2); }
.signal-card__changed { margin: 0 0 8px; font-size: 11.5px; color: var(--ink-2); }
.signal-card__facts { display: grid; grid-template-columns: auto 1fr; gap: 2px 12px; margin: 0 0 9px; font-size: 11px; }
.signal-card__facts dt { color: var(--muted); font-weight: 700; }
.signal-card__facts dd { margin: 0; color: var(--ink); }
.signal-card__caveat { margin: 0 0 8px; padding: 7px 9px; border-left: 3px solid var(--sun); background: #fffaf0; font-size: 10.5px; line-height: 1.4; color: #6b5518; }
.signal-card__source { margin: 0 0 9px; font-size: 9.5px; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }
.signal-card__actions { display: flex; flex-wrap: wrap; gap: 8px; }
.signal-card__actions a, .signal-card__actions button { min-height: 32px; display: inline-flex; align-items: center; padding: 0 11px; border: 1px solid var(--line); background: #fff; font-size: 10.5px; font-weight: 700; color: var(--ink); text-decoration: none; cursor: pointer; }
.signal-card__actions a:hover, .signal-card__actions button:hover { border-color: var(--blue-bright); color: var(--blue-bright); }
.marker-cluster-small, .marker-cluster-medium, .marker-cluster-large { background: rgba(23,103,255,.22); }
.marker-cluster-small div, .marker-cluster-medium div, .marker-cluster-large div { background: rgba(8,42,84,.92); color: #fff; font-family: "Montserrat", var(--sans); font-weight: 700; }

@media (max-width: 620px) {
  .signal-controls { padding: 12px; }
  .signal-controls__row { gap: 8px 10px; }
  .signal-field, .signal-field select { width: 100%; }
  .signal-controls__sources { grid-template-columns: 1fr; gap: 10px; }
  .signal-search { gap: 6px; }
  .signal-search button { width: 100%; }
  .signal-results { max-height: 216px; }
  .signal-toggle { font-size: 11px; }
  .signal-popup .leaflet-popup-content { margin: 12px 13px; }
  .signal-card__headline { font-size: 14px; }
  .signal-card__facts { grid-template-columns: 1fr; gap: 1px; }
  .signal-card__facts dt { margin-top: 5px; }
}

/* ===== Map reset control (all maps) + social rail sizing ===== */
.map-reset-control { position: absolute; z-index: 700; left: 12px; top: 92px; min-height: 34px; display: inline-flex; align-items: center; gap: 6px; padding: 0 12px; border: 1px solid rgba(7,27,50,.18); background: rgba(255,255,255,.95); color: var(--ink); font: 700 10px/1 "Montserrat", var(--sans); letter-spacing: .08em; text-transform: uppercase; cursor: pointer; box-shadow: 0 10px 26px rgba(7,27,50,.16); backdrop-filter: blur(8px); }
.map-reset-control:hover { border-color: var(--blue-bright); color: var(--blue-bright); }
.map-reset-control span { font-size: 13px; }

/* Social/publish rail: bigger touch targets, wraps instead of running off the map */
.map-publish-tools--map { max-width: min(320px, calc(100% - 28px)); flex-wrap: wrap; gap: 6px; padding: 7px; }
.map-publish-tools a, .map-publish-tools button { min-height: 38px; font-size: 9px; padding: 0 12px; }
.map-publish-tools .publish-social { width: 38px; min-width: 38px !important; height: 38px; min-height: 38px !important; padding: 0 !important; font-size: 13px !important; }
.publish-social { width: 34px; min-width: 34px !important; height: 34px; min-height: 34px !important; font-size: 12px !important; }
.publish-social--facebook { font-size: 15px !important; }
.surface-publish { gap: 8px; }

@media (max-width: 620px) {
  .map-reset-control { left: 8px; top: 84px; min-height: 32px; padding: 0 10px; font-size: 9px; }
  .map-publish-tools--map { max-width: calc(100% - 20px); right: 10px; top: 10px; }
  .map-publish-tools .publish-social, .publish-social { width: 34px; min-width: 34px !important; height: 34px; min-height: 34px !important; }
}


@media (max-width: 620px) {
}

/* Map share rail: keep it horizontal and inside the map (was stacking 274px tall and clipping
   off the top because its positioning context starts above the map element). */
.map-publish-tools--map { flex-direction: row !important; flex-wrap: wrap; align-items: center;
  top: auto !important; bottom: 16px; right: 14px; max-width: min(360px, calc(100% - 28px)); }
@media (max-width: 620px) { .map-publish-tools--map { bottom: 12px; right: 10px; max-width: calc(100% - 20px); } }

/* Share rail lives inside the Leaflet container now: horizontal, bottom-left, clear of the legend. */
.leaflet-container > .map-publish-tools--map { position: absolute; z-index: 700;
  flex-direction: row !important; flex-wrap: nowrap; align-items: center; gap: 7px;
  left: 12px; right: auto !important; top: auto !important; bottom: 14px;
  width: max-content; max-width: calc(100% - 24px); padding: 8px 10px;
  border: 1px solid rgba(8,42,84,.14); background: rgba(255,255,255,.96);
  box-shadow: 0 14px 34px rgba(8,42,84,.18); }
.leaflet-container > .map-publish-tools--map .publish-social { width: 36px; min-width: 36px !important; height: 36px; min-height: 36px !important; }
@media (max-width: 620px) {
  .leaflet-container > .map-publish-tools--map { left: 8px; bottom: 10px; gap: 5px; padding: 6px 7px; }
  .leaflet-container > .map-publish-tools--map .publish-social { width: 32px; min-width: 32px !important; height: 32px; min-height: 32px !important; }
  .leaflet-container > .map-publish-tools--map a:not(.publish-social), .leaflet-container > .map-publish-tools--map button:not(.publish-social) { display: none; }
}

/* FINAL: map share rail — force a single horizontal row anchored inside the map's bottom-right.
   (Its containing block is .full-map-canvas; earlier selectors missed and it stacked 41px wide,
   straddling the map edge.) */
.full-map-canvas .map-publish-tools--map,
.map-publish-tools.map-publish-tools--map {
  position: absolute !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  width: max-content !important;
  max-width: calc(100% - 40px) !important;
  left: auto !important; right: 22px !important;
  top: auto !important; bottom: 18px !important;
  gap: 7px !important; padding: 8px 11px !important;
  border: 1px solid rgba(8,42,84,.14) !important;
  background: rgba(255,255,255,.96) !important;
  box-shadow: 0 14px 34px rgba(8,42,84,.18) !important;
}
.map-publish-tools.map-publish-tools--map .publish-social { width: 36px !important; min-width: 36px !important; height: 36px !important; min-height: 36px !important; }
@media (max-width: 620px) {
  .map-publish-tools.map-publish-tools--map { right: 10px !important; bottom: 12px !important; gap: 5px !important; padding: 6px 8px !important; }
  .map-publish-tools.map-publish-tools--map .publish-social { width: 32px !important; min-width: 32px !important; height: 32px !important; min-height: 32px !important; }
  .map-publish-tools.map-publish-tools--map a:not(.publish-social), .map-publish-tools.map-publish-tools--map button:not(.publish-social) { display: none !important; }
}

/* ===== Lockup parity: tagline justifies to the exact width of the wordmark, header AND map ===== */
.brand__words{ display: inline-block; width: max-content; }
.brand__name { display: block; white-space: nowrap; }
.brand__tag {
  display: block; width: 100%;
  text-align: justify; text-align-last: justify; -moz-text-align-last: justify;
  letter-spacing: .04em; white-space: normal;
}
.brand__tag::before, .brand__tag::after { content: none; }   /* rules were breaking the justify */
/* Map emblem larger so the mark holds its own against the wordmark */

/* Tagline: even letter tracking that spans the full wordmark width (justify was gapping the two
   words to the edges). Tracking measured against the rendered wordmark: header 197.1/24 chars,
   map 187.3/24 chars. Trailing space compensated so the optical block stays centred. */
.brand__tag {
  text-align: center; text-align-last: center; -moz-text-align-last: center;
  white-space: nowrap; box-sizing: border-box;
}
.brand__tag { letter-spacing: 3.6px; text-indent: 3.6px; }        /* fills 197px wordmark */
@media (max-width: 620px) {
  .brand__tag { letter-spacing: 2.6px; text-indent: 2.6px; }
}

/* Lockup: JS measures and sets exact tracking; CSS only guarantees fit + a larger wordmark. */
.brand__name { font-size: 22px; }
.brand__words { max-width: none; }
.site-header__inner .brand { flex: 0 0 auto; }
@media (max-width: 620px) { .brand__name { font-size: 17px; } }

/* Map lockup: bare emblem — no circle, ring, gradient plate or shadow (matches the site header). */
.signal-readout { margin: 0; font-size: 12px; color: var(--ink-2); line-height: 1.5; }
.signal-readout strong { font-family: "Montserrat", var(--sans); font-size: 15px; color: var(--ink); }
.signal-readout b { color: var(--blue-bright); }
.signal-readout small { display: block; margin-top: 2px; font-size: 10px; color: var(--muted); }
.signal-readout__cap { color: #8a6d1a; }
.signal-controls[data-loading] { opacity: .72; }


/* ===== Map overlays must never cover an open Signal card (2026-07-19) =====
   The brand badge and key are children of the map container, so without an explicit rule they
   paint over Leaflet's popup pane. Popups win; overlays dim and drop behind while one is open. */
.leaflet-popup-pane { z-index: 900; }
.map:has(.leaflet-popup) .map-signal-control,
.map:has(.leaflet-popup) .map-key,
.leaflet-container:has(.leaflet-popup) .map-signal-control,
.leaflet-container:has(.leaflet-popup) .map-key,
.leaflet-container.has-open-popup .map-signal-control,
.leaflet-container.has-open-popup .map-key {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.map-signal-control, .map-key { transition: opacity .16s ease, visibility .16s ease; }

/* Give a long Signal card its own scroll instead of letting it run past the map. */
.signal-popup .leaflet-popup-content { max-height: min(60vh, 420px); overflow-y: auto; overscroll-behavior: contain; }
@media (max-width: 620px) {
  .signal-popup .leaflet-popup-content { max-height: 52vh; }
  /* On a phone the badge and the card cannot share the top of the map. */
}


/* ===== MAP BRAND — single source of truth (2026-07-19) =====
   Every map on the site renders the SAME lockup file as the header and footer.
   This is the ONLY place .map-signal-control is styled. Earlier there were five scattered
   rules plus ~29 declarations for a `__mark` / `__words` structure that no longer exists in
   the DOM; twice today a stale one outranked the live rule and broke the badge. Do not add a
   competing rule elsewhere — edit this block.
   Applies to: home-map, signal-spotlight-map, mobile-field-map, full-map, data-room-map,
   meeting-spotlight-map, agenda-recon-map, storm-spotlight-map. */
.map-signal-control {
  position: absolute; z-index: 650; top: 18px; left: 50%; transform: translateX(-50%);
  display: flex; align-items: center; margin: 0 !important; padding: 9px 20px; gap: 0;
  border: 1px solid rgba(8,42,84,.14); border-radius: 4px; background: rgba(255,255,255,.97);
  box-shadow: 0 18px 44px rgba(8,42,84,.20); backdrop-filter: blur(14px); text-decoration: none;
}
.map-signal-control:hover { border-color: var(--blue-bright); }
.map-signal-control img.map-signal-control__lockup { width: clamp(176px, 23vw, 262px); height: auto; aspect-ratio: 1800 / 248; display: block; position: static !important; object-fit: contain; filter: none; }
@media (max-width: 620px) {
  .map-signal-control { top: 10px; padding: 7px 14px; }
  .map-signal-control img.map-signal-control__lockup { width: 148px; }
}

/* ===== Map share rail: glyph buttons were smaller than the lettermarks (2026-07-19) =====
   X / in / f carried explicit sizing; the share, embed and report glyphs inherited a much
   smaller body size, so the rail looked unbalanced. Size them together. */
.map-publish-tools .publish-social,
.map-publish-tools button,
.map-publish-tools a:not(.publish-social),
.map-publish-tools.map-publish-tools--map .publish-social,
.map-publish-tools.map-publish-tools--map button,
.leaflet-container > .map-publish-tools--map .publish-social {
  width: 40px !important; min-width: 40px !important; height: 40px !important; min-height: 40px !important;
  display: inline-flex; align-items: center; justify-content: center;
  padding: 0 !important; border-radius: 50%;
  font-size: 17px !important; line-height: 1; font-weight: 700;
}
.map-publish-tools .publish-social--facebook { font-size: 19px !important; }
.map-publish-tools .publish-social--x { font-size: 15px !important; }
.map-publish-tools .publish-social--linkedin { font-size: 14px !important; }
.map-publish-tools .surface-report { font-size: 21px !important; }
.map-publish-tools [data-surface-embed] { font-size: 13px !important; letter-spacing: -.02em; }
@media (max-width: 620px) {
  .map-publish-tools .publish-social,
  .map-publish-tools button,
  .map-publish-tools a:not(.publish-social),
  .map-publish-tools.map-publish-tools--map .publish-social,
  .map-publish-tools.map-publish-tools--map button {
    width: 37px !important; min-width: 37px !important; height: 37px !important; min-height: 37px !important;
    font-size: 15px !important;
  }
  .map-publish-tools .surface-report { font-size: 19px !important; }
}
