﻿body {
  background-color: #B3C6DF;
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  margin: 10px;
}

main {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 12px 30px;
}

h1 {
  font-size: 2.1rem;
  line-height: 1.1;
  margin: 0 0 0.35em;
}

h2 {
  font-size: 1.45rem;
  margin: 1.6em 0 0.6em;
}

h3 {
  font-size: 1.08rem;
  margin: 0 0 0.35em;
}

p {
  font-size: 1.1rem;
  line-height: 1.45;
}

a:link,
a:visited,
a:hover,
a:active {
  color: #C91403;
  text-decoration: underline;
}

.nowrap {
  white-space: nowrap;
}

.hero {
  display: flex;
  gap: 28px;
  align-items: center;
  background: #ffffff;
  border: 1px solid #cfd5e1;
  border-radius: 18px;
  padding: 24px;
  margin: 0 0 24px;
}

.hero-text {
  flex: 1;
}

.series-mark {
  width: 180px;
  height: 180px;
  border-radius: 18px;
}

.eyebrow {
  color: #90632B;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 0.85rem;
  margin-bottom: 0.6em;
}

.tagline {
  font-size: 1.25rem;
  line-height: 1.35;
  margin-top: 0;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-start;
  margin-top: 18px;
}

.button-link {
  display: inline-block;
  background: #CA381F;
  color: #ffffff !important;
  padding: 11px 16px;
  border-radius: 999px;
  text-decoration: none !important;
  font-weight: bold;
  text-align: center;
  min-width: 190px;
  box-sizing: border-box;
}

.button-link.secondary {
  background: #93A2BC;
  color: #ffffff !important;
}

.button-link.accent {
  background: #806134;
  color: #ffffff !important;
}

.intro-panel {
  background: #ffffff;
  border-left: 6px solid #D25C48;
  padding: 18px 22px;
  border-radius: 10px;
}

.book-grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.book-card {
  background: #ffffff;
  border: 1px solid #cfd5e1;
  border-radius: 12px;
  padding: 14px 16px;
}

.book-card p {
  font-size: 0.98rem;
  margin: 0;
}

.book-card.coming-soon {
  opacity: 0.7;
}

.status {
  display: inline-block;
  margin-left: 8px;
  color: #4F4F4F;
  font-size: 0.78rem;
  font-weight: normal;
}

.footer-cta {
  text-align: center;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid #cfd5e1;
}

.logo-mobile {
  width: 75%;
  height: auto;
  margin: 0 0 18px 2px;
}

.site-footer {
  max-width: 980px;
  margin: 0 auto;
  padding: 18px 18px 36px;
  text-align: center;
  color: #4F4F4F;
  font-size: 0.9rem;
  line-height: 1.45;
  border-top: 1px solid #cfd5e1;
}

.site-footer p {
  font-size: 0.9rem;
  margin: 0.35em 0;
}

.red-separator {
  width: 90px;
  height: 4px;
  background: #CA381F;
  border-radius: 999px;
  margin: 28px auto 18px;
}

.featured-books {
  margin-top: 24px;
}

.overview-details {
  background: #ffffff;
  border: 1px solid #cfd5e1;
  border-radius: 12px;
  padding: 0;
  margin: 0 0 18px;
}

.overview-details summary {
  cursor: pointer;
  font-size: 1.35rem;
  font-weight: bold;
  padding: 16px 18px;
  color: #000000;
}

.overview-details summary:hover {
  color: #C91403;
}

.overview-details[open] summary {
  border-bottom: 1px solid #cfd5e1;
}

.overview-details summary::marker {
  color: #90632B;
}

.overview-details > p {
  padding-left: 18px;
  padding-right: 18px;
}

.overview-details .book-grid {
  padding: 18px;
}

.bookcross-section {
  margin-top: 48px;
  text-align: center;
}

.bookcross-section p {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.bookcross-wrap {
  background: #B3C6DF;
  padding: 0;
  margin: 0 auto;
}

.bookcross-svg {
  width: 100%;
  height: auto;
  display: block;
}

.bookcross-svg a:link,
.bookcross-svg a:visited,
.bookcross-svg a:hover,
.bookcross-svg a:active,
.bookcross-svg a:focus {
  color: inherit;
  text-decoration: none !important;
}

.bookcross-svg a text {
  cursor: pointer;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.bookcross-svg a:hover text,
.bookcross-svg a:focus text {
  text-decoration-style: solid;
}

.bookcross-text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.4px;
  text-anchor: middle;
  dominant-baseline: middle;
  fill: #90632B;
}

.share-bookcross-button {
  display: inline-block;
  background: #CA381F;
  color: #ffffff;
  padding: 11px 18px;
  border: 0;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
}

.share-bookcross-button:hover,
.share-bookcross-button:focus {
  background: #a92f1b;
}

/* Listener feedback */
.listener-feedback {
  margin: 48px auto 30px;
  text-align: center;
}

.listener-quotes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 980px;
  margin: 0 auto;
}

.listener-quote {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
  padding: 22px 20px 18px;
  background: #B3C6DF;
  border: 1px solid #866435;
  border-radius: 12px;
  box-shadow: none;
}

.listener-quote p {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.06rem;
  line-height: 1.55;
  font-style: italic;
}

.listener-quote footer {
  margin-top: 18px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: bold;
  color: #4F4F4F;
}

.listener-feedback-invite {
  max-width: 720px;
  margin: 0 auto 18px;
  font-size: 1rem;
  line-height: 1.4;
  color: #4F4F4F;
}

@media only screen and (min-width: 1025px) {
  .logo-mobile {
    width: 40%;
    height: auto;
    margin: 0 0 18px 5px;
  }
}

@media (max-width: 850px) {
  .listener-quotes {
    grid-template-columns: 1fr;
    max-width: 650px;
  }
}

@media (max-width: 720px) {
  h1 {
    font-size: 1.86rem;
    line-height: 1.1;
    margin: 0 0 0.35em;
  }

  .hero {
    display: block;
    text-align: center;
  }

  .series-mark {
    width: 150px;
    height: 150px;
    margin: 0 auto 18px;
    display: block;
  }

  .button-row {
    justify-content: center;
  }

  .book-grid {
    grid-template-columns: 1fr;
  }

  .featured-extra {
    display: none;
  }
}

@media only screen and (max-width: 427px) {
  .bookcross-section {
    display: none;
  }
}
