:root {
  --night: #050816;
  --night-soft: #0a1025;
  --ink: #b8e7e3;
  --paper: #050816;
  --paper-deep: #080d20;
  --reading-strong: #dcfffb;
  --reading-muted: #79aaa9;
  --muted: #9aa7be;
  --cyan: #4de2ff;
  --header-height: 76px;
  --font-interface: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-reading: Georgia, "Times New Roman", Times, serif;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
  background: var(--night);
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--night);
  color: #f7f9ff;
  font-family: var(--font-interface);
  text-rendering: optimizeLegibility;
}

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

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

button,
summary {
  font: inherit;
}

::selection {
  background: rgba(77, 226, 255, 0.28);
  color: inherit;
}

:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 200;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  border-radius: 8px;
  background: white;
  color: #060914;
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  height: var(--header-height);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(5, 8, 22, 0.78);
  backdrop-filter: blur(18px) saturate(135%);
}

.header-inner {
  width: min(1440px, calc(100% - 48px));
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  min-width: max-content;
}

.wordmark > span:last-child {
  display: grid;
  gap: 2px;
}

.wordmark strong {
  color: #f7f9ff;
  font-size: 0.9rem;
  font-weight: 750;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.wordmark small {
  color: #8290a9;
  font-size: 0.62rem;
  font-weight: 650;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.wordmark-orbit {
  position: relative;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(77, 226, 255, 0.7);
  border-radius: 50%;
  box-shadow: inset 0 0 16px rgba(77, 226, 255, 0.12), 0 0 18px rgba(77, 226, 255, 0.08);
}

.wordmark-orbit::before {
  content: "";
  position: absolute;
  inset: 9px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 14px var(--cyan);
}

.wordmark-orbit::after {
  content: "";
  position: absolute;
  top: 15px;
  left: -6px;
  width: 44px;
  border-top: 1px solid rgba(195, 131, 255, 0.95);
  transform: rotate(-18deg);
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  color: #c8d1e4;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.primary-nav > a,
.story-menu > summary {
  transition: color 160ms ease;
}

.primary-nav > a:hover,
.story-menu > summary:hover {
  color: white;
}

.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: #65728a;
  font-size: 0.65rem;
  letter-spacing: 0.1em;
}

.language-switch a {
  color: #8e9bb2;
  transition: color 160ms ease, text-shadow 160ms ease;
}

.language-switch a:hover {
  color: white;
}

.language-switch a[aria-current="page"] {
  color: var(--cyan);
  text-shadow: 0 0 14px rgba(77, 226, 255, 0.5);
}

.story-menu {
  position: relative;
}

.story-menu > summary {
  display: flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
  list-style: none;
}

.story-menu > summary::-webkit-details-marker {
  display: none;
}

.story-menu[open] > summary span {
  transform: rotate(180deg);
}

.story-menu-panel {
  position: absolute;
  top: 36px;
  right: 0;
  width: min(820px, calc(100vw - 48px));
  max-height: min(720px, calc(100vh - 110px));
  overflow: auto;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 18px;
  background: rgba(7, 11, 27, 0.97);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55);
  text-transform: none;
}

.story-menu-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 0 4px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.story-menu-heading span {
  color: var(--cyan);
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.story-menu-heading strong {
  color: white;
  font-size: 1.1rem;
  letter-spacing: -0.01em;
}

.story-menu-panel ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5px 20px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.story-menu-panel li a {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  align-items: center;
  gap: 11px;
  min-height: 56px;
  padding: 8px 10px;
  border-radius: 10px;
  color: #e7ecf6;
  transition: background 160ms ease, transform 160ms ease;
}

.story-menu-panel li a:hover {
  background: color-mix(in srgb, var(--menu-accent) 12%, transparent);
  transform: translateX(2px);
}

.story-menu-panel li a > span:first-child {
  color: var(--menu-accent);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.story-menu-panel li a > span:last-child {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.story-menu-panel li strong {
  overflow: hidden;
  font-size: 0.81rem;
  letter-spacing: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.story-menu-panel li small {
  overflow: hidden;
  color: #78869f;
  font-size: 0.66rem;
  letter-spacing: 0.04em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.album-hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  background: #060916;
}

.album-hero-image {
  position: absolute;
  z-index: -3;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  animation: hero-arrival 1.3s cubic-bezier(0.2, 0.7, 0.25, 1) both;
}

.album-hero-shade {
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 7, 18, 0.99) 0%, rgba(4, 7, 18, 0.94) 32%, rgba(4, 7, 18, 0.48) 61%, rgba(4, 7, 18, 0.15) 100%),
    linear-gradient(0deg, rgba(4, 7, 18, 0.74) 0%, transparent 46%);
}

.album-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.3) 0.7px, transparent 0.7px);
  background-size: 5px 5px;
  opacity: 0.08;
  pointer-events: none;
}

