:root {
  --htf-ink: #0b1119;
  --htf-ink-soft: #16232d;
  --htf-paper: #f4efe5;
  --htf-paper-deep: #e8dfd0;
  --htf-line: #c8b99f;
  --htf-copper: #b96925;
  --htf-gold: #d39a45;
  --htf-muted: #62605c;
  --htf-display: Georgia, "Times New Roman", serif;
  --htf-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --htf-page: min(1180px, calc(100vw - 48px));
}

.htf-home {
  color: var(--htf-ink);
  background: var(--htf-paper);
  font-family: var(--htf-body);
  line-height: 1.55;
}

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

.htf-home__wrap,
.htf-home__section {
  width: var(--htf-page);
  margin: 0 auto;
}

.htf-home__eyebrow {
  margin: 0;
  color: var(--htf-copper);
  font-size: .71rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.htf-home__rule {
  display: block;
  width: 66px;
  height: 2px;
  margin: 17px 0 20px;
  background: var(--htf-copper);
}

.htf-home h1,
.htf-home h2,
.htf-home h3 {
  font-family: var(--htf-display);
  font-weight: 400;
}

.htf-home__hero {
  position: relative;
  overflow: hidden;
  min-height: 610px;
  color: var(--htf-paper);
  background: var(--htf-ink);
}

.htf-home__hero::before {
  position: absolute;
  inset: 0;
  opacity: .32;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath d='M0 0H18M0 0V18' fill='none' stroke='%23737a78' stroke-opacity='.22' stroke-width='.55'/%3E%3C/svg%3E");
  background-size: 18px 18px;
  content: "";
}

.htf-home__hero-grid {
  position: relative;
  min-height: 610px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, .88fr);
  align-items: center;
  gap: clamp(35px, 5vw, 80px);
  padding: 42px 0;
}

.htf-home__hero-copy {
  max-width: 660px;
}

.htf-home__hero .htf-home__eyebrow {
  color: var(--htf-gold);
}

.htf-home__hero h1 {
  max-width: 740px;
  margin: 0;
  color: #fff8eb;
  font-size: clamp(3.5rem, 6.4vw, 6.2rem);
  letter-spacing: -.055em;
  line-height: .93;
}

.htf-home__hero h1 em {
  color: var(--htf-gold);
  font-style: normal;
}

.htf-home__hero-lede {
  max-width: 555px;
  margin: 27px 0 0;
  color: #ded3c1;
  font-family: var(--htf-display);
  font-size: clamp(1.1rem, 1.7vw, 1.42rem);
  line-height: 1.45;
}

.htf-home__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 31px;
}

.htf-home__button {
  display: inline-flex;
  min-height: 47px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--htf-gold);
  padding: 0 20px;
  color: var(--htf-ink);
  background: var(--htf-gold);
  font-size: .76rem;
  font-weight: 850;
  letter-spacing: .085em;
  text-decoration: none;
  text-transform: uppercase;
}

.htf-home__button:hover,
.htf-home__button:focus-visible {
  color: var(--htf-paper);
  background: var(--htf-copper);
  border-color: var(--htf-copper);
}

.htf-home__button--secondary {
  color: var(--htf-paper);
  background: transparent;
  border-color: rgba(244, 239, 229, .56);
}

.htf-home__hero-media {
  position: relative;
  justify-self: end;
  width: 100%;
  height: min(516px, calc(100vw * .38));
  margin: 0;
  overflow: hidden;
  border: 0;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .45);
}

.htf-home__hero-media::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, rgba(11, 17, 25, .16), transparent 35%, transparent 70%, rgba(11, 17, 25, .17));
  content: "";
  pointer-events: none;
}

.htf-home__hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.htf-home__hero-media--series {
  height: min(560px, calc(100vw * .44));
  background: #0b1119;
}

.htf-home__hero-media--series img {
  object-fit: contain;
}

.htf-home__series-note {
  border-bottom: 1px solid var(--htf-line);
  background: var(--htf-paper-deep);
}

.htf-home__series-note-inner {
  min-height: 105px;
  display: grid;
  grid-template-columns: .28fr 1fr;
  align-items: center;
  gap: 35px;
  padding: 24px 0;
}

