/* =========================
   Base
========================= */

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Georgia, 'Times New Roman', serif;
  background: #f5f1e8;
  color: #242424;
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
}

/* =========================
   Header
========================= */

.site-header {
  background: #faf8f2;
  border-bottom: 1px solid #d8d2c6;
}

.header-inner {
  width: min(1200px, 92%);
  margin: 0 auto;

  display: flex;
  align-items: center;
  justify-content: space-between;

  min-height: 110px;
  gap: 30px;
}

.brand {
  text-decoration: none;
}

.site-logo {
  width: 190px;
  height: auto;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.main-nav a {
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0.03em;
  color: #343434;
}

.main-nav a:hover {
  color: #766346;
}

/* =========================
   Hero
========================= */

.hero {
  min-height: 620px;

  display: flex;
  align-items: center;

  background:
    linear-gradient(rgba(20, 24, 31, 0.65), rgba(20, 24, 31, 0.65)),
    url('../images/ascendancy/emma-shard.webp');

  background-size: cover;
  background-position: center;
}

.hero-content {
  width: min(1200px, 92%);
  margin: 0 auto;
  color: white;
  padding: 90px 0;
}

.hero-kicker {
  margin: 0 0 12px;

  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.85rem;
}

.hero h1 {
  max-width: 760px;
  margin: 0 0 24px;

  font-size: clamp(3rem, 7vw, 5.5rem);
  line-height: 1.02;
  font-weight: normal;
}

.hero-text {
  max-width: 680px;
  margin: 0 0 34px;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.15rem;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

/* =========================
   Buttons
========================= */

.button {
  display: inline-block;
  padding: 14px 26px;

  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.95rem;
  font-weight: 600;

  border-radius: 4px;

  transition:
    background 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: #e7dfcf;
  color: #1c1c1c;
  border: 1px solid #e7dfcf;
  font-weight: 600;
}

.button-primary:hover {
  background: #ffffff;
  color: #111111;
}

.button-secondary {
  border: 1px solid rgba(255, 255, 255, 0.8);
  color: white;
}

.button-secondary:hover {
  background: white;
  color: #222;
}

/* =========================
   Mobile
========================= */

@media (max-width: 850px) {
  .header-inner {
    flex-direction: column;
    justify-content: center;
    padding: 22px 0;
  }

  .site-logo {
    width: 165px;
  }

  .main-nav {
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px 20px;
  }

  .hero {
    min-height: 540px;
  }

  .hero-content {
    padding: 70px 0;
  }
}

/* =========================
   Stories of Faith
========================= */

.faith-section {
  background: #f5f1e8;
  padding: 95px 0 105px;
}

.section-inner {
  width: min(1150px, 90%);
  margin: 0 auto;
}

.section-heading {
  max-width: 800px;
  margin: 0 auto 55px;
  text-align: center;
}

.section-kicker {
  margin: 0 0 8px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #766346;
}

.section-heading h2 {
  margin: 0 0 16px;
  font-size: clamp(2.3rem, 5vw, 3.5rem);
  line-height: 1.1;
  font-weight: normal;
  color: #242424;
}

.section-intro {
  margin: 0 auto;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #555;
}

/* Book Grid */

.book-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  align-items: start;
}

.book-card {
  text-align: center;
}

.book-card > a:first-child {
  display: block;
  text-decoration: none;
}

.book-cover {
  width: 100%;
  max-width: 230px;
  margin: 0 auto;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.book-card > a:first-child:hover .book-cover {
  transform: translateY(-6px);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
}

.book-card h3 {
  margin: 25px 0 10px;
  font-size: 1.65rem;
  font-weight: normal;
}

.book-card p {
  max-width: 330px;
  margin: 0 auto 15px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.96rem;
  line-height: 1.65;
  color: #555;
}

.book-link {
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  color: #655438;
  text-decoration: none;
  border-bottom: 1px solid #a99878;
  padding-bottom: 2px;
}

.book-link:hover {
  color: #222;
  border-color: #222;
}

/* Stories of Faith - Mobile */

@media (max-width: 800px) {
  .faith-section {
    padding: 70px 0;
  }

  .book-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .book-cover {
    max-width: 230px;
  }
}

/* =========================
   The Ascendancy Wars
========================= */

.ascendancy-section {
  background: #121720;
  color: #f4f1ea;
  padding: 100px 0 110px;
}

.ascendancy-inner {
  width: min(1150px, 90%);
  margin: 0 auto;
}

.ascendancy-heading {
  max-width: 760px;
  margin: 0 auto 65px;
  text-align: center;
}

.ascendancy-kicker {
  margin: 0 0 8px;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;

  color: #aebbd0;
}

.ascendancy-heading h2 {
  margin: 0 0 18px;

  font-size: clamp(2.5rem, 5vw, 3.8rem);
  line-height: 1.1;
  font-weight: normal;
}

.ascendancy-heading p {
  margin: 0 auto;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.05rem;
  line-height: 1.7;

  color: #c9ced6;
}

/* Ascendancy Books */

.ascendancy-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 55px;

  max-width: 800px;
  margin: 0 auto;
  align-items: start;
}

.ascendancy-book {
  text-align: center;
}

.ascendancy-book > a:first-child {
  display: block;
  text-decoration: none;
}

.ascendancy-cover {
  width: 100%;
  max-width: 210px;
  margin: 0 auto;

  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.45);

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.ascendancy-book > a:first-child:hover .ascendancy-cover {
  transform: translateY(-6px);
  box-shadow: 0 22px 42px rgba(0, 0, 0, 0.55);
}

/* Ascendancy Book Text */

.ascendancy-book-info {
  margin-top: 28px;
}

.book-status {
  margin: 0 0 5px;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;

  color: #aebbd0;
}

.ascendancy-book-info h3 {
  margin: 0 0 12px;

  font-size: 1.8rem;
  font-weight: normal;
}

.ascendancy-book-info p:not(.book-status) {
  max-width: 350px;
  margin: 0 auto 18px;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.96rem;
  line-height: 1.65;

  color: #c9ced6;
}

.ascendancy-link {
  display: inline-block;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9rem;
  font-weight: 600;

  color: #ffffff;
  text-decoration: none;

  border-bottom: 1px solid #8997aa;
  padding-bottom: 2px;
}

.ascendancy-link:hover {
  border-color: #ffffff;
}

/* Ascendancy - Mobile */

@media (max-width: 800px) {
  .ascendancy-section {
    padding: 75px 0 85px;
  }

  .ascendancy-grid {
    grid-template-columns: 1fr;
    gap: 70px;
  }

  .ascendancy-cover {
    max-width: 210px;
  }
}

/* =========================
   Daily Reflections
========================= */

.reflections-link-section {
  background: #ebe4d7;
  padding: 90px 0;
}

.reflections-link-inner {
  width: min(760px, 90%);
  margin: 0 auto;
  text-align: center;
}

.reflections-link-kicker {
  margin: 0 0 8px;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;

  color: #766346;
}

.reflections-link-inner h2 {
  margin: 0 0 18px;

  font-size: clamp(2.3rem, 5vw, 3.5rem);
  line-height: 1.1;
  font-weight: normal;

  color: #242424;
}

.reflections-link-inner p {
  max-width: 650px;
  margin: 0 auto 28px;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.05rem;
  line-height: 1.7;

  color: #555;
}

.reflections-button {
  background: #766346;
  color: #ffffff;
  border: 1px solid #766346;
}

.reflections-button:hover {
  background: #5e4f38;
  color: #ffffff;
}

/* =========================
   About William
========================= */

.about-section {
  background: #f5f1e8;
  padding: 100px 0;
}

.about-inner {
  width: min(1100px, 90%);
  margin: 0 auto;

  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 75px;

  align-items: center;
}

.about-image img {
  width: 100%;
  max-width: 340px;
  margin: 0 auto;

  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.18);
}

