:root {
  --color-page: #60797b;
  --color-text: #ffffff;
  --color-text-soft: rgba(255, 255, 255, 0.94);
  --color-line: rgba(255, 255, 255, 0.32);
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "Literata", Georgia, serif;

  --content-max: 72.5rem;
  --text-max: 64ch;
  --text-compact: 52ch;

  --page-padding: clamp(1.25rem, 4vw, 4rem);
  --section-space: clamp(3rem, 8vw, 7.75rem);
  --layout-gap: clamp(2.75rem, 6vw, 6rem);
}

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

html {
  color-scheme: dark;
  background: var(--color-page);
}

body {
  min-width: 20rem;
  min-height: 100%;
  margin: 0;
  background: var(--color-page);
  color: var(--color-text);
  font-family: var(--font-body);
  font-size: clamp(1.0625rem, 1.01rem + 0.25vw, 1.1875rem);
  line-height: 1.64;
  overflow-wrap: break-word;
  word-break: normal;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
}

p {
  margin-block: 0 1.2em;
}

h1,
h2,
h3 {
  margin-block: 0;
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 0.98;
  overflow-wrap: normal;
  text-wrap: balance;
  word-break: normal;
}

h1 {
  max-width: 9ch;
  font-size: clamp(3.5rem, 8vw, 6.5rem);
  letter-spacing: -0.025em;
}

h2 {
  max-width: 18ch;
  font-size: clamp(2.3rem, 5.5vw, 4rem);
  letter-spacing: -0.018em;
}

h3 {
  font-size: clamp(1.9rem, 3vw, 2.4rem);
  line-height: 1.05;
}

.skip-link:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  position: absolute;
  z-index: 10;
  top: 0.75rem;
  left: var(--page-padding);
  padding: 0.7rem 1rem;
  background: var(--color-text);
  color: var(--color-page);
  font-weight: 600;
}

:focus-visible {
  outline: 3px solid var(--color-text);
  outline-offset: 4px;
}

main,
.site-footer {
  width: 100%;
  margin: 0;
  padding-inline: 0;
}

main > .slowread-hero,
main > .slowread-section {
  width: min(100%, var(--content-max));
  margin-inline: auto;
  padding-inline: var(--page-padding);
}

.slowread-hero,
.slowread-section {
  min-width: 0;
}

.slowread-hero {
  display: grid;
  min-height: min(42.5rem, calc(100svh - 1.5rem));
  padding-block: 1rem var(--section-space);
  align-items: center;
}

.slowread-hero__frame {
  display: grid;
  gap: 1.25rem;
  padding: clamp(1rem, 4vw, 1.25rem);
  border: 1px solid var(--color-line);
}

.slowread-hero__copy,
.slowread-hero__host,
.week-step {
  min-width: 0;
}

.slowread-hero__frame > *,
.slowread-hero__host > *,
.slowread-section > *,
.slowread-section--meetings > *,
.week-steps > *,
.cycle-facts > *,
.site-footer > * {
  min-width: 0;
  max-width: 100%;
}

.slowread-hero__kicker {
  margin-bottom: 0.75rem;
  color: var(--color-text-soft);
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-transform: uppercase;
}

.slowread-hero__lead {
  max-width: 31ch;
  margin-block: 1rem 0.85rem;
  font-size: clamp(1.45rem, 2.5vw, 2rem);
  line-height: 1.42;
}

.slowread-hero__summary {
  margin: 0;
  color: var(--color-text-soft);
  font-family: var(--font-body);
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.45;
}

.slowread-hero__host {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.75rem;
  width: 100%;
  max-width: 100%;
  align-items: start;
  justify-self: stretch;
}

.slowread-hero__host p {
  min-width: 0;
  max-width: none;
  margin: 0;
  font-size: 1em;
  line-height: 1.55;
  text-align: left;
  overflow-wrap: break-word;
  word-break: normal;
}

.slowread-hero__host strong {
  display: block;
}

.photo-frame {
  overflow: hidden;
}

.photo-frame--portrait {
  width: clamp(4.25rem, 20vw, 5.25rem);
  aspect-ratio: 4 / 5;
}

