@font-face {
  font-family: "Pricedown";
  src: url("assets/fonts/Pricedown.woff2") format("woff2");
  font-display: swap;
}

:root {
  color-scheme: dark;
  --page-base: #0a0608;
  --card: #110a10;
  --elevated: #1a1018;
  --vice-pink: #ff1f5b;
  --city-teal: #00ffd4;
  --sunset-orange: #ff6b1a;
  --gold: #ffd700;
  --sky-purple: #6b1b5c;
  --crimson-horizon: #c4284a;
  --text-primary: #f5e6f0;
  --text-secondary: #8a6a7a;
  --data-mono: #a0c4b8;
  --border-pink: rgba(255, 31, 91, 0.45);
  --border-teal: rgba(0, 255, 212, 0.34);
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  scroll-behavior: smooth;
  background: var(--page-base);
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  background:
    radial-gradient(
      ellipse 70% 50% at 15% 95%,
      rgba(255, 31, 91, 0.15) 0%,
      transparent 70%
    ),
    radial-gradient(
      ellipse 50% 40% at 85% 5%,
      rgba(0, 255, 212, 0.1) 0%,
      transparent 70%
    ),
    var(--page-base);
  color: var(--text-primary);
}

body.modal-open {
  overflow: hidden;
}

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

button {
  font: inherit;
}

.neon-modal-layer,
.preorder-modal-layer {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  width: 100vw;
  height: 100dvh;
  padding: clamp(1rem, 3vw, 2rem);
  background: rgba(5, 3, 5, 0.84);
  backdrop-filter: blur(7px);
  animation: preorder-backdrop-in 180ms ease-out both;
}

.neon-modal-layer[hidden],
.preorder-modal-layer[hidden] {
  display: none;
}

.neon-modal-layer.is-closing,
.preorder-modal-layer.is-closing {
  animation: preorder-backdrop-out 180ms ease-in both;
}

.neon-modal,
.preorder-popup {
  position: relative;
  display: grid;
  grid-template-columns: minmax(10.5rem, 0.72fr) minmax(17rem, 1.28fr);
  width: min(44rem, 100%);
  max-height: calc(100dvh - 2rem);
  overflow: hidden;
  border: 1px solid var(--vice-pink);
  background:
    radial-gradient(circle at 88% 8%, rgba(0, 255, 212, 0.11), transparent 32%),
    linear-gradient(145deg, rgba(26, 16, 24, 0.98), rgba(10, 6, 8, 0.98));
  color: var(--text-primary);
  text-align: left;
  box-shadow:
    0 0 8px var(--vice-pink),
    0 0 28px rgba(255, 31, 91, 0.46),
    0 1.5rem 5rem rgba(0, 0, 0, 0.72);
  animation: preorder-arrive 360ms ease-out both;
}

.preorder-popup::before {
  position: absolute;
  inset: 0.45rem;
  pointer-events: none;
  content: "";
  border: 1px solid rgba(0, 255, 212, 0.18);
}

.preorder-cover {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 25rem;
  max-height: 34rem;
  object-fit: cover;
  border-right: 1px solid rgba(0, 255, 212, 0.3);
  filter: saturate(1.06) contrast(1.03);
}

.preorder-popup-copy {
  position: relative;
  z-index: 1;
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(1.4rem, 4vw, 2.2rem);
}

.preorder-modal-layer.is-closing .preorder-popup {
  animation: preorder-leave 180ms ease-in both;
}

.neon-modal-close,
.preorder-close {
  position: absolute;
  top: 0.55rem;
  right: 0.65rem;
  z-index: 10;
  width: 2rem;
  height: 2rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--text-secondary);
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
}

.neon-modal-close:hover,
.neon-modal-close:focus-visible,
.preorder-close:hover,
.preorder-close:focus-visible {
  color: var(--city-teal);
  text-shadow: 0 0 8px var(--city-teal);
}

.preorder-eyebrow,
.preorder-popup-copy > p,
.preorder-countdown,
.preorder-link {
  font-family: "Share Tech Mono", monospace;
}

