:root {
  --ink: #101414;
  --paper: #eeeae1;
  --paper-2: #ddd7cb;
  --smoke: #9ca09b;
  --ember: #d85a2e;
  --ember-light: #ef7a42;
  --line: rgba(238,234,225,.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--paper); font-family: Inter, Arial, sans-serif; line-height: 1.65; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.site-header { position: absolute; z-index: 10; top: 0; left: 0; width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 26px clamp(24px,5vw,76px); border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; text-transform: uppercase; letter-spacing: .12em; line-height: 1.05; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--ember); color: var(--ember-light); font-family: Georgia, serif; font-size: 15px; letter-spacing: .04em; }
.brand strong { display: block; font: 600 16px/1.1 Georgia, serif; }
.brand small { display: block; margin-top: 5px; color: var(--smoke); font-size: 9px; }
nav { display: flex; align-items: center; gap: 32px; }
nav a { color: #d6d4ce; font-size: 13px; text-decoration: none; }
nav a:hover { color: white; }
.nav-button { padding: 10px 17px; border: 1px solid var(--line); }
.menu-button { display: none; background: transparent; color: white; border: 1px solid var(--line); padding: 8px 12px; }

.hero { position: relative; min-height: 790px; display: flex; align-items: center; overflow: hidden; padding: 150px clamp(24px,8vw,120px) 90px; background: radial-gradient(circle at 70% 43%, #35403d 0, #1b2322 26%, #101414 57%); }
.hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(16,20,20,.92) 0, rgba(16,20,20,.55) 48%, rgba(16,20,20,.12) 100%); }
.hero-content { position: relative; z-index: 3; max-width: 740px; }
.eyebrow { margin: 0 0 18px; color: var(--ember-light); font-size: 12px; font-weight: 700; letter-spacing: .24em; text-transform: uppercase; }
h1,h2,h3 { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }
h1 { margin: 0; max-width: 800px; font-size: clamp(58px,8vw,112px); line-height: .94; letter-spacing: -.045em; }
.hero-copy { max-width: 570px; margin: 30px 0 0; color: #c7c8c3; font: 22px/1.55 Georgia, serif; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 40px; }
.button { display: inline-block; padding: 14px 22px; border: 1px solid var(--line); font-size: 12px; font-weight: 700; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; transition: .2s ease; }
.button.primary { background: var(--ember); border-color: var(--ember); color: white; }
.button:hover { transform: translateY(-2px); border-color: var(--ember-light); }
.hero-glow { position: absolute; z-index: 1; right: 15%; top: 36%; width: 180px; height: 180px; border-radius: 50%; background: #d96534; filter: blur(70px); opacity: .28; }
.hero-art { position: absolute; z-index: 2; inset: auto 0 0 44%; height: 70%; opacity: .8; }
.ridge { position: absolute; width: 110%; height: 48%; left: 0; bottom: 0; background: #0b0f0f; clip-path: polygon(0 52%,8% 39%,17% 49%,29% 21%,39% 43%,50% 25%,60% 47%,71% 13%,82% 43%,93% 24%,100% 37%,100% 100%,0 100%); }
.ridge-two { left: -10%; bottom: 8%; background: #26302e; opacity: .72; transform: scaleY(.72); }
.road { position: absolute; right: 21%; bottom: -18%; width: 13%; height: 82%; border-radius: 50%; border-left: 2px solid rgba(216,90,46,.55); transform: rotate(18deg); }

.section { padding: 110px clamp(24px,7vw,105px); }
.section-heading { display: grid; grid-template-columns: 1fr 1.2fr; gap: 50px; align-items: end; margin-bottom: 65px; }
.section-heading .eyebrow { grid-column: 1/-1; margin-bottom: -28px; }
h2 { margin: 0; font-size: clamp(42px,5vw,72px); line-height: 1.02; letter-spacing: -.03em; }
.section-heading > p:last-child { max-width: 620px; margin: 0; color: #aeb0ac; }
.books { background: #141919; }
.book-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: clamp(25px,4vw,58px); }
.book-card { position: relative; }
.cover-wrap { aspect-ratio: 2/3; overflow: hidden; margin-bottom: 28px; background: #242a29; box-shadow: 0 25px 50px rgba(0,0,0,.35); }
.cover-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.book-card:hover img { transform: scale(1.025); }
.book-number { color: var(--ember-light); font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.book-card h3 { margin: 8px 0 12px; font-size: clamp(27px,3vw,38px); line-height: 1.08; }
.book-card p { color: #aeb0ac; font-size: 14px; }
.text-link { display: inline-block; margin-top: 8px; color: white; font-size: 12px; font-weight: 700; letter-spacing: .11em; text-decoration: none; text-transform: uppercase; }
.text-link span { color: var(--ember-light); padding-left: 6px; }
.standalone { background: #e9e5dc; color: var(--ink); }
.standalone-intro { display: grid; grid-template-columns: 1fr 1.2fr; gap: 50px; align-items: end; margin-bottom: 55px; }
.standalone-intro .eyebrow { grid-column: 1/-1; margin-bottom: -28px; color: #8e321e; }
.standalone-feature { display: grid; grid-template-columns: minmax(260px,430px) 1fr; gap: clamp(45px,9vw,130px); align-items: center; padding: clamp(35px,6vw,80px); background: #f6f2e9; border: 1px solid #bcb5a7; box-shadow: 0 24px 60px rgba(26,24,20,.13); }
.standalone-cover { box-shadow: 0 28px 45px rgba(25,23,20,.2); }
.standalone-cover img { width: 100%; }
.standalone-copy { max-width: 680px; }
.standalone-copy .book-number { color: #8e321e; }
.standalone-copy h3 { margin: 10px 0 12px; font-size: clamp(38px,5vw,68px); line-height: 1.02; letter-spacing: -.035em; }
.standalone-copy .byline { margin: 0 0 28px; color: #55564f; font: italic 18px/1.5 Georgia, serif; }
.standalone-copy > p:not(.book-number):not(.byline) { color: #4d504c; font: 18px/1.75 Georgia, serif; }
.legal-button { margin-top: 18px; background: #171b1a; border-color: #171b1a; color: white; }
.series { background: var(--paper); color: var(--ink); }
.series-panel { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px,10vw,150px); padding: 55px 0; border-top: 1px solid #b5afa3; border-bottom: 1px solid #b5afa3; }
.series-copy { color: #454b49; font: 19px/1.8 Georgia, serif; }
.series-copy p:first-child { margin-top: 0; }
.about { display: grid; grid-template-columns: .12fr .7fr 1fr; gap: clamp(24px,7vw,100px); align-items: start; background: #0e1212; }
.about-rule { width: 1px; height: 220px; background: linear-gradient(var(--ember), transparent); }
.about-copy { color: #b8bab6; font: 18px/1.8 Georgia, serif; }
.about-copy .button { margin-top: 22px; font-family: Inter, Arial, sans-serif; }
.cta { padding: 120px 24px; text-align: center; background: linear-gradient(rgba(9,12,12,.75),rgba(9,12,12,.92)), radial-gradient(circle at 50% 25%, #65311f, #171c1b 48%, #0b0e0e); }
.cta h2 { margin-bottom: 38px; }
footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 35px clamp(24px,5vw,76px); border-top: 1px solid var(--line); color: #8d918d; font-size: 12px; }

@media (max-width: 850px) {
  .site-header { padding: 18px 22px; }
  .menu-button { display: block; }
  nav { display: none; position: absolute; top: 79px; left: 0; width: 100%; padding: 22px; flex-direction: column; align-items: stretch; background: #111616; border-bottom: 1px solid var(--line); }
  nav.open { display: flex; }
  .hero { min-height: 720px; padding-top: 135px; }
  .hero-art { inset: auto -25% 0 18%; }
  .section-heading, .series-panel, .standalone-intro { grid-template-columns: 1fr; }
  .section-heading .eyebrow { margin-bottom: -20px; }
  .standalone-intro .eyebrow { margin-bottom: -20px; }
  .book-grid { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; gap: 70px; }
  .standalone-feature { grid-template-columns: 1fr; padding: 28px; }
  .standalone-cover { max-width: 410px; margin: 0 auto; }
  .about { grid-template-columns: 1fr; }
  .about-rule { width: 130px; height: 1px; background: linear-gradient(90deg,var(--ember),transparent); }
  footer { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 480px) {
  .brand strong { font-size: 14px; }
  .hero { min-height: 680px; }
  h1 { font-size: 55px; }
  .hero-copy { font-size: 18px; }
  .section { padding-top: 80px; padding-bottom: 80px; }
}
