:root {
  --ink: #191816;
  --charcoal: #25231f;
  --cream: #f7f4ed;
  --paper: #fffefa;
  --champagne: #e8dcc8;
  --champagne-soft: #f1eadf;
  --taupe: #b8aa99;
  --gold: #aa864f;
  --muted: #706b64;
  --line: rgba(25, 24, 22, .14);
}

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

.site-header {
  width: min(1220px, calc(100% - 40px));
  min-height: 92px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; flex-direction: column; align-items: flex-start; gap: 2px; text-decoration: none; }
.brand-name { font-family: Georgia, serif; font-size: 1.08rem; letter-spacing: .025em; }
.brand-subtitle { color: var(--gold); font-size: .62rem; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
nav { display: flex; align-items: center; gap: 32px; }
nav a { text-decoration: none; font-size: .9rem; font-weight: 650; }
.nav-cta { padding: 11px 20px; border-radius: 999px; border: 1px solid var(--charcoal); }

main { overflow: hidden; }
.hero {
  width: min(1220px, calc(100% - 40px));
  margin: 0 auto;
  min-height: 720px;
  display: grid;
  grid-template-columns: 1.06fr .94fr;
  align-items: center;
  gap: clamp(36px, 7vw, 96px);
  padding: 70px 0 88px;
}
.eyebrow {
  margin: 0 0 22px; display: flex; align-items: center; gap: 12px;
  color: var(--gold); text-transform: uppercase; letter-spacing: .17em; font-size: .76rem; font-weight: 800;
}
.eyebrow > span { width: 32px; height: 1px; background: currentColor; }
h1, h2, h3, blockquote { font-family: Georgia, "Times New Roman", serif; }
h1 {
  max-width: 720px; margin: 0; font-size: clamp(3.3rem, 6.2vw, 6.25rem); line-height: .98;
  font-weight: 500; letter-spacing: -.055em;
}
h1 em { color: var(--gold); font-weight: 400; }
.hero-lede { max-width: 660px; margin: 30px 0 0; font-size: 1.18rem; color: var(--muted); }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  min-height: 54px; padding: 0 24px; border-radius: 999px; text-decoration: none; font-size: .92rem; font-weight: 750;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--charcoal); color: white; box-shadow: 0 13px 28px rgba(25, 24, 22, .14); }
.button-primary:hover { background: #070706; }
.button-secondary { border: 1px solid var(--line); background: rgba(255,255,255,.72); }
.availability { margin: 24px 0 0; color: var(--muted); font-size: .83rem; }

.portrait-stage { position: relative; min-height: 610px; display: grid; place-items: center; }
.portrait-stage::before {
  content: ""; position: absolute; width: 92%; height: 82%; right: -10%; bottom: 2%;
  background: var(--champagne); border-radius: 48% 48% 10px 10px; transform: rotate(3deg);
}
.portrait-arch {
  position: relative; width: min(440px, 88%); aspect-ratio: .73; overflow: hidden;
  border-radius: 48% 48% 16px 16px; border: 8px solid var(--paper); box-shadow: 0 30px 70px rgba(25,24,22,.16);
}
.portrait-arch img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 20%; }
.portrait-card {
  position: absolute; left: -2%; bottom: 5%; z-index: 2; width: 260px; padding: 18px 20px;
  background: rgba(255,254,250,.94); border: 1px solid rgba(255,255,255,.72); box-shadow: 0 16px 36px rgba(25,24,22,.12);
  backdrop-filter: blur(10px); border-radius: 16px;
}
.portrait-card span, .portrait-card small { display: block; color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; }
.portrait-card strong { display: block; margin: 3px 0 5px; font-family: Georgia, serif; font-size: 1.25rem; }
.seal {
  position: absolute; top: 11%; right: -1%; z-index: 2; width: 104px; height: 104px; border-radius: 50%;
  background: rgba(255,254,250,.96); color: var(--charcoal); display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; border: 4px double var(--gold); transform: rotate(7deg); box-shadow: 0 12px 24px rgba(25,24,22,.12);
}
.seal span { font-size: .54rem; letter-spacing: .14em; }
.seal strong { color: var(--gold); font-family: Georgia, serif; font-size: .8rem; }

