* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html { scroll-behavior: smooth; }

body {
  background: #06090b;
  color: #f2f4f3;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.65;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.film-grain {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 100;
  opacity: .045;
  background-image:
    radial-gradient(circle at 18% 21%, rgba(255,255,255,.9) 0 1px, transparent 1px),
    radial-gradient(circle at 62% 73%, rgba(255,255,255,.8) 0 1px, transparent 1px),
    radial-gradient(circle at 84% 41%, rgba(255,255,255,.65) 0 1px, transparent 1px);
  background-size: 160px 160px;
  mix-blend-mode: screen;
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  padding: 22px 7%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(6, 9, 11, .38);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,.07);
}

.brand {
  font-size: .78rem;
  letter-spacing: 4px;
  font-weight: 800;
  color: #e8edf0;
}

nav {
  display: flex;
  gap: 26px;
}

nav a {
  color: #d8dee0;
  font-size: .88rem;
  opacity: .86;
}

nav a:hover {
  opacity: 1;
  color: #ffffff;
}

.hero {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 140px 7% 90px;
  overflow: hidden;
  background: #030506;
}

.hero-background-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center 68%;
  opacity: .96;
  filter: saturate(.95) contrast(1.06);
  z-index: 0;
}

.hero-vignette {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(to right, rgba(0,0,0,.60), rgba(0,0,0,.10), rgba(0,0,0,.24)),
    linear-gradient(to top, rgba(6,9,11,.70) 0%, rgba(6,9,11,.16) 38%, rgba(6,9,11,.06) 100%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}

.hero-copy {
  max-width: 650px;
  margin-bottom: 12px;
}

.overline {
  color: #b9c8cc;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: .76rem;
  font-weight: 800;
  margin-bottom: 18px;
}

h1, h2 {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 400;
}

h1 {
  font-size: clamp(3.1rem, 6vw, 6.1rem);
  line-height: .9;
  letter-spacing: -3px;
  text-transform: uppercase;
  margin-bottom: 24px;
  text-shadow: 0 10px 45px rgba(0,0,0,.95);
}

.hero-tagline {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  color: #fff;
  line-height: 1.22;
  margin-bottom: 16px;
  text-shadow: 0 8px 24px rgba(0,0,0,.95);
}

.hero-description {
  color: #e0e7e9;
  max-width: 620px;
  font-size: 1.03rem;
  margin-bottom: 30px;
  text-shadow: 0 8px 24px rgba(0,0,0,.95);
}

.button-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.btn {
  display: inline-block;
  padding: 14px 26px;
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: .78rem;
  font-weight: 900;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: #d8dedf;
  color: #06090b;
}

.btn-primary:hover {
  background: #ffffff;
}

.btn-ghost {
  border: 1px solid rgba(255,255,255,.36);
  color: #f1f4f4;
  background: rgba(255,255,255,.04);
}

.section {
  padding: 115px 7%;
}

.container {
  max-width: 1180px;
  margin: 0 auto;
}

.narrow {
  max-width: 890px;
}

h2 {
  font-size: clamp(2.35rem, 5vw, 4.9rem);
  line-height: 1.05;
  letter-spacing: -2px;
  margin-bottom: 28px;
}

.section p {
  color: #c4ccce;
  font-size: 1.1rem;
  margin-bottom: 18px;
}

.premise {
  background:
    linear-gradient(180deg, #06090b, #0b1215),
    radial-gradient(circle at 80% 20%, rgba(180,204,209,.18), transparent 30%);
}

.premise-lines {
  margin-top: 42px;
}

.premise-lines p {
  font-family: Georgia, 'Times New Roman', serif;
  color: #eef3f3;
  font-size: clamp(1.45rem, 3vw, 2.5rem);
  line-height: 1.18;
  border-bottom: 1px solid rgba(255,255,255,.08);
  padding: 18px 0;
}

.story {
  background:
    linear-gradient(rgba(0,0,0,.58), rgba(0,0,0,.72)),
    radial-gradient(circle at center, rgba(163,190,196,.16), transparent 38%),
    #050708;
}

.story-panel {
  background: rgba(5, 9, 10, .72);
  border: 1px solid rgba(255,255,255,.10);
  padding: clamp(28px, 6vw, 64px);
  box-shadow: 0 35px 80px rgba(0,0,0,.35);
}

.story-panel p {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  color: #f1f4f4;
  line-height: 1.55;
}

.book-showcase {
  background: #081013;
}

.book-layout {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 64px;
  align-items: center;
}

.book-large {
  width: min(430px, 100%);
  margin: 0 auto;
  filter: drop-shadow(0 42px 60px rgba(0,0,0,.62));
}

.book-copy .quote {
  margin-top: 28px;
  padding-left: 22px;
  border-left: 3px solid rgba(231,246,250,.55);
  color: #fff;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.35rem;
}

.author-section {
  background:
    linear-gradient(135deg, #080d0f, #040506 70%);
}

.author-layout {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 80px;
  align-items: center;
}

.author-photo-wrap {
  max-width: 250px;
  border: 1px solid rgba(255,255,255,.12);
  padding: 28px 12px 12px;
  background: rgba(255,255,255,.035);
}

.author-photo {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center top;
  filter: grayscale(100%) contrast(1.08) brightness(.95);
}

.author-copy h3 {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 400;
  color: #e9eeee;
  font-size: 1.55rem;
  margin-bottom: 22px;
}

.final-cta {
  text-align: center;
  background:
    linear-gradient(rgba(0,0,0,.76), rgba(0,0,0,.86)),
    radial-gradient(circle at center, rgba(193,218,223,.22), transparent 38%),
    #050708;
}

.btn-large {
  margin-top: 18px;
  padding: 17px 40px;
}

.note {
  margin-top: 18px;
  font-size: .9rem !important;
  opacity: .7;
}

footer {
  background: #020303;
  text-align: center;
  padding: 34px 7%;
  color: #879295;
  font-size: .9rem;
}

@media (max-width: 950px) {
  .site-header {
    flex-direction: column;
    gap: 12px;
  }

  nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
  }

  .hero {
    padding-top: 170px;
    padding-bottom: 70px;
  }

  .hero-background-image {
    opacity: .82;
    object-position: center 62%;
  }

  .hero-vignette {
    background:
      linear-gradient(to right, rgba(0,0,0,.72), rgba(0,0,0,.24), rgba(0,0,0,.36)),
      linear-gradient(to top, rgba(6,9,11,.78) 0%, rgba(6,9,11,.18) 42%, rgba(6,9,11,.08) 100%);
  }

  .book-layout,
  .author-layout {
    grid-template-columns: 1fr;
  }

  .author-layout {
    gap: 34px;
  }

  .author-photo-wrap {
    max-width: 250px;
  }
}

@media (max-width: 600px) {
  .brand {
    letter-spacing: 2px;
  }

  h1 {
    letter-spacing: -2px;
  }

  .section {
    padding: 82px 7%;
  }

  .premise-lines p {
    font-size: 1.45rem;
  }

  .hero-copy {
    max-width: 100%;
  }

  .hero-background-image {
    opacity: .70;
    object-position: center 58%;
  }
}


.trailer-section {
  padding-top: 80px;
  padding-bottom: 80px;
  background: linear-gradient(to bottom, #06090b, #0a1014);
}

.video-wrap {
  margin-top: 30px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(0,0,0,.45);
  background: #000;
}

.video-wrap iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
}
