:root {
  --ink: #121214;
  --ink-soft: #2d2d31;
  --paper: #f5f2ec;
  --paper-bright: #fffdfa;
  --paper-deep: #ebe5dc;
  --muted: #6d6b69;
  --line: #d9d3ca;
  --red: #8f1f24;
  --red-dark: #651317;
  --gold: #b58d4b;
  --white: #ffffff;
  --shell: 1180px;
  --cover-ratio: 1297 / 2000;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
.shell { width: min(var(--shell), calc(100% - 48px)); margin-inline: auto; }

.skip-link {
  position: fixed; left: 16px; top: -80px; z-index: 1000;
  padding: 10px 14px; background: #fff; color: #111; border: 2px solid #111;
}
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(15,15,17,.97);
  border-bottom: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 5px 22px rgba(0,0,0,.20);
}
.masthead { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.wordmark { text-decoration: none; display: inline-flex; flex-direction: column; line-height: 1; gap: 6px; }
.wordmark-name { color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: 1.56rem; font-weight: 700; letter-spacing: .055em; }
.wordmark-tag { color: #aaa7a3; font-size: .56rem; letter-spacing: .31em; font-weight: 800; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a { color: #f1efeb; text-decoration: none; text-transform: uppercase; letter-spacing: .14em; font-weight: 800; font-size: .72rem; }
.site-nav a:hover, .site-nav a:focus-visible { color: #d9b56e; }
.menu-button { display: none; color: #fff; background: transparent; border: 1px solid #555; padding: 8px 12px; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; font-size: .7rem; }

.hero-slider { position: relative; background: #0a0a0c; min-height: 650px; overflow: hidden; }
.hero-slide { position: absolute; inset: 0; opacity: 0; pointer-events: none; transition: opacity .45s ease; }
.hero-slide.is-active { opacity: 1; pointer-events: auto; position: relative; }
.hero-backdrop { position: absolute; inset: -12%; background-size: cover; background-position: center 32%; filter: blur(28px) saturate(.88); transform: scale(1.08); opacity: .42; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,4,6,.98) 0%, rgba(9,9,12,.88) 42%, rgba(9,9,12,.55) 68%, rgba(4,4,6,.80) 100%), linear-gradient(180deg, rgba(0,0,0,.1), rgba(0,0,0,.45)); }
.hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1fr) minmax(250px, 360px); align-items: center; gap: clamp(50px, 8vw, 110px); min-height: 650px; padding-block: 58px 74px; }
.hero-copy { max-width: 700px; color: #fff; }
.hero-kicker { margin: 0 0 15px; text-transform: uppercase; font-size: .68rem; letter-spacing: .22em; font-weight: 900; color: #d7b06a; }
.hero-copy h1, .hero-copy h2 { margin: 0 0 17px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.7rem, 7.5vw, 6.8rem); line-height: .93; letter-spacing: -.045em; font-weight: 700; }
.hero-quote { margin: 0 0 30px; max-width: 650px; font-family: Georgia, "Times New Roman", serif; color: #e8e4dd; font-size: clamp(1.28rem, 2.2vw, 1.8rem); line-height: 1.45; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: 0 18px; text-decoration: none; text-transform: uppercase; letter-spacing: .11em; font-size: .69rem; font-weight: 900; transition: background .18s ease, color .18s ease, border-color .18s ease, transform .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-light { background: #f4f0e8; color: #111; border: 1px solid #f4f0e8; }
.button-light:hover { background: #fff; }
.button-outline-light { border: 1px solid rgba(255,255,255,.55); color: #fff; background: rgba(0,0,0,.12); }
.button-outline-light:hover { border-color: #fff; }
.hero-book { justify-self: center; width: min(320px, 100%); height: auto; aspect-ratio: var(--cover-ratio); object-fit: contain; box-shadow: 0 36px 90px rgba(0,0,0,.56); border: 1px solid rgba(255,255,255,.18); }
.hero-controls { position: absolute; z-index: 5; bottom: 23px; left: 50%; transform: translateX(-50%); display: flex; gap: 9px; }
.hero-dot { width: 8px; height: 8px; border-radius: 50%; border: 0; background: rgba(255,255,255,.38); padding: 0; cursor: pointer; }
.hero-dot.is-active { background: #fff; box-shadow: 0 0 0 3px rgba(255,255,255,.12); }

.section { padding: 92px 0; }
.section-kicker { margin: 0 0 11px; text-transform: uppercase; letter-spacing: .20em; color: var(--red); font-size: .67rem; font-weight: 900; }
.section-kicker-light { color: #d4b171; }
h2, h3 { font-family: Georgia, "Times New Roman", serif; }
.section-topline { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 46px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.section-topline h2, .section-heading-wide h2, .newsletter-copy h2, .author-title h2 { margin: 0; font-size: clamp(2.35rem, 4.4vw, 4.15rem); line-height: 1; letter-spacing: -.035em; }
.catalog-links { display: flex; gap: 8px; flex-wrap: wrap; justify-content: flex-end; }
.filter-button { border: 0; background: transparent; padding: 7px 8px; color: #5e5b58; text-transform: uppercase; letter-spacing: .12em; font-size: .62rem; font-weight: 900; cursor: pointer; border-bottom: 2px solid transparent; }
.filter-button:hover { color: #111; }
.filter-button.is-active { color: var(--red); border-bottom-color: var(--red); }

.works-section { background: var(--paper-bright); }
.works-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 22px; align-items: start; }
.work-card[hidden] { display: none; }
.cover-link { display: block; background: #19191c; box-shadow: 0 15px 30px rgba(0,0,0,.12); transition: transform .2s ease, box-shadow .2s ease; }
.cover-link:hover { transform: translateY(-5px); box-shadow: 0 22px 38px rgba(0,0,0,.20); }
.cover-link img { width: 100%; aspect-ratio: var(--cover-ratio); object-fit: contain; }
.work-meta { margin: 17px 0 7px; color: var(--red); text-transform: uppercase; letter-spacing: .11em; font-size: .58rem; font-weight: 900; }
.work-card h3 { margin: 0; font-size: 1.08rem; line-height: 1.2; }

.series-section { background: var(--paper); }
.section-heading-wide { max-width: 850px; margin-bottom: 62px; }
.feature-row { display: grid; grid-template-columns: minmax(300px, 520px) minmax(0, 1fr); gap: clamp(50px, 8vw, 105px); align-items: center; padding: 64px 0; border-top: 1px solid var(--line); }
.feature-row-reverse { grid-template-columns: minmax(0, 1fr) minmax(300px, 460px); }
.feature-row-reverse .feature-art { grid-column: 2; grid-row: 1; }
.feature-row-reverse .feature-copy { grid-column: 1; grid-row: 1; }
.feature-art { min-height: 430px; display: flex; align-items: center; justify-content: center; position: relative; background: #18181b; overflow: hidden; box-shadow: 0 18px 45px rgba(0,0,0,.14); padding: 30px; }
.feature-art::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 40%, rgba(181,141,75,.22), transparent 50%), linear-gradient(140deg, #27272b, #0f0f11); }
.feature-art img { position: relative; z-index: 1; height: 410px; width: auto; max-width: 78%; object-fit: contain; box-shadow: 0 22px 45px rgba(0,0,0,.42); }
.feature-art-double { gap: 22px; align-items: center; }
.feature-art-double img { height: 350px; max-width: 44%; transform: none; }
.feature-copy { max-width: 630px; }
.feature-copy h3 { margin: 0 0 20px; font-size: clamp(2.25rem, 4.1vw, 3.7rem); line-height: 1.04; letter-spacing: -.035em; }
.feature-copy p:not(.section-kicker):not(.series-status) { color: #55514d; font-size: 1.03rem; }
.series-status { color: var(--red-dark); font-weight: 800; font-size: .88rem; margin-top: 22px; }
.inline-actions { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 25px; }
.text-link-dark, .inline-actions a { color: #171719; text-decoration: none; font-weight: 900; font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.text-link-dark:hover, .inline-actions a:hover { color: var(--red); }

.standalone-section { background: var(--paper-bright); border-top: 1px solid var(--line); }
.standalone-list { border-top: 1px solid var(--line); }
.release-row { display: grid; grid-template-columns: 185px minmax(0, 1fr); gap: 44px; align-items: center; padding: 34px 0; border-bottom: 1px solid var(--line); }
.release-cover { background: #151517; box-shadow: 0 12px 28px rgba(0,0,0,.12); }
.release-cover img { width: 100%; aspect-ratio: var(--cover-ratio); object-fit: contain; }
.release-copy .work-meta { margin-top: 0; }
.release-copy h3 { margin: 0 0 13px; font-size: clamp(2rem, 3.1vw, 3rem); line-height: 1.05; }
.release-copy p:not(.work-meta) { color: #595652; max-width: 730px; margin: 0 0 18px; }

.author-section { background: #121215; color: #fff; padding: 92px 0; }
.author-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.author-title h2 { color: #fff; }
.author-copy { border-left: 1px solid rgba(255,255,255,.20); padding-left: 34px; max-width: 720px; }
.author-copy p { color: #c4c0bb; font-family: Georgia, "Times New Roman", serif; font-size: 1.14rem; margin-top: 0; }
.inline-actions-light a { color: #e0bd77; }
.inline-actions-light a:hover { color: #fff; }

.newsletter-section { padding: 88px 0; background: #e9e2d8; border-bottom: 1px solid #d2c9bd; }
.newsletter-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, 480px); gap: 70px; align-items: center; }
.newsletter-copy { max-width: 600px; }
.newsletter-copy p:not(.section-kicker) { color: #5a5550; font-size: 1.03rem; }
.newsletter-signup-card { background: #fff; border: 1px solid #d0c9c0; box-shadow: 0 16px 34px rgba(0,0,0,.11); padding: 38px 40px 34px; }
.newsletter-card-kicker { margin: 0 0 10px; color: var(--red); text-transform: uppercase; letter-spacing: .14em; font-size: .62rem; font-weight: 900; }
.newsletter-signup-card h3 { margin: 0 0 12px; font-size: 2rem; line-height: 1.05; letter-spacing: -.025em; }
.newsletter-signup-card > p:not(.newsletter-card-kicker):not(.newsletter-fineprint) { margin: 0 0 24px; color: #5a5550; }
.newsletter-button { display: flex; align-items: center; justify-content: space-between; gap: 20px; width: 100%; padding: 16px 18px; background: #151517; color: #fff; text-decoration: none; text-transform: uppercase; letter-spacing: .10em; font-size: .72rem; font-weight: 900; border: 1px solid #151517; transition: background .2s ease, color .2s ease; }
.newsletter-button:hover { background: var(--red-dark); border-color: var(--red-dark); }
.newsletter-button span { font-size: 1.15rem; line-height: 1; }
.newsletter-fineprint { margin: 14px 0 0; color: #77716a; font-size: .72rem; }

.follow-section { background: #1a1a1d; color: #fff; border-bottom: 1px solid rgba(255,255,255,.10); }
.follow-inner { min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.follow-label { margin: 0; text-transform: uppercase; letter-spacing: .18em; font-size: .65rem; font-weight: 900; color: #aaa7a2; }
.social-links { display: flex; flex-wrap: wrap; gap: 24px; }
.social-links a { color: #f1efeb; text-decoration: none; text-transform: uppercase; letter-spacing: .10em; font-size: .67rem; font-weight: 900; }
.social-links a:hover { color: #d8b66f; }

.site-footer { background: #0c0c0e; color: #9d9a95; padding: 48px 0; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 26px 50px; align-items: start; }
.footer-grid strong { display: block; color: #fff; font-family: Georgia, "Times New Roman", serif; letter-spacing: .05em; font-size: 1.1rem; }
.footer-grid p { margin: 7px 0 0; font-size: .76rem; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 20px; }
.footer-nav a { color: #c8c4bd; text-decoration: none; text-transform: uppercase; letter-spacing: .10em; font-size: .62rem; font-weight: 900; }
.footer-nav a:hover { color: #fff; }
.copyright { grid-column: 1 / -1; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.10); }

:focus-visible { outline: 3px solid #d3ad64; outline-offset: 4px; }

@media (max-width: 1080px) {
  .works-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
  .hero-inner { grid-template-columns: minmax(0, 1fr) 290px; }
  .feature-row { grid-template-columns: minmax(270px, 440px) 1fr; gap: 58px; }
  .feature-row-reverse { grid-template-columns: 1fr minmax(270px, 400px); }
}

@media (max-width: 820px) {
  .shell { width: min(var(--shell), calc(100% - 32px)); }
  .menu-button { display: inline-flex; }
  .site-nav { display: none; position: absolute; left: 16px; right: 16px; top: calc(100% + 1px); padding: 14px; background: #111114; border: 1px solid #343438; flex-direction: column; align-items: stretch; gap: 0; box-shadow: 0 18px 45px rgba(0,0,0,.38); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 12px 10px; }
  .hero-inner { grid-template-columns: 1fr; min-height: 690px; padding-top: 66px; text-align: center; }
  .hero-copy { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .hero-book { width: 225px; }
  .section-topline { align-items: start; flex-direction: column; }
  .catalog-links { justify-content: flex-start; }
  .feature-row, .feature-row-reverse { grid-template-columns: 1fr; gap: 38px; }
  .feature-row-reverse .feature-art, .feature-row-reverse .feature-copy { grid-column: auto; grid-row: auto; }
  .feature-row-reverse .feature-art { order: 1; }
  .feature-row-reverse .feature-copy { order: 2; }
  .author-grid, .newsletter-grid { grid-template-columns: 1fr; gap: 36px; }
  .author-copy { border-left: 0; border-top: 1px solid rgba(255,255,255,.20); padding: 25px 0 0; }
  .newsletter-signup-card { max-width: 480px; width: 100%; }
}

@media (max-width: 560px) {
  .masthead { min-height: 72px; }
  .wordmark-name { font-size: 1.2rem; }
  .wordmark-tag { font-size: .48rem; letter-spacing: .23em; }
  .hero-slider { min-height: 680px; }
  .hero-inner { min-height: 680px; padding-bottom: 72px; }
  .hero-copy h1, .hero-copy h2 { font-size: clamp(3.1rem, 15vw, 4.7rem); }
  .hero-quote { font-size: 1.18rem; }
  .hero-book { width: 185px; }
  .works-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 16px; }
  .work-card h3 { font-size: .98rem; }
  .work-meta { font-size: .52rem; }
  .feature-art { min-height: 340px; padding: 22px; }
  .feature-art img { height: 305px; }
  .feature-art-double { gap: 12px; }
  .feature-art-double img { height: 250px; }
  .release-row { grid-template-columns: 115px 1fr; gap: 22px; align-items: start; }
  .release-copy h3 { font-size: 1.6rem; }
  .release-copy p:not(.work-meta) { font-size: .89rem; }
  .follow-inner { align-items: flex-start; flex-direction: column; padding-block: 25px; }
  .social-links { gap: 15px 20px; }
  .footer-grid { grid-template-columns: 1fr; }
  .copyright { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .001ms !important; animation-duration: .001ms !important; }
}