.promise-strip {
  min-height: 84px; padding: 18px 5vw; background: var(--champagne-soft); color: var(--charcoal);
  display: flex; align-items: center; justify-content: center; gap: clamp(16px, 4vw, 60px); text-align: center;
  border-top: 1px solid rgba(170,134,79,.28); border-bottom: 1px solid rgba(170,134,79,.28);
}
.promise-strip p { margin: 0; font-family: Georgia, serif; font-size: clamp(1rem, 1.8vw, 1.45rem); }
.promise-strip em { color: var(--gold); }
.promise-strip > span { color: var(--gold); }

.editorial-section, .pillars, .about, .final-cta {
  width: min(1160px, calc(100% - 40px)); margin: 0 auto; padding: 110px 0;
}
.section-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 28px; margin-bottom: 52px; }
.section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: 0; }
.section-heading h2, .guide-copy h2, .about h2, .final-cta h2 {
  margin: 0; font-size: clamp(2.5rem, 4.6vw, 4.65rem); line-height: 1.03; letter-spacing: -.045em; font-weight: 500;
}
.section-heading > p:last-child { margin: 0; color: var(--muted); font-size: 1.05rem; }
.episode-card {
  display: grid; grid-template-columns: 100px 1fr auto; align-items: center; gap: 28px;
  padding: 30px; background: var(--paper); border: 1px solid var(--line); border-radius: 24px;
  box-shadow: 0 14px 50px rgba(25,24,22,.05);
}
.episode-number {
  width: 78px; height: 78px; display: grid; place-items: center; border-radius: 18px;
  background: var(--champagne-soft); color: var(--gold); font-family: Georgia, serif; font-size: 1.8rem;
}
.episode-label { margin: 0 0 4px; color: var(--gold); font-size: .7rem; letter-spacing: .16em; font-weight: 800; }
.episode-copy h3 { margin: 0; font-size: clamp(1.35rem, 2.3vw, 2rem); line-height: 1.2; }
.episode-copy p:last-child { margin: 10px 0 0; color: var(--muted); }
.play-button {
  min-width: 145px; padding: 14px 18px; border-radius: 999px; background: var(--charcoal); color: white;
  display: flex; justify-content: center; gap: 10px; text-decoration: none; font-weight: 750;
}
.play-button span { color: var(--champagne); }

