:root {
  --navy: #001528;
  --navy-deep: #000d1a;
  --navy-soft: #06243a;
  --gold: #d99a28;
  --gold-light: #efb84a;
  --cream: #f6f2ea;
  --white: #fff;
  --line: rgba(217, 154, 40, .42);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: #111;
  background: var(--cream);
}
img { max-width: 100%; }
a { text-decoration: none; }
.site-shell { max-width: 1440px; padding-left: clamp(1.25rem, 5vw, 4rem); padding-right: clamp(1.25rem, 5vw, 4rem); }
.section-dark {
  color: #fff;
  background:
    radial-gradient(circle at 80% 0%, rgba(33, 75, 103, .22), transparent 34%),
    linear-gradient(135deg, #00172b, #000d1b);
}
.section-light {
  background:
    radial-gradient(circle at 15% 10%, rgba(217, 154, 40, .05), transparent 30%),
    #f8f5ef;
}
.eyebrow,
.section-title,
.section-heading h2,
.program-card h3,
.pillar-card h3,
.action-card h3,
.footer-title,
.episode-title {
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
}
.eyebrow { color: var(--gold); font-weight: 700; letter-spacing: .045em; }
.btn {
  border-radius: .25rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .025em;
}
.btn-gold {
  --bs-btn-color: #07131f;
  --bs-btn-bg: var(--gold);
  --bs-btn-border-color: var(--gold);
  --bs-btn-hover-color: #07131f;
  --bs-btn-hover-bg: var(--gold-light);
  --bs-btn-hover-border-color: var(--gold-light);
}
.btn-outline-gold {
  --bs-btn-color: #fff;
  --bs-btn-border-color: var(--gold);
  --bs-btn-hover-color: #07131f;
  --bs-btn-hover-bg: var(--gold);
  --bs-btn-hover-border-color: var(--gold);
}
.site-header { transition: background .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled,
.site-header:has(.offcanvas.show) { background: rgba(0, 12, 25, .96); box-shadow: 0 8px 30px rgba(0,0,0,.24); }
.navbar { min-height: 88px; border-bottom: 1px solid rgba(255,255,255,.08); }
.navbar-brand img { width: 275px; height: 72px; object-fit: cover; object-position: left center; mix-blend-mode: screen; }
.nav-link {
  position: relative;
  color: rgba(255,255,255,.92) !important;
  font-size: .83rem;
  font-weight: 600;
  text-transform: uppercase;
}
.nav-link::after {
  position: absolute;
  content: "";
  left: .5rem;
  right: .5rem;
  bottom: -.7rem;
  height: 2px;
  background: var(--gold);
  transform: scaleX(0);
  transition: transform .2s ease;
}
.nav-link:hover::after,
.nav-link.active::after { transform: scaleX(1); }

.hero-section {
  position: relative;
  overflow: hidden;
  min-height: 640px;
  color: #fff;
  background: var(--navy-deep);
}
.hero-image {
  position: absolute;
  inset: 0 0 0 35%;
  background-image: url("/images/hero-bridge.jpg");
  background-size: cover;
  background-position: center;
  filter: saturate(.92) contrast(1.05);
}
.hero-image::after {
  position: absolute; inset: 0; content: "";
  background: linear-gradient(90deg, #001221 0%, transparent 42%);
}
.hero-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 13, 26, 1) 0%, rgba(0, 17, 31, .92) 38%, rgba(0, 13, 26, .15) 67%),
    linear-gradient(0deg, rgba(0, 9, 19, .38), transparent 42%);
}
.hero-content { position: relative; z-index: 2; }
.min-vh-hero { min-height: 640px; padding-top: 88px; }
.display-title {
  max-width: 650px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(3.1rem, 6vw, 5.8rem);
  font-weight: 800;
  line-height: .91;
  text-transform: uppercase;
  text-shadow: 0 4px 16px rgba(0,0,0,.4);
}
.display-title span { color: var(--gold); }
.hero-copy { max-width: 600px; font-size: clamp(1rem, 1.4vw, 1.25rem); line-height: 1.65; }

.mission-section { border-top: 1px solid var(--line); }
.mission-copy { border-right: 1px solid var(--line); }
.section-title { font-size: clamp(1.9rem, 3vw, 2.75rem); line-height: 1.05; }
.mission-copy p:last-child { color: rgba(255,255,255,.8); line-height: 1.75; }
.pillar-card {
  height: 100%;
  min-height: 225px;
  padding: 1rem;
  text-align: center;
  border-right: 1px solid rgba(217,154,40,.22);
}
.pillar-card i { display: block; color: var(--gold); font-size: 3rem; margin-bottom: .65rem; }
.pillar-card h3 { color: var(--gold); font-size: 1.4rem; letter-spacing: .03em; }
.pillar-card p { color: rgba(255,255,255,.82); font-size: .86rem; line-height: 1.55; margin-bottom: 0; }