.album-hero-content {
  width: min(1440px, calc(100% - 48px));
  margin: 0 auto;
  padding-top: clamp(150px, 19vh, 230px);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 22px;
  color: var(--cyan);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.5;
  text-transform: uppercase;
}

.eyebrow > span {
  display: inline-block;
  width: 42px;
  height: 1px;
  background: currentColor;
  box-shadow: 0 0 10px currentColor;
}

.album-hero h1 {
  max-width: 790px;
  margin: 0;
  font-family: var(--font-reading);
  font-size: clamp(3rem, 6.2vw, 6.7rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.94;
  text-wrap: balance;
}

.album-intro {
  max-width: 650px;
  margin: 32px 0 0;
  color: #bcc6d8;
  font-family: var(--font-reading);
  font-size: clamp(1.05rem, 1.5vw, 1.28rem);
  line-height: 1.7;
}

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

.primary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid rgba(77, 226, 255, 0.55);
  border-radius: 4px;
  background: rgba(77, 226, 255, 0.11);
  color: white;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.primary-link:hover {
  background: rgba(77, 226, 255, 0.2);
  box-shadow: 0 0 30px rgba(77, 226, 255, 0.13);
  transform: translateY(-2px);
}

.text-link {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  color: #dce4f3;
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.album-stats {
  display: flex;
  gap: 46px;
  margin: 64px 0 0;
}

.album-stats div {
  display: grid;
  gap: 7px;
}

.album-stats dt {
  order: 2;
  color: #727f98;
  font-size: 0.62rem;
  font-weight: 750;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.album-stats dd {
  margin: 0;
  color: white;
  font-family: var(--font-reading);
  font-size: 1.25rem;
}

.scroll-cue {
  position: absolute;
  right: 48px;
  bottom: 0;
  display: grid;
  place-items: center;
  width: 1px;
  height: 92px;
  background: rgba(255, 255, 255, 0.18);
}

.scroll-cue span {
  position: absolute;
  top: 0;
  width: 1px;
  height: 34px;
  background: var(--cyan);
  box-shadow: 0 0 8px var(--cyan);
  animation: signal-fall 2.2s ease-in-out infinite;
}

.collection-section {
  padding: 120px 0 150px;
  background:
    radial-gradient(circle at 80% 0%, rgba(92, 61, 187, 0.13), transparent 28%),
    radial-gradient(circle at 10% 36%, rgba(23, 157, 194, 0.08), transparent 24%),
    #070b19;
}

.section-heading {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto 60px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: end;
  gap: 80px;
}

.section-heading h2 {
  margin: 0;
  font-family: var(--font-reading);
  font-size: clamp(2.6rem, 5vw, 5rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1;
}

.section-heading > p {
  margin: 0 0 4px;
  color: #8f9cb3;
  font-family: var(--font-reading);
  font-size: 1.08rem;
  line-height: 1.75;
}

.story-grid {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 56px 28px;
  list-style: none;
}

.story-card {
  display: block;
}

.story-card-art {
  position: relative;
  aspect-ratio: 2 / 3;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #101527;
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.28);
}

.story-card-art::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 28%;
  background: linear-gradient(transparent, rgba(5, 8, 20, 0.65));
  pointer-events: none;
}

.story-card-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1), filter 350ms ease;
}

.story-card:hover .story-card-art img {
  transform: scale(1.035);
  filter: saturate(1.08);
}

.story-number {
  position: absolute;
  z-index: 2;
  right: 15px;
  bottom: 12px;
  color: var(--card-accent);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-shadow: 0 0 12px var(--card-accent);
}

.story-card-copy {
  padding: 20px 3px 0;
}

.story-card-copy > p {
  margin: 0 0 8px;
  color: var(--card-accent);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.story-card h3 {
  margin: 0;
  color: #f4f6fc;
  font-family: var(--font-reading);
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.18;
}

.story-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
  padding-top: 13px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #7e8aa0;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.story-card-meta i {
  color: var(--card-accent);
  font-style: normal;
  font-size: 1rem;
  transition: transform 180ms ease;
}

