:root {
  --navy-950: #07111f;
  --navy-900: #0b1626;
  --navy-850: #10203a;
  --gold-500: #ba8a2f;
  --gold-400: #d8ad58;
  --gold-300: #ebcb86;
  --ink-900: #222124;
  --ink-700: #4a4640;
  --paper-50: #f8f1e3;
  --paper-100: #f3e9d8;
  --paper-200: #e7dac2;
  --white: #fffdf8;
  --shadow-soft: 0 20px 60px rgba(18, 20, 26, 0.12);
  --shadow-card: 0 18px 30px rgba(8, 17, 31, 0.12);
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 14px;
  --container: min(1140px, calc(100vw - 2rem));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink-900);
  font-family: "Source Sans 3", "Avenir Next", "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.92), transparent 36%),
    linear-gradient(180deg, #fbf5ea 0%, var(--paper-50) 48%, #f6eddc 100%);
}

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

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.site-shell {
  overflow: clip;
}

.site-header,
.coming-soon-section,
.reviews-section,
.site-footer {
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.05), transparent 24%),
    radial-gradient(circle at 82% 24%, rgba(216, 173, 88, 0.08), transparent 18%),
    radial-gradient(circle at 50% 100%, rgba(255, 255, 255, 0.03), transparent 25%),
    linear-gradient(180deg, var(--navy-900), var(--navy-950));
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(216, 173, 88, 0.2);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 5.2rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--gold-300);
  min-width: 0;
}

.brand-mark {
  width: 2.85rem;
  height: 2.85rem;
  flex: 0 0 auto;
  object-fit: contain;
  filter: invert(88%) sepia(38%) saturate(447%) hue-rotate(351deg) brightness(98%) contrast(90%);
}

.brand-name-image {
  width: clamp(15rem, 25vw, 29rem);
  max-height: 2.4rem;
  object-fit: contain;
  object-position: left center;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2vw, 2rem);
  color: rgba(255, 253, 248, 0.9);
  font-weight: 600;
}

.site-nav a {
  position: relative;
  padding: 0.4rem 0;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.3rem;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold-400), transparent);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.nav-toggle {
  display: none;
  width: 3rem;
  height: 3rem;
  padding: 0.65rem;
  cursor: pointer;
  border: 1px solid rgba(216, 173, 88, 0.35);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--white);
}

.nav-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  margin: 0.26rem 0;
  border-radius: 999px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

main section {
  scroll-margin-top: 6rem;
}

.hero-section {
  position: relative;
  padding: clamp(4rem, 7vw, 7rem) 0 2.4rem;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.88), transparent 28%),
    radial-gradient(circle at 62% 16%, rgba(186, 138, 47, 0.14), transparent 18%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.3), transparent 60%);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(300px, 0.97fr);
  align-items: center;
  gap: clamp(2rem, 4vw, 4.5rem);
}

.hero-copy {
  max-width: 35rem;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  margin: 0 0 1rem;
  color: #9a7533;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 1.6rem;
  height: 2px;
  background: currentColor;
}

.hero-copy h1,
.section-heading h2,
.reviews-inner h2,
.support-copy h2 {
  font-family: "Cormorant Garamond", "Iowan Old Style", "Palatino Linotype", serif;
}

.hero-copy h1 {
  margin: 0;
  font-size: clamp(3.3rem, 2.5rem + 3vw, 5.3rem);
  line-height: 0.96;
  letter-spacing: -0.03em;
}

.hero-lead {
  margin: 1.7rem 0 1rem;
  color: #8e6328;
  font-size: clamp(1.3rem, 1.05rem + 0.9vw, 1.75rem);
  font-weight: 600;
}

