@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/assets/fonts/manrope-latin.woff2") format("woff2");
}

:root {
  --ink: #04111c;
  --ink-deep: #020910;
  --navy: #071b2a;
  --panel: #0b2534;
  --panel-soft: #103142;
  --line: #285063;
  --line-soft: #17394a;
  --white: #f5f8fa;
  --steel: #a8bbc5;
  --muted: #7793a1;
  --cyan: #18bee9;
  --cyan-bright: #59d8f4;
  --mint: #36d6aa;
  --gold: #e7b94f;
  --danger: #ff6666;
  --header-height: 76px;
  --page: min(100% - 48px, 1280px);
  color-scheme: dark;
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-synthesis: none;
  letter-spacing: 0;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background: var(--ink);
  color: var(--white);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

body,
button,
input,
select,
textarea {
  font: inherit;
  letter-spacing: 0;
}

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

a {
  color: inherit;
}

button,
a,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

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

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  transform: translateY(-150%);
  background: var(--white);
  color: var(--ink);
  text-decoration: none;
}

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

.page-shell {
  width: var(--page);
  margin-inline: auto;
}

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  height: var(--header-height);
  border-bottom: 1px solid rgba(168, 187, 197, 0.22);
  background: rgba(3, 13, 22, 0.84);
  backdrop-filter: blur(18px);
  transition: background-color 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(3, 13, 22, 0.97);
}

.nav-shell {
  width: var(--page);
  height: 100%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 190px 1fr auto;
  gap: 28px;
  align-items: center;
}

.brand {
  display: inline-flex;
  width: 178px;
  align-items: center;
}

.brand img {
  width: 100%;
  height: auto;
}

.nav-links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 28px;
}

.nav-links a,
.footer-links a,
.footer-links button {
  border: 0;
  background: transparent;
  color: var(--steel);
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
  transition: color 160ms ease;
}

.nav-links a:hover,
.footer-links a:hover,
.footer-links button:hover {
  color: var(--white);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: var(--navy);
  color: var(--white);
  cursor: pointer;
}

.menu-icon {
  width: 18px;
  display: grid;
  gap: 4px;
  margin: auto;
}

.menu-icon i {
  display: block;
  height: 2px;
  background: currentColor;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-weight: 750;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

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

.button-small {
  min-height: 42px;
  padding: 9px 16px;
  font-size: 14px;
}

.button-primary {
  background: var(--cyan);
  color: #001018;
}

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

.button-outline {
  border-color: var(--line);
  background: rgba(6, 21, 34, 0.6);
  color: var(--white);
}

.button-outline:hover {
  border-color: var(--cyan);
}

.button-quiet {
  border-color: rgba(245, 248, 250, 0.18);
  background: rgba(245, 248, 250, 0.06);
  color: var(--white);
}

.text-link {
  color: var(--cyan-bright);
  font-weight: 700;
  text-underline-offset: 4px;
}

.hero {
  position: relative;
  height: clamp(620px, calc(100svh - 104px), 860px);
  min-height: 620px;
  overflow: hidden;
  background: var(--ink-deep);
}

.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% center;
}

.hero-shade {
  background: rgba(0, 8, 15, 0.5);
}

.hero-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: var(--header-height);
}

.eyebrow,
.section-index {
  margin: 0 0 16px;
  color: var(--cyan-bright);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  font-size: 74px;
  line-height: 0.96;
  font-weight: 680;
}

.hero-statement {
  max-width: 760px;
  margin: 22px 0 0;
  font-size: 40px;
  line-height: 1.16;
  font-weight: 620;
}

.hero-copy {
  max-width: 660px;
  margin: 22px 0 0;
  color: #d0dce2;
  font-size: 17px;
}

.hero-actions,
.inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 30px;
}

.hero-next {
  display: inline-flex;
  gap: 11px;
  align-items: center;
  margin-top: 18px;
  color: #d7e4e9;
  font-size: 12px;
  font-weight: 750;
  text-decoration: none;
  text-transform: uppercase;
}

.hero-next i {
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--cyan-bright);
  border-bottom: 2px solid var(--cyan-bright);
  transform: translateY(-2px) rotate(45deg);
  transition: transform 160ms ease;
}

.hero-next:hover i,
.hero-next:focus-visible i {
  transform: translateY(2px) rotate(45deg);
}

.hero-status {
  position: absolute;
  right: 0;
  bottom: 38px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-block: 1px solid rgba(245, 248, 250, 0.24);
}

.hero-status span {
  min-width: 170px;
  padding: 13px 18px;
  color: #c6d5dc;
  font-size: 12px;
}

.hero-status span + span {
  border-left: 1px solid rgba(245, 248, 250, 0.24);
}

.hero-status b {
  display: block;
  margin-bottom: 2px;
  color: var(--white);
  font-size: 11px;
}

.motion-control {
  position: absolute;
  z-index: 3;
  right: max(24px, calc((100% - 1280px) / 2));
  top: calc(var(--header-height) + 24px);
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid rgba(245, 248, 250, 0.3);
  border-radius: 4px;
  background: rgba(3, 13, 22, 0.66);
  color: var(--white);
  font-size: 12px;
  cursor: pointer;
}

