:root {
  --bg: #090a0c;
  --panel: #101216;
  --text: #f0ece4;
  --muted: #a6a19a;
  --line: #292a2d;
  --warm: #d7a46b;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, system-ui, sans-serif;
  line-height: 1.7;
}
a { color: inherit; }
.site-header {
  position: absolute;
  z-index: 10;
  top: 0; left: 0; right: 0;
  max-width: var(--max);
  margin: auto;
  padding: 30px 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.brand {
  text-decoration: none;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.45rem;
  font-style: italic;
  font-weight: 600;
  letter-spacing: .08em;
}
nav { display: flex; gap: 28px; }
nav a { color: #c8c3bc; text-decoration: none; font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; }
nav a:hover { color: white; }
.hero {
  min-height: 100svh;
  max-width: 1500px;
  margin: auto;
  display: grid;
  grid-template-columns: 48% 52%;
  overflow: hidden;
}
.elevator {
  position: relative;
  min-height: 720px;
  background: radial-gradient(circle at 50% 22%, #2b2926 0, #151618 30%, #08090a 72%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0 12% 7%;
}
.floor-number {
  position: absolute;
  top: 16%;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  color: #e7c18d;
  text-shadow: 0 0 18px rgba(215,164,107,.4);
}
.doors {
  width: 100%; height: 64%;
  border: 1px solid #343434;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: linear-gradient(90deg,#111214,#222326 48%,#111214 50%,#222326 52%,#111214);
  box-shadow: 0 0 80px #000;
}
.doors span:first-child { border-right: 1px solid #050505; }
.light-line {
  position: absolute;
  bottom: 7%;
  height: 64%; width: 2px;
  background: #e6b676;
  box-shadow: 0 0 13px 3px rgba(230,182,118,.28), 0 0 70px 15px rgba(230,182,118,.08);
}
.hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 130px clamp(40px,7vw,110px) 80px;
  background: linear-gradient(135deg,#101115,#090a0c 68%);
}
.eyebrow,.kicker,.section-label,.status {
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .72rem;
  color: var(--warm);
}
h1,h2 { font-family: "Cormorant Garamond", serif; font-weight: 500; line-height: 1.02; margin: 0; }
h1 { font-size: clamp(4rem,7vw,7.4rem); max-width: 700px; }
.tagline { font-family: "Cormorant Garamond", serif; font-style: italic; font-size: clamp(1.7rem,3vw,2.5rem); margin: 20px 0 30px; color: #d8d1c8; }
.intro { max-width: 620px; color: var(--muted); font-size: 1.05rem; }
.hero-actions { margin-top: 28px; display: flex; align-items: center; gap: 24px; }
.button { display: inline-block; padding: 13px 20px; border: 1px solid #6f5b44; text-decoration: none; font-size: .84rem; letter-spacing: .05em; }
.button:hover { background: #171411; }
.status { color: #77736d; }
.section { max-width: var(--max); margin: auto; padding: 120px 28px; border-top: 1px solid var(--line); }
.section-label { margin-bottom: 42px; }
.book-grid { display: grid; grid-template-columns: minmax(260px,380px) 1fr; gap: clamp(50px,9vw,120px); align-items: center; }
.cover-placeholder {
  aspect-ratio: 2/3;
  border: 1px solid #37332e;
  background: radial-gradient(circle at 50% 45%,#24201b,#0b0c0e 68%);
  box-shadow: 0 25px 80px rgba(0,0,0,.45);
  padding: 42px 34px;
  display: flex; flex-direction: column;
  text-align: center;
}
.cover-floor { color: var(--warm); font-family: "Cormorant Garamond",serif; font-size: 2rem; }
.cover-title { margin: auto; font-family: "Cormorant Garamond",serif; font-size: clamp(2rem,4vw,3.6rem); line-height: .92; letter-spacing: .04em; }
.cover-author { font-family: "Cormorant Garamond",serif; font-style: italic; letter-spacing: .12em; }
.book-copy h2,.author-copy h2,.contact-section h2 { font-size: clamp(3rem,5vw,5.2rem); margin-bottom: 28px; }
.book-copy p,.author-copy p,.contact-section p { max-width: 690px; color: var(--muted); }
.note { border-left: 1px solid #5b4935; padding-left: 20px; font-size: .9rem; margin-top: 32px; }
.author-section { display: grid; grid-template-columns: 28% 72%; }
.author-section .section-label { margin: 12px 0 0; }
.author-copy { max-width: 780px; }
.contact-section { display: flex; justify-content: space-between; align-items: end; gap: 40px; }
.contact-section .section-label { margin-bottom: 22px; }
.email { font-family: "Cormorant Garamond",serif; font-size: clamp(1.7rem,3vw,2.6rem); text-decoration-thickness: 1px; text-underline-offset: 8px; color: #e5c9a6; }
footer { max-width: var(--max); margin: auto; padding: 32px 28px 45px; border-top: 1px solid var(--line); color: #777; font-size: .78rem; display:flex; justify-content:space-between; }
@media (max-width: 800px) {
  .site-header { padding: 22px 20px; }
  nav { gap: 15px; } nav a { font-size: .66rem; }
  .hero { grid-template-columns: 1fr; }
  .elevator { min-height: 54svh; order: 2; }
  .hero-content { min-height: 78svh; padding: 130px 24px 65px; order: 1; }
  h1 { font-size: clamp(3.7rem,17vw,5.8rem); }
  .section { padding: 85px 22px; }
  .book-grid { grid-template-columns: 1fr; }
  .cover-placeholder { width: min(78vw,360px); margin: auto; }
  .author-section { display:block; }
  .author-section .section-label { margin-bottom: 38px; }
  .contact-section { display:block; }
  .email { display:inline-block; margin-top: 28px; }
}
@media (max-width: 520px) {
  nav a:nth-child(2) { display:none; }
  .brand { font-size:1.25rem; }
}
