:root {
  --teal: #26979c;
  --teal-dark: #16848c;
  --ink: #2b2b2b;
  --muted: #5e686b;
  --gold: #ffb547;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.28;
}

a {
  color: inherit;
}

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

.hero {
  min-height: 620px;
  color: #fff;
  background:
    linear-gradient(rgba(0, 0, 0, .34), rgba(0, 0, 0, .3)),
    url("Stephanie King Assets/hero background.avif") center center / cover no-repeat;
  position: relative;
  overflow: hidden;
}

.hero__inner {
  width: min(100%, 1060px);
  min-height: 620px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 76px;
  align-items: center;
  padding: 42px 26px 38px;
  position: relative;
  z-index: 1;
}

.hero__copy {
  padding-top: 8px;
}

h1,
h2,
h4,
.button,
.final-cta p {
  font-family: "Arial Narrow", Impact, Haettenschweiler, sans-serif;
  font-stretch: condensed;
  letter-spacing: 0;
}

h1 {
  margin: 0 0 24px;
  max-width: 690px;
  font-size: 54px;
  line-height: .95;
  color: #fff;
  text-shadow: 0 3px 8px rgba(0, 0, 0, .45);
}

.hero p {
  max-width: 565px;
  margin: 0 0 18px;
  font-size: 18px;
  line-height: 1.24;
  font-weight: 700;
  text-shadow: 0 2px 5px rgba(0, 0, 0, .42);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 136px;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 2px;
  background: var(--teal);
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  font-weight: 900;
}

.hero__book {
  width: 372px;
  filter: drop-shadow(0 24px 24px rgba(0, 0, 0, .5));
}

.section-shell {
  width: min(100% - 32px, 810px);
  margin: 0 auto;
}

.book {
  padding: 82px 0 60px;
  text-align: center;
}

h2 {
  margin: 0 0 18px;
  color: var(--teal);
  font-size: 25px;
  line-height: 1;
  font-weight: 900;
  text-align: center;
}

h3 {
  margin: 0 0 16px;
  color: #222;
  font-size: 16px;
  font-weight: 900;
  text-align: center;
}

.intro {
  margin: 0 auto 35px;
  max-width: 790px;
  color: #3f4749;
  font-size: 14px;
  text-align: center;
}

.book__grid {
  display: grid;
  grid-template-columns: 255px 1fr;
  gap: 185px;
  align-items: start;
  margin: 0 auto 42px;
  text-align: left;
}

.journal-image {
  width: 255px;
}

h4 {
  margin: 0 0 11px;
  color: var(--teal);
  font-size: 16px;
  font-weight: 900;
}

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

.helps li {
  position: relative;
  margin-bottom: 13px;
  padding-left: 16px;
  color: #30383a;
  font-size: 14px;
  font-weight: 500;
}

.helps li::before,
.method-copy p strong::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--teal);
  position: absolute;
}

.helps li::before {
  left: 0;
  top: 4px;
}

.helps li::first-line,
.method-copy strong {
  font-weight: 900;
}

.method-grid {
  display: grid;
  grid-template-columns: 1fr 385px;
  gap: 80px;
  align-items: start;
  text-align: left;
}

.method-copy {
  padding-top: 9px;
}

.method-copy p {
  margin: 0 0 12px;
  color: #445053;
  font-size: 14px;
}

.method-copy p:has(strong) {
  position: relative;
  padding-left: 16px;
}

.method-copy p strong::before {
  left: 0;
  top: 4px;
}

.method-image {
  width: 385px;
}

.gift {
  padding: 70px 0 0;
  text-align: center;
}

.gift__lead {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-style: italic;
}

.gift h3 {
  margin-bottom: 4px;
  font-size: 21px;
  line-height: 1.05;
}

.gift p {
  margin: 4px 0;
  font-size: 14px;
  font-weight: 700;
}

.gift .small {
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
}

.gift > a:not(.listen),
.scenario a {
  color: var(--teal);
  font-weight: 900;
  text-decoration: none;
}

.listen {
  display: inline-block;
  width: 142px;
  margin: 44px 0 19px;
}

.scenario {
  line-height: 1.3;
}

.author {
  padding: 28px 0 24px;
  color: #fff;
  background: var(--teal);
}