.thesis-band {
  position: relative;
  border-block: 1px solid var(--line);
  background: var(--navy);
}

.thesis-grid {
  min-height: 154px;
  display: grid;
  grid-template-columns: 160px 1.5fr 0.8fr;
  gap: 42px;
  align-items: center;
}

.thesis-grid p {
  margin-block: 0;
}

.thesis-copy {
  color: var(--white);
  font-size: 24px;
  line-height: 1.32;
  font-weight: 600;
}

.thesis-note {
  color: var(--steel);
  font-size: 14px;
}

.section {
  position: relative;
  padding-block: 112px;
}

.section-heading {
  max-width: 860px;
}

.section-heading h2,
.twin-heading h2,
.operations-heading h2,
.evidence-content h2,
.investor-grid h2 {
  margin: 0;
  font-size: 46px;
  line-height: 1.16;
  font-weight: 630;
}

.section-heading > p:last-child,
.twin-heading > p,
.evidence-content > p,
.investor-grid > div > p {
  margin: 20px 0 0;
  color: var(--steel);
  font-size: 17px;
}

.system-section {
  background: #f2f5f6;
  color: #061522;
}

.system-section .section-heading > p:last-child {
  color: #516872;
}

.system-flow {
  display: grid;
  grid-template-columns: 1fr 90px 1fr 90px 1fr;
  align-items: center;
  margin-top: 70px;
}

.system-flow article {
  min-height: 320px;
  padding: 34px;
  border: 1px solid #aac3cd;
  border-top: 4px solid var(--cyan);
  background: #fff;
}

.system-flow article:last-child {
  border-top-color: var(--gold);
}

.module-number {
  color: #0089ad;
  font-size: 52px;
  font-weight: 500;
}

.module-number-gold {
  color: #a97800;
}

.system-flow article p {
  margin: 34px 0 4px;
  color: #526a74;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.system-flow article h3 {
  margin: 0 0 20px;
  font-size: 27px;
  font-weight: 700;
}

.system-flow article > span:last-child {
  color: #415761;
  font-size: 14px;
}

.flow-line {
  position: relative;
  height: 2px;
  background: var(--cyan);
}

.flow-line i {
  position: absolute;
  right: -2px;
  top: -5px;
  width: 12px;
  height: 12px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  color: var(--cyan);
  transform: rotate(45deg);
}

.flow-line-gold,
.flow-line-gold i {
  background: var(--gold);
  color: var(--gold);
}

.film-section {
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #020b13;
}

.film-heading {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 56px;
  align-items: end;
  margin-bottom: 44px;
}

.film-heading h2 {
  max-width: 780px;
  margin: 0;
  font-size: 46px;
  line-height: 1.16;
  font-weight: 630;
}

.film-heading > p {
  margin: 0;
  color: var(--steel);
  font-size: 17px;
}

.film-frame {
  position: relative;
  margin: 0;
  border: 1px solid #2a6479;
  border-top: 3px solid var(--cyan);
  border-radius: 6px;
  background: #000;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.38);
  overflow: hidden;
}

.film-frame::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0 0 58px;
  background: linear-gradient(90deg, rgba(0, 10, 17, 0.34), transparent 46%);
  pointer-events: none;
}

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

.film-launch {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: calc(50% - 29px);
  min-height: 66px;
  display: inline-flex;
  gap: 15px;
  align-items: center;
  padding: 11px 20px 11px 12px;
  border: 1px solid rgba(89, 216, 244, 0.72);
  border-radius: 4px;
  transform: translate(-50%, -50%);
  background: rgba(2, 15, 24, 0.9);
  color: var(--white);
  cursor: pointer;
  box-shadow: 0 16px 46px rgba(0, 0, 0, 0.42);
}

.film-launch:hover {
  border-color: var(--cyan-bright);
  background: #071e2c;
}

.film-launch[hidden] {
  display: none;
}

.film-play {
  position: relative;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border: 1px solid var(--cyan-bright);
  border-radius: 50%;
  background: var(--cyan);
}

.film-play::after {
  content: "";
  position: absolute;
  left: 17px;
  top: 12px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #001018;
}

.film-launch-copy {
  display: grid;
  gap: 2px;
  text-align: left;
}

.film-launch-copy b {
  font-size: 15px;
}

.film-launch-copy small {
  color: var(--steel);
  font-size: 11px;
}

.film-frame figcaption {
  min-height: 58px;
  display: grid;
  grid-template-columns: 0.8fr 1.4fr 0.8fr;
  gap: 18px;
  align-items: center;
  padding: 14px 20px;
  border-top: 1px solid var(--line);
  background: #071924;
  color: var(--steel);
  font-size: 11px;
  text-transform: uppercase;
}

.film-frame figcaption span:nth-child(2) {
  text-align: center;
}

.film-frame figcaption span:last-child {
  text-align: right;
}

.film-frame figcaption b {
  color: var(--cyan-bright);
}