.about-kicker {
  margin: 0 0 8px;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;

  color: #766346;
}

.about-content h2 {
  margin: 0 0 22px;

  font-size: clamp(2.4rem, 5vw, 3.6rem);
  line-height: 1.1;
  font-weight: normal;

  color: #242424;
}

.about-content p {
  margin: 0 0 18px;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.75;

  color: #4f4f4f;
}

.about-link {
  display: inline-block;
  margin-top: 5px;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.92rem;
  font-weight: 600;

  color: #655438;
  text-decoration: none;

  border-bottom: 1px solid #a99878;
  padding-bottom: 2px;
}

.about-link:hover {
  color: #222;
  border-color: #222;
}

/* About William - Mobile */

@media (max-width: 800px) {
  .about-section {
    padding: 75px 0;
  }

  .about-inner {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .about-image img {
    max-width: 280px;
  }

  .about-content {
    text-align: center;
  }
}

/* =========================
   Updates
========================= */

.updates-section {
  background: #ebe4d7;
  padding: 90px 0;
}

.updates-inner {
  width: min(900px, 90%);
  margin: 0 auto;
}

.updates-heading {
  text-align: center;
  margin-bottom: 45px;
}

.updates-kicker {
  margin: 0 0 8px;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;

  color: #766346;
}

.updates-heading h2 {
  margin: 0;

  font-size: clamp(2.3rem, 5vw, 3.5rem);
  line-height: 1.1;
  font-weight: normal;

  color: #242424;
}

.updates-list {
  max-width: 720px;
  margin: 0 auto;
}

.update-item {
  padding: 30px 0;

  border-top: 1px solid #c8bdab;
}

.update-item:last-child {
  border-bottom: 1px solid #c8bdab;
}

.update-category {
  margin: 0 0 7px;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;

  color: #766346;
}

.update-item h3 {
  margin: 0 0 10px;

  font-size: 1.55rem;
  font-weight: normal;

  color: #242424;
}

.update-item p:not(.update-category) {
  margin: 0;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.7;

  color: #555;
}

/* =========================
   Connect with William
========================= */

.connect-section {
  background: #121720;
  color: #f4f1ea;
  padding: 85px 0 75px;
}

.connect-inner {
  width: min(700px, 90%);
  margin: 0 auto;
  text-align: center;
}

.connect-kicker {
  margin: 0 0 8px;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;

  color: #aebbd0;
}

.connect-inner h2 {
  margin: 0 0 16px;

  font-size: clamp(2.2rem, 5vw, 3.3rem);
  line-height: 1.1;
  font-weight: normal;
}

.connect-inner p {
  max-width: 580px;
  margin: 0 auto 28px;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.7;

  color: #c9ced6;
}

.goodreads-button {
  background: #f4efe3;
  color: #222222;
  border: 1px solid #f4efe3;
}

.goodreads-button:hover {
  background: #ffffff;
  color: #111111;
}

/* =========================
   Footer
========================= */

.site-footer {
  background: #0c1016;
  color: #aeb4bd;

  border-top: 1px solid rgba(255, 255, 255, 0.1);

  padding: 32px 0;
}

.footer-inner {
  width: min(1100px, 90%);
  margin: 0 auto;

  text-align: center;
}

.footer-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;

  gap: 12px 25px;

  margin-bottom: 20px;
}

