:root {
  --ink: #101417;
  --ink-soft: #2a3034;
  --paper: #f7f4ed;
  --white: #fff;
  --yellow: #f3c94b;
  --yellow-bright: #ffda53;
  --coral: #ef6a53;
  --mint: #a5d6bf;
  --line: rgba(16, 20, 23, .16);
  --max: 1180px;
  --sans: "DM Sans", sans-serif;
  --display: "Manrope", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); line-height: 1.03; letter-spacing: -.045em; }

.site-header {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(calc(100% - 48px), var(--max));
  min-height: 92px;
  margin: 0 auto;
}
.brand { width: 188px; height: 82px; display: flex; align-items: center; flex: 0 0 auto; }
.brand img { width: 184px; height: 76px; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: 27px; font-weight: 600; font-size: .91rem; }
.site-nav a { text-decoration: none; }
.site-nav a:not(.nav-cta) { padding: 12px 0; border-bottom: 2px solid transparent; }
.site-nav a:not(.nav-cta):hover, .site-nav a[aria-current="page"] { border-color: var(--ink); }
.nav-cta {
  padding: 12px 19px;
  color: var(--white);
  background: var(--ink);
  border-radius: 999px;
}
.nav-cta:hover { background: var(--coral); }
.menu-toggle { display: none; }

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  grid-template-rows: 1fr auto;
  width: min(calc(100% - 48px), var(--max));
  min-height: 710px;
  margin: 0 auto;
  padding: 52px 0 30px;
  overflow: hidden;
}
.hero-copy { position: relative; z-index: 2; padding-top: 42px; }
.eyebrow {
  margin-bottom: 20px;
  font-size: .76rem;
  line-height: 1;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-weight: 800;
}
.eyebrow::before { content: ""; display: inline-block; width: 28px; height: 3px; margin: 0 10px 3px 0; background: var(--coral); }
.eyebrow-light { color: var(--yellow-bright); }
.eyebrow-light::before { background: var(--yellow-bright); }
.hero h1 { max-width: 700px; margin-bottom: 28px; font-size: clamp(4rem, 7vw, 6.55rem); font-weight: 800; line-height: .92; }
.hero-lede { max-width: 630px; color: var(--ink-soft); font-size: 1.21rem; line-height: 1.55; }
.hero-actions, .closing-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; margin-top: 34px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 13px 22px;
  border: 2px solid transparent;
  border-radius: 4px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: .2s ease;
}
.button-primary { color: var(--ink); background: var(--yellow); border-color: var(--ink); box-shadow: 5px 5px 0 var(--ink); }
.button-primary:hover { transform: translate(3px, 3px); box-shadow: 2px 2px 0 var(--ink); }
.button-text { padding-inline: 4px; border-bottom: 2px solid var(--ink); border-radius: 0; }
.button-text:hover { color: var(--coral); border-color: var(--coral); }
.button-light { color: var(--ink); background: var(--white); }
.button-light:hover { background: var(--yellow); transform: translateY(-2px); }

