:root {
  --ink: #07070b;
  --paper: #eeeae2;
  --muted: #a4a0a7;
  --line: rgba(255, 255, 255, 0.14);
  --cyan: #36d9ef;
  --violet: #aa5cff;
  --ember: #ff6938;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }

.nav-shell {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 50%;
  width: min(1320px, calc(100% - 72px));
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 0;
  border-bottom: 1px solid rgba(255,255,255,.18);
}
.wordmark {
  font-size: 1.45rem;
  font-weight: 900;
  letter-spacing: .19em;
}
.wordmark span { color: var(--cyan); }
nav { display: flex; align-items: center; gap: 32px; font-size: .78rem; text-transform: uppercase; letter-spacing: .16em; font-weight: 700; }
nav a { transition: color .2s ease; }
nav a:hover { color: var(--cyan); }
.nav-cta { border: 1px solid rgba(255,255,255,.4); padding: 12px 17px; }

.hero {
  min-height: 100svh;
  position: relative;
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}
.hero-image {
  position: absolute;
  inset: 0;
  z-index: -3;
  background-image: url("/breadcrumbs-in-the-dark.jpg");
  background-size: cover;
  background-position: center 58%;
  transform: scale(1.035);
  animation: breathe 12s ease-in-out infinite alternate;
}
.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(4,5,11,.93) 0%, rgba(4,5,11,.62) 42%, rgba(4,5,11,.18) 72%),
    linear-gradient(0deg, #07070b 0%, transparent 24%, rgba(0,0,0,.22) 100%);
}
.hero-content { width: min(1320px, calc(100% - 72px)); margin: 100px auto 0; }
.eyebrow { margin: 0 0 18px; color: var(--cyan); font-size: .72rem; font-weight: 800; letter-spacing: .28em; text-transform: uppercase; }
.hero h1, .release-copy h2, .video-heading h2, .story h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: .88;
  letter-spacing: -.055em;
}
.hero h1 { max-width: 830px; font-size: clamp(4.7rem, 9.5vw, 9.5rem); }
.hero-copy { max-width: 570px; margin: 30px 0 34px; color: #d2cfd2; font-size: clamp(1rem, 1.4vw, 1.2rem); line-height: 1.65; }
.actions { display: flex; flex-wrap: wrap; gap: 13px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 23px; font-size: .76rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--paper); color: #0a0a0e; }
.button-primary:hover { background: #fff; }
.button-ghost { border: 1px solid rgba(255,255,255,.35); backdrop-filter: blur(8px); }
.play { margin-right: 11px; font-size: .68rem; color: var(--ember); }
.scroll-cue { position: absolute; right: 38px; bottom: 76px; margin: 0; writing-mode: vertical-rl; font-size: .63rem; letter-spacing: .27em; color: rgba(255,255,255,.58); }

.section { width: min(1200px, calc(100% - 72px)); margin: 0 auto; padding: 130px 0; }
.section-number { margin-bottom: 58px; padding-bottom: 15px; border-bottom: 1px solid var(--line); color: #727078; font-size: .67rem; letter-spacing: .23em; }
.release-grid { display: grid; grid-template-columns: minmax(300px, .9fr) 1fr; align-items: center; gap: clamp(60px, 9vw, 140px); }
.cover-wrap { position: relative; }
.cover-wrap img { position: relative; z-index: 1; display: block; width: 100%; box-shadow: 0 30px 90px rgba(0,0,0,.56); }
.cover-glow { position: absolute; inset: 9% -8% -9% 12%; background: linear-gradient(145deg, rgba(39,202,229,.28), rgba(177,66,237,.15), rgba(255,92,46,.27)); filter: blur(55px); }
.ember { color: var(--ember); }
.release-copy h2 { font-size: clamp(3.6rem, 7vw, 7rem); }
.release-copy > p:not(.eyebrow) { max-width: 610px; margin: 30px 0; color: var(--muted); font-size: 1.04rem; line-height: 1.75; }
.release-details { margin: 34px 0; border-top: 1px solid var(--line); }
.release-details div { display: grid; grid-template-columns: 110px 1fr; padding: 15px 0; border-bottom: 1px solid var(--line); }
.release-details dt { color: #77747c; font-size: .68rem; letter-spacing: .17em; text-transform: uppercase; }
.release-details dd { margin: 0; font-size: .88rem; }
.text-link { display: inline-block; color: var(--cyan); border-bottom: 1px solid rgba(54,217,239,.45); padding-bottom: 6px; font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

.video-section { padding: 110px max(36px, calc((100vw - 1200px) / 2)); background: #0d0d14; }
.video-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 45px; }
.video-heading h2 { font-size: clamp(3.5rem, 7vw, 7rem); }
.video-heading > p { max-width: 270px; margin: 0 0 9px; color: var(--muted); line-height: 1.6; }
.video-frame { position: relative; aspect-ratio: 16 / 9; border: 1px solid rgba(255,255,255,.18); background: #000; box-shadow: 0 40px 100px rgba(0,0,0,.45); }
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

.story { min-height: 720px; display: flex; flex-direction: column; justify-content: center; }
.story-inner { max-width: 970px; margin-left: auto; }
.violet { color: var(--violet); }
.story h2 { font-size: clamp(4rem, 8vw, 8.4rem); }
.story h2 em { color: #8a8790; font-weight: 400; }
.story-inner > p:last-child { max-width: 590px; margin: 38px 0 0 auto; color: var(--muted); font-size: 1.08rem; line-height: 1.8; }

footer { display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: end; width: min(1320px, calc(100% - 72px)); margin: 0 auto; padding: 52px 0 35px; border-top: 1px solid var(--line); }
.footer-mark { font-size: clamp(2.2rem, 5vw, 4.5rem); }
.socials { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 22px; font-size: .73rem; letter-spacing: .13em; text-transform: uppercase; }
.socials a:hover { color: var(--cyan); }
footer p, footer small { color: #64616a; font-size: .68rem; letter-spacing: .1em; }
footer small { text-align: right; }

@keyframes breathe { from { transform: scale(1.035); } to { transform: scale(1.08); } }

@media (max-width: 800px) {
  .nav-shell, .hero-content, .section, footer { width: min(100% - 38px, 680px); }
  .nav-shell { padding: 21px 0; }
  nav > a:not(.nav-cta) { display: none; }
  .nav-cta { padding: 10px 12px; }
  .hero { min-height: 820px; }
  .hero-image { background-position: 59% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(4,5,11,.9), rgba(4,5,11,.38)), linear-gradient(0deg, #07070b 0%, transparent 30%); }
  .hero h1 { font-size: clamp(4rem, 19vw, 6.4rem); }
  .hero-copy { max-width: 84%; }
  .scroll-cue { display: none; }
  .section { padding: 90px 0; }
  .section-number { margin-bottom: 40px; }
  .release-grid { grid-template-columns: 1fr; gap: 55px; }
  .cover-wrap { max-width: 520px; }
  .video-section { padding: 80px 19px; }
  .video-heading { display: block; }
  .video-heading > p { margin-top: 18px; }
  .story { min-height: auto; }
  .story-inner > p:last-child { margin-left: 0; }
  footer { grid-template-columns: 1fr; }
  .socials { justify-content: flex-start; }
  footer small { text-align: left; }
}

@media (max-width: 480px) {
  .hero-content { margin-top: 65px; }
  .hero h1 { font-size: 3.85rem; }
  .actions { align-items: stretch; flex-direction: column; width: 100%; }
  .button { width: 100%; }
  .release-copy h2 { font-size: 3.35rem; }
  .story h2 { font-size: 3.5rem; }
  .socials { gap: 15px; }
}

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