.footer-nav a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.85rem;

  color: #d2d6dc;
  text-decoration: none;
}

.footer-nav a:hover {
  color: #ffffff;
}

.copyright {
  margin: 0;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8rem;

  color: #8f969f;
}

/* =========================
   Individual Book Pages
========================= */

.book-detail-section {
  background: #f5f1e8;
  padding: 95px 0 105px;
}

.book-detail-inner {
  width: min(1050px, 90%);
  margin: 0 auto;

  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 70px;

  align-items: center;
}

.book-detail-cover img {
  width: 100%;
  max-width: 280px;
  margin: 0 auto;

  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.2);
}

.book-detail-series {
  margin: 0 0 8px;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;

  color: #766346;
}

.book-detail-content h1 {
  margin: 0 0 8px;

  font-size: clamp(2.8rem, 6vw, 4.7rem);
  line-height: 1.05;
  font-weight: normal;

  color: #242424;
}

.book-detail-subtitle {
  margin: 0 0 28px;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 600;

  color: #6a6258;
}

.book-detail-content p:not(.book-detail-series):not(.book-detail-subtitle) {
  max-width: 650px;
  margin: 0 0 18px;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.75;

  color: #4f4f4f;
}

.amazon-button {
  margin-top: 12px;

  background: #766346;
  color: #ffffff;
  border: 1px solid #766346;
}