.author h2,
.author h3,
.author h4,
.author p {
  color: #fff;
}

.author h2 {
  margin-bottom: 20px;
}

.author h3 {
  margin-bottom: 54px;
  font-size: 15px;
}

.author__grid {
  display: grid;
  grid-template-columns: 1fr 363px;
  gap: 100px;
  align-items: start;
}

.author__copy p {
  margin: 0 0 22px;
  font-size: 14px;
  font-weight: 700;
}

.author__photo {
  width: 363px;
}

.signature {
  width: 250px;
  margin: 32px auto 0;
}

.author__social {
  display: flex;
  gap: 22px;
  margin-top: 54px;
}

.author__social a,
.footer__social a {
  width: 21px;
  height: 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #087da4;
  border: 1px solid #087da4;
  text-decoration: none;
  font-size: 12px;
  font-weight: 900;
}

.testimonials {
  padding: 45px 0 78px;
}

.testimonials h2 {
  margin-bottom: 48px;
  color: #0d0d0d;
  font-size: 41px;
}

.testimonials h3 {
  margin-bottom: 64px;
  font-size: 18px;
  line-height: 1.25;
}

.testimonial-stack {
  display: grid;
  justify-items: center;
  gap: 64px;
}

.testimonial-stack img {
  width: 560px;
}

.final-cta {
  min-height: 318px;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff;
  background: #020202;
  text-align: center;
}

.final-cta__book {
  position: absolute;
  top: -22px;
  width: 470px;
  opacity: .58;
  filter: brightness(.72);
}

.final-cta__book--left {
  left: -12px;
}

.final-cta__book--right {
  right: -12px;
}

.final-cta__copy {
  position: relative;
  z-index: 1;
  padding: 35px 20px;
}

.final-cta h2 {
  margin: 0;
  color: #fff;
  font-size: 29px;
}

.final-cta p {
  margin: 0 0 26px;
  color: #fff;
  font-size: 23px;
  font-weight: 900;
}

.final-cta .button {
  min-width: 92px;
  min-height: 34px;
  margin-bottom: 43px;
  font-size: 12px;
}

.final-cta h3 {
  margin: 0;
  color: #fff;
  font-size: 19px;
}

.contact-strip {
  min-height: 82px;
  padding: 21px 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
  justify-items: center;
  color: #fff;
  background: var(--teal);
  font-size: 12px;
  font-weight: 700;
}

.contact-strip strong {
  display: block;
  text-align: center;
}

.contact-strip a {
  color: #fff;
  text-decoration: none;
}

.footer {
  min-height: 290px;
  padding: 38px 16px 14px;
  text-align: center;
}

.footer__social {
  display: flex;
  justify-content: center;
  gap: 22px;
  margin-bottom: 54px;
}

.footer__social a {
  border-radius: 50%;
  border-color: #d4d7d9;
  color: #1775d1;
}

.footer__logo {
  width: 205px;
  margin: 0 auto 30px;
}

.footer p {
  margin: 0;
  color: #777;
  font-size: 11px;
}

@media (max-width: 760px) {
  .hero__inner,
  .book__grid,
  .method-grid,
  .author__grid,
  .contact-strip {
    grid-template-columns: 1fr;
  }

  .hero__inner {
    gap: 24px;
    justify-items: center;
    text-align: center;
  }

  .hero p {
    margin-left: auto;
    margin-right: auto;
  }

  .hero__book {
    width: min(78vw, 300px);
  }

  .book {
    padding-top: 52px;
  }

  .book__grid,
  .method-grid,
  .author__grid {
    gap: 32px;
    justify-items: center;
  }

  .helps,
  .method-copy,
  .author__copy {
    width: min(100%, 410px);
  }

  .method-image {
    width: min(100%, 360px);
  }

  .author h3 {
    margin-bottom: 32px;
  }

  .author__photo {
    width: min(100%, 320px);
  }

  .testimonials {
    padding-bottom: 70px;
  }

  .testimonial-stack {
    gap: 54px;
  }

  .testimonial-stack img {
    width: min(100%, 560px);
  }

  .final-cta__book {
    width: 360px;
    opacity: .35;
  }
}
