:root {
  --navy: #0B1926;
  --gold: #C7922E;
  --ivory: #F2EBDD;
  --brown: #6A4935;
  --charcoal: #25282A;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(11, 25, 38, .15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Source Sans 3", Arial, sans-serif;
  color: var(--charcoal);
  background: var(--ivory);
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.narrow { max-width: 780px; }
.center { text-align: center; }

.skip-link {
  position: absolute; left: -9999px; top: 0;
}
.skip-link:focus {
  left: 16px; top: 16px; z-index: 9999;
  padding: 10px 14px; background: white; color: black;
}

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(11,25,38,.95);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(242,235,221,.12);
}
.nav-wrap {
  min-height: 104px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.brand { text-decoration: none; display: inline-flex; align-items: center; }
.brand img {
  display: block;
  width: auto;
  height: 88px;
  max-width: 180px;
  object-fit: contain;
  object-position: left center;
  border-radius: 2px;
}
.site-nav { display: flex; gap: 26px; align-items: center; }
.site-nav a,
.site-nav a:visited {
  color: var(--ivory);
  text-decoration: none;
  font-weight: 600;
}
.site-nav a:hover,
.site-nav a:focus { color: var(--gold); }
.menu-toggle {
  display: none;
  background: transparent; border: 1px solid rgba(242,235,221,.4);
  color: var(--ivory); padding: 8px 12px; border-radius: 6px;
}

.hero {
  min-height: 720px;
  position: relative;
  display: grid; align-items: center;
  background: var(--navy) url("assets/hero-background.png") center/cover no-repeat;
  color: var(--ivory);
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(11,25,38,.96) 0%, rgba(11,25,38,.88) 42%, rgba(11,25,38,.30) 100%);
}
.hero-content { position: relative; z-index: 1; padding: 100px 0; max-width: 760px; }
.eyebrow {
  margin: 0 0 12px;
  text-transform: uppercase; letter-spacing: .16em;
  font-weight: 700; font-size: .84rem;
}
.gold { color: var(--gold); }
h1, h2, h3 {
  font-family: "Oswald", Impact, sans-serif;
  line-height: 1.05; margin-top: 0;
  text-transform: uppercase;
}
h1 { font-size: clamp(3.5rem, 8vw, 6.8rem); margin-bottom: 26px; }
h2 { font-size: clamp(2.4rem, 5vw, 4.4rem); margin-bottom: 24px; color: var(--navy); }
h3 { font-size: 1.8rem; }
.hero-copy { font-size: 1.28rem; max-width: 650px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin: 34px 0 18px; }
.launch-note { font-size: .92rem; color: rgba(242,235,221,.75); }

.button {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 48px; padding: 12px 20px;
  border-radius: 4px; text-decoration: none;
  font-weight: 700; letter-spacing: .02em;
}
.button-primary { background: var(--gold); color: var(--navy); }
.button-primary:hover { filter: brightness(1.08); }
.button-secondary { border: 1px solid var(--ivory); color: var(--ivory); }
.button-light { background: var(--ivory); color: var(--navy); }
.button-disabled { opacity: .75; cursor: default; }

.section { padding: 96px 0; }
.section-light { background: var(--white); }
.section-ivory { background: var(--ivory); }
.section-navy { background: var(--navy); color: var(--ivory); }
.section-navy h2, .section-navy h3 { color: var(--ivory); }
.section-heading { max-width: 820px; margin-bottom: 48px; }
.section-heading > p:last-child { font-size: 1.15rem; }

.pillars {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px;
}
.pillar-card {
  background: var(--ivory); padding: 30px; border-top: 5px solid var(--gold);
  box-shadow: var(--shadow);
}
.pillar-number { color: var(--gold); font-weight: 800; letter-spacing: .14em; }
.pillar-card h3 { color: var(--navy); margin: 10px 0 14px; }