.hero-body {
  margin: 0;
  color: var(--ink-700);
  font-size: 1.12rem;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 12rem;
  min-height: 3.5rem;
  padding: 0.85rem 1.45rem;
  border-radius: 12px;
  border: 1px solid transparent;
  font-weight: 700;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  color: var(--white);
  background: linear-gradient(180deg, #162742, #0a1424);
  box-shadow: 0 14px 24px rgba(11, 22, 38, 0.18);
}

.button-secondary {
  color: var(--ink-900);
  border-color: rgba(16, 32, 58, 0.16);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: var(--shadow-card);
}

.button-gold {
  color: #fffdf8;
  background: linear-gradient(180deg, #c69a3d, #a87824);
  box-shadow: 0 18px 34px rgba(122, 86, 27, 0.34);
}

.hero-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 28rem;
}

.hero-halo {
  position: absolute;
  width: min(32rem, 100%);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 240, 207, 0.88) 0%, rgba(255, 240, 207, 0.12) 46%, transparent 70%);
  filter: blur(12px);
  transform: translateY(-4%);
}

.hero-visual img {
  position: relative;
  width: min(30rem, 100%);
  border-radius: var(--radius-lg);
  filter: drop-shadow(0 30px 28px rgba(31, 20, 8, 0.32));
  animation: float-rise 900ms ease both;
}

.features-section {
  padding: 2rem 0 1.5rem;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.feature-card {
  position: relative;
  padding: 2rem 1.5rem;
  text-align: center;
}

.feature-card:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -0.5rem;
  top: 1.3rem;
  bottom: 1.3rem;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(186, 138, 47, 0.4), transparent);
}

.feature-icon {
  display: grid;
  place-items: center;
  width: 4.75rem;
  height: 4.75rem;
  margin: 0 auto 1rem;
  color: var(--gold-500);
}

.feature-icon svg {
  width: 100%;
  height: 100%;
}

.feature-card h2 {
  margin: 0 0 0.75rem;
  font-family: "Cormorant Garamond", "Iowan Old Style", "Palatino Linotype", serif;
  font-size: 2rem;
  font-weight: 600;
}

.feature-card p,
.book-card p,
.author-copy p,
.support-copy p,
.reviews-inner p {
  margin: 0;
  color: var(--ink-700);
  line-height: 1.65;
}

.catalog-section,
.authors-section,
.support-section {
  padding: clamp(3rem, 5vw, 5rem) 0;
}

.section-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1rem;
  text-align: center;
}

.section-heading span {
  width: clamp(3.5rem, 9vw, 8rem);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(186, 138, 47, 0.7), transparent);
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(2.7rem, 2.1rem + 1vw, 4rem);
  font-weight: 600;
  line-height: 1;
}

.section-heading-light h2,
.section-heading-light span,
.reviews-inner h2,
.reviews-inner p,
.mini-book-card h3,
.mini-book-card span {
  color: var(--white);
}

.section-subtitle {
  margin: 0 0 2rem;
  color: rgba(255, 253, 248, 0.82);
  text-align: center;
  font-size: 1.2rem;
}

.book-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.6rem;
}

.book-card,
.mini-book-card,
.author-card {
  animation: float-rise 820ms ease both;
}

.book-card:nth-child(2),
.mini-book-card:nth-child(2),
.author-card:nth-child(2) {
  animation-delay: 90ms;
}

.book-card:nth-child(3),
.mini-book-card:nth-child(3),
.author-card:nth-child(3) {
  animation-delay: 160ms;
}

.book-card:nth-child(4),
.mini-book-card:nth-child(4) {
  animation-delay: 220ms;
}

.book-card:nth-child(5),
.mini-book-card:nth-child(5) {
  animation-delay: 280ms;
}

.book-card:nth-child(6),
.mini-book-card:nth-child(6) {
  animation-delay: 340ms;
}

.book-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
}

.book-card h3,
.mini-book-card h3 {
  margin: 0;
  font-family: "Cormorant Garamond", "Iowan Old Style", "Palatino Linotype", serif;
  font-size: 1.65rem;
  font-weight: 600;
  line-height: 1.15;
}

.book-card span,
.mini-book-card span {
  color: #8f6c33;
  font-weight: 600;
}

