@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,500;0,600;0,700;0,800;1,600&family=Cormorant+Garamond:ital,wght@0,500;1,500&family=Inter:wght@400;500;600&display=swap");

:root {
  --ink: #080a0d;
  --paper: #e9e7e2;
  --mist: #bbb9b3;
  --blue: #4ca3d8;
  --red: #d13d42;
  --line: rgba(255, 255, 255, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ink);
  color: #f4f2ed;
  font-family: "Inter", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

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

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 88px;
  padding: 0 clamp(24px, 5vw, 78px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(to bottom, rgba(5, 7, 9, 0.72), transparent);
}

.wordmark {
  font: 800 22px/1 "Barlow Condensed", sans-serif;
  letter-spacing: 0.09em;
}

.wordmark span {
  color: var(--blue);
}

nav {
  display: flex;
  gap: 38px;
  color: #d5d3ce;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

nav a,
.nav-cta,
.text-link {
  transition: color 180ms ease;
}

nav a:hover,
.nav-cta:hover,
.text-link:hover {
  color: var(--blue);
}

.nav-cta {
  justify-self: end;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav-cta span {
  margin-left: 8px;
  color: var(--red);
}

.hero {
  min-height: 100vh;
  padding: 150px clamp(24px, 7vw, 110px) 70px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  align-items: center;
  gap: clamp(30px, 7vw, 110px);
  overflow: hidden;
  position: relative;
  background:
    radial-gradient(circle at 15% 30%, rgba(29, 90, 125, 0.18), transparent 29%),
    linear-gradient(118deg, #0b0e12 0%, #07090c 56%, #11080a 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, transparent 49.85%, rgba(255,255,255,.06) 50%, transparent 50.15%);
}

.hero-noise {
  position: absolute;
  inset: 0;
  opacity: 0.22;
  pointer-events: none;
  background-image: repeating-linear-gradient(0deg, transparent, transparent 3px, rgba(255,255,255,.015) 4px);
}

.hero-copy,
.cover-stage {
  position: relative;
  z-index: 2;
}

.eyebrow,
.section-index {
  color: var(--blue);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 870px;
  margin: 21px 0 28px;
  font: 700 clamp(58px, 7vw, 108px)/0.84 "Barlow Condensed", sans-serif;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.hero h1 em {
  color: transparent;
  -webkit-text-stroke: 1px rgba(244, 242, 237, 0.7);
  font-style: italic;
}

.hero-summary {
  max-width: 580px;
  color: #bbbcc0;
  font: 500 clamp(16px, 1.5vw, 20px)/1.6 "Inter", sans-serif;
}

.hero-actions {
  margin-top: 38px;
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}

.button {
  min-height: 53px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease;
}

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

.button-primary {
  background: #f0eee8;
  color: #0b0d10;
}

.button-primary:hover {
  background: var(--blue);
}

.text-link {
  color: #d5d3ce;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.text-link span {
  margin-left: 8px;
  color: var(--red);
}

.coming-soon {
  margin-top: 54px;
  display: flex;
  align-items: center;
  gap: 11px;
  color: #777b81;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.pulse {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 5px rgba(209, 61, 66, 0.1);
}

.cover-stage {
  min-height: 650px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cover {
  width: min(420px, 82%);
  position: relative;
  z-index: 3;
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: 0 44px 90px rgba(0, 0, 0, 0.65), 18px 8px 0 rgba(13, 18, 24, 0.9);
  transform: perspective(1100px) rotateY(-6deg) rotateX(1deg);
}

.cover-glow {
  position: absolute;
  width: 58%;
  height: 66%;
  filter: blur(65px);
  opacity: 0.22;
}

.cover-glow-blue {
  left: 2%;
  top: 10%;
  background: var(--blue);
}

.cover-glow-red {
  right: 0;
  bottom: 3%;
  background: var(--red);
}

.vertical-note {
  margin: 0;
  position: absolute;
  right: 0;
  top: 50%;
  color: #777b81;
  font-size: 9px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.story-section {
  padding: 110px clamp(24px, 7vw, 110px) 0;
  background: var(--paper);
  color: #111318;
}

.story-section .section-index {
  padding-bottom: 24px;
  border-bottom: 1px solid #c9c6bf;
  color: #686a6d;
}

.story-grid {
  padding: 72px 0 90px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(50px, 9vw, 150px);
}

.story-grid h2,
.trailer-heading h2,
.closing-section h2 {
  margin: 0;
  font: 700 clamp(48px, 5.8vw, 86px)/0.94 "Barlow Condensed", sans-serif;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.story-grid h2 span {
  color: transparent;
  -webkit-text-stroke: 1px rgba(17, 19, 24, 0.5);
}

.story-copy {
  color: #51545a;
  font-size: 16px;
  line-height: 1.8;
}

.story-copy .lead {
  margin-top: 0;
  color: #17191e;
  font: 500 27px/1.45 "Cormorant Garamond", serif;
}

.signal-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #c9c6bf;
}

.signal-row span {
  padding: 25px 16px;
  color: #5d6065;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-align: center;
  text-transform: uppercase;
  border-right: 1px solid #c9c6bf;
}

.signal-row span:last-child {
  border-right: 0;
}

.trailer-section {
  padding: 110px clamp(24px, 7vw, 110px) 120px;
  background: #0b0e12;
  overflow: hidden;
  position: relative;
}

.trailer-section::after {
  content: "PLAY";
  position: absolute;
  top: 30px;
  right: -10px;
  color: rgba(255,255,255,.018);
  font: 800 220px/1 "Barlow Condensed", sans-serif;
}

.section-index.light {
  color: #686d73;
}

.trailer-heading {
  margin: 24px 0 50px;
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  align-items: end;
  gap: 50px;
  position: relative;
  z-index: 2;
}

.trailer-heading h2 {
  max-width: 850px;
}

.trailer-heading p {
  max-width: 330px;
  color: #90949a;
  font-size: 14px;
  line-height: 1.7;
}

.video-frame {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  border: 1px solid rgba(255,255,255,.18);
  background: #000;
  box-shadow: 0 35px 90px rgba(0,0,0,.45);
}

.video-frame video {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.video-caption {
  padding: 17px 20px;
  display: flex;
  justify-content: space-between;
  color: #777b81;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.quote-section {
  min-height: 520px;
  padding: 80px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background:
    linear-gradient(rgba(5, 7, 9, .84), rgba(5, 7, 9, .92)),
    url('/media/alex-castle-cover.jpg') center 31% / cover;
  background-attachment: fixed;
}

.quote-section > p {
  height: 60px;
  margin: 0;
  color: var(--blue);
  font: 500 100px/1 "Cormorant Garamond", serif;
}

.quote-section blockquote {
  max-width: 870px;
  margin: 24px 0 30px;
  font: italic 500 clamp(36px, 5vw, 65px)/1.08 "Cormorant Garamond", serif;
}

.quote-section span {
  color: #8e9297;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .26em;
  text-transform: uppercase;
}

.author-section {
  min-height: 720px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--paper);
  color: #111318;
}

.author-portrait-wrap {
  min-height: 720px;
  overflow: hidden;
  position: relative;
  background: #101318;
}

.author-portrait-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 25%;
  filter: saturate(.75) contrast(1.08);
}

.portrait-label {
  position: absolute;
  left: 32px;
  bottom: 30px;
  padding: 12px 16px;
  background: rgba(8, 10, 13, .84);
  color: #dedbd4;
  font-size: 9px;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.author-copy {
  padding: 95px clamp(36px, 8vw, 120px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.author-copy .section-index {
  margin-bottom: 80px;
  color: #777a7e;
}

.author-copy .eyebrow {
  margin: 0 0 10px;
  color: var(--red);
}

.author-copy h2 {
  margin: 0 0 32px;
  font: 700 clamp(65px, 7vw, 110px)/.9 "Barlow Condensed", sans-serif;
  letter-spacing: -.03em;
  text-transform: uppercase;
}

.author-copy > p:not(.eyebrow) {
  max-width: 580px;
  color: #55585d;
  font: 500 22px/1.65 "Cormorant Garamond", serif;
}

.author-signature {
  margin-top: 38px;
  color: #1c2026;
  font: italic 500 34px/1 "Cormorant Garamond", serif;
}

.closing-section {
  min-height: 630px;
  padding: 100px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background:
    radial-gradient(circle at center, rgba(52, 99, 130, .18), transparent 35%),
    linear-gradient(135deg, #090b0e, #11080b);
}

.closing-section h2 {
  margin: 20px 0 46px;
  font-size: clamp(72px, 10vw, 145px);
  line-height: .78;
}

footer {
  min-height: 100px;
  padding: 30px clamp(24px, 5vw, 78px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  border-top: 1px solid var(--line);
  color: #70747a;
  font-size: 9px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

footer p:last-child {
  justify-self: end;
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 140px;
  }

  .hero-copy {
    text-align: center;
  }

  .hero-summary {
    margin-inline: auto;
  }

  .hero-actions {
    justify-content: center;
  }

  .coming-soon {
    justify-content: center;
  }

  .cover-stage {
    min-height: 580px;
  }

  .story-grid,
  .trailer-heading,
  .author-section {
    grid-template-columns: 1fr;
  }

  .trailer-heading {
    align-items: start;
  }

  .author-portrait-wrap {
    min-height: 600px;
  }

  footer {
    grid-template-columns: 1fr;
    text-align: center;
  }

  footer p:last-child {
    justify-self: center;
  }
}

@media (max-width: 600px) {
  .site-header {
    height: 72px;
    padding-inline: 20px;
  }

  .nav-cta {
    font-size: 10px;
  }

  .hero {
    min-height: auto;
    padding: 120px 20px 55px;
  }

  .hero h1 {
    font-size: clamp(53px, 16.4vw, 76px);
  }

  .hero-actions {
    flex-direction: column;
  }

  .cover-stage {
    min-height: 480px;
  }

  .cover {
    width: 78%;
  }

  .vertical-note {
    display: none;
  }

  .story-section,
  .trailer-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .story-grid {
    padding-top: 50px;
  }

  .signal-row {
    grid-template-columns: 1fr 1fr;
  }

  .signal-row span:nth-child(2) {
    border-right: 0;
  }

  .signal-row span:nth-child(-n+2) {
    border-bottom: 1px solid #c9c6bf;
  }

  .quote-section {
    min-height: 460px;
    background-attachment: scroll;
  }

  .author-portrait-wrap {
    min-height: 520px;
  }

  .author-copy {
    padding: 70px 24px;
  }

  .author-copy .section-index {
    margin-bottom: 55px;
  }

  .closing-section {
    min-height: 540px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: .01ms !important;
  }
}