.story-card:hover .story-card-meta i {
  transform: translateX(4px);
}

.manifesto {
  position: relative;
  overflow: hidden;
  padding: 160px 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  background: #050815;
  text-align: center;
  isolation: isolate;
}

.manifesto::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: radial-gradient(circle at center, rgba(77, 226, 255, 0.08), transparent 35%);
}

.manifesto p {
  margin: 0 0 28px;
  color: var(--cyan);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.manifesto blockquote {
  max-width: 920px;
  margin: 0 auto;
  font-family: var(--font-reading);
  font-size: clamp(2rem, 4.5vw, 4.5rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.13;
  text-wrap: balance;
}

.manifesto > span {
  display: block;
  margin-top: 34px;
  color: #778399;
  font-size: 0.65rem;
  font-weight: 750;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.manifesto-orbit {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: min(78vw, 980px);
  aspect-ratio: 1;
  border: 1px solid rgba(116, 96, 232, 0.12);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(-14deg) scaleY(0.34);
}

.story-hero {
  position: relative;
  min-height: min(820px, 86svh);
  overflow: hidden;
  background: #060918;
  isolation: isolate;
}

.story-hero-backdrop {
  position: absolute;
  z-index: -2;
  inset: 0;
  background-image: var(--story-hero);
  background-position: center;
  background-size: cover;
  animation: hero-arrival 1.3s cubic-bezier(0.2, 0.7, 0.25, 1) both;
}

.story-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 7, 18, 0.97) 0%, rgba(4, 7, 18, 0.82) 39%, rgba(4, 7, 18, 0.22) 72%, rgba(4, 7, 18, 0.14) 100%),
    linear-gradient(0deg, rgba(4, 7, 18, 0.82), transparent 35%);
}

.story-hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  right: 7vw;
  bottom: -1px;
  width: 1px;
  height: 36%;
  background: linear-gradient(transparent, var(--story-accent));
  box-shadow: 0 0 12px color-mix(in srgb, var(--story-accent) 60%, transparent);
}

.story-hero-grid {
  position: relative;
  z-index: 1;
  width: min(1320px, calc(100% - 48px));
  min-height: min(820px, 86svh);
  margin: 0 auto;
  padding-top: calc(var(--header-height) + 78px);
  padding-bottom: 78px;
  display: grid;
  grid-template-columns: minmax(0, 780px) 1fr;
  align-items: end;
  gap: 40px;
}

