.finale-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1rem;
}

.book-intro h2 span {
  display: block;
}

.book-intro .intro-book-title {
  margin: 0.5rem 0 2.1rem;
  color: var(--gold);
  font-size: clamp(1.25rem, 2.2vw, 2.15rem);
  line-height: 1.2;
  letter-spacing: 0;
}

.book-intro .intro-book-title:last-child {
  margin-bottom: 0;
}

.book-intro .intro-book-title em {
  font-weight: 400;
}

.chance-praise {
  padding: clamp(5rem, 9vw, 9rem) clamp(1.4rem, 6vw, 6rem);
  background: linear-gradient(135deg, #13110e, #21180f);
  border-top: 1px solid var(--line);
}

.chance-praise-heading {
  max-width: 900px;
  margin: 0 auto 3.5rem;
  text-align: center;
}

.chance-praise h2 {
  margin: 0;
  font-size: clamp(2.8rem, 5vw, 5.7rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.chance-praise h2 em {
  color: var(--bright);
  font-weight: 400;
}

.chance-reviews {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1500px;
  margin: 0 auto;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.chance-reviews figure {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 280px;
  margin: 0;
  padding: clamp(1.8rem, 3vw, 3rem);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.chance-reviews blockquote {
  margin: 0 0 2rem;
  font-size: clamp(1.05rem, 1.35vw, 1.3rem);
  line-height: 1.55;
}

.chance-reviews figcaption {
  color: var(--bright);
  font: 800 0.7rem Arial, sans-serif;
  letter-spacing: 0.18em;
}

@media (max-width: 1000px) {
  .chance-reviews {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 620px) {
  .chance-reviews {
    grid-template-columns: 1fr;
  }

  .chance-reviews figure {
    min-height: auto;
  }
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  align-items: center;
  gap: clamp(2rem, 7vw, 7rem);
  padding: clamp(4.5rem, 8vw, 8rem) clamp(1.4rem, 7vw, 7rem);
  background: #18130d;
  border-top: 1px solid rgba(210, 173, 97, 0.32);
}

.contact-copy {
  max-width: 760px;
}

.contact h2 {
  margin: 0 0 1rem;
  color: #f3ead8;
  font-size: clamp(3rem, 6vw, 6.5rem);
  line-height: 0.96;
  letter-spacing: -0.045em;
}

.contact-copy > p:last-child {
  max-width: 690px;
  color: #c8bdab;
  font-size: 1.12rem;
  line-height: 1.7;
}

.contact-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.85rem;
}

.contact-actions .button {
  justify-content: center;
  text-align: center;
}

.contact-email {
  margin-top: 0.45rem;
  color: #ead18b;
  font: 700 1rem/1.5 Arial, sans-serif;
  text-align: center;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.3rem;
}

@media (max-width: 800px) {
  .contact {
    grid-template-columns: 1fr;
  }

  .contact-actions {
    max-width: 430px;
  }
}

.finale .clear {
  border-color: rgba(255, 255, 255, 0.7);
}

.finale h2 {
  font-size: clamp(2.2rem, 4vw, 4.7rem);
}

.finale-question {
  display: block;
  margin-top: 1.5rem;
}

.finale-book-title {
  display: block;
  margin-top: 0.45rem;
  color: #f8dda0;
  font: 800 clamp(0.8rem, 1.2vw, 1rem)/1.3 Arial, sans-serif;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.echoes-cover .ribbon {
  background: #f0ce7b;
  color: #17130f;
  border: 2px solid #fff0bd;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.55);
}

.echoes-section .book-details > .overline {
  color: #971f29;
  font-size: 0.78rem;
}

/* Keep Stu's portrait and the two books visually distinct on the homepage. */
.hero-gallery {
  display: grid;
  grid-template-rows: minmax(390px, 1fr) auto;
  align-content: end;
  padding: 1.5rem 2.5rem 2rem;
}

.hero-gallery .portrait {
  position: relative;
  inset: auto;
  justify-self: end;
  width: min(78%, 620px);
  height: 100%;
  min-height: 390px;
  object-position: center top;
}

.hero-gallery .covers {
  position: relative;
  inset: auto;
  width: 100%;
  margin-top: 1rem;
}

.hero-gallery .cover,
.hero-gallery .chance-cover {
  width: min(34%, 245px);
}

.hero-gallery .cover img {
  max-height: 350px;
}

.scrapbook {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: clamp(2.5rem, 7vw, 7rem);
  padding: clamp(5rem, 9vw, 9rem) clamp(1.4rem, 7vw, 7rem);
  background: linear-gradient(135deg, #111, #21170d);
}

.scrapbook-copy {
  max-width: 620px;
}

.scrapbook h2 {
  margin: 0 0 1.4rem;
  font-size: clamp(2.8rem, 5vw, 5.6rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.scrapbook-copy > p:last-child {
  color: #c8bdab;
  font-size: 1.12rem;
}

.scrapbook-frame {
  margin: 0;
  padding: clamp(0.7rem, 1.5vw, 1.15rem);
  background: #ead18b;
  box-shadow: 0 30px 45px rgba(0, 0, 0, 0.45);
  transform: rotate(-1deg);
}

.scrapbook-frame img {
  width: 100%;
  background: #ead18b;
}

.scrapbook-frame figcaption {
  padding: 0.65rem 0.25rem 0.15rem;
  color: #2b2114;
  font: 800 0.7rem Arial, sans-serif;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 1000px) {
  .finale-actions {
    justify-content: flex-start;
  }

  .hero-gallery {
    grid-template-rows: minmax(330px, 1fr) auto;
    min-height: 760px;
  }

  .hero-gallery .portrait {
    min-height: 330px;
    width: min(72%, 560px);
  }

  .scrapbook {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .hero-gallery {
    grid-template-rows: minmax(300px, 1fr) auto;
    min-height: 690px;
    padding: 1rem 0.8rem 1.5rem;
  }

  .hero-gallery .portrait {
    justify-self: center;
    width: min(95%, 430px);
    min-height: 300px;
  }

  .hero-gallery .cover,
  .hero-gallery .chance-cover {
    width: 46%;
  }
}

/* Full, straightened gallery restored from Stu's original scrapbook. */
.scrapbook {
  display: block;
}

.scrapbook-copy {
  max-width: 850px;
  margin: 0 auto 3.5rem;
  text-align: center;
}

.scrapbook-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.2rem, 2.5vw, 2.2rem);
  max-width: 1500px;
  margin: 0 auto;
}

.scrapbook-gallery figure {
  display: flex;
  flex-direction: column;
  margin: 0;
  overflow: hidden;
  background: #f3ead8;
  border: 1px solid rgba(210, 173, 97, 0.55);
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.35);
  transform: none;
}

.scrapbook-gallery img {
  width: 100%;
  height: 310px;
  object-fit: contain;
  background: #090909;
}

.scrapbook-gallery figcaption {
  flex: 1;
  padding: 1rem 1.1rem 1.15rem;
  color: #21170d;
  font: 700 0.86rem/1.45 Arial, sans-serif;
  letter-spacing: 0.04em;
  text-align: center;
}

@media (max-width: 1000px) {
  .scrapbook-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .scrapbook-gallery {
    grid-template-columns: 1fr;
  }

  .scrapbook-gallery img {
    height: auto;
    max-height: 440px;
  }
}

.trailer{padding:clamp(4rem,8vw,7rem) clamp(1.4rem,7vw,7rem);background:#17120f;color:#f6efe4;text-align:center}.trailer-heading{margin:0 auto 2rem}.trailer h2{font-size:clamp(2.2rem,4.5vw,4.8rem);line-height:1.05;letter-spacing:-.04em;margin:.4rem 0}.trailer video{display:block;width:min(100%,1000px);height:auto;aspect-ratio:1920/1072;object-fit:contain;margin:auto;background:#000;box-shadow:0 18px 55px #0008}.trailer .overline{color:#d9b765}
