body.theme-eden {
  --sky: #6eb4de;
  --field: #9ec95c;
  --ochre: #e3b23c;
  --navy: #1e335f;
  --deck: #5a3d22;
  --cream: #f6f1e4;
  color: #162018;
  background: #0e1c34;
  font-family: var(--font-body);
  font-size: 1.05rem;
  line-height: 1.7;
}

.theme-eden .site-header {
  background: linear-gradient(180deg, rgba(30, 51, 95, 0.55), transparent);
}

.theme-eden .site-header.is-scrolled {
  background: rgba(30, 51, 95, 0.94);
  border-bottom-color: rgba(246, 241, 228, 0.12);
}

.theme-eden .wordmark,
.theme-eden .site-nav a {
  color: var(--cream);
}

.theme-eden .site-nav a[href*="amzn"] {
  background: var(--cream);
  color: var(--navy);
  padding: 0.45rem 0.85rem;
}

.theme-eden .site-nav a[href*="amzn"]:hover {
  background: #fff;
  color: var(--navy);
}

.theme-eden .nav-toggle {
  border-color: rgba(246, 241, 228, 0.28);
}

.theme-eden .nav-toggle span {
  background: var(--cream);
}

.eden-hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  color: var(--cream);
}

.hero-bg,
.hero-veil {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero-bg {
  z-index: 0;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 30%;
  transform: scale(1.35);
  filter: blur(42px) saturate(1.25) contrast(1.08);
  animation: hero-drift 28s ease-in-out infinite alternate;
}

.hero-veil {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(14, 28, 52, 0.82) 0%, rgba(14, 28, 52, 0.38) 48%, rgba(14, 28, 52, 0.12) 100%),
    linear-gradient(180deg, rgba(14, 28, 52, 0.32) 0%, transparent 46%, rgba(14, 28, 52, 0.68) 100%);
}

.eden-inner {
  position: relative;
  z-index: 2;
  max-width: var(--wide);
  width: 100%;
  margin: 0 auto;
  padding: 6.5rem 1.25rem 4rem;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}

.eden-copy .eyebrow {
  color: var(--ochre);
}

.eden-copy h1 {
  margin: 0 0 1rem;
  font-family: var(--font-script);
  font-weight: 400;
  font-size: clamp(3.4rem, 8vw, 5.8rem);
  line-height: 0.95;
  color: #fff;
  text-shadow: 0 4px 28px rgba(10, 20, 40, 0.45);
}

.award {
  display: inline-block;
  margin: 0 0 1rem;
  padding: 0.25rem 0.7rem;
  border: 1px solid rgba(246, 241, 228, 0.4);
  font-family: var(--font-display);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.72rem;
  color: var(--cream);
  background: rgba(14, 28, 52, 0.35);
}

.eden-copy p {
  max-width: 34rem;
  color: rgba(246, 241, 228, 0.9);
}

.eden-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.theme-eden .btn-primary {
  background: var(--ochre);
  color: #1a140c;
}

.theme-eden .btn-primary:hover {
  background: #f0c45a;
  color: #1a140c;
}

.theme-eden .btn-ghost {
  color: var(--cream);
  border-color: rgba(246, 241, 228, 0.45);
}

.eden-book {
  justify-self: end;
  width: min(100%, 22rem);
  filter: drop-shadow(0 28px 40px rgba(8, 12, 24, 0.55));
  animation: book-float 5.5s ease-in-out infinite;
}

.eden-book img {
  width: 100%;
  height: auto;
  max-height: min(68vh, 34rem);
  object-fit: contain;
  border: 1px solid rgba(246, 241, 228, 0.22);
}

.section {
  position: relative;
  padding: clamp(4rem, 9vw, 7rem) 1.25rem;
}

.story-eden {
  background: var(--cream);
  color: #1c2418;
}

.story-wrap {
  max-width: var(--wide);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: start;
}

.story-eden .eyebrow {
  color: var(--navy);
}

.story-eden h2 {
  margin: 0 0 1rem;
  font-size: clamp(2.1rem, 5vw, 3.4rem);
  color: #152016;
}

.pull-eden {
  margin-top: 1.5rem;
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2.5vw, 1.85rem);
  font-style: italic;
  color: var(--navy);
  line-height: 1.35;
}

.praise-eden {
  background:
    linear-gradient(180deg, #17324f, #1e335f 50%, #142445);
  color: var(--cream);
}

.praise-eden .eyebrow {
  color: var(--ochre);
}

.praise-inner {
  max-width: var(--wide);
  margin: 0 auto;
}

.praise-eden h2 {
  margin: 0 0 2rem;
  font-size: clamp(2.1rem, 5vw, 3.4rem);
}

.review-lead {
  margin: 0 0 2.5rem;
  max-width: 46rem;
}

.review-lead p {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 3vw, 2rem);
  line-height: 1.35;
}

.review-lead footer,
.eden-grid footer {
  color: var(--ochre);
  font-family: var(--font-display);
}

.eden-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.75rem 2rem;
}

.eden-grid blockquote {
  margin: 0;
}

.eden-grid p {
  color: rgba(246, 241, 228, 0.82);
}

.series-eden {
  background: #10140f;
  color: var(--cream);
}

.series-eden a {
  color: var(--ochre);
}

.next-book {
  max-width: var(--wide);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
  gap: 1.75rem;
  align-items: center;
  text-decoration: none;
  color: inherit;
}

.next-book img {
  width: min(100%, 14rem);
  border: 1px solid rgba(246, 241, 228, 0.18);
}

.next-book h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(2rem, 4vw, 3rem);
}

.cta-eden {
  text-align: center;
  background:
    linear-gradient(180deg, rgba(20, 36, 70, 0.2), rgba(20, 36, 70, 0.55)),
    linear-gradient(180deg, var(--sky), var(--field));
  color: #142018;
}

.cta-eden .eyebrow {
  color: var(--navy);
}

.cta-eden h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(2.2rem, 5vw, 3.6rem);
}

.theme-eden .site-footer {
  background: #142445;
  border-top-color: rgba(246, 241, 228, 0.12);
}

.theme-eden .footer-inner,
.theme-eden .footer-inner a {
  color: rgba(246, 241, 228, 0.7);
}

@keyframes hero-drift {
  from { transform: scale(1.35) translate3d(0, 0, 0); }
  to { transform: scale(1.45) translate3d(-1.2%, -0.8%, 0); }
}

@keyframes book-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@media (prefers-reduced-motion: reduce) {
  .hero-bg img,
  .eden-book {
    animation: none;
  }
}

@media (max-width: 900px) {
  .eden-inner,
  .story-wrap,
  .eden-grid,
  .next-book {
    grid-template-columns: 1fr;
  }

  .eden-inner {
    padding-top: 5.75rem;
    padding-bottom: 3.25rem;
    gap: 1.75rem;
  }

  .hero-veil {
    background:
      linear-gradient(180deg, rgba(14, 28, 52, 0.5) 0%, rgba(14, 28, 52, 0.62) 48%, rgba(14, 28, 52, 0.82) 100%);
  }

  .eden-book {
    justify-self: center;
    width: min(100%, 15.5rem);
    order: -1;
  }

  .eden-book img {
    max-height: none;
  }

  .eden-copy {
    text-align: center;
  }

  .eden-copy p {
    margin-inline: auto;
  }

  .eden-actions {
    justify-content: center;
  }
}