@media (max-width: 820px) {
  .film-heading {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 28px;
  }

  .film-heading h2 {
    font-size: 36px;
  }

  .film-frame figcaption {
    grid-template-columns: 1fr auto;
  }

  .film-frame figcaption span:nth-child(2) {
    display: none;
  }
}

@media (max-width: 580px) {
  .film-section {
    padding-block: 68px;
  }

  .film-heading h2 {
    font-size: 32px;
  }

  .film-launch {
    top: calc(50% - 24px);
    min-height: 52px;
    gap: 10px;
    padding: 8px 13px 8px 8px;
  }

  .film-play {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

  .film-play::after {
    left: 14px;
    top: 10px;
    border-top-width: 7px;
    border-bottom-width: 7px;
    border-left-width: 10px;
  }

  .film-launch-copy b {
    font-size: 13px;
  }

  .film-launch-copy small {
    font-size: 9px;
  }

  .film-frame figcaption {
    min-height: 48px;
    padding: 11px 12px;
    font-size: 9px;
  }
}

.twin-section {
  padding-bottom: 0;
  background: var(--ink-deep);
}

.twin-heading {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 56px;
  align-items: end;
  margin-bottom: 52px;
}

.twin-stage {
  position: relative;
  min-height: 680px;
  border-block: 1px solid var(--line);
  background: #061724;
  overflow: hidden;
}

.twin-visual {
  position: absolute;
  inset: 0;
}

.twin-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(1, 11, 18, 0.24);
  pointer-events: none;
}

.twin-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hotspot {
  position: absolute;
  z-index: 2;
  left: var(--x);
  top: var(--y);
  width: 48px;
  height: 48px;
  padding: 0;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(54, 214, 170, 0.72);
  border-radius: 50%;
  background: rgba(5, 25, 35, 0.72);
  cursor: pointer;
}

.hotspot::before,
.hotspot::after {
  content: "";
  position: absolute;
  inset: 7px;
  border: 1px solid rgba(54, 214, 170, 0.6);
  border-radius: 50%;
}

.hotspot::after {
  inset: 15px;
  background: var(--mint);
}

.hotspot.is-active {
  width: 62px;
  height: 62px;
  border-color: var(--cyan-bright);
  box-shadow: 0 0 28px rgba(24, 190, 233, 0.34);
}

.twin-console {
  position: absolute;
  z-index: 4;
  right: max(28px, calc((100% - 1280px) / 2));
  bottom: 40px;
  width: min(420px, calc(100% - 56px));
  padding: 24px;
  border: 1px solid var(--line);
  border-top: 3px solid var(--mint);
  background: rgba(3, 17, 27, 0.94);
}

.console-topline,
.console-status {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 0;
  color: var(--cyan-bright);
  font-size: 11px;
  font-weight: 750;
  text-transform: uppercase;
}

.console-topline i {
  color: var(--muted);
  font-style: normal;
}

.console-status {
  justify-content: flex-start;
  align-items: center;
  margin-top: 22px;
  color: var(--mint);
}

.console-status span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--mint);
}

.console-label {
  margin: 12px 0 0;
  color: var(--steel);
  font-size: 14px;
}

.console-value {
  margin: 4px 0 0;
  font-size: 32px;
  font-weight: 700;
}

.console-copy {
  min-height: 48px;
  margin: 12px 0 0;
  color: var(--steel);
  font-size: 13px;
}

.console-meter {
  height: 4px;
  margin: 22px 0;
  background: #183342;
}

.console-meter i {
  display: block;
  width: 78%;
  height: 100%;
  background: var(--mint);
  transition: width 240ms ease, background-color 240ms ease;
}

.twin-console dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 0;
}

.twin-console dt {
  color: var(--muted);
  font-size: 11px;
}

.twin-console dd {
  margin: 3px 0 0;
  font-size: 14px;
  font-weight: 700;
}

.channel-selector {
  position: absolute;
  z-index: 4;
  left: max(28px, calc((100% - 1280px) / 2));
  top: 40px;
  display: grid;
  gap: 8px;
}

.channel-selector button {
  min-width: 190px;
  padding: 11px 14px;
  display: flex;
  gap: 10px;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 3px;
  background: rgba(3, 17, 27, 0.78);
  color: var(--steel);
  font-size: 12px;
  text-align: left;
  cursor: pointer;
}

.channel-selector button span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 10px rgba(54, 214, 170, 0.7);
}

.channel-selector button.is-active {
  border-color: var(--cyan);
  background: rgba(8, 55, 70, 0.9);
  color: var(--white);
}

.operations-section {
  padding-bottom: 0;
  background: #eef2f3;
  color: var(--ink);
}

.operations-heading {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 32px;
  align-items: start;
  margin-bottom: 68px;
}

.operations-media {
  border-top: 1px solid #a9bdc5;
}

.media-story {
  min-height: 560px;
  display: grid;
  grid-template-columns: 1.4fr 0.6fr;
  background: #071724;
  color: var(--white);
}

.media-story + .media-story {
  border-top: 1px solid var(--line);
}

.media-story video {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
}

.media-story-reverse {
  grid-template-columns: 0.6fr 1.4fr;
}

