@font-face {
  font-family: "PT Sans Caption";
  src: url("fonts/ptsanscaption-0flmvp6hrxmt7-fsufhlfxnilpcaeg_x.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "PT Sans Caption";
  src: url("fonts/ptsanscaption-0fljvp6hrxmt7-fsufhlfxnilpcswsrkqg-v_38.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Secular One";
  src: url("fonts/secularone-8qinditajsj_87rmumdkyqdioog.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Catamaran";
  src: url("fonts/catamaran-o-0iipqoyxqa2rxt7-5r8zraw_0.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --red: #db1529;
  --orange: #e64015;
  --ink: #151515;
  --muted: #808080;
  --max: 1140px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #fff;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 1000;
  background: #fff;
  padding: 12px 16px;
}

.skip-link:focus {
  left: 12px;
}

.site-header {
  align-items: center;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  min-height: 64px;
  padding: 0 max(6vw, 28px);
}

.site-name {
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.nav-toggle {
  background: transparent;
  border: 0;
  cursor: pointer;
  display: none;
  font-size: 26px;
  line-height: 1;
  padding: 8px;
}

.site-nav ul {
  align-items: center;
  display: flex;
  gap: 38px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-nav a {
  color: #111;
  font-size: 14px;
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a:focus,
.site-nav a[aria-current="page"] {
  color: #168bd2;
}

.content-width {
  margin-inline: auto;
  max-width: var(--max);
  padding-inline: 20px;
}

.page-title {
  color: var(--orange);
  font-family: "Secular One", Arial, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.2;
  margin: 14px auto 22px;
  text-align: center;
}

.home-hero {
  align-items: start;
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
}

.book-art {
  margin: -2px auto -47px;
  max-width: 500px;
  width: 100%;
}

.hero-copy {
  font-family: "PT Sans Caption", Arial, sans-serif;
  padding: 18px 0 0 6px;
}

.hero-lead {
  font-size: 28px;
  line-height: 1.34;
  margin: 0 0 42px;
}

.hero-secondary {
  font-size: 23px;
  letter-spacing: -0.4px;
  line-height: 1.48;
  margin: 0;
}

.hero-secondary p {
  margin: 0 0 26px;
}

.amazon-button {
  margin-top: -2px;
  width: 250px;
}

.mobile-buy {
  display: none;
}

.synopsis {
  font-family: "PT Sans Caption", Arial, sans-serif;
  font-size: 24px;
  line-height: 1.45;
  padding-bottom: 28px;
}

.synopsis p {
  margin: 24px 0;
}

.author-section {
  background: var(--ink);
  color: #fff;
  padding: 30px 0 20px;
}

.author-grid {
  align-items: start;
  display: grid;
  grid-template-columns: 30% 70%;
}

.author-card {
  text-align: center;
}

.author-card img {
  border-radius: 50%;
  height: 124px;
  margin: 0 auto 10px;
  object-fit: cover;
  width: 124px;
}

.author-name {
  font-family: "Catamaran", Arial, sans-serif;
  font-size: 19px;
  font-weight: 600;
  text-transform: uppercase;
}

.author-copy {
  border-left: 3px solid var(--red);
  font-family: "PT Sans Caption", Arial, sans-serif;
  font-size: 16px;
  padding: 0 80px 0 20px;
}

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

.testimonials {
  background: #fff url("Snow-1024x440.png") center/cover no-repeat;
  min-height: 430px;
  overflow: hidden;
  padding: 36px 0 50px;
}

.testimonials h2 {
  color: var(--ink);
  font-family: "Catamaran", Arial, sans-serif;
  font-size: 50px;
  font-style: italic;
  font-weight: 900;
  letter-spacing: -2.5px;
  margin: 0 0 26px;
  text-align: center;
  text-transform: uppercase;
}

.carousel {
  margin: 0 auto;
  max-width: 620px;
  min-height: 190px;
  position: relative;
  text-align: center;
}

.testimonial {
  display: none;
  padding: 12px 58px 44px;
}

.testimonial.is-active {
  display: block;
}

.testimonial blockquote {
  font-family: "Catamaran", Arial, sans-serif;
  font-size: 24px;
  font-style: italic;
  letter-spacing: 0.5px;
  line-height: 1.5;
  margin: 0 0 18px;
}

.testimonial cite {
  font-family: "Catamaran", Arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.carousel-control {
  background: transparent;
  border: 0;
  color: var(--red);
  cursor: pointer;
  font-size: 44px;
  padding: 0 12px;
  position: absolute;
  top: 54px;
}

.carousel-control.prev {
  left: 0;
}

.carousel-control.next {
  right: 0;
}

.carousel-dots {
  bottom: 0;
  display: flex;
  gap: 8px;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
}

.carousel-dot {
  background: #aaa;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  height: 7px;
  padding: 0;
  width: 7px;
}

.carousel-dot.is-active {
  background: var(--red);
}

.social-strip {
  align-items: center;
  background: var(--ink);
  color: #fff;
  display: grid;
  grid-template-columns: 1fr 0.7fr 0.5fr;
  min-height: 167px;
  padding-block: 25px;
}

.social-strip .amazon-button {
  margin: 0 auto;
  width: 300px;
}

.social-strip h2 {
  font-family: "Catamaran", Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.4px;
  margin: 0;
  text-align: right;
  text-transform: uppercase;
}

.social-strip h2 a {
  text-decoration: none;
}

.facebook-link {
  align-items: center;
  border: 1px solid var(--red);
  display: inline-flex;
  font: 700 25px Arial, sans-serif;
  height: 58px;
  justify-content: center;
  margin-left: 34px;
  text-decoration: none;
  transition: background 0.2s;
  width: 58px;
}

.facebook-link:hover,
.facebook-link:focus {
  background: var(--red);
}

.custom-footer {
  color: var(--muted);
  font-family: "PT Sans Caption", Arial, sans-serif;
  font-size: 14px;
  margin-inline: auto;
  max-width: var(--max);
  padding: 42px 48px 32px;
}

.custom-footer p {
  margin: 0 0 10px;
}

.custom-footer a {
  color: var(--muted);
}

.inner-page {
  font-family: Arial, Helvetica, sans-serif;
  margin-inline: auto;
  max-width: 1140px;
  padding: 38px 20px 60px;
}

.newsletter-page {
  max-width: 1000px;
}

.newsletter-banner {
  margin: 0 auto 36px;
  width: 100%;
}

.inner-page h1,
.inner-page h2 {
  color: #111;
  line-height: 1.2;
}

.newsletter-page h2 {
  font-family: "PT Sans Caption", Arial, sans-serif;
  font-size: 30px;
  margin: 28px 0 18px;
  text-align: center;
}

.newsletter-copy {
  font-family: "PT Sans Caption", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.65;
  margin: 0 auto;
  max-width: 860px;
}

.newsletter-copy ul {
  margin-bottom: 28px;
}

.signup-panel {
  background: #f3f3f3;
  margin: 20px auto 24px;
  max-width: 900px;
  padding: 30px;
}

.signup-form {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
  position: relative;
}

.honeypot {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}

.field label {
  display: block;
  font-weight: 700;
  margin-bottom: 7px;
}

.field label::after {
  content: "*";
}

.field input {
  background: #fff;
  border: 1px solid #bbb;
  border-radius: 0;
  font: inherit;
  padding: 13px 14px;
  width: 100%;
}

.signup-form button {
  background: var(--red);
  border: 0;
  color: #fff;
  cursor: pointer;
  font: 700 17px "PT Sans Caption", Arial, sans-serif;
  grid-column: 1 / -1;
  padding: 15px 20px;
  width: 100%;
}

.signup-status {
  grid-column: 1 / -1;
  font-weight: 700;
  margin: 14px 0 0;
  text-align: center;
}

.about-page {
  font-size: 16px;
  line-height: 1.65;
  max-width: 1000px;
}

.about-page h1 {
  font-size: 32px;
  margin: 0 0 30px;
}

.about-logo {
  margin: 0 auto 28px;
  width: 300px;
}

.legal-page {
  max-width: 1170px;
}

.legal-copy {
  font-size: 16px;
  line-height: 1.55;
}

.legal-copy h1 {
  font-size: 36px;
  margin-top: 0;
}

.legal-copy h3 {
  font-size: 22px;
  margin: 30px 0 12px;
}

.legal-copy p,
.legal-copy ul {
  margin: 0 0 22px;
}

@media (max-width: 1024px) {
  .site-header {
    padding-inline: 32px;
  }

  .home-hero {
    padding-inline: 22px;
  }

  .hero-lead {
    font-size: 24px;
  }

  .hero-secondary {
    font-size: 20px;
  }

  .author-section {
    padding: 40px;
  }

  .author-copy {
    padding-right: 0;
  }

  .social-strip {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 42px 20px;
    text-align: center;
  }

  .social-strip h2 {
    text-align: center;
  }

  .facebook-link {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .site-header {
    justify-content: flex-end;
    min-height: 58px;
    padding-inline: 18px;
    position: relative;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    background: #fff;
    border-bottom: 1px solid #ddd;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
    display: none;
    left: 0;
    padding: 14px 20px;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 20;
  }

  .site-nav.is-open {
    display: block;
  }

  .site-nav ul {
    align-items: stretch;
    display: block;
  }

  .site-nav a {
    display: block;
    padding: 10px 4px;
  }

  .page-title {
    font-size: 29px;
    margin-top: 18px;
    padding-inline: 12px;
  }

  .home-hero {
    display: block;
    padding-inline: 10px;
  }

  .book-art {
    margin: -18px auto -20px;
  }

  .mobile-buy {
    display: block;
    margin: 0 auto 28px;
    width: 250px;
  }

  .hero-copy {
    padding: 0 10px;
  }

  .hero-lead {
    font-size: 23px;
    line-height: 1.45;
    margin-bottom: 30px;
  }

  .hero-secondary {
    font-size: 19px;
    line-height: 1.55;
  }

  .hero-copy .desktop-buy {
    display: none;
  }

  .synopsis {
    font-size: 19px;
    padding-inline: 16px;
  }

  .author-section {
    padding: 22px 20px;
  }

  .author-grid {
    display: block;
  }

  .author-copy {
    border-left: 0;
    margin-top: 20px;
    padding: 0 15px;
  }

  .testimonials {
    min-height: 350px;
    padding-bottom: 24px;
  }

  .testimonials h2 {
    font-size: 34px;
    letter-spacing: -1.5px;
    margin-bottom: 12px;
  }

  .testimonial {
    padding-inline: 44px;
  }

  .testimonial blockquote {
    font-size: 17px;
  }

  .custom-footer {
    padding: 36px 20px 28px;
  }

  .inner-page {
    padding: 26px 18px 44px;
  }

  .newsletter-page h2 {
    font-size: 25px;
  }

  .newsletter-copy {
    font-size: 16px;
  }

  .signup-panel {
    padding: 20px;
  }

  .signup-form {
    grid-template-columns: 1fr;
  }

  .signup-form button {
    grid-column: auto;
  }

  .legal-copy {
    font-size: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