.split {
  display: grid; grid-template-columns: minmax(260px, 420px) 1fr;
  gap: 64px; align-items: center;
}
.podcast-art img { border-radius: 8px; box-shadow: 0 24px 70px rgba(0,0,0,.45); }
.split-copy > p { font-size: 1.08rem; }
.episode-card {
  margin-top: 34px; padding: 28px;
  border: 1px solid rgba(242,235,221,.18);
  background: rgba(242,235,221,.06);
}
.episode-label { color: var(--gold); font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }

blockquote {
  margin: 30px 0; padding-left: 22px;
  border-left: 5px solid var(--gold);
  color: var(--brown); font-size: 1.8rem; font-weight: 700;
}
.section-community {
  color: var(--ivory);
  background:
    linear-gradient(rgba(11,25,38,.86), rgba(11,25,38,.91)),
    url("assets/hero-background.png") center/cover no-repeat;
}
.section-community h2 { color: var(--ivory); }
.strong { font-weight: 800; font-size: 1.2rem; }

.statement {
  padding: 82px 0;
  background: var(--gold); color: var(--navy);
}
.statement p {
  margin: 0; font-family: "Oswald", sans-serif;
  text-transform: uppercase; font-size: 1.65rem;
}
.statement h2 { margin: 4px 0 16px; color: var(--navy); }
.statement span { font-weight: 600; }

.contact-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: start;
}
.contact-card {
  background: var(--ivory); padding: 34px; border-left: 5px solid var(--gold);
  box-shadow: var(--shadow);
}
.email-link {
  display: inline-block; margin: 4px 0 18px;
  font-family: "Oswald", sans-serif; font-size: 1.7rem;
  color: var(--navy); font-weight: 700; text-decoration: none;
}
.fine-print { font-size: .88rem; color: #555; }

.site-footer { background: var(--navy); color: var(--ivory); padding: 44px 0; }
.footer-wrap { display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: start; }
.footer-wrap strong { font-family: "Oswald", sans-serif; font-size: 1.45rem; text-transform: uppercase; }
.footer-wrap p { margin: 4px 0 0; }
.footer-links { display: flex; gap: 18px; flex-wrap: wrap; }
.footer-links a { text-decoration: none; color: var(--ivory); }
.footer-links a:hover { color: var(--gold); }
.copyright { grid-column: 1 / -1; opacity: .7; font-size: .88rem; margin-top: 22px !important; }

@media (max-width: 820px) {
  .menu-toggle { display: inline-block; }
  .site-nav {
    position: absolute; left: 0; right: 0; top: 104px; z-index: 100;
    display: none; flex-direction: column; align-items: stretch;
    padding: 14px; background: var(--navy);
    border-top: 1px solid rgba(242,235,221,.14);
    box-shadow: 0 18px 35px rgba(0,0,0,.35);
  }
  .site-nav.open { display: flex; }
  .site-nav a,
  .site-nav a:visited {
    display: block;
    padding: 13px 15px;
    color: var(--ivory) !important;
    background: rgba(242,235,221,.06);
    border: 1px solid rgba(242,235,221,.10);
    border-radius: 5px;
    font-size: 1.08rem;
  }
  .site-nav a:hover,
  .site-nav a:focus { color: var(--navy) !important; background: var(--gold); }
  .brand img { width: auto; height: 82px; max-width: 105px; }
  .hero { min-height: 640px; background-position: 62% center; }
  .hero-overlay { background: rgba(11,25,38,.84); }
  .pillars, .split, .contact-grid { grid-template-columns: 1fr; }
  .split { gap: 38px; }
  .podcast-art { max-width: 420px; margin: 0 auto; }
  .footer-wrap { grid-template-columns: 1fr; }
  .copyright { grid-column: auto; }
}

@media (max-width: 520px) {
  .container { width: min(100% - 28px, 1120px); }
  .section { padding: 72px 0; }
  .hero-content { padding: 80px 0; }
  h1 { font-size: 3.45rem; }
  .hero-copy { font-size: 1.08rem; }
  .hero-actions .button { width: 100%; }
  .email-link { font-size: 1.35rem; word-break: break-word; }
}
