:root {
  --navy: #01336c;
  --navy-deep: #00234c;
  --navy-soft: #0b4b89;
  --white: #ffffff;
  --paper: #f5f8fc;
  --gold: #eeb839;
  --gold-deep: #bd8514;
  --ink: #10243e;
  --muted: #5e6f82;
  --line: rgba(1, 51, 108, .15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
}
a { color: inherit; }
img { display: block; max-width: 100%; }

.site-header {
  align-items: center;
  background: rgba(255,255,255,.97);
  border-bottom: 1px solid var(--line);
  color: var(--navy);
  display: flex;
  justify-content: space-between;
  min-height: 76px;
  padding: 12px clamp(20px, 5vw, 76px);
  position: sticky;
  top: 0;
  z-index: 20;
}
.brand { align-items: center; display: flex; font-weight: 800; gap: 12px; letter-spacing: .02em; text-decoration: none; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.05; }
.brand-copy strong { font-size: .9rem; letter-spacing: .04em; text-transform: uppercase; }
.brand-copy small { color: var(--gold-deep); font-family: Georgia, "Times New Roman", serif; font-size: .78rem; font-style: italic; font-weight: 500; letter-spacing: .02em; margin-top: 5px; }
.brand-mark { align-items: center; background: var(--navy); border-radius: 10px; display: inline-flex; height: 48px; justify-content: center; overflow: hidden; padding: 4px; width: 48px; }
.brand-mark img { height: 100%; width: 100%; }
nav { align-items: center; display: flex; gap: clamp(18px, 3vw, 38px); }
nav a { font-size: .83rem; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.nav-cta { background: var(--navy); border: 1px solid var(--navy); color: var(--white); padding: 9px 14px; }
.nav-cta:hover { background: var(--navy-soft); }

.hero {
  background: var(--white);
  color: var(--ink);
  display: grid;
  gap: clamp(45px, 7vw, 110px);
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .75fr);
  min-height: calc(100vh - 76px);
  overflow: hidden;
  padding: clamp(70px, 10vw, 140px) clamp(24px, 8vw, 120px);
  position: relative;
}
.hero::before { border: 1px solid rgba(238,184,57,.4); border-radius: 50%; content: ""; height: 480px; position: absolute; right: -250px; top: -260px; width: 480px; }
.hero-copy { align-self: center; max-width: 780px; position: relative; z-index: 1; }
.eyebrow { color: var(--gold-deep); font-size: .76rem; font-weight: 800; letter-spacing: .18em; margin: 0 0 18px; text-transform: uppercase; }
.eyebrow.dark { color: var(--navy); }
.coming-soon { align-items: center; color: var(--navy); display: flex; font-size: .75rem; font-weight: 800; gap: 9px; letter-spacing: .12em; margin: -4px 0 26px; text-transform: uppercase; }
.coming-soon span { background: var(--gold); border-radius: 50%; box-shadow: 0 0 0 5px rgba(238,184,57,.18); height: 8px; width: 8px; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.035em; line-height: 1.02; margin-top: 0; }
h1 { font-size: clamp(4rem, 8.2vw, 8.25rem); margin-bottom: 28px; max-width: 850px; }
h1 em { color: var(--navy); font-weight: 400; }
.hero-lede { color: var(--muted); font-size: clamp(1.05rem, 1.6vw, 1.35rem); line-height: 1.7; max-width: 650px; }
.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 28px; margin-top: 38px; }
.button { display: inline-flex; font-size: .84rem; font-weight: 800; justify-content: center; letter-spacing: .08em; padding: 15px 21px; text-decoration: none; text-transform: uppercase; }
.button-gold { background: var(--gold); color: var(--navy-deep); }
.button-gold:hover { background: #f5c95f; }
.text-link { font-weight: 700; text-decoration: none; }
.text-link span { color: var(--gold); margin-left: 6px; }
.hero-mark { align-self: center; justify-self: center; text-align: center; width: min(100%, 500px); }
.mark-frame { background: var(--navy); border: 1px solid var(--navy); box-shadow: 0 28px 70px rgba(1,51,108,.2); padding: clamp(12px, 2vw, 24px); position: relative; }
.mark-frame::after { border: 1px solid rgba(238,184,57,.58); content: ""; inset: 11px; pointer-events: none; position: absolute; }
.hero-mark img { aspect-ratio: 1; object-fit: cover; width: 100%; }
.hero-mark > p { color: var(--navy); font-size: .72rem; font-weight: 800; letter-spacing: .16em; margin-top: 22px; text-transform: uppercase; }

.manifesto { display: grid; gap: clamp(30px, 5vw, 74px); grid-template-columns: 60px minmax(280px, .9fr) minmax(300px, .8fr); padding: clamp(80px, 10vw, 150px) clamp(24px, 8vw, 120px); }
.section-number { color: var(--gold); font-size: .76rem; font-weight: 800; letter-spacing: .14em; margin: 5px 0 0; }
h2 { font-size: clamp(2.5rem, 5.4vw, 5rem); margin-bottom: 0; }
.manifesto-copy { align-self: end; border-left: 1px solid var(--line); color: var(--muted); padding-left: clamp(24px, 4vw, 50px); }
.manifesto-copy p:last-child { margin-bottom: 0; }

.conversations { background: var(--paper); padding: clamp(80px, 10vw, 140px) clamp(24px, 8vw, 120px); }
.section-heading { align-items: end; display: grid; gap: 40px; grid-template-columns: 1.15fr .65fr; margin-bottom: 60px; }
.section-heading > p { color: var(--muted); margin: 0; }
.episode-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }
.episode-card { background: var(--white); border-top: 4px solid var(--navy); min-height: 360px; padding: clamp(26px, 3vw, 42px); position: relative; }
.episode-card.featured { background: var(--navy); color: var(--white); }
.episode-label { color: var(--gold); display: block; font-size: .7rem; font-weight: 800; letter-spacing: .14em; margin-bottom: 52px; text-transform: uppercase; }
.episode-card h3 { font-size: clamp(2rem, 3.2vw, 3.2rem); margin-bottom: 24px; }
.episode-card p { color: var(--muted); font-size: .95rem; }
.episode-card.featured p { color: rgba(255,255,255,.74); }
.episode-scripture { bottom: 30px; color: var(--navy); font-size: .78rem; font-weight: 800; letter-spacing: .08em; position: absolute; text-transform: uppercase; }
.featured .episode-scripture { color: var(--gold); }

