
:root {
  --ink: #18251f;
  --cream: #f7f1e5;
  --paper: #fffdf8;
  --forest: #1f4a3a;
  --gold: #e5ad30;
  --rust: #a84328;
  --muted: #637068;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }

.site-header { position: sticky; top: 0; z-index: 40; background: rgba(255,253,248,.92); border-bottom: 1px solid rgba(24,37,31,.1); backdrop-filter: blur(14px); }
.nav-wrap { height: 76px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; font-family: Georgia, serif; font-size: 1.12rem; font-weight: 700; }
.brand-mark { width: 190px; height: 58px; object-fit: contain; }
nav { display: flex; gap: 34px; }
nav a { text-decoration: none; font-weight: 700; font-size: .9rem; }
nav a:hover { color: var(--rust); }

.hero { position: relative; overflow: hidden; background: linear-gradient(120deg, #f6eddc 0%, #fbf7ee 52%, #e1e9dc 100%); }
.hero::after { content: ""; position: absolute; inset: auto -10% -120px 35%; height: 240px; background: repeating-linear-gradient(165deg, transparent 0 30px, rgba(31,74,58,.045) 31px 32px); transform: rotate(-3deg); }
.hero-glow { position: absolute; width: 520px; height: 520px; border-radius: 50%; right: 3%; top: 8%; background: radial-gradient(circle, rgba(229,173,48,.42), rgba(229,173,48,0) 68%); }
.hero-grid { min-height: 690px; display: grid; grid-template-columns: 1.08fr .92fr; gap: 70px; align-items: center; padding-top: 70px; padding-bottom: 76px; position: relative; z-index: 1; }
.kicker { margin: 0 0 15px; color: var(--rust); text-transform: uppercase; letter-spacing: .18em; font-size: .75rem; font-weight: 800; }
h1, h2, h3 { font-family: Georgia, 'Times New Roman', serif; }
h1 { margin: 0; max-width: 650px; font-size: clamp(3.5rem, 6.2vw, 6.4rem); line-height: .98; letter-spacing: -.045em; }
.hero-text { max-width: 585px; margin: 28px 0 32px; color: #46534b; font-family: Georgia, serif; font-size: 1.28rem; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; padding: 14px 21px; border-radius: 4px; text-decoration: none; font-weight: 800; }
.primary { background: var(--forest); color: white; box-shadow: 0 12px 30px rgba(31,74,58,.18); }
.primary:hover { background: #163c2e; transform: translateY(-1px); }
.text-link { text-decoration: none; font-weight: 800; border-bottom: 1px solid rgba(24,37,31,.3); padding-bottom: 3px; }
.featured-stack { position: relative; width: min(100%, 410px); justify-self: center; }
.featured-book-link { position: relative; z-index: 2; display: block; text-decoration: none; }
.featured-book-link > img { width: 75%; margin: auto; position: relative; border-radius: 3px 8px 8px 3px; box-shadow: -10px 20px 45px rgba(39,28,15,.32), 8px 5px 0 #eadcc5; transform: rotate(2.5deg); transition: transform .2s ease, box-shadow .2s ease; }
.featured-book-link:hover > img { transform: rotate(2.5deg) translateY(-4px); box-shadow: -10px 25px 52px rgba(39,28,15,.38), 8px 5px 0 #eadcc5; }
.featured-book-link:focus-visible { outline: 3px solid var(--rust); outline-offset: 8px; border-radius: 4px; }
.sun-disc { position: absolute; width: 330px; height: 330px; border-radius: 50%; background: #dfae46; top: -40px; right: -40px; opacity: .72; }
.featured-note { position: relative; z-index: 3; width: 75%; margin: 27px auto 0; padding: 14px 18px 15px; color: white; background: rgba(31,74,58,.96); border-left: 4px solid var(--gold); box-shadow: 0 10px 24px rgba(0,0,0,.14); transform: translateX(16px); }
.featured-note span { display: block; color: #f2cc77; text-transform: uppercase; font-size: .66rem; letter-spacing: .16em; font-weight: 800; margin-bottom: 5px; }
.featured-note strong { font-family: Georgia, serif; font-size: 1.05rem; line-height: 1.25; }

.books-section { padding: 100px 0 115px; }
.section-heading { display: flex; justify-content: space-between; gap: 50px; align-items: end; margin-bottom: 46px; }
.section-heading h2, .meet-copy h2, .press-inner h2 { margin: 0; font-size: clamp(2.4rem, 4vw, 4.1rem); line-height: 1.05; letter-spacing: -.035em; }
.section-heading > p { max-width: 390px; margin: 0 0 7px; color: var(--muted); font-family: Georgia, serif; font-size: 1.1rem; line-height: 1.55; }
.book-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 38px 28px; }
.book-card { background: white; border: 1px solid #e9e2d6; box-shadow: 0 12px 30px rgba(45,37,25,.07); transition: transform .2s ease, box-shadow .2s ease; }
.book-card:hover { transform: translateY(-5px); box-shadow: 0 19px 38px rgba(45,37,25,.13); }
.cover-wrap { position: relative; overflow: hidden; aspect-ratio: 2 / 3; background: #ddd2bd; }
.cover-wrap img { width: 100%; height: 100%; object-fit: cover; }
.badge { position: absolute; z-index: 2; top: 14px; left: 14px; background: var(--rust); color: white; padding: 7px 10px; text-transform: uppercase; letter-spacing: .12em; font-size: .65rem; font-weight: 800; box-shadow: 0 4px 10px rgba(0,0,0,.2); }
.badge.soon { background: var(--gold); color: #272014; }
.book-info { padding: 23px 24px 26px; }
.book-number { margin: 0 0 8px; color: var(--rust); font-size: .68rem; letter-spacing: .16em; font-weight: 800; }
.book-info h3 { margin: 0 0 13px; font-size: 1.45rem; line-height: 1.2; }
.book-info > p:not(.book-number) { margin: 0 0 20px; color: var(--muted); line-height: 1.58; }
.book-info a, .coming-link { font-size: .83rem; font-weight: 800; text-decoration: none; color: var(--forest); }
.book-info a { border-bottom: 1px solid #9db0a7; padding-bottom: 3px; }
.coming-link { color: var(--rust); }

.meet-section { padding: 110px 0; background: var(--cream); overflow: hidden; }
.meet-grid { display: grid; grid-template-columns: .7fr 1.3fr; align-items: center; gap: 90px; }
.meet-portrait { position: relative; max-width: 370px; }
.meet-portrait::before { content: ""; position: absolute; inset: -20px 24px 20px -20px; border: 2px solid var(--gold); }
.meet-portrait img { position: relative; aspect-ratio: 4/5; object-fit: cover; object-position: 50% 44%; box-shadow: 0 22px 55px rgba(35,27,17,.22); }
.meet-copy > p:not(.kicker) { color: #4e594f; font-family: Georgia, serif; font-size: 1.08rem; line-height: 1.75; max-width: 650px; }
blockquote { margin: 29px 0 0; padding-left: 24px; border-left: 4px solid var(--gold); font-family: Georgia, serif; font-size: 1.25rem; font-style: italic; line-height: 1.55; }

.press-section { background: var(--forest); color: white; padding: 66px 0; }
.press-inner { display: grid; grid-template-columns: auto 1fr auto; gap: 28px; align-items: center; }
.press-inner .brand-mark { width: 190px; height: auto; background: white; padding: 8px; border-radius: 4px; }
.press-inner .kicker { color: #efc96e; }
.press-inner h2 { font-size: clamp(2rem, 3.2vw, 3.3rem); }
.light { background: var(--paper); color: var(--forest); white-space: nowrap; }
footer { background: #14271f; color: #dce4df; padding: 25px 0; font-size: .82rem; }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 25px; }
.footer-inner .brand-mark { width: 145px; height: auto; background: white; padding: 5px; border-radius: 3px; }
.footer-inner p { margin: 0; color: #9eb0a7; }

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; min-height: auto; padding-top: 75px; }
  .featured-stack { width: 390px; margin-top: 10px; }
  .book-grid { grid-template-columns: repeat(2, 1fr); }
  .meet-grid { gap: 55px; grid-template-columns: .8fr 1.2fr; }
  .press-inner { grid-template-columns: auto 1fr; }
  .press-inner .button { grid-column: 2; justify-self: start; }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 30px, 1180px); }
  .nav-wrap { height: auto; padding: 15px 0; align-items: flex-start; }
  .brand { font-size: 1rem; }
  nav { gap: 15px; flex-wrap: wrap; justify-content: flex-end; max-width: 190px; }
  nav a { font-size: .78rem; }
  .hero-grid { padding: 58px 0 66px; gap: 55px; }
  h1 { font-size: clamp(3rem, 15vw, 4.5rem); }
  .hero-text { font-size: 1.08rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .featured-stack { width: 90%; }
  .featured-note { width: 75%; margin-top: 24px; transform: translateX(10px); }
  .sun-disc { width: 270px; height: 270px; right: -30px; }
  .books-section, .meet-section { padding: 75px 0; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 18px; }
  .book-grid { grid-template-columns: 1fr; gap: 28px; }
  .book-card { max-width: 430px; margin: 0 auto; }
  .meet-grid { grid-template-columns: 1fr; gap: 55px; }
  .meet-portrait { width: 80%; margin: auto; }
  .press-inner { grid-template-columns: 1fr; }
  .press-inner .brand-mark { width: 180px; }
  .press-inner .button { grid-column: auto; }
  .footer-inner { flex-direction: column; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .book-card, .primary, .featured-book-link > img { transition: none; }
}