.neon-modal-eyebrow,
.preorder-eyebrow {
  margin: 0 0 0.65rem;
  color: var(--city-teal);
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.preorder-popup h2 {
  margin: 0;
  color: var(--vice-pink);
  font-family: "Pricedown", Impact, Haettenschweiler, "Arial Black", sans-serif;
  font-size: clamp(2.25rem, 5vw, 3.7rem);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 0.9;
  text-transform: uppercase;
  text-shadow:
    0 0 7px var(--vice-pink),
    0 0 22px rgba(255, 31, 91, 0.32);
}

.preorder-popup-copy > p:not(.preorder-eyebrow) {
  margin: 0.8rem 0 1.05rem;
  color: var(--data-mono);
  font-size: 0.78rem;
  line-height: 1.5;
}

.preorder-countdown {
  display: flex;
  align-items: start;
  justify-content: flex-start;
  gap: 0.45rem;
  margin-bottom: 1.15rem;
  color: var(--city-teal);
  text-shadow: 0 0 10px rgba(0, 255, 212, 0.58);
}

.preorder-countdown span {
  display: grid;
  min-width: 3.65rem;
  gap: 0.18rem;
}

.preorder-countdown strong,
.preorder-countdown b {
  font-size: clamp(2rem, 9vw, 3rem);
  font-weight: 400;
  line-height: 1;
}

.preorder-countdown em {
  color: var(--text-secondary);
  font-size: 0.58rem;
  font-style: normal;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.neon-modal-cta,
.preorder-link {
  position: relative;
  display: inline-flex;
  min-height: 2.6rem;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1rem;
  border: 1px solid var(--vice-pink);
  background: rgba(255, 31, 91, 0.18);
  color: var(--text-primary);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  box-shadow:
    0 0 8px var(--vice-pink),
    inset 0 0 16px rgba(255, 31, 91, 0.12);
}

.neon-modal-cta:hover,
.neon-modal-cta:focus-visible,
.preorder-link:hover,
.preorder-link:focus-visible {
  border-color: var(--city-teal);
  color: var(--city-teal);
  box-shadow:
    0 0 8px var(--city-teal),
    0 0 24px rgba(0, 255, 212, 0.24);
}

.preorder-popup.is-live {
  border-color: var(--city-teal);
  box-shadow:
    0 0 8px var(--city-teal),
    0 0 32px rgba(0, 255, 212, 0.38),
    0 1.5rem 5rem rgba(0, 0, 0, 0.72);
}

.preorder-popup.is-live .preorder-countdown {
  display: none;
}

@keyframes preorder-arrive {
  from {
    opacity: 0;
    transform: translateY(1rem) scale(0.97);
  }
}

@keyframes preorder-leave {
  to {
    opacity: 0;
    transform: translateY(0.5rem) scale(0.98);
  }
}

@keyframes preorder-backdrop-in {
  from {
    opacity: 0;
  }
}

@keyframes preorder-backdrop-out {
  to {
    opacity: 0;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.topbar {
  position: sticky;
  z-index: 20;
  top: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  min-height: 3.75rem;
  padding: 0.42rem 1.25rem;
  border-top: 1px solid var(--border-teal);
  border-bottom: 1px solid var(--border-pink);
  background: rgba(17, 10, 16, 0.92);
  box-shadow:
    0 0 8px var(--vice-pink),
    0 0 24px rgba(255, 31, 91, 0.3);
  backdrop-filter: blur(16px);
}

.brand {
  justify-self: start;
  color: var(--vice-pink);
  font-family: "Pricedown", Impact, Haettenschweiler, "Arial Black", sans-serif;
  font-size: clamp(1.12rem, 3vw, 1.68rem);
  letter-spacing: 0.05em;
  line-height: 1;
  text-shadow:
    0 0 10px var(--vice-pink),
    0 0 30px rgba(255, 31, 91, 0.5),
    0 0 60px rgba(255, 31, 91, 0.2);
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.9rem, 3vw, 1.55rem);
  color: var(--text-primary);
  font-family: "Share Tech Mono", monospace;
  font-size: 0.94rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav-links a {
  position: relative;
  padding-block: 0.5rem;
}

.nav-links a:hover,
.nav-links .active {
  color: var(--vice-pink);
  text-shadow:
    0 0 8px var(--vice-pink),
    0 0 24px rgba(255, 31, 91, 0.3);
}

.nav-links .active::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  content: "";
  background: var(--vice-pink);
  box-shadow:
    0 0 8px var(--vice-pink),
    0 0 24px rgba(255, 31, 91, 0.3);
}

.top-actions {
  display: flex;
  justify-self: end;
}

.public-nav-spacer {
  min-width: 1px;
}

.discord-link {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.48rem;
  min-height: 2.45rem;
  padding: 0.48rem 0.9rem;
  border: 1px solid var(--vice-pink);
  background:
    linear-gradient(135deg, rgba(255, 31, 91, 0.46), rgba(0, 255, 212, 0.16)),
    rgba(255, 31, 91, 0.2);
  color: var(--text-primary);
  font-family: "Share Tech Mono", monospace;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  text-shadow:
    0 0 6px rgba(245, 230, 240, 0.8),
    0 0 14px rgba(255, 31, 91, 0.38);
  box-shadow:
    0 0 8px var(--vice-pink),
    0 0 24px rgba(255, 31, 91, 0.3),
    inset 0 0 18px rgba(255, 31, 91, 0.2);
  cursor: pointer;
}

.discord-link::before {
  position: absolute;
  inset: -40% auto -40% -35%;
  width: 32%;
  content: "";
  background: linear-gradient(
    90deg,
    transparent,
    rgba(245, 230, 240, 0.42),
    transparent
  );
  transform: skewX(-18deg);
  animation: cta-shine 3.4s ease-in-out infinite;
}

.discord-link svg {
  position: relative;
  flex: 0 0 auto;
  width: 1.05rem;
  height: 1.05rem;
  fill: currentColor;
}

.discord-link span {
  position: relative;
}

.discord-link:hover {
  border-color: var(--border-teal);
  color: var(--city-teal);
  background:
    linear-gradient(135deg, rgba(255, 31, 91, 0.54), rgba(0, 255, 212, 0.26)),
    rgba(255, 31, 91, 0.22);
  box-shadow:
    0 0 8px var(--city-teal),
    0 0 24px rgba(0, 255, 212, 0.3),
    0 0 34px rgba(255, 31, 91, 0.28),
    inset 0 0 18px rgba(0, 255, 212, 0.16);
}

.hero {
  position: relative;
  min-height: max(calc(100svh - 3.75rem), 990px);
  z-index: 1;
  overflow: hidden;
  display: grid;
  place-items: center;
  padding: clamp(3rem, 7vw, 5.5rem) 1rem clamp(5rem, 9vw, 7rem);
  isolation: isolate;
}

.hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  height: 180px;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(
      ellipse 80% 55% at 50% 42%,
      rgba(255, 31, 91, 0.18),
      transparent 68%
    ),
    linear-gradient(
      180deg,
      transparent 0,
      rgba(10, 6, 8, 0.42) 44%,
      rgba(10, 6, 8, 0.86) 74%,
      var(--page-base) 100%
    );
}

.hero-backdrop {
  position: absolute;
  inset: 0;
  z-index: -4;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.04) contrast(1.03);
}

.preorder-banner {
  position: absolute;
  top: 3rem;
  right: clamp(1.25rem, 3vw, 2.5rem);
  z-index: 3;
  display: block;
  width: fit-content;
  min-width: 0;
  min-height: 3.25rem;
  padding: 0.48rem 0.68rem 0.48rem 3.1rem;
  border: 1px solid var(--border-pink);
  border-radius: 1.15rem;
  background: rgba(17, 10, 16, 0.9);
  color: var(--text-primary);
  text-align: left;
  box-shadow:
    0 0 8px rgba(255, 31, 91, 0.75),
    0 0 24px rgba(255, 31, 91, 0.2);
  backdrop-filter: blur(12px);
  cursor: pointer;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease;
}

.preorder-banner img {
  position: absolute;
  top: 50%;
  left: -0.78rem;
  display: block;
  width: 2.9rem;
  height: auto;
  aspect-ratio: 9 / 16;
  padding: 0;
  border: 0;
  border-radius: 0.08rem;
  background: transparent;
  object-fit: contain;
  object-position: center;
  box-shadow:
    0.18rem 0.3rem 0.75rem rgba(0, 0, 0, 0.8),
    0 0 9px rgba(255, 31, 91, 0.7),
    0 0 22px rgba(255, 31, 91, 0.28);
  transform: translateY(-50%) rotateZ(-2deg);
  transition:
    transform 180ms ease,
    filter 180ms ease,
    box-shadow 180ms ease;
}

.preorder-banner-copy {
  display: grid;
  gap: 0.2rem;
  width: max-content;
  text-align: left;
}

.preorder-banner em,
.preorder-banner strong {
  font-family: "Share Tech Mono", monospace;
  text-transform: uppercase;
}

.preorder-banner em {
  color: var(--vice-pink);
  font-size: 0.58rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-shadow: 0 0 8px rgba(255, 31, 91, 0.52);
}

.preorder-banner strong {
  color: var(--city-teal);
  font-size: 1.08rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  text-shadow: 0 0 8px rgba(0, 255, 212, 0.72);
}

.preorder-banner:hover,
.preorder-banner:focus-visible,
.preorder-banner.is-live {
  border-color: var(--city-teal);
  background: rgba(26, 16, 24, 0.96);
  box-shadow:
    0 0 8px var(--city-teal),
    0 0 24px rgba(0, 255, 212, 0.26),
    0 0 34px rgba(255, 31, 91, 0.22);
}

.preorder-banner:hover,
.preorder-banner:focus-visible {
  transform: translateY(-3px);
}

.preorder-banner:hover img,
.preorder-banner:focus-visible img {
  box-shadow:
    0.22rem 0.38rem 0.85rem rgba(0, 0, 0, 0.82),
    0 0 11px rgba(0, 255, 212, 0.62),
    0 0 25px rgba(255, 31, 91, 0.32);
  filter: saturate(1.1) brightness(1.05);
  transform: translateY(-52%) rotateZ(-4deg) scale(1.04);
}

.preorder-banner.is-live strong {
  font-size: 0.78rem;
  letter-spacing: 0.1em;
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: -3;
  content: "";
  background:
    linear-gradient(180deg, rgba(10, 6, 8, 0.48), rgba(10, 6, 8, 0.9)),
    radial-gradient(
      ellipse 58% 44% at 50% 52%,
      rgba(255, 31, 91, 0.12),
      rgba(10, 6, 8, 0.5) 72%
    );
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(100%, 1100px);
  text-align: center;
}

.cover-card {
  position: relative;
  width: min(40vw, 295px);
  min-width: 205px;
  margin: 0 auto clamp(1.8rem, 4vw, 2.7rem);
  border: 1px solid var(--border-pink);
  background: var(--card);
  box-shadow:
    0 0 8px var(--vice-pink),
    0 0 24px rgba(255, 31, 91, 0.3);
  transform: rotate(-1.5deg);
}

.cover-card img {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  filter: saturate(1.1) contrast(1.04);
}

.cover-card figcaption {
  margin: 0;
  padding: 0.65rem 0.75rem;
  color: var(--text-secondary);
  font-family: "Share Tech Mono", monospace;
  font-size: 0.56rem;
  letter-spacing: 0.06em;
  line-height: 1.45;
  text-align: left;
  text-transform: uppercase;
}

.kicker {
  margin: 0;
  color: var(--vice-pink);
  font-family: "Pricedown", Impact, Haettenschweiler, "Arial Black", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 0.9;
  text-transform: uppercase;
  text-shadow:
    0 0 6px rgba(255, 31, 91, 0.9),
    0 0 18px rgba(255, 31, 91, 0.28);
}

.kicker {
  font-size: clamp(2.7rem, 8vw, 6.2rem);
}

.countdown {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: clamp(0.35rem, 1.2vw, 0.8rem);
  margin-top: 0.9rem;
  color: var(--city-teal);
  font-family: "Share Tech Mono", monospace;
  text-shadow:
    0 0 6px rgba(0, 255, 212, 0.85),
    0 0 18px rgba(0, 255, 212, 0.24);
}

.countdown.is-preorder #days-block,
.countdown.is-preorder #days-separator,
.countdown.is-live {
  display: none;
}

.hero-preorder-cta {
  display: inline-flex;
  min-height: 3.15rem;
  align-items: center;
  justify-content: center;
  margin-top: 1.4rem;
  padding: 0.85rem 1.35rem;
  border: 1px solid var(--vice-pink);
  background:
    linear-gradient(135deg, rgba(255, 31, 91, 0.34), rgba(255, 31, 91, 0.12)),
    rgba(17, 10, 16, 0.88);
  color: var(--text-primary);
  font-family: "Share Tech Mono", monospace;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow:
    0 0 8px var(--vice-pink),
    0 0 24px rgba(255, 31, 91, 0.3);
  transition:
    color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.hero-preorder-cta:hover,
.hero-preorder-cta:focus-visible {
  border-color: var(--city-teal);
  color: var(--city-teal);
  box-shadow:
    0 0 8px var(--city-teal),
    0 0 24px rgba(0, 255, 212, 0.3);
  transform: translateY(-2px);
}

.hero-preorder-cta[hidden] {
  display: none;
}

.time-block {
  display: grid;
  min-width: clamp(3.7rem, 12vw, 8rem);
  gap: 0.25rem;
}

.time-block strong,
.time-separator {
  font-size: clamp(2.15rem, 8vw, 5.8rem);
  line-height: 1;
}

.time-block em {
  color: var(--data-mono);
  font-size: clamp(0.62rem, 1.5vw, 0.85rem);
  font-style: normal;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

@keyframes cta-shine {
  0%,
  42% {
    left: -35%;
  }

  62%,
  100% {
    left: 125%;
  }
}

.news-band {
  position: relative;
  z-index: 0;
  margin-top: 0;
  padding: clamp(2rem, 5vw, 3.4rem) clamp(1rem, 4vw, 2.8rem)
    clamp(2rem, 5vw, 3.4rem);
  background:
    radial-gradient(
      ellipse 75% 48% at 12% 0%,
      rgba(255, 31, 91, 0.13) 0%,
      transparent 70%
    ),
    radial-gradient(
      ellipse 45% 34% at 90% 10%,
      rgba(255, 31, 91, 0.06) 0%,
      transparent 70%
    ),
    var(--page-base);
}

.news-shell {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.section-heading {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin: 0 0 1.25rem;
}

.section-heading h2 {
  margin: 0;
  color: var(--vice-pink);
  font-family: "Pricedown", Impact, Haettenschweiler, "Arial Black", sans-serif;
  font-size: clamp(2rem, 5vw, 3.8rem);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 0.9;
  text-transform: uppercase;
  text-shadow:
    0 0 8px var(--vice-pink),
    0 0 24px rgba(255, 31, 91, 0.36);
}

.section-heading span {
  width: 0.68rem;
  height: clamp(1.85rem, 4vw, 3rem);
  background: var(--city-teal);
  box-shadow:
    0 0 8px var(--city-teal),
    0 0 24px rgba(0, 255, 212, 0.3);
}

.news-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(18rem, 0.86fr);
  gap: clamp(1rem, 2.5vw, 1.6rem);
  align-items: stretch;
}

.lead-story,
.source-wire {
  border: 1px solid var(--border-pink);
  background: rgba(17, 10, 16, 0.82);
}

.lead-story {
  display: grid;
  grid-template-columns: minmax(13rem, 0.42fr) minmax(0, 0.58fr);
  align-items: center;
  box-shadow:
    0 0 8px var(--city-teal),
    0 0 24px rgba(0, 255, 212, 0.3);
}

.lead-story img {
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 9 / 16;
  align-self: center;
  padding: 0.7rem;
  object-fit: contain;
  object-position: center;
  background: #050305;
  border-right: 1px solid rgba(0, 255, 212, 0.24);
}

.lead-copy {
  display: grid;
  gap: 0.9rem;
  align-content: center;
  padding: clamp(1rem, 2vw, 1.35rem);
}

.news-meta,
.site-footer,
.lead-story a,
.source-wire-header,
.source-wire a,
.community-header h3,
.community-header p,
.community-list span {
  font-family: "Share Tech Mono", monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.news-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.6rem;
  color: var(--city-teal);
  font-size: 0.72rem;
}

.lead-story h3 {
  margin: 0;
  color: var(--text-primary);
  font-size: clamp(1.3rem, 2.2vw, 2.05rem);
  line-height: 1.12;
}

.lead-story p {
  margin: 0;
  color: var(--text-secondary);
  font-size: 0.94rem;
  font-weight: 500;
  line-height: 1.65;
}

.lead-story a {
  display: inline-flex;
  width: fit-content;
  min-height: 2.2rem;
  align-items: center;
  justify-content: center;
  align-self: end;
  margin-top: auto;
  padding: 0.55rem 0.85rem;
  border: 1px solid rgba(245, 230, 240, 0.34);
  background: rgba(255, 31, 91, 0.12);
  color: var(--text-primary);
  font-size: 0.72rem;
}

.lead-story a:hover {
  border-color: var(--city-teal);
  color: var(--city-teal);
  box-shadow:
    0 0 8px var(--city-teal),
    0 0 24px rgba(0, 255, 212, 0.3);
}

.source-wire {
  display: grid;
  align-content: start;
  box-shadow:
    0 0 8px var(--vice-pink),
    0 0 24px rgba(255, 31, 91, 0.3);
}

.source-wire-header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
  border-bottom: 1px solid rgba(245, 230, 240, 0.12);
}

.source-wire-header p,
.source-wire-header span {
  margin: 0;
}

.source-wire-header p {
  color: var(--city-teal);
  font-size: 0.78rem;
}

.source-wire-header span {
  color: var(--text-secondary);
  font-size: 0.62rem;
  text-align: right;
}

.source-wire a {
  display: grid;
  gap: 0.45rem;
  min-height: 8.5rem;
  align-content: center;
  padding: 1rem;
  border-bottom: 1px solid rgba(245, 230, 240, 0.1);
}

.source-wire a:last-child {
  border-bottom: 0;
}

.source-wire a:hover {
  background: rgba(255, 31, 91, 0.08);
}

.source-wire a span,
.source-wire a time,
.source-wire a em {
  color: var(--data-mono);
  font-size: 0.64rem;
}

.source-wire a em {
  color: var(--text-secondary);
  font-family: "Inter", ui-sans-serif, system-ui, sans-serif;
  font-size: 0.82rem;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.45;
  text-transform: none;
}

.source-wire a strong {
  color: var(--text-primary);
  font-family: "Inter", ui-sans-serif, system-ui, sans-serif;
  font-size: 0.98rem;
  letter-spacing: 0;
  line-height: 1.35;
  text-transform: none;
}

.community-sources {
  margin-top: clamp(1.4rem, 4vw, 2.4rem);
}

.community-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid rgba(245, 230, 240, 0.12);
}

.community-header h3 {
  margin: 0;
  color: var(--city-teal);
  font-size: 0.86rem;
}

.community-header p {
  margin: 0;
  color: var(--text-secondary);
  font-size: 0.68rem;
  text-align: right;
}

.community-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
  padding-top: 1rem;
}