.pillars { padding-top: 40px; }
.section-heading.centered { display: block; max-width: 760px; margin: 0 auto 56px; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.pillar-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.pillar-grid article { padding: 44px 38px 50px; }
.pillar-grid article + article { border-left: 1px solid var(--line); }
.pillar-index { color: var(--gold); font-size: .72rem; font-weight: 800; letter-spacing: .15em; }
.pillar-grid h3 { margin: 26px 0 10px; font-size: 2rem; font-weight: 500; }
.pillar-grid p { margin: 0; color: var(--muted); }

.guide-section {
  width: min(1220px, calc(100% - 40px)); margin: 0 auto 110px; padding: 82px clamp(28px, 7vw, 90px);
  display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: clamp(50px, 9vw, 120px);
  background: linear-gradient(135deg, #eee5d7 0%, #f8f4ec 62%, #e5d6c0 100%); color: var(--ink); border-radius: 34px; overflow: hidden; position: relative;
  border: 1px solid rgba(170,134,79,.28);
}
.guide-section::after {
  content: ""; position: absolute; width: 350px; height: 350px; right: -150px; top: -180px;
  border: 1px solid rgba(170,134,79,.24); border-radius: 50%; box-shadow: 0 0 0 45px rgba(170,134,79,.035), 0 0 0 90px rgba(170,134,79,.025);
}
.guide-art { min-height: 420px; position: relative; display: grid; place-items: center; }
.book { position: absolute; width: 240px; height: 330px; border-radius: 3px 10px 10px 3px; }
.book-back { background: #c9b18c; transform: translate(35px, 15px) rotate(8deg); box-shadow: 0 25px 45px rgba(0,0,0,.14); }
.book-front {
  background: #f4ecdf; color: var(--ink); transform: translate(-14px, -7px) rotate(-4deg); padding: 36px 27px;
  display: flex; flex-direction: column; box-shadow: 0 25px 45px rgba(0,0,0,.26); border-left: 7px solid #dccdbd;
}
.book-front small { color: var(--gold); font-size: .62rem; letter-spacing: .16em; font-weight: 800; }
.book-front strong { margin-top: 58px; font-family: Georgia, serif; font-size: 1.65rem; line-height: 1.13; font-weight: 500; }
.book-front span { margin-top: auto; font-size: .72rem; letter-spacing: .08em; }
.eyebrow.light { color: var(--gold); }
.guide-copy { position: relative; z-index: 1; }
.guide-copy p:not(.eyebrow) { color: #5f5a53; max-width: 650px; font-size: 1.03rem; }
.button-light { margin-top: 15px; background: var(--charcoal); color: white; }

.about { display: grid; grid-template-columns: .32fr .68fr; gap: 70px; border-top: 1px solid var(--line); }
.about-label { color: var(--gold); letter-spacing: .16em; font-size: .72rem; font-weight: 800; padding-top: 15px; }
.about-role { color: var(--gold); font-weight: 750; }
.about-copy > p:not(.about-role) { max-width: 760px; color: var(--muted); font-size: 1.08rem; }
blockquote { margin: 36px 0 0; padding-left: 28px; border-left: 3px solid var(--gold); font-size: clamp(1.35rem, 2.3vw, 2rem); line-height: 1.35; }

.final-cta {
  display: flex; align-items: end; justify-content: space-between; gap: 50px; padding-top: 70px; border-top: 1px solid var(--line);
}
.final-cta > div { max-width: 700px; }
.final-cta .eyebrow { margin-bottom: 16px; }

footer {
  padding: 35px max(20px, calc((100% - 1160px)/2)); min-height: 120px; background: var(--paper); border-top: 1px solid var(--line);
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px;
}
.footer-brand { justify-self: start; }
footer > p { margin: 0; color: var(--muted); font-size: .8rem; text-align: center; }
.footer-links { justify-self: end; display: flex; gap: 22px; }
.footer-links a { font-size: .82rem; font-weight: 700; text-decoration: none; }

@media (max-width: 900px) {
  .site-header nav > a:not(.nav-cta) { display: none; }
  .site-header .brand-subtitle { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 55px; }
  .portrait-stage { min-height: 560px; }
  .section-heading { grid-template-columns: 1fr; }
  .episode-card { grid-template-columns: 80px 1fr; }
  .play-button { grid-column: 1 / -1; }
  .pillar-grid { grid-template-columns: 1fr; }
  .pillar-grid article + article { border-left: 0; border-top: 1px solid var(--line); }
  .guide-section { grid-template-columns: 1fr; }
  .guide-art { min-height: 360px; }
  .about { grid-template-columns: 1fr; gap: 20px; }
  .final-cta { align-items: start; flex-direction: column; }
  footer { grid-template-columns: 1fr; text-align: center; }
  .footer-brand, .footer-links { justify-self: center; }
}

@media (max-width: 560px) {
  .site-header { min-height: 76px; }
  .site-header .brand-name { font-size: .94rem; }
  .nav-cta { padding: 9px 15px; }
  .hero { min-height: auto; padding-bottom: 62px; }
  h1 { font-size: clamp(3rem, 15vw, 4.4rem); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .portrait-stage { min-height: 470px; }
  .portrait-arch { width: 86%; }
  .portrait-card { left: 0; width: 220px; }
  .seal { width: 86px; height: 86px; right: 0; }
  .promise-strip { align-items: stretch; flex-direction: column; gap: 4px; padding: 24px; }
  .promise-strip > span { display: none; }
  .editorial-section, .pillars, .about, .final-cta { padding: 78px 0; }
  .episode-card { grid-template-columns: 1fr; padding: 22px; }
  .episode-number { width: 58px; height: 58px; }
  .pillar-grid article { padding: 36px 18px; }
  .guide-section { margin-bottom: 70px; padding: 52px 24px; border-radius: 24px; }
  .guide-art { min-height: 320px; transform: scale(.86); }
  .footer-links { flex-wrap: wrap; justify-content: center; }
}

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