/* Global foundation */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html { scroll-padding-top: 6.5rem; }

/* Shared archive breadcrumb */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  width: min(calc(100% - 5rem), 1440px);
  margin: 0 auto;
  padding: 2rem 0;
  border-bottom: 1px solid rgba(245, 246, 244, 0.14);
  color: rgba(245, 246, 244, 0.38);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.6;
  text-transform: uppercase;
}

.breadcrumb a {
  color: #01c8d7;
  text-decoration: none;
  transition: color 160ms ease;
}

.breadcrumb a:hover,
.breadcrumb a:focus-visible { color: #f5f6f4; }

.breadcrumb [aria-current="page"] { color: rgba(245, 246, 244, 0.38); }

/* In-world motion assets */
.cf-inworld-motion {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.cf-inworld-poster,
.cf-inworld-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cf-inworld-video {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 600ms ease;
}

.cf-inworld-video.is-playing {
  opacity: 1;
}

/* HDF vehicle technical archive */
.vehicle-breadcrumb,
.vehicle-header,
.vehicle-master,
.vehicle-editorial,
.vehicle-systems,
.vehicle-field-image,
.vehicle-notes,
.vehicle-game-data,
.vehicle-value,
.vehicle-unit-nav {
  width: min(100% - 5rem, 1440px);
  margin-right: auto;
  margin-left: auto;
}

.vehicle-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  padding: 2rem 0;
  border-bottom: 1px solid rgba(245, 246, 244, 0.14);
  color: rgba(245, 246, 244, 0.38);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.vehicle-breadcrumb a { color: #01c8d7; }

.vehicle-header {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(20rem, 0.55fr);
  gap: clamp(3rem, 8vw, 9rem);
  align-items: end;
  padding: clamp(4.5rem, 8vw, 7.5rem) 0 clamp(3.5rem, 6vw, 5rem);
}

.vehicle-header > div,
.vehicle-header-meta,
.vehicle-value-layout > * { min-width: 0; }

.vehicle-designation {
  margin: 2.25rem 0 0;
  color: #01c8d7;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.vehicle-header h1 {
  max-width: 13ch;
  margin-top: 0.75rem;
  overflow-wrap: anywhere;
  font-size: clamp(3.2rem, 7vw, 7rem);
  line-height: 0.92;
}

.vehicle-header-meta { margin: 0; }

.vehicle-header-meta div {
  padding: 1rem 0;
  border-top: 1px solid rgba(245, 246, 244, 0.12);
}

.vehicle-header-meta dt,
.vehicle-header-meta dd,
.vehicle-spec-grid dt,
.vehicle-spec-grid dd,
.vehicle-game-data dt,
.vehicle-game-data dd,
.vehicle-value dt,
.vehicle-value dd { margin: 0; }

.vehicle-header-meta dt,
.vehicle-spec-grid dt,
.vehicle-game-data dt,
.vehicle-value dt,
.vehicle-value aside span {
  color: rgba(245, 246, 244, 0.4);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.vehicle-header-meta dd {
  margin-top: 0.45rem;
  color: rgba(245, 246, 244, 0.82);
  font-size: 0.86rem;
  line-height: 1.55;
}

.vehicle-master {
  position: relative;
  height: clamp(34rem, 58vw, 56rem);
  overflow: hidden;
  border: 1px solid rgba(245, 246, 244, 0.16);
  background: #0d0f10;
}

.vehicle-master img,
.vehicle-master-video,
.vehicle-field-image img {
  display: block;
  width: 100%;
  height: 100%;
}

.vehicle-master img,
.vehicle-master-video { object-fit: contain; }

.lut-hero-media .cf-inworld-poster,
.lut-hero-media .cf-inworld-video {
  object-fit: cover;
  object-position: center;
}

.vehicle-master figcaption {
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  padding: 0.65rem 0.8rem;
  color: rgba(245, 246, 244, 0.58);
  background: rgba(7, 10, 13, 0.78);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.vehicle-editorial,
.vehicle-systems,
.vehicle-notes,
.vehicle-game-data,
.vehicle-value { padding-top: clamp(5rem, 9vw, 8rem); }

.vehicle-prose {
  max-width: 64rem;
  margin: clamp(2.5rem, 5vw, 4.5rem) 0 0 auto;
}

.vehicle-prose p {
  margin: 0;
  color: rgba(245, 246, 244, 0.76);
  font-size: clamp(1.05rem, 1.65vw, 1.35rem);
  line-height: 1.8;
}

.vehicle-spec-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: clamp(2.5rem, 5vw, 4.5rem) 0 0;
  border-top: 1px solid rgba(245, 246, 244, 0.12);
  border-left: 1px solid rgba(245, 246, 244, 0.12);
}

.vehicle-spec-grid > div {
  display: grid;
  grid-template-columns: minmax(8.5rem, 0.42fr) 1fr;
  gap: 1rem;
  min-width: 0;
  padding: 1.1rem 1.25rem;
  border-right: 1px solid rgba(245, 246, 244, 0.12);
  border-bottom: 1px solid rgba(245, 246, 244, 0.12);
}

.vehicle-spec-grid dd,
.vehicle-game-data dd,
.vehicle-value dd {
  overflow-wrap: anywhere;
  color: rgba(245, 246, 244, 0.8);
  font-size: 0.88rem;
  line-height: 1.6;
}

.vehicle-spec-grid dd small {
  display: block;
  margin-top: 0.55rem;
  color: rgba(1, 200, 215, 0.72);
  font-size: 0.64rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-transform: uppercase;
}

.vehicle-field-image {
  margin-top: clamp(5rem, 10vw, 9rem);
  border: 1px solid rgba(245, 246, 244, 0.16);
  background: #0d0f10;
}

.vehicle-field-image img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.vehicle-field-image--native-ratio img {
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}

.vehicle-field-image figcaption {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.25rem;
  color: rgba(245, 246, 244, 0.45);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.vehicle-field-image figcaption span:first-child { color: #01c8d7; }

.vehicle-notes-list { margin-top: clamp(2.5rem, 5vw, 4.5rem); }

.vehicle-notes-list article {
  display: grid;
  grid-template-columns: minmax(14rem, 0.45fr) minmax(0, 1fr);
  gap: clamp(2rem, 7vw, 8rem);
  padding: 2rem 0;
  border-top: 1px solid rgba(245, 246, 244, 0.12);
}

.vehicle-notes-list h3 {
  margin: 0;
  color: rgba(245, 246, 244, 0.88);
  font-size: clamp(1.1rem, 1.8vw, 1.5rem);
  font-weight: 500;
  line-height: 1.3;
}

.vehicle-notes-list p {
  max-width: 52rem;
  margin: 0;
  color: rgba(245, 246, 244, 0.64);
  font-size: 0.96rem;
  line-height: 1.75;
}

.vehicle-game-data {
  margin-top: clamp(5rem, 9vw, 8rem);
  padding-bottom: clamp(3rem, 6vw, 5rem);
  border-top: 1px solid rgba(245, 246, 244, 0.14);
  border-bottom: 1px solid rgba(245, 246, 244, 0.14);
  background: linear-gradient(135deg, rgba(245, 246, 244, 0.018), transparent);
}

.vehicle-data-note {
  max-width: 46rem;
  margin: 2rem 0 0 auto;
  color: rgba(1, 200, 215, 0.68);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  line-height: 1.6;
  text-transform: uppercase;
}

.vehicle-game-data dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 2.5rem;
  margin: 2rem 0 0;
}

.vehicle-game-data dl div,
.vehicle-value dl div {
  display: grid;
  grid-template-columns: minmax(8.5rem, 0.42fr) 1fr;
  gap: 1rem;
  padding: 0.9rem 0;
  border-bottom: 1px solid rgba(245, 246, 244, 0.1);
}

.vehicle-value { padding-bottom: clamp(5rem, 9vw, 8rem); }

.vehicle-value-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.65fr);
  gap: clamp(3rem, 8vw, 8rem);
  margin-top: clamp(2.5rem, 5vw, 4.5rem);
}

.vehicle-value-layout dl { margin: 0; }
.vehicle-value .vehicle-list-price dt,
.vehicle-value .vehicle-list-price dd { color: #01c8d7; }
.vehicle-value .vehicle-list-price dd { font-size: 1.05rem; }

.vehicle-value aside {
  align-self: start;
  padding: 1.5rem;
  border: 1px solid rgba(1, 200, 215, 0.28);
  background: rgba(1, 200, 215, 0.035);
}

.vehicle-value aside span { color: #01c8d7; }

.vehicle-value aside p {
  margin: 1rem 0 0;
  color: rgba(245, 246, 244, 0.64);
  font-size: 0.9rem;
  line-height: 1.7;
}

.vehicle-unit-nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  padding: 2rem 0 clamp(5rem, 8vw, 7rem);
  border-top: 1px solid rgba(245, 246, 244, 0.14);
  color: #01c8d7;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.vehicle-unit-nav > :nth-child(2) { text-align: center; }
.vehicle-unit-nav > :last-child { text-align: right; }
.vehicle-nav-disabled { color: rgba(245, 246, 244, 0.24); }

@media (hover: hover) {
  .vehicle-breadcrumb a:hover,
  .vehicle-unit-nav a:hover { color: #f5f6f4; }
}

@media (max-width: 1000px) {
  .vehicle-header { grid-template-columns: minmax(0, 1fr) minmax(17rem, 0.55fr); gap: 3rem; }
  .vehicle-spec-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .vehicle-breadcrumb,
  .vehicle-header,
  .vehicle-master,
  .vehicle-editorial,
  .vehicle-systems,
  .vehicle-field-image,
  .vehicle-notes,
  .vehicle-game-data,
  .vehicle-value,
  .vehicle-unit-nav { width: min(100% - 2.5rem, 44rem); }

  .vehicle-header { grid-template-columns: 1fr; align-items: start; }
  .vehicle-header h1 { max-width: none; }
  .vehicle-master { height: auto; aspect-ratio: 4 / 3; }
  .vehicle-master figcaption { right: 1rem; bottom: 1rem; }
  .vehicle-prose { margin-left: 0; }
  .vehicle-notes-list article { grid-template-columns: 1fr; gap: 1rem; }
  .vehicle-game-data dl { grid-template-columns: 1fr; }
  .vehicle-data-note { margin-left: 0; }
  .vehicle-value-layout { grid-template-columns: 1fr; }
  .vehicle-unit-nav { grid-template-columns: 1fr; gap: 1.25rem; }
  .vehicle-unit-nav > :nth-child(2),
  .vehicle-unit-nav > :last-child { text-align: left; }
}

@media (max-width: 480px) {
  .vehicle-breadcrumb,
  .vehicle-header,
  .vehicle-master,
  .vehicle-editorial,
  .vehicle-systems,
  .vehicle-field-image,
  .vehicle-notes,
  .vehicle-game-data,
  .vehicle-value,
  .vehicle-unit-nav { width: calc(100% - 2rem); }

  .vehicle-spec-grid > div,
  .vehicle-game-data dl div,
  .vehicle-value dl div { grid-template-columns: 1fr; gap: 0.45rem; }
  .vehicle-field-image figcaption { align-items: flex-start; flex-direction: column; }
}

html {
  background: #101112;
}

body {
  margin: 0;
  color: #f5f6f4;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

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

a:focus-visible {
  outline: 2px solid #01c8d7;
  outline-offset: 4px;
}

/* Full-viewport landing hero */
.hero {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  background: url("../images/CF_BOLISTES_16_9.png") 58% center / cover no-repeat;
}

.hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(8, 12, 15, 0.78) 0%, rgba(8, 12, 15, 0.48) 38%, rgba(8, 12, 15, 0.06) 70%);
}

/* Navigation */
.site-nav {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 50%;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  width: min(100% - 5rem, 1440px);
  margin: 0 auto;
  padding: 2rem 0;
  background: transparent;
  transform: translateX(-50%);
}

.site-logo {
  display: inline-flex;
  align-items: center;
  width: 10.5rem;
}

.site-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.nav-links,
.nav-trailer,
.button,
.eyebrow {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  gap: clamp(1.25rem, 3vw, 3rem);
}

.nav-links a,
.nav-trailer {
  transition: color 160ms ease;
}

.nav-links a:hover,
.nav-trailer:hover {
  color: #01c8d7;
}

.nav-trailer {
  justify-self: end;
  padding-bottom: 0.35rem;
  border-bottom: 1px solid #01c8d7;
}

/* Hero content */
.hero-content {
  width: min(43rem, calc(100% - 5rem));
  margin: clamp(6rem, 14vh, 11rem) auto 0;
  transform: translateX(-18%);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0 0 1.35rem;
  color: #01c8d7;
}

.eyebrow::before {
  width: 2.25rem;
  height: 1px;
  content: "";
  background: currentColor;
}

h1 {
  max-width: 8.5em;
  margin: 0;
  font-size: clamp(2.7rem, 5.4vw, 5.65rem);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.hero-description {
  max-width: 31rem;
  margin: 1.8rem 0 0;
  color: rgba(245, 246, 244, 0.84);
  font-size: 1rem;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2.5rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.1rem;
  padding: 0.9rem 1.45rem;
  border: 1px solid transparent;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.button-primary {
  border-color: #01c8d7;
  background: #01c8d7;
  color: #071013;
}

.button-primary:hover {
  background: #75e5ec;
  border-color: #75e5ec;
}

.button-secondary {
  border-color: rgba(245, 246, 244, 0.7);
}

.button-secondary:hover {
  border-color: #01c8d7;
  color: #01c8d7;
}

@media (max-width: 760px) {
  .breadcrumb {
    width: min(calc(100% - 2.5rem), 44rem);
    padding: 1.5rem 0;
  }

  .hero {
    background-position: 62% center;
  }

  .hero::before {
    background: rgba(8, 12, 15, 0.57);
  }

  .site-nav {
    grid-template-columns: 1fr auto;
    width: min(100% - 2.5rem, 44rem);
    padding: 1.5rem 0;
  }

  .site-logo {
    width: 8.25rem;
  }

  .nav-links {
    display: none;
  }

  .nav-trailer {
    font-size: 0.62rem;
  }

  .hero-content {
    width: min(100% - 2.5rem, 44rem);
    margin-top: clamp(7rem, 19vh, 10rem);
    transform: none;
  }

  h1 {
    font-size: clamp(2.5rem, 11vw, 4.5rem);
  }

  .hero-description {
    font-size: 0.94rem;
  }
}

@media (max-width: 400px) {
  .breadcrumb { width: calc(100% - 2rem); }

  .site-nav,
  .hero-content {
    width: calc(100% - 2rem);
  }

  .nav-trailer {
    letter-spacing: 0.12em;
  }

  .hero-description br {
    display: none;
  }

  .button {
    width: 100%;
  }
}

/* Compact external signal links */
.site-network-footer {
  flex-wrap: wrap;
  gap: 1.25rem clamp(1.5rem, 3.5vw, 3.5rem);
}

.footer-signals {
  order: 2;
  display: flex;
  gap: 0.9rem;
  align-items: center;
  margin-left: auto;
  color: rgba(245, 246, 244, 0.34);
  font-size: 0.56rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.site-network-footer > p { order: 0; }
.site-network-footer > nav { order: 1; }

.site-network-footer .footer-signals nav {
  display: flex;
  align-items: center;
  gap: 0.2rem;
}

.footer-signals nav a {
  position: relative;
  display: inline-flex;
  width: 2.25rem;
  height: 2.25rem;
  align-items: center;
  justify-content: center;
  color: rgba(245, 246, 244, 0.58);
  border: 0;
  background: transparent;
  transition: color 160ms ease;
}

.footer-signals nav a:focus-visible {
  color: #01c8d7;
  outline: 1px solid #01c8d7;
  outline-offset: -0.2rem;
}

.footer-signal-icon {
  display: block;
  width: 1.05rem;
  height: 1.05rem;
  flex: none;
}

.footer-signal-vicky {
  width: 1.1rem;
  height: 1.05rem;
  background: url('../images/CF_VICKYSIGN_FOOTER.png') center / contain no-repeat;
  opacity: 0.58;
  transition: filter 160ms ease, opacity 160ms ease;
}

.footer-signals nav a:focus-visible .footer-signal-vicky {
  filter: brightness(0) saturate(100%) invert(70%) sepia(98%) saturate(1725%) hue-rotate(132deg) brightness(91%) contrast(99%);
  opacity: 1;
}

.footer-signals nav a::after {
  position: absolute;
  bottom: calc(100% + 0.35rem);
  left: 50%;
  z-index: 2;
  padding: 0.36rem 0.48rem;
  color: rgba(245, 246, 244, 0.82);
  background: #111617;
  border: 1px solid rgba(245, 246, 244, 0.1);
  content: attr(data-tooltip);
  font-size: 0.5rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 0.2rem);
  transition: opacity 140ms ease, transform 140ms ease;
}

@media (hover: hover) {
  .footer-signals nav a:hover {
    color: #01c8d7;
  }

  .footer-signals nav a:hover .footer-signal-vicky {
    filter: brightness(0) saturate(100%) invert(70%) sepia(98%) saturate(1725%) hue-rotate(132deg) brightness(91%) contrast(99%);
    opacity: 1;
  }

  .footer-signals nav a:hover::after,
  .footer-signals nav a:focus-visible::after {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

@media (max-width: 760px) {
  .footer-signals {
    width: 100%;
    margin-left: 0;
  }
}

/* Technology and machines conceptual archive */
.tech-breadcrumb,
.tech-hero,
.tech-section,
.tech-closing,
.tech-return {
  width: min(calc(100% - 5rem), 1440px);
  margin-right: auto;
  margin-left: auto;
}

.tech-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: center;
  padding-top: 1.25rem;
  color: rgba(245, 246, 244, 0.38);
  font-size: 0.61rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tech-breadcrumb a { color: rgba(245, 246, 244, 0.66); }
.tech-breadcrumb a:hover,
.tech-breadcrumb a:focus-visible { color: #01c8d7; }

.tech-label {
  margin: 0;
  color: #01c8d7;
  font-size: 0.63rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.tech-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(28rem, 0.75fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: end;
  padding: clamp(4rem, 8vw, 8rem) 0 clamp(5rem, 9vw, 8rem);
}

.tech-hero-copy { min-width: 0; }
.tech-hero h1 {
  max-width: none;
  margin: 1rem 0 0;
  color: #f5f6f4;
  font-size: clamp(4rem, 8vw, 8.5rem);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 0.84;
  text-transform: uppercase;
}

.tech-lead {
  max-width: 36rem;
  margin: 2.25rem 0 0;
  color: rgba(245, 246, 244, 0.84);
  font-size: clamp(1.1rem, 1.8vw, 1.4rem);
  line-height: 1.55;
}

.tech-intro {
  max-width: 40rem;
  margin: 1.4rem 0 0;
  color: rgba(245, 246, 244, 0.58);
  font-size: 0.95rem;
  line-height: 1.75;
}

.tech-hero-visual,
.tech-wide-visual,
.tech-ferrocyte-layout figure,
.tech-infrastructure-layout figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(245, 246, 244, 0.16);
  background: #080a0b;
}

.tech-hero-visual img,
.tech-wide-visual img,
.tech-ferrocyte-layout img,
.tech-infrastructure-layout img {
  display: block;
  width: 100%;
  height: auto;
}

.tech-hero-visual img { aspect-ratio: 4 / 3; object-fit: cover; object-position: center; }
.tech-hero-visual figcaption,
.tech-wide-visual figcaption,
.tech-ferrocyte-layout figcaption,
.tech-infrastructure-layout figcaption {
  padding: 0.8rem 1rem;
  border-top: 1px solid rgba(245, 246, 244, 0.12);
  color: rgba(245, 246, 244, 0.45);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.tech-index {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: clamp(1rem, 3vw, 3rem);
  border-top: 1px solid rgba(1, 200, 215, 0.38);
  border-left: 1px solid rgba(245, 246, 244, 0.12);
}

.tech-index a {
  min-width: 0;
  padding: 1.25rem;
  border-right: 1px solid rgba(245, 246, 244, 0.12);
  border-bottom: 1px solid rgba(245, 246, 244, 0.12);
  color: rgba(245, 246, 244, 0.74);
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.45;
  text-transform: uppercase;
}

.tech-index a:hover,
.tech-index a:focus-visible { color: #f5f6f4; }
.tech-index span { display: block; margin-bottom: 0.7rem; color: #01c8d7; font-size: 0.56rem; }

.tech-section { padding: clamp(5rem, 10vw, 9rem) 0; border-top: 1px solid rgba(245, 246, 244, 0.14); }
.tech-section-header {
  display: grid;
  grid-template-columns: minmax(4rem, 0.18fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: start;
}

.tech-section-header > span {
  padding-top: 0.25rem;
  color: rgba(245, 246, 244, 0.34);
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.15em;
}

.tech-section h2,
.tech-closing h2 {
  max-width: 15ch;
  margin: 1rem 0 0;
  color: #f5f6f4;
  font-size: clamp(2.6rem, 6vw, 6.2rem);
  font-weight: 500;
  letter-spacing: 0.015em;
  line-height: 0.95;
  text-transform: uppercase;
}

.tech-editorial {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.58fr);
  gap: clamp(3rem, 9vw, 9rem);
  align-items: start;
  margin-top: clamp(3rem, 6vw, 5rem);
}

.tech-copy p,
.tech-ferrocyte-copy > p,
.tech-manufacturers > p:not(.tech-label) {
  margin: 0;
  color: rgba(245, 246, 244, 0.64);
  font-size: 0.98rem;
  line-height: 1.78;
}

.tech-copy p + p,
.tech-ferrocyte-copy > p + p { margin-top: 1.3rem; }

.tech-data {
  margin: 0;
  border-top: 1px solid rgba(1, 200, 215, 0.38);
}

.tech-data div { padding: 1rem 0; border-bottom: 1px solid rgba(245, 246, 244, 0.12); }
.tech-data dt,
.tech-data dd { margin: 0; }
.tech-data dt { color: rgba(245, 246, 244, 0.38); font-size: 0.56rem; font-weight: 600; letter-spacing: 0.13em; text-transform: uppercase; }
.tech-data dd { margin-top: 0.45rem; color: rgba(245, 246, 244, 0.82); font-size: 0.82rem; line-height: 1.5; }

.tech-wide-visual { margin-top: clamp(4rem, 8vw, 7rem); }
.tech-wide-visual img { aspect-ratio: 16 / 9; object-fit: cover; }
.tech-wide-visual .cf-inworld-motion { aspect-ratio: 16 / 9; }
.tech-wide-visual .cf-inworld-poster,
.tech-wide-visual .cf-inworld-video { height: 100%; object-fit: cover; }
.tech-manufacturers { max-width: 61rem; margin: clamp(4rem, 8vw, 7rem) 0 0 auto; padding-left: clamp(1.5rem, 4vw, 3rem); border-left: 1px solid rgba(1, 200, 215, 0.42); }
.tech-manufacturers h3 { margin: 1rem 0 1.5rem; color: rgba(245, 246, 244, 0.9); font-size: clamp(1.5rem, 3.2vw, 3rem); font-weight: 500; letter-spacing: 0.025em; line-height: 1.12; text-transform: uppercase; }

.tech-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: clamp(3rem, 6vw, 5rem); border-top: 1px solid rgba(245, 246, 244, 0.14); border-left: 1px solid rgba(245, 246, 244, 0.14); }
.tech-links a,
.tech-primary-link { color: rgba(245, 246, 244, 0.84); font-size: 0.67rem; font-weight: 600; letter-spacing: 0.13em; text-transform: uppercase; }
.tech-links a { display: flex; justify-content: space-between; gap: 1rem; padding: 1.4rem; border-right: 1px solid rgba(245, 246, 244, 0.14); border-bottom: 1px solid rgba(245, 246, 244, 0.14); }
.tech-links span,
.tech-primary-link span { color: #01c8d7; transition: transform 180ms ease; }
.tech-links a:hover span,
.tech-links a:focus-visible span,
.tech-primary-link:hover span,
.tech-primary-link:focus-visible span { transform: translateX(0.3rem); }

.tech-ferrocyte-layout {
  display: grid;
  grid-template-columns: minmax(20rem, 0.65fr) minmax(0, 1fr);
  gap: clamp(3rem, 9vw, 9rem);
  align-items: start;
  margin-top: clamp(3rem, 7vw, 6rem);
}

.tech-ferrocyte-layout img { aspect-ratio: 3 / 4; object-fit: cover; object-position: center 42%; }
.tech-ferrocyte-copy blockquote {
  margin: clamp(2.5rem, 5vw, 4.5rem) 0;
  padding: clamp(1.5rem, 4vw, 3rem) 0;
  border-top: 1px solid rgba(1, 200, 215, 0.42);
  border-bottom: 1px solid rgba(245, 246, 244, 0.14);
  color: #f5f6f4;
  font-size: clamp(1.7rem, 4vw, 4rem);
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.08;
  text-transform: uppercase;
}
.tech-ferrocyte-copy .tech-data { margin-top: clamp(2.5rem, 5vw, 4rem); }

.tech-interface-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.58fr); gap: clamp(3rem, 9vw, 9rem); align-items: start; margin-top: clamp(3rem, 6vw, 5rem); }
.tech-interface-statement { margin: clamp(2.5rem, 5vw, 4.5rem) 0 0; padding: clamp(1.5rem, 4vw, 3rem) 0; border-top: 1px solid rgba(1, 200, 215, 0.42); border-bottom: 1px solid rgba(245, 246, 244, 0.14); color: rgba(245, 246, 244, 0.88); font-size: clamp(1.3rem, 2.5vw, 2rem); line-height: 1.45; }
.tech-interface-visual { width: min(100%, 24rem); margin: 0; justify-self: end; overflow: hidden; border: 1px solid rgba(245, 246, 244, 0.15); background: #151719; }
.tech-interface-visual img { display: block; width: 100%; height: auto; object-fit: contain; }
.tech-interface-visual figcaption { padding: 0.9rem 1rem; border-top: 1px solid rgba(245, 246, 244, 0.12); color: rgba(245, 246, 244, 0.5); font-size: 0.59rem; font-weight: 600; letter-spacing: 0.13em; text-transform: uppercase; }
.tech-system-list { margin-top: clamp(4rem, 8vw, 7rem); border-top: 1px solid rgba(1, 200, 215, 0.38); }
.tech-system-list article { display: grid; grid-template-columns: 4rem minmax(12rem, 0.45fr) minmax(0, 1fr); gap: clamp(1.5rem, 5vw, 5rem); align-items: baseline; padding: 1.6rem 0; border-bottom: 1px solid rgba(245, 246, 244, 0.12); }
.tech-system-list span { color: #01c8d7; font-size: 0.57rem; font-weight: 600; letter-spacing: 0.13em; }
.tech-system-list h3 { margin: 0; color: rgba(245, 246, 244, 0.9); font-size: 0.82rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; }
.tech-system-list p { margin: 0; color: rgba(245, 246, 244, 0.56); font-size: 0.86rem; line-height: 1.7; }

.tech-infrastructure-layout { display: grid; grid-template-columns: minmax(24rem, 1.1fr) minmax(20rem, 0.72fr); gap: clamp(3rem, 8vw, 8rem); align-items: center; margin-top: clamp(3rem, 7vw, 6rem); }
.tech-infrastructure-layout img { aspect-ratio: 16 / 9; object-fit: cover; }
.tech-infrastructure-layout .tech-data { margin-top: clamp(2.5rem, 5vw, 4rem); }
.tech-primary-link { display: inline-flex; gap: 0.8rem; align-items: center; margin-top: 2rem; padding-bottom: 0.45rem; border-bottom: 1px solid rgba(1, 200, 215, 0.42); }

.tech-closing { padding: clamp(4rem, 8vw, 7rem); border: 1px solid rgba(245, 246, 244, 0.16); background: #131516; }
.tech-closing h2 { max-width: none; }
.tech-closing > p:not(.tech-label) { margin: 1.5rem 0 0; color: rgba(245, 246, 244, 0.64); font-size: 1rem; line-height: 1.7; }
.tech-closing nav { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 3rem; border-top: 1px solid rgba(245, 246, 244, 0.14); border-left: 1px solid rgba(245, 246, 244, 0.14); }
.tech-closing nav a { min-width: 0; padding: 1.5rem; border-right: 1px solid rgba(245, 246, 244, 0.14); border-bottom: 1px solid rgba(245, 246, 244, 0.14); }
.tech-closing nav span { display: block; color: #01c8d7; font-size: 0.67rem; font-weight: 600; letter-spacing: 0.13em; text-transform: uppercase; }
.tech-closing nav small { display: block; margin-top: 0.8rem; color: rgba(245, 246, 244, 0.5); font-size: 0.78rem; line-height: 1.5; }
.tech-return { padding: 2.25rem 0 clamp(4rem, 8vw, 7rem); }
.tech-return a { color: #01c8d7; font-size: 0.64rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; }

@media (max-width: 900px) {
  .tech-hero { grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.8fr); gap: 3rem; }
  .tech-index { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tech-ferrocyte-layout { grid-template-columns: minmax(18rem, 0.55fr) minmax(0, 1fr); gap: 3rem; }
  .tech-infrastructure-layout { grid-template-columns: 1fr; }
  .tech-infrastructure-layout figure { max-width: 52rem; }
}

@media (max-width: 760px) {
  .tech-breadcrumb,
  .tech-hero,
  .tech-section,
  .tech-closing,
  .tech-return { width: min(calc(100% - 2.5rem), 44rem); }
  .tech-hero,
  .tech-editorial,
  .tech-ferrocyte-layout,
  .tech-interface-layout { grid-template-columns: 1fr; }
  .tech-hero { gap: 2.5rem; padding-top: 3.5rem; }
  .tech-hero h1 { font-size: clamp(3rem, 13vw, 7rem); line-height: 0.88; }
  .tech-section-header { grid-template-columns: 2.5rem minmax(0, 1fr); gap: 1rem; }
  .tech-section h2,
  .tech-closing h2 { font-size: clamp(2.25rem, 10vw, 4.5rem); }
  .tech-editorial { gap: 2.5rem; }
  .tech-wide-visual { margin-top: 3.5rem; }
  .tech-manufacturers { margin-top: 3.5rem; }
  .tech-ferrocyte-layout figure { max-width: 32rem; }
  .tech-interface-visual { width: min(100%, 24rem); justify-self: start; }
  .tech-system-list article { grid-template-columns: 2.5rem minmax(0, 1fr); gap: 0.8rem 1rem; }
  .tech-system-list p { grid-column: 2; }
  .tech-closing nav { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .tech-breadcrumb,
  .tech-hero,
  .tech-section,
  .tech-closing,
  .tech-return { width: calc(100% - 2rem); }
  .tech-index,
  .tech-links { grid-template-columns: 1fr; }
  .tech-closing { padding: 2.5rem 1.25rem; }
}

/* Stories */
.stories-page {
  min-width: 20rem;
  background: #101112;
}

.stories-nav .hub-nav-links > a {
  transition: color 160ms ease;
}

.stories-nav .hub-nav-links > a:hover {
  color: #01c8d7;
}

.stories-intro,
.stories-feature,
.stories-secondary,
.stories-footer {
  width: min(100% - 5rem, 1440px);
  margin-right: auto;
  margin-left: auto;
}

.stories-intro {
  padding: clamp(6rem, 12vw, 11rem) 0 clamp(5rem, 9vw, 8rem);
}

.stories-intro h1 {
  max-width: none;
  font-size: clamp(2.7rem, 6.5vw, 6.25rem);
}

.stories-lead {
  margin: 1.8rem 0 0;
  color: rgba(245, 246, 244, 0.84);
  font-size: clamp(1.05rem, 1.7vw, 1.3rem);
  line-height: 1.6;
}

.stories-note {
  max-width: 42rem;
  margin: 1rem 0 0;
  color: rgba(245, 246, 244, 0.55);
  font-size: 0.95rem;
  line-height: 1.7;
}

/* Primary editorial feature */
.stories-feature {
  min-height: clamp(38rem, 55vw, 48rem);
  margin-bottom: clamp(5rem, 8vw, 8rem);
  border: 1px solid rgba(245, 246, 244, 0.18);
  background: #151719;
  transition: border-color 300ms ease;
}

.stories-feature > a {
  display: grid;
  grid-template-columns: minmax(0, 1.72fr) minmax(20rem, 0.78fr);
  min-height: inherit;
}

.stories-feature-image {
  position: relative;
  min-width: 0;
  overflow: hidden;
}

.stories-feature-image::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, transparent 65%, rgba(7, 10, 13, 0.4) 100%);
}

.stories-feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 68%;
  transition: transform 600ms ease;
}

.stories-feature-copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(2rem, 4vw, 4.5rem);
  border-left: 1px solid rgba(245, 246, 244, 0.12);
}

.story-number,
.story-action,
.stories-footer {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.story-number,
.story-action {
  color: #01c8d7;
}

.stories-feature-copy h2,
.story-column-copy h2 {
  margin: 0;
  font-weight: 500;
  letter-spacing: 0.035em;
  line-height: 1.02;
  text-transform: uppercase;
}

.stories-feature-copy h2 {
  font-size: clamp(2.2rem, 3.7vw, 4.4rem);
}

.stories-feature-copy p,
.story-column-copy p {
  color: rgba(245, 246, 244, 0.72);
  line-height: 1.7;
}

.stories-feature-copy p {
  margin: 1.5rem 0 0;
  font-size: 0.97rem;
}

.story-action {
  display: inline-block;
  margin-top: 2rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid rgba(1, 200, 215, 0.45);
}

.story-action span {
  display: inline-block;
  transition: transform 250ms ease;
}

/* Secondary story features */
.stories-secondary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(2rem, 4vw, 4.5rem);
  margin-bottom: clamp(7rem, 12vw, 12rem);
}

.story-column {
  border-top: 1px solid rgba(245, 246, 244, 0.18);
  transition: border-color 300ms ease;
}

.story-column > a {
  display: block;
}

.story-column-image {
  position: relative;
  height: clamp(31rem, 49vw, 44rem);
  overflow: hidden;
  background: #151719;
}

.story-column-image img,
.story-column-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.story-column-image img {
  object-fit: cover;
  transition: transform 600ms ease;
}

.story-column-files img {
  object-position: 50% 11%;
}

.story-column-characters img {
  object-position: 70% 31%;
}

.story-column-shade {
  background: linear-gradient(180deg, rgba(7, 10, 13, 0.42) 0%, transparent 22%, transparent 78%, rgba(7, 10, 13, 0.16) 100%);
}

.story-column-image .story-number {
  position: absolute;
  z-index: 1;
  top: clamp(1.5rem, 2.5vw, 2.5rem);
  left: clamp(1.5rem, 2.5vw, 2.5rem);
}

.story-column-copy {
  padding: clamp(2rem, 3.5vw, 3.5rem) 0 0;
}

.story-column-copy h2 {
  font-size: clamp(2rem, 3.5vw, 3.75rem);
}

.story-column-copy p {
  max-width: 35rem;
  margin: 1.15rem 0 0;
  font-size: 0.95rem;
}

.stories-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.25rem 0;
  border-top: 1px solid rgba(245, 246, 244, 0.12);
}

.stories-footer p {
  margin: 0;
  color: rgba(245, 246, 244, 0.62);
}

.stories-footer p span {
  color: #01c8d7;
}

.stories-footer nav {
  display: flex;
  gap: clamp(1.5rem, 3.5vw, 3.5rem);
}

.stories-footer a {
  transition: color 160ms ease;
}

.stories-footer a:hover {
  color: #01c8d7;
}

@media (hover: hover) {
  .stories-feature:hover,
  .story-column:hover {
    border-color: #01c8d7;
  }

  .stories-feature:hover img,
  .story-column:hover img {
    transform: scale(1.025);
  }

  .stories-feature:hover .story-action span,
  .story-column:hover .story-action span {
    transform: translateX(0.3rem);
  }
}

@media (max-width: 1000px) {
  .stories-feature > a {
    grid-template-columns: minmax(0, 1.35fr) minmax(18rem, 0.85fr);
  }

  .stories-nav .hub-nav-links {
    gap: 1.4rem;
  }

  .story-column-image {
    height: 35rem;
  }
}

@media (max-width: 760px) {
  .stories-intro,
  .stories-feature,
  .stories-secondary,
  .stories-footer {
    width: min(100% - 2.5rem, 44rem);
  }

  .stories-nav .hub-nav-links > a:nth-child(2),
  .stories-nav .hub-nav-links > a:nth-child(3) {
    display: none;
  }

  .stories-intro {
    padding: 5.5rem 0 4.5rem;
  }

  .stories-feature {
    min-height: 0;
    margin-bottom: 5rem;
  }

  .stories-feature > a {
    display: block;
    min-height: 0;
  }

  .stories-feature-image {
    aspect-ratio: 5 / 6;
  }

  .stories-feature-image::after {
    background: linear-gradient(0deg, rgba(7, 10, 13, 0.36) 0%, transparent 30%);
  }

  .stories-feature-copy {
    min-height: 27rem;
    border-top: 1px solid rgba(245, 246, 244, 0.12);
    border-left: 0;
  }

  .stories-secondary {
    grid-template-columns: 1fr;
    gap: 5rem;
    margin-bottom: 7rem;
  }

  .story-column-image {
    height: auto;
    aspect-ratio: 4 / 5;
  }

  .story-column-files img {
    object-position: 50% 8%;
  }

  .story-column-characters img {
    object-position: 70% 28%;
  }

  .stories-footer {
    align-items: flex-start;
    gap: 2rem;
  }
}

@media (max-width: 400px) {
  .stories-intro,
  .stories-feature,
  .stories-secondary,
  .stories-footer {
    width: calc(100% - 2rem);
  }

  .stories-footer {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .stories-feature,
  .stories-feature img,
  .story-column,
  .story-column img,
  .story-action span {
    transition: none;
  }
}

/* Dedicated narrative archives */
.story-archive-page main { overflow: hidden; }

.chronicles-hero,
.current-edition,
.chapter-archive,
.valkyries-section,
.files-intro,
.file-record,
.files-continuation {
  width: min(100% - 5rem, 1440px);
  margin-right: auto;
  margin-left: auto;
}

.chronicles-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(22rem, 0.65fr);
  gap: clamp(3rem, 8vw, 9rem);
  align-items: center;
  min-height: calc(100vh - 8rem);
  padding: clamp(4rem, 8vw, 8rem) 0;
}

.chronicles-hero-copy,
.edition-layout > *,
.file-record > * { min-width: 0; }

.chronicles-hero h1,
.files-intro h1 {
  margin: 1.2rem 0 0;
  font-size: clamp(3.6rem, 8vw, 8.2rem);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 0.82;
  text-transform: uppercase;
}

.story-kicker {
  margin: 2.25rem 0 0;
  color: #01c8d7;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.story-introduction {
  max-width: 43rem;
  margin: 1.25rem 0 0;
  color: rgba(245, 246, 244, 0.7);
  font-size: clamp(1rem, 1.45vw, 1.2rem);
  line-height: 1.75;
}

.story-cover {
  margin: 0;
  background: #0a0b0c;
}

.story-cover img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 0.707 / 1;
  object-fit: contain;
}

.story-cover-main {
  width: min(100%, 34rem);
  justify-self: end;
  box-shadow: 0 2.5rem 5rem rgba(0, 0, 0, 0.34);
}

.current-edition,
.chapter-archive,
.valkyries-section { padding: clamp(6rem, 11vw, 11rem) 0 0; }

.story-section-heading {
  display: grid;
  grid-template-columns: minmax(10rem, 0.42fr) minmax(0, 1fr);
  gap: clamp(2rem, 6vw, 7rem);
  align-items: end;
  padding-bottom: clamp(2rem, 4vw, 3.5rem);
  border-bottom: 1px solid rgba(245, 246, 244, 0.16);
}

.story-section-heading p,
.chapter-index,
.file-designation,
.file-meta dt,
.files-continuation span {
  margin: 0;
  color: #01c8d7;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.story-section-heading h2 {
  margin: 0;
  font-size: clamp(2.5rem, 5vw, 5.5rem);
  font-weight: 500;
  line-height: 0.95;
  text-transform: uppercase;
}

.edition-layout {
  display: grid;
  grid-template-columns: minmax(18rem, 0.75fr) minmax(0, 1fr);
  gap: clamp(3rem, 8vw, 9rem);
  padding-top: clamp(2.5rem, 5vw, 4.5rem);
}

.edition-meta,
.file-meta { margin: 0; }

.edition-meta div,
.file-meta div {
  display: grid;
  grid-template-columns: minmax(8rem, 0.65fr) 1fr;
  gap: 1rem;
  padding: 1rem 0;
  border-top: 1px solid rgba(245, 246, 244, 0.12);
}

.edition-meta dt,
.edition-meta dd,
.file-meta dt,
.file-meta dd { margin: 0; }

.edition-meta dt {
  color: rgba(245, 246, 244, 0.4);
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.edition-meta dd,
.file-meta dd {
  color: rgba(245, 246, 244, 0.82);
  font-size: 0.85rem;
  line-height: 1.55;
}

.edition-copy > p {
  max-width: 42rem;
  margin: 0;
  color: rgba(245, 246, 244, 0.72);
  font-size: clamp(1.05rem, 1.75vw, 1.35rem);
  line-height: 1.75;
}

.edition-copy .edition-title {
  margin-bottom: 1.25rem;
  color: #f5f6f4;
  font-size: clamp(1.8rem, 3vw, 3.2rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.05;
  text-transform: uppercase;
}

.edition-copy .edition-title span {
  color: #01c8d7;
  font-size: 0.48em;
  letter-spacing: 0.12em;
}

.story-read-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2.25rem;
}

.story-read-actions a {
  display: inline-flex;
  justify-content: space-between;
  gap: 2rem;
  min-width: 13rem;
  padding: 0.95rem 1.1rem;
  border: 1px solid rgba(1, 200, 215, 0.46);
  color: #01c8d7;
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: border-color 160ms ease, color 160ms ease, background 160ms ease;
}

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

.chapter-list article {
  display: flex;
  min-height: 36rem;
  flex-direction: column;
  padding: clamp(2rem, 4vw, 4rem);
  border-bottom: 1px solid rgba(245, 246, 244, 0.14);
}

.chapter-list article + article { border-left: 1px solid rgba(245, 246, 244, 0.14); }

.chapter-heading {
  display: flex;
  align-items: baseline;
  gap: 1rem;
}

.chapter-number {
  margin: 0;
  color: rgba(245, 246, 244, 0.26);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
}

.chapter-list blockquote {
  max-width: 31rem;
  margin: clamp(4rem, 7vw, 6.5rem) 0 0;
  font-size: clamp(1.8rem, 3.2vw, 3.25rem);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.08;
}

.chapter-attribution {
  margin-top: auto;
  padding-top: 3rem;
}

.chapter-attribution p,
.chapter-attribution time {
  display: block;
  margin: 0;
  color: rgba(245, 246, 244, 0.48);
  font-size: 0.66rem;
  letter-spacing: 0.12em;
  line-height: 1.7;
  text-transform: uppercase;
}

.chapter-attribution strong {
  color: #f5f6f4;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.15em;
}

.chapter-note {
  margin: 1.25rem 0 0;
  color: rgba(245, 246, 244, 0.38);
  font-size: 0.72rem;
  line-height: 1.6;
}

.valkyries-section { padding-bottom: clamp(7rem, 12vw, 12rem); }

.valkyrie-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(0.75rem, 1.5vw, 1.5rem);
  padding-top: clamp(2.5rem, 5vw, 4.5rem);
}

.valkyrie-grid figure {
  aspect-ratio: 3 / 4;
  margin: 0;
  overflow: hidden;
  background: #0a0b0c;
}

.valkyrie-grid img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.valkyrie-grid article:first-child img { object-position: 54% center; }

.valkyrie-grid article > p {
  margin: 1rem 0 0;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.valkyrie-grid article > span {
  display: block;
  margin-top: 0.45rem;
  color: rgba(245, 246, 244, 0.45);
  font-size: 0.66rem;
  letter-spacing: 0.09em;
  line-height: 1.5;
  text-transform: uppercase;
}

.files-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(22rem, 0.65fr);
  gap: clamp(3rem, 8vw, 9rem);
  align-items: end;
  padding: clamp(6rem, 12vw, 11rem) 0 clamp(7rem, 12vw, 12rem);
}

.files-intro > .eyebrow { grid-column: 1 / -1; margin-bottom: -2rem; }
.files-intro .story-kicker { margin-top: 0; }

.file-record {
  display: grid;
  grid-template-columns: minmax(20rem, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(3rem, 9vw, 10rem);
  align-items: center;
  padding: clamp(6rem, 10vw, 10rem) 0;
  border-top: 1px solid rgba(245, 246, 244, 0.15);
}

.file-record .story-cover {
  width: min(100%, 34rem);
  box-shadow: 0 2.5rem 5rem rgba(0, 0, 0, 0.3);
}

.file-record-reverse { grid-template-columns: minmax(0, 1.28fr) minmax(20rem, 0.72fr); }
.file-record-reverse .story-cover { grid-column: 2; grid-row: 1; justify-self: end; }
.file-record-reverse .file-record-copy { grid-column: 1; grid-row: 1; }

.file-record h2 {
  margin: 1rem 0 0;
  font-size: clamp(3rem, 6.5vw, 7rem);
  font-weight: 500;
  line-height: 0.88;
  text-transform: uppercase;
}

.file-record-copy > p:not(.file-designation) {
  max-width: 46rem;
  margin: 1.75rem 0 0;
  color: rgba(245, 246, 244, 0.68);
  font-size: clamp(1rem, 1.4vw, 1.16rem);
  line-height: 1.75;
}

.file-meta { max-width: 42rem; margin-top: 2.5rem; }
.file-meta dt { color: rgba(245, 246, 244, 0.4); }

.files-continuation {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: clamp(7rem, 12vw, 12rem);
  padding: clamp(2rem, 4vw, 3.5rem) 0;
  border-top: 1px solid rgba(245, 246, 244, 0.14);
  border-bottom: 1px solid rgba(245, 246, 244, 0.14);
}

.files-continuation p {
  margin: 0;
  font-size: clamp(1.6rem, 3vw, 3rem);
  text-transform: uppercase;
}

.files-continuation span { color: rgba(245, 246, 244, 0.38); }

@media (hover: hover) {
  .story-read-actions a:hover,
  .story-read-actions a:focus-visible {
    border-color: #01c8d7;
    color: #f5f6f4;
    background: rgba(1, 200, 215, 0.06);
  }

}

@media (max-width: 900px) {
  .chronicles-hero,
  .files-intro { grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.7fr); gap: 3rem; }
  .valkyrie-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2.5rem 1rem; }
  .file-record,
  .file-record-reverse { grid-template-columns: minmax(17rem, 0.8fr) minmax(0, 1.2fr); gap: 3.5rem; }
}

@media (max-width: 760px) {
  .chronicles-hero,
  .current-edition,
  .chapter-archive,
  .valkyries-section,
  .files-intro,
  .file-record,
  .files-continuation { width: min(100% - 2.5rem, 44rem); }

  .chronicles-hero {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 5rem 0 6rem;
  }

  .chronicles-hero h1,
  .files-intro h1 { font-size: clamp(3.15rem, 15vw, 6rem); }
  .story-cover-main { width: min(88%, 30rem); justify-self: center; }
  .story-section-heading { grid-template-columns: 1fr; gap: 0.85rem; }
  .edition-layout { grid-template-columns: 1fr; gap: 2.5rem; }
  .chapter-list { grid-template-columns: 1fr; }
  .chapter-list article { min-height: 34rem; padding-right: 0; padding-left: 0; }
  .chapter-list article + article { border-left: 0; }

  .files-intro {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 5rem 0 7rem;
  }

  .files-intro > .eyebrow { grid-column: auto; margin-bottom: 0; }
  .file-record,
  .file-record-reverse { grid-template-columns: 1fr; gap: 3rem; }
  .file-record .story-cover { width: min(88%, 30rem); justify-self: center; }
  .file-record-reverse .story-cover,
  .file-record-reverse .file-record-copy { grid-column: auto; grid-row: auto; }
  .file-record-reverse .story-cover { order: 0; }
  .file-record-reverse .file-record-copy { order: 1; }
  .files-continuation { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 480px) {
  .chronicles-hero,
  .current-edition,
  .chapter-archive,
  .valkyries-section,
  .files-intro,
  .file-record,
  .files-continuation { width: calc(100% - 2rem); }

  .story-read-actions { flex-direction: column; }
  .story-read-actions a { width: 100%; }
  .valkyrie-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .valkyrie-grid figure { aspect-ratio: 4 / 5; }
}

@media (prefers-reduced-motion: reduce) {
  .story-read-actions a { transition: none; }
}

/* Universe archive */
.universe-page {
  min-width: 20rem;
  background: #101112;
}

.universe-nav .hub-nav-links > a {
  transition: color 160ms ease;
}

.universe-nav .hub-nav-links > a:hover {
  color: #01c8d7;
}

.universe-intro,
.universe-grid,
.universe-footer {
  width: min(100% - 5rem, 1440px);
  margin-right: auto;
  margin-left: auto;
}

.universe-intro {
  padding: clamp(6rem, 12vw, 11rem) 0 clamp(4.5rem, 8vw, 7rem);
}

.universe-intro h1 {
  max-width: none;
  font-size: clamp(2.7rem, 6.5vw, 6.25rem);
}

.universe-intro > p:last-child {
  max-width: 43rem;
  margin: 1.7rem 0 0;
  color: rgba(245, 246, 244, 0.7);
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  line-height: 1.7;
}

.universe-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: 41rem 35rem 35rem;
  gap: clamp(1.5rem, 2.5vw, 2.25rem);
  margin-bottom: clamp(6rem, 10vw, 10rem);
}

.universe-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(245, 246, 244, 0.18);
  background: #151719;
  transition: border-color 300ms ease;
}

.universe-card-system {
  margin-top: 4rem;
}

.universe-card-world {
  margin-bottom: 3rem;
}

.universe-card-technology {
  grid-column: 1 / -1;
}

.universe-card > a,
.universe-card img,
.universe-card-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.universe-card img {
  object-fit: cover;
  transition: transform 600ms ease;
}

.universe-card-settlement img { object-position: center 42%; }
.universe-card-system img { object-position: center; }
.universe-card-world img { object-position: center 43%; }
.universe-card-technology img { object-position: center; }
.universe-card-factions img { object-position: center 58%; }

.universe-card-overlay {
  background: linear-gradient(0deg, rgba(7, 10, 13, 0.96) 0%, rgba(7, 10, 13, 0.6) 34%, rgba(7, 10, 13, 0.08) 70%);
}

.universe-card-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: clamp(1.5rem, 3vw, 2.75rem);
}

.universe-card-number,
.universe-card-action,
.universe-footer {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.universe-card-number,
.universe-card-action {
  color: #01c8d7;
}

.universe-card-content h2 {
  max-width: 13em;
  margin: 0;
  font-size: clamp(2rem, 3.4vw, 3.75rem);
  font-weight: 500;
  letter-spacing: 0.035em;
  line-height: 1.02;
  text-transform: uppercase;
}

.universe-card-content p {
  max-width: 31rem;
  margin: 1rem 0 0;
  color: rgba(245, 246, 244, 0.78);
  font-size: 0.95rem;
  line-height: 1.55;
}

.universe-card-action {
  display: inline-block;
  margin-top: 1.8rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid rgba(1, 200, 215, 0.45);
}

.universe-card-action span {
  display: inline-block;
  transition: transform 250ms ease;
}

.universe-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.25rem 0;
  border-top: 1px solid rgba(245, 246, 244, 0.12);
}

.universe-footer p {
  margin: 0;
  color: rgba(245, 246, 244, 0.62);
}

.universe-footer p span {
  color: #01c8d7;
}

.universe-footer nav {
  display: flex;
  gap: clamp(1.5rem, 3.5vw, 3.5rem);
}

.universe-footer a {
  transition: color 160ms ease;
}

.universe-footer a:hover {
  color: #01c8d7;
}

@media (hover: hover) {
  .universe-card:hover {
    border-color: #01c8d7;
  }

  .universe-card:hover img {
    transform: scale(1.025);
  }

  .universe-card:hover .universe-card-action span {
    transform: translateX(0.3rem);
  }
}

@media (max-width: 900px) {
  .universe-nav .hub-nav-links {
    gap: 1.4rem;
  }

  .universe-grid {
    grid-template-rows: 35rem 32rem 32rem;
  }

  .universe-card-system {
    margin-top: 2.5rem;
  }

  .universe-card-world {
    margin-bottom: 2rem;
  }
}

@media (max-width: 760px) {
  .universe-intro,
  .universe-grid,
  .universe-footer {
    width: min(100% - 2.5rem, 44rem);
  }

  .universe-nav .hub-nav-links > a:nth-child(2),
  .universe-nav .hub-nav-links > a:nth-child(3) {
    display: none;
  }

  .universe-intro {
    padding: 5.5rem 0 4rem;
  }

  .universe-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 1.4rem;
    margin-bottom: 5rem;
  }

  .universe-card,
  .universe-card-system,
  .universe-card-world {
    min-height: clamp(29rem, 125vw, 38rem);
    margin: 0;
  }

  .universe-card-technology {
    grid-column: auto;
  }

  .universe-card-system,
  .universe-card-technology {
    min-height: clamp(25rem, 92vw, 32rem);
  }

  .universe-footer {
    align-items: flex-start;
    gap: 2rem;
  }
}

@media (max-width: 400px) {
  .universe-intro,
  .universe-grid,
  .universe-footer {
    width: calc(100% - 2rem);
  }

  .universe-footer {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .universe-card,
  .universe-card img,
  .universe-card-action span {
    transition: none;
  }
}

/* Factions archive */
.faction-breadcrumb,
.faction-hero,
.faction-record,
.faction-raiders,
.faction-order,
.faction-fringe,
.faction-closing,
.faction-return {
  width: min(100% - 5rem, 1440px);
  margin-right: auto;
  margin-left: auto;
}

.faction-breadcrumb {
  display: flex;
  gap: 0.55rem;
  padding: 2rem 0;
  border-bottom: 1px solid rgba(245, 246, 244, 0.14);
  color: rgba(245, 246, 244, 0.38);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.faction-breadcrumb a,
.faction-link { color: #01c8d7; }

.faction-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(24rem, 1.2fr);
  gap: clamp(3rem, 7vw, 8rem);
  padding: clamp(5rem, 10vw, 9rem) 0 clamp(4rem, 8vw, 7rem);
}

.faction-hero-copy { align-self: center; }
.faction-hero h1 { max-width: 100%; margin-top: 0.8rem; font-size: clamp(4rem, 7vw, 7rem); line-height: 0.88; text-transform: uppercase; }
.faction-lead { margin: 2.25rem 0 0; font-size: clamp(1.35rem, 2.2vw, 2rem); line-height: 1.25; }
.faction-hero-copy > p:last-child { max-width: 39rem; color: rgba(245, 246, 244, 0.64); line-height: 1.75; }
.faction-hero figure { position: relative; min-height: 39rem; margin: 0; overflow: hidden; border: 1px solid rgba(245, 246, 244, 0.16); }
.faction-hero figure::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, transparent 55%, rgba(7, 10, 13, 0.8)); }
.faction-hero figure img { width: 100%; height: 100%; object-fit: cover; }
.faction-hero figcaption,
.faction-insignia figcaption { position: absolute; z-index: 1; right: 1.25rem; bottom: 1.1rem; color: rgba(245, 246, 244, 0.58); font-size: 0.6rem; letter-spacing: 0.14em; text-transform: uppercase; }

.faction-label,
.faction-alias,
.faction-record dt,
.faction-raiders dt,
.faction-order dt,
.faction-fringe dt,
.faction-fringe aside > span {
  color: #01c8d7;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.faction-index { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 1rem; border-top: 1px solid rgba(245, 246, 244, 0.15); border-bottom: 1px solid rgba(245, 246, 244, 0.15); }
.faction-index a { padding: 1.2rem 1rem; border-right: 1px solid rgba(245, 246, 244, 0.1); color: rgba(245, 246, 244, 0.72); font-size: 0.68rem; letter-spacing: 0.1em; text-transform: uppercase; }
.faction-index a:last-child { border-right: 0; }
.faction-index span { display: block; margin-bottom: 0.45rem; color: #01c8d7; }

.faction-record { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(22rem, 0.9fr); gap: clamp(3rem, 8vw, 9rem); align-items: center; padding: clamp(6rem, 11vw, 10rem) 0; border-top: 1px solid rgba(245, 246, 244, 0.12); }
.faction-record > figure { height: clamp(34rem, 55vw, 52rem); margin: 0; overflow: hidden; }
.faction-record > figure img { width: 100%; height: 100%; object-fit: cover; }
.faction-record-copy h2,
.faction-raiders h2,
.faction-order h2,
.faction-fringe h2 { margin-top: 0.8rem; font-size: clamp(3rem, 7vw, 7rem); line-height: 0.9; text-transform: uppercase; }
.faction-statement { margin: 2rem 0; color: rgba(245, 246, 244, 0.92); font-size: clamp(1.2rem, 2vw, 1.75rem); line-height: 1.35; }
.faction-record-copy > p:not(.faction-label):not(.faction-statement),
.faction-raiders > div > p:not(.faction-label):not(.faction-statement),
.faction-order-body > p:not(.faction-statement),
.faction-fringe-copy > p:not(.faction-label):not(.faction-alias):not(.faction-statement) { color: rgba(245, 246, 244, 0.66); line-height: 1.75; }
.faction-record dl,
.faction-raiders dl,
.faction-order dl,
.faction-fringe dl { margin: 2.5rem 0 0; }
.faction-record dl div,
.faction-raiders dl div,
.faction-order dl div,
.faction-fringe dl div { display: grid; grid-template-columns: 9rem 1fr; gap: 1rem; padding: 0.9rem 0; border-top: 1px solid rgba(245, 246, 244, 0.12); }
.faction-record dd,
.faction-raiders dd,
.faction-order dd,
.faction-fringe dd { margin: 0; color: rgba(245, 246, 244, 0.76); font-size: 0.82rem; line-height: 1.5; }
.faction-link { display: inline-block; margin-top: 2.2rem; padding-bottom: 0.4rem; border-bottom: 1px solid rgba(1, 200, 215, 0.4); font-size: 0.66rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; }
.faction-hdf { grid-template-columns: minmax(22rem, 1fr) minmax(18rem, 0.65fr); }
.faction-insignia { position: relative; display: grid; place-items: center; background: #e7e7e4; }
.faction-insignia img { width: 90% !important; height: 90% !important; object-fit: contain !important; }
.faction-insignia figcaption { color: rgba(7, 10, 13, 0.58); }

.faction-raiders { position: relative; min-height: min(78vw, 64rem); overflow: hidden; border: 1px solid rgba(245, 246, 244, 0.15); }
.faction-raiders > figure { position: absolute; inset: 0; margin: 0; }
.faction-raiders > figure::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(7, 10, 13, 0.96) 0%, rgba(7, 10, 13, 0.8) 43%, rgba(7, 10, 13, 0.15) 82%); }
.faction-raiders img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.faction-raiders > div { position: relative; z-index: 1; width: min(44rem, 56%); padding: clamp(3rem, 7vw, 7rem); }

.faction-order { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(3rem, 6vw, 6rem); padding: clamp(7rem, 13vw, 12rem) 0; background: radial-gradient(circle at 18% 45%, rgba(1, 200, 215, 0.06), transparent 32%); }
.faction-order-header { align-self: start; position: sticky; top: 8rem; }
.faction-order h2 { max-width: 100%; font-size: clamp(3rem, 5vw, 5rem); letter-spacing: -0.03em; }
.faction-order-body { max-width: 45rem; }
.faction-order-body .faction-statement { margin-top: 0; }

.faction-fringe { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(19rem, 0.6fr); gap: clamp(4rem, 10vw, 11rem); padding: clamp(6rem, 11vw, 10rem) 0; border-top: 1px solid rgba(245, 246, 244, 0.12); }
.faction-alias { margin-top: 1.2rem; color: rgba(245, 246, 244, 0.42); }
.faction-fringe aside { align-self: end; padding: 2rem; border-left: 1px solid #01c8d7; background: rgba(245, 246, 244, 0.025); }
.faction-fringe aside h3 { margin: 0.55rem 0 0.8rem; font-size: 1.75rem; font-weight: 500; text-transform: uppercase; }
.faction-fringe aside p { margin: 0 0 2.5rem; color: rgba(245, 246, 244, 0.58); line-height: 1.65; }
.faction-fringe aside p:last-child { margin-bottom: 0; }

.faction-closing { padding: clamp(6rem, 10vw, 9rem) 0; border-top: 1px solid rgba(245, 246, 244, 0.12); }
.faction-closing h2 { margin-top: 1rem; font-size: clamp(2.8rem, 6vw, 6rem); line-height: 1; }
.faction-closing nav { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 4rem; border-top: 1px solid rgba(245, 246, 244, 0.14); border-bottom: 1px solid rgba(245, 246, 244, 0.14); }
.faction-closing nav a { display: flex; flex-direction: column; gap: 0.55rem; padding: 1.5rem; border-right: 1px solid rgba(245, 246, 244, 0.12); }
.faction-closing nav a:last-child { border-right: 0; }
.faction-closing nav span { color: #01c8d7; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; }
.faction-closing nav small { color: rgba(245, 246, 244, 0.5); line-height: 1.5; }
.faction-return { padding: 0 0 5rem; color: #01c8d7; font-size: 0.68rem; letter-spacing: 0.14em; text-transform: uppercase; }

@media (max-width: 900px) {
  .faction-hero,
  .faction-record,
  .faction-hdf,
  .faction-order,
  .faction-fringe { grid-template-columns: 1fr; }
  .faction-hero figure { min-height: 31rem; }
  .faction-index { grid-template-columns: repeat(2, 1fr); }
  .faction-index a { border-bottom: 1px solid rgba(245, 246, 244, 0.1); }
  .faction-hdf .faction-insignia { order: -1; height: 28rem; }
  .faction-raiders > div { width: min(39rem, 76%); }
  .faction-order-header { position: static; }
}

@media (max-width: 760px) {
  .faction-breadcrumb,
  .faction-hero,
  .faction-record,
  .faction-raiders,
  .faction-order,
  .faction-fringe,
  .faction-closing,
  .faction-return { width: min(100% - 2.5rem, 44rem); }
  .faction-hero { padding-top: 4rem; }
  .faction-hero figure { min-height: 24rem; }
  .faction-record > figure { height: 30rem; }
  .faction-raiders { min-height: 56rem; }
  .faction-raiders > figure::after { background: linear-gradient(0deg, rgba(7, 10, 13, 0.98) 0%, rgba(7, 10, 13, 0.75) 65%, rgba(7, 10, 13, 0.16)); }
  .faction-raiders > div { position: absolute; right: 0; bottom: 0; left: 0; width: 100%; padding: 2rem; }
  .faction-record dl div,
  .faction-raiders dl div,
  .faction-order dl div,
  .faction-fringe dl div { grid-template-columns: 1fr; gap: 0.35rem; }
  .faction-closing nav { grid-template-columns: 1fr; }
  .faction-closing nav a { border-right: 0; border-bottom: 1px solid rgba(245, 246, 244, 0.12); }
  .faction-closing nav a:last-child { border-bottom: 0; }
}

@media (max-width: 400px) {
  .faction-breadcrumb,
  .faction-hero,
  .faction-record,
  .faction-raiders,
  .faction-order,
  .faction-fringe,
  .faction-closing,
  .faction-return { width: calc(100% - 2rem); }
  .faction-index { grid-template-columns: 1fr; }
}

/* Cyndralis strategic system archive */
.system-intro,
.system-plate,
.world-archive,
.system-context,
.system-return {
  width: min(100% - 5rem, 1440px);
  margin-right: auto;
  margin-left: auto;
}

.system-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(2rem, 6vw, 7rem);
  align-items: end;
  padding: clamp(4.5rem, 8vw, 7.5rem) 0 clamp(3.5rem, 6vw, 5rem);
  border-bottom: 1px solid rgba(245, 246, 244, 0.16);
}

.system-intro h1 {
  max-width: 12em;
  margin: 0.75rem 0 0;
  font-size: clamp(2.8rem, 6vw, 5.8rem);
  line-height: 0.98;
}

.system-intro-copy > p:last-child {
  max-width: 46rem;
  margin: 1.5rem 0 0;
  color: rgba(245, 246, 244, 0.68);
  font-size: clamp(0.95rem, 1.4vw, 1.1rem);
  line-height: 1.7;
}

.system-intro-meta {
  display: grid;
  gap: 0.75rem;
  min-width: 13rem;
  padding-left: 1.5rem;
  border-left: 1px solid rgba(1, 200, 215, 0.35);
  color: rgba(245, 246, 244, 0.52);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.system-intro-meta span:first-child { color: #01c8d7; }

.system-plate { padding-top: clamp(3rem, 6vw, 5.5rem); }

.system-plate-visual {
  margin: 0;
  border: 1px solid rgba(245, 246, 244, 0.16);
  background: #0b0d0e;
}

.system-plate-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.system-plate-data {
  display: grid;
  grid-template-columns: minmax(15rem, 0.6fr) minmax(0, 1.4fr);
  gap: clamp(2rem, 5vw, 5rem);
  padding: clamp(1.5rem, 3vw, 2.5rem);
  border: 1px solid rgba(245, 246, 244, 0.16);
  border-top: 0;
  background: #131516;
}

.system-plate-data p,
.system-section-heading p,
.system-context > p {
  margin: 0;
  color: #01c8d7;
  font-size: 0.63rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.system-plate-data h2 {
  margin: 0.75rem 0 0;
  font-size: clamp(1.65rem, 3vw, 2.8rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.system-plate-data dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  border-top: 1px solid rgba(245, 246, 244, 0.1);
  border-left: 1px solid rgba(245, 246, 244, 0.1);
}

.system-plate-data dl div {
  padding: 0.9rem 1rem;
  border-right: 1px solid rgba(245, 246, 244, 0.1);
  border-bottom: 1px solid rgba(245, 246, 244, 0.1);
}

.system-plate-data dl div:last-child { grid-column: 1 / -1; }
.system-plate-data dt,
.system-plate-data dd { margin: 0; }
.system-plate-data dt { color: rgba(245, 246, 244, 0.38); font-size: 0.6rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; }
.system-plate-data dd { margin-top: 0.5rem; color: rgba(245, 246, 244, 0.84); font-size: 0.88rem; line-height: 1.5; }

.world-archive { padding-top: clamp(5rem, 9vw, 8rem); }

.system-section-heading {
  display: grid;
  grid-template-columns: minmax(14rem, 0.45fr) 1fr;
  gap: 2rem;
  align-items: baseline;
  margin-bottom: 2rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(245, 246, 244, 0.16);
}

.system-section-heading h2 { margin: 0; font-size: clamp(1.8rem, 3.5vw, 3.4rem); font-weight: 500; letter-spacing: 0.035em; text-transform: uppercase; }

.world-record-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid rgba(245, 246, 244, 0.15); border-left: 1px solid rgba(245, 246, 244, 0.15); }
.world-record { display: grid; grid-template-columns: 4.25rem 1fr; min-height: 16rem; border-right: 1px solid rgba(245, 246, 244, 0.15); border-bottom: 1px solid rgba(245, 246, 244, 0.15); background: #131516; }
.world-record > div { padding: clamp(1.35rem, 2.5vw, 2.25rem); }
.world-record-index { color: rgba(245, 246, 244, 0.28); font-size: 0.68rem; font-weight: 600; letter-spacing: 0.14em; }
.world-record > .world-record-index { border-right: 1px solid rgba(245, 246, 244, 0.1); }
.world-record-status { margin: 0; color: rgba(245, 246, 244, 0.42); font-size: 0.61rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; }
.world-record h3,
.world-record-title { display: block; margin: 1.5rem 0 0; font-size: clamp(1.65rem, 3vw, 2.8rem); font-weight: 500; letter-spacing: 0.035em; line-height: 1; text-transform: uppercase; }
.world-record-copy { display: block; max-width: 31rem; margin: 1rem 0 0; color: rgba(245, 246, 244, 0.58); font-size: 0.9rem; line-height: 1.65; }
.world-record-active { border-color: rgba(1, 200, 215, 0.35); }
.world-record-active > a { display: grid; grid-template-columns: 4.25rem 1fr; grid-column: 1 / -1; }
.world-record-active .world-record-index { padding: clamp(1.35rem, 2.5vw, 2.25rem); border-right: 1px solid rgba(1, 200, 215, 0.2); color: #01c8d7; }
.world-record-body { display: block; padding: clamp(1.35rem, 2.5vw, 2.25rem); }
.world-record-active .world-record-status,
.world-record-action { color: #01c8d7; }
.world-record-action { display: block; margin-top: 1.75rem; font-size: 0.63rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; }
.world-record-action span { display: inline-block; transition: transform 180ms ease; }

.system-context { padding: clamp(5rem, 9vw, 8rem) 0; border-bottom: 1px solid rgba(245, 246, 244, 0.16); }
.system-context > div { display: grid; grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.55fr); gap: clamp(2rem, 7vw, 8rem); margin-top: 2rem; }
.system-context h2 { max-width: 14em; margin: 0; font-size: clamp(2.3rem, 5vw, 5rem); font-weight: 500; line-height: 1.02; letter-spacing: 0.025em; text-transform: uppercase; }
.system-context div > p { margin: 0; color: rgba(245, 246, 244, 0.65); font-size: 1rem; line-height: 1.75; }
.system-return { padding: 2.25rem 0; }
.system-return a { color: #01c8d7; font-size: 0.66rem; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; }

@media (hover: hover) {
  .world-record-active:hover { border-color: #01c8d7; }
  .world-record-active:hover .world-record-action span { transform: translateX(0.3rem); }
  .system-return a:hover { color: #f5f6f4; }
}

@media (max-width: 900px) {
  .system-plate-data { grid-template-columns: 1fr; }
  .system-context > div { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .system-intro,
  .system-plate,
  .world-archive,
  .system-context,
  .system-return { width: min(100% - 2.5rem, 44rem); }
  .system-intro { grid-template-columns: 1fr; align-items: start; padding-top: 4rem; }
  .system-intro-meta { min-width: 0; }
  .system-intro-copy > p:last-child br { display: none; }
  .system-section-heading,
  .world-record-grid { grid-template-columns: 1fr; }
  .system-section-heading { gap: 0.75rem; }
  .world-record { min-height: 14rem; }
}

@media (max-width: 500px) {
  .system-plate-data dl { grid-template-columns: 1fr; }
  .system-plate-data dl div:last-child { grid-column: auto; }
  .world-record,
  .world-record-active > a { grid-template-columns: 3.25rem 1fr; }
}

@media (max-width: 400px) {
  .system-intro,
  .system-plate,
  .world-archive,
  .system-context,
  .system-return { width: calc(100% - 2rem); }
}

@media (prefers-reduced-motion: reduce) {
  .world-record-action span { transition: none; }
}

/* CYTEFIRE hub */
.hub-page {
  min-width: 20rem;
  background: #101112;
}

.hub-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  border-bottom: 1px solid rgba(245, 246, 244, 0.12);
  background: transparent;
}

.hub-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100% - 5rem, 1440px);
  margin: 0 auto;
  padding: 1.6rem 0;
}

.hub-nav-links {
  display: flex;
  align-items: center;
  gap: clamp(1.5rem, 3.5vw, 3.5rem);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.hub-nav-links > a:first-child {
  transition: color 160ms ease;
}

.hub-nav-links > a:first-child:hover {
  color: #01c8d7;
}

.hub-intro {
  width: min(100% - 5rem, 1440px);
  margin: 0 auto;
  padding: clamp(5.5rem, 11vw, 10rem) 0 clamp(4rem, 7vw, 6.5rem);
}

.hub-intro h1 {
  max-width: none;
  font-size: clamp(2.6rem, 6.5vw, 6.25rem);
}

.hub-intro > p:last-child {
  margin: 1.5rem 0 0;
  color: rgba(245, 246, 244, 0.72);
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  line-height: 1.6;
}

.hub-panels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  width: min(100% - 5rem, 1440px);
  margin: 0 auto 5rem;
}

.hub-panel {
  position: relative;
  min-height: clamp(34rem, 53vw, 48rem);
  overflow: hidden;
  border: 1px solid rgba(245, 246, 244, 0.18);
  background: #151719;
}

.hub-panel > a {
  position: absolute;
  inset: 0;
}

.hub-panel img,
.hub-panel-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hub-panel img {
  object-fit: cover;
  transition: transform 500ms ease, filter 500ms ease;
}

.hub-panel-universe img {
  object-position: 50% center;
}

.hub-panel-stories img {
  object-position: 50% 28%;
}

.hub-panel-game img {
  object-position: 52% center;
}

.hub-panel-overlay {
  background: linear-gradient(0deg, rgba(7, 10, 13, 0.95) 0%, rgba(7, 10, 13, 0.5) 37%, rgba(7, 10, 13, 0.04) 68%);
}

.hub-panel-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  height: 100%;
  padding: clamp(1.5rem, 3vw, 2.5rem);
}

.hub-panel-number,
.hub-panel-action {
  color: #01c8d7;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.hub-panel-number {
  margin-bottom: auto;
}

.hub-panel-content h2 {
  margin: 0;
  font-size: clamp(2rem, 3.2vw, 3.45rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.hub-panel-description {
  max-width: 19rem;
  margin-top: 0.9rem;
  color: rgba(245, 246, 244, 0.78);
  font-size: 0.94rem;
  line-height: 1.55;
}

.hub-panel-action {
  display: inline-block;
  margin-top: 1.8rem;
  padding-bottom: 0.45rem;
  border-bottom: 1px solid rgba(1, 200, 215, 0.45);
  transition: border-color 300ms ease, color 300ms ease;
}

@media (hover: hover) {
  .hub-panel:hover img {
    filter: brightness(1.08) contrast(1.04);
    transform: scale(1.035);
  }

  .hub-panel:hover .hub-panel-action {
    border-color: #01c8d7;
  }
}

@media (max-width: 900px) {
  .hub-panels {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .hub-panel {
    min-height: 38rem;
  }

  .hub-panel-game {
    grid-column: 1 / -1;
    min-height: 33rem;
  }

  .hub-panel-game img {
    object-position: 50% 58%;
  }
}

@media (max-width: 760px) {
  .hub-nav,
  .hub-intro,
  .hub-panels {
    width: min(100% - 2.5rem, 44rem);
  }

  .hub-nav {
    padding: 1.5rem 0;
  }

  .hub-nav .site-logo {
    width: 8.25rem;
  }

  .hub-intro {
    padding: 5.5rem 0 4rem;
  }

  .hub-panels {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-bottom: 2.5rem;
  }

  .hub-panel,
  .hub-panel-game {
    grid-column: auto;
    min-height: 34rem;
  }

  .hub-panel-universe img {
    object-position: 50% center;
  }

  .hub-panel-stories img {
    object-position: 50% 24%;
  }

  .hub-panel-game img {
    object-position: 50% center;
  }
}

@media (max-width: 400px) {
  .hub-nav,
  .hub-intro,
  .hub-panels {
    width: calc(100% - 2rem);
  }

  .hub-nav-links {
    gap: 1.15rem;
    font-size: 0.62rem;
  }

  .hub-panel,
  .hub-panel-game {
    min-height: 31rem;
  }
}

/* Tactical operations */
.game-page {
  min-width: 20rem;
  background: #101112;
}

.game-nav .hub-nav-links > a {
  transition: color 160ms ease;
}

.game-nav .hub-nav-links > a:hover {
  color: #01c8d7;
}

.game-hero,
.game-intro,
.game-modules,
.game-philosophy,
.game-cta,
.game-footer {
  width: min(100% - 5rem, 1440px);
  margin-right: auto;
  margin-left: auto;
}

.game-hero {
  position: relative;
  min-height: clamp(32rem, 66vh, 44rem);
  padding: clamp(3rem, 5vw, 4.5rem) 0 2.75rem;
  border-bottom: 1px solid rgba(245, 246, 244, 0.16);
}

.game-hero::before {
  position: absolute;
  top: 0;
  right: 0;
  width: min(38vw, 34rem);
  height: 100%;
  content: "";
  opacity: 0.32;
  background: linear-gradient(90deg, transparent, #101112 92%), repeating-linear-gradient(0deg, transparent 0 4.95rem, rgba(245, 246, 244, 0.1) 5rem);
  border-right: 1px solid rgba(1, 200, 215, 0.25);
}

.game-hero-status,
.game-hero-index,
.game-section-label,
.game-module-meta,
.game-module-label,
.game-module-action,
.game-footer {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.game-hero-status {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: rgba(245, 246, 244, 0.5);
}

.game-hero-status span,
.game-module-label span {
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: #01c8d7;
}

.game-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 58rem;
  margin-top: clamp(3.5rem, 7vh, 5.5rem);
}

.game-hero-copy h1 {
  max-width: none;
  font-size: clamp(3rem, 7.5vw, 7.25rem);
}

.game-hero-copy > p:last-child {
  max-width: 43rem;
  margin: 1.4rem 0 0;
  color: rgba(245, 246, 244, 0.72);
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  line-height: 1.7;
}

.game-hero-index {
  position: absolute;
  right: 1.5rem;
  bottom: 2.75rem;
  display: grid;
  gap: 0.65rem;
  color: rgba(245, 246, 244, 0.38);
  text-align: right;
}

.game-hero-index span:first-child {
  color: #01c8d7;
}

.game-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(18rem, 0.55fr);
  gap: clamp(3rem, 8vw, 9rem);
  align-items: end;
  padding: clamp(5rem, 9vw, 8.25rem) 0;
}

.game-section-label {
  margin: 0 0 2rem;
  color: #01c8d7;
}

.game-intro h2 {
  margin: 0;
  font-size: clamp(2.2rem, 4.7vw, 5.2rem);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.game-intro h2 span {
  display: block;
}

.game-intro > p {
  margin: 0;
  padding-top: 2rem;
  border-top: 1px solid rgba(245, 246, 244, 0.18);
  color: rgba(245, 246, 244, 0.65);
  font-size: 0.96rem;
  line-height: 1.75;
}

/* Operational modules */
.game-modules {
  display: grid;
  gap: 3.5rem;
}

.game-module {
  border: 1px solid rgba(245, 246, 244, 0.18);
  transition: border-color 300ms ease;
}

.game-module > a {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(20rem, 0.55fr);
  min-height: clamp(29rem, 41vw, 37rem);
}

.game-module-mechs > a {
  grid-template-columns: minmax(20rem, 0.55fr) minmax(0, 1.45fr);
}

.game-module-mechs .game-module-image {
  order: 2;
}

.game-module-image {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: #151719;
}

.game-module-image img,
.game-module-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.game-module-image img {
  object-fit: cover;
  transition: transform 600ms ease;
}

.game-module-scenarios img { object-position: 56% 61%; }
.game-module-mechs img { object-position: 50% 58%; }
.game-module-resources img { object-position: 50% 46%; }

.game-module-shade {
  background: linear-gradient(90deg, rgba(7, 10, 13, 0.08), transparent 58%, rgba(7, 10, 13, 0.38));
}

.game-module-mechs .game-module-shade {
  background: linear-gradient(270deg, rgba(7, 10, 13, 0.08), transparent 58%, rgba(7, 10, 13, 0.38));
}

.game-module-copy {
  container-type: inline-size;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(2rem, 4vw, 4rem);
  background: #131516;
}

.game-module-meta {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid rgba(245, 246, 244, 0.14);
  color: rgba(245, 246, 244, 0.4);
}

.game-module-meta span:first-child {
  color: #01c8d7;
}

.game-module-label {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0 0 1.2rem;
  color: rgba(245, 246, 244, 0.5);
}

.game-module-copy h2,
.game-philosophy h2,
.game-cta h2 {
  margin: 0;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.02;
  text-transform: uppercase;
}

.game-module-copy h2 {
  width: max-content;
  max-width: 100%;
  font-size: clamp(2.05rem, 3vw, 3.5rem);
  font-size: clamp(2.05rem, 16cqi, 3.5rem);
  overflow-wrap: break-word;
}

.game-module-copy > div:last-child > p:not(.game-module-label) {
  max-width: 29rem;
  margin: 1.3rem 0 0;
  color: rgba(245, 246, 244, 0.68);
  font-size: 0.95rem;
  line-height: 1.7;
}

.game-module-action {
  display: inline-block;
  margin-top: 2rem;
  padding-bottom: 0.4rem;
  color: #01c8d7;
  border-bottom: 1px solid rgba(1, 200, 215, 0.45);
}

.game-module-action span {
  display: inline-block;
  transition: transform 250ms ease;
}

.game-philosophy {
  padding: clamp(8rem, 14vw, 13rem) 0;
}

.game-philosophy > div {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(18rem, 0.65fr);
  gap: clamp(3rem, 8vw, 9rem);
}

.game-philosophy h2 {
  max-width: 11em;
  font-size: clamp(2.4rem, 5vw, 5.3rem);
}

.game-philosophy-copy {
  padding-top: 0.35rem;
  border-top: 1px solid rgba(245, 246, 244, 0.18);
}

.game-philosophy-copy p {
  color: rgba(245, 246, 244, 0.62);
  font-size: 0.95rem;
  line-height: 1.75;
}

.game-philosophy-copy .game-philosophy-sequence {
  margin: 1.5rem 0 2rem;
  color: rgba(245, 246, 244, 0.9);
  line-height: 1.9;
}

.game-cta {
  padding: clamp(5rem, 9vw, 8rem);
  border: 1px solid rgba(245, 246, 244, 0.18);
  text-align: center;
  background: linear-gradient(135deg, rgba(1, 200, 215, 0.035), transparent 45%), #131516;
}

.game-cta h2 {
  font-size: clamp(2.5rem, 5.5vw, 5.8rem);
}

.game-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 2.75rem;
}

.game-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: clamp(6rem, 10vw, 10rem);
  padding: 2.25rem 0;
  border-top: 1px solid rgba(245, 246, 244, 0.12);
}

.game-footer p {
  margin: 0;
  color: rgba(245, 246, 244, 0.62);
}

.game-footer p span {
  color: #01c8d7;
}

.game-footer nav {
  display: flex;
  gap: clamp(1.5rem, 3.5vw, 3.5rem);
}

.game-footer a {
  transition: color 160ms ease;
}

.game-footer a:hover {
  color: #01c8d7;
}

@media (hover: hover) {
  .game-module:hover {
    border-color: #01c8d7;
  }

  .game-module:hover img {
    transform: scale(1.025);
  }

  .game-module:hover .game-module-action span {
    transform: translateX(0.3rem);
  }
}

@media (max-width: 960px) {
  .game-nav .hub-nav-links {
    gap: 1.4rem;
  }

  .game-module > a,
  .game-module-mechs > a {
    grid-template-columns: minmax(0, 1.1fr) minmax(18rem, 0.9fr);
  }
}

@media (max-width: 760px) {
  .game-hero,
  .game-intro,
  .game-modules,
  .game-philosophy,
  .game-cta,
  .game-footer {
    width: min(100% - 2.5rem, 44rem);
  }

  .game-nav .hub-nav-links > a:nth-child(2),
  .game-nav .hub-nav-links > a:nth-child(3) {
    display: none;
  }

  .game-hero {
    min-height: 34rem;
    padding-top: 3.5rem;
  }

  .game-hero::before,
  .game-hero-index {
    display: none;
  }

  .game-hero-copy {
    margin-top: 5rem;
  }

  .game-hero-copy > p:last-child br {
    display: none;
  }

  .game-intro,
  .game-philosophy > div {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .game-intro {
    padding: 5.25rem 0;
  }

  .game-module > a,
  .game-module-mechs > a {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }

  .game-module-mechs .game-module-image {
    order: 0;
  }

  .game-module-image {
    min-height: 28rem;
  }

  .game-module-scenarios img { object-position: 54% 55%; }
  .game-module-mechs img { object-position: 50% 51%; }
  .game-module-resources img { object-position: 50% 45%; }

  .game-module-copy {
    min-height: 20rem;
  }

  .game-philosophy {
    padding: 7rem 0;
  }

  .game-cta {
    padding: 4.5rem 1.5rem;
  }

  .game-footer {
    align-items: flex-start;
    gap: 2rem;
  }
}

@media (max-width: 400px) {
  .game-hero,
  .game-intro,
  .game-modules,
  .game-philosophy,
  .game-cta,
  .game-footer {
    width: calc(100% - 2rem);
  }

  .game-module-image {
    min-height: 25rem;
  }

  .game-module-copy {
    min-height: 20rem;
  }

  .game-cta-actions .button {
    width: 100%;
  }

  .game-footer {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .game-module,
  .game-module img,
  .game-module-action span {
    transition: none;
  }
}

/* Mission archive */
.scenario-hero,
.scenario-archive,
.scenario-doctrine {
  width: min(100% - 5rem, 1440px);
  margin-right: auto;
  margin-left: auto;
}

.scenario-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 3rem;
  align-items: end;
  padding: clamp(6rem, 11vw, 10rem) 0 clamp(4.5rem, 8vw, 7rem);
  border-bottom: 1px solid rgba(245, 246, 244, 0.16);
}

.scenario-hero-copy h1 {
  max-width: none;
  font-size: clamp(3rem, 6.5vw, 6.25rem);
}

.scenario-hero-copy > p:last-child {
  max-width: 48rem;
  margin: 1.6rem 0 0;
  color: rgba(245, 246, 244, 0.7);
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  line-height: 1.7;
}

.scenario-hero-index,
.scenario-meta,
.scenario-action,
.scenario-denied,
.classified-mark,
.classified-data {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.scenario-hero-index {
  display: grid;
  gap: 0.65rem;
  padding-bottom: 0.25rem;
  color: rgba(245, 246, 244, 0.4);
  text-align: right;
}

.scenario-hero-index span:first-child,
.scenario-meta span:first-child {
  color: #01c8d7;
}

.scenario-archive {
  display: grid;
  gap: clamp(2.5rem, 5vw, 4.5rem);
  padding-top: clamp(5rem, 9vw, 8rem);
}

.scenario-file {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(22rem, 0.88fr);
  min-height: 39rem;
  border: 1px solid rgba(245, 246, 244, 0.18);
  background: #131516;
}

.scenario-file-reverse {
  grid-template-columns: minmax(22rem, 0.88fr) minmax(0, 1.12fr);
}

.scenario-file-reverse .scenario-image {
  order: 2;
}

.scenario-image {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: #151719;
}

.scenario-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.scenario-copy {
  container-type: inline-size;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 4rem;
  min-width: 0;
  padding: clamp(2rem, 3.5vw, 3.5rem);
  border-left: 1px solid rgba(245, 246, 244, 0.12);
}

.scenario-file-reverse .scenario-copy {
  border-right: 1px solid rgba(245, 246, 244, 0.12);
  border-left: 0;
}

.scenario-meta {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid rgba(245, 246, 244, 0.14);
  color: rgba(245, 246, 244, 0.42);
}

.scenario-copy h2,
.scenario-doctrine h2 {
  margin: 0;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.02;
  text-transform: uppercase;
}

.scenario-copy h2 {
  max-width: 100%;
  font-size: clamp(2.1rem, 13cqi, 4rem);
  overflow-wrap: break-word;
}

.scenario-lead {
  margin: 1.65rem 0 0;
  color: rgba(245, 246, 244, 0.9);
  font-size: 1rem;
  line-height: 1.65;
}

.scenario-description {
  max-width: 35rem;
  margin-top: 1.75rem;
  color: rgba(245, 246, 244, 0.64);
  font-size: 0.9rem;
  line-height: 1.7;
}

.scenario-description p {
  margin: 0 0 1rem;
}

.scenario-trailer {
  margin-top: 2rem;
}

.scenario-trailer-label {
  margin: 0 0 0.7rem;
  color: rgba(245, 246, 244, 0.45);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.scenario-trailer-player {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(245, 246, 244, 0.16);
  background: #090b0c;
}

.scenario-trailer-player video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.scenario-trailer-play {
  position: absolute;
  inset: 0;
  display: flex;
  gap: 0.75rem;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #f5f6f4;
  border: 0;
  background: linear-gradient(rgba(9, 11, 12, 0.12), rgba(9, 11, 12, 0.58));
  font: inherit;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
}

.scenario-trailer-play span {
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid rgba(245, 246, 244, 0.7);
  border-radius: 50%;
}

.scenario-trailer-play span::after {
  display: block;
  width: 0;
  height: 0;
  margin: 0.72rem 0 0 0.95rem;
  border-top: 0.48rem solid transparent;
  border-bottom: 0.48rem solid transparent;
  border-left: 0.7rem solid #f5f6f4;
  content: "";
}

.scenario-trailer-play:focus-visible {
  outline: 2px solid #01c8d7;
  outline-offset: -3px;
}

.scenario-trailer-player.is-active .scenario-trailer-play {
  display: none;
}

.scenario-action {
  display: inline-block;
  margin-top: 1.25rem;
  padding-bottom: 0.4rem;
  color: #01c8d7;
  border-bottom: 1px solid rgba(1, 200, 215, 0.45);
}

.scenario-action span {
  display: inline-block;
  transition: transform 250ms ease;
}

.scenario-action:hover span {
  transform: translateX(0.3rem);
}

.classified-visual {
  position: relative;
  min-height: 32rem;
  overflow: hidden;
  background-color: #0d0f10;
  background-image: linear-gradient(rgba(245, 246, 244, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(245, 246, 244, 0.04) 1px, transparent 1px);
  background-size: 4rem 4rem;
}

.classified-visual::before,
.classified-visual::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(180, 61, 54, 0.35);
}

.classified-visual::before { inset: 2rem; }
.classified-visual::after { top: 2rem; left: 50%; height: calc(100% - 4rem); border-width: 0 0 0 1px; }

.classified-code {
  position: absolute;
  top: 50%;
  left: 50%;
  color: rgba(245, 246, 244, 0.1);
  font-size: clamp(9rem, 20vw, 18rem);
  font-weight: 300;
  line-height: 1;
  transform: translate(-50%, -50%);
}

.redaction-bars {
  position: absolute;
  top: 3.5rem;
  left: 3.5rem;
  display: grid;
  gap: 0.55rem;
}

.redaction-bars span {
  width: 8rem;
  height: 0.45rem;
  background: rgba(180, 61, 54, 0.55);
}

.redaction-bars span:nth-child(2) { width: 5.5rem; }
.redaction-bars span:nth-child(3) { width: 7rem; }

.classified-mark {
  position: absolute;
  right: 3.5rem;
  bottom: 3.5rem;
  color: rgba(180, 61, 54, 0.7);
}

.scenario-classified .scenario-meta span:first-child,
.scenario-denied {
  color: #b43d36;
}

.classified-data {
  display: grid;
  gap: 0.75rem;
  margin: 2rem 0 0;
  color: rgba(245, 246, 244, 0.45);
}

.classified-data div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid rgba(245, 246, 244, 0.1);
}

.classified-data dt,
.classified-data dd { margin: 0; }
.classified-data dd { color: rgba(245, 246, 244, 0.7); }

.scenario-denied {
  display: inline-block;
  margin-top: 2.5rem;
  padding: 0.8rem 1rem;
  border: 1px solid rgba(180, 61, 54, 0.45);
}

.scenario-doctrine {
  padding: clamp(8rem, 14vw, 13rem) 0;
}

.scenario-doctrine > div {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(18rem, 0.65fr);
  gap: clamp(3rem, 8vw, 9rem);
}

.scenario-doctrine h2 {
  max-width: 13em;
  font-size: clamp(2.3rem, 4.7vw, 5rem);
}

.scenario-doctrine-copy {
  padding-top: 1.3rem;
  border-top: 1px solid rgba(245, 246, 244, 0.18);
}

.scenario-doctrine-copy p {
  margin: 0;
  color: rgba(245, 246, 244, 0.64);
  font-size: 0.95rem;
  line-height: 1.75;
}

@media (max-width: 960px) {
  .scenario-file,
  .scenario-file-reverse {
    grid-template-columns: minmax(0, 1fr) minmax(19rem, 0.9fr);
  }
}

@media (max-width: 760px) {
  .scenario-hero,
  .scenario-archive,
  .scenario-doctrine {
    width: min(100% - 2.5rem, 44rem);
  }

  .scenario-hero {
    grid-template-columns: 1fr;
    padding: 5.5rem 0 4rem;
  }

  .scenario-hero-index { display: none; }
  .scenario-hero-copy > p:last-child br { display: none; }

  .scenario-file,
  .scenario-file-reverse {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }

  .scenario-file-reverse .scenario-image { order: 0; }

  .scenario-image,
  .classified-visual {
    min-height: 0;
    aspect-ratio: 5 / 4;
  }

  .scenario-copy,
  .scenario-file-reverse .scenario-copy {
    min-height: 33rem;
    border-top: 1px solid rgba(245, 246, 244, 0.12);
    border-right: 0;
    border-left: 0;
  }

  .scenario-description { font-size: 0.92rem; }

  .scenario-doctrine > div {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}

@media (max-width: 400px) {
  .scenario-hero,
  .scenario-archive,
  .scenario-doctrine {
    width: calc(100% - 2rem);
  }

  .scenario-meta { font-size: 0.58rem; }
  .scenario-copy { padding: 1.5rem; }
  .classified-mark { right: 2.5rem; bottom: 2.5rem; }
  .redaction-bars { top: 2.5rem; left: 2.5rem; }
}

@media (prefers-reduced-motion: reduce) {
  .scenario-action span { transition: none; }
}

/* Field database */
.units-intro,
.units-database,
.units-outro {
  width: min(100% - 5rem, 1440px);
  margin-right: auto;
  margin-left: auto;
}

.units-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 3rem;
  align-items: end;
  padding: clamp(4.75rem, 8vw, 7.25rem) 0 clamp(3.75rem, 6vw, 5.5rem);
  border-bottom: 1px solid rgba(245, 246, 244, 0.16);
}

.units-intro-copy h1 {
  max-width: none;
  font-size: clamp(3rem, 6vw, 5.8rem);
}

.units-intro-copy > p:last-child {
  max-width: 51rem;
  margin: 1.5rem 0 0;
  color: rgba(245, 246, 244, 0.7);
  font-size: clamp(1rem, 1.45vw, 1.12rem);
  line-height: 1.7;
}

.units-intro-index,
.unit-module-meta,
.unit-module-class,
.unit-module-action {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.units-intro-index {
  display: grid;
  gap: 0.65rem;
  padding-bottom: 0.25rem;
  color: rgba(245, 246, 244, 0.4);
  text-align: right;
}

.units-intro-index span:first-child,
.unit-module-meta span:first-child,
.unit-module-class,
.unit-module-action {
  color: #01c8d7;
}

.units-database {
  display: grid;
  gap: clamp(3rem, 4.5vw, 4rem);
  padding-top: clamp(4.5rem, 8vw, 7rem);
}

.unit-module {
  border: 1px solid rgba(245, 246, 244, 0.18);
  background: #131516;
  transition: border-color 300ms ease;
}

.unit-module > a {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(21rem, 0.8fr);
  min-height: clamp(31rem, 38vw, 35rem);
}

.unit-module-support > a {
  grid-template-columns: minmax(21rem, 0.8fr) minmax(0, 1.2fr);
}

.unit-module-support .unit-module-image { order: 2; }

.unit-module-image {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: #0d0f10;
}

.unit-module-image::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(90deg, transparent 70%, rgba(7, 10, 13, 0.2));
}

.unit-module-support .unit-module-image::after {
  background: linear-gradient(270deg, transparent 70%, rgba(7, 10, 13, 0.2));
}

.unit-module-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: transform 600ms ease;
}

.unit-module-copy {
  container-type: inline-size;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 3rem;
  min-width: 0;
  padding: clamp(2rem, 3.5vw, 3.5rem);
  border-left: 1px solid rgba(245, 246, 244, 0.12);
}

.unit-module-support .unit-module-copy {
  border-right: 1px solid rgba(245, 246, 244, 0.12);
  border-left: 0;
}

.unit-module-meta {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid rgba(245, 246, 244, 0.14);
  color: rgba(245, 246, 244, 0.42);
}

.unit-module-class { margin: 0 0 1.15rem; }

.unit-module-copy h2,
.units-outro h2 {
  margin: 0;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.02;
  text-transform: uppercase;
}

.unit-module-copy h2 {
  max-width: 100%;
  font-size: clamp(2.15rem, 13cqi, 4rem);
  overflow-wrap: break-word;
}

.unit-module-copy > div:last-child > p:not(.unit-module-class) {
  max-width: 31rem;
  margin: 1.35rem 0 0;
  color: rgba(245, 246, 244, 0.66);
  font-size: 0.95rem;
  line-height: 1.7;
}

.unit-module-action {
  display: inline-block;
  margin-top: 2rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid rgba(1, 200, 215, 0.45);
}

.unit-module-action span {
  display: inline-block;
  transition: transform 250ms ease;
}

.units-outro {
  padding: clamp(7rem, 12vw, 11rem) 0;
}

.units-outro > div {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(18rem, 0.65fr);
  gap: clamp(3rem, 8vw, 9rem);
}

.units-outro h2 {
  max-width: 10em;
  font-size: clamp(2.4rem, 4.8vw, 5rem);
}

.units-outro-copy {
  padding-top: 1.3rem;
  border-top: 1px solid rgba(245, 246, 244, 0.18);
}

.units-outro-copy p {
  margin: 0;
  color: rgba(245, 246, 244, 0.64);
  font-size: 0.95rem;
  line-height: 1.75;
}

.units-outro-copy .units-outro-list {
  margin-top: 1.5rem;
  color: rgba(245, 246, 244, 0.9);
  line-height: 1.9;
}

@media (hover: hover) {
  .unit-module:hover { border-color: #01c8d7; }
  .unit-module:hover .unit-module-image img { transform: scale(1.015); }
  .unit-module:hover .unit-module-action span,
  .units-outro .unit-module-action:hover span { transform: translateX(0.3rem); }
}

@media (max-width: 1050px) {
  .units-nav .hub-nav-links { gap: 1.25rem; }

  .unit-module > a,
  .unit-module-support > a {
    grid-template-columns: minmax(0, 1.05fr) minmax(19rem, 0.95fr);
  }
}

@media (max-width: 760px) {
  .units-intro,
  .units-database,
  .units-outro {
    width: min(100% - 2.5rem, 44rem);
  }

  .units-nav .hub-nav-links > a:nth-child(4) { display: inline; }

  .units-intro {
    grid-template-columns: 1fr;
    padding: 4.75rem 0 3.75rem;
  }

  .units-intro-index { display: none; }

  .unit-module > a,
  .unit-module-support > a {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }

  .unit-module-support .unit-module-image { order: 0; }

  .unit-module-image {
    height: clamp(24rem, 105vw, 35rem);
  }

  .unit-module-support .unit-module-image {
    height: auto;
    aspect-ratio: 5 / 4;
  }

  .unit-module-image::after,
  .unit-module-support .unit-module-image::after {
    background: linear-gradient(0deg, rgba(7, 10, 13, 0.2), transparent 35%);
  }

  .unit-module-copy,
  .unit-module-support .unit-module-copy {
    min-height: 24rem;
    border-top: 1px solid rgba(245, 246, 244, 0.12);
    border-right: 0;
    border-left: 0;
  }

  .units-outro > div {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}

@media (max-width: 460px) {
  .units-nav .hub-nav-links > a:nth-child(4) { display: none; }
}

@media (max-width: 400px) {
  .units-intro,
  .units-database,
  .units-outro {
    width: calc(100% - 2rem);
  }

  .unit-module-meta { font-size: 0.58rem; }
  .unit-module-copy { padding: 1.5rem; }
}

@media (prefers-reduced-motion: reduce) {
  .unit-module,
  .unit-module-image img,
  .unit-module-action span { transition: none; }
}

/* Technical database indexes */
.database-intro,
.database-section,
.dossier-header,
.dossier-layout,
.dossier-links {
  width: min(100% - 5rem, 1440px);
  margin-right: auto;
  margin-left: auto;
}

.database-page .game-footer,
.dossier-page .game-footer { margin-top: 0; }

.database-intro {
  padding: clamp(4.75rem, 8vw, 7.25rem) 0 clamp(3.75rem, 6vw, 5.5rem);
  border-bottom: 1px solid rgba(245, 246, 244, 0.16);
}

.database-intro h1 {
  max-width: none;
  font-size: clamp(3rem, 6vw, 5.8rem);
}

.database-intro > p:last-child {
  max-width: 48rem;
  margin: 1.5rem 0 0;
  color: rgba(245, 246, 244, 0.68);
  font-size: clamp(1rem, 1.4vw, 1.1rem);
  line-height: 1.7;
}

.database-section { padding-top: clamp(4rem, 7vw, 6rem); }
.database-restricted { padding-bottom: clamp(6rem, 10vw, 9rem); }

.database-section-heading {
  display: grid;
  grid-template-columns: minmax(8rem, 0.3fr) 1fr;
  gap: 2rem;
  align-items: baseline;
  margin-bottom: 2rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(245, 246, 244, 0.16);
}

.database-section-heading p,
.record-heading,
.record-category,
.record-pending,
.record-action,
.pending-grid span,
.pending-grid p,
.dossier-id,
.dossier-label,
.dossier-image figcaption,
.dossier-profile span,
.dossier-links {
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.database-section-heading p {
  margin: 0;
  color: #01c8d7;
}

.database-section-heading h2 {
  margin: 0;
  font-size: clamp(1.5rem, 2.5vw, 2.4rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

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

.record-card {
  display: flex;
  flex-direction: column;
  min-height: 34rem;
  padding: clamp(1.5rem, 2.5vw, 2.25rem);
  border: 1px solid rgba(245, 246, 244, 0.16);
  background: #131516;
}

.record-card-active { border-color: rgba(1, 200, 215, 0.42); }

.record-heading {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(245, 246, 244, 0.12);
  color: rgba(245, 246, 244, 0.42);
}

.record-heading span:first-child { color: #01c8d7; }

.record-card h3,
.pending-grid h3,
.support-record h2 {
  margin: 0;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.record-card h3 {
  margin-top: 2rem;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.record-card dl,
.support-record dl,
.dossier-data dl { margin: 1.75rem 0 0; }

.record-card dl div,
.support-record dl div,
.dossier-data dl div {
  display: grid;
  grid-template-columns: minmax(7rem, 0.42fr) 1fr;
  gap: 1rem;
  padding: 0.58rem 0;
  border-bottom: 1px solid rgba(245, 246, 244, 0.09);
}

.record-card dt,
.record-card dd,
.support-record dt,
.support-record dd,
.dossier-data dt,
.dossier-data dd { margin: 0; }

.record-card dt,
.support-record dt,
.dossier-data dt {
  color: rgba(245, 246, 244, 0.4);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.record-card dd,
.support-record dd {
  color: rgba(245, 246, 244, 0.78);
  font-size: 0.86rem;
  line-height: 1.45;
}

.record-note {
  margin: 1.5rem 0 0;
  color: rgba(245, 246, 244, 0.62);
  font-size: 0.88rem;
  line-height: 1.6;
}

.record-pending,
.record-action {
  align-self: flex-start;
  margin-top: auto;
  padding-top: 2rem;
}

.record-pending { color: rgba(245, 246, 244, 0.34); }
.record-action { color: #01c8d7; }

.record-action span,
.dossier-links span {
  display: inline-block;
  transition: transform 250ms ease;
}

.pending-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(245, 246, 244, 0.12);
  border-left: 1px solid rgba(245, 246, 244, 0.12);
}

.pending-grid article {
  min-width: 0;
  min-height: 11.5rem;
  padding: 1.5rem;
  border-right: 1px solid rgba(245, 246, 244, 0.12);
  border-bottom: 1px solid rgba(245, 246, 244, 0.12);
  background: linear-gradient(135deg, rgba(245, 246, 244, 0.018), transparent);
}

.pending-grid span { color: rgba(1, 200, 215, 0.45); }

.pending-grid h3 {
  margin-top: 2rem;
  overflow-wrap: anywhere;
  color: rgba(245, 246, 244, 0.62);
  font-size: clamp(1.15rem, 2vw, 1.65rem);
}

.pending-grid p {
  margin: 0.9rem 0 0;
  color: rgba(245, 246, 244, 0.28);
  line-height: 1.45;
}

/* Support record index */
.support-records { display: grid; gap: 1.25rem; padding-bottom: clamp(6rem, 10vw, 9rem); }

.support-record {
  display: flex;
  flex-direction: column;
  min-height: 22rem;
  padding: clamp(1.5rem, 3vw, 2.75rem);
  border: 1px solid rgba(245, 246, 244, 0.16);
  background: #131516;
}

.support-record-active { min-height: 32rem; border-color: rgba(1, 200, 215, 0.35); }

.support-record-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.7fr);
  gap: clamp(3rem, 7vw, 8rem);
  margin-top: 3rem;
}

.record-category { margin: 0 0 1rem; color: #01c8d7; }
.support-record h2 { font-size: clamp(2rem, 4.3vw, 4.2rem); }

.support-record-main > div > p:last-child {
  max-width: 32rem;
  color: rgba(245, 246, 244, 0.62);
  line-height: 1.7;
}

.support-record-incomplete > div:nth-child(2) { margin-top: 3rem; }
.support-record-incomplete h2 { color: rgba(245, 246, 244, 0.72); }

/* Verified technical dossiers */
.dossier-header {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  align-items: end;
  padding: clamp(4.75rem, 8vw, 7rem) 0 clamp(3rem, 5vw, 4.5rem);
  border-bottom: 1px solid rgba(245, 246, 244, 0.16);
}

.dossier-header h1 {
  max-width: none;
  font-size: clamp(3rem, 6vw, 6rem);
  overflow-wrap: anywhere;
}

.dossier-header > div > p:last-child {
  margin: 1.25rem 0 0;
  color: rgba(245, 246, 244, 0.65);
  font-size: clamp(0.85rem, 1.3vw, 1rem);
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.dossier-header > div > p:last-child span,
.dossier-id { color: #01c8d7; }

.dossier-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(22rem, 0.75fr);
  margin-top: clamp(3rem, 5vw, 4.5rem);
  border: 1px solid rgba(245, 246, 244, 0.16);
  background: #131516;
}

.dossier-image {
  position: relative;
  min-width: 0;
  min-height: 43rem;
  margin: 0;
  overflow: hidden;
  background: #0d0f10;
}

.dossier-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.dossier-image figcaption {
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  padding: 0.65rem 0.8rem;
  color: rgba(245, 246, 244, 0.55);
  background: rgba(7, 10, 13, 0.76);
}

.dossier-data {
  padding: clamp(2rem, 3.5vw, 3.5rem);
  border-left: 1px solid rgba(245, 246, 244, 0.12);
}

.dossier-label { margin: 0; color: #01c8d7; }

.dossier-data dl div {
  grid-template-columns: minmax(8rem, 0.7fr) 1fr;
  padding: 0.85rem 0;
}

.dossier-data dd {
  color: rgba(245, 246, 244, 0.82);
  font-size: 0.92rem;
  line-height: 1.55;
}

.dossier-profile {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(245, 246, 244, 0.14);
}

.dossier-profile span { color: #01c8d7; }

.dossier-profile p {
  margin: 1rem 0 0;
  color: rgba(245, 246, 244, 0.65);
  font-size: 0.93rem;
  line-height: 1.7;
}

.dossier-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2.5rem;
  padding: 2.5rem 0 clamp(6rem, 10vw, 9rem);
  border-bottom: 1px solid rgba(245, 246, 244, 0.12);
  color: #01c8d7;
}

@media (hover: hover) {
  .record-action:hover span,
  .dossier-links a:hover span { transform: translateX(0.3rem); }
}

@media (max-width: 900px) {
  .pending-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dossier-layout { grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.85fr); }
}

@media (max-width: 760px) {
  .database-intro,
  .database-section,
  .dossier-header,
  .dossier-layout,
  .dossier-links {
    width: min(100% - 2.5rem, 44rem);
  }

  .database-intro { padding: 4.75rem 0 3.75rem; }
  .database-intro > p:last-child br { display: none; }
  .database-section-heading { grid-template-columns: 1fr; gap: 0.75rem; }
  .record-grid { grid-template-columns: 1fr; }
  .record-card { min-height: 32rem; }
  .pending-grid { grid-template-columns: 1fr; }
  .pending-grid article { min-height: 10rem; }

  .support-record-main {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .dossier-header { align-items: flex-start; }
  .dossier-id { display: none; }

  .dossier-layout {
    display: flex;
    flex-direction: column;
  }

  .dossier-image { min-height: 0; }
  .dossier-image-portrait { height: clamp(30rem, 145vw, 47rem); }
  .dossier-image-landscape { aspect-ratio: 5 / 4; }

  .dossier-data {
    border-top: 1px solid rgba(245, 246, 244, 0.12);
    border-left: 0;
  }
}

@media (max-width: 400px) {
  .database-intro,
  .database-section,
  .dossier-header,
  .dossier-layout,
  .dossier-links { width: calc(100% - 2rem); }

  .record-card dl div,
  .support-record dl div,
  .dossier-data dl div { grid-template-columns: 1fr; gap: 0.35rem; }

  .dossier-image figcaption { right: 1rem; bottom: 1rem; }
}

@media (prefers-reduced-motion: reduce) {
  .record-action span,
  .dossier-links span { transition: none; }
}

/* Visual equipment catalogues */
.catalogue-section,
.engineering-hero,
.engineering-section,
.tactical-data,
.technical-readout,
.field-notes,
.field-documents {
  width: min(100% - 5rem, 1440px);
  margin-right: auto;
  margin-left: auto;
}

.catalogue-section { padding-top: clamp(4rem, 7vw, 6rem); }
.catalogue-restricted { padding-bottom: clamp(6rem, 10vw, 9rem); }

.catalogue-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.25rem, 2vw, 2rem);
}

.catalogue-card {
  min-width: 0;
  border: 1px solid rgba(245, 246, 244, 0.16);
  background: #131516;
  transition: border-color 300ms ease;
}

.catalogue-card > a,
.catalogue-card:not(.catalogue-card-active) {
  display: flex;
  flex-direction: column;
}

.catalogue-card > a { height: 100%; }
.catalogue-card-active { border-color: rgba(1, 200, 215, 0.38); }

.catalogue-visual {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-bottom: 1px solid rgba(245, 246, 244, 0.12);
  background: #0d0f10;
}

.catalogue-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
  transition: transform 500ms ease;
}

.support-catalogue-grid .catalogue-visual img { object-position: center; }

.catalogue-placeholder {
  display: grid;
  place-items: center;
  background-color: #0d0f10;
  background-image: linear-gradient(rgba(245, 246, 244, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(245, 246, 244, 0.035) 1px, transparent 1px);
  background-size: 3rem 3rem;
}

.catalogue-placeholder::before {
  position: absolute;
  inset: 1.25rem;
  content: "";
  border: 1px solid rgba(245, 246, 244, 0.08);
}

.catalogue-placeholder span {
  color: rgba(245, 246, 244, 0.11);
  font-size: clamp(4.5rem, 8vw, 7.5rem);
  font-weight: 300;
  line-height: 1;
}

.catalogue-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 15rem;
  padding: clamp(1.4rem, 2.2vw, 2rem);
}

.catalogue-status {
  color: rgba(245, 246, 244, 0.38);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.catalogue-card-active .catalogue-status { color: #01c8d7; }

.catalogue-copy h3 {
  margin: 1.5rem 0 0;
  overflow-wrap: anywhere;
  font-size: clamp(1.45rem, 2.5vw, 2.35rem);
  font-weight: 500;
  line-height: 1.03;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.catalogue-copy > p {
  margin: 0.75rem 0 0;
  color: rgba(245, 246, 244, 0.6);
  font-size: 0.9rem;
  line-height: 1.55;
}

.catalogue-copy .record-pending,
.catalogue-copy .record-action { padding-top: 1.75rem; }

.catalogue-grid-pending .catalogue-card { opacity: 0.78; }
.catalogue-grid-pending .catalogue-copy { min-height: 10rem; }
.support-catalogue-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }

@media (hover: hover) {
  .catalogue-card-active:hover { border-color: #01c8d7; }
  .catalogue-card-active:hover img { transform: scale(1.018); }
}

/* Expanded Epilektos engineering dossier */
.engineering-hero {
  position: relative;
  height: clamp(40rem, 67vw, 59rem);
  margin-top: clamp(3rem, 5vw, 4.5rem);
  overflow: hidden;
  border: 1px solid rgba(245, 246, 244, 0.16);
  background: #0d0f10;
}

.engineering-hero img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.engineering-hero .cf-inworld-video { object-fit: contain; }

.engineering-hero figcaption,
.technical-readout figcaption {
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  padding: 0.65rem 0.8rem;
  color: rgba(245, 246, 244, 0.55);
  background: rgba(7, 10, 13, 0.76);
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.engineering-section,
.tactical-data,
.technical-readout,
.field-notes { padding-top: clamp(5rem, 9vw, 8rem); }

.engineering-heading {
  display: grid;
  grid-template-columns: minmax(14rem, 0.45fr) 1fr;
  gap: 2rem;
  align-items: baseline;
  margin-bottom: 2rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(245, 246, 244, 0.16);
}

.engineering-heading p {
  margin: 0;
  color: #01c8d7;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.engineering-heading h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3.5vw, 3.4rem);
  font-weight: 500;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.engineering-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(245, 246, 244, 0.14);
  border-left: 1px solid rgba(245, 246, 244, 0.14);
}

.engineering-grid article {
  padding: clamp(1.5rem, 3vw, 2.75rem);
  border-right: 1px solid rgba(245, 246, 244, 0.14);
  border-bottom: 1px solid rgba(245, 246, 244, 0.14);
  background: #131516;
}

.engineering-grid h3,
.notes-grid h3 {
  margin: 0;
  color: #01c8d7;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.engineering-grid dl { margin: 1.75rem 0 0; }

.engineering-grid dl div {
  display: grid;
  grid-template-columns: minmax(9rem, 0.7fr) 1fr;
  gap: 1rem;
  padding: 0.8rem 0;
  border-bottom: 1px solid rgba(245, 246, 244, 0.09);
}

.engineering-grid dt,
.engineering-grid dd { margin: 0; }

.engineering-grid dt {
  color: rgba(245, 246, 244, 0.4);
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.engineering-grid dd {
  color: rgba(245, 246, 244, 0.82);
  font-size: 0.9rem;
  line-height: 1.65;
}

.engineering-grid dd span {
  display: inline-block;
  min-width: 7.3rem;
  color: rgba(245, 246, 244, 0.32);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.tactical-data dl {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  border-top: 1px solid rgba(1, 200, 215, 0.28);
  border-left: 1px solid rgba(1, 200, 215, 0.28);
}

.tactical-data dl div {
  min-height: 9rem;
  padding: 1.5rem;
  border-right: 1px solid rgba(1, 200, 215, 0.28);
  border-bottom: 1px solid rgba(1, 200, 215, 0.28);
  background: rgba(1, 200, 215, 0.025);
}

.tactical-data dt,
.tactical-data dd { margin: 0; }

.tactical-data dt {
  color: #01c8d7;
  font-size: 0.63rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.tactical-data dd {
  margin-top: 1rem;
  color: rgba(245, 246, 244, 0.88);
  font-size: 1rem;
  line-height: 1.55;
}

.technical-readout figure {
  position: relative;
  margin: 0;
  padding: clamp(1rem, 2.5vw, 2.5rem);
  border: 1px solid rgba(245, 246, 244, 0.16);
  background: #0d0f10;
}

.technical-readout img {
  display: block;
  width: 100%;
  height: auto;
}

.notes-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.5rem, 3vw, 2.5rem);
}

.notes-grid article {
  padding: clamp(1.75rem, 3vw, 2.75rem);
  border-top: 1px solid rgba(245, 246, 244, 0.16);
  background: linear-gradient(180deg, rgba(245, 246, 244, 0.025), transparent);
}

.notes-grid p {
  margin: 1.5rem 0 0;
  color: rgba(245, 246, 244, 0.66);
  font-size: 0.95rem;
  line-height: 1.75;
}

/* Compact downloadable field records */
.field-documents {
  padding-top: clamp(3rem, 6vw, 5rem);
}

.field-documents h2 {
  margin: 0 0 1rem;
  color: #01c8d7;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.field-document {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.35rem 1.5rem;
  border: 1px solid rgba(245, 246, 244, 0.16);
  border-left-color: rgba(1, 200, 215, 0.55);
  background: rgba(1, 200, 215, 0.025);
}

.field-document p {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.field-document-actions {
  display: flex;
  align-items: center;
  gap: clamp(1.25rem, 3vw, 2.5rem);
}

.field-document-actions a {
  color: #01c8d7;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.field-document-actions .field-document-download {
  color: rgba(245, 246, 244, 0.62);
}

@media (hover: hover) {
  .field-document-actions a:hover { color: #f5f6f4; }
}

.engineering-dossier .dossier-links { margin-top: clamp(4rem, 7vw, 6rem); }

@media (max-width: 1000px) {
  .catalogue-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .support-catalogue-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tactical-data dl { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .catalogue-section,
  .engineering-hero,
  .engineering-section,
  .tactical-data,
  .technical-readout,
  .field-notes,
  .field-documents { width: min(100% - 2.5rem, 44rem); }

  .catalogue-grid,
  .support-catalogue-grid { grid-template-columns: 1fr; }

  .catalogue-visual { aspect-ratio: 5 / 3; }
  .catalogue-card-active .catalogue-visual { aspect-ratio: 4 / 3; }
  .catalogue-copy { min-height: 13.5rem; }

  .engineering-hero { height: clamp(32rem, 145vw, 48rem); }
  .engineering-heading { grid-template-columns: 1fr; gap: 0.75rem; }
  .engineering-grid,
  .notes-grid { grid-template-columns: 1fr; }

  .field-document {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 500px) {
  .tactical-data dl { grid-template-columns: 1fr; }
  .tactical-data dl div { min-height: 7.5rem; }
  .engineering-grid dl div { grid-template-columns: 1fr; gap: 0.4rem; }
}

@media (max-width: 400px) {
  .catalogue-section,
  .engineering-hero,
  .engineering-section,
  .tactical-data,
  .technical-readout,
  .field-notes,
  .field-documents { width: calc(100% - 2rem); }

  .field-document-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
  }

  .engineering-hero figcaption,
  .technical-readout figcaption { right: 1rem; bottom: 1rem; }
}

@media (prefers-reduced-motion: reduce) {
  .catalogue-card,
  .catalogue-visual img { transition: none; }
}

/* Rules and resources download archive */
.resources-intro,
.resources-section {
  width: min(100% - 5rem, 1440px);
  margin-right: auto;
  margin-left: auto;
}

.resources-intro {
  padding: clamp(4.5rem, 8vw, 7rem) 0 clamp(3.5rem, 6vw, 5rem);
  border-bottom: 1px solid rgba(245, 246, 244, 0.16);
}

.resources-intro h1 {
  max-width: 12em;
  margin: 0.75rem 0 0;
  font-size: clamp(2.8rem, 6vw, 5.8rem);
  line-height: 0.98;
}

.resources-intro > p:last-child {
  margin: 1.4rem 0 0;
  color: rgba(245, 246, 244, 0.68);
  font-size: clamp(0.95rem, 1.4vw, 1.1rem);
  line-height: 1.7;
}

.resources-section {
  padding-top: clamp(5rem, 9vw, 8rem);
}

.resources-heading {
  display: grid;
  grid-template-columns: minmax(14rem, 0.45fr) 1fr;
  gap: 2rem;
  align-items: baseline;
  margin-bottom: 2rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(245, 246, 244, 0.16);
}

.resources-heading p,
.resource-type,
.scenario-resource-group > header p {
  margin: 0;
  color: #01c8d7;
  font-size: 0.63rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.resources-heading h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3.5vw, 3.4rem);
  font-weight: 500;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.resource-stack {
  display: grid;
  gap: 1.25rem;
}

.resource-entry {
  display: grid;
  grid-template-columns: minmax(15rem, 0.65fr) minmax(0, 1.35fr);
  min-height: 20rem;
  border: 1px solid rgba(245, 246, 244, 0.16);
  background: #131516;
}

.resource-preview {
  min-width: 0;
  min-height: 18rem;
  margin: 0;
  overflow: hidden;
  border-right: 1px solid rgba(245, 246, 244, 0.12);
  background: #0b0d0e;
}

.resource-preview img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.resource-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(1.75rem, 4vw, 3.5rem);
}

.resource-copy h3,
.resource-feature h3,
.scenario-resource-group h3 {
  margin: 1rem 0 0;
  overflow-wrap: anywhere;
  font-size: clamp(1.8rem, 4vw, 3.8rem);
  font-weight: 500;
  letter-spacing: 0.035em;
  line-height: 1;
  text-transform: uppercase;
}

.resource-copy > p:not(.resource-type),
.resource-feature > div:last-child > p,
.resources-section-intro {
  max-width: 43rem;
  margin: 1.35rem 0 0;
  color: rgba(245, 246, 244, 0.63);
  font-size: 0.94rem;
  line-height: 1.7;
}

.resource-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.resource-actions a,
.resource-download {
  display: inline-block;
  padding: 0.8rem 1rem;
  border: 1px solid rgba(1, 200, 215, 0.42);
  color: #01c8d7;
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: border-color 180ms ease, color 180ms ease;
}

.resource-entry-text { grid-template-columns: minmax(15rem, 0.65fr) minmax(0, 1.35fr); }

.resource-marker {
  display: grid;
  place-items: center;
  border-right: 1px solid rgba(245, 246, 244, 0.12);
  background-color: #0b0d0e;
  background-image: linear-gradient(rgba(245, 246, 244, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(245, 246, 244, 0.035) 1px, transparent 1px);
  background-size: 3rem 3rem;
}

.resource-marker span {
  color: rgba(245, 246, 244, 0.13);
  font-size: clamp(3.5rem, 8vw, 7rem);
  font-weight: 300;
  letter-spacing: 0.08em;
}

.resource-feature {
  display: grid;
  grid-template-columns: minmax(18rem, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(2rem, 6vw, 7rem);
  padding: clamp(2rem, 5vw, 4.5rem);
  border: 1px solid rgba(1, 200, 215, 0.3);
  background: linear-gradient(120deg, rgba(1, 200, 215, 0.04), transparent 48%), #131516;
}

.resource-feature .resource-subtitle,
.resource-froe .resource-subtitle {
  margin: 0.8rem 0 0;
  color: rgba(245, 246, 244, 0.56);
  font-size: 0.78rem;
  letter-spacing: 0.11em;
  line-height: 1.5;
  text-transform: uppercase;
}

.resource-froe {
  border-color: rgba(1, 200, 215, 0.3);
  background: linear-gradient(120deg, rgba(1, 200, 215, 0.025), transparent 48%), #131516;
}

.resources-section-intro {
  margin: 0 0 clamp(2.5rem, 5vw, 4rem);
}

.scenario-resource-group {
  display: grid;
  grid-template-columns: minmax(15rem, 0.45fr) minmax(0, 1.55fr);
  border-top: 1px solid rgba(245, 246, 244, 0.16);
}

.scenario-resource-group + .scenario-resource-group { margin-top: clamp(3rem, 6vw, 5rem); }

.scenario-resource-group > header {
  padding: clamp(1.5rem, 3vw, 2.5rem) clamp(1rem, 3vw, 2.5rem) clamp(1.5rem, 3vw, 2.5rem) 0;
}

.scenario-resource-group h3 {
  max-width: 10em;
  font-size: clamp(1.7rem, 3vw, 3rem);
  line-height: 1.08;
}

.scenario-resource-files {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-left: 1px solid rgba(245, 246, 244, 0.14);
}

.scenario-resource-file {
  min-width: 0;
  border-right: 1px solid rgba(245, 246, 244, 0.14);
  border-bottom: 1px solid rgba(245, 246, 244, 0.14);
  background: #131516;
}

.scenario-resource-file .resource-preview {
  aspect-ratio: 4 / 3;
  min-height: 0;
  border-right: 0;
  border-bottom: 1px solid rgba(245, 246, 244, 0.1);
}

.scenario-resource-file > div { padding: clamp(1.35rem, 2.5vw, 2rem); }
.scenario-resource-file .resource-download { margin-top: 1.35rem; }
.resources-record-sheets { padding-bottom: clamp(1rem, 3vw, 3rem); }

@media (hover: hover) {
  .resource-actions a:hover,
  .resource-download:hover { border-color: #01c8d7; color: #f5f6f4; }
}

@media (max-width: 900px) {
  .resource-entry,
  .resource-entry-text { grid-template-columns: minmax(13rem, 0.8fr) minmax(0, 1.2fr); }
  .resource-feature,
  .scenario-resource-group { grid-template-columns: 1fr; }
  .scenario-resource-group > header { padding-right: 0; }
  .scenario-resource-files { border-top: 1px solid rgba(245, 246, 244, 0.14); }
}

@media (max-width: 760px) {
  .resources-intro,
  .resources-section { width: min(100% - 2.5rem, 44rem); }
  .resources-intro { padding-top: 4rem; }
  .resources-heading { grid-template-columns: 1fr; gap: 0.75rem; }
  .resource-entry,
  .resource-entry-text { grid-template-columns: 1fr; }
  .resource-preview { aspect-ratio: 4 / 3; min-height: 0; border-right: 0; border-bottom: 1px solid rgba(245, 246, 244, 0.12); }
  .resource-marker { min-height: 13rem; border-right: 0; border-bottom: 1px solid rgba(245, 246, 244, 0.12); }
}

@media (max-width: 540px) {
  .scenario-resource-files { grid-template-columns: 1fr; }
  .scenario-resource-file .resource-preview { aspect-ratio: 5 / 4; }
}

@media (max-width: 400px) {
  .resources-intro,
  .resources-section { width: calc(100% - 2rem); }
}

@media (prefers-reduced-motion: reduce) {
  .resource-actions a,
  .resource-download { transition: none; }
}

/* Cyndralis III public world archive */
.cyndralis-page {
  overflow-x: hidden;
}

.cyndralis-hero,
.cyndralis-editorial,
.cyndralis-map,
.cyndralis-locations,
.cyndralis-rift,
.cyndralis-restricted,
.cyndralis-industry,
.cyndralis-politics,
.cyndralis-culture,
.cyndralis-media,
.cyndralis-closing {
  width: min(100% - 5rem, 1440px);
  margin-right: auto;
  margin-left: auto;
}

.cyndralis-status,
.cyndralis-eyebrow,
.cyndralis-section-heading p {
  margin: 0;
  color: #01c8d7;
  font-size: 0.63rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.cyndralis-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(23rem, 0.65fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: end;
  padding: clamp(4rem, 7vw, 6.5rem) 0 clamp(3rem, 6vw, 5rem);
}

.cyndralis-status {
  margin-bottom: 2.5rem;
  color: rgba(245, 246, 244, 0.42);
}

.cyndralis-hero h1 {
  max-width: 9em;
  margin: 0.7rem 0 0;
  font-size: clamp(3.2rem, 7vw, 7rem);
  line-height: 0.92;
}

.cyndralis-lead {
  max-width: 40rem;
  margin: 1.5rem 0 0;
  color: rgba(245, 246, 244, 0.7);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.65;
}

.cyndralis-world-visual {
  align-self: stretch;
  min-height: 24rem;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(245, 246, 244, 0.16);
  background: #0b0d0e;
}

.cyndralis-world-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.cyndralis-world-data {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-column: 1 / -1;
  margin: 0;
  border-top: 1px solid rgba(1, 200, 215, 0.24);
  border-left: 1px solid rgba(245, 246, 244, 0.12);
}

.cyndralis-world-data div {
  min-width: 0;
  padding: 1rem 1.1rem;
  border-right: 1px solid rgba(245, 246, 244, 0.12);
  border-bottom: 1px solid rgba(245, 246, 244, 0.12);
}

.cyndralis-world-data dt,
.cyndralis-world-data dd,
.cyndralis-data-line dt,
.cyndralis-data-line dd { margin: 0; }
.cyndralis-world-data dt,
.cyndralis-data-line dt { color: rgba(245, 246, 244, 0.38); font-size: 0.58rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; }
.cyndralis-world-data dd { margin-top: 0.55rem; overflow-wrap: anywhere; color: rgba(245, 246, 244, 0.82); font-size: 0.82rem; line-height: 1.5; }

.cyndralis-editorial {
  padding: clamp(5.5rem, 10vw, 9rem) 0;
  border-top: 1px solid rgba(245, 246, 244, 0.14);
}

.cyndralis-editorial > div {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(19rem, 0.65fr);
  gap: clamp(3rem, 8vw, 9rem);
  margin-top: 2rem;
}

.cyndralis-editorial h2,
.cyndralis-rift h2,
.cyndralis-politics h2,
.cyndralis-culture h2,
.cyndralis-closing h2 {
  max-width: 13em;
  margin: 0;
  font-size: clamp(2.5rem, 5.3vw, 5.4rem);
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1;
  text-transform: uppercase;
}

.cyndralis-prose p {
  margin: 0;
  color: rgba(245, 246, 244, 0.66);
  font-size: 0.98rem;
  line-height: 1.75;
}

.cyndralis-prose p + p { margin-top: 1.25rem; }

.cyndralis-section-heading {
  display: grid;
  grid-template-columns: minmax(14rem, 0.45fr) 1fr;
  gap: 2rem;
  align-items: baseline;
  margin-bottom: 2rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(245, 246, 244, 0.16);
}

.cyndralis-section-heading h2 {
  margin: 0;
  font-size: clamp(1.9rem, 3.7vw, 3.6rem);
  font-weight: 500;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.cyndralis-map { padding-bottom: clamp(5.5rem, 10vw, 9rem); }
.cyndralis-map figure { margin: 0; border: 1px solid rgba(245, 246, 244, 0.16); background: #0b0d0e; }
.cyndralis-map img { display: block; width: 100%; height: auto; }
.cyndralis-map figcaption { display: grid; grid-template-columns: minmax(14rem, 0.45fr) 1fr; gap: 2rem; padding: 1.25rem 1.5rem; border-top: 1px solid rgba(245, 246, 244, 0.12); color: rgba(245, 246, 244, 0.5); font-size: 0.65rem; letter-spacing: 0.08em; line-height: 1.55; text-transform: uppercase; }
.cyndralis-map figcaption span:first-child { color: #01c8d7; font-weight: 600; letter-spacing: 0.14em; }

.cyndralis-geography { padding-top: 0; border-top: 0; }
.cyndralis-data-line { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-column: 1 / -1; margin: 1rem 0 0; border-top: 1px solid rgba(245, 246, 244, 0.12); border-left: 1px solid rgba(245, 246, 244, 0.12); }
.cyndralis-data-line div { padding: 1.15rem; border-right: 1px solid rgba(245, 246, 244, 0.12); border-bottom: 1px solid rgba(245, 246, 244, 0.12); }
.cyndralis-data-line dd { margin-top: 0.55rem; color: rgba(245, 246, 244, 0.8); font-size: 0.82rem; line-height: 1.5; }
.cyndralis-data-line-four { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.cyndralis-locations { padding-bottom: clamp(6rem, 11vw, 10rem); }
.cyndralis-location-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid rgba(245, 246, 244, 0.14); border-left: 1px solid rgba(245, 246, 244, 0.14); }
.cyndralis-location { display: grid; grid-template-columns: 3.75rem 1fr; min-width: 0; min-height: 15rem; border-right: 1px solid rgba(245, 246, 244, 0.14); border-bottom: 1px solid rgba(245, 246, 244, 0.14); }
.cyndralis-location > span { padding: 1.5rem 1rem; border-right: 1px solid rgba(245, 246, 244, 0.09); color: rgba(245, 246, 244, 0.25); font-size: 0.65rem; font-weight: 600; letter-spacing: 0.12em; }
.cyndralis-location > div { min-width: 0; padding: clamp(1.5rem, 3vw, 2.5rem); }
.cyndralis-location div > p:first-child { margin: 0; color: #01c8d7; font-size: 0.6rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; }
.cyndralis-location h3 { margin: 1rem 0 0; overflow-wrap: anywhere; font-size: clamp(1.45rem, 2.8vw, 2.5rem); font-weight: 500; letter-spacing: 0.035em; line-height: 1; text-transform: uppercase; }
.cyndralis-location h3 + p { margin: 1rem 0 0; color: rgba(245, 246, 244, 0.58); font-size: 0.88rem; line-height: 1.65; }
.cyndralis-location strong { display: inline-block; margin-top: 1.25rem; color: #01c8d7; font-size: 0.59rem; letter-spacing: 0.14em; text-transform: uppercase; }
.cyndralis-location-limited { background: rgba(1, 200, 215, 0.022); }

.cyndralis-rift { display: grid; grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.65fr); gap: clamp(3rem, 8vw, 9rem); padding: clamp(4rem, 8vw, 7rem); border-top: 1px solid rgba(1, 200, 215, 0.45); border-bottom: 1px solid rgba(1, 200, 215, 0.24); background: linear-gradient(120deg, rgba(1, 200, 215, 0.04), transparent 48%), #131516; }
.cyndralis-rift h2 { margin-top: 1.25rem; }
.cyndralis-rift dl { margin: 2rem 0 0; }
.cyndralis-rift dl div { padding: 0.9rem 0; border-top: 1px solid rgba(245, 246, 244, 0.1); }
.cyndralis-rift dt,
.cyndralis-rift dd { margin: 0; }
.cyndralis-rift dt { color: rgba(245, 246, 244, 0.38); font-size: 0.59rem; font-weight: 600; letter-spacing: 0.13em; text-transform: uppercase; }
.cyndralis-rift dd { margin-top: 0.45rem; color: rgba(245, 246, 244, 0.84); font-size: 0.88rem; line-height: 1.5; text-transform: uppercase; }

.cyndralis-dalmeta { border-top: 0; }

.cyndralis-restricted { border: 1px solid rgba(245, 246, 244, 0.18); background: #111314; }
.cyndralis-restricted-heading { display: grid; grid-template-columns: minmax(12rem, 0.4fr) 1fr auto; gap: 2rem; align-items: baseline; padding: clamp(1.5rem, 3vw, 2.5rem); border-bottom: 1px solid rgba(245, 246, 244, 0.14); }
.cyndralis-restricted-heading p,
.cyndralis-restricted-heading span { margin: 0; color: rgba(245, 246, 244, 0.38); font-size: 0.61rem; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; }
.cyndralis-restricted-heading span { padding: 0.5rem 0.7rem; border: 1px solid rgba(245, 246, 244, 0.2); }
.cyndralis-restricted-heading h2 { margin: 0; font-size: clamp(2rem, 4vw, 4rem); font-weight: 500; letter-spacing: 0.04em; text-transform: uppercase; }
.cyndralis-restricted-body { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1.5rem, 4vw, 4rem); padding: clamp(1.5rem, 4vw, 3.5rem); background: repeating-linear-gradient(135deg, transparent 0 2rem, rgba(245, 246, 244, 0.012) 2rem 2.08rem); }
.cyndralis-restricted dl { margin: 0; }
.cyndralis-restricted dl div { padding: 0.8rem 0; border-top: 1px solid rgba(245, 246, 244, 0.1); }
.cyndralis-restricted dt,
.cyndralis-restricted dd { margin: 0; }
.cyndralis-restricted dt { color: rgba(245, 246, 244, 0.34); font-size: 0.58rem; font-weight: 600; letter-spacing: 0.13em; text-transform: uppercase; }
.cyndralis-restricted dd { margin-top: 0.5rem; color: rgba(245, 246, 244, 0.72); font-size: 0.84rem; line-height: 1.5; text-transform: uppercase; }
.cyndralis-restricted-body > div > p { margin: 0; color: rgba(245, 246, 244, 0.58); font-size: 0.92rem; line-height: 1.75; }
.cyndralis-restricted-body > div > p + p { margin-top: 1.25rem; }
.cyndralis-integrity dd { color: #01c8d7; }

.cyndralis-industry { padding: clamp(6rem, 11vw, 10rem) 0; }
.cyndralis-industry-intro { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(2rem, 6vw, 7rem); margin-bottom: 3rem; }
.cyndralis-industry-intro p { margin: 0; color: rgba(245, 246, 244, 0.62); font-size: 0.95rem; line-height: 1.75; }
.cyndralis-manufacturers { margin: 0; border-top: 1px solid rgba(245, 246, 244, 0.14); }
.cyndralis-manufacturers > div { display: grid; grid-template-columns: minmax(15rem, 1fr) minmax(12rem, 0.7fr) minmax(12rem, 0.7fr); gap: 1.5rem; padding: 1rem 0; border-bottom: 1px solid rgba(245, 246, 244, 0.1); }
.cyndralis-manufacturers dt,
.cyndralis-manufacturers dd { margin: 0; overflow-wrap: anywhere; }
.cyndralis-manufacturers dt { color: rgba(245, 246, 244, 0.86); font-size: 0.78rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; }
.cyndralis-manufacturers dd { color: rgba(245, 246, 244, 0.46); font-size: 0.76rem; letter-spacing: 0.06em; line-height: 1.5; text-transform: uppercase; }

.cyndralis-politics { display: grid; grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.65fr); gap: clamp(3rem, 8vw, 9rem); padding: clamp(5rem, 9vw, 8rem) 0; border-top: 1px solid rgba(245, 246, 244, 0.14); border-bottom: 1px solid rgba(245, 246, 244, 0.14); }
.cyndralis-politics h2 { margin-top: 1.25rem; }
.cyndralis-politics > div > p:not(.cyndralis-eyebrow) { max-width: 42rem; margin: 1.5rem 0 0; color: rgba(245, 246, 244, 0.62); font-size: 0.95rem; line-height: 1.75; }
.cyndralis-politics dl { margin: 0; border-top: 1px solid rgba(1, 200, 215, 0.25); }
.cyndralis-politics dl div { padding: 1rem 0; border-bottom: 1px solid rgba(245, 246, 244, 0.12); }
.cyndralis-politics dt,
.cyndralis-politics dd { margin: 0; }
.cyndralis-politics dt { color: rgba(245, 246, 244, 0.38); font-size: 0.58rem; font-weight: 600; letter-spacing: 0.13em; text-transform: uppercase; }
.cyndralis-politics dd { margin-top: 0.5rem; color: rgba(245, 246, 244, 0.84); font-size: 0.88rem; line-height: 1.5; }

.cyndralis-culture { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(14rem, 0.4fr) minmax(18rem, 0.55fr); gap: clamp(2rem, 6vw, 7rem); padding: clamp(6rem, 11vw, 10rem) 0; }
.cyndralis-culture-list { margin: 0; color: #01c8d7; font-size: 0.82rem; font-weight: 600; letter-spacing: 0.12em; line-height: 2; text-transform: uppercase; }
.cyndralis-culture div p { margin: 0; color: rgba(245, 246, 244, 0.62); font-size: 0.95rem; line-height: 1.75; }
.cyndralis-culture div p + p { margin-top: 1.25rem; }

.cyndralis-media {
  padding-bottom: clamp(6rem, 11vw, 10rem);
}

.cyndralis-media-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(2rem, 7vw, 8rem);
  padding: clamp(4rem, 8vw, 7rem) 0;
  border-top: 1px solid rgba(245, 246, 244, 0.14);
}

.cyndralis-media-intro .cyndralis-eyebrow {
  grid-column: 1 / -1;
}

.cyndralis-media h2 {
  max-width: 12em;
  margin: 0;
  font-size: clamp(2.5rem, 5.3vw, 5.4rem);
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1;
  text-transform: uppercase;
}

.cyndralis-media-intro div p,
.cyndralis-reporter > div:nth-child(2) p {
  margin: 0;
  color: rgba(245, 246, 244, 0.62);
  font-size: 0.95rem;
  line-height: 1.75;
}

.cyndralis-media-intro div p + p,
.cyndralis-reporter > div:nth-child(2) p + p { margin-top: 1.25rem; }

.cyndralis-reporter {
  display: grid;
  grid-template-columns: minmax(15rem, 0.7fr) minmax(20rem, 1fr) minmax(14rem, 0.55fr);
  gap: clamp(2rem, 5vw, 5rem);
  padding: clamp(1.75rem, 4vw, 3.5rem);
  border-top: 1px solid rgba(1, 200, 215, 0.42);
  border-bottom: 1px solid rgba(245, 246, 244, 0.14);
  background: linear-gradient(120deg, rgba(1, 200, 215, 0.025), transparent 48%), #131516;
}

.cyndralis-reporter > div:first-child > p,
.cyndralis-reporter > div:first-child > span {
  margin: 0;
  color: #01c8d7;
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.5;
  text-transform: uppercase;
}

.cyndralis-reporter h3 {
  margin: 1rem 0;
  overflow-wrap: anywhere;
  font-size: clamp(1.75rem, 3.5vw, 3.4rem);
  font-weight: 500;
  letter-spacing: 0.035em;
  line-height: 1;
  text-transform: uppercase;
}

.cyndralis-reporter > div:first-child > span { color: rgba(245, 246, 244, 0.5); }

.cyndralis-reporter a {
  display: inline-block;
  margin-top: 2rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid rgba(1, 200, 215, 0.42);
  color: #01c8d7;
  font-size: 0.63rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cyndralis-reporter dl { margin: 0; }
.cyndralis-reporter dl div { padding: 0.8rem 0; border-top: 1px solid rgba(245, 246, 244, 0.1); }
.cyndralis-reporter dt,
.cyndralis-reporter dd { margin: 0; }
.cyndralis-reporter dt { color: rgba(245, 246, 244, 0.35); font-size: 0.58rem; font-weight: 600; letter-spacing: 0.13em; text-transform: uppercase; }
.cyndralis-reporter dd { margin-top: 0.5rem; overflow-wrap: anywhere; color: rgba(245, 246, 244, 0.76); font-size: 0.8rem; letter-spacing: 0.06em; line-height: 1.5; text-transform: uppercase; }

.cyndralis-closing { padding: clamp(4rem, 8vw, 7rem); border: 1px solid rgba(245, 246, 244, 0.16); background: #131516; }
.cyndralis-closing h2 { margin-top: 1.25rem; }
.cyndralis-closing nav { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 2.5rem; }
.cyndralis-closing nav a,
.cyndralis-closing nav span { padding: 0.85rem 1rem; border: 1px solid rgba(245, 246, 244, 0.18); color: rgba(245, 246, 244, 0.7); font-size: 0.62rem; font-weight: 600; letter-spacing: 0.13em; text-transform: uppercase; }
.cyndralis-closing nav a:first-child { border-color: rgba(1, 200, 215, 0.4); color: #01c8d7; }
.cyndralis-closing nav span { color: rgba(245, 246, 244, 0.28); }

@media (hover: hover) {
  .cyndralis-closing nav a:hover { border-color: #01c8d7; color: #f5f6f4; }
  .cyndralis-reporter a:hover { color: #f5f6f4; }
}

@media (max-width: 1000px) {
  .cyndralis-world-data { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .cyndralis-editorial > div,
  .cyndralis-rift,
  .cyndralis-politics { grid-template-columns: 1fr; }
  .cyndralis-culture { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cyndralis-culture > div { grid-column: 2; }
  .cyndralis-restricted-body { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cyndralis-integrity { grid-column: 1 / -1; }
  .cyndralis-reporter { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cyndralis-reporter dl { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .cyndralis-hero,
  .cyndralis-editorial,
  .cyndralis-map,
  .cyndralis-locations,
  .cyndralis-rift,
  .cyndralis-restricted,
  .cyndralis-industry,
  .cyndralis-politics,
  .cyndralis-culture,
  .cyndralis-media,
  .cyndralis-closing { width: min(100% - 2.5rem, 44rem); }
  .cyndralis-hero { grid-template-columns: 1fr; padding-top: 4rem; }
  .cyndralis-world-visual { min-height: 0; aspect-ratio: 1 / 1; }
  .cyndralis-world-data { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cyndralis-section-heading,
  .cyndralis-map figcaption { grid-template-columns: 1fr; gap: 0.75rem; }
  .cyndralis-location-grid { grid-template-columns: 1fr; }
  .cyndralis-data-line,
  .cyndralis-data-line-four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cyndralis-restricted-heading { grid-template-columns: 1fr; gap: 1rem; }
  .cyndralis-restricted-heading span { justify-self: start; }
  .cyndralis-industry-intro,
  .cyndralis-culture,
  .cyndralis-media-intro,
  .cyndralis-reporter { grid-template-columns: 1fr; }
  .cyndralis-culture > div { grid-column: auto; }
  .cyndralis-media-intro .cyndralis-eyebrow,
  .cyndralis-reporter dl { grid-column: auto; }
  .cyndralis-manufacturers > div { grid-template-columns: 1fr 1fr; gap: 0.6rem 1rem; }
  .cyndralis-manufacturers dt { grid-column: 1 / -1; }
}

@media (max-width: 500px) {
  .cyndralis-world-data,
  .cyndralis-data-line,
  .cyndralis-data-line-four,
  .cyndralis-restricted-body { grid-template-columns: 1fr; }
  .cyndralis-rift,
  .cyndralis-closing { padding: 2rem 1.25rem; }
  .cyndralis-location { grid-template-columns: 3.1rem 1fr; }
}

@media (max-width: 400px) {
  .cyndralis-hero,
  .cyndralis-editorial,
  .cyndralis-map,
  .cyndralis-locations,
  .cyndralis-rift,
  .cyndralis-restricted,
  .cyndralis-industry,
  .cyndralis-politics,
  .cyndralis-culture,
  .cyndralis-media,
  .cyndralis-closing { width: calc(100% - 2rem); }
}

/* Cyndralis III visual rhythm refinements */
.cyndralis-map-strip,
.cyndralis-interrupt {
  width: min(100% - 5rem, 1440px);
  margin-right: auto;
  margin-left: auto;
}

.cyndralis-interrupt {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 0;
  margin-bottom: 0;
  border-top: 1px solid rgba(1, 200, 215, 0.3);
  border-bottom: 1px solid rgba(245, 246, 244, 0.12);
}

.cyndralis-interrupt div {
  min-width: 0;
  padding: 1rem clamp(0.8rem, 2vw, 1.4rem);
  border-right: 1px solid rgba(245, 246, 244, 0.1);
}

.cyndralis-interrupt div:last-child { border-right: 0; }
.cyndralis-interrupt dt,
.cyndralis-interrupt dd { margin: 0; }
.cyndralis-interrupt dt { color: rgba(245, 246, 244, 0.36); font-size: 0.57rem; font-weight: 600; letter-spacing: 0.13em; text-transform: uppercase; }
.cyndralis-interrupt dd { margin-top: 0.45rem; overflow-wrap: anywhere; color: rgba(245, 246, 244, 0.82); font-size: 0.78rem; letter-spacing: 0.06em; line-height: 1.45; text-transform: uppercase; }

.cyndralis-rift-status {
  grid-column: 1 / -1;
  width: 100%;
  margin-top: clamp(1rem, 3vw, 2.5rem);
}

.cyndralis-map-strip {
  position: relative;
  min-height: clamp(15rem, 24vw, 21rem);
  margin-top: clamp(3rem, 6vw, 5rem);
  overflow: hidden;
  border-top: 1px solid rgba(245, 246, 244, 0.16);
  border-bottom: 1px solid rgba(245, 246, 244, 0.16);
  background-image: linear-gradient(90deg, rgba(7, 10, 13, 0.9) 0%, rgba(7, 10, 13, 0.64) 38%, rgba(7, 10, 13, 0.18) 75%), url("../images/CF_CYNDRALIS_III_MAP.png");
  background-position: center, center 43%;
  background-size: cover, cover;
}

.cyndralis-map-strip > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: inherit;
  padding: clamp(1.5rem, 3vw, 2.5rem);
}

.cyndralis-map-strip p {
  margin: 0;
  color: #01c8d7;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.cyndralis-map-strip dl {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 52rem;
  margin: 0;
  border-top: 1px solid rgba(245, 246, 244, 0.28);
}

.cyndralis-map-strip dl div { padding: 0.85rem 1rem 0 0; }
.cyndralis-map-strip dt,
.cyndralis-map-strip dd { margin: 0; }
.cyndralis-map-strip dt { min-height: 1em; color: rgba(245, 246, 244, 0.4); font-size: 0.56rem; font-weight: 600; letter-spacing: 0.13em; text-transform: uppercase; }
.cyndralis-map-strip dd { margin-top: 0.45rem; color: rgba(245, 246, 244, 0.9); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.09em; line-height: 1.4; text-transform: uppercase; }

.cyndralis-dalmeta {
  padding-top: clamp(4rem, 7vw, 6rem);
  padding-bottom: clamp(4rem, 7vw, 6rem);
}

.cyndralis-urban-status {
  margin-bottom: clamp(4rem, 8vw, 7rem);
}

.cyndralis-industry { padding: clamp(5rem, 8vw, 8rem) 0; }
.cyndralis-culture { padding: clamp(5rem, 8vw, 8rem) 0; }

.cyndralis-reporter {
  grid-template-columns: minmax(18rem, 0.78fr) minmax(0, 1.22fr);
  gap: 0;
  padding: 0;
}

.cyndralis-reporter > figure {
  min-height: 42rem;
  margin: 0;
  overflow: hidden;
  border-right: 1px solid rgba(245, 246, 244, 0.14);
  background: #0b0d0e;
}

.cyndralis-reporter > figure > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.cyndralis-reporter-profile {
  display: grid;
  align-content: center;
  min-width: 0;
  padding: clamp(2rem, 5vw, 5rem);
}

.cyndralis-reporter-profile > p,
.cyndralis-reporter-profile > span {
  margin: 0;
  color: #01c8d7;
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.5;
  text-transform: uppercase;
}

.cyndralis-reporter-profile > span { color: rgba(245, 246, 244, 0.5); }

.cyndralis-signature {
  width: min(15rem, 70%);
  height: 5rem;
  margin: 1.25rem 0 1.75rem;
  overflow: hidden;
  opacity: 0.72;
}

.cyndralis-signature img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 56%;
}

.cyndralis-reporter-copy p {
  margin: 0;
  color: rgba(245, 246, 244, 0.62);
  font-size: 0.95rem;
  line-height: 1.75;
}

.cyndralis-reporter-copy p + p { margin-top: 1.25rem; }
.cyndralis-reporter-profile > dl { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; margin-top: 2.5rem; }

@media (max-width: 1000px) {
  .cyndralis-reporter { grid-template-columns: minmax(17rem, 0.85fr) minmax(0, 1.15fr); }
  .cyndralis-reporter > figure { min-height: 36rem; }
  .cyndralis-reporter-profile > dl { grid-template-columns: 1fr; grid-column: auto; }
}

@media (max-width: 760px) {
  .cyndralis-map-strip,
  .cyndralis-interrupt { width: min(100% - 2.5rem, 44rem); }
  .cyndralis-interrupt { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cyndralis-interrupt div:nth-child(2) { border-right: 0; }
  .cyndralis-interrupt div:nth-child(-n + 2) { border-bottom: 1px solid rgba(245, 246, 244, 0.1); }
  .cyndralis-map-strip { min-height: 18rem; background-position: center, center; }
  .cyndralis-map-strip dl { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cyndralis-reporter { grid-template-columns: 1fr; }
  .cyndralis-reporter > figure { min-height: 0; aspect-ratio: 4 / 5; border-right: 0; border-bottom: 1px solid rgba(245, 246, 244, 0.14); }
  .cyndralis-reporter-profile { padding: clamp(1.5rem, 7vw, 3rem); }
  .cyndralis-signature { width: min(12rem, 65%); height: 4rem; }
}

@media (max-width: 400px) {
  .cyndralis-map-strip,
  .cyndralis-interrupt { width: calc(100% - 2rem); }
}

/* Settlement civilization archive */
.settlement-breadcrumb,
.settlement-hero,
.settlement-editorial,
.settlement-dynasties,
.settlement-sol,
.settlement-aracea,
.settlement-gates,
.settlement-hdf,
.settlement-economy,
.settlement-closing,
.settlement-return {
  width: min(100% - 5rem, 1440px);
  margin-right: auto;
  margin-left: auto;
}

.settlement-label,
.settlement-heading p {
  margin: 0;
  color: #01c8d7;
  font-size: 0.63rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.settlement-breadcrumb {
  display: flex;
  gap: 0.65rem;
  padding-top: 2rem;
  color: rgba(245, 246, 244, 0.4);
  font-size: 0.61rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.settlement-breadcrumb a { color: #01c8d7; }

.settlement-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.65fr) minmax(24rem, 1fr);
  gap: clamp(2rem, 6vw, 7rem);
  align-items: end;
  padding: clamp(3rem, 6vw, 5.5rem) 0 clamp(4rem, 7vw, 6rem);
}

.settlement-hero h1 {
  max-width: 8em;
  margin: 0.75rem 0 0;
  font-size: clamp(3.2rem, 7vw, 7rem);
  line-height: 0.92;
}

.settlement-hero > div > p:last-child {
  max-width: 32rem;
  margin: 1.5rem 0 0;
  color: rgba(245, 246, 244, 0.7);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.65;
}

.settlement-hero figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(245, 246, 244, 0.16);
  background: #0b0d0e;
}

.settlement-hero figure img,
.settlement-regions img,
.settlement-gates figure img,
.settlement-hdf figure img {
  display: block;
  width: 100%;
  height: auto;
}

.settlement-hero > dl {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-column: 1 / -1;
  margin: 0;
  border-top: 1px solid rgba(1, 200, 215, 0.28);
  border-left: 1px solid rgba(245, 246, 244, 0.12);
}

.settlement-hero > dl div {
  min-width: 0;
  padding: 1rem 1.1rem;
  border-right: 1px solid rgba(245, 246, 244, 0.12);
  border-bottom: 1px solid rgba(245, 246, 244, 0.12);
}

.settlement-hero dt,
.settlement-hero dd,
.dynasty-record dt,
.dynasty-record dd { margin: 0; }
.settlement-hero dt,
.dynasty-record dt { color: rgba(245, 246, 244, 0.38); font-size: 0.58rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; }
.settlement-hero dd { margin-top: 0.5rem; overflow-wrap: anywhere; color: rgba(245, 246, 244, 0.82); font-size: 0.82rem; line-height: 1.5; }

.settlement-editorial {
  padding: clamp(5rem, 9vw, 8rem) 0;
  border-top: 1px solid rgba(245, 246, 244, 0.14);
}

.settlement-editorial > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(19rem, 0.65fr);
  gap: clamp(3rem, 8vw, 9rem);
  margin-top: 2rem;
}

.settlement-editorial h2,
.settlement-sol h2,
.settlement-gates h2,
.settlement-hdf h2,
.settlement-economy h2,
.settlement-closing h2 {
  max-width: 13em;
  margin: 0;
  font-size: clamp(2.5rem, 5.3vw, 5.4rem);
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1;
  text-transform: uppercase;
}

.settlement-editorial > div > div p,
.settlement-sol > div:last-child > p,
.settlement-gates > div > p,
.settlement-hdf > div > p,
.settlement-economy > div > p {
  margin: 0;
  color: rgba(245, 246, 244, 0.64);
  font-size: 0.96rem;
  line-height: 1.75;
}

.settlement-editorial > div > div p + p,
.settlement-sol > div:last-child > p + p,
.settlement-gates > div > p + p,
.settlement-hdf > div > p + p,
.settlement-economy > div > p + p { margin-top: 1.2rem; }

.settlement-dynasties { padding: clamp(5rem, 9vw, 8rem) 0; }
.settlement-heading { display: grid; grid-template-columns: minmax(14rem, 0.45fr) 1fr; gap: 2rem; align-items: baseline; margin-bottom: 2rem; padding-bottom: 1.25rem; border-bottom: 1px solid rgba(245, 246, 244, 0.16); }
.settlement-heading h2 { margin: 0; font-size: clamp(1.9rem, 3.7vw, 3.6rem); font-weight: 500; letter-spacing: 0.035em; text-transform: uppercase; }
.settlement-regions { position: relative; margin: 0 0 clamp(4rem, 8vw, 7rem); border: 1px solid rgba(245, 246, 244, 0.16); background: #0b0d0e; }
.settlement-regions figcaption { position: absolute; right: 1.5rem; bottom: 1.5rem; padding: 0.65rem 0.8rem; background: rgba(7, 10, 13, 0.78); color: rgba(245, 246, 244, 0.55); font-size: 0.61rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; }

.dynasty-index { border-top: 1px solid rgba(245, 246, 244, 0.14); }
.dynasty-record { display: grid; grid-template-columns: minmax(16rem, 0.65fr) minmax(15rem, 0.7fr) minmax(20rem, 1fr); gap: clamp(1.5rem, 4vw, 4rem); padding: clamp(2rem, 4vw, 3.5rem) 0; border-bottom: 1px solid rgba(245, 246, 244, 0.14); }
.dynasty-record header { display: grid; grid-template-columns: 2.5rem 1fr; gap: 1rem; }
.dynasty-record header > span { color: #01c8d7; font-size: 0.65rem; font-weight: 600; letter-spacing: 0.13em; }
.dynasty-record h3 { margin: 0; font-size: clamp(1.7rem, 3.5vw, 3.4rem); font-weight: 500; letter-spacing: 0.035em; line-height: 1; text-transform: uppercase; }
.dynasty-record header p { margin: 0.9rem 0 0; color: rgba(245, 246, 244, 0.45); font-size: 0.65rem; font-weight: 600; letter-spacing: 0.09em; line-height: 1.6; text-transform: uppercase; }
.dynasty-core p { margin: 0; color: rgba(245, 246, 244, 0.72); font-size: 0.95rem; line-height: 1.7; }
.dynasty-record dl { margin: 0; }
.dynasty-record dl div { padding: 0.7rem 0; border-top: 1px solid rgba(245, 246, 244, 0.09); }
.dynasty-record dd { margin-top: 0.4rem; color: rgba(245, 246, 244, 0.58); font-size: 0.78rem; line-height: 1.55; }

.settlement-sol { display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(20rem, 0.75fr); gap: clamp(3rem, 8vw, 9rem); padding: clamp(5rem, 9vw, 8rem); border-top: 1px solid rgba(1, 200, 215, 0.38); border-bottom: 1px solid rgba(245, 246, 244, 0.14); background: linear-gradient(120deg, rgba(1, 200, 215, 0.035), transparent 50%), #131516; }
.settlement-sol h2 { margin-top: 1.25rem; }
.settlement-sol h2 span { color: rgba(245, 246, 244, 0.48); font-size: 0.42em; letter-spacing: 0.1em; }
.settlement-sol > div:first-child > p:last-child { margin: 1.2rem 0 0; color: #01c8d7; font-size: 0.65rem; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; }
.settlement-sol blockquote { margin: 2.5rem 0 0; padding-left: 1.5rem; border-left: 1px solid rgba(1, 200, 215, 0.5); color: rgba(245, 246, 244, 0.86); font-size: clamp(1.15rem, 2vw, 1.5rem); line-height: 1.6; }

.settlement-aracea { margin-top: clamp(5rem, 9vw, 8rem); border: 1px solid rgba(245, 246, 244, 0.18); background: repeating-linear-gradient(135deg, transparent 0 2rem, rgba(245, 246, 244, 0.012) 2rem 2.08rem), #111314; }
.settlement-aracea header { display: flex; align-items: baseline; justify-content: space-between; gap: 2rem; padding: clamp(1.5rem, 3vw, 2.5rem); border-bottom: 1px solid rgba(245, 246, 244, 0.14); }
.settlement-aracea header p,
.settlement-aracea header > span { margin: 0; color: rgba(245, 246, 244, 0.38); font-size: 0.61rem; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; }
.settlement-aracea header > span { padding: 0.5rem 0.7rem; border: 1px solid rgba(245, 246, 244, 0.2); }
.settlement-aracea h2 { margin: 0.8rem 0 0; font-size: clamp(2.2rem, 4.5vw, 4.5rem); font-weight: 500; letter-spacing: 0.04em; text-transform: uppercase; }
.settlement-aracea > div { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1.5rem, 4vw, 4rem); padding: clamp(1.5rem, 4vw, 3.5rem); }
.settlement-aracea > div p { margin: 0; color: rgba(245, 246, 244, 0.58); font-size: 0.92rem; line-height: 1.75; }

.settlement-gates { display: grid; grid-template-columns: minmax(20rem, 0.7fr) minmax(0, 1fr); gap: clamp(3rem, 8vw, 9rem); align-items: center; padding: clamp(6rem, 11vw, 10rem) 0; }
.settlement-gates figure { margin: 0; overflow: hidden; border: 1px solid rgba(245, 246, 244, 0.16); background: #0b0d0e; }
.settlement-gates h2,
.settlement-hdf h2,
.settlement-economy h2 { margin: 1.25rem 0 2rem; }
.settlement-gates strong { display: block; margin-top: 2.5rem; color: #01c8d7; font-size: clamp(1.4rem, 3vw, 2.8rem); font-weight: 500; letter-spacing: 0.04em; line-height: 1.15; text-transform: uppercase; }

.settlement-hdf { display: grid; grid-template-columns: minmax(0, 1fr) minmax(15rem, 0.45fr); gap: clamp(3rem, 8vw, 9rem); align-items: center; padding: clamp(5rem, 9vw, 8rem) 0; border-top: 1px solid rgba(245, 246, 244, 0.14); border-bottom: 1px solid rgba(245, 246, 244, 0.14); }
.settlement-hdf > div { max-width: 48rem; }
.settlement-hdf figure { margin: 0; border: 1px solid rgba(245, 246, 244, 0.16); background: #0b0d0e; }
.settlement-hdf figcaption { padding: 0.8rem 1rem; border-top: 1px solid rgba(245, 246, 244, 0.12); color: rgba(245, 246, 244, 0.48); font-size: 0.59rem; font-weight: 600; letter-spacing: 0.13em; text-transform: uppercase; }

.settlement-economy { display: grid; grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.65fr); gap: clamp(3rem, 8vw, 9rem); padding: clamp(5rem, 9vw, 8rem) 0; }
.settlement-economy dl { margin: 0; border-top: 1px solid rgba(1, 200, 215, 0.3); }
.settlement-economy dl div { padding: 1rem 0; border-bottom: 1px solid rgba(245, 246, 244, 0.12); }
.settlement-economy dt,
.settlement-economy dd { margin: 0; }
.settlement-economy dt { color: rgba(245, 246, 244, 0.38); font-size: 0.58rem; font-weight: 600; letter-spacing: 0.13em; text-transform: uppercase; }
.settlement-economy dd { margin-top: 0.5rem; color: rgba(245, 246, 244, 0.84); font-size: 0.9rem; }
.settlement-economy blockquote { margin: 2.5rem 0 0; color: rgba(245, 246, 244, 0.86); font-size: clamp(1.2rem, 2.2vw, 1.65rem); line-height: 1.55; }

.settlement-closing { padding: clamp(4rem, 8vw, 7rem); border: 1px solid rgba(245, 246, 244, 0.16); background: #131516; }
.settlement-closing h2 { margin-top: 1.25rem; }
.settlement-closing > p:not(.settlement-label) { margin: 1.5rem 0 0; color: rgba(245, 246, 244, 0.64); font-size: 1rem; line-height: 1.65; }
.settlement-closing nav { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 3rem; border-top: 1px solid rgba(245, 246, 244, 0.14); border-left: 1px solid rgba(245, 246, 244, 0.14); }
.settlement-closing nav a { min-width: 0; padding: 1.5rem; border-right: 1px solid rgba(245, 246, 244, 0.14); border-bottom: 1px solid rgba(245, 246, 244, 0.14); }
.settlement-closing nav span { display: block; color: #01c8d7; font-size: 0.67rem; font-weight: 600; letter-spacing: 0.13em; text-transform: uppercase; }
.settlement-closing nav small { display: block; margin-top: 0.8rem; color: rgba(245, 246, 244, 0.5); font-size: 0.78rem; line-height: 1.5; }
.settlement-return { padding: 2.25rem 0; }
.settlement-return a { color: #01c8d7; font-size: 0.64rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; }

@media (hover: hover) {
  .settlement-breadcrumb a:hover,
  .settlement-return a:hover { color: #f5f6f4; }
  .settlement-closing nav a:hover { background: rgba(1, 200, 215, 0.025); }
}

@media (max-width: 1000px) {
  .settlement-hero > dl { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .dynasty-record { grid-template-columns: minmax(15rem, 0.7fr) 1fr; }
  .dynasty-record dl { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .settlement-breadcrumb,
  .settlement-hero,
  .settlement-editorial,
  .settlement-dynasties,
  .settlement-sol,
  .settlement-aracea,
  .settlement-gates,
  .settlement-hdf,
  .settlement-economy,
  .settlement-closing,
  .settlement-return { width: min(100% - 2.5rem, 44rem); }
  .settlement-hero,
  .settlement-editorial > div,
  .settlement-sol,
  .settlement-gates,
  .settlement-hdf,
  .settlement-economy { grid-template-columns: 1fr; }
  .settlement-hero { padding-top: 3rem; }
  .settlement-hero figure { order: 2; }
  .settlement-hero > dl { order: 3; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .settlement-heading { grid-template-columns: 1fr; gap: 0.75rem; }
  .dynasty-record { grid-template-columns: 1fr; }
  .dynasty-record dl { grid-column: auto; }
  .settlement-sol { padding: clamp(2rem, 7vw, 4rem); }
  .settlement-aracea header { align-items: flex-start; flex-direction: column; }
  .settlement-aracea > div { grid-template-columns: 1fr; }
  .settlement-hdf figure { max-width: 20rem; }
  .settlement-closing nav { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .settlement-hero > dl { grid-template-columns: 1fr; }
  .settlement-regions figcaption { position: static; border-top: 1px solid rgba(245, 246, 244, 0.12); }
  .settlement-closing { padding: 2rem 1.25rem; }
}

@media (max-width: 400px) {
  .settlement-breadcrumb,
  .settlement-hero,
  .settlement-editorial,
  .settlement-dynasties,
  .settlement-sol,
  .settlement-aracea,
  .settlement-gates,
  .settlement-hdf,
  .settlement-economy,
  .settlement-closing,
  .settlement-return { width: calc(100% - 2rem); }
}

/* Valid calculated containers for the vehicle archive and its index. */
.vehicle-dossier .hub-nav,
.catalogue-page .hub-nav,
.catalogue-page .database-intro,
.catalogue-page .catalogue-section,
.vehicle-breadcrumb,
.vehicle-header,
.vehicle-master,
.vehicle-editorial,
.vehicle-systems,
.vehicle-field-image,
.vehicle-notes,
.vehicle-game-data,
.vehicle-value,
.vehicle-unit-nav {
  width: min(calc(100% - 5rem), 1440px);
}

@media (max-width: 760px) {
  .vehicle-dossier .hub-nav,
  .catalogue-page .hub-nav,
  .catalogue-page .database-intro,
  .catalogue-page .catalogue-section,
  .vehicle-breadcrumb,
  .vehicle-header,
  .vehicle-master,
  .vehicle-editorial,
  .vehicle-systems,
  .vehicle-field-image,
  .vehicle-notes,
  .vehicle-game-data,
  .vehicle-value,
  .vehicle-unit-nav {
    width: min(calc(100% - 2.5rem), 44rem);
  }
}

/* Ascension Gate infrastructure archive */
.settlement-gate-link {
  display: inline-flex;
  gap: 0.8rem;
  align-items: center;
  margin-top: 2rem;
  padding-bottom: 0.45rem;
  border-bottom: 1px solid rgba(1, 200, 215, 0.42);
  color: #f5f6f4;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-decoration: none;
  text-transform: uppercase;
}

.settlement-gate-link span { color: #01c8d7; transition: transform 180ms ease; }
.settlement-gate-link:hover span,
.settlement-gate-link:focus-visible span { transform: translateX(0.3rem); }

.gate-breadcrumb,
.gate-hero,
.gate-section,
.gate-operation-image,
.gate-return {
  width: min(calc(100% - 5rem), 1440px);
  margin-right: auto;
  margin-left: auto;
}

.gate-breadcrumb {
  display: flex;
  gap: 0.65rem;
  align-items: center;
  padding-top: 1.25rem;
  color: rgba(245, 246, 244, 0.38);
  font-size: 0.61rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.gate-breadcrumb a { color: rgba(245, 246, 244, 0.66); text-decoration: none; }
.gate-breadcrumb a:hover,
.gate-breadcrumb a:focus-visible { color: #01c8d7; }

.gate-hero { padding: clamp(3rem, 7vw, 7rem) 0 clamp(5rem, 9vw, 8rem); }
.gate-hero-copy { position: relative; z-index: 1; max-width: 67rem; margin-bottom: clamp(2rem, 4vw, 4rem); }
.gate-kicker,
.gate-label {
  margin: 0;
  color: #01c8d7;
  font-size: 0.63rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.gate-hero .eyebrow { margin-top: 1rem; }
.gate-hero h1 {
  margin: 0.6rem 0 0;
  color: #f5f6f4;
  font-size: clamp(4.2rem, 11vw, 10.5rem);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 0.78;
  text-transform: uppercase;
}

.gate-lead { max-width: 34rem; margin: 2rem 0 0; color: rgba(245, 246, 244, 0.72); font-size: clamp(1rem, 1.8vw, 1.35rem); line-height: 1.55; }
.gate-hero-visual { margin: 0 0 0 clamp(0rem, 8vw, 8rem); overflow: hidden; border: 1px solid rgba(245, 246, 244, 0.15); background: #080a0b; }
.gate-hero-visual img,
.gate-operation-image img { display: block; width: 100%; height: auto; }

.gate-status {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 0 0 clamp(0rem, 8vw, 8rem);
  border-right: 1px solid rgba(245, 246, 244, 0.12);
  border-bottom: 1px solid rgba(245, 246, 244, 0.12);
  border-left: 1px solid rgba(245, 246, 244, 0.12);
}

.gate-status div { min-width: 0; padding: 1.1rem; border-right: 1px solid rgba(245, 246, 244, 0.1); }
.gate-status div:last-child { border-right: 0; }
.gate-status dt,
.gate-status dd { margin: 0; }
.gate-status dt { color: rgba(245, 246, 244, 0.38); font-size: 0.56rem; font-weight: 600; letter-spacing: 0.13em; text-transform: uppercase; }
.gate-status dd { margin-top: 0.45rem; color: rgba(245, 246, 244, 0.78); font-size: 0.8rem; line-height: 1.4; }

.gate-section { padding: clamp(5rem, 10vw, 9rem) 0; border-top: 1px solid rgba(245, 246, 244, 0.14); }
.gate-section-body { display: grid; grid-template-columns: minmax(18rem, 0.8fr) minmax(20rem, 1fr); gap: clamp(3rem, 9vw, 9rem); margin-top: 1.5rem; }
.gate-section h2,
.gate-network > header h2,
.gate-risks > header h2,
.gate-transit h2,
.gate-context h2 {
  margin: 0;
  color: #f5f6f4;
  font-size: clamp(2.4rem, 5.6vw, 5.6rem);
  font-weight: 500;
  letter-spacing: 0.015em;
  line-height: 0.98;
  text-transform: uppercase;
}

.gate-prose p { margin: 0; color: rgba(245, 246, 244, 0.66); font-size: 0.98rem; line-height: 1.78; }
.gate-prose p + p { margin-top: 1.3rem; }
.gate-prose blockquote { margin: 2.5rem 0 0; padding-left: 1.5rem; border-left: 1px solid #01c8d7; color: rgba(245, 246, 244, 0.88); font-size: clamp(1.2rem, 2.2vw, 1.7rem); line-height: 1.5; }

.gate-sequence { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: clamp(4rem, 8vw, 7rem) 0 0; padding: 0; border-top: 1px solid rgba(1, 200, 215, 0.36); list-style: none; }
.gate-sequence li { display: grid; grid-template-columns: auto 1fr; gap: 1rem; padding: 1.5rem 1.2rem 1.5rem 0; border-right: 1px solid rgba(245, 246, 244, 0.1); }
.gate-sequence li + li { padding-left: 1.2rem; }
.gate-sequence li:last-child { border-right: 0; }
.gate-sequence li > span { color: #01c8d7; font-size: 0.58rem; font-weight: 600; letter-spacing: 0.12em; }
.gate-sequence h3,
.gate-tier-list h3,
.gate-risk-grid h3 { margin: 0; color: rgba(245, 246, 244, 0.9); font-size: 0.82rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; }
.gate-sequence p,
.gate-tier-list p,
.gate-risk-grid p { margin: 0.75rem 0 0; color: rgba(245, 246, 244, 0.54); font-size: 0.82rem; line-height: 1.65; }

.gate-network > header,
.gate-risks > header { display: grid; grid-template-columns: minmax(15rem, 0.45fr) 1fr; gap: 2rem; align-items: end; }
.gate-tier-list { margin-top: clamp(3rem, 7vw, 6rem); border-top: 1px solid rgba(245, 246, 244, 0.14); }
.gate-tier-list article { display: grid; grid-template-columns: minmax(12rem, 0.35fr) minmax(16rem, 0.65fr) minmax(20rem, 1fr); gap: clamp(1.5rem, 5vw, 5rem); padding: 2rem 0; border-bottom: 1px solid rgba(245, 246, 244, 0.12); }
.gate-tier-list article > span { color: #01c8d7; font-size: 0.59rem; font-weight: 600; letter-spacing: 0.13em; text-transform: uppercase; }
.gate-tier-list p { margin-top: 0; }
.gate-origin-note { max-width: 56rem; margin: 3rem 0 0 auto; color: rgba(245, 246, 244, 0.52); font-size: 0.87rem; line-height: 1.7; }

.gate-transit { display: grid; grid-template-columns: minmax(20rem, 1fr) minmax(20rem, 0.75fr); gap: clamp(3rem, 9vw, 9rem); }
.gate-transit h2 { margin: 1.3rem 0 2rem; }
.gate-routes { align-self: end; margin: 0; border-top: 1px solid rgba(1, 200, 215, 0.4); }
.gate-routes div { display: flex; gap: 2rem; justify-content: space-between; padding: 1rem 0; border-bottom: 1px solid rgba(245, 246, 244, 0.1); }
.gate-routes dt,
.gate-routes dd { margin: 0; font-size: 0.75rem; letter-spacing: 0.07em; text-transform: uppercase; }
.gate-routes dt { color: rgba(245, 246, 244, 0.52); }
.gate-routes dd { color: #f5f6f4; font-weight: 600; }

.gate-operation-image { position: relative; margin-top: clamp(2rem, 5vw, 5rem); margin-bottom: clamp(2rem, 5vw, 5rem); overflow: hidden; border: 1px solid rgba(245, 246, 244, 0.16); background: #080a0b; }
.gate-operation-image figcaption { position: absolute; right: 1rem; bottom: 1rem; max-width: calc(100% - 2rem); padding: 0.7rem 0.85rem; background: rgba(5, 8, 10, 0.78); color: rgba(245, 246, 244, 0.56); font-size: 0.58rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; }

.gate-risk-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: clamp(3rem, 7vw, 6rem); border-top: 1px solid rgba(1, 200, 215, 0.36); }
.gate-risk-grid article { padding: 1.5rem 1.4rem 0 0; border-right: 1px solid rgba(245, 246, 244, 0.1); }
.gate-risk-grid article + article { padding-left: 1.4rem; }
.gate-risk-grid article:last-child { border-right: 0; }

.gate-context { display: grid; grid-template-columns: minmax(18rem, 0.8fr) minmax(20rem, 1fr); gap: clamp(3rem, 9vw, 9rem); }
.gate-context h2 { margin-top: 1.3rem; }

.gate-return { display: grid; grid-template-columns: 1fr 1fr; margin-bottom: clamp(5rem, 9vw, 8rem); border: 1px solid rgba(245, 246, 244, 0.14); }
.gate-return a { display: flex; gap: 1.25rem; align-items: center; padding: 1.5rem; color: rgba(245, 246, 244, 0.86); text-decoration: none; text-transform: uppercase; }
.gate-return a + a { justify-content: flex-end; border-left: 1px solid rgba(245, 246, 244, 0.14); text-align: right; }
.gate-return small { display: block; margin-bottom: 0.35rem; color: rgba(245, 246, 244, 0.36); font-size: 0.53rem; font-weight: 600; letter-spacing: 0.13em; }
.gate-return a > span[aria-hidden="true"] { color: #01c8d7; }

@media (max-width: 900px) {
  .gate-status,
  .gate-sequence,
  .gate-risk-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gate-status div:nth-child(2),
  .gate-sequence li:nth-child(2),
  .gate-risk-grid article:nth-child(2) { border-right: 0; }
  .gate-status div:nth-child(-n + 2),
  .gate-sequence li:nth-child(-n + 2) { border-bottom: 1px solid rgba(245, 246, 244, 0.1); }
  .gate-tier-list article { grid-template-columns: minmax(10rem, 0.4fr) 1fr; }
  .gate-tier-list article p { grid-column: 2; }
}

@media (max-width: 760px) {
  .gate-breadcrumb,
  .gate-hero,
  .gate-section,
  .gate-operation-image,
  .gate-return { width: min(calc(100% - 2.5rem), 44rem); }
  .gate-breadcrumb { flex-wrap: wrap; }
  .gate-hero-copy { margin-bottom: 2rem; }
  .gate-hero h1 { font-size: clamp(3.25rem, 13.5vw, 5.4rem); line-height: 0.82; }
  .gate-hero-visual,
  .gate-status { margin-left: 0; }
  .gate-section-body,
  .gate-network > header,
  .gate-risks > header,
  .gate-transit,
  .gate-context { grid-template-columns: 1fr; }
  .gate-section-body { gap: 2rem; }
  .gate-tier-list article { grid-template-columns: 1fr; gap: 0.9rem; }
  .gate-tier-list article p { grid-column: auto; }
  .gate-return { grid-template-columns: 1fr; }
  .gate-return a + a { border-top: 1px solid rgba(245, 246, 244, 0.14); border-left: 0; }
}

@media (max-width: 480px) {
  .gate-breadcrumb,
  .gate-hero,
  .gate-section,
  .gate-operation-image,
  .gate-return { width: calc(100% - 2rem); }
  .gate-status,
  .gate-sequence,
  .gate-risk-grid { grid-template-columns: 1fr; }
  .gate-status div,
  .gate-status div:nth-child(2),
  .gate-sequence li,
  .gate-sequence li + li,
  .gate-sequence li:nth-child(2),
  .gate-risk-grid article,
  .gate-risk-grid article + article,
  .gate-risk-grid article:nth-child(2) { padding-right: 0; padding-left: 0; border-right: 0; border-bottom: 1px solid rgba(245, 246, 244, 0.1); }
  .gate-operation-image figcaption { position: static; max-width: none; }
}

@media (max-width: 400px) {
  .vehicle-dossier .hub-nav,
  .catalogue-page .hub-nav,
  .catalogue-page .database-intro,
  .catalogue-page .catalogue-section,
  .vehicle-breadcrumb,
  .vehicle-header,
  .vehicle-master,
  .vehicle-editorial,
  .vehicle-systems,
  .vehicle-field-image,
  .vehicle-notes,
  .vehicle-game-data,
  .vehicle-value,
  .vehicle-unit-nav {
    width: calc(100% - 2rem);
  }
}
/* Global mature-content entry gate */
html.age-gate-pending,
html.age-gate-pending body {
  min-height: 100%;
  overflow: hidden;
  background: #050708;
}

html.age-gate-pending body > :not(.age-gate) {
  visibility: hidden;
}

html.age-gate-pending body::before {
  position: fixed;
  inset: 0;
  z-index: 2147483646;
  display: grid;
  place-items: center;
  padding: 2rem;
  color: rgba(245, 246, 244, 0.72);
  background: #050708;
  content: "JavaScript is required to access this archive.";
  font: 600 0.68rem/1.5 Arial, sans-serif;
  letter-spacing: 0.14em;
  text-align: center;
  text-transform: uppercase;
}

.age-gate {
  position: fixed;
  inset: 0;
  z-index: 2147483647;
  display: grid;
  place-items: center;
  box-sizing: border-box;
  min-height: 100dvh;
  padding: clamp(1.25rem, 5vw, 4rem);
  color: #f5f6f4;
  background: #050708;
  opacity: 1;
  transition: opacity 180ms ease;
}

.age-gate--closing { opacity: 0; pointer-events: none; }

.age-gate__panel {
  width: min(100%, 42rem);
  padding: clamp(1.5rem, 5vw, 3.5rem);
  border-top: 1px solid rgba(1, 200, 215, 0.72);
  border-bottom: 1px solid rgba(245, 246, 244, 0.16);
}

.age-gate__index {
  margin: 0 0 clamp(2rem, 7vw, 4.5rem);
  color: rgba(245, 246, 244, 0.42);
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.18em;
}

.age-gate span { color: #01c8d7; }

.age-gate h1 {
  max-width: 32rem;
  margin: 0;
  font-size: clamp(1.65rem, 5vw, 3.15rem);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.05;
}

.age-gate h1 span { white-space: nowrap; }

.age-gate #age-gate-description {
  max-width: 34rem;
  margin: 1.5rem 0 clamp(2.25rem, 7vw, 4rem);
  color: rgba(245, 246, 244, 0.64);
  font-size: clamp(0.84rem, 2vw, 1rem);
  line-height: 1.7;
}

.age-gate__actions { display: flex; flex-wrap: wrap; gap: 0.75rem; }

.age-gate button {
  min-width: 10rem;
  padding: 0.95rem 1.2rem;
  border: 1px solid rgba(245, 246, 244, 0.2);
  color: rgba(245, 246, 244, 0.82);
  background: transparent;
  font: inherit;
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-align: left;
  cursor: pointer;
}

.age-gate__enter { border-color: rgba(1, 200, 215, 0.56) !important; }
.age-gate button:hover { color: #fff; border-color: rgba(245, 246, 244, 0.5); }
.age-gate button:focus-visible { outline: 2px solid #01c8d7; outline-offset: 4px; }

@media (prefers-reduced-motion: reduce) {
  .age-gate { transition: none; }
}

/* Legal and privacy information */
.footer-legal {
  order: 3 !important;
  width: 100%;
  justify-content: flex-end;
  gap: 1.25rem !important;
  color: rgba(245, 246, 244, 0.38);
  font-size: 0.56rem;
  letter-spacing: 0.14em;
}

.footer-legal a[aria-current="page"] { color: rgba(245, 246, 244, 0.72); }

.legal-page { background: #080a0b; }

.legal-main,
.legal-footer {
  width: min(calc(100% - 5rem), 72rem);
  margin-right: auto;
  margin-left: auto;
}

.legal-main { padding: clamp(4rem, 9vw, 8rem) 0 clamp(2rem, 5vw, 4rem); }

.legal-intro {
  max-width: 58rem;
  padding-bottom: clamp(3rem, 7vw, 6rem);
  border-bottom: 1px solid rgba(245, 246, 244, 0.14);
}

.legal-intro > p:first-child,
.legal-updated {
  color: #01c8d7;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.legal-intro h1 {
  max-width: 15ch;
  margin: 1.25rem 0 0;
  font-size: clamp(2.7rem, 7vw, 6.5rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.95;
}

.legal-intro h1 span { color: rgba(245, 246, 244, 0.42); }
.legal-updated { margin-top: 1.75rem; color: rgba(245, 246, 244, 0.38); }

.legal-content { width: min(100%, 46rem); margin-top: clamp(3.5rem, 8vw, 7rem); }

.legal-content section {
  padding: 0 0 clamp(2.75rem, 6vw, 4.5rem);
  margin-bottom: clamp(2.75rem, 6vw, 4.5rem);
  border-bottom: 1px solid rgba(245, 246, 244, 0.1);
}

.legal-content section:last-child { margin-bottom: 0; }

.legal-content h2 {
  margin: 0 0 1.5rem;
  color: #f5f6f4;
  font-size: clamp(1.15rem, 2.2vw, 1.55rem);
  font-weight: 500;
  letter-spacing: -0.01em;
}

.legal-content p {
  margin: 0 0 1rem;
  color: rgba(245, 246, 244, 0.66);
  font-size: 0.93rem;
  line-height: 1.75;
}

.legal-content p:last-child { margin-bottom: 0; }
.legal-content strong { color: rgba(245, 246, 244, 0.88); font-weight: 500; }
.legal-content code { color: #9be6ec; font-size: 0.88em; }

.legal-details { margin: 0; }
.legal-details div { padding: 1rem 0; border-top: 1px solid rgba(245, 246, 244, 0.1); }
.legal-details dt,
.legal-details dd { margin: 0; }
.legal-details dt { color: rgba(245, 246, 244, 0.38); font-size: 0.6rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; }
.legal-details dd { margin-top: 0.5rem; color: rgba(245, 246, 244, 0.78); font-size: 0.9rem; line-height: 1.6; }
.legal-footer { margin-top: 0; }

@media (max-width: 760px) {
  .legal-main,
  .legal-footer { width: min(calc(100% - 2.5rem), 44rem); }
  .footer-legal { justify-content: flex-start; }
}

@media (max-width: 400px) {
  .legal-main,
  .legal-footer { width: calc(100% - 2rem); }
}

/* Character archive and public dossiers */
.characters-intro,
.character-archive,
.character-archive-links,
.character-hero,
.character-profile,
.character-editorial,
.character-function,
.character-frame,
.character-related,
.character-roster {
  width: min(calc(100% - 5rem), 1440px);
  margin-right: auto;
  margin-left: auto;
}

.characters-intro {
  padding: clamp(6rem, 11vw, 10rem) 0 clamp(4rem, 8vw, 7rem);
}

.characters-intro h1 {
  margin: 1.1rem 0 0;
  font-size: clamp(3.4rem, 9vw, 8.5rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.88;
  text-transform: uppercase;
}

.characters-intro > p:last-child {
  max-width: 42rem;
  margin: 2rem 0 0;
  color: rgba(245, 246, 244, 0.65);
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  line-height: 1.65;
}

.character-archive-heading {
  display: grid;
  grid-template-columns: minmax(11rem, 0.45fr) minmax(18rem, 0.85fr) minmax(18rem, 1fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: end;
  padding: 2rem 0;
  border-top: 1px solid rgba(245, 246, 244, 0.15);
}

.character-archive-heading > p:first-child,
.character-kicker,
.character-role,
.character-section-label,
.character-profile header p,
.character-frame a,
.character-card-copy > span,
.character-card-copy strong,
.character-archive-links span,
.character-archive-links small,
.character-related span,
.character-related small,
.character-roster {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.character-archive-heading > p:first-child,
.character-kicker,
.character-section-label,
.character-profile header p,
.character-card-copy > span,
.character-frame a {
  color: #01c8d7;
}

.character-archive-heading h2,
.character-profile h2,
.character-editorial h2,
.character-function h2,
.character-frame h2 {
  margin: 0;
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 0.98;
  text-transform: uppercase;
}

.character-archive-heading h2 { font-size: clamp(2.2rem, 4.5vw, 4.8rem); }
.character-archive-heading > p:last-child { margin: 0; color: rgba(245, 246, 244, 0.56); line-height: 1.7; }

.character-archive-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 28rem), 1fr));
  gap: clamp(2rem, 4vw, 4.5rem);
  margin-top: clamp(2rem, 4vw, 4rem);
}

.character-card { min-width: 0; border-top: 1px solid rgba(245, 246, 244, 0.16); }
.character-card > a { display: block; }
.character-card-visual { position: relative; aspect-ratio: 4 / 5; overflow: hidden; background: #151719; }
.character-card-visual::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, transparent 65%, rgba(7, 10, 13, 0.3)); }
.character-card-visual img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease; }
.character-card-aurora img { object-position: 50% 35%; }
.character-card-valentina img { object-position: 50% 32%; }
.character-card-isabella img { object-position: 60% 38%; }
.character-card-jeana img { object-position: 50% 38%; }

.character-card-copy { padding: 1.8rem 0 0; }
.character-card-copy h3 { margin: 0.8rem 0 0; font-size: clamp(2rem, 4vw, 3.7rem); font-weight: 500; letter-spacing: -0.035em; line-height: 1; text-transform: uppercase; }
.character-card-copy p { max-width: 34rem; margin: 1.15rem 0 0; color: rgba(245, 246, 244, 0.62); line-height: 1.7; }
.character-card-copy strong { display: inline-block; margin-top: 1.5rem; color: rgba(245, 246, 244, 0.78); }
.character-card-copy strong span { display: inline-block; color: #01c8d7; transition: transform 180ms ease; }

.character-archive-links,
.character-related {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: clamp(6rem, 11vw, 11rem);
  border-top: 1px solid rgba(245, 246, 244, 0.15);
  border-left: 1px solid rgba(245, 246, 244, 0.15);
}

.character-archive-links { margin-bottom: clamp(7rem, 12vw, 12rem); }
.character-archive-links a,
.character-related a { display: flex; min-width: 0; min-height: 12rem; flex-direction: column; justify-content: space-between; padding: clamp(1.5rem, 3.5vw, 3rem); border-right: 1px solid rgba(245, 246, 244, 0.15); border-bottom: 1px solid rgba(245, 246, 244, 0.15); transition: background 180ms ease; }
.character-archive-links span,
.character-related span { color: rgba(245, 246, 244, 0.36); }
.character-archive-links strong,
.character-related strong { margin: 1rem 0; color: rgba(245, 246, 244, 0.88); font-size: clamp(1.5rem, 3vw, 2.8rem); font-weight: 500; line-height: 1.05; text-transform: uppercase; }
.character-archive-links small,
.character-related small { color: #01c8d7; }

.character-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(24rem, 0.72fr);
  gap: clamp(3rem, 7vw, 8rem);
  align-items: center;
  padding: clamp(4rem, 8vw, 7rem) 0 clamp(6rem, 12vw, 11rem);
}

.character-hero-copy { position: relative; z-index: 1; }
.character-hero h1 { margin: 1.1rem 0 0; font-size: clamp(4rem, 9vw, 9rem); font-weight: 500; letter-spacing: -0.065em; line-height: 0.78; text-transform: uppercase; }
.character-role { margin: 2.1rem 0 0; color: rgba(245, 246, 244, 0.5); }
.character-statement { max-width: 36rem; margin: 1.6rem 0 0; color: rgba(245, 246, 244, 0.78); font-size: clamp(1.05rem, 1.8vw, 1.35rem); line-height: 1.62; }

.character-hero-media { justify-self: end; width: min(100%, 34rem); height: auto; margin: 0; aspect-ratio: 9 / 16; background: #090b0c; }
.character-hero-media > img { width: 100%; height: 100%; object-fit: cover; }
.character-hero-media .cf-inworld-poster,
.character-hero-media .cf-inworld-video { object-position: center; }
.character-hero-media figcaption,
.character-editorial figcaption { position: absolute; right: 1.25rem; bottom: 1.25rem; z-index: 2; padding: 0.55rem 0.7rem; color: rgba(245, 246, 244, 0.58); background: rgba(7, 10, 13, 0.76); font-size: 0.58rem; font-weight: 600; letter-spacing: 0.13em; text-transform: uppercase; }

.character-profile {
  display: grid;
  grid-template-columns: minmax(16rem, 0.58fr) minmax(0, 1.42fr);
  gap: clamp(2rem, 6vw, 7rem);
  padding: clamp(3rem, 6vw, 5rem) 0;
  border-top: 1px solid rgba(245, 246, 244, 0.15);
  border-bottom: 1px solid rgba(245, 246, 244, 0.15);
}
.character-profile h2 { margin-top: 1rem; font-size: clamp(2rem, 4vw, 4rem); }
.character-profile dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0; border-top: 1px solid rgba(245, 246, 244, 0.1); border-left: 1px solid rgba(245, 246, 244, 0.1); }
.character-profile dl div { min-width: 0; padding: 1.15rem; border-right: 1px solid rgba(245, 246, 244, 0.1); border-bottom: 1px solid rgba(245, 246, 244, 0.1); }
.character-profile dt,
.character-profile dd { margin: 0; }
.character-profile dt { color: rgba(245, 246, 244, 0.34); font-size: 0.57rem; font-weight: 600; letter-spacing: 0.13em; text-transform: uppercase; }
.character-profile dd { margin-top: 0.55rem; color: rgba(245, 246, 244, 0.76); font-size: 0.88rem; line-height: 1.55; }

.character-editorial { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(22rem, 0.95fr); gap: clamp(3rem, 8vw, 9rem); align-items: stretch; padding: clamp(7rem, 13vw, 13rem) 0; }
.character-editorial-copy { align-self: center; max-width: 44rem; }
.character-editorial h2,
.character-function h2 { max-width: 100%; margin-top: 1rem; font-size: clamp(2.2rem, 3vw, 4.5rem); }
.character-editorial-copy > p:not(.character-section-label),
.character-function-copy > p { color: rgba(245, 246, 244, 0.65); line-height: 1.8; }
.character-editorial-copy > p:not(.character-section-label) { margin: 1.4rem 0 0; }
.character-editorial figure { position: relative; min-height: 38rem; margin: 0; overflow: hidden; background: #151719; }
.character-editorial figure img { width: 100%; height: 100%; object-fit: cover; }
.character-aurora .character-editorial figure img { object-position: 51% center; }
.character-valentina .character-editorial figure img { object-position: 50% 35%; }
.character-isabella .character-editorial figure img { object-position: 48% center; }
.character-jeana .character-editorial figure img { object-position: 50% 36%; }

.character-function { display: grid; grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr); gap: clamp(3rem, 6vw, 7rem); padding: clamp(6rem, 11vw, 10rem) 0; border-top: 1px solid rgba(245, 246, 244, 0.15); }
.character-function > div { min-width: 0; }
.character-function-copy > p { margin: 0 0 1.35rem; }
.character-function-copy dl { margin: 2.5rem 0 0; }
.character-function-copy dl div { display: grid; grid-template-columns: minmax(7rem, 0.35fr) minmax(0, 1fr); gap: 1.5rem; padding: 1.1rem 0; border-top: 1px solid rgba(245, 246, 244, 0.11); }
.character-function-copy dt,
.character-function-copy dd { margin: 0; }
.character-function-copy dt { color: #01c8d7; font-size: 0.59rem; font-weight: 600; letter-spacing: 0.13em; text-transform: uppercase; }
.character-function-copy dd { color: rgba(245, 246, 244, 0.7); line-height: 1.6; }

.character-frame { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); min-height: 34rem; border: 1px solid rgba(245, 246, 244, 0.15); background: #121415; }
.character-frame > div { display: flex; flex-direction: column; justify-content: center; padding: clamp(2rem, 5vw, 5rem); }
.character-frame h2 { max-width: 100%; margin-top: 1rem; font-size: clamp(2.75rem, 4vw, 5.25rem); }
.character-frame p:not(.character-section-label) { margin: 1.5rem 0 0; color: rgba(245, 246, 244, 0.62); line-height: 1.75; }
.character-frame a { align-self: flex-start; margin-top: 2rem; padding-bottom: 0.4rem; border-bottom: 1px solid rgba(1, 200, 215, 0.4); }
.character-frame > img { width: 100%; height: 100%; min-height: 34rem; object-fit: cover; }

.character-related { margin-top: clamp(5rem, 9vw, 8rem); }
.character-roster { display: flex; flex-wrap: wrap; gap: 0; margin-top: clamp(5rem, 9vw, 8rem); margin-bottom: clamp(7rem, 12vw, 11rem); border-top: 1px solid rgba(245, 246, 244, 0.14); border-left: 1px solid rgba(245, 246, 244, 0.14); }
.character-roster a,
.character-roster span { min-width: 10rem; flex: 1 1 10rem; padding: 1.25rem; border-right: 1px solid rgba(245, 246, 244, 0.14); border-bottom: 1px solid rgba(245, 246, 244, 0.14); text-align: center; }
.character-roster a { color: rgba(245, 246, 244, 0.62); transition: color 160ms ease, background 160ms ease; }
.character-roster span[aria-current="page"] { color: #01c8d7; background: rgba(1, 200, 215, 0.045); }

@media (hover: hover) {
  .character-card:hover .character-card-visual img { transform: scale(1.025); }
  .character-card:hover .character-card-copy strong span { transform: translateX(0.3rem); }
  .character-archive-links a:hover,
  .character-related a:hover,
  .character-roster a:hover { background: rgba(245, 246, 244, 0.025); }
  .character-roster a:hover { color: #01c8d7; }
}

@media (max-width: 1000px) {
  .character-archive-heading { grid-template-columns: 0.55fr 1fr; }
  .character-archive-heading > p:last-child { grid-column: 2; }
  .character-hero { grid-template-columns: minmax(0, 1fr) minmax(19rem, 0.68fr); gap: 3rem; }
  .character-editorial { grid-template-columns: 1fr 0.9fr; gap: 3rem; }
  .character-frame { grid-template-columns: 0.9fr 1.1fr; }
}

@media (max-width: 900px) {
  .character-frame { grid-template-columns: 1fr; }
  .character-frame > img { min-height: 30rem; }
}

@media (max-width: 760px) {
  .characters-intro,
  .character-archive,
  .character-archive-links,
  .character-hero,
  .character-profile,
  .character-editorial,
  .character-function,
  .character-frame,
  .character-related,
  .character-roster { width: min(calc(100% - 2.5rem), 44rem); }

  .character-archive-heading,
  .character-profile,
  .character-editorial,
  .character-function,
  .character-frame { grid-template-columns: 1fr; }
  .character-archive-heading > p:last-child { grid-column: auto; }
  .character-hero { grid-template-columns: 1fr; align-items: start; padding-top: 3rem; }
  .character-hero-media { justify-self: start; width: min(100%, 29rem); }
  .character-profile dl { grid-template-columns: 1fr; }
  .character-editorial { gap: 2.5rem; }
  .character-editorial figure { min-height: 32rem; }
  .character-function { gap: 2.5rem; }
  .character-frame > img { min-height: 24rem; }
  .character-archive-links,
  .character-related { grid-template-columns: 1fr; }
}

@media (max-width: 400px) {
  .characters-intro,
  .character-archive,
  .character-archive-links,
  .character-hero,
  .character-profile,
  .character-editorial,
  .character-function,
  .character-frame,
  .character-related,
  .character-roster { width: calc(100% - 2rem); }
  .character-hero h1 { font-size: clamp(3rem, 16vw, 4.2rem); }
  .character-function-copy dl div { grid-template-columns: 1fr; gap: 0.55rem; }
  .character-editorial figure { min-height: 27rem; }
}

/* Weapons systems technical archive */
.weapons-page { overflow-x: hidden; }

.weapons-hero,
.weapons-section,
.weapon-record,
.weapons-pending,
.weapons-related,
.weapons-return {
  width: min(calc(100% - 5rem), 1440px);
  margin-right: auto;
  margin-left: auto;
}

.weapons-label {
  margin: 0;
  color: #01c8d7;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.weapons-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(22rem, 0.72fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: end;
  padding: clamp(6rem, 11vw, 10rem) 0 clamp(4rem, 8vw, 7rem);
}

.weapons-hero h1 {
  max-width: none;
  margin-top: 1rem;
  font-size: clamp(4rem, 8vw, 8.5rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.82;
}

.weapons-lead {
  margin: 2rem 0 0;
  color: rgba(245, 246, 244, 0.82);
  font-size: clamp(1.15rem, 2vw, 1.75rem);
  line-height: 1.4;
}

.weapons-hero-context > p {
  margin: 0;
  color: rgba(245, 246, 244, 0.64);
  line-height: 1.8;
}

.weapons-hero-context dl { margin: 2.5rem 0 0; }
.weapons-hero-context dl div { display: grid; grid-template-columns: 8rem minmax(0, 1fr); gap: 1rem; padding: 0.9rem 0; border-top: 1px solid rgba(245, 246, 244, 0.12); }
.weapons-hero-context dt,
.weapons-hero-context dd { margin: 0; }
.weapons-hero-context dt { color: rgba(245, 246, 244, 0.36); font-size: 0.57rem; font-weight: 600; letter-spacing: 0.13em; text-transform: uppercase; }
.weapons-hero-context dd { color: rgba(245, 246, 244, 0.76); font-size: 0.8rem; line-height: 1.5; }

.weapons-index {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: clamp(2rem, 4vw, 4rem);
  border-top: 1px solid rgba(245, 246, 244, 0.15);
  border-left: 1px solid rgba(245, 246, 244, 0.15);
}

.weapons-index a { min-width: 0; padding: 1.3rem; border-right: 1px solid rgba(245, 246, 244, 0.15); border-bottom: 1px solid rgba(245, 246, 244, 0.15); color: rgba(245, 246, 244, 0.72); font-size: 0.66rem; font-weight: 600; letter-spacing: 0.11em; text-transform: uppercase; }
.weapons-index span { display: block; margin-bottom: 0.55rem; color: #01c8d7; }

.weapons-section,
.weapon-record { padding: clamp(6rem, 11vw, 10rem) 0; border-top: 1px solid rgba(245, 246, 244, 0.14); }

.weapons-heading {
  display: grid;
  grid-template-columns: 5rem minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: start;
}

.weapons-heading > span { padding-top: 0.55rem; color: rgba(245, 246, 244, 0.3); font-size: 0.62rem; font-weight: 600; letter-spacing: 0.14em; }
.weapons-heading h2 { max-width: 13em; margin: 1rem 0 0; font-size: clamp(2.8rem, 5.5vw, 6rem); font-weight: 500; letter-spacing: -0.045em; line-height: 0.9; text-transform: uppercase; }

.weapons-class-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(3rem, 7vw, 6rem);
  border-top: 1px solid rgba(245, 246, 244, 0.14);
  border-left: 1px solid rgba(245, 246, 244, 0.14);
}

.weapons-class-grid article { display: flex; min-width: 0; min-height: 22rem; flex-direction: column; padding: clamp(1.5rem, 3vw, 2.5rem); border-right: 1px solid rgba(245, 246, 244, 0.14); border-bottom: 1px solid rgba(245, 246, 244, 0.14); }
.weapons-class-grid article > span { color: #01c8d7; font-size: 0.57rem; font-weight: 600; letter-spacing: 0.13em; }
.weapons-class-grid h3 { margin: auto 0 1rem; font-size: clamp(2rem, 4vw, 4rem); font-weight: 500; letter-spacing: -0.04em; text-transform: uppercase; }
.weapons-class-grid p { margin: 0; color: rgba(245, 246, 244, 0.62); line-height: 1.7; }
.weapons-class-grid small { margin-top: 2rem; color: rgba(245, 246, 244, 0.36); font-size: 0.59rem; font-weight: 600; letter-spacing: 0.11em; line-height: 1.5; text-transform: uppercase; }

.weapons-standard-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(25rem, 1.1fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: start;
  margin-top: clamp(3rem, 7vw, 6rem);
}

.weapons-standard-copy > p { margin: 0; color: rgba(245, 246, 244, 0.65); line-height: 1.8; }
.weapons-compact-data { margin: 2.5rem 0 0; }
.weapons-compact-data div { display: grid; grid-template-columns: 8rem minmax(0, 1fr); gap: 1rem; padding: 1rem 0; border-top: 1px solid rgba(245, 246, 244, 0.12); }
.weapons-compact-data dt,
.weapons-compact-data dd { margin: 0; }
.weapons-compact-data dt { color: #01c8d7; font-size: 0.57rem; font-weight: 600; letter-spacing: 0.13em; text-transform: uppercase; }
.weapons-compact-data dd { color: rgba(245, 246, 244, 0.7); font-size: 0.84rem; line-height: 1.5; }

.wsi-panel { padding: clamp(2rem, 5vw, 4.5rem); border: 1px solid rgba(245, 246, 244, 0.16); background: #131516; }
.wsi-panel h3 { margin: 1rem 0 1.5rem; font-size: clamp(2rem, 4vw, 4.2rem); font-weight: 500; letter-spacing: -0.04em; line-height: 0.96; text-transform: uppercase; }
.wsi-panel p:not(.weapons-label) { color: rgba(245, 246, 244, 0.62); line-height: 1.75; }
.wsi-panel strong { display: block; margin: 2rem 0; padding: 1.5rem 0; border-top: 1px solid rgba(1, 200, 215, 0.45); border-bottom: 1px solid rgba(1, 200, 215, 0.45); color: rgba(245, 246, 244, 0.9); font-size: 0.88rem; font-weight: 500; letter-spacing: 0.055em; line-height: 1.7; text-transform: uppercase; }

.weapon-record-header {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(22rem, 0.65fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: end;
}

.weapon-record-header h2 { max-width: 10em; margin: 1rem 0 0; font-size: clamp(4rem, 8vw, 8rem); font-weight: 500; letter-spacing: -0.06em; line-height: 0.82; text-transform: uppercase; }
.weapon-record-header > div > p:last-child { max-width: 45rem; margin: 1.6rem 0 0; color: rgba(245, 246, 244, 0.62); font-size: clamp(0.75rem, 1.2vw, 0.95rem); font-weight: 600; letter-spacing: 0.12em; line-height: 1.6; text-transform: uppercase; }
.weapon-record-header dl { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0; border-top: 1px solid rgba(245, 246, 244, 0.14); border-left: 1px solid rgba(245, 246, 244, 0.14); }
.weapon-record-header dl div { min-width: 0; padding: 1.15rem; border-right: 1px solid rgba(245, 246, 244, 0.14); border-bottom: 1px solid rgba(245, 246, 244, 0.14); }
.weapon-record-header dt,
.weapon-record-header dd { margin: 0; }
.weapon-record-header dt { color: rgba(245, 246, 244, 0.34); font-size: 0.55rem; font-weight: 600; letter-spacing: 0.13em; text-transform: uppercase; }
.weapon-record-header dd { margin-top: 0.55rem; color: rgba(245, 246, 244, 0.78); font-size: 0.78rem; line-height: 1.45; }

.weapon-visual { position: relative; margin: clamp(3rem, 7vw, 6rem) 0 0; overflow: hidden; border: 1px solid rgba(245, 246, 244, 0.14); background: #2f3335; }
.weapon-visual img { display: block; width: 100%; height: auto; max-height: 58rem; object-fit: contain; }
.weapon-visual figcaption { position: absolute; right: 1.2rem; bottom: 1.1rem; padding: 0.55rem 0.7rem; color: rgba(245, 246, 244, 0.62); background: rgba(7, 10, 13, 0.78); font-size: 0.58rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; }

.weapon-intro { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(2rem, 7vw, 7rem); margin-top: clamp(3rem, 7vw, 6rem); }
.weapon-intro p { margin: 0; color: rgba(245, 246, 244, 0.66); line-height: 1.8; }

.weapon-specs { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: clamp(3rem, 7vw, 6rem) 0 0; border-top: 1px solid rgba(245, 246, 244, 0.14); border-left: 1px solid rgba(245, 246, 244, 0.14); }
.weapon-specs div { min-width: 0; padding: 1.25rem; border-right: 1px solid rgba(245, 246, 244, 0.14); border-bottom: 1px solid rgba(245, 246, 244, 0.14); }
.weapon-specs dt,
.weapon-specs dd { margin: 0; overflow-wrap: anywhere; }
.weapon-specs dt { color: rgba(245, 246, 244, 0.35); font-size: 0.56rem; font-weight: 600; letter-spacing: 0.13em; line-height: 1.5; text-transform: uppercase; }
.weapon-specs dd { margin-top: 0.65rem; color: rgba(245, 246, 244, 0.78); font-size: 0.82rem; line-height: 1.55; }

.weapon-doctrine,
.gauss-logic { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: clamp(3rem, 7vw, 6rem); border-top: 1px solid rgba(245, 246, 244, 0.14); border-left: 1px solid rgba(245, 246, 244, 0.14); }
.weapon-doctrine > *,
.gauss-logic > * { min-width: 0; margin: 0; padding: clamp(2rem, 5vw, 4rem); border-right: 1px solid rgba(245, 246, 244, 0.14); border-bottom: 1px solid rgba(245, 246, 244, 0.14); }
.weapon-doctrine h3,
.gauss-logic h3 { margin: 1rem 0 1.3rem; font-size: clamp(1.8rem, 3.5vw, 3.5rem); font-weight: 500; letter-spacing: -0.04em; line-height: 1; text-transform: uppercase; }
.weapon-doctrine p:not(.weapons-label),
.gauss-logic p:not(.weapons-label) { margin: 0; color: rgba(245, 246, 244, 0.62); line-height: 1.75; }
.weapon-doctrine blockquote { display: flex; align-items: center; color: rgba(245, 246, 244, 0.92); background: #131516; font-size: clamp(1.25rem, 2.4vw, 2.2rem); font-weight: 500; letter-spacing: 0.025em; line-height: 1.4; text-transform: uppercase; }

.arsenal-overview ul { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: clamp(3rem, 7vw, 6rem) 0 0; padding: 0; border-top: 1px solid rgba(245, 246, 244, 0.14); border-left: 1px solid rgba(245, 246, 244, 0.14); list-style: none; }
.arsenal-overview li { min-width: 0; padding: 1.4rem; border-right: 1px solid rgba(245, 246, 244, 0.14); border-bottom: 1px solid rgba(245, 246, 244, 0.14); }
.arsenal-overview li span { display: block; color: rgba(245, 246, 244, 0.8); font-size: 0.77rem; font-weight: 600; letter-spacing: 0.09em; text-transform: uppercase; }
.arsenal-overview li small { display: block; margin-top: 0.65rem; color: #01c8d7; font-size: 0.57rem; letter-spacing: 0.12em; text-transform: uppercase; }

.weapons-pending { display: grid; grid-template-columns: minmax(18rem, 0.75fr) minmax(0, 1.25fr); gap: clamp(2rem, 7vw, 7rem); align-items: end; padding: clamp(4rem, 8vw, 7rem); border: 1px solid rgba(245, 246, 244, 0.15); background: #131516; }
.weapons-pending h2 { margin: 1rem 0 0; font-size: clamp(2.5rem, 5vw, 5.5rem); font-weight: 500; letter-spacing: -0.045em; line-height: 0.9; text-transform: uppercase; }
.weapons-pending > p { margin: 0; color: rgba(245, 246, 244, 0.62); line-height: 1.8; }

.weapons-related { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: clamp(5rem, 10vw, 9rem); border-top: 1px solid rgba(245, 246, 244, 0.14); border-left: 1px solid rgba(245, 246, 244, 0.14); }
.weapons-related a { display: flex; min-width: 0; min-height: 12rem; flex-direction: column; justify-content: space-between; padding: clamp(1.5rem, 3.5vw, 3rem); border-right: 1px solid rgba(245, 246, 244, 0.14); border-bottom: 1px solid rgba(245, 246, 244, 0.14); }
.weapons-related span,
.weapons-related small { font-size: 0.62rem; font-weight: 600; letter-spacing: 0.13em; text-transform: uppercase; }
.weapons-related > a > span { color: rgba(245, 246, 244, 0.35); }
.weapons-related strong { margin: 1rem 0; font-size: clamp(1.5rem, 3vw, 2.8rem); font-weight: 500; line-height: 1.05; text-transform: uppercase; }
.weapons-related small { color: #01c8d7; }
.weapons-return { padding: 2.25rem 0 clamp(5rem, 9vw, 8rem); }
.weapons-return a { color: #01c8d7; font-size: 0.64rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; }

/* Weapons branch integration */
.technology-page .tech-index { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.tech-weapons-entry { display: grid; grid-template-columns: minmax(16rem, 0.65fr) minmax(14rem, 0.75fr) minmax(18rem, 1fr); gap: clamp(2rem, 5vw, 5rem); align-items: center; margin-top: clamp(3rem, 7vw, 6rem); padding: clamp(2rem, 5vw, 4rem); border: 1px solid rgba(245, 246, 244, 0.15); background: #131516; }
.tech-weapons-entry h3 { margin: 0.85rem 0 0; font-size: clamp(2rem, 4vw, 4rem); font-weight: 500; letter-spacing: -0.04em; line-height: 0.95; text-transform: uppercase; }
.tech-weapons-entry > div:nth-child(2) p { margin: 0; color: rgba(245, 246, 244, 0.62); line-height: 1.75; }
.tech-weapons-entry .tech-primary-link { margin-top: 1.5rem; }
.tech-weapons-visual { width: 100%; margin: 0; overflow: hidden; border: 1px solid rgba(245, 246, 244, 0.15); background: #0d1012; }
.tech-weapons-visual img { display: block; width: 100%; height: auto; object-fit: contain; }
.tech-weapons-visual figcaption { padding: 0.8rem 0.9rem; border-top: 1px solid rgba(245, 246, 244, 0.12); color: rgba(245, 246, 244, 0.5); font-size: 0.56rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; }

.hdf-armament-teaser { margin-top: 2.5rem; padding: 1.5rem 0 0; border-top: 1px solid rgba(1, 200, 215, 0.38); }
.hdf-armament-teaser h3 { margin: 0.8rem 0 1rem; font-size: clamp(1.5rem, 3vw, 2.7rem); font-weight: 500; letter-spacing: -0.035em; line-height: 1; text-transform: uppercase; }
.hdf-armament-teaser p:not(.faction-label) { margin: 0; color: rgba(245, 246, 244, 0.62); line-height: 1.7; }
.hdf-armament-teaser .faction-link { margin-top: 1.35rem; }

@media (max-width: 1000px) {
  .weapons-hero { grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.75fr); gap: 3rem; }
  .weapons-standard-layout { grid-template-columns: 1fr 1fr; gap: 3rem; }
  .weapon-record-header { grid-template-columns: 1fr; }
  .weapon-record-header dl { max-width: 46rem; }
  .weapon-specs { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .arsenal-overview ul { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .technology-page .tech-index { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .tech-weapons-entry { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tech-weapons-entry > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .weapons-hero,
  .weapons-section,
  .weapon-record,
  .weapons-pending,
  .weapons-related,
  .weapons-return { width: min(calc(100% - 2.5rem), 44rem); }
  .weapons-hero,
  .weapons-standard-layout,
  .weapons-pending,
  .tech-weapons-entry { grid-template-columns: 1fr; }
  .tech-weapons-visual { width: min(100%, 32rem); }
  .weapons-hero { gap: 2.5rem; padding-top: 3.5rem; }
  .weapons-hero h1 { font-size: clamp(3rem, 15vw, 6rem); }
  .weapons-index { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .weapons-heading { grid-template-columns: 2.5rem minmax(0, 1fr); gap: 1rem; }
  .weapons-class-grid,
  .weapon-intro,
  .weapon-doctrine,
  .gauss-logic,
  .weapons-related { grid-template-columns: 1fr; }
  .weapons-class-grid article { min-height: 18rem; }
  .weapon-record-header h2 { font-size: clamp(3.6rem, 16vw, 6.5rem); }
  .weapon-specs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .arsenal-overview ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .weapon-visual figcaption { position: static; padding: 0.9rem 1rem; background: #131516; }
  .technology-page .tech-index { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 480px) {
  .weapons-hero-context dl div,
  .weapons-compact-data div { grid-template-columns: 1fr; gap: 0.45rem; }
  .weapons-index,
  .weapon-record-header dl,
  .weapon-specs,
  .arsenal-overview ul,
  .technology-page .tech-index { grid-template-columns: 1fr; }
  .weapons-pending { padding: 2.5rem 1.25rem; }
}

@media (max-width: 400px) {
  .weapons-hero,
  .weapons-section,
  .weapon-record,
  .weapons-pending,
  .weapons-related,
  .weapons-return { width: calc(100% - 2rem); }
}
