:root {
  --ink: #0b0b0c;
  --paper: #f2ede4;
  --gold: #d8b574;
  --ember: #c9341b;
  --teal: #17454b;
  --line: rgba(11, 11, 12, 0.18);
}

* { 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; text-decoration: none; }
img { display: block; max-width: 100%; }

.siteHeader {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px clamp(24px, 5vw, 80px);
  color: #fff;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.brand { display: flex; align-items: center; gap: 12px; font-weight: 700; }
.brandMark {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid var(--gold);
  color: var(--gold);
  font-family: Georgia, serif;
  letter-spacing: 0;
}
nav { display: flex; gap: 30px; }
nav a { opacity: .72; transition: opacity .2s ease; }
nav a:hover, nav a:focus-visible { opacity: 1; }

.hero {
  position: relative;
  min-height: 100svh;
  height: auto !important;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(300px, .8fr) 1.2fr;
  align-items: center;
  gap: clamp(50px, 8vw, 130px);
  padding: 120px clamp(24px, 8vw, 130px) 80px;
  background:
    radial-gradient(circle at 22% 58%, rgba(201,52,27,.22), transparent 25%),
    radial-gradient(circle at 50% -10%, rgba(216,181,116,.11), transparent 30%),
    #08090a;
  color: #fff;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .12;
  pointer-events: none;
  background-image: repeating-linear-gradient(115deg, transparent 0 17px, rgba(255,255,255,.08) 18px);
  mix-blend-mode: soft-light;
}
.heroGlow {
  position: absolute;
  width: 1px;
  height: 60%;
  top: 20%;
  left: 47%;
  background: linear-gradient(transparent, var(--gold), transparent);
  box-shadow: 0 0 80px 20px rgba(216,181,116,.14);
}
.coverStage { position: relative; z-index: 1; justify-self: end; align-self: center; width: min(360px, 28vw); height: auto !important; }
.coverHalo { position: absolute; inset: 8% -10% -8%; background: rgba(201,52,27,.18); filter: blur(60px); }
.bookCover {
  position: relative;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 2 / 3;
  object-fit: contain;
  box-shadow: 0 34px 90px rgba(0,0,0,.7), 0 0 0 1px rgba(255,255,255,.13);
  transform: rotate(-1.5deg);
}
.heroCopy { position: relative; z-index: 1; max-width: 760px; }
.eyebrow {
  margin: 0 0 22px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  margin-bottom: 28px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(64px, 8.6vw, 138px);
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: .86;
}
h1 span { color: var(--ember); font-style: italic; }
.lede { max-width: 650px; color: rgba(255,255,255,.72); font-family: Georgia, serif; font-size: clamp(18px, 1.55vw, 25px); line-height: 1.55; }
.actions { display: flex; align-items: center; gap: 34px; margin-top: 38px; flex-wrap: wrap; }
.primaryButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 58px;
  padding: 0 28px;
  background: var(--ember);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease;
}
.primaryButton:hover, .primaryButton:focus-visible { transform: translateY(-2px); background: #e04428; }
.textLink { display: inline-flex; gap: 12px; align-items: center; border-bottom: 1px solid currentColor; padding: 8px 0; font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.byline { margin: 38px 0 0; color: rgba(255,255,255,.42); font-size: 12px; letter-spacing: .18em; text-transform: uppercase; }

.manifesto, .chaptersSection {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: clamp(50px, 10vw, 160px);
  padding: clamp(90px, 12vw, 180px) clamp(24px, 8vw, 130px);
}
h2 { font-family: Georgia, serif; font-size: clamp(45px, 6vw, 92px); font-weight: 400; line-height: .98; letter-spacing: -.045em; }
.manifestoBody { max-width: 680px; font-family: Georgia, serif; font-size: clamp(19px, 1.8vw, 28px); line-height: 1.55; }
.manifestoBody > p:first-child::first-letter { float: left; margin: 7px 10px 0 0; color: var(--ember); font-size: 72px; line-height: .72; }
.pullQuote { margin-top: 54px; padding-top: 32px; border-top: 1px solid var(--line); color: var(--teal); font-size: 1.18em; font-style: italic; }

.practicesSection { padding: 80px clamp(24px, 8vw, 130px) 130px; }
.practiceGrid { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); }
.practice { min-height: 220px; padding: 26px 24px; border-right: 1px solid var(--line); }
.practice:last-child { border-right: 0; }
.practice span, .chapter span { color: var(--ember); font-family: Georgia, serif; font-size: 13px; }
.practice h3 { margin-top: 70px; font-family: Georgia, serif; font-size: 22px; font-weight: 400; line-height: 1.25; }

.chaptersSection { background: #ded7ca; }
.sectionIntro { position: sticky; top: 60px; align-self: start; }
.chapterList { border-top: 1px solid rgba(11,11,12,.35); }
.chapter { display: grid; grid-template-columns: 56px 1fr; gap: 20px; align-items: center; padding: 26px 0; border-bottom: 1px solid rgba(11,11,12,.22); }
.chapter h3 { margin: 0; font-family: Georgia, serif; font-size: clamp(21px, 2.2vw, 34px); font-weight: 400; }

.authorSection {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  align-items: center;
  gap: clamp(50px, 9vw, 140px);
  padding: clamp(90px, 11vw, 170px) clamp(24px, 12vw, 190px);
  background: var(--teal);
  color: #fff;
}
.authorKicker {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  border: 1px solid rgba(216,181,116,.6);
  border-radius: 50%;
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: clamp(70px, 10vw, 150px);
  font-style: italic;
}
.authorSection h2 { margin-bottom: 28px; }
.authorSection p:not(.eyebrow) { max-width: 720px; color: rgba(255,255,255,.74); font-family: Georgia, serif; font-size: 21px; line-height: 1.55; }
.textLink.light { margin-top: 18px; color: var(--gold); }

.finalCta { padding: clamp(100px, 15vw, 220px) 24px; text-align: center; background: #0a0a0b; color: #fff; }
.finalCta h2 { max-width: 1000px; margin: 0 auto 50px; }
footer { display: flex; justify-content: space-between; padding: 28px clamp(24px, 5vw, 80px); background: #0a0a0b; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.45); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }

@media (max-width: 900px) {
  nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 120px; text-align: center; }
  .coverStage { justify-self: center; width: min(330px, 72vw); height: auto !important; }
  .heroCopy { margin: 0 auto; }
  .lede { margin-left: auto; margin-right: auto; }
  .actions { justify-content: center; }
  .manifesto, .chaptersSection, .authorSection { grid-template-columns: 1fr; }
  .practiceGrid { grid-template-columns: 1fr 1fr; }
  .practice { border-bottom: 1px solid var(--line); }
  .sectionIntro { position: static; }
  .authorKicker { width: min(320px, 70vw); margin: 0 auto; }
}

@media (max-width: 560px) {
  .brand span:last-child { display: none; }
  .hero { padding-left: 20px; padding-right: 20px; }
  h1 { font-size: clamp(58px, 19vw, 90px); }
  .practiceGrid { grid-template-columns: 1fr; }
  .practice { min-height: auto; border-right: 0; }
  .practice h3 { margin-top: 36px; }
  .actions { flex-direction: column; gap: 14px; }
  .primaryButton { width: 100%; }
  footer { flex-direction: column; gap: 12px; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