.media-story-reverse video {
  order: 2;
}

.media-copy {
  align-self: center;
  padding: 64px;
}

.media-copy > p {
  margin: 0 0 24px;
  color: var(--cyan-bright);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.media-copy h3 {
  margin: 0 0 20px;
  font-size: 34px;
  line-height: 1.2;
}

.media-copy span {
  color: var(--steel);
  font-size: 15px;
}

.evidence-section {
  min-height: 720px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--ink-deep);
}

.evidence-media,
.evidence-overlay {
  position: absolute;
  inset: 0;
}

.evidence-media img,
.evidence-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.evidence-overlay {
  background: rgba(1, 9, 15, 0.68);
}

.evidence-content {
  position: relative;
  z-index: 2;
}

.evidence-content h2 {
  max-width: 850px;
}

.evidence-content > p {
  max-width: 720px;
}

.evidence-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 58px;
  border-block: 1px solid rgba(168, 187, 197, 0.35);
}

.evidence-metrics div {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px 32px;
}

.evidence-metrics div + div {
  border-left: 1px solid rgba(168, 187, 197, 0.35);
}

.evidence-metrics strong {
  color: var(--white);
  font-size: 36px;
  font-weight: 650;
}

.evidence-metrics span {
  color: var(--steel);
  font-size: 13px;
}

.management-note {
  color: #91a7b2 !important;
  font-size: 11px !important;
}

.market-section {
  background: #f2f5f6;
  color: var(--ink);
}

.market-grid {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 90px;
}

.market-section .section-heading > p:last-child {
  color: #526a74;
}

.market-sequence {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #9db4be;
}

.market-sequence li {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 18px;
  padding: 24px 0;
  border-bottom: 1px solid #9db4be;
}

.market-sequence li > span {
  color: #008fb5;
  font-weight: 800;
}

.market-sequence b {
  font-size: 17px;
}

.market-sequence p {
  margin: 4px 0 0;
  color: #526a74;
  font-size: 13px;
}

.aviation-section {
  position: relative;
  min-height: 780px;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  background: #020b13;
  isolation: isolate;
}

.aviation-media,
.aviation-veil {
  position: absolute;
  inset: 0;
}

.aviation-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.aviation-veil {
  z-index: 1;
  background: rgba(1, 9, 15, 0.57);
}

.aviation-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 72px;
  padding-block: 96px 72px;
}

.aviation-heading {
  max-width: 760px;
}

.aviation-labels {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px 24px;
  margin-bottom: 62px;
}

.aviation-labels .eyebrow {
  margin: 0;
}

.aviation-labels > span {
  padding: 6px 10px;
  border: 1px solid rgba(231, 185, 79, 0.65);
  color: #f2cf79;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.aviation-kicker {
  margin: 0 0 10px;
  color: var(--cyan-bright);
  font-size: 14px;
  font-weight: 750;
  text-transform: uppercase;
}

.aviation-heading h2 {
  max-width: 700px;
  margin: 0;
  font-size: 52px;
  font-weight: 630;
  line-height: 1.12;
}

.aviation-heading > p:last-child {
  max-width: 700px;
  margin: 22px 0 0;
  color: #d0dde3;
  font-size: 17px;
}

.aviation-focus {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-block: 1px solid rgba(168, 187, 197, 0.42);
}

.aviation-focus article {
  min-height: 176px;
  padding: 28px 34px;
}

.aviation-focus article + article {
  border-left: 1px solid rgba(168, 187, 197, 0.42);
}

.aviation-focus article > span {
  color: var(--cyan-bright);
  font-size: 11px;
  font-weight: 800;
}

.aviation-focus h3 {
  margin: 10px 0 8px;
  font-size: 20px;
}

.aviation-focus p {
  margin: 0;
  color: #c0d0d7;
  font-size: 13px;
}

.aviation-boundary {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 26px;
  align-items: start;
  padding: 22px 0;
  border-bottom: 1px solid rgba(89, 216, 244, 0.6);
}

.aviation-boundary span {
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.aviation-boundary p {
  max-width: 920px;
  margin: 0;
  color: #d4e0e5;
  font-size: 13px;
}

.investor-band {
  background: var(--panel);
}

.investor-grid {
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  gap: 90px;
  align-items: center;
}

.contact-section {
  position: relative;
  background: var(--ink);
}

.contact-section::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  opacity: 0.18;
  background-image: linear-gradient(var(--line-soft) 1px, transparent 1px), linear-gradient(90deg, var(--line-soft) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 82%, transparent);
}

.contact-heading {
  position: relative;
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 72px;
  align-items: end;
  margin-bottom: 54px;
}

.contact-heading h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.02;
}

.contact-heading > p {
  max-width: 470px;
  margin: 0 0 6px;
  color: var(--steel);
  font-size: 16px;
}

.contact-console {
  position: relative;
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: rgba(5, 22, 34, 0.94);
}

.contact-route {
  position: relative;
  min-width: 0;
  padding: 38px;
  border-right: 1px solid var(--line);
  background: var(--navy);
}

