:root {
  --bg: #08111f;
  --bg-soft: #0f1d32;
  --card: #111f35;
  --accent: #f05a28;
  --accent-soft: #ffb487;
  --text: #f5f7fb;
  --muted: #9eb0ca;
  --border: rgba(255, 255, 255, 0.12);
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.35);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  background:
    radial-gradient(circle at top, rgba(240, 90, 40, 0.2), transparent 28%),
    linear-gradient(180deg, #06101d 0%, var(--bg) 40%, #040913 100%);
  color: var(--text);
}

img,
video {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-shell {
  min-height: 100vh;
}

.container {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem min(3vw, 2rem);
  backdrop-filter: blur(16px);
  background: rgba(4, 10, 19, 0.7);
  border-bottom: 1px solid var(--border);
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.brand img {
  width: 58px;
  height: 58px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.03);
}

.eyebrow,
.kicker,
.program-meta,
.timeline-date,
.footer-label {
  margin: 0;
  color: var(--accent-soft);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.75rem;
  font-weight: 700;
}

.brand-name,
h1,
h2,
h3 {
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.brand-name {
  font-size: 1.35rem;
}

.nav {
  display: flex;
  gap: 1.25rem;
  font-weight: 600;
  color: var(--muted);
}

.nav a:hover,
.reference-link:hover,
#reference-facebook:hover {
  color: var(--text);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.8rem 1.4rem;
  border-radius: 999px;
  background: var(--accent);
  color: white;
  font-weight: 700;
  box-shadow: 0 16px 40px rgba(240, 90, 40, 0.35);
}

.button-small {
  min-height: 40px;
  padding: 0.65rem 1rem;
}

.button-ghost {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: none;
}

.hero {
  position: relative;
  min-height: 88vh;
  overflow: hidden;
}

.hero-media,
.hero-overlay,
.hero-video {
  position: absolute;
  inset: 0;
}

.hero-video {
  inset: -20% 0 auto 0;
  width: 100%;
  height: 120%;
  object-fit: cover;
  object-position: center top;
}

.hero-video.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(3, 7, 14, 0.96) 0%, rgba(3, 7, 14, 0.78) 38%, rgba(3, 7, 14, 0.55) 100%),
    linear-gradient(180deg, rgba(240, 90, 40, 0.15), transparent 45%);
}

.hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: end;
  min-height: 88vh;
  padding: 7rem 0 4rem;
}

h1 {
  max-width: 11ch;
  font-size: clamp(4.2rem, 11vw, 8.5rem);
  line-height: 0.92;
}

h2 {
  font-size: clamp(2.5rem, 6vw, 4.2rem);
  line-height: 0.95;
}

h3 {
  font-size: clamp(1.55rem, 3vw, 2rem);
  line-height: 1;
}

.hero-copy,
.section-heading p,
.program-card p,
.gallery-copy p,
.timeline-entry p,
.cta-card p,
.footer p,
.point-card p {
  color: var(--muted);
  line-height: 1.7;
  max-width: 65ch;
}

.hero-copy {
  font-size: 1.06rem;
  margin: 1.2rem 0 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.hero-stats,
.ribbon-grid,
.program-grid,
.gallery-grid,
.footer-grid {
  display: grid;
  gap: 1rem;
}

.hero-stats {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 760px;
  margin-top: 2.5rem;
}

.stat-card,
.ribbon-item,
.program-card,
.quote-card,
.point-card,
.gallery-card,
.timeline-entry,
.cta-card {
  border: 1px solid var(--border);
  background: rgba(17, 31, 53, 0.82);
  box-shadow: var(--shadow);
}

.stat-card {
  padding: 1.2rem;
}

.stat-card strong {
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2.3rem;
}

.feature-ribbon {
  margin-top: -2.25rem;
  position: relative;
  z-index: 3;
}

.ribbon-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ribbon-item {
  padding: 1rem 1.15rem;
  border-radius: 18px;
  text-transform: uppercase;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.25rem;
}

.section {
  padding: 6rem 0;
}

.section-dark {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent),
    linear-gradient(180deg, rgba(8, 17, 31, 0.25), rgba(8, 17, 31, 0.85));
}

.section-accent {
  background:
    linear-gradient(115deg, rgba(240, 90, 40, 0.15), transparent 50%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent);
}

.section-heading {
  margin-bottom: 2rem;
}

.centered {
  text-align: center;
}

.centered p {
  margin-left: auto;
  margin-right: auto;
}

.about-grid,
.split-panel,
.cta-card,
.footer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  align-items: start;
}

.quote-card {
  position: relative;
  padding: 2rem;
  border-radius: 28px;
}

.quote-mark {
  position: absolute;
  right: 1.2rem;
  top: -1rem;
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 7rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.08);
}

.quote-text {
  position: relative;
  margin: 0 0 1rem;
  font-size: 1.15rem;
  color: var(--text);
}

.program-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.program-card,
.point-card,
.timeline-entry {
  padding: 1.5rem;
  border-radius: 26px;
}

.stacked-points {
  display: grid;
  gap: 1rem;
}

.point-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.point-card span {
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: var(--accent);
  margin-top: 0.55rem;
  box-shadow: 0 0 0 7px rgba(240, 90, 40, 0.15);
}

.gallery-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gallery-card {
  overflow: hidden;
  border-radius: 28px;
}

.gallery-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.gallery-copy {
  padding: 1.35rem;
}

.timeline {
  display: grid;
  gap: 1rem;
}

.timeline-entry {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 1.2rem;
  align-items: start;
}

.cta-section {
  padding-top: 1rem;
}

.cta-card {
  padding: 2rem;
  border-radius: 32px;
  background:
    linear-gradient(135deg, rgba(240, 90, 40, 0.2), rgba(255, 255, 255, 0.04)),
    rgba(17, 31, 53, 0.88);
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-self: center;
  justify-content: flex-end;
}

.cta-actions .button {
  min-width: 152px;
}

.footer {
  padding: 2rem 0 3rem;
  border-top: 1px solid var(--border);
}

.footer-grid a {
  display: block;
  margin-top: 0.5rem;
  color: var(--muted);
}

@media (max-width: 960px) {
  .nav,
  .topbar .button-small {
    display: none;
  }

  .hero-stats,
  .ribbon-grid,
  .program-grid,
  .gallery-grid,
  .about-grid,
  .split-panel,
  .cta-card,
  .footer-grid,
  .timeline-entry {
    grid-template-columns: 1fr;
  }

  .cta-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .topbar {
    padding: 0.9rem 1rem;
  }

  .brand img {
    width: 48px;
    height: 48px;
  }

  .hero-content {
    padding-top: 6rem;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(3.2rem, 17vw, 5rem);
  }

  .section {
    padding: 4.5rem 0;
  }

  .cta-actions .button {
    width: 100%;
  }
}
