*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: #f6f3ec;
  color: #111;
  font-family: "EB Garamond", Garamond, "Times New Roman", serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.7;
}

.page {
  width: min(100%, 45.75rem);
  margin: 0 auto;
  padding: 14vh 1.5rem 4.5rem;
}

.hero {
  text-align: center;
  margin-bottom: 5.5rem;
}

.wordmark {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  line-height: 1;
  text-transform: uppercase;
}

.hero .wordmark {
  margin-bottom: 1.85rem;
}

h1 {
  margin: 0 0 1.15rem;
  font-size: clamp(1.85rem, 4.6vw, 2.6rem);
  font-weight: 400;
  line-height: 1.2;
  text-wrap: balance;
}

.dek {
  margin: 0 auto;
  max-width: 28em;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.45;
  text-wrap: pretty;
}

.intro p,
.episode p {
  margin: 0 0 1.35em;
}

.intro p:last-child,
.episode p:last-child {
  margin-bottom: 0;
}

.statement {
  font-weight: 600;
}

.cta {
  margin: 2.4rem 0 0;
}

.intro .cta {
  margin-top: 2.6rem;
}

.note {
  margin-top: 1rem;
  font-size: 0.95rem;
  line-height: 1.5;
}

.episode {
  margin-top: 5.5rem;
  padding-top: 3.75rem;
  border-top: 1px solid #111;
}

h2 {
  margin: 0 0 1.35em;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.35;
}

.button {
  display: inline-block;
  padding: 0.7em 1.35em;
  border: 1px solid #111;
  background: #111;
  color: #fff;
  font-family: inherit;
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.3;
  text-decoration: none;
  transition: background 0.16s ease, color 0.16s ease;
}

.button:visited {
  color: #fff;
}

.button:hover,
.button:focus-visible {
  background: #f6f3ec;
  color: #111;
}

.button:focus-visible {
  outline: 2px solid #111;
  outline-offset: 3px;
}

footer {
  margin-top: 6.5rem;
  text-align: center;
}

footer .wordmark {
  font-size: 0.75rem;
  letter-spacing: 0.2em;
}

@media (max-width: 40rem) {
  body {
    font-size: 1.1875rem;
  }

  .page {
    padding-top: 12vh;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .hero {
    margin-bottom: 4.5rem;
  }

  .episode {
    margin-top: 4.5rem;
    padding-top: 3.25rem;
  }
}

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