.contact-route-topline {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: var(--cyan-bright);
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-route-topline i {
  color: var(--mint);
  font-style: normal;
}

.contact-route-signal {
  position: relative;
  height: 92px;
  margin-block: 22px 30px;
  border-block: 1px solid var(--line-soft);
}

.contact-route-signal::before,
.contact-route-signal::after {
  position: absolute;
  top: 50%;
  height: 1px;
  content: "";
  background: var(--line);
}

.contact-route-signal::before {
  left: 0;
  width: 42%;
}

.contact-route-signal::after {
  right: 0;
  width: 42%;
}

.contact-route-signal span,
.contact-route-signal i,
.contact-route-signal b {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  border: 1px solid var(--mint);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.contact-route-signal span {
  width: 52px;
  height: 52px;
  opacity: 0.28;
}

.contact-route-signal i {
  width: 30px;
  height: 30px;
  opacity: 0.55;
}

.contact-route-signal b {
  width: 8px;
  height: 8px;
  border: 0;
  background: var(--mint);
  box-shadow: 0 0 16px rgba(54, 214, 170, 0.8);
}

.contact-route-label {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-route h3 {
  margin: 0 0 12px;
  font-size: 30px;
}

.contact-route h3 + p {
  min-height: 76px;
  margin: 0;
  color: var(--steel);
  font-size: 14px;
}

.contact-route dl {
  margin: 30px 0 0;
  border-top: 1px solid var(--line-soft);
}

.contact-route dl div {
  display: grid;
  grid-template-columns: 94px 1fr;
  gap: 12px;
  padding-block: 13px;
  border-bottom: 1px solid var(--line-soft);
}

.contact-route dt {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-route dd {
  min-width: 0;
  margin: 0;
  color: var(--white);
  font-size: 13px;
  overflow-wrap: anywhere;
}

.contact-route dd a {
  color: var(--cyan-bright);
  text-underline-offset: 4px;
}

.contact-boundary {
  margin: 26px 0 0;
  padding-left: 14px;
  border-left: 2px solid var(--gold);
  color: var(--muted);
  font-size: 11px;
}

.contact-form {
  min-width: 0;
  padding: 38px 42px 34px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  margin-bottom: 20px;
  color: var(--steel);
  font-size: 13px;
  font-weight: 700;
}

.contact-form label > span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 500;
}

.route-selector {
  min-width: 0;
  margin: 0 0 28px;
  padding: 0;
  border: 0;
}

.route-selector legend {
  margin-bottom: 11px;
  color: var(--steel);
  font-size: 13px;
  font-weight: 700;
}

.route-options {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border: 1px solid var(--line);
}

.route-options input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.route-options label {
  min-width: 0;
  min-height: 68px;
  margin: 0;
  padding: 12px;
  align-content: center;
  border-right: 1px solid var(--line);
  background: rgba(4, 17, 28, 0.58);
  color: var(--steel);
  cursor: pointer;
  transition: background-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.route-options label:last-child {
  border-right: 0;
}

.route-options label span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
}

.route-options input:checked + label {
  background: var(--panel-soft);
  color: var(--white);
  box-shadow: inset 0 -3px var(--mint);
}

.route-options input:focus-visible + label {
  outline: 3px solid var(--gold);
  outline-offset: -3px;
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 3px;
  background: var(--navy);
  color: var(--white);
}

input,
select {
  height: 48px;
  padding: 0 14px;
}

textarea {
  min-height: 126px;
  padding: 12px 14px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--cyan);
  box-shadow: 0 0 0 1px var(--cyan);
}

.privacy-check {
  grid-template-columns: 20px 1fr;
  align-items: start;
  gap: 11px !important;
  margin-top: 2px;
  color: var(--steel) !important;
  font-weight: 500 !important;
}

.privacy-check input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: var(--mint);
}

.privacy-check span {
  font-size: 12px !important;
  line-height: 1.45;
}

.privacy-check a {
  color: var(--cyan-bright);
  text-underline-offset: 3px;
}

.bot-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 22px;
}

.form-actions p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: var(--muted);
  font-size: 11px;
}

.form-actions p span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 12px rgba(54, 214, 170, 0.6);
}

.form-status {
  min-height: 20px;
  margin: 14px 0 0;
  color: var(--steel);
  font-size: 12px;
}

.contact-form[aria-busy="true"] .button {
  cursor: wait;
  opacity: 0.7;
}

.contact-form.is-complete .form-status {
  color: var(--mint);
}

.site-footer {
  padding-block: 58px 34px;
  border-top: 1px solid var(--line);
  background: var(--ink-deep);
}

.footer-grid {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 28px 64px;
  align-items: center;
}

.footer-grid > p {
  color: var(--steel);
  font-size: 14px;
}

.footer-links {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding-top: 28px;
  border-top: 1px solid var(--line-soft);
}

.footer-links button {
  padding: 0;
  cursor: pointer;
}

.footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 28px;
  color: var(--muted);
  font-size: 11px;
}

