:root {
  --midnight: #061324;
  --midnight-2: #091b31;
  --ink: #0b1d30;
  --paper: #f5f1e8;
  --paper-dim: #d8d4cb;
  --blue: #29bfff;
  --blue-soft: #7bdcff;
  --line-dark: rgba(245, 241, 232, .18);
  --line-light: rgba(11, 29, 48, .18);
  --mono: "DM Mono", monospace;
  --sans: "Manrope", sans-serif;
  --serif: "Newsreader", serif;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--paper);
  background: var(--midnight);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
}
a { color: inherit; }
svg { width: 1.2em; height: 1.2em; }
button, input, select { font: inherit; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }
.skip-link {
  position: fixed;
  z-index: 99;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: var(--ink);
  background: var(--paper);
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.site-header {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 102px;
  padding: 20px clamp(22px, 4vw, 70px);
  border-bottom: 1px solid var(--line-dark);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: max-content;
  color: var(--paper);
  text-decoration: none;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: .12em;
}
.brand-mark { position: relative; width: 31px; height: 31px; }
.brand-mark i {
  position: absolute;
  inset: 8px 0;
  border: 1px solid var(--blue);
  border-radius: 50%;
  transform: rotate(34deg);
}
.brand-mark i:nth-child(2) { transform: rotate(-34deg); }
.brand-mark i:nth-child(3) { inset: 3px 10px; transform: none; }
.site-header nav { display: flex; gap: clamp(12px, 1.6vw, 28px); max-width: min(68vw, 850px); overflow-x: auto; }
.site-header nav a {
  position: relative;
  padding: 10px 0;
  color: var(--paper-dim);
  text-decoration: none;
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: .08em;
}
.site-header nav a::after {
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 1px;
  background: var(--blue);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .25s ease;
}
.site-header nav a:hover::after,
.site-header nav a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.source-link {
  justify-self: end;
  color: var(--paper-dim);
  text-decoration: none;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.source-link strong { color: var(--paper); }

.hero {
  position: relative;
  min-height: 760px;
  padding: clamp(75px, 10vw, 150px) clamp(22px, 7vw, 120px) 90px;
  overflow: hidden;
  background-color: #061324;
  background-image: url("./atlas-texture.png");
  background-size: cover;
  background-position: center;
}
.hero::before, .channel-hero::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background: rgba(6, 19, 36, .18);
}
.hero-kicker {
  display: flex;
  gap: 30px;
  margin-bottom: 35px;
  color: var(--blue-soft);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.hero h1, .channel-hero h1 {
  position: relative;
  z-index: 1;
  max-width: 920px;
  margin: 0;
  font-family: var(--sans);
  font-size: clamp(60px, 9vw, 136px);
  font-weight: 500;
  line-height: .83;
  letter-spacing: -.075em;
}
.hero h1 em {
  color: var(--blue);
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -.03em;
}
.hero-copy {
  max-width: 520px;
  margin: 50px 0 0 12%;
  color: #d2dce8;
  font-size: clamp(17px, 1.5vw, 21px);
}
.hero-jump {
  display: inline-flex;
  align-items: center;
  gap: 40px;
  min-height: 52px;
  margin: 50px 0 0 12%;
  padding: 0 5px 0 0;
  border-bottom: 1px solid var(--blue);
  color: var(--paper);
  text-decoration: none;
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.hero-jump svg, .listing-link svg, .empty-state a svg { transition: transform .2s ease; }
.hero-jump:hover svg, .listing-link:hover svg, .empty-state a:hover svg { transform: translateX(6px); }
.orbit {
  position: absolute;
  top: 175px;
  right: clamp(35px, 9vw, 150px);
  width: clamp(230px, 27vw, 410px);
  aspect-ratio: 1;
  border: 1px solid rgba(41, 191, 255, .35);
  border-radius: 50%;
  animation: revealOrbit 1s .3s both;
}
.orbit::before, .orbit::after {
  position: absolute;
  inset: 13%;
  border: 1px solid rgba(245,241,232,.2);
  border-radius: 50%;
  content: "";
}
.orbit::after { inset: 32%; border-color: var(--blue); }
.orbit i {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 18px var(--blue);
}
.orbit i:nth-child(1) { top: 9%; left: 29%; }
.orbit i:nth-child(2) { right: 4%; bottom: 35%; }
.orbit i:nth-child(3) { bottom: 4%; left: 39%; }
.orbit b {
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: var(--serif);
  font-size: clamp(54px, 8vw, 110px);
  font-weight: 400;
  transform: translate(-50%, -55%);
}
.orbit span {
  position: absolute;
  bottom: 20%;
  left: 50%;
  font-family: var(--mono);
  font-size: 9px;
  line-height: 1.3;
  letter-spacing: .12em;
  text-align: center;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.index-section, .directory-section, .method {
  padding: clamp(70px, 9vw, 140px) clamp(22px, 7vw, 120px);
}
.index-section { color: var(--ink); background: var(--paper); }
.section-heading {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 30px;
  align-items: end;
  margin-bottom: 60px;
}
.eyebrow {
  margin: 0 0 14px;
  color: var(--blue);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.section-heading h2, .directory-heading h2, .method > h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(44px, 5vw, 74px);
  font-weight: 400;
  line-height: .95;
  letter-spacing: -.04em;
}
.section-heading > p:last-child { max-width: 330px; margin: 0; color: #536171; }
.channel-list { border-top: 1px solid var(--ink); }
.channel-row {
  display: grid;
  grid-template-columns: 70px 1fr 2fr 130px 30px;
  gap: 24px;
  align-items: center;
  min-height: 145px;
  border-bottom: 1px solid var(--line-light);
  color: var(--ink);
  text-decoration: none;
  transition: padding .25s ease, background .25s ease;
}
.channel-row:hover { padding: 0 18px; background: #e8f6fb; }
.channel-index { font-family: var(--mono); font-size: 11px; color: #647181; }
.channel-name { font-family: var(--serif); font-size: clamp(31px, 3vw, 49px); }
.channel-description { max-width: 440px; color: #536171; }
.channel-row strong { font-family: var(--mono); font-size: 32px; font-weight: 400; }
.channel-row strong small { display: block; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }

.directory-section { color: var(--paper); background: var(--midnight-2); }
.directory-heading {
  display: flex;
  gap: 40px;
  align-items: end;
  justify-content: space-between;
  padding-bottom: 35px;
  border-bottom: 1px solid var(--line-dark);
}
.search-box {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: min(100%, 410px);
  min-height: 54px;
  padding: 0 15px;
  border: 1px solid var(--line-dark);
  background: rgba(255,255,255,.03);
}
.search-box:focus-within { border-color: var(--blue); }
.search-box input {
  width: 100%;
  border: 0;
  outline: 0;
  color: var(--paper);
  background: transparent;
}
.search-box input::placeholder { color: #99a7b6; }
.result-count { margin: 24px 0 8px; color: #99a7b6; font-family: var(--mono); font-size: 11px; text-transform: uppercase; }
.listing { display: grid; grid-template-columns: 70px minmax(0, 1fr) auto; gap: 28px; align-items: stretch; border-bottom: 1px solid var(--line-dark); }
.listing-number { padding-top: 35px; color: var(--blue); font-family: var(--mono); font-size: 11px; }
.listing-main { padding: 31px 0; }
.listing-meta { display: flex; gap: 15px; color: #94a4b6; font-family: var(--mono); font-size: 10px; letter-spacing: .07em; text-transform: uppercase; }
.listing-meta span + span::before { margin-right: 15px; color: var(--blue); content: "/"; }
.listing h3 { margin: 8px 0 5px; font-family: var(--serif); font-size: clamp(28px, 3vw, 45px); font-weight: 400; line-height: 1; }
.listing p { max-width: 680px; margin: 0; color: #c5d0db; }
.listing-foot { display: flex; gap: 22px; align-items: center; margin-top: 20px; }
.listing-foot time { color: #8190a1; font-family: var(--mono); font-size: 9px; text-transform: uppercase; }
.trust-row { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 18px; }
.trust-row > * { padding: 4px 7px; border: 1px solid rgba(245,241,232,.2); color: #b7c9d8; font-family: var(--mono); font-size: 8px; letter-spacing: .05em; text-transform: uppercase; }
.owner-links { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 16px; }
.owner-links a { color: #9ddfff; font-family: var(--mono); font-size: 9px; text-underline-offset: 4px; }
.lens-tags { display: flex; gap: 6px; }
.lens-tags span { padding: 3px 7px; border: 1px solid rgba(41,191,255,.35); color: var(--blue-soft); font-family: var(--mono); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.listing-link {
  display: flex;
  gap: 22px;
  align-items: center;
  align-self: stretch;
  padding: 20px 0 20px 35px;
  border-left: 1px solid var(--line-dark);
  color: var(--paper);
  text-decoration: none;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.empty-state {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: clamp(25px, 4vw, 70px);
  align-items: center;
  min-height: 250px;
  border-bottom: 1px solid var(--line-dark);
}
.empty-glyph { color: var(--blue); font-family: var(--mono); font-size: clamp(56px, 8vw, 110px); font-weight: 500; letter-spacing: -.1em; }
.empty-state h3 { margin: 0 0 8px; font-family: var(--serif); font-size: 30px; font-weight: 400; }
.empty-state p { max-width: 600px; margin: 0; color: #9eacbb; }
.empty-state a { display: inline-flex; gap: 15px; align-items: center; padding-bottom: 8px; border-bottom: 1px solid var(--blue); text-decoration: none; font-family: var(--mono); font-size: 10px; text-transform: uppercase; }
.no-results { padding: 80px 0; text-align: center; }

.method { color: var(--ink); background: #dce9ed; }
.method > h2 { max-width: 600px; }
.method ol { max-width: 900px; margin: 70px 0 0 auto; padding: 0; border-top: 1px solid var(--ink); list-style: none; }
.method li { display: grid; grid-template-columns: 90px 1fr; gap: 25px; padding: 30px 0; border-bottom: 1px solid var(--line-light); }
.method li > span { font-family: var(--mono); font-size: 11px; color: #617282; }
.method h3 { margin: 0 0 6px; font-family: var(--serif); font-size: 28px; font-weight: 400; }
.method li p { max-width: 600px; margin: 0; color: #526270; }

.channel-hero {
  position: relative;
  min-height: 610px;
  padding: clamp(85px, 10vw, 150px) clamp(22px, 7vw, 120px) 85px;
  overflow: hidden;
  background: var(--midnight) url("./atlas-texture.png") center/cover;
}
.channel-hero::after {
  position: absolute;
  inset: 0;
  background: rgba(6,19,36,.88);
  content: "";
}
.channel-hero > * { position: relative; z-index: 2; }
.channel-sequence { position: absolute; top: 40px; right: 7vw; color: var(--channel-accent); font-family: var(--mono); font-size: 12px; }
.channel-hero .eyebrow { color: var(--channel-accent); }
.channel-hero h1 { max-width: 1000px; font-size: clamp(60px, 8.5vw, 125px); }
.channel-hero > p:not(.eyebrow) { max-width: 520px; margin: 35px 0 0 18%; color: #c8d5e1; font-size: 19px; }
.channel-count { position: absolute; right: 7vw; bottom: 75px; display: flex; gap: 14px; align-items: end; }
.channel-count strong { color: var(--channel-accent); font-family: var(--serif); font-size: 80px; font-weight: 400; line-height: .8; }
.channel-count span { font-family: var(--mono); font-size: 9px; letter-spacing: .1em; line-height: 1.3; text-transform: uppercase; }
.criteria {
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
  padding: 30px clamp(22px, 7vw, 120px);
  color: var(--ink);
  background: var(--paper);
}
.criteria > span { display: grid; width: 55px; height: 55px; place-items: center; border: 1px solid var(--ink); }
.criteria svg { width: 25px; height: 25px; }
.criteria p { margin: 0; }
.criteria p strong { display: block; margin-bottom: 5px; font-family: var(--mono); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.criteria small { max-width: 200px; color: #627080; font-family: var(--mono); font-size: 9px; text-transform: uppercase; }
.filter-set { display: flex; gap: 10px; align-items: center; width: min(100%, 600px); }
.filter-set .search-box { flex: 1; }
.filter-set select { min-height: 54px; padding: 0 35px 0 14px; border: 1px solid var(--line-dark); color: var(--paper); background: var(--midnight-2); }
.discovery { display: grid; grid-template-columns: minmax(280px, 2fr) repeat(3, minmax(130px, 1fr)) auto; gap: 10px; margin: 28px 0; align-items: end; }
.discovery > * { min-width: 0; }
.discovery > label:not(.search-box) { display: grid; gap: 5px; color: #9eacbb; font: 9px var(--mono); text-transform: uppercase; letter-spacing: .08em; }
.discovery select, .discovery button { width: 100%; min-width: 0; max-width: 100%; min-height: 50px; padding: 0 12px; border: 1px solid var(--line-dark); color: var(--paper); background: #0b213a; }
.discovery fieldset { grid-column: 1 / -2; display: flex; gap: 18px; margin: 0; padding: 12px 14px; border: 1px solid var(--line-dark); }
.discovery fieldset legend { color: #9eacbb; font: 9px var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.discovery fieldset label { font-size: 12px; }
.discovery button { cursor: pointer; font: 10px var(--mono); text-transform: uppercase; }
.aggregate-hero { padding: clamp(80px, 10vw, 150px) clamp(22px, 12vw, 190px); color: var(--ink); background: var(--paper); }
.aggregate-hero h1 { max-width: 1000px; margin: 0; font: 400 clamp(58px, 9vw, 130px)/.9 var(--serif); letter-spacing: -.055em; }
.aggregate-hero > p:last-child { max-width: 700px; margin: 35px 0 0 18%; font-size: 20px; color: #536171; }

footer {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 40px;
  padding: 65px clamp(22px, 7vw, 120px) 35px;
  border-top: 1px solid var(--line-dark);
  color: #9ba9b8;
  background: #040e1b;
}
.brand-footer { color: var(--paper); font-family: var(--serif); font-size: 36px; }
footer p { margin: 10px 0 0; }
footer > div { display: flex; flex-direction: column; align-items: flex-start; }
footer a { margin: 3px 0; color: var(--paper); text-decoration-thickness: 1px; text-underline-offset: 4px; }
.footer-label { margin-bottom: 12px; color: var(--blue); font-family: var(--mono); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
footer small { grid-column: 1 / -1; margin-top: 40px; padding-top: 20px; border-top: 1px solid var(--line-dark); font-family: var(--mono); font-size: 9px; text-transform: uppercase; }

@keyframes revealOrbit { from { opacity: 0; transform: scale(.7) rotate(-15deg); } to { opacity: 1; transform: none; } }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; min-height: 80px; }
  .site-header nav { grid-column: 1 / -1; grid-row: 2; justify-content: flex-start; width: 100%; max-width: 100%; margin-top: 16px; padding-top: 12px; border-top: 1px solid var(--line-dark); scrollbar-width: thin; }
  .source-link { grid-column: 2; grid-row: 1; }
  .hero { min-height: 690px; }
  .orbit { top: 115px; right: -90px; opacity: .7; }
  .hero-copy, .hero-jump { margin-left: 0; }
  .section-heading { grid-template-columns: 1fr; }
  .channel-row { grid-template-columns: 45px 1fr auto 20px; min-height: 120px; }
  .channel-description { grid-column: 2 / 4; grid-row: 2; padding-bottom: 22px; }
  .channel-row strong { font-size: 24px; }
  .listing { grid-template-columns: 40px 1fr; }
  .listing-link { grid-column: 2; padding: 0 0 25px; border-left: 0; }
  .channel-count { position: static; margin-top: 50px; }
  .discovery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .discovery .search-box { grid-column: 1 / -1; width: 100%; }
  .discovery fieldset { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .source-link { font-size: 0; }
  .source-link strong { font-size: 9px; }
  .site-header nav { gap: 20px; }
  .hero { min-height: 640px; padding-top: 90px; }
  .hero h1 { font-size: clamp(52px, 17vw, 82px); }
  .orbit { top: 190px; right: -145px; }
  .hero-copy { position: relative; z-index: 2; margin-top: 180px; font-size: 16px; }
  .hero-jump { margin-top: 30px; }
  .channel-row { grid-template-columns: 35px 1fr auto; gap: 12px; padding: 22px 0; }
  .channel-row svg { display: none; }
  .channel-description { grid-column: 2 / 4; }
  .directory-heading { align-items: stretch; flex-direction: column; }
  .search-box { width: 100%; }
  .listing { grid-template-columns: 28px 1fr; gap: 12px; }
  .listing-meta, .listing-foot { flex-wrap: wrap; }
  .empty-state { grid-template-columns: 1fr; padding: 50px 0; }
  .method ol { margin-top: 45px; }
  .method li { grid-template-columns: 45px 1fr; }
  .channel-hero { min-height: 570px; }
  .channel-hero h1 { font-size: clamp(54px, 16vw, 80px); }
  .channel-hero > p:not(.eyebrow) { margin-left: 0; }
  .criteria { grid-template-columns: 55px 1fr; }
  .criteria small { grid-column: 2; }
  .filter-set { align-items: stretch; flex-direction: column; }
  .discovery { grid-template-columns: 1fr; }
  .discovery fieldset { grid-column: auto; flex-wrap: wrap; }
  .aggregate-hero > p:last-child { margin-left: 0; }
  footer { grid-template-columns: 1fr; }
}

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

/* Map-first discovery */
.map-stage {
  overflow-x: clip;
  padding: clamp(28px, 4vw, 62px) clamp(14px, 3vw, 46px) 22px;
  color: var(--paper);
  background: #030d19;
}
.map-titlebar {
  display: grid;
  grid-template-columns: 1.4fr .6fr;
  gap: 40px;
  align-items: end;
  max-width: 1500px;
  margin: 0 auto 26px;
}
.map-titlebar h1 { margin: 0; font: 400 clamp(54px, 7vw, 112px)/.82 var(--serif); letter-spacing: -.055em; }
.map-titlebar h1 em { color: #39e39a; font-weight: 400; }
.map-titlebar > p { max-width: 420px; margin: 0 0 5px; color: #b9c9d6; font-size: 17px; }
.map-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(190px, 230px) minmax(450px, 1fr) minmax(240px, 310px);
  min-height: min(680px, 68vh);
  max-width: 1500px;
  margin: auto;
  border: 1px solid rgba(174, 211, 225, .18);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .38);
}
.layer-panel, .map-results { min-width: 0; background: rgba(4, 18, 32, .96); }
.layer-panel { padding: 20px 16px; border-right: 1px solid rgba(174, 211, 225, .15); }
.layer-heading, .results-head {
  display: flex; align-items: center; justify-content: space-between; padding-bottom: 15px;
  border-bottom: 1px solid rgba(174, 211, 225, .15); font: 500 9px var(--mono); letter-spacing: .12em;
}
.layer-heading strong, .results-head strong { color: #39e39a; font-weight: 500; }
.layer-toggle {
  display: grid; grid-template-columns: 14px 1fr auto; gap: 10px; align-items: center;
  min-height: 72px; border-bottom: 1px solid rgba(174, 211, 225, .11); cursor: pointer;
}
.layer-toggle input { position: absolute; opacity: 0; }
.layer-toggle > i { width: 10px; height: 10px; border: 1px solid var(--layer); transform: rotate(45deg); }
.layer-toggle input:checked + i { background: var(--layer); box-shadow: 0 0 13px color-mix(in srgb, var(--layer) 70%, transparent); }
.layer-toggle input:focus-visible + i { outline: 2px solid #fff; outline-offset: 4px; }
.layer-toggle span { display: grid; gap: 4px; }
.layer-toggle b { color: #edf5f7; font-size: 13px; font-weight: 600; }
.layer-toggle small { color: #8296a6; font: 8px/1.35 var(--mono); }
.layer-toggle > strong { color: var(--layer); font: 500 11px var(--mono); }
.layer-toggle.is-unconfigured { cursor: not-allowed; opacity: .52; }
.layer-toggle.is-unconfigured > i { border-style: dashed; }
.layer-toggle input:disabled + i { box-shadow: none; background: transparent; }
.layer-note { margin-top: 17px; color: #8296a6; font: 9px/1.6 var(--mono); }
.map-canvas-wrap { position: relative; min-width: 0; overflow: hidden; background: #0a1b27; }
.map-canvas { width: 100%; height: 100%; min-height: 570px; overflow: hidden; contain: layout paint; background: #0a1b27 url("./atlas-texture.png") center/cover; }
.map-canvas::after {
  position: absolute; inset: 0; z-index: 400; pointer-events: none;
  border: 1px solid rgba(72, 228, 164, .1);
  background: rgba(2, 18, 31, .2);
  content: "";
}
.map-fallback { position: absolute; inset: 0; display: grid; place-content: center; text-align: center; background: rgba(4, 19, 31, .55); }
.map-fallback span { color: #39e39a; font: 10px var(--mono); letter-spacing: .18em; }
.map-fallback p { color: #a9bac7; }
.map-attribution {
  position: absolute; z-index: 500; right: 8px; bottom: 7px; padding: 4px 7px;
  color: #a9bac7; background: rgba(3, 13, 25, .88); font: 8px var(--mono);
}
.map-attribution a { color: #d6e7ee; }
.map-results { overflow-y: auto; border-left: 1px solid rgba(174, 211, 225, .15); }
.results-head { position: sticky; top: 0; z-index: 3; padding: 20px 17px 15px; background: #041220; }
.map-result {
  display: grid; grid-template-columns: 18px 1fr; gap: 10px; width: 100%; padding: 17px;
  border: 0; border-bottom: 1px solid rgba(174, 211, 225, .11); color: #e9f2f5; text-align: left; background: transparent; cursor: pointer;
}
.map-result:hover, .map-result.is-active { background: rgba(57, 227, 154, .08); }
.map-result:focus-visible { outline: 2px solid #39e39a; outline-offset: -3px; }
.map-result-pin { width: 9px; height: 9px; margin-top: 4px; border: 2px solid #07151f; border-radius: 50%; background: #39e39a; box-shadow: 0 0 9px #39e39a; }
.map-result-pin.is-verified { outline: 2px solid #fff; outline-offset: 2px; }
.map-result-pin.layer-news { border-radius: 2px; background: #55a9ff; box-shadow: 0 0 9px #55a9ff; transform: rotate(45deg); }
.map-result-pin.layer-weather { border-radius: 50% 50% 50% 0; background: #ffc45c; box-shadow: 0 0 9px #ffc45c; transform: rotate(-45deg); }
.map-result-pin.layer-sports { border-radius: 1px; background: #ff6e61; box-shadow: 0 0 9px #ff6e61; }
.map-result-pin.layer-events { border-radius: 50% 50% 0 50%; background: #a883ff; box-shadow: 0 0 9px #a883ff; }
.map-result span:last-child { display: grid; gap: 4px; }
.map-result b { font: 500 13px var(--sans); }
.map-result small { color: #8fa2b2; font: 8px/1.35 var(--mono); text-transform: uppercase; }
.map-empty, .map-detail { padding: 24px 17px; }
.map-empty b, .map-detail h2 { color: #fff; font-family: var(--serif); font-size: 25px; font-weight: 400; }
.map-empty p, .map-detail p { color: #93a7b6; line-height: 1.5; }
.map-detail { border-top: 1px solid rgba(57, 227, 154, .4); background: #071c2c; }
.map-detail h2 { margin: 8px 0; }
.detail-eyebrow { color: #39e39a; font: 9px var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.detail-facts { display: grid; gap: 6px; margin: 18px 0; color: #aec1cf; font: 8px var(--mono); text-transform: uppercase; }
.map-detail a { color: #7ff4bf; font: 9px var(--mono); text-underline-offset: 4px; }
.weather-box { margin-top: 18px; padding-top: 16px; border-top: 1px solid rgba(174, 211, 225, .15); }
.weather-box button {
  padding: 9px 10px; border: 1px solid #ffc45c; color: #ffc45c; background: transparent;
  cursor: pointer; font: 8px var(--mono); letter-spacing: .06em; text-transform: uppercase;
}
.weather-box button:disabled { cursor: wait; opacity: .65; }
.weather-box .weather-report, .weather-box .weather-error { margin: 0; color: #d6e2e7; font: 9px/1.55 var(--mono); }
.map-key { display: flex; flex-wrap: wrap; gap: 22px; max-width: 1500px; margin: 16px auto 0; color: #93a7b6; font: 8px var(--mono); text-transform: uppercase; }
.map-key span { display: flex; gap: 7px; align-items: center; }
.map-key i { width: 7px; height: 7px; border-radius: 50%; background: var(--key); }
.map-key i.halo { outline: 1px solid #fff; outline-offset: 2px; background: transparent; }
.infinite-marker-wrap { background: transparent; }
.infinite-marker {
  display: grid; width: 30px; height: 30px; place-items: center; border: 6px solid rgba(57, 227, 154, .22);
  border-radius: 50%; color: #03130d; background: #39e39a; background-clip: padding-box;
  box-shadow: 0 0 18px rgba(57, 227, 154, .7); font: 600 9px var(--mono);
}
.infinite-marker.is-verified { outline: 2px solid #fff; outline-offset: 3px; }
.infinite-marker.layer-news { border-color: rgba(85,169,255,.24); border-radius: 3px; background: #55a9ff; box-shadow: 0 0 18px rgba(85,169,255,.72); transform: rotate(45deg); }
.infinite-marker.layer-news:not(:empty) { transform: rotate(45deg); }
.infinite-marker.layer-news:not(:empty)::first-letter { transform: rotate(-45deg); }
.infinite-marker.layer-weather { border-color: rgba(255,196,92,.24); border-radius: 50% 50% 50% 8%; background: #ffc45c; box-shadow: 0 0 18px rgba(255,196,92,.7); }
.infinite-marker.layer-sports { border-color: rgba(255,110,97,.24); border-radius: 4px; background: #ff6e61; box-shadow: 0 0 18px rgba(255,110,97,.7); }
.infinite-marker.layer-events { border-color: rgba(168,131,255,.24); border-radius: 50% 50% 8% 50%; background: #a883ff; box-shadow: 0 0 18px rgba(168,131,255,.7); }
.leaflet-container { font-family: var(--sans); }
.leaflet-tile-pane {
  filter: grayscale(.74) sepia(.3) hue-rotate(150deg) saturate(1.45) brightness(.48) contrast(1.48);
}
.leaflet-control-zoom a { color: #e7f4f0 !important; background: #061a29 !important; border-color: #294454 !important; }
.view-switch { display: none; }
.noscript-map { max-width: 1500px; margin: 12px auto 0; color: #ffc45c; }

@media (max-width: 1000px) {
  .map-shell { grid-template-columns: 190px minmax(400px, 1fr); }
  .map-results { display: none; position: absolute; z-index: 600; top: 0; right: 0; bottom: 0; width: min(330px, 85vw); }
  .map-results.is-mobile-open { display: block; }
  .map-canvas-wrap { position: relative; }
  .view-switch {
    display: block; position: absolute; z-index: 650; right: 12px; top: 12px; padding: 10px 13px;
    border: 1px solid #39e39a; color: #04130e; background: #39e39a; font: 500 9px var(--mono); text-transform: uppercase;
  }
}
@media (max-width: 650px) {
  html, body { max-width: 100%; overflow-x: hidden; }
  .site-header nav { flex-wrap: wrap; overflow: hidden; }
  .map-stage { padding: 26px 0 12px; }
  .map-titlebar { grid-template-columns: 1fr; gap: 14px; padding: 0 18px; }
  .map-titlebar h1 { font-size: clamp(56px, 18vw, 82px); }
  .map-titlebar > p { font-size: 14px; }
  .map-shell { display: block; min-height: 590px; border-right: 0; border-left: 0; }
  .map-results { width: 100%; max-height: min(64vh, 520px); background: #041220; }
  .layer-panel {
    display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px;
    overflow: hidden; contain: inline-size; padding: 10px 14px; border: 0;
  }
  .layer-heading, .layer-note { display: none; }
  .layer-toggle {
    grid-template-columns: 12px minmax(0, 1fr) auto; gap: 7px;
    min-width: 0; min-height: 48px; padding: 5px 9px;
    border: 1px solid rgba(174, 211, 225, .22);
  }
  .layer-toggle span { min-width: 0; gap: 1px; }
  .layer-toggle b { overflow: hidden; font: 9px var(--mono); text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
  .layer-toggle small {
    display: block; overflow: hidden; color: #9fb0bd; font-size: 7px;
    line-height: 1.25; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap;
  }
  .layer-toggle > strong { display: block; align-self: start; color: var(--layer); font-size: 9px; }
  .layer-toggle.is-unconfigured { opacity: .72; }
  .map-canvas { min-height: 540px; }
  .map-attribution { right: 4px; max-width: 72%; text-align: right; }
  .map-key { padding: 0 18px; gap: 13px; }
  .map-shell.is-list-view { min-height: 0; }
  .map-shell.is-list-view .map-canvas-wrap {
    overflow: visible; padding: 9px 14px; border-top: 1px solid rgba(174, 211, 225, .14);
    border-bottom: 1px solid rgba(174, 211, 225, .14); background: #061826;
  }
  .map-shell.is-list-view .map-canvas,
  .map-shell.is-list-view .map-attribution { display: none; }
  .map-shell.is-list-view .view-switch {
    position: static; width: 100%; min-height: 44px; padding: 0 14px;
  }
  .map-results.is-mobile-open {
    position: static; inset: auto; display: block; width: 100%; max-height: min(64vh, 520px);
    overflow-y: auto;
  }
}

/* PageCash family skin — intentional production override */
:root {
  --pc-blue: #0050f8;
  --pc-blue-ink: #003fd6;
  --pc-ink: #07142f;
  --pc-muted: #5a6680;
  --pc-muted-strong: #33405a;
  --pc-soft: #f6f8ff;
  --pc-page: #f7f9ff;
  --pc-line: #e2e8f4;
  --pc-card: #ffffff;
  --pc-tint: #eef4ff;
  --pc-shadow: 0 24px 70px rgba(7, 20, 47, .10);
  --pc-shadow-form: 0 18px 55px rgba(11, 18, 48, .07);
  --pc-font: "Plus Jakarta Sans", "Inter var", Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  --midnight: #07142f;
  --midnight-2: #07142f;
  --ink: #07142f;
  --paper: #ffffff;
  --paper-dim: #5a6680;
  --blue: #0050f8;
  --blue-soft: #b9d0ff;
  --line-dark: rgba(255, 255, 255, .16);
  --line-light: #e2e8f4;
  --mono: var(--pc-font);
  --sans: var(--pc-font);
  --serif: var(--pc-font);
}
html { background: var(--pc-page); }
body {
  color: var(--pc-ink);
  background: var(--pc-page);
  font-family: var(--pc-font);
  overflow-wrap: anywhere;
}
button, input, select { font-family: var(--pc-font); }
:focus-visible { outline-color: var(--pc-blue); outline-offset: 3px; }
.skip-link { color: #fff; background: var(--pc-blue); border-radius: 10px; font-weight: 800; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  min-height: 72px;
  padding: 0 max(20px, calc((100vw - 1080px) / 2));
  border-bottom: 1px solid rgba(226,232,244,.9);
  color: var(--pc-ink);
  background: rgba(247,249,255,.9);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.brand { gap: 12px; color: var(--pc-ink); font: 800 16px/1 var(--pc-font); letter-spacing: -.035em; }
.brand img { width: 58px; height: 30px; object-fit: contain; object-position: center; }
.header-actions { display: flex; align-items: center; gap: 18px; }
.source-link { display: inline-flex; align-items: center; gap: 7px; color: var(--pc-muted); font: 700 10px/1 var(--pc-font); letter-spacing: 0; text-transform: none; }
.source-link img { width: 76px; height: 32px; object-fit: contain; }
.header-cta, .hero-jump, .empty-state a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 15px;
  border: 1px solid var(--pc-blue);
  border-radius: 12px;
  color: #fff;
  background: var(--pc-blue);
  box-shadow: none;
  font: 800 13px/1 var(--pc-font);
  letter-spacing: -.01em;
  text-decoration: none;
  text-transform: none;
  transition: transform .18s ease, background .18s ease;
}
.header-cta:hover, .hero-jump:hover, .empty-state a:hover { background: var(--pc-blue-ink); box-shadow: none; transform: translateY(-1px); }
.channel-nav {
  position: relative;
  z-index: 900;
  border-bottom: 1px solid var(--pc-line);
  background: rgba(255,255,255,.94);
}
.channel-nav > div {
  display: flex;
  gap: 6px;
  width: min(1080px, calc(100% - 40px));
  margin: auto;
  padding: 9px 0;
  overflow-x: auto;
  scrollbar-width: thin;
}
.channel-nav a {
  flex: 0 0 auto;
  min-height: 34px;
  padding: 8px 11px;
  border-radius: 9px;
  color: var(--pc-muted-strong);
  font: 800 11px/1.4 var(--pc-font);
  text-decoration: none;
}
.channel-nav a:hover, .channel-nav a[aria-current="page"] { color: var(--pc-blue); background: var(--pc-tint); }

.hero, .channel-hero, .aggregate-hero {
  min-height: 0;
  padding: 86px max(20px, calc((100vw - 1080px) / 2)) 72px;
  color: var(--pc-ink);
  background: transparent;
}
.hero::before, .channel-hero::before, .channel-hero::after { display: none; }
.hero-kicker { margin-bottom: 22px; color: var(--pc-blue); font: 800 12px/1.3 var(--pc-font); letter-spacing: .14em; }
.hero h1, .channel-hero h1, .aggregate-hero h1 {
  max-width: 900px;
  color: var(--pc-ink);
  font: 800 clamp(48px, 7vw, 88px)/.94 var(--pc-font);
  letter-spacing: -.065em;
}
.hero h1 em { color: var(--pc-blue); font: inherit; }
.hero-copy, .channel-hero > p:not(.eyebrow), .aggregate-hero > p:last-child {
  max-width: 650px;
  margin: 28px 0 0;
  color: var(--pc-muted);
  font-size: 19px;
  line-height: 1.55;
}
.hero-jump { margin: 28px 0 0; border-bottom: 1px solid var(--pc-blue); }
.orbit { opacity: .14; border-color: var(--pc-blue); }
.orbit::before, .orbit::after { border-color: var(--pc-blue); }
.orbit b, .orbit span { font-family: var(--pc-font); }

.index-section, .directory-section, .method { padding: 70px max(20px, calc((100vw - 1080px) / 2)); }
.index-section { color: var(--pc-ink); background: #fff; border-top: 1px solid var(--pc-line); }
.section-heading { grid-template-columns: 180px 1fr minmax(220px, 320px); gap: 32px; margin-bottom: 36px; }
.eyebrow { color: var(--pc-blue); font: 800 12px/1.4 var(--pc-font); letter-spacing: .14em; }
.section-heading h2, .directory-heading h2, .method > h2 {
  color: var(--pc-ink);
  font: 800 clamp(34px, 5vw, 56px)/.98 var(--pc-font);
  letter-spacing: -.055em;
}
.section-heading > p:last-child { color: var(--pc-muted); }
.channel-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  border: 0;
}
.channel-row {
  grid-template-columns: 36px 1fr auto 20px;
  gap: 14px;
  min-height: 150px;
  padding: 22px;
  border: 1px solid var(--pc-line);
  border-radius: 18px;
  color: var(--pc-ink);
  background: #fff;
  box-shadow: 0 8px 22px rgba(7,20,47,.035);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.channel-row:hover { padding: 22px; border-color: #bfd0f2; background: var(--pc-tint); box-shadow: var(--pc-shadow-form); transform: translateY(-2px); }
.channel-index { align-self: start; color: var(--pc-blue); font: 800 12px var(--pc-font); }
.channel-name { color: var(--pc-ink); font: 800 clamp(22px, 2.2vw, 31px)/1 var(--pc-font); letter-spacing: -.045em; }
.channel-description { grid-column: 2 / -1; align-self: start; color: var(--pc-muted); font-size: 14px; }
.channel-row strong { color: var(--pc-blue); font: 800 24px var(--pc-font); }
.channel-row strong small { color: var(--pc-muted); font: 700 9px var(--pc-font); }

.directory-section { color: var(--pc-ink); background: var(--pc-soft); border-top: 1px solid var(--pc-line); }
.directory-heading { padding-bottom: 25px; border-bottom: 0; }
.search-box { min-height: 48px; border: 1px solid #c6d3eb; border-radius: 10px; color: var(--pc-ink); background: #fff; }
.search-box:focus-within { border-color: var(--pc-blue); box-shadow: 0 0 0 3px rgba(0,80,248,.1); }
.search-box input { color: var(--pc-ink); }
.search-box input::placeholder { color: #71809c; }
.result-count { color: var(--pc-muted); font: 700 12px var(--pc-font); text-transform: none; }
.listing-list { display: grid; gap: 12px; }
.listing {
  grid-template-columns: 42px minmax(0,1fr) 172px;
  gap: 20px;
  padding: 0 20px;
  border: 1px solid var(--pc-line);
  border-radius: 18px;
  color: var(--pc-ink);
  background: #fff;
  box-shadow: 0 6px 18px rgba(7,20,47,.035);
}
.listing-number { color: var(--pc-blue); font: 800 12px var(--pc-font); }
.listing-main { padding: 24px 0; }
.listing-meta { color: var(--pc-muted); font: 700 11px var(--pc-font); letter-spacing: 0; text-transform: none; }
.listing h3 { color: var(--pc-ink); font: 800 clamp(24px, 3vw, 34px)/1.08 var(--pc-font); letter-spacing: -.045em; }
.listing p { color: var(--pc-muted); }
.listing-foot time, .trust-row > *, .lens-tags span {
  min-height: 26px;
  padding: 5px 8px;
  border: 1px solid #d5e1f7;
  border-radius: 999px;
  color: #214272;
  background: var(--pc-tint);
  font: 700 11px/1.35 var(--pc-font);
  letter-spacing: 0;
  text-transform: none;
}
.owner-links a { color: var(--pc-blue); font: 700 11px var(--pc-font); }
.listing-link { justify-content: center; padding: 20px; border-left: 1px solid var(--pc-line); color: var(--pc-blue); font: 800 11px var(--pc-font); letter-spacing: 0; text-align: center; text-transform: none; }
.no-results { color: var(--pc-muted); }
.empty-state { border-color: var(--pc-line); }
.empty-state h3 { color: var(--pc-ink); font: 800 28px var(--pc-font); }
.empty-state p { color: var(--pc-muted); }

.method {
  width: min(1080px, calc(100% - 40px));
  margin: 70px auto;
  padding: clamp(42px, 6vw, 68px);
  border-radius: 28px;
  color: #fff;
  background: var(--pc-ink);
  box-shadow: var(--pc-shadow);
}
.method > h2 { color: #fff; }
.method ol { margin-top: 48px; border-color: rgba(255,255,255,.2); }
.method li { border-color: rgba(255,255,255,.14); }
.method li > span { color: #8eb4ff; font: 800 12px var(--pc-font); }
.method h3 { color: #fff; font: 800 24px var(--pc-font); }
.method li p { color: #bfc9dc; }

.channel-hero .channel-sequence { color: var(--pc-blue); font: 800 11px var(--pc-font); }
.channel-hero .eyebrow { color: var(--pc-blue); }
.channel-count { right: max(20px, calc((100vw - 1080px) / 2)); }
.channel-count strong { color: var(--pc-blue); font: 800 64px var(--pc-font); }
.channel-count span { color: var(--pc-muted); font: 800 10px var(--pc-font); }
.criteria { padding: 26px max(20px, calc((100vw - 1080px) / 2)); border-block: 1px solid var(--pc-line); color: var(--pc-ink); background: #fff; }
.criteria > span { border-color: var(--pc-line); border-radius: 14px; color: var(--pc-blue); background: var(--pc-tint); }
.criteria p strong, .criteria small { font-family: var(--pc-font); }
.criteria p strong { color: var(--pc-ink); font-size: 11px; }
.criteria small { color: var(--pc-muted); font-size: 10px; }
.discovery { gap: 12px; }
.discovery > label:not(.search-box), .discovery fieldset legend { color: var(--pc-muted); font: 800 11px var(--pc-font); }
.discovery select, .discovery button, .filter-set select { min-height: 48px; border: 1px solid #c6d3eb; border-radius: 9px; color: var(--pc-ink); background: #fff; }
.discovery fieldset { border-color: var(--pc-line); border-radius: 10px; background: #fff; }
.discovery button { color: #fff; border-color: var(--pc-blue); background: var(--pc-blue); font: 800 12px var(--pc-font); text-transform: none; cursor: pointer; }

/* The one dramatic product card: deep navy, alive with map layers. */
.map-stage {
  padding: 82px max(20px, calc((100vw - 1320px) / 2)) 70px;
  color: var(--pc-ink);
  background: transparent;
}
.map-titlebar { grid-template-columns: 1.3fr .7fr; max-width: 1080px; margin-bottom: 28px; }
.map-titlebar h1 { color: var(--pc-ink); font: 800 clamp(48px, 7vw, 82px)/.92 var(--pc-font); letter-spacing: -.065em; }
.map-titlebar h1 em { color: var(--pc-blue); font: inherit; }
.map-titlebar > p { color: var(--pc-muted); font-size: 18px; }
.map-shell {
  min-height: min(680px, 68vh);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 24px;
  background: var(--pc-ink);
  box-shadow: 0 32px 85px rgba(7,20,47,.22);
}
.layer-heading, .results-head { font: 800 10px var(--pc-font); }
.layer-heading strong, .results-head strong { color: #75a2ff; }
.layer-toggle b { font-size: 13px; font-weight: 700; }
.layer-toggle small { font: 500 10px/1.35 var(--pc-font); }
.layer-toggle > strong { font: 800 11px var(--pc-font); }
.layer-note { font: 500 10px/1.55 var(--pc-font); }
.map-fallback span { color: #75a2ff; font: 800 10px var(--pc-font); }
.map-attribution { font: 500 9px var(--pc-font); }
.map-result:hover, .map-result.is-active { background: rgba(0,80,248,.18); }
.map-result:focus-visible { outline-color: #75a2ff; }
.map-result-pin { background: var(--pc-blue); box-shadow: 0 0 11px #3376ff; }
.map-result b { font-weight: 700; }
.map-result small { font: 500 10px/1.35 var(--pc-font); text-transform: none; }
.map-empty b, .map-detail h2 { font: 800 23px var(--pc-font); }
.detail-eyebrow { color: #75a2ff; font: 800 10px var(--pc-font); }
.detail-facts, .map-detail a, .weather-box .weather-report, .weather-box .weather-error { font-family: var(--pc-font); font-size: 10px; }
.map-key { max-width: 1080px; color: var(--pc-muted); font: 700 10px var(--pc-font); }
.infinite-marker { border-color: rgba(0,80,248,.25); color: #fff; background: var(--pc-blue); box-shadow: 0 0 18px rgba(0,80,248,.75); font-family: var(--pc-font); }
.view-switch { border-radius: 9px; border-color: var(--pc-blue); color: #fff; background: var(--pc-blue); font: 800 11px var(--pc-font); text-transform: none; }

footer {
  grid-template-columns: 2fr 1fr 1fr;
  padding: 58px max(20px, calc((100vw - 1080px) / 2)) 30px;
  border-top: 1px solid var(--pc-line);
  color: var(--pc-muted);
  background: #fff;
}
.brand-footer { display: flex; align-items: center; gap: 9px; color: var(--pc-ink); font: 800 23px var(--pc-font); letter-spacing: -.04em; }
.brand-footer img { width: 62px; height: 34px; object-fit: contain; object-position: center; }
footer a { color: var(--pc-ink); font-weight: 700; }
.footer-label { color: var(--pc-blue); font: 800 10px var(--pc-font); }
footer small { border-color: var(--pc-line); font: 600 10px var(--pc-font); text-transform: none; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: none; min-height: 72px; }
  .section-heading { grid-template-columns: 1fr; }
  .channel-list { grid-template-columns: 1fr; }
  .channel-row { grid-template-columns: 36px 1fr auto 20px; }
  .channel-description { grid-column: 2 / -1; }
  .listing { grid-template-columns: 38px 1fr; }
  .listing-link { grid-column: 2; border-top: 1px solid var(--pc-line); border-left: 0; }
  .map-shell { border-radius: 20px; }
}
@media (max-width: 650px) {
  .site-header { min-height: 64px; padding: 0 14px; }
  .brand { font-size: 14px; }
  .brand img { width: 52px; height: 27px; }
  .source-link { display: none; }
  .header-cta { min-height: 40px; padding-inline: 12px; font-size: 11px; }
  .channel-nav > div { width: 100%; padding: 8px 14px; }
  .channel-nav a { min-height: 36px; }
  .hero, .channel-hero, .aggregate-hero { padding: 58px 14px 54px; }
  .hero h1, .channel-hero h1, .aggregate-hero h1 { font-size: clamp(44px, 14vw, 58px); }
  .hero-copy, .channel-hero > p:not(.eyebrow), .aggregate-hero > p:last-child { font-size: 17px; }
  .index-section, .directory-section { padding: 54px 14px; }
  .channel-row { grid-template-columns: 30px 1fr auto; min-height: 0; padding: 18px; }
  .channel-row:hover { padding: 18px; }
  .channel-row svg { display: none; }
  .channel-name { font-size: 22px; }
  .channel-description { grid-column: 2 / -1; padding: 0; }
  .listing { grid-template-columns: 24px minmax(0,1fr); gap: 10px; padding: 0 14px; }
  .listing-main { padding: 20px 0; }
  .listing-link { padding: 16px 0 20px; }
  .method { width: calc(100% - 28px); margin: 48px auto; padding: 36px 22px; border-radius: 20px; }
  .method li { grid-template-columns: 34px 1fr; }
  .map-stage { padding: 56px 0 42px; }
  .map-titlebar { padding: 0 14px; }
  .map-titlebar h1 { font-size: clamp(46px, 15vw, 64px); }
  .map-titlebar > p { font-size: 16px; }
  .map-shell { border-right: 0; border-left: 0; border-radius: 0; }
  .layer-toggle b { font-size: 10px; }
  .layer-toggle small { font-size: 8px; }
  .map-key { padding: 0 14px; font-size: 9px; }
  footer { grid-template-columns: 1fr; padding-inline: 14px; }
}
