:root {
  --cream: #fff8e5;
  --cream-soft: #fffdf2;
  --gold: #f7a90f;
  --gold-deep: #d67a00;
  --peach: #ffbd66;
  --pink: #f8c9be;
  --sage: #88a982;
  --ink: #3d2a18;
  --muted: #78634d;
  --line: rgba(214, 122, 0, 0.2);
  --shadow: 0 24px 70px rgba(128, 76, 6, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(255, 228, 143, 0.12) 0 12%, transparent 12% 25%),
    var(--cream);
  font-family: Avenir, "Avenir Next", "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
  overflow-x: clip;
}

body.nav-open {
  overflow: hidden;
}

a {
  color: inherit;
}

a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 3px solid var(--sage);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  left: 18px;
  top: 12px;
  z-index: 100;
  padding: 10px 14px;
  color: #fffdf7;
  background: var(--ink);
  border-radius: 8px;
  font-weight: 900;
  text-decoration: none;
  transform: translateY(-140%);
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 76px;
  padding: 16px clamp(20px, 5vw, 68px);
  background: rgba(255, 248, 229, 0.86);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  font-weight: 800;
  text-decoration: none;
  letter-spacing: 0;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: white;
  background: var(--gold);
  border-radius: 50%;
  font-size: 1.2rem;
  box-shadow: 0 10px 22px rgba(247, 169, 15, 0.28);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2.2vw, 28px);
  color: var(--muted);
  font-size: 0.96rem;
  font-weight: 700;
}

.site-nav a,
.text-link {
  text-decoration: none;
}

.site-nav a:hover,
.text-link:hover {
  color: var(--gold-deep);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.55);
  border-radius: 8px;
}

.menu-toggle span:not(.sr-only) {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--ink);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 410px);
  gap: clamp(28px, 4vw, 60px);
  align-items: center;
  min-height: calc(100svh - 76px);
  padding: clamp(64px, 9vw, 118px) clamp(20px, 5vw, 68px) clamp(56px, 7vw, 90px);
  overflow: hidden;
}

.sunburst {
  position: absolute;
  inset: auto 0 -20vw 0;
  height: min(62vw, 620px);
  overflow: hidden;
  pointer-events: none;
  opacity: 0.46;
}

.sunburst::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 34vw;
  max-width: 420px;
  min-width: 240px;
  aspect-ratio: 2 / 1;
  content: "";
  background: var(--peach);
  border-radius: 420px 420px 0 0;
  transform: translateX(-50%);
}

.sunburst span {
  position: absolute;
  left: 50%;
  bottom: 14%;
  width: 9vw;
  min-width: 78px;
  height: 92%;
  background: rgba(255, 190, 77, 0.48);
  clip-path: polygon(42% 100%, 58% 100%, 100% 0, 0 0);
  transform-origin: 50% 100%;
}

.sunburst span:nth-child(1) { transform: translateX(-50%) rotate(-72deg); }
.sunburst span:nth-child(2) { transform: translateX(-50%) rotate(-48deg); }
.sunburst span:nth-child(3) { transform: translateX(-50%) rotate(-24deg); }
.sunburst span:nth-child(4) { transform: translateX(-50%) rotate(0deg); }
.sunburst span:nth-child(5) { transform: translateX(-50%) rotate(24deg); }
.sunburst span:nth-child(6) { transform: translateX(-50%) rotate(48deg); }
.sunburst span:nth-child(7) { transform: translateX(-50%) rotate(72deg); }

.hero-inner,
.hero-card,
.section,
.founder-section,
.contact-section,
.site-footer {
  position: relative;
  z-index: 1;
}

.hero > *,
.section > *,
.founder-section > *,
.contact-section > * {
  min-width: 0;
}

.eyebrow,
.section-label,
.episode-number {
  margin: 0 0 14px;
  color: var(--gold-deep);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 980px;
  margin-bottom: 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 8.4rem;
  line-height: 0.86;
  letter-spacing: 0;
  color: var(--gold);
  text-shadow: 0 6px 0 rgba(255, 207, 123, 0.38);
}

h2 {
  margin-bottom: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 4.1rem;
  line-height: 0.96;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.9rem;
  line-height: 1.05;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 680px;
  color: var(--muted);
  font-size: 1.28rem;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 900;
  line-height: 1.1;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  color: #fffdf7;
  background: var(--gold-deep);
  box-shadow: 0 14px 30px rgba(214, 122, 0, 0.24);
}

.button.secondary,
.button.small {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.62);
  border-color: var(--line);
}

.button.small {
  min-height: 42px;
  padding: 11px 16px;
}