.section-heading { margin-bottom: .75rem; }
.section-heading > span { display: inline-block; width: 42px; height: 1px; vertical-align: middle; background: #5e6a73; }
.section-heading h2 { display: inline-block; margin: 0 .85rem; font-size: clamp(2rem, 4vw, 3rem); line-height: 1; color: var(--navy); }
.section-heading p { margin: .5rem 0 0; }

.program-card {
  position: relative;
  overflow: hidden;
  border-radius: .45rem;
  background: rgba(255,255,255,.75);
  box-shadow: 0 12px 30px rgba(0, 18, 34, .06);
}
.program-card > img { width: 100%; aspect-ratio: 1.7/1; object-fit: cover; }
.program-icon {
  display: grid;
  place-items: center;
  width: 58px; height: 58px;
  margin: -30px auto 0;
  position: relative;
  border: 2px solid var(--gold);
  border-radius: 50%;
  color: #fff;
  background: var(--navy);
  box-shadow: 0 5px 12px rgba(0,0,0,.3);
  font-size: 1.5rem;
}
.program-body { padding: .9rem .75rem 1rem; text-align: center; }
.program-body h3 { color: var(--navy); font-size: 1.25rem; letter-spacing: .03em; }
.program-body p { margin: 0; font-size: .78rem; line-height: 1.55; }

.podcast-section { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.podcast-cover { width: 190px; border: 1px solid var(--gold); border-radius: .35rem; box-shadow: 0 12px 24px rgba(0,0,0,.3); }
.podcast-mic { max-height: 215px; object-fit: cover; object-position: center; mix-blend-mode: screen; }
.episode-title { font-size: clamp(1.8rem, 3vw, 2.8rem); line-height: .98; }
.podcast-play { display: inline-flex; align-items: center; gap: .7rem; color: #fff; font-weight: 700; text-transform: uppercase; }
.podcast-play i { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; color: var(--navy); background: var(--gold); font-size: 1.6rem; }
.episode-link { color: #fff; font-family: "Barlow Condensed", sans-serif; text-transform: uppercase; font-size: 1.15rem; }
.episode-link i { color: var(--gold); }

.merch-row img { width: 100%; height: 150px; object-fit: contain; mix-blend-mode: multiply; }
.movement-section { border-top: 1px solid var(--line); }
.action-card {
  display: flex;
  gap: 1rem;
  min-height: 140px;
  padding: .5rem 1.25rem;
  border-left: 1px solid rgba(217,154,40,.25);
}
.action-card > i { color: var(--gold); font-size: 2.8rem; }
.action-card h3 { color: var(--gold); font-size: 1.45rem; margin-bottom: .1rem; }
.action-card p { font-size: .78rem; min-height: 38px; }

.site-footer {
  color: #fff;
  background: #001427;
  border-top: 1px solid rgba(217,154,40,.35);
}
.footer-logo { width: 260px; height: 82px; object-fit: cover; object-position: left; mix-blend-mode: screen; }
.footer-title { color: var(--gold); font-size: 1.15rem; font-weight: 700; margin-bottom: .35rem; }
.subscribe-form .form-control {
  min-width: 0;
  border-color: rgba(255,255,255,.2);
  color: #fff;
  background: rgba(255,255,255,.08);
}
.subscribe-form .form-control::placeholder { color: rgba(255,255,255,.55); }
.social-links { display: flex; gap: .55rem; }
.social-links a {
  display: grid; place-items: center;
  width: 38px; height: 38px;
  border-radius: 50%;
  color: #fff;
  background: rgba(255,255,255,.16);
}
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: .25rem .75rem; }
.footer-links a,
.footer-bottom a { color: rgba(255,255,255,.78); }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: rgba(255,255,255,.58);
  border-top: 1px solid rgba(255,255,255,.1);
  font-size: .75rem;
}

@media (max-width: 991.98px) {
  .navbar { min-height: 74px; background: rgba(0, 12, 25, .94); }
  .navbar-brand img { width: 220px; height: 58px; }
  .offcanvas { background: #001427 !important; }
  .offcanvas-body .btn { width: 100%; margin-top: 1rem; }
  .nav-link { padding-block: .8rem; font-size: 1rem; }
  .nav-link::after { display: none; }
  .hero-section, .min-vh-hero { min-height: 640px; }
  .hero-image { inset: 0; opacity: .72; background-position: 64% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(0,13,26,.98), rgba(0,13,26,.67)); }
  .mission-copy { border-right: 0; border-bottom: 1px solid var(--line); padding-bottom: 2rem; }
  .pillar-card { min-height: 210px; }
  .podcast-mic { display: none; }
}
@media (max-width: 575.98px) {
  .site-shell { padding-left: 1rem; padding-right: 1rem; }
  .hero-section, .min-vh-hero { min-height: 610px; }
  .display-title { font-size: 3.15rem; }
  .hero-copy { font-size: .98rem; }
  .hero-content .btn { width: 100%; }
  .pillar-card { min-height: 235px; padding: .85rem .35rem; }
  .pillar-card i { font-size: 2.35rem; }
  .pillar-card h3 { font-size: 1.05rem; }
  .pillar-card p { font-size: .72rem; }
  .section-heading > span { width: 22px; }
  .section-heading h2 { margin-inline: .45rem; }
  .program-body p { font-size: .85rem; }
  .podcast-cover { width: 170px; }
  .merch-row img { height: 130px; }
  .action-card { border-left: 0; border-bottom: 1px solid rgba(217,154,40,.2); }
  .footer-bottom { flex-direction: column; }
}
