:root {
  --navy: #1b2a49;
  --navy-2: #24375f;
  --almond: #f2e2cf;
  --almond-2: #f7efe5;
  --rose: #a69cac;
  --coral: #e26a5c;
  --coral-dark: #c95648;
  --ink: #152033;
  --muted: #4c586d;
  --coral-ink: #9c473d;
  --line: rgba(27, 42, 73, 0.12);
  --shadow: 0 30px 80px rgba(11, 20, 39, 0.18);
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --radius-sm: 12px;
  --content: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 7rem; }
body {
  margin: 0;
  font-family: "Barlow", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(242, 201, 161, 0.18), transparent 28%),
    linear-gradient(180deg, #162540 0%, var(--navy) 100%);
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.site-shell {
  width: min(var(--content), calc(100% - 2rem));
  margin: 0 auto;
  padding: 1rem 0 2.5rem;
}

.topbar {
  position: sticky;
  top: 0.75rem;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.95rem 1.15rem;
  margin-bottom: 1.5rem;
  color: rgba(255,255,255,0.95);
  background: rgba(20, 35, 63, 0.78);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 20px;
  box-shadow: 0 16px 38px rgba(7, 13, 24, 0.24);
  backdrop-filter: blur(14px);
}

.brand-mini {
  display: inline-flex;
  align-items: center;
}

.brand-mini img {
  display: block;
  width: clamp(160px, 18vw, 220px);
  height: auto;
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(11, 20, 39, 0.16);
}

.topnav {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.topnav a {
  font-size: 0.95rem;
  opacity: 0.94;
}

main {
  display: grid;
  gap: 1.25rem;
}

.card {
  border-radius: var(--radius-xl);
  padding: clamp(1.6rem, 2vw, 2rem);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.card-light {
  background: linear-gradient(180deg, #fffdfa 0%, #fff9f3 100%);
}

.card-dark {
  color: white;
  background:
    radial-gradient(circle at 85% 15%, rgba(242, 201, 161, 0.16), transparent 26%),
    radial-gradient(circle at 72% 62%, rgba(166, 156, 172, 0.18), transparent 24%),
    linear-gradient(135deg, #14233f 0%, #1b2a49 42%, #24375f 100%);
}

.card-accent {
  background:
    linear-gradient(180deg, rgba(242, 226, 207, 0.95), rgba(247, 239, 229, 0.98));
}

.card-quote {
  background: linear-gradient(135deg, rgba(250, 245, 238, 0.98), rgba(242, 226, 207, 0.96));
  border: 1px solid rgba(21, 32, 51, 0.08);
}

.hero {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 2rem;
  align-items: center;
  min-height: 560px;
}

.eyebrow,
.section-label,
.feature-tag,
.art-kicker {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.74rem;
  font-weight: 600;
}

.hero .eyebrow { color: rgba(255,247,238,0.96); }
.hero h1,
.section-heading h2,
.feature-copy h3,
.art-card h2 {
  font-family: "Fraunces", Georgia, serif;
  line-height: 1.05;
  margin: 0;
}

.hero h1 {
  font-size: clamp(2.9rem, 6vw, 5.6rem);
  max-width: 9ch;
  margin-top: 0.7rem;
}

.lede {
  font-size: 1.1rem;
  line-height: 1.75;
  color: rgba(255,255,255,0.9);
  max-width: 58ch;
  margin: 1.2rem 0 0;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.6rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 1.2rem;
  border-radius: 999px;
  font-weight: 600;
  transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
  border: 1px solid transparent;
}

.btn:hover { transform: translateY(-1px); }

.btn-primary {
  background: var(--coral);
  color: white;
}

.btn-primary:hover { background: var(--coral-dark); }

.btn-secondary {
  background: rgba(255,255,255,0.08);
  color: white;
  border-color: rgba(255,255,255,0.25);
}

.btn-secondary.light {
  background: transparent;
  color: white;
  border-color: rgba(255,255,255,0.45);
}

.card-light .btn-secondary,
.card-accent .btn-secondary {
  color: var(--navy);
  background: transparent;
  border-color: rgba(27,42,73,0.22);
}

.hero-art {
  position: relative;
  min-height: 430px;
  display: flex;
  align-items: end;
  justify-content: center;
}

.art-orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(2px);
}

.orb-one {
  width: 270px;
  height: 270px;
  background: radial-gradient(circle, rgba(226,106,92,0.5), rgba(226,106,92,0.02));
  top: 0;
  right: 16%;
}

.orb-two {
  width: 340px;
  height: 340px;
  background: radial-gradient(circle, rgba(166,156,172,0.42), rgba(166,156,172,0.03));
  bottom: 0;
  left: 6%;
}

.art-card {
  position: relative;
  z-index: 1;
  width: min(360px, 100%);
  padding: 2rem;
  border-radius: var(--radius-lg);
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  backdrop-filter: blur(8px);
}

.brand-mark-card {
  text-align: left;
}

.hero-symbol {
  display: block;
  width: clamp(104px, 18vw, 148px);
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 26px;
  box-shadow: 0 18px 44px rgba(8, 14, 27, 0.3);
  margin-bottom: 1rem;
}

.art-card h2 {
  margin-top: 0.65rem;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.section {
  padding-top: clamp(1.8rem, 2.2vw, 2.4rem);
  padding-bottom: clamp(1.8rem, 2.2vw, 2.4rem);
}

.section-heading {
  display: grid;
  gap: 0.5rem;
}

.section-label,
.feature-tag {
  color: var(--coral-ink);
}

.section-heading h2 {
  font-size: clamp(2rem, 3.7vw, 3.1rem);
  max-width: 14ch;
}

.section-intro {
  max-width: 68ch;
  line-height: 1.8;
  font-size: 1.06rem;
  color: var(--muted);
  margin: 1rem 0 0;
}

.section-intro.light {
  color: rgba(255,255,255,0.9);
}

.guest-invite {
  margin-top: 1.35rem;
  padding: 1.2rem 1.25rem;
  border-radius: var(--radius-md);
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
}

.guest-label {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.74rem;
  font-weight: 600;
  color: rgba(255,247,238,0.88);
}

.guest-invite h3 {
  margin: 0.45rem 0 0;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  line-height: 1.15;
  color: #ffffff;
}

.guest-invite p:last-child {
  margin: 0.75rem 0 0;
  color: rgba(255,255,255,0.88);
  line-height: 1.75;
}

.three-up,
.themes-grid,
.episodes-grid,
.social-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}

.three-up { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.themes-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.episodes-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.social-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.value-card,
.theme-card,
.episode-card,
.social-card {
  border-radius: var(--radius-md);
  padding: 1.2rem;
}

.value-card,
.theme-card,
.episode-card {
  background: rgba(255,255,255,0.72);
  border: 1px solid var(--line);
}

.value-card h3,
.theme-card h3,
.episode-card h3 {
  margin: 0 0 0.6rem;
  font-size: 1.08rem;
}

.value-card p,
.theme-card p,
.episode-card p,
.social-card span {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.feature-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 1.4rem;
  align-items: center;
  margin-top: 1.5rem;
}

.feature-thumb img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: var(--radius-lg);
  box-shadow: 0 24px 60px rgba(27,42,73,0.18);
}

.feature-copy h3 {
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  margin-top: 0.4rem;
}

.feature-copy p {
  color: var(--muted);
  line-height: 1.8;
}

.feature-points {
  padding-left: 1.2rem;
  color: var(--ink);
  line-height: 1.9;
  margin: 1rem 0 1.2rem;
}

.episode-card {
  display: grid;
  gap: 0.9rem;
}

.episode-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: var(--radius-sm);
}

.episode-card a {
  color: var(--navy);
  font-weight: 600;
}

blockquote {
  margin: 0;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.75rem, 3vw, 2.6rem);
  font-weight: 700;
  line-height: 1.42;
  color: #11203d;
  max-width: 24ch;
  text-shadow: 0 1px 0 rgba(255,255,255,0.18);
}

.social-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  color: white;
  display: grid;
  gap: 0.35rem;
}

.social-card span { color: rgba(255,255,255,0.84); }
.social-card strong { font-size: 1.03rem; }
.top-gap { margin-top: 1.4rem; }

.footer {
  text-align: center;
  color: rgba(255,255,255,0.92);
  padding: 1.5rem 0 0.5rem;
}

.footer-brand {
  margin: 0 0 0.5rem;
}

.footer-brand img {
  width: clamp(180px, 22vw, 250px);
  height: auto;
  border-radius: 16px;
  box-shadow: 0 12px 26px rgba(11, 20, 39, 0.14);
  margin: 0 auto;
}

.footer p { margin: 0.28rem 0; }
.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}