.quote-band { background: var(--navy); color: var(--white); padding: clamp(70px, 9vw, 130px) clamp(24px, 10vw, 160px); }
blockquote { margin: 0 auto; max-width: 1100px; text-align: center; }
blockquote p { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.8rem, 6.7vw, 6.5rem); letter-spacing: -.045em; line-height: 1.03; margin: 0; }
blockquote em, blockquote footer { color: var(--gold); }
blockquote footer { font-size: .72rem; font-weight: 900; letter-spacing: .16em; margin-top: 30px; text-transform: uppercase; }

.about { display: grid; gap: clamp(40px, 8vw, 120px); grid-template-columns: .72fr 1.1fr; padding: clamp(80px, 11vw, 160px) clamp(24px, 8vw, 120px); }
.about-kicker { align-items: center; align-self: center; background: var(--navy); display: flex; justify-content: center; min-height: 380px; padding: clamp(35px, 6vw, 75px); }
.about-kicker img { width: 100%; }
.about-copy .intro { color: var(--navy); font-family: Georgia, serif; font-size: clamp(1.35rem, 2.2vw, 1.9rem); line-height: 1.45; }
.about-copy > p:last-child { color: var(--muted); }

.listen { align-items: end; background: var(--paper); border-top: 1px solid var(--line); color: var(--ink); display: grid; gap: 50px; grid-template-columns: 1.1fr .7fr; padding: clamp(70px, 9vw, 120px) clamp(24px, 8vw, 120px); }
.listen p:last-child { color: var(--muted); margin: 0; }
.listen-details > p { color: var(--muted); margin: 0; }
.social-links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.social-links a { border: 1px solid var(--navy); color: var(--navy); font-size: .76rem; font-weight: 800; letter-spacing: .08em; padding: 11px 14px; text-decoration: none; text-transform: uppercase; }
.social-links a:hover { background: var(--navy); color: var(--white); }
.social-links span { color: var(--gold); margin-left: 4px; }
.social-links a:hover span { color: inherit; }
.site-footer { align-items: center; background: var(--navy-deep); color: rgba(255,255,255,.65); display: flex; font-size: .78rem; justify-content: space-between; padding: 32px clamp(24px, 6vw, 90px); }
.footer-brand { align-items: center; display: flex; gap: 15px; }
.footer-brand strong, .footer-brand span { display: block; }
.footer-mark { background: var(--navy); }
.footer-brand strong { color: var(--white); font-size: .9rem; }
.footer-contact { text-align: right; }
.footer-contact a { color: rgba(255,255,255,.78); margin-left: 18px; text-decoration: none; }
.footer-contact a:hover { color: var(--gold); }
.footer-contact p { margin: 8px 0 0; }

@media (max-width: 900px) {
  .site-header { min-height: 68px; }
  nav a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-mark { max-width: 390px; }
  .manifesto { grid-template-columns: 40px 1fr; }
  .manifesto-copy { grid-column: 2; }
  .section-heading, .listen { grid-template-columns: 1fr; }
  .episode-grid { grid-template-columns: 1fr; }
  .episode-card { min-height: 330px; }
  .about { grid-template-columns: 1fr; }
  .about-kicker { margin: 0 auto; max-width: 450px; width: 100%; }
}

@media (max-width: 560px) {
  body { font-size: 16px; }
  .brand-copy strong { font-size: .78rem; }
  .brand-copy small { font-size: .7rem; }
  .nav-cta { font-size: .68rem; padding: 7px 9px; }
  .hero { padding-top: 70px; }
  h1 { font-size: clamp(3.65rem, 19vw, 5rem); }
  .manifesto { grid-template-columns: 1fr; }
  .section-number { display: none; }
  .manifesto-copy { border-left: 0; border-top: 1px solid var(--line); grid-column: 1; padding-left: 0; padding-top: 22px; }
  .site-footer { align-items: flex-start; flex-direction: column; gap: 24px; }
  .site-footer > p { margin: 0; }
  .footer-contact { text-align: left; }
  .footer-contact a { display: block; margin: 6px 0; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