.consent-banner {
  position: fixed;
  z-index: 500;
  right: 18px;
  bottom: 18px;
  left: 18px;
  max-width: 1180px;
  max-height: calc(100svh - 36px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 26px;
  align-items: center;
  padding: 22px;
  border: 1px solid var(--line);
  border-top: 3px solid var(--cyan);
  background: #071824;
  box-shadow: 0 18px 70px rgba(0, 0, 0, 0.5);
  overflow-y: auto;
  overscroll-behavior: contain;
}

.consent-banner[hidden] {
  display: none;
}

.consent-banner p {
  margin: 0;
  color: var(--steel);
  font-size: 13px;
}

.consent-banner .consent-title {
  margin-bottom: 5px;
  color: var(--white);
  font-size: 16px;
  font-weight: 750;
}

.consent-banner a {
  color: var(--cyan-bright);
}

.consent-actions {
  display: flex;
  gap: 8px;
}

.consent-actions .button {
  min-height: 42px;
  padding: 9px 14px;
  font-size: 12px;
}

.consent-dialog {
  width: min(620px, calc(100% - 32px));
  max-height: calc(100svh - 32px);
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--ink);
  color: var(--white);
}

.consent-dialog::backdrop {
  background: rgba(0, 6, 11, 0.78);
  backdrop-filter: blur(7px);
}

.consent-dialog form {
  padding: 28px;
}

.dialog-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.dialog-head h2 {
  margin: 0;
  font-size: 30px;
}

.dialog-close {
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  background: var(--navy);
  color: var(--white);
  font-size: 24px;
  cursor: pointer;
}

.consent-dialog > form > p {
  color: var(--steel);
  font-size: 14px;
}

.consent-option {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
  margin-top: 14px;
  padding: 18px;
  border: 1px solid var(--line);
  background: var(--navy);
}

.consent-option div {
  display: grid;
  gap: 5px;
}

.consent-option span {
  color: var(--steel);
  font-size: 12px;
}

.consent-option input {
  width: 22px;
  height: 22px;
  accent-color: var(--cyan);
}

.privacy-signal {
  padding: 10px 12px;
  border-left: 3px solid var(--gold);
  background: rgba(231, 185, 79, 0.1);
}

.dialog-actions {
  display: flex;
  gap: 10px;
  margin-top: 24px;
}

.reveal {
  opacity: 1;
  transform: none;
}

.js .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.system-section .eyebrow,
.operations-section .section-index,
.market-section .eyebrow,
.investor-principles .eyebrow,
.legal-page .eyebrow {
  color: #005a73;
}

.market-sequence li > span,
.investor-principles .principle-grid span {
  color: #00627c;
}

.legal-page {
  min-height: 100svh;
  padding: calc(var(--header-height) + 84px) 0 100px;
  background: #edf2f4;
  color: var(--ink);
}

.legal-shell {
  width: min(100% - 48px, 900px);
  margin-inline: auto;
}

.legal-shell h1 {
  max-width: 780px;
  margin: 0;
  font-size: 54px;
  line-height: 1.08;
}

.legal-intro {
  max-width: 740px;
  margin: 24px 0 56px;
  color: #4f6670;
  font-size: 18px;
}

.legal-section {
  padding: 30px 0;
  border-top: 1px solid #a7bac2;
}

.legal-section h2 {
  margin: 0 0 16px;
  font-size: 26px;
}

.legal-section h3 {
  margin: 24px 0 10px;
  font-size: 18px;
}

.legal-section p,
.legal-section li {
  color: #405861;
}

.legal-section a {
  color: #006f90;
}

.legal-section button {
  padding: 0;
  color: #00627c;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}

button:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.legal-section table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

.legal-section th,
.legal-section td {
  padding: 14px;
  border: 1px solid #a7bac2;
  text-align: left;
  vertical-align: top;
}

.legal-section th {
  background: #dce7eb;
}

.investor-hero {
  position: relative;
  min-height: 690px;
  display: flex;
  align-items: center;
  padding-top: var(--header-height);
  overflow: hidden;
  background: var(--ink-deep);
}

.investor-hero-media,
.investor-hero-shade {
  position: absolute;
  inset: 0;
}

.investor-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.investor-hero-shade {
  background: rgba(1, 9, 15, 0.62);
}

.investor-hero-content {
  position: relative;
  z-index: 2;
}

.investor-hero h1 {
  max-width: 860px;
  margin: 0;
  font-size: 58px;
  line-height: 1.1;
}

.investor-hero p:not(.eyebrow) {
  max-width: 650px;
  color: #d0dce2;
  font-size: 18px;
}

.investor-principles {
  background: #edf2f4;
  color: var(--ink);
}

.principle-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 54px;
  border-block: 1px solid #a7bac2;
}

.principle-grid article {
  min-height: 260px;
  padding: 32px;
}

.principle-grid article + article {
  border-left: 1px solid #a7bac2;
}

.principle-grid span {
  color: #008db1;
  font-size: 40px;
  font-weight: 600;
}

.principle-grid h3 {
  margin: 30px 0 12px;
  font-size: 21px;
}

.principle-grid p {
  color: #526a74;
  font-size: 14px;
}