.amazon-button:hover {
  background: #5e4f38;
  color: #ffffff;
}

/* Individual Book Pages - Mobile */

@media (max-width: 800px) {
  .book-detail-section {
    padding: 70px 0 80px;
  }

  .book-detail-inner {
    grid-template-columns: 1fr;
    gap: 45px;

    text-align: center;
  }

  .book-detail-cover img {
    max-width: 240px;
  }

  .book-detail-content p:not(.book-detail-series):not(.book-detail-subtitle) {
    margin-left: auto;
    margin-right: auto;
  }
}

/* =========================
   Ascendancy Book Page
========================= */

.ascendancy-detail-section {
  background: #121720;
  color: #f4f1ea;
}

.ascendancy-detail-content h1 {
  color: #f4f1ea;
}

.ascendancy-detail-content .book-detail-series {
  color: #aebbd0;
}

.ascendancy-detail-content .book-detail-subtitle {
  color: #c9ced6;
}

.ascendancy-detail-content
  p:not(.book-detail-series):not(.book-detail-subtitle) {
  color: #d2d6dc;
}

.ascendancy-amazon-button {
  background: #f4efe3;
  color: #222222;
  border: 1px solid #f4efe3;
}

.ascendancy-amazon-button:hover {
  background: #ffffff;
  color: #111111;
}

/* =========================
   Books Page
========================= */

.books-page-intro {
  background: #f5f1e8;
  padding: 80px 0 60px;
}

.books-page-intro-inner {
  width: min(800px, 90%);
  margin: 0 auto;
  text-align: center;
}

.books-page-intro h1 {
  margin: 0 0 16px;

  font-size: clamp(3rem, 6vw, 4.5rem);
  line-height: 1.05;
  font-weight: normal;

  color: #242424;
}

.books-page-intro p:not(.section-kicker) {
  margin: 0 auto;

  max-width: 700px;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.05rem;
  line-height: 1.7;

  color: #555;
}

.books-faith-section {
  background: #f5f1e8;
  padding: 30px 0 100px;
}

.books-ascendancy-section {
  background: #121720;
  color: #f4f1ea;
  padding: 95px 0 105px;
}

.books-page-inner {
  width: min(1100px, 90%);
  margin: 0 auto;
}

.books-group-heading {
  max-width: 760px;
  margin: 0 auto 50px;
  text-align: center;
}

.books-group-heading h2 {
  margin: 0 0 14px;

  font-size: clamp(2.3rem, 5vw, 3.5rem);
  line-height: 1.1;
  font-weight: normal;
}

.books-group-heading p:not(.section-kicker):not(.ascendancy-kicker) {
  margin: 0 auto;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.7;

  color: #555;
}

.books-group-heading-dark p:not(.ascendancy-kicker) {
  color: #c9ced6;
}

.books-page-grid {
  display: grid;
  align-items: start;
}

.books-page-grid-three {
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
}

.books-page-grid-two {
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;

  max-width: 800px;
  margin: 0 auto;
}

.books-page-card {
  text-align: center;
}

.books-page-card > a:first-child {
  display: block;
  text-decoration: none;
}

.books-page-cover {
  width: 100%;
  max-width: 220px;
  margin: 0 auto 24px;

  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.books-page-card > a:first-child:hover .books-page-cover {
  transform: translateY(-6px);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.28);
}

.books-page-card h3 {
  margin: 0 0 8px;

  font-size: 1.65rem;
  font-weight: normal;
}

