:root {
  color-scheme: dark;
  --bg: #080a0d;
  --surface: #11161d;
  --surface-strong: #171d26;
  --ink: #f8fbff;
  --muted: #aeb8c6;
  --blue: #25a8ff;
  --blue-soft: rgba(37, 168, 255, .16);
  --silver: #cfd8e3;
  --white: #ffffff;
  --roof: #8d98a7;
  --border: rgba(207, 216, 227, .16);
  --shadow: 0 24px 80px rgba(0, 0, 0, .42);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: radial-gradient(circle at top right, rgba(37,168,255,.18), transparent 30rem), linear-gradient(180deg, #0c1016, var(--bg)); color: var(--ink); }
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -4rem; z-index: 99; background: var(--blue); color: #00111f; padding: .7rem 1rem; border-radius: 999px; font-weight: 900; }
.skip-link:focus { top: 1rem; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(8,10,13,.88); border-bottom: 1px solid var(--border); backdrop-filter: blur(16px); }
.top-nav { width: min(1180px, calc(100% - 24px)); margin: 0 auto; min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: inline-flex; align-items: center; gap: .75rem; text-decoration: none; min-width: max-content; }
.brand-mark { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 16px; background: linear-gradient(135deg, var(--blue), #8fd6ff); color: #03111d; font-weight: 1000; box-shadow: 0 10px 32px rgba(37,168,255,.28); }
.brand strong, .brand small { display: block; line-height: 1.05; }
.brand strong { color: var(--white); letter-spacing: -.02em; }
.brand small { color: var(--silver); font-size: .78rem; margin-top: .18rem; }
.nav-toggle { display: none; border: 1px solid var(--border); border-radius: 999px; background: var(--surface-strong); color: var(--white); padding: .65rem .9rem; font-weight: 900; }
.nav-links { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: .22rem; }
.nav-links a { text-decoration: none; color: var(--silver); font-weight: 850; border-radius: 999px; padding: .54rem .62rem; font-size: .88rem; }
.nav-links a:hover, .nav-links a:focus-visible { background: var(--blue-soft); color: var(--white); outline: 3px solid rgba(37,168,255,.28); outline-offset: 1px; }
main, .site-footer { width: min(1180px, calc(100% - 24px)); margin: 0 auto; }
.hero { min-height: calc(100vh - 72px); display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(300px, .98fr); gap: clamp(1rem, 4vw, 3.2rem); align-items: center; padding: clamp(1.5rem, 4.8vw, 4rem) 0; }
.eyebrow { color: var(--blue); font-size: .76rem; font-weight: 1000; letter-spacing: .18em; text-transform: uppercase; margin: 0 0 .85rem; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(2.55rem, 6.35vw, 5.85rem); line-height: .9; letter-spacing: -.055em; margin-bottom: 1rem; text-wrap: balance; }
h2 { font-size: clamp(2rem, 4.6vw, 4rem); line-height: .92; letter-spacing: -.06em; margin-bottom: .7rem; text-wrap: balance; }
h3 { font-size: 1.15rem; margin-bottom: .55rem; color: var(--white); }
.lead { font-size: clamp(1rem, 1.45vw, 1.2rem); color: var(--silver); line-height: 1.5; max-width: 62ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.6rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; border-radius: 999px; padding: .82rem 1.08rem; text-decoration: none; font-weight: 950; }
.button.primary { background: var(--blue); color: #04121f; box-shadow: 0 14px 34px rgba(37,168,255,.28); }
.button.secondary { background: rgba(255,255,255,.06); color: var(--white); border: 1px solid var(--border); }
.text-link { display: inline-flex; margin-top: .5rem; color: #8fd6ff; font-weight: 900; text-decoration-thickness: 2px; text-underline-offset: 3px; }
.hero-card, .card { background: linear-gradient(180deg, rgba(23,29,38,.94), rgba(13,17,23,.94)); border: 1px solid var(--border); border-radius: 28px; box-shadow: var(--shadow); }
.hero-card { padding: 1rem; display: grid; gap: 1rem; }
.image-placeholder, .video-placeholder { display: grid; place-items: center; min-height: 220px; border: 1.5px dashed rgba(207,216,227,.34); border-radius: 24px; background: linear-gradient(135deg, rgba(37,168,255,.12), rgba(207,216,227,.08)); text-align: center; color: var(--silver); font-weight: 900; padding: 1rem; }
.photo-frame { margin: 0; overflow: hidden; border-radius: 24px; border: 1px solid rgba(207,216,227,.16); background: #0f141b; box-shadow: var(--shadow); }
.photo-frame img { display: block; width: 100%; height: 100%; min-height: 220px; object-fit: cover; background: #0b0f14; }
.photo-frame figcaption { padding: .72rem .9rem; color: var(--silver); font-size: .82rem; font-weight: 850; border-top: 1px solid rgba(207,216,227,.1); }
.hero-photo img { min-height: 320px; max-height: 54vh; aspect-ratio: 4 / 5; }
.image-placeholder small, .video-placeholder small { color: var(--roof); }
.image-placeholder.large { min-height: 380px; }
.map-shot { min-height: 170px; }
.quick-facts { list-style: none; padding: 0; margin: 0; display: grid; gap: .65rem; }
.quick-facts li { display: flex; justify-content: space-between; gap: 1rem; padding: .86rem .95rem; background: rgba(255,255,255,.045); border: 1px solid rgba(207,216,227,.08); border-radius: 18px; color: var(--silver); }
.quick-facts strong { color: var(--white); }
.section { padding: clamp(3rem, 7vw, 5.8rem) 0; scroll-margin-top: 88px; }
.section.accent { border-block: 1px solid rgba(207,216,227,.08); }
.section-heading { max-width: 820px; margin-bottom: 1.35rem; }
.two-column, .video-shell { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.card-grid, .gallery-grid, .info-list, .tip-list, .media-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.gallery-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.gallery-grid .photo-frame img { aspect-ratio: 4 / 3; min-height: 180px; }
.card { min-width: 0; padding: clamp(1rem, 2.4vw, 1.35rem); }
.card p, .card li, .note, .card small { color: var(--muted); line-height: 1.56; }
.card-icon { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 15px; background: rgba(37,168,255,.12); color: var(--blue); font-size: 1.18rem; margin-bottom: .72rem; border: 1px solid rgba(37,168,255,.2); }
.video-placeholder { min-height: 315px; aspect-ratio: 16 / 9; }
.note { margin-top: 1rem; }
.update-card time { color: var(--blue); font-weight: 1000; }
.site-footer { display: flex; justify-content: space-between; gap: 1rem; border-top: 1px solid var(--border); padding: 2rem 0 6rem; color: var(--muted); }
.site-footer a { font-weight: 900; color: #8fd6ff; }
@media (max-width: 1040px) {
  .top-nav { min-height: 64px; }
  .nav-toggle { display: inline-flex; }
  .nav-links { position: absolute; left: 12px; right: 12px; top: 70px; display: none; flex-direction: column; align-items: stretch; background: rgba(17,22,29,.98); border: 1px solid var(--border); border-radius: 24px; padding: .65rem; box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .nav-links a { padding: .88rem 1rem; }
  .hero, .two-column, .video-shell { grid-template-columns: 1fr; }
  .hero { min-height: auto; padding-top: 2rem; }
  h1 { font-size: clamp(2.45rem, 14vw, 4.6rem); }
  .hero-photo img { max-height: none; }
  .video-placeholder { width: 100%; min-height: 220px; aspect-ratio: auto; }
  .card-grid, .gallery-grid, .info-list, .tip-list, .media-strip { grid-template-columns: 1fr; }
  .image-placeholder.large { min-height: 270px; }
  .section { scroll-margin-top: 78px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
