body { margin: 0; font-family: Arial, Helvetica, sans-serif; background: #0f1426; color: #f3f5ff; }
.shell { max-width: 1080px; margin: 0 auto; padding: 24px; }
.heroCard, .sectionShell, .paperCard, .placeholderCard { background: rgba(21,29,53,.92); border: 1px solid #3d4a7c; border-radius: 22px; padding: 24px; box-shadow: 0 24px 60px rgba(0,0,0,.25); }
.heroCard { margin-bottom: 22px; }
.eyebrow { letter-spacing: .14em; font-size: 12px; color: #93a4df; margin: 0 0 10px; }
#hero-title { margin: 0 0 10px; font-size: 42px; }
#hero-body { margin: 0; font-size: 18px; color: #d5dbf3; }
.chipRow { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.chip { display:inline-flex; align-items:center; gap:6px; padding:8px 12px; border-radius:999px; background:#222d51; border:1px solid #53639d; color:#dbe2ff; font-size:14px; }
.sectionShell { margin: 18px 0; }
.sectionShell h2 { margin-top: 0; }
.projectGrid, .manifestGrid, .castGrid, .reservedGrid { display: grid; gap: 14px; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.paperCard h3, .placeholderCard h3 { margin-top: 0; }
.paperCard p, .placeholderCard p { color: #d0d7f5; }
.noteLine { color: #aeb8df; font-size: 14px; }
.miniList { margin: 10px 0 0; padding-left: 18px; color: #dce2fb; }
.kv { color: #aeb8df; font-size: 14px; margin-top: 6px; }
.smallLabel { color: #93a4df; text-transform: uppercase; letter-spacing: .08em; font-size: 11px; }
@media (max-width: 700px) { #hero-title { font-size: 34px; } .shell { padding: 16px; } }

.triptychGrid, .fuelGrid { display: grid; gap: 14px; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.subhead { margin: 20px 0 10px; font-size: 18px; }
.fuelCard p:last-child { margin-bottom: 0; }

.roundCard { border-color: #5c6fb2; }
.teamCard { border-color: #4d6aa3; }


.heroCard { overflow: hidden; }
#hero-banner-slot { margin-top: 18px; }
.heroBannerShell { position: relative; border-radius: 24px; overflow: hidden; border: 1px solid #4f6199; background: #11182e; min-height: 280px; }
.heroBannerImage { display: block; width: 100%; height: clamp(260px, 34vw, 380px); object-fit: cover; object-position: center; }
.heroBannerOverlay { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: space-between; padding: 20px; background: linear-gradient(180deg, rgba(10,15,28,.15) 0%, rgba(10,15,28,.40) 45%, rgba(10,15,28,.88) 100%); }
.heroBannerCopy { max-width: 640px; padding-top: 10px; }
.heroBannerCopy h2 { margin: 0 0 10px; font-size: clamp(26px, 3vw, 42px); color: #fff7e3; }
.heroBannerCopy p { margin: 0; color: #d8e0fb; font-size: 16px; line-height: 1.45; }
.bannerChooser { display: flex; flex-wrap: wrap; gap: 10px; align-self: flex-start; }
.bannerThumb { appearance: none; border: 1px solid #6a7ec4; background: rgba(17,24,46,.88); color: #eff3ff; border-radius: 999px; padding: 10px 14px; cursor: pointer; font: inherit; }
.bannerThumb.active { background: #2b3a67; border-color: #9fb4ff; box-shadow: 0 0 0 2px rgba(159,180,255,.18); }
@media (max-width: 700px) { .heroBannerOverlay { padding: 16px; } .heroBannerCopy p { font-size: 15px; } }


html { scroll-behavior: smooth; }
.shell { max-width: 1180px; }
.sectionNav {
  position: sticky;
  top: 14px;
  z-index: 24;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin: 0 0 20px;
}
.sectionNav a,
.jumpTop {
  display:inline-flex;
  align-items:center;
  padding:10px 14px;
  border-radius:999px;
  border:1px solid #4f6199;
  background:rgba(19,26,48,.88);
  color:#eff3ff;
  text-decoration:none;
  font-size:12px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  backdrop-filter:blur(10px);
}
.jumpTop { padding:8px 12px; white-space:nowrap; }
.sectionHead { display:flex; justify-content:space-between; gap:16px; align-items:flex-start; margin-bottom:12px; }
.sectionShell { margin: 20px 0; padding: 24px 26px 28px; scroll-margin-top: 92px; }
#hero { scroll-margin-top: 92px; }
.heroCard { margin-bottom: 18px; }
.projectGrid, .manifestGrid, .castGrid, .reservedGrid, .triptychGrid, .fuelGrid { gap: 16px; }
@media (max-width: 760px) {
  .sectionNav { top: 8px; }
  .sectionShell { padding: 20px 20px 22px; }
  .sectionHead { flex-direction:column; }
}