.breadcrumb {
  display: inline-block;
  margin-bottom: 52px;
  color: #aab5c9;
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.story-index {
  margin: 0 0 22px;
  color: var(--story-accent);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.story-hero h1 {
  max-width: 800px;
  margin: 0;
  font-family: var(--font-reading);
  font-size: clamp(3.4rem, 7vw, 7.2rem);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 0.92;
  text-wrap: balance;
}

.story-kicker {
  margin: 30px 0 0;
  color: #b6c0d1;
  font-family: var(--font-reading);
  font-size: clamp(1.05rem, 1.6vw, 1.28rem);
}

.story-kicker strong {
  color: white;
  font-weight: 400;
}

.story-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 11px 26px;
  margin-top: 28px;
  color: #8491a7;
  font-size: 0.66rem;
  font-weight: 720;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.story-meta span + span::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  margin: 0 13px 2px 0;
  border-radius: 50%;
  background: var(--story-accent);
  box-shadow: 0 0 8px var(--story-accent);
}

.read-start {
  align-self: end;
  justify-self: end;
  display: grid;
  place-items: center;
  width: 96px;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  color: white;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.read-start span {
  display: block;
  color: var(--story-accent);
  font-size: 1.2rem;
}

.story-shell {
  position: relative;
  display: grid;
  grid-template-columns: 74px minmax(0, 760px);
  justify-content: center;
  gap: 62px;
  padding: 120px 32px 145px;
  background:
    radial-gradient(circle at 72% 12%, rgba(77, 226, 255, 0.055), transparent 30%),
    linear-gradient(90deg, rgba(77, 226, 255, 0.025) 1px, transparent 1px),
    var(--paper);
  background-size: 48px 48px;
  color: var(--ink);
}

.chapter-rail {
  position: sticky;
  top: 125px;
  align-self: start;
  display: grid;
  justify-items: center;
  color: var(--reading-muted);
  font-size: 0.65rem;
  font-weight: 850;
  letter-spacing: 0.14em;
}

.chapter-rail span {
  color: var(--story-accent);
  filter: saturate(0.82) brightness(1.12);
}

.chapter-rail i {
  display: block;
  width: 1px;
  height: 130px;
  margin: 14px 0;
  background: linear-gradient(var(--story-accent), rgba(121, 214, 209, 0.14));
}

.chapter-rail small {
  font-size: inherit;
}

.story-prose {
  min-width: 0;
  font-family: var(--font-reading);
}

.story-prose-header {
  margin-bottom: 64px;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(146, 239, 233, 0.16);
}

.story-prose-header p {
  margin: 0 0 18px;
  color: var(--reading-muted);
  font-family: var(--font-interface);
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.story-prose-header h2 {
  margin: 0;
  color: var(--reading-strong);
  font-size: clamp(2.25rem, 5vw, 3.7rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.03;
}

.story-prose-header > span {
  display: block;
  margin-top: 14px;
  color: #8bc1bf;
  font-size: 1rem;
  font-style: italic;
}

.story-paragraph-wrap > p {
  margin: 0 0 1.25em;
  color: var(--ink);
  font-size: clamp(1.12rem, 1.7vw, 1.27rem);
  letter-spacing: 0.002em;
  line-height: 1.83;
  hyphens: auto;
}

.story-paragraph-wrap > p.opening-paragraph {
  color: #cdf4f0;
  font-size: clamp(1.2rem, 1.9vw, 1.38rem);
  line-height: 1.75;
}

.opening-paragraph::first-letter {
  float: left;
  margin: 0.08em 0.12em 0 0;
  color: #8ff1e9;
  font-size: 4.4em;
  line-height: 0.72;
}

.story-illustration {
  width: min(1000px, calc(100vw - 48px));
  margin: 92px 0;
  margin-left: 50%;
  display: grid;
  grid-template-columns: minmax(0, 410px) minmax(230px, 1fr);
  align-items: end;
  gap: 46px;
  padding: 40px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(circle at 30% 28%, color-mix(in srgb, var(--story-accent) 18%, transparent), transparent 35%),
    #080d20;
  color: white;
  transform: translateX(-50%);
  box-shadow: 0 30px 70px rgba(12, 17, 31, 0.22);
}

.cover-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--story-accent) 55%, rgba(255,255,255,0.1));
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.5);
}

.cover-frame::before,
.cover-frame::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 28px;
  height: 28px;
  border-color: var(--story-accent);
}

.cover-frame::before {
  top: 10px;
  left: 10px;
  border-top: 1px solid;
  border-left: 1px solid;
}

.cover-frame::after {
  right: 10px;
  bottom: 10px;
  border-right: 1px solid;
  border-bottom: 1px solid;
}

.cover-frame img {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.story-illustration figcaption {
  display: grid;
  gap: 13px;
  padding-bottom: 12px;
  font-family: var(--font-interface);
}

.story-illustration figcaption span {
  color: var(--story-accent);
  font-size: 0.65rem;
  font-weight: 850;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.story-illustration figcaption strong {
  font-family: var(--font-reading);
  font-size: clamp(2rem, 4.5vw, 4rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.story-illustration figcaption small {
  max-width: 280px;
  color: #8390a8;
  font-family: var(--font-reading);
  font-size: 0.9rem;
  font-style: italic;
  line-height: 1.5;
}

.story-endmark {
  margin: 80px 0 0;
  color: color-mix(in srgb, var(--story-accent) 65%, #78c9c4);
  font-size: 1.2rem;
  text-align: center;
}

.video-section {
  padding: 110px 24px 120px;
  background:
    radial-gradient(circle at 72% 30%, color-mix(in srgb, var(--story-accent) 13%, transparent), transparent 28%),
    #070b19;
}

.video-heading,
.video-frame,
.video-placeholder {
  width: min(1060px, 100%);
  margin-inline: auto;
}

.video-heading {
  margin-bottom: 38px;
}

.video-heading h2 {
  margin: 0;
  font-family: var(--font-reading);
  font-size: clamp(2.8rem, 6vw, 5.7rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 1;
}

.video-heading > p:last-child {
  margin: 18px 0 0;
  color: #8d99af;
  font-family: var(--font-reading);
  font-size: 1.05rem;
}

.video-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--story-accent) 36%, rgba(255,255,255,0.1));
  background: #02040b;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.35);
}

.video-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.video-placeholder {
  position: relative;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 42px;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--story-accent) 35%, rgba(255,255,255,0.1));
  background:
    linear-gradient(135deg, rgba(255,255,255,0.035), transparent),
    repeating-linear-gradient(90deg, transparent 0 42px, rgba(255,255,255,0.018) 42px 43px),
    #080d20;
}

.video-placeholder::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, color-mix(in srgb, var(--story-accent) 10%, transparent), transparent 40%);
}