.book-cover {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.55rem;
  padding: 1.25rem;
  color: var(--gold-300);
  text-align: center;
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 20%, rgba(216, 173, 88, 0.12), transparent 24%),
    linear-gradient(155deg, #0d1016 0%, #191919 55%, #080808 100%);
  border: 2px solid rgba(198, 154, 61, 0.78);
  box-shadow:
    inset 0 0 0 1px rgba(255, 227, 174, 0.18),
    0 20px 26px rgba(11, 22, 38, 0.15);
}

.book-cover::before,
.book-cover::after {
  content: "";
  position: absolute;
  inset: 0.45rem;
  border-radius: 12px;
  pointer-events: none;
}

.book-cover::before {
  border: 1px solid rgba(216, 173, 88, 0.5);
}

.book-cover::after {
  inset: 0.85rem;
  border: 1px solid rgba(216, 173, 88, 0.18);
}

.published-cover {
  min-height: 22rem;
}

.mini-cover {
  min-height: 15.2rem;
  padding-inline: 1rem;
}

.published-cover-alt {
  background:
    radial-gradient(circle at 50% 78%, rgba(216, 173, 88, 0.18), transparent 24%),
    linear-gradient(155deg, #161616 0%, #101010 55%, #050505 100%);
}

.cover-strap {
  align-self: center;
  padding: 0.26rem 0.75rem;
  border-radius: 999px;
  background: rgba(216, 173, 88, 0.16);
  color: var(--gold-300);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.book-cover strong {
  font-family: "Cormorant Garamond", "Iowan Old Style", "Palatino Linotype", serif;
  font-size: clamp(2rem, 1.8rem + 0.6vw, 2.5rem);
  line-height: 0.94;
  text-transform: uppercase;
}

.book-cover small,
.book-cover em,
.book-cover p {
  display: block;
}

.book-cover small {
  font-size: 1.08rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.book-cover p {
  margin: 0;
  color: rgba(248, 241, 227, 0.72);
  line-height: 1.35;
}

.book-cover em {
  margin-top: auto;
  color: var(--gold-400);
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.book-cover-image {
  width: min(100%, 16.5rem);
  aspect-ratio: 1000 / 1333;
  align-self: center;
  object-fit: cover;
  border-radius: 8px;
  box-shadow:
    0 20px 26px rgba(11, 22, 38, 0.15),
    0 0 0 1px rgba(198, 154, 61, 0.22);
}

.book-card h3 strong {
  display: block;
  font-weight: 700;
}

.book-buy-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  width: min(100%, 13.5rem);
  min-height: 3.1rem;
  margin: 0.15rem auto 0;
  padding: 0.72rem 1rem;
  border-radius: 12px;
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent),
    linear-gradient(180deg, #162742, #0a1424);
  box-shadow:
    0 14px 24px rgba(11, 22, 38, 0.18),
    inset 0 0 0 1px rgba(216, 173, 88, 0.28);
  font-weight: 700;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease;
}

.book-buy-button:hover,
.book-buy-button:focus-visible {
  transform: translateY(-2px);
  box-shadow:
    0 18px 30px rgba(11, 22, 38, 0.24),
    inset 0 0 0 1px rgba(216, 173, 88, 0.48);
}

.book-buy-icon {
  display: grid;
  place-items: center;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  color: #0a1424;
  background: var(--gold-300);
  font-size: 0.85rem;
  line-height: 1;
}

.mini-cover-image {
  width: 100%;
  aspect-ratio: 1000 / 1333;
  object-fit: cover;
  border-radius: 8px;
  box-shadow:
    0 18px 24px rgba(3, 8, 16, 0.34),
    0 0 0 1px rgba(216, 173, 88, 0.26);
}

.coming-soon-section {
  padding: clamp(3.4rem, 5vw, 4.8rem) 0;
}

.coming-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1.15rem;
}

.mini-book-card {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  text-align: center;
}

.mini-book-card h3 {
  font-size: 1.3rem;
}

.mini-book-card span {
  color: var(--gold-300);
}

.authors-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.54), rgba(255, 255, 255, 0.24)),
    linear-gradient(180deg, #fbf6ec 0%, #f4ead9 100%);
}