.community-list a {
  display: grid;
  gap: 0.45rem;
  min-height: 9rem;
  align-content: start;
  padding: 1rem;
  border: 1px solid rgba(0, 255, 212, 0.26);
  border-left: 4px solid var(--city-teal);
  background: rgba(17, 10, 16, 0.68);
  color: var(--text-primary);
}

.community-list a:hover {
  color: var(--city-teal);
  background: rgba(0, 255, 212, 0.06);
  box-shadow:
    0 0 8px var(--city-teal),
    0 0 24px rgba(0, 255, 212, 0.22);
}

.community-list span {
  color: var(--text-secondary);
  font-size: 0.68rem;
}

.community-list strong {
  color: var(--text-primary);
  font-size: 0.94rem;
  line-height: 1.35;
}

.community-list em {
  color: var(--text-secondary);
  font-size: 0.78rem;
  font-style: normal;
  line-height: 1.45;
}

.site-footer {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  padding: 1.2rem clamp(1rem, 4vw, 2.8rem);
  border-top: 1px solid rgba(245, 230, 240, 0.1);
  background: var(--page-base);
  color: var(--text-primary);
  font-size: 0.68rem;
}

.site-footer p {
  margin: 0;
}

.site-footer p:first-child {
  color: var(--text-primary);
  font-family: "Pricedown", Impact, Haettenschweiler, "Arial Black", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1;
}