.play-mark {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 74px;
  aspect-ratio: 1;
  border: 1px solid var(--story-accent);
  border-radius: 50%;
  color: var(--story-accent);
  box-shadow: 0 0 28px color-mix(in srgb, var(--story-accent) 18%, transparent);
}

.video-placeholder > div:last-child {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 9px;
}

.video-placeholder strong {
  font-family: var(--font-reading);
  font-size: 1.55rem;
  font-weight: 400;
}

.video-placeholder span {
  color: #8490a7;
  font-family: var(--font-reading);
  line-height: 1.5;
}

.story-pager {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: #050815;
}

.pager-card {
  position: relative;
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px clamp(28px, 6vw, 90px);
  transition: background 180ms ease;
}

.pager-card + .pager-card,
.pager-spacer + .pager-card {
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.pager-card:hover {
  background: rgba(255, 255, 255, 0.025);
}

.pager-card.next {
  text-align: right;
  align-items: flex-end;
}

.pager-card > span {
  margin-bottom: 14px;
  color: var(--story-accent);
  font-size: 0.64rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.pager-card strong {
  font-family: var(--font-reading);
  font-size: clamp(1.7rem, 3vw, 3rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.pager-card small {
  margin-top: 9px;
  color: #758198;
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.site-footer {
  padding: 70px 24px;
  background: #03050d;
}

.footer-inner {
  width: min(1240px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr) minmax(270px, 0.8fr);
  gap: clamp(38px, 5vw, 70px);
}

.footer-inner > div:first-child {
  display: grid;
  justify-items: start;
}

.footer-signal {
  width: 86px;
  height: 2px;
  margin-bottom: 20px;
  background: linear-gradient(90deg, var(--cyan), transparent);
  box-shadow: -10px 0 16px rgba(77, 226, 255, 0.3);
}

.footer-inner strong {
  font-family: var(--font-reading);
  font-size: 1.5rem;
  font-weight: 400;
}

.footer-inner p {
  max-width: 560px;
  margin: 8px 0 0;
  color: #6f7b91;
  font-size: 0.75rem;
  line-height: 1.6;
}

.footer-meta {
  display: grid;
  align-content: start;
  justify-items: end;
  text-align: right;
}

.footer-meta a {
  margin-bottom: 8px;
  color: #d8dfed;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.footer-meta button {
  margin: 0 0 18px;
  padding: 0;
  border: 0;
  background: none;
  color: #8fbcb8;
  cursor: pointer;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.footer-meta a:hover,
.footer-meta button:hover {
  color: var(--cyan);
}

.footer-legal {
  padding-left: clamp(24px, 3vw, 48px);
  border-left: 1px solid rgba(77, 226, 255, 0.16);
}

.footer-legal h2 {
  margin: 0 0 20px;
  color: var(--cyan);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.footer-legal p {
  margin-bottom: 5px;
}

.footer-legal p strong {
  color: #d8dfed;
  font-family: var(--font-interface);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.footer-legal address {
  color: #8995aa;
  font-size: 0.75rem;
  font-style: normal;
  line-height: 1.65;
}

.footer-legal dl {
  display: grid;
  gap: 7px;
  margin: 17px 0 0;
}

.footer-legal dl div {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 10px;
}

.footer-legal dt,
.footer-legal dd {
  margin: 0;
  font-size: 0.72rem;
  line-height: 1.5;
}

.footer-legal dt {
  color: #68758c;
}

.footer-legal dd a {
  color: #b9deda;
  overflow-wrap: anywhere;
  transition: color 160ms ease;
}

.footer-legal dd a:hover {
  color: var(--cyan);
}

.privacy-banner {
  position: fixed;
  z-index: 300;
  right: 20px;
  bottom: 20px;
  left: 20px;
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  padding: 24px;
  border: 1px solid rgba(77, 226, 255, 0.28);
  border-radius: 16px;
  background: rgba(5, 8, 22, 0.97);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.65), 0 0 42px rgba(77, 226, 255, 0.06);
  backdrop-filter: blur(18px);
}

.privacy-banner-copy {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.privacy-banner-signal {
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  margin-top: 8px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 18px var(--cyan);
}

.privacy-banner h2,
.privacy-modal h2 {
  margin: 0;
  color: var(--reading-strong);
  font-family: var(--font-reading);
  font-size: 1.45rem;
  font-weight: 400;
}

.privacy-banner p {
  max-width: 680px;
  margin: 7px 0 0;
  color: #9cabc0;
  font-size: 0.83rem;
  line-height: 1.6;
}

.privacy-banner p a,
.privacy-modal-link {
  color: #a7e6e0;
  text-decoration: underline;
  text-decoration-color: rgba(77, 226, 255, 0.35);
  text-underline-offset: 3px;
}

.privacy-banner-actions,
.privacy-modal-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.privacy-button {
  min-height: 43px;
  padding: 0 16px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 0.68rem;
  font-weight: 820;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.privacy-button.primary {
  border: 1px solid rgba(77, 226, 255, 0.62);
  background: rgba(77, 226, 255, 0.15);
  color: #f3fffe;
}

.privacy-button.primary:hover {
  background: rgba(77, 226, 255, 0.25);
}

.privacy-button.secondary {
  border: 1px solid rgba(255, 255, 255, 0.17);
  background: rgba(255, 255, 255, 0.035);
  color: #b9c4d6;
}

.privacy-button.secondary:hover {
  border-color: rgba(255, 255, 255, 0.36);
  color: white;
}

.privacy-modal-backdrop {
  position: fixed;
  z-index: 320;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(1, 3, 10, 0.82);
  backdrop-filter: blur(8px);
}

.privacy-modal {
  width: min(620px, 100%);
  max-height: calc(100svh - 40px);
  overflow: auto;
  padding: clamp(26px, 5vw, 46px);
  border: 1px solid rgba(77, 226, 255, 0.28);
  border-radius: 18px;
  background: #070b19;
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.75);
}

.privacy-modal .eyebrow {
  margin-bottom: 14px;
}

.privacy-modal h2 {
  font-size: clamp(2rem, 6vw, 3.25rem);
}

.privacy-modal-intro {
  margin: 18px 0 30px;
  color: #9ca9bd;
  font-family: var(--font-reading);
  line-height: 1.65;
}

.privacy-option {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.privacy-option > div {
  display: grid;
  gap: 6px;
}

.privacy-option strong {
  color: #e4fffc;
  font-size: 0.94rem;
}

.privacy-option p {
  margin: 0;
  color: #8290a6;
  font-size: 0.78rem;
  line-height: 1.55;
}

.privacy-option.required > span {
  color: #8bd7d1;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.privacy-option input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.privacy-toggle {
  position: relative;
  width: 46px;
  height: 26px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: #11182b;
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease;
}

.privacy-toggle::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #718097;
  transition: transform 160ms ease, background 160ms ease;
}

.privacy-option input:checked + .privacy-toggle {
  border-color: rgba(77, 226, 255, 0.65);
  background: rgba(77, 226, 255, 0.18);
}

.privacy-option input:checked + .privacy-toggle::after {
  background: var(--cyan);
  box-shadow: 0 0 12px rgba(77, 226, 255, 0.5);
  transform: translateX(20px);
}

.privacy-option input:focus-visible + .privacy-toggle {
  outline: 2px solid var(--cyan);
  outline-offset: 4px;
}

.privacy-modal-actions {
  margin-top: 28px;
}

.privacy-modal-link {
  display: inline-block;
  margin-top: 24px;
  font-size: 0.73rem;
}

.video-consent > div:last-child {
  max-width: 520px;
}

.video-consent .privacy-button {
  justify-self: start;
  margin-top: 8px;
}

.legal-page {
  background: var(--night);
}

.legal-hero {
  min-height: 520px;
  padding: calc(var(--header-height) + 110px) 24px 90px;
  display: grid;
  align-items: end;
  background:
    radial-gradient(circle at 76% 32%, rgba(77, 226, 255, 0.12), transparent 24%),
    radial-gradient(circle at 64% 70%, rgba(143, 82, 219, 0.09), transparent 30%),
    linear-gradient(90deg, rgba(255,255,255,0.022) 1px, transparent 1px),
    #050816;
  background-size: auto, auto, 52px 52px, auto;
}

.legal-hero > div,
.legal-content {
  width: min(920px, 100%);
  margin-inline: auto;
}

.legal-hero h1 {
  max-width: 850px;
  margin: 0;
  color: var(--reading-strong);
  font-family: var(--font-reading);
  font-size: clamp(3.4rem, 8vw, 7rem);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 0.95;
}

.legal-hero > div > p:not(.eyebrow) {
  max-width: 700px;
  margin: 26px 0 28px;
  color: #9fc6c4;
  font-family: var(--font-reading);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  line-height: 1.7;
}

.inline-privacy-button {
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid rgba(77, 226, 255, 0.5);
  border-radius: 5px;
  background: rgba(77, 226, 255, 0.1);
  color: #e8fffd;
  cursor: pointer;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.legal-content {
  padding: 96px 24px 130px;
  color: var(--ink);
  font-family: var(--font-reading);
}

.legal-status {
  margin: 0 0 56px;
  color: var(--reading-muted);
  font-family: var(--font-interface);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-content section {
  padding: 0 0 46px;
  border-bottom: 1px solid rgba(146, 239, 233, 0.13);
}

.legal-content section + section {
  padding-top: 46px;
}

.legal-content h2 {
  margin: 0 0 22px;
  color: var(--reading-strong);
  font-size: clamp(1.7rem, 4vw, 2.5rem);
  font-weight: 400;
  letter-spacing: -0.035em;
}

.legal-content p,
.legal-content address {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.02rem, 1.6vw, 1.14rem);
  font-style: normal;
  line-height: 1.82;
}

.legal-content p + p {
  margin-top: 18px;
}

.legal-content a,
.legal-content .inline-privacy-button {
  color: #9aebe5;
}

.legal-content .inline-privacy-button {
  min-height: auto;
  padding: 0;
  border: 0;
  background: none;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-decoration: underline;
  text-transform: none;
}

.legal-note {
  margin-top: 54px;
  padding: 26px 28px;
  border: 1px solid rgba(77, 226, 255, 0.24);
  background: rgba(77, 226, 255, 0.055);
}

.legal-note > strong {
  color: var(--reading-strong);
  font-family: var(--font-interface);
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.legal-note p {
  margin-top: 10px;
  font-size: 1rem;
}

.legal-note code {
  color: #d7fffb;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.legal-back {
  display: inline-block;
  margin-top: 54px;
  font-family: var(--font-interface);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.not-found {
  min-height: 80svh;
  padding: 180px max(24px, 8vw) 120px;
  background: radial-gradient(circle at 60% 35%, rgba(77, 226, 255, 0.1), transparent 28%), #060916;
}

.not-found h1 {
  max-width: 780px;
  margin: 0;
  font-family: var(--font-reading);
  font-size: clamp(3rem, 7vw, 7rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.96;
}

.not-found > p:not(.eyebrow) {
  max-width: 600px;
  margin: 30px 0 38px;
  color: #9ba7bb;
  font-family: var(--font-reading);
  font-size: 1.1rem;
  line-height: 1.7;
}

@keyframes hero-arrival {
  from { opacity: 0; transform: scale(1.035); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes signal-fall {
  0% { transform: translateY(0); opacity: 0; }
  20% { opacity: 1; }
  75% { opacity: 1; }
  100% { transform: translateY(58px); opacity: 0; }
}

@media (max-width: 980px) {
  .privacy-banner {
    grid-template-columns: 1fr;
  }

  .privacy-banner-actions {
    justify-content: flex-start;
  }

  .footer-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-legal {
    grid-column: 1 / -1;
    padding-top: 32px;
    padding-left: 0;
    border-top: 1px solid rgba(77, 226, 255, 0.16);
    border-left: 0;
  }

  .story-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .section-heading > p {
    max-width: 650px;
  }

  .story-hero-grid {
    grid-template-columns: 1fr;
  }

  .read-start {
    display: none;
  }

  .story-shell {
    grid-template-columns: minmax(0, 760px);
  }

  .chapter-rail {
    display: none;
  }

  .story-illustration {
    width: min(820px, calc(100vw - 48px));
  }
}

@media (max-width: 720px) {
  :root {
    --header-height: 68px;
  }

  .header-inner {
    width: min(100% - 28px, 1440px);
  }

  .wordmark strong {
    font-size: 0.74rem;
  }

  .wordmark small {
    display: none;
  }

  .wordmark-orbit {
    width: 29px;
    height: 29px;
  }

  .wordmark-orbit::before {
    inset: 8px;
  }

  .wordmark-orbit::after {
    top: 13px;
    width: 39px;
  }

  .primary-nav > a {
    display: none;
  }

  .primary-nav {
    gap: 12px;
    font-size: 0.68rem;
  }

  .language-switch {
    gap: 5px;
    padding: 6px 8px;
    font-size: 0.6rem;
  }

  .story-menu-panel {
    position: fixed;
    top: calc(var(--header-height) - 1px);
    right: 14px;
    width: calc(100vw - 28px);
    max-height: calc(100svh - var(--header-height) - 14px);
    padding: 18px;
    border-radius: 0 0 15px 15px;
  }

  .story-menu-panel ol {
    grid-template-columns: 1fr;
  }

  .album-hero-content {
    width: calc(100% - 36px);
    padding-top: 142px;
    padding-bottom: 60px;
  }

  .album-hero h1 {
    font-size: clamp(3.15rem, 14vw, 5rem);
  }

  .album-hero-shade {
    background: linear-gradient(90deg, rgba(4, 7, 18, 0.97), rgba(4, 7, 18, 0.6)), linear-gradient(0deg, rgba(4, 7, 18, 0.88), transparent 60%);
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }

  .album-stats {
    flex-wrap: wrap;
    gap: 26px 38px;
    margin-top: 48px;
  }

  .scroll-cue {
    display: none;
  }

  .collection-section {
    padding: 86px 0 100px;
  }

  .section-heading,
  .story-grid {
    width: calc(100% - 36px);
  }

  .story-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .story-card-art {
    aspect-ratio: 4 / 5;
  }

  .story-card-art img {
    object-position: center 25%;
  }

  .manifesto {
    padding: 110px 22px;
  }

  .story-hero,
  .story-hero-grid {
    min-height: 700px;
  }

  .story-hero-grid {
    width: calc(100% - 36px);
    padding-top: 120px;
    padding-bottom: 58px;
  }

  .story-hero::before {
    background: linear-gradient(90deg, rgba(4, 7, 18, 0.92), rgba(4, 7, 18, 0.48)), linear-gradient(0deg, rgba(4, 7, 18, 0.93) 0%, transparent 62%);
  }

  .breadcrumb {
    margin-bottom: 80px;
  }

  .story-hero h1 {
    font-size: clamp(3.5rem, 15vw, 5.6rem);
  }

  .story-meta {
    display: grid;
    gap: 9px;
  }

  .story-meta span + span::before {
    display: none;
  }

  .story-shell {
    padding: 88px 22px 105px;
  }

  .story-prose-header {
    margin-bottom: 46px;
  }

  .story-paragraph-wrap > p {
    font-size: 1.1rem;
    line-height: 1.78;
  }

  .story-illustration {
    width: calc(100vw - 28px);
    margin-top: 70px;
    margin-bottom: 70px;
    grid-template-columns: 1fr;
    gap: 27px;
    padding: 14px 14px 28px;
  }

  .story-illustration figcaption {
    padding: 0 9px;
  }

  .video-section {
    padding: 82px 18px 90px;
  }

  .video-placeholder {
    min-height: 270px;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }

  .privacy-banner {
    right: 10px;
    bottom: 10px;
    left: 10px;
    width: calc(100% - 20px);
    gap: 20px;
    padding: 20px;
  }

  .privacy-banner-actions,
  .privacy-modal-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .privacy-button {
    width: 100%;
  }

  .privacy-modal {
    padding: 25px 20px;
  }

  .video-consent .privacy-button {
    justify-self: stretch;
  }

  .legal-hero {
    min-height: 470px;
    padding-top: calc(var(--header-height) + 80px);
  }

  .legal-content {
    padding: 72px 20px 100px;
  }

  .story-pager {
    grid-template-columns: 1fr;
  }

  .pager-spacer {
    display: none;
  }

  .pager-card + .pager-card,
  .pager-spacer + .pager-card {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-left: 0;
  }

  .pager-card {
    min-height: 190px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .footer-meta {
    justify-items: start;
    text-align: left;
  }

  .footer-legal {
    grid-column: auto;
    padding-top: 32px;
    padding-left: 0;
    border-top: 1px solid rgba(77, 226, 255, 0.16);
    border-left: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
