:root {
  --night: #07151c;
  --night-2: #0b2630;
  --teal: #0f5960;
  --teal-bright: #2c9a97;
  --gold: #d6ad5b;
  --gold-soft: #f0d698;
  --cream: #f7f0df;
  --paper: #efe5d0;
  --muted: #abc0c3;
  --line: rgba(240, 214, 152, .24);
  --shadow: 0 40px 100px rgba(0,0,0,.42);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--cream);
  background:
    radial-gradient(circle at 78% 18%, rgba(44,154,151,.16), transparent 28%),
    radial-gradient(circle at 8% 85%, rgba(214,173,91,.09), transparent 28%),
    linear-gradient(145deg, #061116 0%, #071b23 52%, #09242a 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
body::after {
  content: "";
  position: fixed;
  inset: 14px;
  border: 1px solid rgba(214,173,91,.26);
  pointer-events: none;
  z-index: 50;
}
.grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .09;
  z-index: 40;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.38'/%3E%3C/svg%3E");
}
.orb { position: fixed; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.orb-one { width: 420px; height: 420px; right: -180px; top: 18%; border: 1px solid rgba(44,154,151,.20); }
.orb-two { width: 260px; height: 260px; left: -120px; bottom: 8%; border: 1px solid rgba(214,173,91,.17); }

a { color: inherit; }
.site-header, .hero, .manifesto, .newsletter, footer { width: min(1240px, calc(100% - 84px)); margin-inline: auto; }
.site-header {
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,.09);
}
.wordmark { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; text-transform: uppercase; letter-spacing: .18em; font-size: .76rem; font-weight: 700; }
.wordmark-symbol { width: 35px; height: 35px; display: grid; place-items: center; border: 1px solid var(--gold); color: var(--gold-soft); font-family: Georgia, serif; font-size: 1rem; transform: rotate(45deg); }
.wordmark-symbol::first-letter { transform: rotate(-45deg); }
.coming-soon { display: inline-flex; align-items: center; gap: 10px; padding: 10px 14px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; font-size: .66rem; letter-spacing: .14em; text-transform: uppercase; color: #c9dcdd; background: rgba(255,255,255,.035); }
.coming-soon i { width: 7px; height: 7px; border-radius: 50%; background: var(--teal-bright); box-shadow: 0 0 0 5px rgba(44,154,151,.12); }

.hero {
  min-height: 760px;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 72px;
  align-items: center;
  padding: 74px 0 92px;
}
.kicker { margin: 0 0 20px; color: var(--gold-soft); text-transform: uppercase; letter-spacing: .22em; font-size: .67rem; font-weight: 800; }
.logo-panel { width: min(510px, 92%); margin: 0 0 24px; padding: 14px 18px; border-left: 2px solid var(--gold); background: linear-gradient(90deg, rgba(247,240,223,.97), rgba(247,240,223,.88)); box-shadow: 0 14px 40px rgba(0,0,0,.2); }
.logo-panel img { display: block; width: 100%; height: auto; }
h1, h2, blockquote, .book-title { font-family: Georgia, "Times New Roman", serif; }
h1 { max-width: 760px; margin: 0; font-size: clamp(3rem, 5.4vw, 6.05rem); line-height: .97; font-weight: 400; letter-spacing: -.052em; }
h1 em { color: var(--gold-soft); font-weight: 400; }
.intro { max-width: 680px; margin: 28px 0 0; color: var(--muted); font-size: clamp(1.04rem, 1.45vw, 1.25rem); line-height: 1.8; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 0 23px; text-decoration: none; text-transform: uppercase; letter-spacing: .13em; font-size: .7rem; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-3px); }
.button-gold { color: #112129; background: linear-gradient(135deg, var(--gold-soft), var(--gold)); box-shadow: 0 14px 34px rgba(214,173,91,.18); }
.button-ghost { border: 1px solid rgba(247,240,223,.38); color: var(--cream); background: rgba(255,255,255,.025); }
.button-light { color: var(--night); background: var(--cream); }
.proof-row { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: 38px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.10); color: #89a9ad; font-size: .69rem; text-transform: uppercase; letter-spacing: .14em; }
.proof-row span:not(:last-child)::after { content: "◆"; margin-left: 22px; color: var(--gold); font-size: .45rem; vertical-align: middle; }

.visual { position: relative; min-height: 640px; display: grid; place-items: center; perspective: 1400px; }
.halo { position: absolute; border-radius: 50%; }
.halo-a { width: 510px; height: 510px; border: 1px solid rgba(44,154,151,.26); }
.halo-b { width: 395px; height: 395px; border: 1px solid rgba(214,173,91,.20); box-shadow: inset 0 0 80px rgba(44,154,151,.05); }
.book-shadow { position: absolute; width: 330px; height: 70px; bottom: 65px; border-radius: 50%; background: rgba(0,0,0,.6); filter: blur(30px); transform: rotate(-7deg); }
.book { position: relative; z-index: 4; width: 330px; height: 500px; transform-style: preserve-3d; transform: rotateY(-14deg) rotateZ(2deg); filter: drop-shadow(34px 42px 38px rgba(0,0,0,.45)); }
.book-spine { position: absolute; left: -28px; top: 6px; width: 31px; height: 488px; transform-origin: right center; transform: rotateY(-55deg); background: linear-gradient(90deg, #061b20, #0f5960 45%, #07181f); border-left: 1px solid rgba(240,214,152,.28); }
.book-face { position: absolute; inset: 0; overflow: hidden; padding: 32px 30px 26px; background:
  linear-gradient(145deg, rgba(255,255,255,.025), transparent 38%),
  radial-gradient(circle at 80% 18%, rgba(44,154,151,.34), transparent 30%),
  linear-gradient(160deg, #09232a, #06151b 65%);
  border: 1px solid rgba(240,214,152,.50); box-shadow: inset 0 0 0 10px #07171d, inset 0 0 0 11px rgba(214,173,91,.32); }
.book-face::before { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(214,173,91,.24); pointer-events: none; }
.book-face::after { content: ""; position: absolute; width: 270px; height: 270px; border: 1px solid rgba(44,154,151,.22); border-radius: 50%; right: -140px; top: 60px; }
.book-topline { position: relative; z-index: 2; color: var(--gold-soft); font-size: .56rem; letter-spacing: .19em; text-transform: uppercase; }
.book-title { position: relative; z-index: 2; margin-top: 52px; font-size: 3rem; line-height: .89; letter-spacing: -.055em; }
.book-title span { color: var(--gold-soft); font-size: .84em; }
.book-rule { position: relative; z-index: 2; width: 68px; height: 2px; margin: 22px 0 16px; background: var(--gold); }
.book-face p { position: relative; z-index: 2; margin: 0; width: 90%; color: #b9cdcf; font-size: .72rem; line-height: 1.6; }
.book-seal { position: absolute; z-index: 2; left: 30px; bottom: 36px; width: 56px; height: 56px; display: grid; place-items: center; border: 1px solid var(--gold); color: var(--gold-soft); font-family: Georgia, serif; transform: rotate(45deg); }
.book-seal::first-letter { transform: rotate(-45deg); }
.book-publisher { position: absolute; z-index: 2; right: 30px; bottom: 29px; width: 155px; text-align: right; color: #8da8ab; font-size: .52rem; line-height: 1.5; letter-spacing: .17em; text-transform: uppercase; }
.circuit { position: absolute; z-index: 1; border-color: rgba(44,154,151,.32); border-style: solid; }
.circuit-one { width: 130px; height: 130px; right: -34px; top: 140px; border-width: 1px 0 0 1px; transform: rotate(45deg); }
.circuit-two { width: 85px; height: 85px; left: -40px; bottom: 98px; border-width: 1px 1px 0 0; transform: rotate(45deg); }
.feature-card { position: absolute; z-index: 7; right: -18px; bottom: 32px; width: 250px; padding: 20px; border: 1px solid rgba(240,214,152,.28); background: rgba(8,27,34,.88); backdrop-filter: blur(14px); box-shadow: 0 24px 65px rgba(0,0,0,.35); }
.feature-card span { color: var(--gold-soft); text-transform: uppercase; letter-spacing: .18em; font-size: .55rem; }
.feature-card strong { display: block; margin-top: 8px; font-family: Georgia, serif; font-size: 1.18rem; font-weight: 400; }
.feature-card p { margin: 8px 0 0; color: #91adb0; font-size: .72rem; line-height: 1.55; }

.manifesto { padding: 104px 0 110px; border-top: 1px solid rgba(255,255,255,.09); }
.section-label { color: var(--gold-soft); text-transform: uppercase; letter-spacing: .22em; font-size: .64rem; font-weight: 800; }
blockquote { max-width: 980px; margin: 24px 0 72px; font-size: clamp(2.15rem, 4.1vw, 4.6rem); line-height: 1.08; letter-spacing: -.035em; color: #edf4ef; }
.manifesto-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; }
.manifesto-grid article { min-height: 255px; padding: 26px; border: 1px solid rgba(255,255,255,.10); background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.018)); }
.manifesto-grid b { color: var(--gold); font-size: .63rem; letter-spacing: .18em; }
.manifesto-grid h2 { margin: 56px 0 12px; font-size: 1.62rem; font-weight: 400; }
.manifesto-grid p { margin: 0; color: #9bb2b5; line-height: 1.72; font-size: .93rem; }

.newsletter { margin-bottom: 54px; padding: 48px 52px; display: flex; align-items: center; justify-content: space-between; gap: 40px; background: linear-gradient(115deg, #c59a48, #e4c176 55%, #f0dca7); color: #10242a; box-shadow: var(--shadow); }
.newsletter .kicker { margin-bottom: 12px; color: #536b65; }
.newsletter h2 { margin: 0; font-size: clamp(2rem, 3.2vw, 3.6rem); line-height: 1; font-weight: 400; letter-spacing: -.035em; }
.newsletter p:not(.kicker) { margin: 14px 0 0; color: #3f5b5f; }
footer { min-height: 90px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid rgba(255,255,255,.09); color: #78979a; text-transform: uppercase; letter-spacing: .13em; font-size: .61rem; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; gap: 22px; padding-top: 56px; }
  .visual { min-height: 620px; }
  .feature-card { right: 6%; }
  .manifesto-grid { grid-template-columns: 1fr; }
  .manifesto-grid article { min-height: 0; }
  .manifesto-grid h2 { margin-top: 30px; }
}
@media (max-width: 700px) {
  body::after { inset: 7px; }
  .site-header, .hero, .manifesto, .newsletter, footer { width: min(100% - 34px, 620px); }
  .site-header { height: 78px; }
  .wordmark { font-size: .62rem; }
  .coming-soon { padding: 8px 10px; font-size: .54rem; }
  .logo-panel { width: 100%; }
  .hero { padding: 46px 0 64px; }
  h1 { font-size: clamp(2.85rem, 13vw, 4.6rem); }
  .proof-row span::after { display: none; }
  .visual { min-height: 550px; transform: scale(.88); margin-inline: -30px; }
  .feature-card { right: 2%; bottom: 15px; }
  blockquote { margin-bottom: 46px; }
  .newsletter { padding: 34px 28px; flex-direction: column; align-items: flex-start; }
  footer { flex-direction: column; align-items: flex-start; justify-content: center; gap: 8px; }
}
@media (prefers-reduced-motion: no-preference) {
  .book { animation: float 6s ease-in-out infinite; }
  .halo-a { animation: pulse 7s ease-in-out infinite; }
  @keyframes float { 0%,100% { transform: rotateY(-14deg) rotateZ(2deg) translateY(0); } 50% { transform: rotateY(-10deg) rotateZ(1deg) translateY(-12px); } }
  @keyframes pulse { 0%,100% { opacity: .55; transform: scale(1); } 50% { opacity: 1; transform: scale(1.04); } }
}