.hero-card {
  padding: 18px;
  background: rgba(255, 253, 242, 0.8);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.hero-card > p {
  margin: 18px 4px 4px;
  color: var(--muted);
  font-size: 1.05rem;
  font-weight: 700;
}

.cover-art {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 390px;
  padding: 34px;
  overflow: hidden;
  color: var(--gold);
  background:
    repeating-linear-gradient(90deg, rgba(255, 207, 92, 0.15) 0 36px, rgba(255, 255, 255, 0.25) 36px 72px),
    #fff5d9;
  border-radius: 8px;
}

.cover-art::after {
  position: absolute;
  right: -42px;
  bottom: 72px;
  width: 220px;
  height: 76px;
  content: "";
  border-top: 14px solid rgba(255, 144, 135, 0.35);
  border-bottom: 14px solid rgba(247, 169, 15, 0.35);
  border-radius: 50%;
  transform: rotate(8deg);
}

.cover-sun {
  position: absolute;
  right: 32px;
  top: 34px;
  width: 74px;
  aspect-ratio: 1;
  background: var(--peach);
  border-radius: 50%;
  box-shadow: 0 0 0 20px rgba(255, 189, 102, 0.12);
}

.cover-art p {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 4.8rem;
  font-style: italic;
  line-height: 0.78;
}

.cover-art span {
  position: relative;
  z-index: 1;
  font-weight: 900;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.section {
  display: grid;
  grid-template-columns: minmax(150px, 0.35fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 74px);
  padding: clamp(72px, 10vw, 130px) clamp(20px, 5vw, 68px);
}

.section-copy p,
.founder-section p,
.contact-section p {
  max-width: 820px;
  color: var(--muted);
  font-size: 1.16rem;
}

.fun-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 820px;
  padding: 0;
  margin: 24px 0 18px;
  list-style: none;
}

.fun-facts li {
  padding: 9px 12px;
  color: var(--gold-deep);
  background: rgba(255, 189, 102, 0.18);
  border: 1px solid rgba(214, 122, 0, 0.18);
  border-radius: 8px;
  font-size: 0.95rem;
  font-weight: 900;
}

.quote-band {
  display: grid;
  min-height: 240px;
  padding: 44px 20px;
  place-items: center;
  text-align: center;
  background:
    linear-gradient(120deg, rgba(255, 189, 102, 0.25), rgba(248, 201, 190, 0.4)),
    var(--cream-soft);
  border-block: 1px solid var(--line);
}

.quote-band p {
  max-width: 920px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 4.6rem;
  font-style: italic;
  line-height: 1;
  color: var(--gold-deep);
}

.section-heading {
  display: flex;
  grid-column: 1 / -1;
  align-items: end;
  justify-content: space-between;
  gap: 22px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  color: var(--gold-deep);
  font-weight: 900;
}

.episode-list {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.episode-status {
  grid-column: 1 / -1;
  margin: -4px 0 0;
  color: var(--muted);
  font-weight: 800;
}

.episode-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 390px;
  padding: clamp(24px, 3vw, 36px);
  background: rgba(255, 253, 242, 0.84);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(128, 76, 6, 0.08);
}

.episode-card.accent {
  background:
    linear-gradient(150deg, rgba(136, 169, 130, 0.16), rgba(255, 253, 242, 0.9) 52%),
    rgba(255, 253, 242, 0.9);
}

.episode-card p {
  margin-bottom: 28px;
  color: var(--muted);
}

.episode-card .button {
  margin-top: auto;
}

.founder-section {
  display: grid;
  grid-template-columns: minmax(210px, 320px) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  padding: clamp(72px, 10vw, 130px) clamp(20px, 5vw, 68px);
  background: rgba(255, 253, 242, 0.62);
  border-block: 1px solid var(--line);
}

.founder-portrait {
  position: relative;
  display: grid;
  width: min(100%, 320px);
  aspect-ratio: 1;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.85), transparent 28%),
    linear-gradient(145deg, var(--peach), var(--pink) 52%, var(--sage));
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.founder-portrait img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.founder-portrait .founder-fallback {
  display: grid;
  width: 58%;
  aspect-ratio: 1;
  place-items: center;
  color: #fffdf7;
  background: rgba(61, 42, 24, 0.14);
  border: 2px solid rgba(255, 255, 255, 0.65);
  border-radius: 50%;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 5rem;
  font-weight: 900;
}

.founder-portrait:has(img:not([src])),
.founder-portrait.photo-missing {
  background:
    radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.85), transparent 28%),
    linear-gradient(145deg, var(--peach), var(--pink) 52%, var(--sage));
}

.founder-portrait.photo-missing img {
  display: none;
}