.host-image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.slowread-section {
  padding-block: var(--section-space);
  border-top: 1px solid var(--color-line);
}

.section-heading {
  display: grid;
  gap: 1rem;
  margin-bottom: clamp(2rem, 5vw, 4.5rem);
}

.week-step__number {
  color: var(--color-text-soft);
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.section-copy {
  max-width: var(--text-max);
  min-width: 0;
  overflow-wrap: break-word;
  word-break: normal;
}

.slowread-section--meetings h2 {
  max-width: 22ch;
  font-size: clamp(2rem, 4.7vw, 3.6rem);
}

.section-copy p:last-child,
.slowread-cta__copy p:last-child {
  margin-bottom: 0;
}

.week-steps {
  display: grid;
  gap: 1.75rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.week-step {
  padding-top: 1rem;
  border-top: 1px solid var(--color-line);
}

.week-step h3 {
  margin-top: 1rem;
}

.week-step p {
  max-width: 38ch;
  margin: 1.15rem 0 0;
}

.cycle-facts {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  column-gap: 2rem;
  row-gap: 0;
  width: 100%;
  max-width: none;
  margin-block: clamp(2.5rem, 6vw, 4.5rem);
}

.cycle-facts > div {
  display: block;
  min-width: 0;
  max-width: 100%;
  padding-block: 1.15rem;
  border-top: 1px solid var(--color-line);
}

.cycle-facts > div:last-child {
  border-bottom: 1px solid var(--color-line);
}

.cycle-facts dt {
  display: block;
  color: var(--color-text-soft);
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.065em;
  overflow-wrap: normal;
  text-transform: uppercase;
  word-break: normal;
}

.cycle-facts dd {
  display: block;
  min-width: 0;
  max-width: 100%;
  margin: 0.5rem 0 0;
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 2.5vw, 2rem);
  font-weight: 500;
  line-height: 1.2;
  overflow-wrap: break-word;
  word-break: normal;
}

.slowread-quote {
  max-width: var(--text-compact);
  min-width: 0;
  margin: clamp(2.5rem, 6vw, 4.5rem) 0 0;
  padding-top: clamp(1.25rem, 3vw, 1.75rem);
  border-top: 1px solid var(--color-line);
}

.slowread-quote p {
  margin-bottom: 0.65rem;
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 4vw, 2.75rem);
  font-weight: 500;
  line-height: 1.12;
  overflow-wrap: break-word;
  word-break: normal;
}

