:root {
  color-scheme: dark;
  --black: #09090c;
  --black-soft: #121116;
  --ivory: #f1ece6;
  --smoke: #b9b0b5;
  --wine: #7b1f43;
  --wine-bright: #b44068;
  --line: rgba(241, 236, 230, 0.2);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--black); color: var(--ivory); font-family: var(--sans); font-size: 1rem; line-height: 1.65; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; top: 0.75rem; left: 0.75rem; z-index: 50; padding: 0.7rem 1rem; background: var(--ivory); color: var(--black); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; width: min(100% - 3rem, 1320px); min-height: 6rem; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 2rem; border-bottom: 1px solid rgba(255,255,255,0.28); }
.wordmark { font-family: var(--serif); font-size: 1.8rem; letter-spacing: -0.035em; text-decoration: none; }
.wordmark span { color: #d65c82; font-style: italic; }
nav { display: flex; align-items: center; gap: clamp(1.2rem, 3vw, 2.8rem); }
nav a { font-size: 0.83rem; font-weight: 700; letter-spacing: 0.08em; text-decoration: none; text-transform: uppercase; }
nav a:hover, nav a:focus-visible { color: #fff; }
.nav-cta { padding: 0.58rem 0.85rem; border: 1px solid rgba(255,255,255,0.55); }

.hero { position: relative; min-height: clamp(44rem, 62.5vw, 56rem); display: flex; align-items: flex-end; isolation: isolate; background: var(--black); }
/* Fit the full image height so the wheelchair and footplate stay in frame. */
.hero-visual { position: absolute; inset: 6rem 0 0; z-index: -2; }
.hero-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: right bottom; filter: brightness(1.3); }
/* Keep the reading shade on the left, clear of the chair. */
.hero-shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(9,9,12,0.98) 0%, rgba(9,9,12,0.92) 34%, rgba(9,9,12,0.4) 48%, transparent 61%); }
.hero-content { width: min(100% - 3rem, 1320px); margin-inline: auto; padding: 10rem 0 clamp(5rem, 10vh, 8rem); }
.hero-content > * { max-width: 52%; }
.eyebrow { margin: 0 0 1rem; color: #dc7899; font-size: 0.75rem; font-weight: 800; letter-spacing: 0.19em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; font-family: var(--serif); font-weight: 400; line-height: 0.94; }
h1 { max-width: 850px; margin-bottom: 1.8rem; font-size: clamp(4.6rem, 10vw, 9.3rem); letter-spacing: -0.065em; text-shadow: 0 8px 40px rgba(0,0,0,0.46); }
h1 em { color: #d9567f; font-weight: 400; }
.hero-intro { max-width: min(52%, 610px); margin: 0; color: #ddd5d8; font-family: var(--serif); font-size: clamp(1.25rem, 2vw, 1.65rem); line-height: 1.45; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.5rem; margin-top: 2.25rem; }
.button { display: inline-flex; min-height: 3.35rem; align-items: center; justify-content: center; padding: 0.85rem 1.35rem; background: var(--wine); color: #fff; font-size: 0.84rem; font-weight: 800; letter-spacing: 0.06em; text-decoration: none; text-transform: uppercase; }
.button:hover, .button:focus-visible { background: var(--wine-bright); }
.ghost-link { padding-bottom: 0.15rem; border-bottom: 1px solid rgba(255,255,255,0.7); font-size: 0.86rem; font-weight: 750; text-decoration: none; }
.hero-caption { position: absolute; right: max(1.5rem, calc((100vw - 1320px) / 2)); bottom: 2rem; margin: 0; color: rgba(255,255,255,0.74); font-family: var(--serif); font-size: 1rem; font-style: italic; }

.statement { display: grid; grid-template-columns: 0.75fr 1.25fr; gap: clamp(2rem, 7vw, 8rem); align-items: start; padding: clamp(4rem, 8vw, 7rem) max(1.5rem, calc((100vw - 1320px) / 2)); background: var(--wine); }
.statement p { margin: 0; font-family: var(--serif); font-size: clamp(2.4rem, 5vw, 5rem); line-height: 0.96; letter-spacing: -0.04em; }
.statement span { max-width: 700px; color: #f1dfe6; font-family: var(--serif); font-size: clamp(1.25rem, 2.4vw, 2rem); line-height: 1.42; }

.books-section, .about-section { width: min(100% - 3rem, 1320px); margin-inline: auto; }
.books-section { padding: clamp(6rem, 12vw, 11rem) 0; }
.section-title { display: grid; grid-template-columns: 0.28fr 1fr 0.56fr; gap: clamp(2rem, 5vw, 5rem); align-items: end; margin-bottom: clamp(5rem, 10vw, 9rem); }
.section-title h2, .about-copy h2, .newsletter-section h2 { margin-bottom: 0; font-size: clamp(3.2rem, 6.8vw, 6.6rem); letter-spacing: -0.055em; }
.section-title > p:last-child { margin: 0; color: var(--smoke); }
.book-feature { display: grid; grid-template-columns: minmax(250px, 0.72fr) 1.28fr; gap: clamp(3rem, 9vw, 10rem); align-items: center; padding: clamp(4rem, 8vw, 7rem) 0; border-top: 1px solid var(--line); }
.book-feature-reverse .book-cover { order: 2; justify-self: end; }
.book-feature-reverse .book-copy { order: 1; }
.book-cover { position: relative; aspect-ratio: 0.66; width: min(100%, 420px); display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; padding: clamp(1.5rem, 3vw, 2.5rem); box-shadow: 28px 34px 75px rgba(0,0,0,0.5); }
.book-cover-image { aspect-ratio: 16 / 25; padding: 0; transition: transform 180ms ease, box-shadow 180ms ease; }
.book-cover-image img { width: 100%; height: 100%; object-fit: cover; }
.book-cover-image:hover, .book-cover-image:focus-visible { transform: translateY(-0.4rem); box-shadow: 32px 42px 90px rgba(0,0,0,0.62); }
.cover-one { color: #f7eee8; background: linear-gradient(145deg, #7b1f43, #170d14 78%); }
.cover-two { color: #28151f; background: linear-gradient(140deg, #eaded7, #b98f9d 76%); }
.cover-author, .cover-series { z-index: 1; font-size: 0.7rem; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; }
.book-cover strong { z-index: 1; font-family: var(--serif); font-size: clamp(3rem, 6vw, 5.7rem); font-weight: 400; line-height: 0.88; }
.cover-mark { position: absolute; right: -0.04em; bottom: -0.24em; opacity: 0.1; font-family: var(--serif); font-size: clamp(14rem, 30vw, 28rem); line-height: 1; }
.book-index { margin: 0 0 1.2rem; color: #d8688c; font-size: 0.76rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.book-copy h3 { margin-bottom: 1.7rem; font-size: clamp(3.8rem, 8vw, 8rem); letter-spacing: -0.06em; }
.book-copy > p:not(.book-index) { max-width: 670px; color: var(--smoke); font-size: 1.08rem; }
.availability { display: inline-block; margin-top: 1rem; padding-bottom: 0.3rem; border-bottom: 1px solid var(--wine-bright); color: var(--ivory); font-size: 0.87rem; font-weight: 800; }
.availability:hover, .availability:focus-visible { color: #fff; border-bottom-color: #fff; }

.about-section { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(3rem, 8vw, 9rem); align-items: center; padding: clamp(6rem, 11vw, 10rem) 0; border-top: 1px solid var(--line); }
.about-image { position: relative; }
.about-image::before { content: ""; position: absolute; inset: -1.1rem 1.4rem 1.1rem -1.4rem; z-index: -1; border: 1px solid rgba(216,104,140,0.55); }
.about-image img { aspect-ratio: 0.9; width: 100%; object-fit: cover; filter: saturate(0.7) contrast(1.12) brightness(0.76); }
.about-copy h2 { margin-bottom: 2rem; }
.about-copy > p:not(.eyebrow) { max-width: 710px; color: var(--smoke); font-size: 1.05rem; }

.newsletter-section { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 8vw, 9rem); align-items: end; padding: clamp(5rem, 9vw, 8rem) max(1.5rem, calc((100vw - 1320px) / 2)); background: #26101c; }
.newsletter-section h2 { font-size: clamp(4rem, 8vw, 8rem); }
.newsletter-section > div > p:last-child { max-width: 560px; color: #cdbfc5; font-family: var(--serif); font-size: 1.18rem; }
.newsletter-embed { width: 100%; min-height: 8rem; }
.newsletter-embed .ml-embedded { width: 100%; }

footer { width: min(100% - 3rem, 1320px); min-height: 8rem; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 2rem; color: #8e858a; font-size: 0.78rem; }
footer p { margin: 0; }
:focus-visible { outline: 3px solid #e77b9f; outline-offset: 4px; }

@media (max-width: 900px) {
  .hero { min-height: 0; padding-top: 6rem; flex-direction: column; align-items: stretch; }
  /* Crop only the empty left side; the people and full chair remain visible. */
  .hero-visual { position: relative; inset: auto; z-index: auto; width: min(100%, 38rem); height: auto; aspect-ratio: 3 / 4; margin-inline: auto; overflow: hidden; }
  .hero-visual img { object-fit: cover; object-position: right center; }
  .hero-shade { display: none; }
  .hero-content { padding: 2rem 0 4rem; }
  .hero-content > * { max-width: 100%; }
  .hero h1 { font-size: clamp(3.6rem, 14vw, 6.4rem); }
  .hero-caption { display: none; }
}

@media (max-width: 820px) {
  .statement, .section-title, .about-section, .newsletter-section { grid-template-columns: 1fr; }
  .statement { gap: 1.4rem; }
  .section-title { align-items: start; }
  .section-title > p:last-child { max-width: 620px; }
  .about-image { width: min(82vw, 560px); }
}

@media (max-width: 680px) {
  .site-header { width: min(100% - 1.5rem, 1320px); min-height: 5rem; }
  .wordmark { font-size: 1.45rem; }
  nav a:not(.nav-cta) { display: none; }
  .hero { padding-top: 5rem; }
  .hero-content { width: min(100% - 1.5rem, 1320px); padding-bottom: 3.5rem; }
  h1 { font-size: clamp(4rem, 20vw, 6.4rem); }
  .hero-caption { display: none; }
  .books-section, .about-section { width: min(100% - 1.5rem, 1320px); }
  .book-feature { grid-template-columns: 1fr; gap: 3rem; }
  .book-feature-reverse .book-cover { order: 1; }
  .book-feature-reverse .book-copy { order: 2; }
  .book-cover { width: min(78vw, 360px); }
  .book-feature-reverse .book-cover { justify-self: end; }
  .newsletter-section { gap: 3rem; }
}

@media (max-width: 430px) {
  .hero-actions { align-items: flex-start; flex-direction: column; }
  footer { min-height: 9rem; align-items: flex-start; flex-direction: column; justify-content: center; gap: 0.5rem; }
}

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