* { box-sizing: border-box; }
:root {
  --navy: #071b35;
  --navy-2: #0d2c50;
  --red: #b51f2d;
  --cream: #f6f2e8;
  --gold: #d9a441;
  --sky: #dcecf5;
  --ink: #17202f;
  --muted: #5b6875;
  --line: #d5dde4;
  --paper: #fff;
  --green: #187d62;
}
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #f4f7f9; font: 16px/1.55 Arial, Helvetica, sans-serif; }
a { color: inherit; }
img { max-width: 100%; }
.skip-link { position: absolute; left: -9999px; top: 8px; z-index: 20; padding: 10px; background: #fff; }
.skip-link:focus { left: 8px; }
.topbar { position: sticky; top: 0; z-index: 10; color: #fff; background: var(--navy); border-bottom: 4px solid var(--red); }
.topbar-inner { max-width: 1200px; min-height: 76px; margin: auto; padding: 12px 20px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { color: #fff; text-decoration: none; font-size: clamp(25px, 3vw, 36px); font-weight: 900; font-style: italic; letter-spacing: -.04em; }
.brand span { color: #75d5be; }
.nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; }
.nav a { padding: 8px 10px; color: #fff; border: 1px solid rgba(255,255,255,.18); border-radius: 4px; text-decoration: none; font-size: 14px; font-weight: 700; }
.nav a:hover, .nav a:focus, .nav a[aria-current] { background: rgba(255,255,255,.15); }
.nav-toggle { display: none; color: #fff; background: transparent; border: 1px solid rgba(255,255,255,.5); border-radius: 4px; padding: 8px 11px; font-weight: 800; }
.section { width: min(1200px, calc(100% - 36px)); margin: 0 auto; padding: 46px 0; }
.section.compact { padding-top: 12px; padding-bottom: 12px; }
.hero { color: #fff; background: linear-gradient(115deg, rgba(7,27,53,.98), rgba(13,44,80,.82)), radial-gradient(circle at 80% 30%, #b51f2d, #071b35 55%); border-bottom: 1px solid var(--line); }
.hero-inner { width: min(1200px, calc(100% - 36px)); min-height: 610px; margin: auto; padding: 60px 0; display: grid; grid-template-columns: 1.15fr .85fr; gap: 42px; align-items: center; }
.eyebrow { margin: 0 0 9px; color: var(--green); font-size: 13px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.hero .eyebrow, .band .eyebrow, .place-hero .eyebrow, .directory-hero .eyebrow { color: #84e1c8; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 17px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(48px, 7.2vw, 88px); line-height: .96; letter-spacing: -.035em; }
h2 { margin-bottom: 10px; color: var(--navy); font: 800 clamp(28px, 4vw, 40px)/1.08 Georgia, "Times New Roman", serif; }
h3 { margin-bottom: 8px; color: var(--navy); font-size: 20px; line-height: 1.2; }
.hero-copy { max-width: 680px; color: #e7eef5; font-size: 20px; }
.actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 25px; }
.button { display: inline-flex; min-height: 48px; padding: 11px 18px; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 4px; text-decoration: none; font-weight: 900; }
.button.primary { color: #fff; background: var(--red); }
.button.secondary { color: #fff; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.55); }
.finder, .search-box { color: var(--ink); background: rgba(255,255,255,.98); border: 1px solid #fff; border-radius: 9px; box-shadow: 0 20px 50px rgba(0,0,0,.25); }
.finder { padding: 26px; }
.finder h2 { font-size: 31px; }
label { display: block; margin-bottom: 6px; font-weight: 800; }
input[type="search"] { width: 100%; min-height: 51px; padding: 12px 14px; color: var(--ink); background: #f8fafb; border: 2px solid #bdcad5; border-radius: 5px; font: inherit; font-size: 17px; }
input[type="search"]:focus { border-color: var(--red); outline: 3px solid rgba(181,31,45,.13); }
.finder-note { margin: 12px 0 0; color: var(--muted); font-size: 13px; }
.quick-results { margin-top: 7px; }
.quick-results a { display: block; padding: 9px 10px; color: var(--navy); background: var(--sky); border-bottom: 1px solid #c1d8e5; text-decoration: none; font-weight: 800; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.stat-card { min-height: 130px; padding: 20px; background: var(--paper); border: 1px solid var(--line); border-radius: 7px; text-decoration: none; box-shadow: 0 3px 12px rgba(7,27,53,.05); }
.stat-card strong { display: block; color: var(--red); font-size: 29px; line-height: 1.1; }
.stat-card span { color: var(--muted); }
.section-heading { margin-bottom: 20px; padding-bottom: 13px; display: flex; align-items: end; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); }
.section-heading h2 { margin: 0; }
.section-heading > a { color: var(--red); font-weight: 900; }
.section-heading.light { border-color: rgba(255,255,255,.25); }
.section-heading.light h2, .section-heading.light a { color: #fff; }
.card-grid { display: grid; gap: 14px; }
.card-grid.three { grid-template-columns: repeat(3, 1fr); }
.card-grid.four { grid-template-columns: repeat(4, 1fr); }
.place-card, .mini-card, .card, .resource-card { padding: 20px; background: var(--paper); border: 1px solid var(--line); border-radius: 7px; box-shadow: 0 3px 12px rgba(7,27,53,.05); }
.place-card { min-height: 155px; color: var(--navy); text-decoration: none; display: flex; flex-direction: column; justify-content: flex-end; background: linear-gradient(145deg, #fff, #e8f2f7); }
.place-card span, .card-kicker { color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.place-card strong { margin: 4px 0; font: 800 27px/1.1 Georgia, serif; }
.place-card small { color: var(--muted); font-weight: 700; }
.band { color: #fff; background: var(--navy); border-top: 5px solid var(--gold); }
.mini-card { color: var(--navy); text-decoration: none; }
.mini-card strong, .mini-card span { display: block; }
.mini-card span { margin-top: 6px; color: var(--red); font-size: 13px; font-weight: 800; }
.card p { color: var(--muted); }
.card a { color: var(--red); font-weight: 800; }
.ai-slot { min-height: 190px; padding: 26px; display: flex; justify-content: space-between; align-items: center; gap: 24px; color: #fff; background: linear-gradient(120deg, #071b35, #153d67); border: 2px dashed #65cdb4; border-radius: 10px; }
.ai-slot h2 { color: #fff; }
.ai-slot p { max-width: 780px; margin-bottom: 0; color: #dbe8f4; }
.status-badge { flex: none; padding: 9px 12px; color: var(--navy); background: #84e1c8; border-radius: 999px; font-size: 13px; font-weight: 900; text-transform: uppercase; }
.directory-hero, .place-hero { color: #fff; background: linear-gradient(105deg, rgba(7,27,53,.98), rgba(181,31,45,.72)); }
.directory-hero h1, .place-hero h1 { font-size: clamp(42px, 6vw, 72px); }
.directory-hero p, .place-hero p { max-width: 760px; color: #e8eff5; font-size: 19px; }
.search-wrap { width: min(1200px, calc(100% - 36px)); margin: -25px auto 10px; position: relative; z-index: 2; }
.search-box { padding: 20px; box-shadow: 0 13px 32px rgba(7,27,53,.18); }
.search-row { display: grid; grid-template-columns: 1fr auto; gap: 9px; }
.search-row button { min-width: 90px; color: #fff; background: var(--red); border: 0; border-radius: 5px; font-weight: 900; cursor: pointer; }
#search-status { margin: 9px 0 0; color: var(--muted); font-size: 14px; }
.letter-jumps { display: flex; flex-wrap: wrap; gap: 7px; }
.letter-jumps a { min-width: 37px; padding: 6px; color: var(--navy); background: #fff; border: 1px solid var(--line); border-radius: 4px; text-align: center; text-decoration: none; font-weight: 900; }
.directory-list { padding-top: 16px; }
.letter-group { scroll-margin-top: 95px; }
.letter-group h2 { margin-top: 26px; padding-bottom: 8px; border-bottom: 2px solid var(--line); }
.link-columns { columns: 4 220px; column-gap: 28px; }
.link-columns a { display: block; margin-bottom: 7px; color: #194b79; text-decoration: none; break-inside: avoid; }
.link-columns a:hover, .link-columns a:focus { color: var(--red); text-decoration: underline; }
.letter-group.is-empty { display: none; }
.split { display: grid; grid-template-columns: 1.2fr .8fr; gap: 30px; align-items: start; }
.resource-card h2 { font-size: 25px; }
.resource-card a { display: block; padding: 9px 0; color: #194b79; border-bottom: 1px solid var(--line); text-decoration: none; font-weight: 700; }
.footer { padding: 32px 18px; color: #dce7f1; background: #041326; text-align: center; }
.footer p { margin: 5px 0; }
.footer a { color: #fff; }
@media (max-width: 900px) {
  .hero-inner, .split { grid-template-columns: 1fr; }
  .hero-inner { min-height: auto; }
  .stats-grid, .card-grid.four { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 700px) {
  .topbar-inner { flex-wrap: wrap; }
  .nav-toggle { display: block; }
  .nav { display: none; width: 100%; justify-content: flex-start; }
  .nav.is-open { display: flex; }
  .nav a { flex: 1 1 42%; text-align: center; }
  .card-grid.three { grid-template-columns: 1fr; }
  .section-heading, .ai-slot { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 500px) {
  .stats-grid, .card-grid.four { grid-template-columns: 1fr; }
  .search-row { grid-template-columns: 1fr; }
  .search-row button { min-height: 48px; }
  h1 { font-size: 45px; }
}