.author-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.author-card {
  display: grid;
  grid-template-columns: 10rem minmax(0, 1fr);
  gap: 1.1rem;
  padding: 1rem;
  border: 1px solid rgba(186, 138, 47, 0.24);
  border-radius: 22px;
  background: rgba(255, 252, 246, 0.84);
  box-shadow: var(--shadow-card);
}

.author-card img {
  width: 100%;
  height: 100%;
  min-height: 16rem;
  object-fit: cover;
  object-position: 50% 34%;
  border-radius: 14px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4);
}

.author-image-gabriel {
  object-position: 50% 38%;
}

.author-image-miriam {
  object-position: 50% 30%;
}

.author-image-jonathan {
  object-position: 50% 36%;
}

.author-copy {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.author-copy h3 {
  margin: 0;
  font-family: "Cormorant Garamond", "Iowan Old Style", "Palatino Linotype", serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.04;
}

.reviews-section {
  padding: clamp(3rem, 5vw, 4rem) 0;
}

.reviews-inner {
  display: grid;
  justify-items: center;
  text-align: center;
}

.reviews-inner h2 {
  margin: 0;
  font-size: clamp(2.7rem, 2.2rem + 1vw, 4rem);
  font-weight: 600;
}

.reviews-inner p {
  margin-top: 0.75rem;
  color: rgba(255, 253, 248, 0.84);
  font-size: 1.15rem;
}

.stars {
  margin: 1.25rem 0 1.5rem;
  color: var(--gold-400);
  font-size: clamp(2.25rem, 1.7rem + 1vw, 3rem);
  letter-spacing: 0.25em;
}

.review-page-section {
  padding: clamp(3rem, 5vw, 5.5rem) 0;
}

.review-page-section .section-heading h1 {
  margin: 0;
  font-family: "Cormorant Garamond", "Iowan Old Style", "Palatino Linotype", serif;
  font-size: clamp(2.7rem, 2.1rem + 1vw, 4rem);
  font-weight: 600;
  line-height: 1;
}

.review-page-intro {
  margin: 0 0 2rem;
  color: var(--ink-700);
  text-align: center;
  font-size: 1.15rem;
}

.review-list {
  display: grid;
  gap: 1.1rem;
}

.review-book-card {
  display: grid;
  grid-template-columns: 7.5rem minmax(0, 1fr) auto;
  gap: 1.25rem;
  align-items: center;
  padding: 1rem;
  border: 1px solid rgba(186, 138, 47, 0.24);
  border-radius: 18px;
  background: rgba(255, 252, 246, 0.86);
  box-shadow: var(--shadow-card);
}

.review-book-card img {
  width: 100%;
  aspect-ratio: 1000 / 1333;
  object-fit: cover;
  border-radius: 8px;
  box-shadow:
    0 12px 18px rgba(11, 22, 38, 0.16),
    0 0 0 1px rgba(198, 154, 61, 0.2);
}

.review-book-card h2 {
  margin: 0;
  font-family: "Cormorant Garamond", "Iowan Old Style", "Palatino Linotype", serif;
  font-size: clamp(1.55rem, 1.35rem + 0.45vw, 2rem);
  font-weight: 600;
  line-height: 1.12;
}

.review-button {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 13rem;
  min-height: 4.6rem;
  padding: 0.8rem 1rem;
  border-radius: 12px;
  color: var(--white);
  background: linear-gradient(180deg, #c69a3d, #a87824);
  box-shadow: 0 16px 26px rgba(122, 86, 27, 0.24);
  font-weight: 700;
  text-align: center;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.review-button span {
  color: #ffe0a0;
  font-size: 1.1rem;
  letter-spacing: 0.08em;
  line-height: 1;
}

.review-button:hover,
.review-button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 20px 32px rgba(122, 86, 27, 0.3);
}

.support-card {
  display: grid;
  grid-template-columns: 10rem minmax(0, 1fr);
  gap: 1.5rem;
  align-items: center;
  padding: clamp(1.4rem, 3vw, 2rem);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.9)),
    linear-gradient(180deg, #fffaf0, #f7ebd4);
  border: 1px solid rgba(186, 138, 47, 0.38);
  box-shadow: var(--shadow-soft);
}

.support-icon {
  display: grid;
  place-items: center;
  width: clamp(6.5rem, 12vw, 8.5rem);
  aspect-ratio: 1;
  border-radius: 50%;
  color: var(--gold-500);
  border: 2px solid rgba(186, 138, 47, 0.8);
  background: radial-gradient(circle, rgba(255, 255, 255, 0.98), rgba(247, 235, 212, 0.85));
}

.support-icon img {
  width: 68%;
  height: 68%;
  object-fit: contain;
}

.support-copy h2 {
  margin: 0 0 0.45rem;
  font-size: clamp(2.3rem, 1.9rem + 1vw, 3.6rem);
  font-weight: 600;
}

.support-copy a {
  color: #996b21;
  font-weight: 700;
}

.site-footer {
  padding: 2.25rem 0 2.5rem;
  border-top: 1px solid rgba(216, 173, 88, 0.2);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) auto auto;
  gap: 2rem;
  align-items: end;
}

