:root {
  --steel: #0a2240;
  --steel-2: #0e3260;
  --steel-3: #153f78;
  --paper: #f8fafe;
  --paper-2: #eef3fa;
  --paper-3: #dce8f8;
  --edge: #2271e2;
  --edge-soft: #1a5cc0;
  --accent: #4a9aff;
  --mute: #334155;
  --mute-2: #64748b;
  --font-display: 'Bricolage Grotesque', ui-sans-serif, system-ui, sans-serif;
  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-sans);
  background:
    radial-gradient(circle at 82% 14%, rgba(74, 154, 255, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(243, 247, 252, 0.98)),
    var(--paper);
  color: var(--mute);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
p, li, h1, h2, h3 { overflow-wrap: anywhere; }

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 100;
  transform: translateY(-160%);
  background: #fff;
  color: var(--steel);
  border: 2px solid var(--edge);
  padding: 0.8rem 1rem;
  font-weight: 700;
  transition: transform 0.18s ease;
}
.skip-link:focus { transform: translateY(0); outline: none; }

.container { width: min(1180px, calc(100% - 2rem)); margin: 0 auto; }
.display {
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 0.98;
}
.eyebrow {
  color: var(--edge);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.serial {
  color: var(--edge);
  font-family: var(--font-display);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.site-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(10, 34, 64, 0.96);
  border-bottom: 1px solid rgba(157, 204, 255, 0.18);
  backdrop-filter: blur(12px);
}
.nav-shell {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.brand {
  display: flex;
  align-items: center;
}
.brand-logo {
  height: 44px;
  width: auto;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
  font-weight: 600;
}
.nav-links a[aria-current="page"],
.nav-links a:hover { color: var(--edge); }

.hero {
  background:
    linear-gradient(to right, rgba(10, 34, 64, 0.96), rgba(14, 50, 96, 0.78)),
    var(--steel);
  color: #fff;
  padding: clamp(4.5rem, 9vw, 8rem) 0 clamp(4rem, 8vw, 7rem);
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.75fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
.hero h1 {
  margin: 1rem 0;
  max-width: 10ch;
  font-size: clamp(3rem, 8vw, 6.5rem);
}
.hero p {
  max-width: 42rem;
  color: rgba(224, 236, 255, 0.82);
  font-size: 1.03rem;
}
.hero-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: clamp(1.25rem, 3vw, 2rem);
}
.hero-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }

.section { padding: clamp(4rem, 8vw, 7rem) 0; }
.section-alt {
  background: var(--paper-2);
  border-top: 1px solid var(--paper-3);
  border-bottom: 1px solid var(--paper-3);
}
.section-dark { background: var(--steel); color: #fff; }
.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.65fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  margin-bottom: clamp(2rem, 5vw, 4rem);
}
.section h2 {
  margin: 0.85rem 0 0;
  color: var(--steel);
  font-size: clamp(2.1rem, 5vw, 4.6rem);
}
.section-dark h2 { color: #fff; }
.lead { font-size: 1rem; color: var(--mute); }
.section-dark .lead { color: rgba(224, 236, 255, 0.76); }

.grid { display: grid; gap: 1px; background: var(--paper-3); }
.grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.grid.five { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.card {
  background: #fff;
  padding: clamp(1.25rem, 3vw, 2rem);
}
.media-card { padding: 0; overflow: hidden; }
.media-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; background: var(--steel-2); }
.portrait-card img { aspect-ratio: 4 / 5; }
.media-body { padding: clamp(1.25rem, 3vw, 2rem); }
.card h3 {
  margin: 0.7rem 0 0.35rem;
  color: var(--steel);
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.2vw, 1.7rem);
  line-height: 1.1;
}
.card p, .card li { font-size: 0.92rem; color: var(--mute); }
.card ul { margin: 1rem 0 0; padding-left: 1.1rem; }
.meta { color: var(--mute-2); font-size: 0.78rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; }
.staff-list {
  display: grid;
  gap: 0.65rem;
  padding-left: 0;
  list-style: none;
}
.staff-list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.staff-list img {
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  object-fit: cover;
  background: var(--paper-3);
}

.review-stars {
  color: var(--edge);
  font-size: 1.15rem;
  letter-spacing: 0.06em;
  line-height: 1;
  margin-bottom: 1rem;
}
.review-stars span { display: inline-block; }

.cta-band {
  background: var(--steel);
  color: #fff;
  padding: clamp(3rem, 6vw, 5rem) 0;
}
.cta-band p { color: rgba(224, 236, 255, 0.76); max-width: 44rem; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.2rem;
  padding: 0.95rem 1.45rem;
  background: linear-gradient(135deg, var(--edge), var(--edge-soft));
  color: #fff;
  border: 1px solid var(--edge-soft);
  font-family: var(--font-display);
  font-weight: 700;
}

.site-footer {
  background: var(--steel);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.72);
  padding: 2.5rem 0;
}
.footer-shell {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.footer-links { display: flex; flex-wrap: wrap; gap: 1rem; }
.umbra-credit-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 1.35rem;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.umbra-credit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.66rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.16em;
  text-align: center;
  text-transform: uppercase;
  transition: color 0.2s ease;
}
.umbra-credit:hover { color: rgba(255, 255, 255, 0.86); }
.umbra-credit img {
  width: 1.05rem;
  height: 1.05rem;
  object-fit: contain;
  flex: 0 0 auto;
}

@media (max-width: 900px) {
  .nav-shell { align-items: flex-start; flex-direction: column; padding: 1rem 0; }
  .nav-links { gap: 0.75rem; flex-wrap: wrap; }
  .hero-grid,
  .section-head,
  .grid.two,
  .grid.three,
  .grid.four,
  .grid.five { grid-template-columns: 1fr; }
  .hero h1 { max-width: 11ch; }
}

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