.founder-portrait:not(.photo-missing) .founder-fallback {
  opacity: 0;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
  padding: clamp(72px, 10vw, 120px) clamp(20px, 5vw, 68px);
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 14px 28px;
  padding: 26px clamp(20px, 5vw, 68px);
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.site-footer p {
  max-width: 680px;
  margin: 0;
}

.chat-widget {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 30;
}

.chat-launcher,
.chat-restore,
.chat-form button,
.chat-close {
  font: inherit;
}

.chat-launcher {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 48px;
  padding: 12px 16px;
  color: #fffdf7;
  background: var(--gold-deep);
  border: 0;
  border-radius: 8px;
  box-shadow: 0 14px 36px rgba(128, 76, 6, 0.24);
  cursor: pointer;
  font-weight: 900;
}

.chat-restore {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  color: #fffdf7;
  background: var(--gold-deep);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 12px 30px rgba(128, 76, 6, 0.2);
  cursor: pointer;
  font-size: 0.88rem;
  font-weight: 900;
  line-height: 1;
}

.chat-restore[hidden] {
  display: none;
}

.chat-panel {
  position: absolute;
  right: 0;
  bottom: 62px;
  display: grid;
  width: min(360px, calc(100vw - 32px));
  overflow: hidden;
  background: rgba(255, 253, 242, 0.98);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.chat-header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 18px 14px;
  background:
    linear-gradient(120deg, rgba(255, 189, 102, 0.28), rgba(248, 201, 190, 0.22)),
    var(--cream-soft);
  border-bottom: 1px solid var(--line);
}

.chat-kicker {
  margin-bottom: 4px;
  color: var(--gold-deep);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.chat-header h2 {
  margin: 0;
  font-size: 1.45rem;
  line-height: 1.05;
}

.chat-close {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid var(--line);
  border-radius: 8px;
  cursor: pointer;
  font-size: 1.35rem;
  line-height: 1;
}

.chat-messages {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: 330px;
  padding: 16px;
  overflow-y: auto;
}

.chat-message {
  max-width: 88%;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 0.95rem;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.chat-message.bot {
  align-self: flex-start;
  color: var(--ink);
  background: rgba(255, 189, 102, 0.18);
  border: 1px solid rgba(214, 122, 0, 0.14);
}

.chat-message.user {
  align-self: flex-end;
  color: #fffdf7;
  background: var(--sage);
}

.chat-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  padding: 12px;
  border-top: 1px solid var(--line);
}

.chat-form input {
  min-width: 0;
  height: 42px;
  padding: 0 12px;
  color: var(--ink);
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  font: inherit;
}

.chat-form button {
  min-height: 42px;
  padding: 0 14px;
  color: #fffdf7;
  background: var(--gold-deep);
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 900;
}

.chat-note {
  margin: 0;
  padding: 0 14px 14px;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.35;
}

@media (max-width: 880px) {
  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    inset: 76px 16px auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 18px;
    background: rgba(255, 253, 242, 0.98);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
  }

  .site-nav a {
    padding: 12px 10px;
  }

  .nav-open .site-nav {
    display: flex;
  }

  .hero,
  .section,
  .founder-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 58px;
  }

  h1 {
    font-size: 6rem;
  }

  h2 {
    font-size: 3.2rem;
  }

  .quote-band p {
    font-size: 3.4rem;
  }

  .hero-card {
    max-width: 520px;
  }

  .section-heading {
    align-items: start;
    flex-direction: column;
  }

  .episode-list {
    grid-template-columns: 1fr;
  }

  .contact-actions {
    margin-top: 0;
  }
}

@media (max-width: 560px) {
  .site-header {
    min-height: 68px;
    padding-inline: 16px;
  }

  .brand span:last-child {
    max-width: 178px;
    line-height: 1.1;
  }

  .site-nav {
    top: 68px;
  }

  .sunburst {
    display: none;
  }

  h1 {
    font-size: 4.2rem;
  }

  h2 {
    font-size: 2.55rem;
  }

  h3 {
    font-size: 1.58rem;
  }

  .hero-copy,
  .section-copy p,
  .founder-section p,
  .contact-section p {
    font-size: 1.04rem;
  }

  .button,
  .contact-actions {
    width: 100%;
  }

  .button {
    padding-inline: 14px;
  }

  .cover-art {
    min-height: 320px;
    padding: 24px;
  }

  .cover-art p {
    font-size: 3.35rem;
  }

  .quote-band p {
    font-size: 2.4rem;
  }

  .founder-portrait .founder-fallback {
    font-size: 3.4rem;
  }

  .chat-widget {
    right: 16px;
    bottom: 16px;
  }

  .episode-card {
    min-height: auto;
  }

  .site-footer {
    font-size: 0.94rem;
  }
}