.private-access {
  background: var(--panel);
}

.private-access-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 100px;
  align-items: center;
}

.private-access-grid h2 {
  margin: 0;
  font-size: 46px;
}

.access-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.access-steps li {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 14px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.access-steps li > span {
  color: var(--gold);
  font-weight: 800;
}

.access-steps p {
  margin: 3px 0 0;
  color: var(--steel);
  font-size: 13px;
}

.not-found {
  min-height: calc(100svh - var(--header-height));
  display: grid;
  place-items: center;
  padding-top: var(--header-height);
  background: var(--ink);
}

.not-found > div {
  width: min(100% - 48px, 720px);
}

.not-found h1 {
  margin: 0;
  font-size: 80px;
}

@media (max-width: 1050px) {
  :root {
    --page: min(100% - 36px, 920px);
  }

  .nav-shell {
    grid-template-columns: 170px 1fr auto;
    gap: 16px;
  }

  .nav-links {
    gap: 18px;
  }

  .hero-status {
    left: 0;
    right: auto;
  }

  .system-flow {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .flow-line {
    width: 2px;
    height: 34px;
    margin-left: 50%;
  }

  .flow-line i {
    right: -5px;
    top: auto;
    bottom: -2px;
    transform: rotate(135deg);
  }

  .system-flow article {
    min-height: 220px;
  }

  .market-grid,
  .private-access-grid {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .contact-heading,
  .contact-console {
    grid-template-columns: 1fr;
  }

  .contact-heading {
    gap: 22px;
  }

  .contact-heading > p {
    max-width: 680px;
  }

  .contact-route {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .contact-route h3 + p {
    min-height: 0;
  }

  .aviation-content {
    padding-block: 84px 64px;
  }

  .aviation-focus article {
    padding-inline: 24px;
  }

  .contact-form {
    padding: 38px;
  }

  .media-story,
  .media-story-reverse {
    grid-template-columns: 1fr 1fr;
  }

  .media-copy {
    padding: 40px;
  }
}

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

  .nav-shell {
    grid-template-columns: 1fr auto auto;
  }

  .brand {
    width: 150px;
  }

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

  .route-options label {
    border-bottom: 1px solid var(--line);
  }

  .route-options label:nth-of-type(even) {
    border-right: 0;
  }

  .route-options label:last-child {
    grid-column: 1 / -1;
    border-bottom: 0;
  }

  .menu-toggle {
    display: block;
  }

  .nav-links {
    position: absolute;
    top: var(--header-height);
    right: 0;
    left: 0;
    display: none;
    align-items: stretch;
    padding: 18px;
    border-bottom: 1px solid var(--line);
    background: #061522;
  }

  .nav-links.is-open {
    display: grid;
  }

  .nav-links a {
    padding: 13px 4px;
    border-bottom: 1px solid var(--line-soft);
  }

  .hero {
    height: calc(100svh - 82px);
    min-height: 640px;
  }

  .hero h1 {
    font-size: 62px;
  }

  .hero-statement {
    max-width: 620px;
    font-size: 34px;
  }

  .hero-copy {
    max-width: 560px;
  }

  .hero-status {
    right: 0;
    bottom: 22px;
  }

  .hero-status span {
    min-width: 0;
  }

  .thesis-grid,
  .twin-heading,
  .operations-heading,
  .investor-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    padding-block: 34px;
  }

  .section {
    padding-block: 82px;
  }

  .section-heading h2,
  .twin-heading h2,
  .operations-heading h2,
  .evidence-content h2,
  .investor-grid h2,
  .private-access-grid h2 {
    font-size: 38px;
  }

  .twin-section,
  .operations-section {
    padding-bottom: 0;
  }

  .twin-stage {
    min-height: 760px;
  }

  .twin-visual {
    height: 520px;
  }

  .channel-selector {
    top: 24px;
    left: 18px;
  }

  .channel-selector button {
    min-width: 170px;
  }

  .twin-console {
    right: 18px;
    bottom: 24px;
    left: 18px;
    width: auto;
  }

  .media-story,
  .media-story-reverse {
    grid-template-columns: 1fr;
  }

  .media-story video,
  .media-story-reverse video {
    order: 0;
    min-height: 390px;
  }

  .evidence-metrics,
  .principle-grid {
    grid-template-columns: 1fr;
  }

  .aviation-section {
    min-height: 940px;
  }

  .aviation-media img {
    object-position: 64% center;
  }

  .aviation-veil {
    background: rgba(1, 9, 15, 0.67);
  }

  .aviation-content {
    gap: 48px;
  }

  .aviation-heading h2 {
    font-size: 42px;
  }

  .aviation-focus {
    grid-template-columns: 1fr;
  }

  .aviation-focus article {
    min-height: 0;
  }

  .aviation-focus article + article {
    border-top: 1px solid rgba(168, 187, 197, 0.42);
    border-left: 0;
  }

  .aviation-boundary {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .evidence-metrics div + div,
  .principle-grid article + article {
    border-top: 1px solid rgba(168, 187, 197, 0.35);
    border-left: 0;
  }

  .consent-banner {
    grid-template-columns: 1fr;
  }

  .consent-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .consent-actions .button-quiet {
    grid-column: 1 / -1;
  }

  .investor-hero h1,
  .legal-shell h1 {
    font-size: 46px;
  }
}

@media (max-width: 580px) {
  :root {
    --page: calc(100% - 28px);
  }

  .nav-login {
    min-height: 40px;
    padding-inline: 11px;
    font-size: 12px;
  }

  .brand {
    width: 124px;
  }

  .hero {
    height: 92svh;
    min-height: 540px;
    max-height: 760px;
  }

  .hero-media video {
    display: none;
  }

  .hero-media {
    background: url("/assets/media/hero-poster.jpg") 65% center / cover no-repeat;
  }

  .hero-content {
    justify-content: flex-end;
    padding-bottom: 160px;
  }

  .hero h1 {
    font-size: 54px;
  }

  .hero-statement {
    font-size: 29px;
  }

  .hero-copy {
    font-size: 15px;
  }

  .hero-actions {
    width: 100%;
  }

  .hero-actions .button {
    flex: 1;
    min-width: 145px;
    padding-inline: 12px;
    font-size: 13px;
  }

  .motion-control {
    top: auto;
    right: 14px;
    bottom: 116px;
    width: auto;
    height: 38px;
    min-height: 38px;
    padding: 8px 11px;
    font-size: 10px;
  }

  .hero-status {
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    bottom: 20px;
  }

  .hero-status span {
    padding: 10px 8px;
    font-size: 10px;
  }

  .hero-status b {
    font-size: 9px;
  }

  .thesis-grid {
    min-height: 0;
  }

  .thesis-copy {
    font-size: 21px;
  }

  .section-heading h2,
  .twin-heading h2,
  .operations-heading h2,
  .evidence-content h2,
  .investor-grid h2,
  .private-access-grid h2 {
    font-size: 32px;
  }

  .aviation-section {
    min-height: 1020px;
  }

  .aviation-media img {
    object-position: 68% center;
  }

  .aviation-content {
    gap: 38px;
    padding-block: 68px 48px;
  }

  .aviation-labels {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 44px;
  }

  .aviation-heading h2 {
    font-size: 35px;
  }

  .aviation-heading > p:last-child {
    font-size: 15px;
  }

  .aviation-focus article {
    padding: 22px 0;
  }

  .system-flow article {
    padding: 26px;
  }

  .twin-stage {
    min-height: 760px;
  }

  .twin-visual {
    height: 450px;
  }

  .twin-visual img {
    object-position: 58% center;
  }

  .hotspot {
    width: 38px;
    height: 38px;
  }

  .hotspot.is-active {
    width: 48px;
    height: 48px;
  }

  .channel-selector {
    right: 14px;
    left: 14px;
    grid-template-columns: 1fr 1fr;
  }

  .channel-selector button {
    min-width: 0;
    padding: 9px;
    font-size: 10px;
  }

  .twin-console {
    right: 14px;
    bottom: 18px;
    left: 14px;
  }

  .console-value {
    font-size: 27px;
  }

  .media-story video,
  .media-story-reverse video {
    min-height: 300px;
  }

  .media-copy {
    padding: 32px 22px;
  }

  .media-copy h3 {
    font-size: 28px;
  }

  .evidence-section {
    min-height: 900px;
  }

  .evidence-metrics div {
    min-height: 118px;
    padding: 20px 0;
  }

  .evidence-metrics strong {
    font-size: 30px;
  }

  .contact-heading {
    margin-bottom: 34px;
  }

  .contact-heading h2 {
    font-size: 40px;
  }

  .contact-route,
  .contact-form {
    padding: 24px 20px;
  }

  .contact-route-signal {
    height: 64px;
    margin-block: 18px 24px;
  }

  .contact-route h3 {
    font-size: 26px;
  }

  .route-options label {
    min-height: 58px;
    padding: 9px 10px;
    font-size: 11px;
  }

  .field-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .form-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }

  .form-actions .button {
    width: 100%;
  }

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

  .footer-links,
  .footer-bottom {
    grid-column: 1;
  }

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

  .consent-banner {
    inset: auto 8px 8px;
    padding: 16px;
  }

  .consent-actions {
    grid-template-columns: 1fr;
  }

  .consent-actions .button-quiet {
    grid-column: 1;
  }

  .dialog-actions {
    display: grid;
  }

  .investor-hero {
    min-height: 660px;
  }

  .investor-hero h1,
  .legal-shell h1 {
    font-size: 38px;
  }

  .principle-grid article {
    min-height: 220px;
  }

  .legal-shell,
  .not-found > div {
    width: calc(100% - 28px);
  }

  .legal-section table,
  .legal-section tbody,
  .legal-section tr,
  .legal-section th,
  .legal-section td {
    display: block;
  }

  .legal-section tr + tr {
    margin-top: 16px;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media print {
  .site-header,
  .motion-control,
  .consent-banner,
  .consent-dialog {
    display: none !important;
  }

  body,
  .legal-page {
    background: #fff;
    color: #000;
  }
}