.brand-footer {
  margin-bottom: 0.8rem;
}

.footer-email {
  display: inline-block;
  color: rgba(255, 253, 248, 0.8);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem;
  color: rgba(255, 253, 248, 0.92);
  font-weight: 600;
}

.footer-copy {
  margin: 0;
  color: rgba(255, 253, 248, 0.72);
}

@keyframes float-rise {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

  .coming-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

@media (max-width: 920px) {
  .nav-toggle {
    display: inline-block;
  }

  .site-nav {
    position: absolute;
    inset: calc(100% + 0.8rem) 1rem auto;
    display: grid;
    gap: 0;
    padding: 0.6rem;
    border-radius: 20px;
    background: rgba(11, 22, 38, 0.97);
    border: 1px solid rgba(216, 173, 88, 0.24);
    box-shadow: 0 18px 30px rgba(4, 9, 17, 0.35);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition:
      opacity 180ms ease,
      visibility 180ms ease,
      transform 180ms ease;
  }

  .site-nav a {
    padding: 0.95rem 1rem;
    border-radius: 14px;
  }

  .site-header[data-open="true"] .site-nav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .site-header[data-open="true"] .nav-toggle span:nth-child(1) {
    transform: translateY(0.53rem) rotate(45deg);
  }

  .site-header[data-open="true"] .nav-toggle span:nth-child(2) {
    opacity: 0;
  }

  .site-header[data-open="true"] .nav-toggle span:nth-child(3) {
    transform: translateY(-0.53rem) rotate(-45deg);
  }

  .hero-grid,
  .support-card,
  .footer-grid,
  .review-book-card {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: none;
  }

  .hero-visual {
    min-height: auto;
  }

  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-card:nth-child(2)::after {
    display: none;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .review-book-card {
    justify-items: center;
    text-align: center;
  }

  .review-book-card img {
    max-width: 10rem;
  }

  .review-button {
    width: min(100%, 18rem);
  }
}

@media (max-width: 720px) {
  .container {
    width: min(100vw - 1.25rem, 42rem);
  }

  .hero-section {
    padding-top: 2.5rem;
  }

  .feature-grid,
  .book-grid,
  .coming-grid {
    grid-template-columns: 1fr;
  }

  .feature-card {
    padding-inline: 1rem;
  }

  .feature-card::after {
    display: none;
  }

  .author-card {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .author-card img {
    width: min(100%, 13rem);
    height: auto;
    min-height: 0;
    aspect-ratio: 1 / 1;
    justify-self: center;
    object-position: 50% 32%;
  }

  .author-image-gabriel {
    object-position: 50% 35%;
  }

  .author-image-miriam {
    object-position: 50% 28%;
  }

  .author-image-jonathan {
    object-position: 50% 33%;
  }

  .support-card {
    text-align: center;
    justify-items: center;
  }

  .button {
    width: 100%;
  }

  .hero-actions {
    flex-direction: column;
  }

  .stars {
    letter-spacing: 0.14em;
  }
}

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

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
