:root {
  --bg: #080806;
  --bg-soft: #0d0c09;
  --panel: rgba(22, 19, 13, 0.72);
  --cream: #efe8d8;
  --muted: #aaa392;
  --gold: #c99b4e;
  --gold-bright: #e0b96f;
  --line: rgba(201, 155, 78, 0.25);
  --line-soft: rgba(239, 232, 216, 0.10);
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--cream);
  background:
    radial-gradient(circle at 75% 12%, rgba(201,155,78,.08), transparent 28%),
    linear-gradient(180deg, #050504 0%, #0a0907 50%, #050504 100%);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.012) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
  z-index: -1;
}

a { color: inherit; }
img { max-width: 100%; display: block; }
.section-shell { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; }
.narrow { max-width: 900px; }

.site-header {
  width: min(calc(100% - 48px), var(--max));
  margin: 0 auto;
  min-height: 94px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line-soft);
  position: relative;
  z-index: 20;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: .18em;
  font-weight: 600;
}
.brand-mark { color: var(--gold); font-size: 16px; }
nav { display: flex; gap: 32px; align-items: center; }
nav a {
  text-decoration: none;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: .08em;
  transition: color .2s ease;
}
nav a:hover { color: var(--cream); }
.nav-cta { color: var(--gold-bright) !important; }