@media (max-width: 1024px) {
  .hero,
  .feature-grid,
  .three-up,
  .themes-grid,
  .episodes-grid,
  .social-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 1.4rem;
  }

  .hero-art { min-height: 280px; }
  .section-heading h2 { max-width: 16ch; }
}

@media (max-width: 720px) {
  html { scroll-padding-top: 8.5rem; }

  .site-shell {
    width: min(var(--content), calc(100% - 0.8rem));
    padding-top: 0.65rem;
    padding-bottom: 1.5rem;
  }

  .topbar {
    top: 0.35rem;
    flex-direction: column;
    align-items: stretch;
    gap: 0.7rem;
    padding: 0.8rem 0.9rem;
    margin-bottom: 1rem;
    border-radius: 18px;
  }

  .topnav {
    gap: 0.55rem 0.75rem;
    justify-content: space-between;
  }

  .topnav a {
    font-size: 0.82rem;
    line-height: 1.2;
  }

  .hero,
  .three-up,
  .themes-grid,
  .episodes-grid,
  .feature-grid,
  .social-grid {
    grid-template-columns: 1fr;
  }

  .card {
    border-radius: 20px;
    padding: 1.2rem;
  }

  .section {
    padding-top: 1.35rem;
    padding-bottom: 1.35rem;
  }

  .hero {
    gap: 1.1rem;
    min-height: auto;
    padding-top: 1.35rem;
    padding-bottom: 1.35rem;
  }

  .hero h1 {
    max-width: 8ch;
    font-size: clamp(2.45rem, 13vw, 3.15rem);
    line-height: 0.98;
  }

  .hero .eyebrow {
    font-size: 0.68rem;
    letter-spacing: 0.11em;
  }

  .lede {
    font-size: 0.98rem;
    line-height: 1.65;
    margin-top: 1rem;
  }

  .button-row {
    flex-direction: column;
    align-items: stretch;
    gap: 0.7rem;
    margin-top: 1.15rem;
  }

  .btn {
    width: 100%;
    min-height: 50px;
    padding: 0.9rem 1rem;
  }

  .hero-art {
    min-height: 220px;
    align-items: stretch;
  }

  .orb-one {
    width: 180px;
    height: 180px;
    right: 2%;
  }

  .orb-two {
    width: 220px;
    height: 220px;
    left: -4%;
  }

  .art-card {
    width: 100%;
    padding: 1.3rem;
  }

  .brand-mini img { width: 160px; }
  .hero-symbol { width: 96px; }

  .section-heading h2 {
    max-width: 100%;
    font-size: clamp(1.7rem, 8vw, 2.2rem);
  }

  .section-intro,
  .feature-copy p,
  .guest-invite p:last-child,
  .value-card p,
  .theme-card p,
  .episode-card p,
  .social-card span {
    font-size: 0.96rem;
    line-height: 1.65;
  }

  .value-card,
  .theme-card,
  .episode-card,
  .social-card,
  .guest-invite {
    padding: 1rem;
  }

  .feature-points {
    margin: 0.8rem 0 1rem;
    line-height: 1.7;
  }

  blockquote {
    font-size: clamp(1.45rem, 7vw, 2rem);
    line-height: 1.38;
    max-width: 100%;
  }

  .footer {
    padding-top: 1rem;
  }

  .footer-links {
    gap: 0.35rem;
    font-size: 0.92rem;
  }
}

@media (max-width: 480px) {
  html { scroll-padding-top: 9rem; }

  .site-shell { width: calc(100% - 0.5rem); }

  .topbar {
    padding: 0.75rem 0.8rem;
    gap: 0.6rem;
  }

  .brand-mini img { width: 148px; }
  .topnav a { font-size: 0.78rem; }

  .hero h1 {
    font-size: clamp(2.2rem, 12vw, 2.8rem);
    max-width: 7.5ch;
  }

  .lede { font-size: 0.95rem; }
  .card { padding: 1rem; }
  .section-heading h2 { font-size: clamp(1.55rem, 7.5vw, 2rem); }
  .art-card h2 { font-size: clamp(1.45rem, 7vw, 1.9rem); }

  .footer-links {
    flex-direction: column;
    gap: 0.2rem;
  }

  .footer-links span { display: none; }
}