.htf-home__series-note strong {
  font-family: var(--htf-display);
  font-size: 1.26rem;
  font-weight: 500;
}

.htf-home__series-note p {
  max-width: 780px;
  margin: 0;
  color: #51555a;
}

.htf-home__section {
  padding: 108px 0;
}

.htf-home__split-intro,
.htf-home__book-grid,
.htf-home__notes-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 10vw;
  align-items: start;
}

.htf-home h2 {
  margin: 0;
  font-size: clamp(2.25rem, 4vw, 4rem);
  letter-spacing: -.045em;
  line-height: .98;
}

.htf-home__intro-copy {
  max-width: 565px;
  color: #424750;
  font-size: 1.08rem;
}

.htf-home__intro-copy p:first-child {
  margin-top: 0;
}

.htf-home__signal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 66px;
  border-top: 1px solid var(--htf-line);
  border-left: 1px solid var(--htf-line);
}

.htf-home__signal-grid article {
  min-height: 225px;
  display: flex;
  flex-direction: column;
  padding: 28px 28px 30px;
  border-right: 1px solid var(--htf-line);
  border-bottom: 1px solid var(--htf-line);
}

.htf-home__signal-grid span {
  color: var(--htf-copper);
  font-size: .71rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.htf-home__signal-grid h3 {
  margin: 18px 0 10px;
  font-size: 1.47rem;
  line-height: 1.08;
}

.htf-home__signal-grid p {
  margin: 0;
  color: #5b5e61;
  font-size: .92rem;
}

.htf-home__signal-link {
  width: fit-content;
  margin-top: auto;
  padding-top: 22px;
  color: var(--htf-copper);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase;
}

.htf-home__signal-link:hover,
.htf-home__signal-link:focus-visible {
  color: var(--htf-ink);
  text-decoration: underline;
  text-underline-offset: 5px;
}

.htf-home__author-band {
  color: var(--htf-paper);
  background: var(--htf-ink-soft);
}

.htf-home__author-grid {
  min-height: 482px;
  display: grid;
  grid-template-columns: minmax(255px, .7fr) 1.3fr;
  align-items: stretch;
}

.htf-home__author-reserve {
  position: relative;
  overflow: hidden;
  min-height: 380px;
  border-right: 1px solid rgba(244, 239, 229, .24);
  background: #c7b394;
}

.htf-home__author-reserve::after {
  content: none;
}

.htf-home__author-image {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: block;
  object-fit: cover;
  object-position: center;
}

.htf-home__author-copy {
  padding: clamp(45px, 7vw, 95px);
}

.htf-home__author-copy .htf-home__eyebrow {
  color: var(--htf-gold);
}

.htf-home__author-copy h2 {
  max-width: 520px;
  margin-top: 16px;
  color: var(--htf-paper);
}

.htf-home__author-copy > p:not(.htf-home__eyebrow) {
  max-width: 610px;
  color: #d4cabd;
  font-family: var(--htf-display);
  font-size: 1.22rem;
  line-height: 1.5;
}

.htf-home__text-link {
  color: var(--htf-copper);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase;
}

.htf-home__book-copy .htf-home__text-link {
  display: table;
  margin-top: 18px;
}

.htf-home__book-copy .htf-home__text-link + .htf-home__text-link {
  margin-top: 13px;
}

.htf-home__text-link:hover,
.htf-home__text-link:focus-visible,
.htf-home__notes-link a:hover,
.htf-home__notes-link a:focus-visible {
  color: var(--htf-gold);
  text-decoration: underline;
  text-underline-offset: 5px;
}

.htf-home__book-section {
  background: var(--htf-paper-deep);
}

.htf-home__book-grid {
  padding: 106px 0 116px;
}

.htf-home__book-copy {
  max-width: 605px;
}

.htf-home__book-copy > p:not(.htf-home__eyebrow):not(.htf-home__book-subtitle) {
  max-width: 530px;
  color: #51555a;
  font-size: 1.03rem;
}

.htf-home__book-subtitle {
  max-width: 570px;
  color: #393b3c;
  font-family: var(--htf-display);
  font-size: 1.34rem;
  line-height: 1.4;
}

.htf-home__book-arc {
  max-width: 400px;
  justify-self: end;
  padding: 28px 0 0 35px;
  border-left: 1px solid var(--htf-line);
}

.htf-home__book-arc ol {
  display: grid;
  gap: 19px;
  margin: 29px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: arc;
}

.htf-home__book-arc li {
  display: grid;
  grid-template-columns: 35px 1fr;
  column-gap: 11px;
  align-items: center;
  counter-increment: arc;
}

.htf-home__book-arc li::before {
  color: var(--htf-copper);
  content: "0" counter(arc);
  font-family: var(--htf-display);
  font-size: 1.12rem;
}

.htf-home__book-arc strong,
.htf-home__book-arc span {
  grid-column: 2;
}

.htf-home__book-arc strong {
  font-family: var(--htf-display);
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.1;
}

.htf-home__book-arc span,
.htf-home__arc-note {
  color: var(--htf-muted);
  font-size: .88rem;
}

.htf-home__arc-note {
  margin: 31px 0 0;
  padding-top: 20px;
  border-top: 1px solid var(--htf-line);
}

.htf-home__pending-books {
  display: grid;
  gap: 16px;
  margin-top: 31px;
}

.htf-home__pending-books article > a {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 15px;
  align-items: center;
  color: inherit;
  text-decoration: none;
}

.htf-home__pending-books img {
  display: block;
  width: 62px;
  box-shadow: 5px 7px 0 rgba(11, 17, 25, .12);
}

.htf-home__pending-books span,
.htf-home__pending-books p {
  display: block;
  margin: 0;
  color: var(--htf-muted);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.htf-home__pending-books h3 {
  margin: 3px 0;
  font-size: 1.25rem;
  line-height: 1;
}

.htf-home__pending-books p {
  color: var(--htf-copper);
}

.htf-home__pending-books article > a:hover h3,
.htf-home__pending-books article > a:focus-visible h3 {
  color: var(--htf-copper);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.htf-home__notes {
  padding: 100px 0;
}

.htf-home__notes-grid {
  align-items: center;
}

.htf-home__notes-grid > div > p:not(.htf-home__eyebrow) {
  max-width: 620px;
  color: #51555a;
  font-size: 1.05rem;
}

.htf-home__notes-link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
  border-bottom: 1px solid var(--htf-ink);
  padding-bottom: 16px;
}

.htf-home__mailerlite {
  width: 100%;
}

.htf-home__newsletter-pending {
  margin: 0;
  color: var(--htf-muted);
  font-size: .88rem;
}

.htf-home__notes-link a {
  color: var(--htf-copper);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase;
}

.htf-home__notes-link a + a {
  color: var(--htf-muted);
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .02em;
  text-transform: none;
}

@media (max-width: 767px) {
  :root {
    --htf-page: min(100% - 36px, 1180px);
  }

  .htf-home__hero,
  .htf-home__hero-grid {
    min-height: 0;
  }

  .htf-home__hero-grid,
  .htf-home__series-note-inner,
  .htf-home__split-intro,
  .htf-home__author-grid,
  .htf-home__book-grid,
  .htf-home__notes-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .htf-home__hero-grid {
    padding: 67px 0 58px;
  }

  .htf-home__hero-media {
    grid-row: 1;
    width: 100%;
    height: min(78vw, 420px);
  }

  .htf-home__hero-media--series {
    height: auto;
    aspect-ratio: 1122 / 1402;
  }

  .htf-home__hero-copy {
    grid-row: 2;
  }

  .htf-home__section,
  .htf-home__book-grid,
  .htf-home__notes {
    padding: 74px 0;
  }

  .htf-home__series-note-inner {
    padding: 28px 0;
  }

  .htf-home__signal-grid {
    grid-template-columns: 1fr;
  }

  .htf-home__signal-grid article {
    min-height: 0;
  }

  .htf-home__author-reserve {
    min-height: 0;
    aspect-ratio: 4 / 5;
    border-right: 0;
    border-bottom: 1px solid rgba(244, 239, 229, .24);
  }

  .htf-home__author-copy {
    padding: 55px 0 63px;
  }

  .htf-home__book-arc {
    justify-self: stretch;
    padding: 0 0 0 25px;
  }
}