.hero {
  min-height: calc(100vh - 94px);
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  align-items: center;
  gap: 48px;
  padding: 68px 0 86px;
}
.eyebrow {
  margin: 0 0 20px;
  color: var(--gold-bright);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .26em;
}
.hero h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: .94;
  letter-spacing: .02em;
  font-size: clamp(58px, 7.3vw, 112px);
}
.hero h1 span, .hero h1 strong { display: block; font-weight: 400; }
.hero h1 span:first-child { font-size: .50em; letter-spacing: .16em; margin-bottom: 13px; }
.hero h1 strong { color: var(--gold-bright); }
.hero h1 span:last-child { letter-spacing: .14em; font-size: .72em; margin-top: 10px; }
.rule { display: flex; align-items: center; gap: 8px; width: 160px; margin: 29px 0 17px; }
.rule span { height: 1px; background: var(--gold); flex: 1; }
.rule i { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }
.subtitle { margin: 0; color: var(--gold-bright); text-transform: uppercase; letter-spacing: .14em; font-size: 15px; }
.hero-lede { max-width: 650px; color: #c8c1b2; font-size: clamp(17px,1.4vw,20px); line-height: 1.75; margin: 30px 0; }
.hero-actions { display: flex; gap: 13px; flex-wrap: wrap; }
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: 0 23px;
  border: 1px solid var(--line);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .15em;
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}
.button:hover { transform: translateY(-2px); border-color: rgba(224,185,111,.7); }
.button.primary { color: #0a0907; background: linear-gradient(135deg, #d7aa5a, #b9863b); border-color: transparent; font-weight: 700; }
.button.secondary { color: var(--cream); background: rgba(255,255,255,.018); }
.status { margin: 27px 0 0; color: #8f897d; font-size: 10px; letter-spacing: .17em; }
.status span { display: inline-block; width: 6px; height: 6px; margin-right: 9px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 14px var(--gold); }

.hero-art { position: relative; display: grid; place-items: center; min-height: 650px; }
.book-frame {
  position: relative;
  width: min(100%, 520px);
  z-index: 3;
  filter: drop-shadow(0 32px 50px rgba(0,0,0,.65));
}
.book-frame::after {
  content: "";
  position: absolute;
  inset: 8% 7% 5% 2%;
  background: radial-gradient(circle, rgba(215,170,90,.18), transparent 62%);
  filter: blur(32px);
  z-index: -1;
}
.book-frame img { border: 1px solid rgba(214,174,100,.16); }
.orb { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.orb-one { width: 340px; height: 340px; border: 1px solid rgba(201,155,78,.12); box-shadow: 0 0 80px rgba(201,155,78,.04) inset; right: 0; top: 12%; }
.orb-two { width: 170px; height: 170px; border: 1px solid rgba(201,155,78,.09); left: 6%; bottom: 14%; }

.manifesto { padding: 135px 0; border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); background: rgba(255,255,255,.012); text-align: center; }
.manifesto h2, .section-heading h2, .principle h2, .coming-soon h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  font-size: clamp(42px, 5vw, 76px);
  line-height: 1.1;
}
.manifesto h2 em { color: var(--gold-bright); font-weight: 400; }
.intro { max-width: 820px; margin: 36px auto 0; color: #bdb5a5; font-size: 19px; line-height: 1.9; }

.landscape { padding: 130px 0; }
.section-heading { max-width: 780px; margin-bottom: 55px; }
.section-heading h2 { font-size: clamp(42px,4.2vw,65px); }
.grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-soft); border-left: 1px solid var(--line-soft); }
.card { min-height: 270px; padding: 34px; border-right: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); background: linear-gradient(135deg, rgba(255,255,255,.018), transparent); }
.card span { color: var(--gold); font-family: Georgia, serif; font-size: 13px; }
.card h3 { margin: 48px 0 14px; font-family: Georgia, serif; font-weight: 400; font-size: 29px; }
.card p { margin: 0; color: #a9a293; font-size: 15px; line-height: 1.75; }

.principle { padding: 130px 0; background: #0b0a07; border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }
.principle-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.principle h2 { font-size: clamp(42px, 4.8vw, 70px); }
.principle-copy > p:last-child { margin-top: 30px; color: #b8b1a2; font-size: 18px; line-height: 1.85; }
.levels { border-top: 1px solid var(--line); }
.levels > div { display: grid; grid-template-columns: 52px 1fr; gap: 20px; padding: 22px 0; border-bottom: 1px solid var(--line-soft); }
.levels b { color: var(--gold); font-family: Georgia, serif; font-weight: 400; }
.levels span { color: #9e978a; font-size: 14px; }
.levels strong { display: block; margin-bottom: 4px; color: var(--cream); font-family: Georgia, serif; font-size: 21px; font-weight: 400; }

.quote-section { padding: 140px 0; text-align: center; }
.symbol { color: var(--gold); margin-bottom: 25px; }
blockquote { margin: 0; font-family: Georgia, serif; font-size: clamp(38px, 5vw, 72px); line-height: 1.2; }

.coming-soon { padding-bottom: 130px; }
.coming-inner { text-align: center; padding: 80px 30px; border: 1px solid var(--line); background: radial-gradient(circle at 50% 0%, rgba(201,155,78,.12), transparent 42%), rgba(255,255,255,.012); }
.coming-soon h2 { font-size: clamp(44px, 5vw, 72px); }
.coming-soon p:not(.eyebrow) { color: #aaa394; margin: 20px 0 30px; }
.email-link { display: block; margin-top: 25px; color: var(--gold-bright); font-size: 13px; text-decoration: none; letter-spacing: .06em; }

footer { border-top: 1px solid var(--line-soft); }
.footer-inner { min-height: 100px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; color: #777166; font-size: 11px; letter-spacing: .05em; }
.footer-inner p { margin: 0; }
.footer-inner a { justify-self: end; color: #aaa393; text-decoration: none; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .10s; }
.delay-2 { transition-delay: .20s; }

@media (max-width: 980px) {
  nav a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 80px; }
  .hero-copy { text-align: center; }
  .rule { margin-left: auto; margin-right: auto; }
  .hero-lede { margin-left: auto; margin-right: auto; }
  .hero-actions { justify-content: center; }
  .hero-art { min-height: 520px; }
  .book-frame { width: min(90%, 470px); }
  .grid { grid-template-columns: repeat(2, 1fr); }
  .principle-wrap { grid-template-columns: 1fr; gap: 55px; }
  .footer-inner { grid-template-columns: 1fr; text-align: center; padding: 28px 0; gap: 8px; }
  .footer-inner a { justify-self: center; }
}

@media (max-width: 640px) {
  .section-shell, .site-header { width: min(calc(100% - 28px), var(--max)); }
  .site-header { min-height: 78px; }
  .brand { font-size: 9px; letter-spacing: .13em; }
  .nav-cta { font-size: 10px; }
  .hero { min-height: auto; padding: 64px 0 72px; gap: 30px; }
  .hero h1 { font-size: clamp(54px, 18vw, 82px); }
  .hero h1 span:first-child { font-size: .38em; }
  .subtitle { font-size: 11px; }
  .hero-lede { font-size: 16px; }
  .hero-art { min-height: 420px; }
  .book-frame { width: 100%; }
  .manifesto, .landscape, .principle, .quote-section { padding-top: 92px; padding-bottom: 92px; }
  .intro { font-size: 17px; }
  .grid { grid-template-columns: 1fr; }
  .card { min-height: 230px; }
  .card h3 { margin-top: 30px; }
  .coming-inner { padding: 60px 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* Official cover showcase */
.cover-showcase{padding-top:5.5rem;padding-bottom:6.5rem}
.cover-showcase .section-heading{margin-bottom:2.2rem}
.cover-pair{display:grid;grid-template-columns:minmax(0,.83fr) minmax(0,1.17fr);gap:clamp(1.5rem,4vw,4rem);align-items:start;max-width:1120px;margin:0 auto}
.cover-panel{margin:0;padding:0}
.cover-panel img{display:block;width:100%;height:auto;border:1px solid rgba(208,164,74,.28);box-shadow:0 30px 80px rgba(0,0,0,.55)}
.cover-panel figcaption{margin-top:.9rem;color:rgba(238,226,204,.55);font-size:.72rem;letter-spacing:.2em;text-transform:uppercase}
@media (max-width:760px){.cover-pair{grid-template-columns:1fr}.cover-panel{max-width:520px;margin-inline:auto}.cover-showcase{padding-top:4rem;padding-bottom:4rem}}