.site-footer p:nth-child(2) {
  color: var(--vice-pink);
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.site-footer a:hover {
  color: var(--city-teal);
}

.cookie-banner {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  z-index: 10000;
  display: flex;
  width: min(56rem, calc(100% - 2rem));
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  margin-inline: auto;
  padding: 1rem;
  border: 1px solid var(--border-pink);
  background: rgba(17, 10, 16, 0.98);
  box-shadow:
    0 0 8px var(--vice-pink),
    0 0 28px rgba(255, 31, 91, 0.32);
}

.cookie-banner strong,
.cookie-banner a,
.cookie-actions button {
  font-family: "Share Tech Mono", monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cookie-banner strong {
  color: var(--city-teal);
}

.cookie-banner p {
  margin: 0.35rem 0;
  color: var(--text-secondary);
  font-size: 0.82rem;
  line-height: 1.45;
}

.cookie-banner a {
  color: var(--text-primary);
  font-size: 0.68rem;
}

.cookie-actions {
  display: flex;
  flex: 0 0 auto;
  gap: 0.6rem;
}

.cookie-actions button,
.cookie-preferences {
  min-height: 2.5rem;
  padding: 0.65rem 0.85rem;
  border: 1px solid rgba(245, 230, 240, 0.28);
  background: transparent;
  color: var(--text-primary);
  cursor: pointer;
}

.cookie-actions button:last-child {
  border-color: var(--vice-pink);
  background: rgba(255, 31, 91, 0.16);
  box-shadow: 0 0 14px rgba(255, 31, 91, 0.22);
}

.legal-view {
  min-height: calc(100svh - 3.75rem);
  padding: clamp(2.5rem, 7vw, 5rem) 1rem;
  background:
    radial-gradient(ellipse 70% 42% at 12% 0%, rgba(255, 31, 91, 0.13), transparent 70%),
    radial-gradient(ellipse 45% 34% at 88% 8%, rgba(0, 255, 212, 0.08), transparent 72%),
    var(--page-base);
}

.legal-document {
  width: min(820px, 100%);
  margin: 0 auto;
  padding: clamp(1.25rem, 4vw, 2.5rem);
  border: 1px solid var(--border-pink);
  background: rgba(17, 10, 16, 0.9);
  box-shadow:
    0 0 8px rgba(255, 31, 91, 0.7),
    0 0 24px rgba(255, 31, 91, 0.18);
}

.legal-document h1,
.legal-document h2 {
  color: var(--vice-pink);
  font-family: "Pricedown", Impact, Haettenschweiler, "Arial Black", sans-serif;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.legal-document h1 {
  margin: 0;
  font-size: clamp(2.8rem, 8vw, 5rem);
  line-height: 0.9;
}

.legal-document h2 {
  margin: 2rem 0 0.65rem;
  font-size: 1.55rem;
}

.legal-document p,
.legal-document li {
  color: var(--text-secondary);
  line-height: 1.72;
}

.legal-document a {
  color: var(--city-teal);
}

.legal-meta {
  margin: 0.75rem 0 1.8rem;
  color: var(--data-mono);
  font-family: "Share Tech Mono", monospace;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.legal-company {
  margin-top: 2.25rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(245, 230, 240, 0.12);
  font-size: 0.78rem;
}

@media (max-width: 700px) {
  .cookie-banner,
  .cookie-actions {
    align-items: stretch;
    flex-direction: column;
  }
}

.page-view {
  min-height: calc(100svh - 3.75rem);
  padding: clamp(2rem, 7vw, 5rem) clamp(1rem, 4vw, 2.8rem);
  background:
    linear-gradient(rgba(10, 6, 8, 0.74), rgba(10, 6, 8, 0.92)),
    url("assets/vice-skyline.png") center / cover;
}

.page-panel {
  width: min(920px, 100%);
  min-height: 26rem;
  padding: clamp(1.2rem, 4vw, 2rem);
  border: 1px solid var(--border-pink);
  background: rgba(17, 10, 16, 0.84);
  box-shadow:
    0 0 8px var(--vice-pink),
    0 0 24px rgba(255, 31, 91, 0.3);
}

.page-kicker {
  margin: 0 0 1rem;
  color: var(--city-teal);
  font-family: "Share Tech Mono", monospace;
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.page-panel h1 {
  margin: 0 0 1rem;
  color: var(--vice-pink);
  font-family: "Pricedown", Impact, Haettenschweiler, "Arial Black", sans-serif;
  font-size: clamp(4rem, 12vw, 8rem);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 0.85;
  text-transform: uppercase;
  text-shadow:
    0 0 6px rgba(255, 31, 91, 0.9),
    0 0 18px rgba(255, 31, 91, 0.28);
}

.page-panel p:not(.page-kicker) {
  max-width: 46rem;
  margin: 0;
  color: var(--text-secondary);
  font-size: 1rem;
  line-height: 1.7;
}

.story-view {
  min-height: calc(100svh - 3.75rem);
  background:
    radial-gradient(ellipse 72% 44% at 18% 0%, rgba(255, 31, 91, 0.13), transparent 70%),
    radial-gradient(ellipse 50% 38% at 86% 14%, rgba(0, 255, 212, 0.08), transparent 72%),
    linear-gradient(180deg, rgba(10, 6, 8, 0.72), var(--page-base) 46rem),
    var(--page-base);
}

.story-hero {
  position: relative;
  display: grid;
  min-height: calc(100svh - 3.75rem);
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 31, 91, 0.24);
  background:
    linear-gradient(rgba(10, 6, 8, 0.45), rgba(10, 6, 8, 0.74)),
    url("assets/Jason_and_Lucia_03_square.jpg") center 42% / cover,
    var(--page-base);
}

.story-hero::before {
  grid-area: 1 / 1;
  content: "";
  background:
    linear-gradient(90deg, rgba(10, 6, 8, 0.66), rgba(10, 6, 8, 0.12) 44%, rgba(10, 6, 8, 0.34)),
    linear-gradient(180deg, rgba(10, 6, 8, 0.08), rgba(10, 6, 8, 0.72));
  backdrop-filter: blur(4px) saturate(0.88);
}

.story-hero img {
  grid-area: 1 / 1;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: contain;
  object-position: center bottom;
  opacity: 0.94;
  filter: drop-shadow(0 0 42px rgba(10, 6, 8, 0.78));
}

.story-hero::after {
  grid-area: 1 / 1;
  content: "";
  background:
    radial-gradient(ellipse 42% 34% at 18% 78%, rgba(10, 6, 8, 0.9), transparent 76%),
    linear-gradient(180deg, transparent 58%, rgba(10, 6, 8, 0.72) 100%);
}

.story-hero-copy {
  position: relative;
  z-index: 1;
  grid-area: 1 / 1;
  align-self: end;
  width: min(650px, calc(100% - 2rem));
  margin: 0 clamp(1rem, 5vw, 4rem) clamp(1rem, 3vw, 1.8rem);
  padding: clamp(0.95rem, 2.2vw, 1.25rem);
  border-left: 2px solid rgba(255, 31, 91, 0.82);
  background:
    linear-gradient(90deg, rgba(10, 6, 8, 0.9), rgba(10, 6, 8, 0.74) 70%, rgba(10, 6, 8, 0.34));
  box-shadow:
    0 0 8px rgba(255, 31, 91, 0.72),
    0 0 24px rgba(255, 31, 91, 0.2);
}

.story-hero-copy h1,
.case-board h2,
.dossier-panel h3 {
  margin: 0;
  color: var(--vice-pink);
  font-family: "Pricedown", Impact, Haettenschweiler, "Arial Black", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 0.92;
  text-transform: uppercase;
  text-shadow:
    0 0 5px rgba(255, 31, 91, 0.82),
    0 0 14px rgba(255, 31, 91, 0.24);
}

.story-hero-copy h1 {
  font-size: clamp(2.1rem, 4.4vw, 3.55rem);
}

.story-hero-copy p:not(.page-kicker) {
  max-width: 33rem;
  margin: 0.65rem 0 0;
  color: var(--text-primary);
  font-size: clamp(0.98rem, 1.25vw, 1.12rem);
  line-height: 1.45;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.9);
}

.source-button {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 2.7rem;
  margin-top: 1rem;
  padding: 0.7rem 1rem;
  border: 1px solid rgba(255, 31, 91, 0.72);
  background: rgba(255, 31, 91, 0.14);
  color: var(--text-primary);
  font-family: "Share Tech Mono", monospace;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  box-shadow:
    0 0 8px var(--vice-pink),
    0 0 24px rgba(255, 31, 91, 0.3);
}

.source-button:hover {
  border-color: var(--city-teal);
  color: var(--city-teal);
  box-shadow:
    0 0 8px var(--city-teal),
    0 0 24px rgba(0, 255, 212, 0.3);
}

.case-board {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
}

.case-board {
  padding: clamp(2.8rem, 7vw, 5rem) 0 clamp(2.5rem, 7vw, 5rem);
}

.case-board-header {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(18rem, 0.8fr);
  gap: 1rem;
  align-items: end;
  margin-bottom: 1.4rem;
}

.case-board h2 {
  font-size: clamp(2.1rem, 5vw, 3.7rem);
}

.case-board-header p:not(.page-kicker) {
  margin: 0;
  color: var(--text-secondary);
  font-size: 0.98rem;
  line-height: 1.65;
}

.case-system {
  position: relative;
}

.case-radio {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.folder-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.folder-card {
  position: relative;
  overflow: hidden;
  min-height: 21rem;
  padding: 0.75rem;
  border: 1px solid rgba(160, 196, 184, 0.28);
  background:
    linear-gradient(180deg, rgba(245, 230, 240, 0.06), rgba(17, 10, 16, 0.92)),
    rgba(17, 10, 16, 0.9);
  cursor: pointer;
  box-shadow: 0 0 18px rgba(0, 255, 212, 0.12);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.folder-card::before {
  position: absolute;
  top: 0;
  left: 0.8rem;
  width: 6rem;
  height: 0.55rem;
  content: "";
  background: var(--city-teal);
  box-shadow:
    0 0 8px var(--city-teal),
    0 0 24px rgba(0, 255, 212, 0.3);
}

.folder-card:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 255, 212, 0.7);
  box-shadow:
    0 0 8px var(--city-teal),
    0 0 24px rgba(0, 255, 212, 0.22);
}

.folder-card img {
  width: 100%;
  height: 14rem;
  object-fit: cover;
  border-bottom: 1px solid rgba(0, 255, 212, 0.24);
  filter: saturate(0.95) contrast(1.03);
}

.folder-jason img {
  object-position: 67% 28%;
}

.folder-card span,
.folder-card em,
.dossier-label,
.dossier-panel a {
  font-family: "Share Tech Mono", monospace;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.folder-card span {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 1;
  padding: 0.25rem 0.45rem;
  background: rgba(10, 6, 8, 0.78);
  color: var(--city-teal);
  font-size: 0.72rem;
}

.folder-card strong {
  display: block;
  margin: 0.9rem 0 0.25rem;
  color: var(--text-primary);
  font-size: 1.18rem;
  line-height: 1.15;
}

.folder-card em {
  display: block;
  color: var(--text-secondary);
  font-size: 0.72rem;
  font-style: normal;
}

.dossier-panels {
  margin-top: 1rem;
}

.dossier-panel {
  display: none;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: end;
  min-height: 18rem;
  padding: clamp(1.25rem, 3vw, 1.8rem);
  border: 1px solid rgba(255, 31, 91, 0.6);
  background:
    linear-gradient(90deg, rgba(17, 10, 16, 0.96), rgba(26, 16, 24, 0.84)),
    repeating-linear-gradient(0deg, rgba(245, 230, 240, 0.035) 0 1px, transparent 1px 2.4rem);
  box-shadow:
    0 0 8px var(--vice-pink),
    0 0 24px rgba(255, 31, 91, 0.22);
}

.dossier-label {
  margin: 0 0 0.7rem;
  color: var(--city-teal);
  font-size: 0.74rem;
}

.dossier-panel h3 {
  font-size: clamp(2rem, 5vw, 3.4rem);
}

.dossier-panel p:not(.dossier-label) {
  max-width: 54rem;
  margin: 1rem 0 0;
  color: var(--text-primary);
  font-size: clamp(1rem, 1.6vw, 1.15rem);
  line-height: 1.7;
}

.dossier-panel a {
  display: inline-flex;
  align-items: center;
  min-height: 2.55rem;
  padding: 0.65rem 0.9rem;
  border: 1px solid rgba(255, 31, 91, 0.64);
  color: var(--text-primary);
  font-size: 0.72rem;
  white-space: nowrap;
}

#case-lucia:checked ~ .folder-tabs .folder-lucia,
#case-jason:checked ~ .folder-tabs .folder-jason,
#case-cal:checked ~ .folder-tabs .folder-cal {
  border-color: var(--vice-pink);
  box-shadow:
    0 0 8px var(--vice-pink),
    0 0 24px rgba(255, 31, 91, 0.3);
}

#case-lucia:checked ~ .dossier-panels .dossier-lucia,
#case-jason:checked ~ .dossier-panels .dossier-jason,
#case-cal:checked ~ .dossier-panels .dossier-cal {
  display: grid;
}

.people-places {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(2.8rem, 7vw, 5rem) 0 clamp(2.8rem, 7vw, 5rem);
}

.directory-header {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(18rem, 0.72fr);
  gap: 1rem;
  align-items: end;
  margin-bottom: clamp(1.6rem, 4vw, 2.4rem);
}

.directory-header h2 {
  margin: 0;
  color: var(--vice-pink);
  font-family: "Pricedown", Impact, Haettenschweiler, "Arial Black", sans-serif;
  font-size: clamp(2.4rem, 6vw, 4.6rem);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 0.9;
  text-transform: uppercase;
  text-shadow:
    0 0 6px rgba(255, 31, 91, 0.82),
    0 0 18px rgba(255, 31, 91, 0.26);
}

.directory-header p {
  margin: 0;
  color: var(--text-secondary);
  font-size: 0.98rem;
  line-height: 1.65;
}

.directory-group + .directory-group {
  margin-top: clamp(2.2rem, 6vw, 4rem);
}

.directory-label {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 255, 212, 0.22);
  padding-bottom: 0.7rem;
}

.directory-label h3,
.directory-label span,
.directory-card span,
.directory-card em,
.directory-more summary {
  font-family: "Share Tech Mono", monospace;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.directory-label h3 {
  margin: 0;
  color: var(--city-teal);
  font-size: 1rem;
  text-shadow:
    0 0 8px var(--city-teal),
    0 0 24px rgba(0, 255, 212, 0.24);
}

.directory-label span {
  color: var(--text-secondary);
  font-size: 0.68rem;
  text-align: right;
}

.directory-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.directory-card {
  position: relative;
  overflow: hidden;
  min-height: 22rem;
  padding: 0.75rem;
  border: 1px solid rgba(0, 255, 212, 0.28);
  background:
    linear-gradient(180deg, rgba(245, 230, 240, 0.05), rgba(17, 10, 16, 0.92)),
    rgba(17, 10, 16, 0.9);
  box-shadow: 0 0 18px rgba(0, 255, 212, 0.12);
}

.directory-card::before {
  position: absolute;
  top: 0;
  left: 0.75rem;
  width: 6.4rem;
  height: 0.55rem;
  content: "";
  background: var(--city-teal);
  box-shadow:
    0 0 8px var(--city-teal),
    0 0 24px rgba(0, 255, 212, 0.3);
}

.directory-card img {
  display: block;
  width: 100%;
  height: 14.5rem;
  object-fit: cover;
  border-bottom: 1px solid rgba(0, 255, 212, 0.24);
  filter: saturate(1.02) contrast(1.04);
}

.people-grid .directory-card img {
  object-position: center 26%;
}

.people-grid .folder-lucia img {
  object-position: 51% 25%;
}

.people-grid .folder-jason img {
  object-position: 63% 18%;
}

.people-grid .folder-cal img {
  object-position: 42% 30%;
}

.places-grid .directory-card img {
  object-position: center;
}

.directory-card span {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 1;
  padding: 0.25rem 0.45rem;
  background: rgba(10, 6, 8, 0.78);
  color: var(--city-teal);
  font-size: 0.72rem;
}

.directory-card strong {
  display: block;
  margin: 0.9rem 0 0.25rem;
  color: var(--text-primary);
  font-size: 1.18rem;
  line-height: 1.15;
}

.directory-card em {
  display: block;
  color: var(--text-secondary);
  font-size: 0.72rem;
  font-style: normal;
}

.directory-more {
  margin-top: 1rem;
  border: 1px solid rgba(0, 255, 212, 0.22);
  background: rgba(17, 10, 16, 0.68);
}

.directory-more summary {
  cursor: pointer;
  padding: 0.9rem 1rem;
  color: var(--city-teal);
  font-size: 0.76rem;
  list-style: none;
}

.directory-more summary::-webkit-details-marker {
  display: none;
}

.directory-more summary::after {
  float: right;
  content: "+";
  color: var(--city-teal);
}

.directory-more[open] summary::after {
  content: "-";
}

.more-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  padding: 0 1rem 1rem;
}

.more-grid p {
  margin: 0;
  color: var(--text-secondary);
  font-size: 0.9rem;
  line-height: 1.55;
}

.more-grid strong {
  color: var(--text-primary);
}

@media (min-aspect-ratio: 16 / 9) {
  .story-hero img {
    object-position: center bottom;
  }

  .story-hero-copy {
    width: min(650px, 36vw);
  }
}

@media (min-aspect-ratio: 21 / 9) {
  .story-hero {
    background:
      linear-gradient(rgba(10, 6, 8, 0.54), rgba(10, 6, 8, 0.8)),
      url("assets/Jason_and_Lucia_03_square.jpg") center 42% / cover,
      var(--page-base);
  }

  .story-hero img {
    object-position: center bottom;
  }

  .story-hero-copy {
    width: min(620px, 32vw);
  }
}

@media (max-width: 860px) {
  .topbar {
    grid-template-columns: 1fr auto;
    gap: 0.7rem;
    padding-block: 0.7rem;
  }

  .nav-links {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start;
    overflow-x: auto;
  }

  .discord-link span {
    display: none;
  }

  .discord-link {
    width: 2rem;
    padding: 0;
  }

  .hero {
    min-height: max(calc(100svh - 5.7rem), 900px);
  }

  .cover-card {
    width: min(58vw, 270px);
  }

  .news-layout,
  .lead-story,
  .case-board-header,
  .folder-tabs,
  .dossier-panel,
  .directory-header,
  .directory-grid,
  .more-grid,
  .community-list,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .story-hero {
    min-height: max(620px, calc(100svh - 5.7rem));
  }

  .story-hero img {
    object-fit: cover;
    object-position: 55% 35%;
  }

  .story-hero::after {
    background:
      radial-gradient(ellipse 78% 46% at 45% 82%, rgba(10, 6, 8, 0.86), transparent 72%),
      linear-gradient(180deg, rgba(10, 6, 8, 0.08), rgba(10, 6, 8, 0.88));
  }

  .story-hero-copy {
    width: min(34rem, calc(100% - 2rem));
    margin-bottom: 1rem;
  }

  .folder-card {
    min-height: 0;
  }

  .folder-card img {
    height: 13rem;
  }

  .directory-label {
    align-items: start;
    flex-direction: column;
  }

  .directory-label span {
    text-align: left;
  }

  .directory-card {
    min-height: 0;
  }

  .directory-card img {
    height: 13.5rem;
  }

  .dossier-panel a {
    justify-self: start;
  }

  .lead-story img {
    max-height: 22rem;
    min-height: 0;
    aspect-ratio: 9 / 16;
    border-right: 0;
    border-bottom: 1px solid rgba(0, 255, 212, 0.24);
  }

  .source-wire-header,
  .community-header {
    align-items: start;
    flex-direction: column;
  }

  .source-wire-header span,
  .community-header p {
    text-align: left;
  }

  .site-footer nav {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .preorder-popup {
    grid-template-columns: minmax(7.8rem, 0.75fr) minmax(0, 1.25fr);
    max-height: calc(100dvh - 1.5rem);
  }

  .preorder-cover {
    min-height: 22rem;
    max-height: 30rem;
  }

  .preorder-popup-copy {
    padding: 1.35rem 0.85rem;
  }

  .preorder-popup h2 {
    font-size: clamp(1.65rem, 8vw, 2.2rem);
  }

  .preorder-banner {
    top: 2rem;
    right: 0.9rem;
    min-width: 0;
    min-height: 2.85rem;
    padding: 0.4rem 0.55rem 0.4rem 2.65rem;
    border-radius: 1rem;
  }

  .preorder-banner img {
    left: -0.65rem;
    width: 2.55rem;
    height: auto;
  }

  .preorder-banner strong {
    font-size: 0.9rem;
  }

  .preorder-banner em {
    font-size: 0.55rem;
  }

  .preorder-countdown span {
    min-width: 2.65rem;
  }

  .preorder-countdown {
    gap: 0.15rem;
  }

  .preorder-countdown strong,
  .preorder-countdown b {
    font-size: clamp(1.45rem, 7vw, 2rem);
  }

  .hero {
    padding-inline: 0.7rem;
  }

  .cover-card {
    min-width: 180px;
  }

  .countdown {
    gap: 0.2rem;
  }

  .time-block {
    min-width: 3.05rem;
  }

  .time-block strong,
  .time-separator {
    font-size: clamp(1.65rem, 11vw, 2.35rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .preorder-popup,
  .preorder-modal-layer,
  .preorder-modal-layer.is-closing,
  .preorder-modal-layer.is-closing .preorder-popup {
    animation: none;
  }
}