.hero-visual { position: relative; min-height: 590px; align-self: end; }
.hero-ring {
  position: absolute;
  width: 475px;
  height: 475px;
  left: 50%;
  bottom: 44px;
  transform: translateX(-50%);
  border: 82px solid var(--yellow);
  border-radius: 50%;
}
.hero-ring::before, .hero-ring::after { content: ""; position: absolute; background: var(--coral); border-radius: 50%; }
.hero-ring::before { width: 33px; height: 33px; left: -106px; top: 8px; }
.hero-ring::after { width: 16px; height: 16px; right: -115px; bottom: 90px; }
.jim-cutout { position: absolute; z-index: 2; height: 580px; width: auto; left: 50%; bottom: 0; transform: translateX(-50%); object-fit: contain; object-position: bottom; }
.hero-note {
  position: absolute;
  z-index: 4;
  right: 2px;
  bottom: 72px;
  width: 245px;
  padding: 20px 22px;
  color: var(--white);
  background: var(--ink);
  transform: rotate(-2deg);
  box-shadow: 7px 7px 0 var(--coral);
}
.note-kicker { display: block; margin-bottom: 5px; color: var(--yellow); font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; }
.hero-note strong { font-family: var(--display); font-size: 1.08rem; line-height: 1.25; }
.hero-proof { grid-column: 1 / -1; padding-top: 20px; border-top: 1px solid var(--line); color: #5a5d5f; font-size: .88rem; letter-spacing: .02em; }

.section-dark { color: var(--white); background: var(--ink); }
.podcast-section { padding: 112px max(24px, calc((100vw - var(--max)) / 2)); }
.section-intro { display: grid; grid-template-columns: .65fr 1.35fr .9fr; gap: 38px; align-items: start; }
.section-intro h2 { font-size: clamp(2.8rem, 5vw, 5rem); }
.section-intro > p:last-child { color: #bfc3c4; font-size: 1rem; }
.platforms { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 72px 0 30px; }
.platform {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 15px;
  min-height: 102px;
  padding: 22px;
  color: var(--white);
  border: 1px solid rgba(255,255,255,.18);
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease;
}
.platform:hover { transform: translateY(-4px); border-color: var(--yellow); }
.platform-icon { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: rgba(255,255,255,.12); }
.platform small, .platform strong { display: block; }
.platform small { color: #aeb3b5; font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; }
.platform strong { font-family: var(--display); font-size: 1.15rem; }
.youtube .platform-icon { color: #fff; background: #f43f3f; }
.spotify .platform-icon { color: var(--ink); background: #1ed760; }
.apple .platform-icon { background: linear-gradient(145deg, #e55bdc, #7459ff); }
.episode-grid { display: grid; grid-template-columns: 1.25fr .88fr .88fr; gap: 14px; }
.episode-card { display: flex; flex-direction: column; min-height: 250px; padding: 28px; color: var(--ink); background: #ecebe6; }
.episode-card h3 { margin-top: auto; margin-bottom: 12px; font-size: 1.55rem; }
.episode-card p { margin-bottom: 0; color: #646768; }
.episode-type { color: #686c6f; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 700; }
.episode-featured { flex-direction: row; gap: 32px; color: var(--ink); background: var(--yellow); }
.episode-featured h3 { max-width: 420px; margin: 44px 0 22px; font-size: 2rem; }
.episode-featured a { font-weight: 700; text-underline-offset: 4px; }
.episode-index { font-family: var(--display); font-size: 2.5rem; font-weight: 800; }

.next-90-section { padding: 120px max(24px, calc((100vw - var(--max)) / 2)); background: var(--white); }
.next-90-heading { display: grid; grid-template-columns: .65fr 2.25fr; gap: 38px; padding-bottom: 56px; border-bottom: 1px solid var(--line); }
.next-90-heading h2 { max-width: 850px; font-size: clamp(3.1rem, 6vw, 6.4rem); }
.next-90-layout { display: grid; grid-template-columns: 1.25fr .75fr; gap: 90px; padding-top: 66px; }
.next-90-copy > p { max-width: 710px; color: #54595b; }
.next-90-copy .large-copy { color: var(--ink); font-family: var(--display); font-size: 1.55rem; font-weight: 600; line-height: 1.38; letter-spacing: -.025em; }
.fit-list { margin: 42px 0; border-top: 1px solid var(--line); }
.fit-list p { display: grid; grid-template-columns: 45px 1fr; gap: 16px; margin: 0; padding: 20px 0; border-bottom: 1px solid var(--line); font-weight: 600; }
.fit-list span { color: var(--coral); font-family: var(--display); }
.timeline-card { align-self: start; padding: 18px 34px; color: var(--white); background: var(--ink); box-shadow: 14px 14px 0 var(--yellow); }
.timeline-item { display: grid; grid-template-columns: 80px 1fr; gap: 22px; padding: 30px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.timeline-item:last-child { border: 0; }
.timeline-item > span { color: var(--yellow); font-family: var(--display); font-size: 3.4rem; font-weight: 800; line-height: 1; }
.timeline-item small { color: #9fa4a6; font-size: .7rem; text-transform: uppercase; letter-spacing: .12em; }
.timeline-item h3 { margin: 3px 0 8px; font-size: 1.55rem; }
.timeline-item p { margin: 0; color: #c4c7c8; font-size: .92rem; line-height: 1.5; }

.books-section {
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: 110px;
  align-items: center;
  padding: 120px max(24px, calc((100vw - var(--max)) / 2));
  overflow: hidden;
  background: #e6efe9;
}
.book-visual { position: relative; display: grid; place-items: center; min-height: 570px; }
.book-shape { position: absolute; width: min(460px, 90%); aspect-ratio: 1; background: var(--yellow); border-radius: 50%; }
.book-shape::before { content: ""; position: absolute; left: -36px; top: 64px; width: 46px; height: 46px; background: var(--coral); border-radius: 50%; }
.book-visual img { position: relative; z-index: 2; width: min(360px, 72%); max-height: 540px; object-fit: contain; filter: drop-shadow(18px 22px 15px rgba(16,20,23,.2)); transform: rotate(-3deg); }
.book-copy h2 { margin-bottom: 30px; font-size: clamp(3rem, 5vw, 5.5rem); }
.book-copy > p { max-width: 650px; color: #50585a; }
.book-copy .large-copy { color: var(--ink); font-family: var(--display); font-size: 1.4rem; font-weight: 600; line-height: 1.42; letter-spacing: -.025em; }
.book-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; margin-top: 34px; }

.story-section { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 690px; background: var(--coral); color: var(--white); }
.story-image { position: relative; overflow: hidden; min-height: 690px; }
.story-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 74%, var(--coral)); pointer-events: none; }
.story-image img { width: 100%; height: 100%; object-fit: cover; object-position: 52% center; }
.story-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 80px max(24px, calc((100vw - var(--max)) / 2)); padding-left: 68px; }
.story-copy h2 { margin-bottom: 26px; font-size: clamp(3rem, 5vw, 5rem); }
.story-copy p { max-width: 540px; }
.story-copy .button { margin-top: 16px; }

.closing-section { padding: 130px 24px; text-align: center; }
.closing-section .eyebrow::before { display: none; }
.closing-section h2 { max-width: 1040px; margin: 0 auto; font-size: clamp(2.5rem, 4.7vw, 5rem); line-height: 1.08; }
.closing-section h2 span, .closing-section h2 strong { display: block; }
.closing-section h2 span { color: #717779; font-size: .6em; line-height: 1.35; letter-spacing: -.025em; }
.closing-section h2 strong { margin-top: 18px; font-weight: 800; }
.closing-section h2 em { color: var(--coral); font-style: normal; }
.closing-actions { justify-content: center; }

footer { padding: 58px max(24px, calc((100vw - var(--max)) / 2)) 34px; color: var(--white); background: var(--ink); }
.footer-logo { display: block; width: 215px; height: 125px; }
.footer-logo img { width: 100%; height: 100%; object-fit: contain; }
footer > p { margin: 5px 0 34px; color: #abb0b2; }
.footer-links { display: flex; flex-wrap: wrap; gap: 26px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); }
.footer-links a { color: #e4e5e5; font-size: .9rem; text-underline-offset: 4px; }
footer small { display: block; margin-top: 26px; color: #858b8e; }

/* About */
.about-hero { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; padding: 90px 0 105px; }
.about-hero h1 { max-width: 1100px; margin-bottom: 30px; font-size: clamp(3.6rem, 7vw, 7.4rem); }
.about-hero > p:last-child { max-width: 680px; color: #5d6264; font-size: 1.25rem; }
.about-story { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; padding: 110px max(24px, calc((100vw - var(--max)) / 2)); background: var(--white); }
.about-sticky { position: sticky; top: 30px; align-self: start; }
.about-sticky img { width: 100%; max-height: 580px; object-fit: contain; object-position: center bottom; background: var(--yellow); }
.about-sticky blockquote { margin: 0; padding: 30px; color: var(--white); background: var(--ink); font-family: var(--display); font-size: 1.35rem; font-weight: 700; line-height: 1.35; }
.about-prose article { position: relative; padding: 0 0 75px 74px; border-left: 1px solid var(--line); }
.about-prose article:last-child { padding-bottom: 0; }
.section-number { position: absolute; left: -21px; top: 0; display: grid; place-items: center; width: 42px; height: 42px; color: var(--ink); background: var(--yellow); border-radius: 50%; font-family: var(--display); font-size: .8rem; font-weight: 800; }
.about-prose h2 { font-size: clamp(2.2rem, 4vw, 4rem); }
.about-prose p { color: #4e5456; }
.about-cta { padding: 110px 24px; color: var(--white); background: var(--coral); text-align: center; }
.about-cta h2 { margin-bottom: 22px; font-size: clamp(3.1rem, 6vw, 6rem); }
.about-cta p:not(.eyebrow) { margin-bottom: 32px; }

@media (max-width: 960px) {
  .section-intro, .next-90-heading { grid-template-columns: 1fr; gap: 8px; }
  .hero { grid-template-columns: 1fr; min-height: 0; padding-top: 30px; }
  .hero-copy { padding-top: 18px; }
  .hero h1 { font-size: clamp(3.8rem, 13vw, 6rem); }
  .hero-visual { width: min(100%, 560px); min-height: 610px; margin: 5px auto 0; }
  .platforms, .episode-grid { grid-template-columns: 1fr; }
  .episode-card { min-height: 210px; }
  .next-90-layout { grid-template-columns: 1fr; gap: 60px; }
  .books-section { grid-template-columns: 1fr; gap: 45px; }
  .book-visual { min-height: 500px; }
  .story-section { grid-template-columns: 1fr; }
  .story-image { min-height: 460px; }
  .story-image::after { background: linear-gradient(0deg, var(--coral), transparent 36%); }
  .story-copy { padding: 40px 30px 85px; }
  .about-story { grid-template-columns: 1fr; }
  .about-sticky { position: relative; top: auto; max-width: 560px; }
}

@media (max-width: 760px) {
  body { font-size: 16px; }
  .site-header { width: calc(100% - 32px); min-height: 80px; }
  .brand { width: 152px; height: 68px; }
  .brand img { width: 148px; height: 64px; }
  .menu-toggle { display: block; padding: 10px 0; border: 0; border-bottom: 2px solid var(--ink); background: transparent; font: 700 .82rem var(--sans); text-transform: uppercase; letter-spacing: .08em; }
  .site-nav {
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    display: none;
    align-items: stretch;
    gap: 0;
    padding: 12px 20px 22px;
    background: var(--paper);
    border: 1px solid var(--line);
    box-shadow: 0 18px 35px rgba(0,0,0,.12);
  }
  .site-nav.is-open { display: grid; }
  .site-nav a:not(.nav-cta) { padding: 14px 0; border-bottom: 1px solid var(--line); }
  .nav-cta { margin-top: 14px; text-align: center; }
  .hero { width: calc(100% - 32px); }
  .hero h1 { font-size: clamp(3.4rem, 16vw, 5rem); }
  .hero-lede { font-size: 1.08rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-visual { min-height: 470px; margin-top: 20px; }
  .hero-ring { width: 360px; height: 360px; bottom: 35px; border-width: 62px; }
  .jim-cutout { height: 455px; }
  .hero-note { width: 210px; right: 0; bottom: 45px; padding: 16px; }
  .hero-proof { padding-bottom: 10px; }
  .podcast-section, .next-90-section { padding-top: 82px; padding-bottom: 82px; }
  .books-section { padding-top: 78px; padding-bottom: 84px; }
  .book-visual { min-height: 390px; }
  .book-visual img { width: min(280px, 72%); max-height: 380px; }
  .book-copy h2 { font-size: clamp(2.7rem, 12vw, 4rem); }
  .book-actions { align-items: flex-start; flex-direction: column; }
  .section-intro h2, .next-90-heading h2 { font-size: clamp(2.7rem, 12vw, 4rem); }
  .platforms { margin-top: 48px; }
  .episode-featured { flex-direction: column; gap: 12px; }
  .episode-featured h3 { margin-top: 15px; }
  .next-90-layout { padding-top: 44px; }
  .timeline-card { padding-inline: 24px; box-shadow: 9px 9px 0 var(--yellow); }
  .timeline-item { grid-template-columns: 66px 1fr; }
  .timeline-item > span { font-size: 2.8rem; }
  .story-image { min-height: 340px; }
  .closing-section { padding: 90px 20px; overflow: hidden; }
  .closing-section h2 { font-size: clamp(2.45rem, 11vw, 4rem); }
  .closing-section h2 span { font-size: .55em; }
  .closing-actions { flex-direction: column; }
  .about-hero { width: calc(100% - 32px); padding: 55px 0 76px; }
  .about-hero h1 { font-size: clamp(3.25rem, 15vw, 5rem); }
  .about-story { gap: 68px; padding-top: 78px; padding-bottom: 78px; }
  .about-prose article { padding-left: 42px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