.books-page-card p {
  max-width: 330px;
  margin: 0 auto 14px;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.95rem;
  line-height: 1.6;

  color: #555;
}

.books-page-card-dark h3 {
  color: #f4f1ea;
}

.books-page-card-dark p:not(.book-status) {
  color: #c9ced6;
}

/* Books Page - Mobile */

@media (max-width: 800px) {
  .books-page-grid-three,
  .books-page-grid-two {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .books-page-cover {
    max-width: 210px;
  }

  .books-faith-section,
  .books-ascendancy-section {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}

/* =========================
   About Page
========================= */

.about-page-section {
  background: #f5f1e8;
  padding: 100px 0;
}

.about-page-inner {
  width: min(1100px, 90%);
  margin: 0 auto;

  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 75px;

  align-items: start;
}

.about-page-image img {
  width: 100%;
  max-width: 340px;
  margin: 0 auto;

  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.18);
}

.about-page-content h1 {
  margin: 0 0 24px;

  font-size: clamp(2.8rem, 6vw, 4.5rem);
  line-height: 1.05;
  font-weight: normal;

  color: #242424;
}

.about-page-content p {
  margin: 0 0 20px;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.8;

  color: #4f4f4f;
}

/* About Connect */

.about-connect-section {
  background: #121720;
  color: #f4f1ea;
  padding: 85px 0;
}

.about-connect-inner {
  width: min(760px, 90%);
  margin: 0 auto;
  text-align: center;
}

.about-connect-inner h2 {
  margin: 0 0 16px;

  font-size: clamp(2.2rem, 5vw, 3.3rem);
  line-height: 1.1;
  font-weight: normal;
}

.about-connect-inner p {
  max-width: 620px;
  margin: 0 auto 28px;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.7;

  color: #c9ced6;
}

.about-connect-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

/* About Page - Mobile */

@media (max-width: 800px) {
  .about-page-section {
    padding: 75px 0;
  }

  .about-page-inner {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .about-page-image img {
    max-width: 280px;
  }

  .about-page-content {
    text-align: center;
  }
}

/* =========================
   Hero - Mobile Background
========================= */

@media (max-width: 800px) {
  .hero {
    background-image:
      linear-gradient(rgba(10, 14, 20, 0.68), rgba(10, 14, 20, 0.68)),
      url('../images/ascendancy/mobile-hero.webp');

    background-position: center center;
    background-size: cover;
  }
}

/* =========================
   Site-Wide Mobile Cleanup
========================= */

@media (max-width: 800px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  .hero-content,
  .section-inner,
  .section-heading,
  .ascendancy-inner,
  .ascendancy-heading,
  .reflections-link-inner,
  .about-inner,
  .updates-inner,
  .connect-inner,
  .footer-inner {
    width: calc(100% - 36px);
    max-width: 100%;
    min-width: 0;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }

  /* Homepage hero */

  .hero-content {
    padding-left: 0;
    padding-right: 0;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(2.4rem, 12vw, 3.5rem);
    line-height: 1.03;
    overflow-wrap: normal;
    word-break: normal;
  }

  .hero-text {
    max-width: 100%;
    font-size: 1rem;
    line-height: 1.6;
  }

  /* Faith and Ascendancy headings */

  .section-heading h2,
  .ascendancy-heading h2 {
    max-width: 100%;
    font-size: clamp(2.1rem, 10vw, 3rem);
    line-height: 1.08;
    overflow-wrap: normal;
    word-break: normal;
  }

  .section-intro,
  .ascendancy-heading p {
    max-width: 100%;
  }

  /* Book grids */

  .book-grid,
  .ascendancy-grid {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .book-card,
  .ascendancy-book {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
}

/* =========================
   Ascendancy Heading - Final Mobile Fix
========================= */

@media (max-width: 800px) {
  .ascendancy-heading h2 {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;

    font-size: clamp(1.8rem, 8vw, 2.4rem);
    line-height: 1.08;
  }
}