.slowread-quote cite {
  color: var(--color-text-soft);
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.pricing {
  max-width: var(--text-compact);
  margin: clamp(2.5rem, 6vw, 4.5rem) 0 0;
  padding-top: clamp(1.25rem, 3vw, 1.75rem);
  border-top: 1px solid var(--color-line);
}

.pricing__title {
  margin-bottom: 1rem;
  color: var(--color-text-soft);
  font-family: var(--font-body);
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.065em;
}

.pricing__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pricing__item {
  margin: 0;
  padding-block: 0.8rem;
  border-top: 1px solid var(--color-line);
  font-size: clamp(1rem, 1.2vw, 1.15rem);
  font-weight: 400;
  line-height: 1.5;
  overflow-wrap: break-word;
  word-break: normal;
}

.pricing__label,
.pricing__amount {
  font-weight: 400;
}

.pricing__item:last-child {
  border-bottom: 1px solid var(--color-line);
}

.pricing__methods {
  margin-top: 1.35rem;
  padding-top: 1.15rem;
}

.pricing__method {
  margin: 0 0 0.7rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.6;
  overflow-wrap: break-word;
  word-break: normal;
}

.pricing__method:last-child {
  margin-bottom: 0;
}

.payment-number {
  white-space: nowrap;
}

.slowread-cta {
  padding-bottom: clamp(4rem, 10vw, 8rem);
}

.slowread-cta__copy {
  max-width: var(--text-compact);
  min-width: 0;
}

.slowread-cta__copy > p:first-child {
  max-width: 45ch;
  font-size: clamp(1.2rem, 2vw, 1.5rem);
}

.primary-link {
  display: inline-flex;
  width: 100%;
  min-width: 0;
  min-height: 3rem;
  max-width: 26rem;
  margin-block: 1rem 1.75rem;
  padding: 0.9rem 2rem;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-text);
  background: var(--color-text);
  color: var(--color-page);
  font-family: var(--font-body);
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.primary-link:hover {
  border-color: var(--color-text);
  background: transparent;
  color: var(--color-text);
  text-decoration: none;
}

.primary-link:active {
  border-color: var(--color-text);
  background: transparent;
  color: var(--color-text);
}

.primary-link:focus-visible {
  outline-color: var(--color-text);
}

.slowread-cta__secondary {
  color: var(--color-text-soft);
}

.text-link {
  color: var(--color-text);
  font-weight: 600;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.2em;
  overflow-wrap: break-word;
  word-break: normal;
}

.site-footer {
  padding-block: 1.5rem 2.5rem;
  border-top: 1px solid var(--color-line);
  color: var(--color-text-soft);
  font-size: 0.9375rem;
}

.site-footer p {
  width: min(100%, var(--content-max));
  min-width: 0;
  max-width: 100%;
  padding-inline: var(--page-padding);
  margin: 0;
  margin-inline: auto;
}

@media (max-width: 340px) {
  .slowread-hero__lead {
    margin-block: 0.75rem 0.5rem;
    font-size: 1.35rem;
  }

  .slowread-hero__host p {
    line-height: 1.45;
  }
}

@media (min-width: 768px) {
  .week-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cycle-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cycle-facts > div:nth-last-child(2) {
    border-bottom: 1px solid var(--color-line);
  }

  .primary-link {
    width: auto;
    min-width: 17rem;
  }
}

@media (min-width: 1025px) {
  .slowread-hero {
    min-height: min(48rem, calc(100svh - 1.5rem));
    padding-block: clamp(1.25rem, 4vw, 3.5rem) var(--section-space);
  }

  .slowread-hero__frame {
    grid-template-columns: minmax(0, 1.55fr) minmax(15rem, 0.7fr);
    gap: var(--layout-gap);
    padding: clamp(1.5rem, 4vw, 3.5rem);
    align-items: end;
  }

  .slowread-hero__kicker {
    margin-bottom: clamp(1.5rem, 5vw, 3rem);
  }

  .slowread-hero__lead {
    margin-block: clamp(1.5rem, 4vw, 2.75rem) 1.2em;
  }

  .slowread-hero__host {
    display: block;
    max-width: 19rem;
    justify-self: start;
  }

  .slowread-hero__host p {
    max-width: 29ch;
    margin: 1.4rem 0 0;
    line-height: 1.64;
    text-align: start;
    overflow-wrap: break-word;
  }

  .slowread-hero__host strong {
    display: inline;
  }

  .photo-frame--portrait {
    width: min(100%, 16.5rem);
  }

  .slowread-section--meetings {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: var(--layout-gap);
  }

  .slowread-section--meetings .section-heading {
    margin-bottom: 0;
  }

  .week-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
  }

  .week-step {
    padding: 0 2rem 0 0;
    border-top: 0;
  }

  .week-step + .week-step {
    padding-left: 2rem;
    border-left: 1px solid var(--color-line);
  }

  .slowread-section--cycle {
    display: grid;
    grid-template-columns: minmax(22.5rem, 0.95fr) minmax(0, 1.05fr);
    column-gap: var(--layout-gap);
  }

  .slowread-section--cycle > .section-heading {
    grid-column: 1;
    margin-bottom: 0;
  }

  .slowread-section--cycle > .section-copy {
    grid-column: 2;
  }

  .cycle-facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cycle-facts > div:nth-last-child(-n + 3) {
    border-bottom: 1px solid var(--color-line);
  }

  .slowread-cta {
    display: grid;
    grid-template-columns: minmax(22.5rem, 0.95fr) minmax(0, 1.05fr);
    gap: var(--layout-gap);
  }

  .slowread-cta .section-heading {
    margin-bottom: 0;
  }
}
