:root {
  color-scheme: dark;
  --black: #050403;
  --black-soft: #090806;
  --panel: rgba(12, 10, 8, 0.7);
  --panel-strong: rgba(9, 8, 7, 0.9);
  --cream: #f7eddd;
  --muted: #b9ab92;
  --faint: #7d715d;
  --gold: #cba85c;
  --gold-bright: #f0d38c;
  --gold-deep: #725025;
  --line: rgba(203, 168, 92, 0.24);
  --line-bright: rgba(240, 211, 140, 0.52);
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.55);
  --display: "Cormorant Garamond", Georgia, serif;
  --body: "Manrope", Arial, sans-serif;
  --max: 1280px;
  --pad: clamp(1.25rem, 5vw, 4.5rem);
}

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

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

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 82% 18%, rgba(203, 168, 92, 0.08), transparent 34rem),
    linear-gradient(180deg, #050403, #080604 40rem, #050403);
  color: var(--cream);
  font-family: var(--body);
  line-height: 1.65;
}

body.is-locked {
  overflow: hidden;
}

body.portal-active {
  overflow: hidden;
}

body::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    repeating-linear-gradient(90deg, transparent 0 109px, rgba(203, 168, 92, 0.022) 110px),
    linear-gradient(105deg, transparent 20%, rgba(240, 211, 140, 0.035) 20.1%, transparent 20.4%);
  mask-image: radial-gradient(circle at 50% 40%, #000 0 40%, transparent 84%);
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

button {
  border: 0;
  color: inherit;
  cursor: pointer;
}

section,
header {
  scroll-margin-top: 5.5rem;
}

::selection {
  background: rgba(203, 168, 92, 0.34);
}

.starlight {
  position: fixed;
  z-index: 3;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.75;
}

.skip-link {
  position: fixed;
  top: -4rem;
  left: 1rem;
  z-index: 1000;
  padding: 0.75rem 1rem;
  background: var(--black);
  border: 1px solid var(--line-bright);
}

.skip-link:focus {
  top: 1rem;
}

.gateway {
  position: fixed;
  z-index: 500;
  inset: 0;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 42%, rgba(15, 26, 47, 0.32), transparent 28%),
    #010205;
  transition:
    opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0s linear 0.8s;
}

.gateway.is-released {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.gateway__canvas {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  cursor: grab;
  touch-action: none;
}

.gateway__canvas:active {
  cursor: grabbing;
}

.gateway__landing {
  position: absolute;
  z-index: 1;
  inset: -3%;
  opacity: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(5, 4, 3, 0.32), rgba(5, 4, 3, 0.72)),
    url("./assets/tkflux-la-night-hero-hq.webp") 69% center / cover;
  transform: scale(1.52);
}

.gateway.is-descent .gateway__landing {
  animation: landing-rush 1.28s cubic-bezier(0.16, 0.8, 0.28, 1) both;
}

.gateway.is-descent .gateway__canvas {
  opacity: 0.2;
  filter: blur(3px) brightness(1.7);
  transition:
    opacity 0.42s ease,
    filter 0.46s ease;
}

.gateway__atmosphere {
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 64% 48%, transparent 0 18%, rgba(5, 9, 17, 0.18) 41%, rgba(1, 2, 5, 0.78) 95%),
    radial-gradient(circle at 52% 54%, rgba(240, 211, 140, 0.06), transparent 40%);
  transition: background 0.8s ease;
}

.gateway.is-flight .gateway__atmosphere {
  background:
    radial-gradient(circle at 50% 50%, rgba(240, 211, 140, 0.2), transparent 18%),
    radial-gradient(circle at 50% 50%, transparent 0 11%, rgba(10, 31, 56, 0.38) 43%, #010205 94%);
}

.gateway__brand {
  position: absolute;
  z-index: 6;
  top: clamp(1.2rem, 4vw, 2.5rem);
  left: var(--pad);
  display: flex;
  align-items: center;
  gap: 0.95rem;
  transition:
    opacity 0.48s ease,
    transform 0.48s ease;
}

.gateway__copy {
  position: absolute;
  z-index: 6;
  left: var(--pad);
  bottom: clamp(3.2rem, 9vh, 6.4rem);
  width: min(31rem, calc(100vw - 2.5rem));
  transition:
    opacity 0.5s ease,
    transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.gateway__copy h1 {
  margin: 0 0 1.25rem;
  color: var(--cream);
  font-family: var(--display);
  font-size: clamp(4rem, 8.2vw, 7.6rem);
  font-weight: 500;
  line-height: 0.82;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.gateway__copy h1 span {
  background: linear-gradient(108deg, #fff4d7, var(--gold-bright) 42%, #8d632c);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.gateway__copy > p:not(.eyebrow) {
  width: min(27rem, 100%);
  margin: 0 0 1.9rem;
  color: rgba(219, 208, 187, 0.8);
  font-size: clamp(0.84rem, 1.1vw, 0.93rem);
}

.gateway__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.2rem;
}

.portal-skip {
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(240, 211, 140, 0.3);
  background: none;
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.27em;
  text-transform: uppercase;
  transition: color 0.22s ease;
}

.portal-skip:hover,
.portal-skip:focus-visible {
  color: var(--gold-bright);
}

.gateway__target {
  position: absolute;
  z-index: 6;
  right: var(--pad);
  bottom: clamp(3.4rem, 9vh, 5.4rem);
  display: grid;
  min-width: 15.5rem;
  gap: 0.35rem;
  padding: 1.05rem 1.2rem 1.1rem;
  border-left: 1px solid var(--line-bright);
  background: linear-gradient(90deg, rgba(3, 5, 9, 0.55), transparent);
  transition:
    opacity 0.44s ease,
    transform 0.52s ease;
}

.gateway__target-label {
  color: var(--gold);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.gateway__target strong {
  font-family: var(--display);
  font-size: clamp(2rem, 3vw, 2.5rem);
  font-weight: 500;
  line-height: 1;
}

.gateway__target small {
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.22em;
}

.gateway__pulse {
  position: absolute;
  top: -0.45rem;
  left: -0.45rem;
  width: 0.85rem;
  height: 0.85rem;
  border-radius: 50%;
  background: var(--gold-bright);
  box-shadow: 0 0 22px rgba(240, 211, 140, 0.78);
  animation: portal-pulse 1.7s ease-in-out infinite;
}

.gateway__hud {
  position: absolute;
  z-index: 5;
  top: 50%;
  right: clamp(0.5rem, 2.2vw, 1.4rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.25rem;
  color: rgba(240, 211, 140, 0.3);
  font-size: 0.54rem;
  font-weight: 800;
  letter-spacing: 0.45em;
  text-transform: uppercase;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
  transition: opacity 0.42s ease;
}

.gateway__hint,
.gateway__status {
  position: absolute;
  z-index: 6;
  top: clamp(1.4rem, 4vw, 2.65rem);
  right: var(--pad);
  margin: 0;
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.27em;
  text-transform: uppercase;
}

.gateway__hint {
  color: rgba(185, 171, 146, 0.66);
  transform: translateY(1.35rem);
}

.gateway__status {
  color: var(--gold);
}

.gateway.is-loaded .gateway__status {
  color: rgba(185, 171, 146, 0.68);
}

.gateway.is-flight .gateway__copy,
.gateway.is-flight .gateway__brand,
.gateway.is-flight .gateway__target,
.gateway.is-flight .gateway__hint,
.gateway.is-flight .gateway__hud {
  opacity: 0;
  transform: translateY(1.1rem);
  pointer-events: none;
}

.gateway.is-flight .gateway__status {
  top: auto;
  right: auto;
  bottom: clamp(2rem, 7vh, 3.7rem);
  left: 50%;
  color: var(--gold-bright);
  transform: translateX(-50%);
}

.gateway__warp {
  position: absolute;
  z-index: 4;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.24s ease;
}

.gateway__warp i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: min(44vh, 21rem);
  background: linear-gradient(transparent, rgba(240, 211, 140, 0.72), transparent);
  transform-origin: 50% 0;
}

.gateway__warp i:nth-child(1) { transform: rotate(12deg) translateY(-34vh); }
.gateway__warp i:nth-child(2) { transform: rotate(52deg) translateY(-39vh); }
.gateway__warp i:nth-child(3) { transform: rotate(96deg) translateY(-34vh); }
.gateway__warp i:nth-child(4) { transform: rotate(143deg) translateY(-41vh); }
.gateway__warp i:nth-child(5) { transform: rotate(189deg) translateY(-36vh); }
.gateway__warp i:nth-child(6) { transform: rotate(230deg) translateY(-41vh); }
.gateway__warp i:nth-child(7) { transform: rotate(279deg) translateY(-37vh); }
.gateway__warp i:nth-child(8) { transform: rotate(322deg) translateY(-40vh); }

.gateway.is-descent .gateway__warp {
  opacity: 1;
  animation: warp-out 0.84s ease-out both;
}

.gateway__impact {
  position: absolute;
  z-index: 8;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}

.slab {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 51%, rgba(49, 42, 34, 0.74), #080706 50%),
    #090806;
}

.slab--1 { clip-path: polygon(0 0, 53% 0, 50% 40%, 37% 48%, 0 39%); }
.slab--2 { clip-path: polygon(53% 0, 100% 0, 100% 42%, 63% 45%, 50% 40%); }
.slab--3 { clip-path: polygon(0 39%, 37% 48%, 42% 59%, 0 72%); }
.slab--4 { clip-path: polygon(100% 42%, 63% 45%, 58% 58%, 100% 74%); }
.slab--5 { clip-path: polygon(0 72%, 42% 59%, 52% 100%, 0 100%); }
.slab--6 { clip-path: polygon(58% 58%, 100% 74%, 100% 100%, 52% 100%); }

.fracture {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(36rem, 62vw);
  aspect-ratio: 1;
  opacity: 0;
  background:
    conic-gradient(
      transparent 0 8deg,
      rgba(240, 211, 140, 0.8) 9deg,
      transparent 11deg 62deg,
      rgba(240, 211, 140, 0.54) 63deg,
      transparent 65deg 128deg,
      rgba(240, 211, 140, 0.64) 129deg,
      transparent 132deg 214deg,
      rgba(240, 211, 140, 0.72) 215deg,
      transparent 217deg 295deg,
      rgba(240, 211, 140, 0.52) 296deg,
      transparent 300deg
    );
  filter: drop-shadow(0 0 14px rgba(240, 211, 140, 0.72));
  transform: translate(-50%, -50%) scale(0.12);
}

.gateway__flash {
  position: absolute;
  z-index: 10;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  background: radial-gradient(circle, #fff8df, rgba(240, 211, 140, 0.7) 17%, transparent 62%);
}

.gateway.is-impact {
  animation: impact-shake 0.56s cubic-bezier(0.36, 0.07, 0.19, 0.97);
}

.gateway.is-impact .gateway__impact {
  opacity: 1;
}

.gateway.is-impact .gateway__flash {
  animation: impact-flash 0.62s ease-out both;
}

.gateway.is-impact .fracture {
  animation: fracture-burst 0.62s ease-out both;
}

.gateway.is-impact .slab--1 { animation: slab-nw 0.82s cubic-bezier(0.16, 0.8, 0.27, 1) forwards; }
.gateway.is-impact .slab--2 { animation: slab-ne 0.82s cubic-bezier(0.16, 0.8, 0.27, 1) forwards; }
.gateway.is-impact .slab--3 { animation: slab-w 0.78s cubic-bezier(0.16, 0.8, 0.27, 1) forwards; }
.gateway.is-impact .slab--4 { animation: slab-e 0.78s cubic-bezier(0.16, 0.8, 0.27, 1) forwards; }
.gateway.is-impact .slab--5 { animation: slab-sw 0.82s cubic-bezier(0.16, 0.8, 0.27, 1) forwards; }
.gateway.is-impact .slab--6 { animation: slab-se 0.82s cubic-bezier(0.16, 0.8, 0.27, 1) forwards; }

body.portal-active .nav,
body.portal-active .advisor-launch {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-0.7rem);
}

.diamond-mark {
  position: relative;
  display: inline-block;
  width: 3.2rem;
  aspect-ratio: 1;
  background:
    linear-gradient(145deg, #fff6dd 0 12%, #ca9e49 30%, #503319 48%, #edce83 70%, #fff8e0),
    #bf9952;
  clip-path: polygon(50% 0, 92% 29%, 76% 76%, 50% 100%, 24% 76%, 8% 29%);
  filter: drop-shadow(0 0 18px rgba(203, 168, 92, 0.45));
}

.diamond-mark::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(58deg, transparent 47%, rgba(255, 255, 255, 0.7) 49% 51%, transparent 53%),
    linear-gradient(-58deg, transparent 47%, rgba(255, 255, 255, 0.45) 49% 51%, transparent 53%);
  clip-path: inherit;
}

.diamond-mark--small {
  width: 2.45rem;
}

.diamond-mark--tiny {
  width: 2.15rem;
}

.nav {
  position: fixed;
  z-index: 90;
  top: 0;
  left: 0;
  right: 0;
  height: 5.35rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 0 var(--pad);
  border-bottom: 1px solid transparent;
  transition:
    background 0.35s ease,
    border-color 0.35s ease,
    height 0.35s ease,
    opacity 0.45s ease,
    transform 0.45s ease;
}

.nav.is-scrolled {
  height: 4.7rem;
  border-color: var(--line);
  background: rgba(5, 4, 3, 0.8);
  backdrop-filter: blur(20px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
}

.brand__word strong,
.brand__word small {
  display: block;
  text-transform: uppercase;
}

.brand__word strong {
  color: var(--cream);
  font-family: var(--display);
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.3em;
}

.brand__word small {
  margin-top: 0.12rem;
  color: var(--faint);
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.25em;
}

.nav__links {
  display: flex;
  gap: clamp(1.1rem, 2.5vw, 2.5rem);
  color: #ddd0b8;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.nav__links a {
  position: relative;
  padding: 0.4rem 0;
}

.nav__links a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  content: "";
  background: var(--gold-bright);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}

.nav__links a:hover::after,
.nav__links a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.button {
  position: relative;
  display: inline-flex;
  min-height: 3.25rem;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0.85rem 1.65rem;
  border: 1px solid var(--line-bright);
  background:
    linear-gradient(115deg, rgba(240, 211, 140, 0.2), rgba(203, 168, 92, 0.09) 42%, rgba(0, 0, 0, 0.35)),
    rgba(9, 8, 6, 0.74);
  box-shadow:
    inset 0 1px rgba(255, 251, 235, 0.12),
    0 14px 38px rgba(0, 0, 0, 0.28);
  color: var(--cream);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.button::after {
  position: absolute;
  top: -1px;
  bottom: -1px;
  width: 3.5rem;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 247, 217, 0.34), transparent);
  transform: translateX(-10rem) skewX(-18deg);
  transition: transform 0.55s ease;
}

.button:hover,
.button:focus-visible {
  border-color: var(--gold-bright);
  box-shadow:
    inset 0 1px rgba(255, 251, 235, 0.2),
    0 18px 48px rgba(203, 168, 92, 0.18);
  transform: translateY(-2px);
}

.button:hover::after,
.button:focus-visible::after {
  transform: translateX(12rem) skewX(-18deg);
}

.button--glass {
  border-color: rgba(247, 237, 221, 0.25);
  background: rgba(7, 7, 6, 0.42);
}

.button--nav {
  min-height: 2.85rem;
  padding-inline: 1.25rem;
}

.hero {
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: max(46rem, 100svh);
  align-items: flex-end;
  overflow: hidden;
  padding: clamp(7.5rem, 13vh, 9rem) var(--pad) clamp(4.8rem, 9vh, 6.6rem);
}

.hero__image {
  position: absolute;
  z-index: -3;
  inset: -2.5rem;
  background-image: url("./assets/tkflux-la-night-hero-hq.webp");
  background-position: 69% center;
  background-size: cover;
  filter: contrast(1.04) saturate(1.04);
  transform: scale(1.035) translate(calc(var(--mx, 0) * -12px), calc(var(--my, 0) * -8px));
  transition: transform 0.35s ease-out;
  animation: hero-breathe 22s ease-in-out infinite alternate;
}

.hero__beam {
  position: absolute;
  z-index: -1;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.hero__beam::before {
  position: absolute;
  top: -32%;
  right: 20%;
  width: clamp(12rem, 25vw, 30rem);
  height: 155%;
  content: "";
  opacity: 0.25;
  background: linear-gradient(100deg, transparent, rgba(240, 211, 140, 0.17), transparent);
  filter: blur(4px);
  transform: rotate(10deg) translateX(-13rem);
  animation: penthouse-light 15s ease-in-out infinite alternate;
}

.hero::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  content: "";
  background:
    radial-gradient(ellipse at 76% 52%, transparent 0 15%, rgba(5, 4, 3, 0.14) 37%, rgba(5, 4, 3, 0.46) 70%),
    linear-gradient(90deg, rgba(5, 4, 3, 0.94) 0%, rgba(5, 4, 3, 0.84) 32%, rgba(5, 4, 3, 0.28) 61%, rgba(5, 4, 3, 0.48) 100%),
    linear-gradient(0deg, #050403 0%, rgba(5, 4, 3, 0.55) 18%, transparent 48%, rgba(5, 4, 3, 0.42) 100%);
}

.hero::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, transparent 0 48%, rgba(240, 211, 140, 0.1) 48.08%, transparent 48.18%),
    radial-gradient(circle at 76% 55%, rgba(240, 211, 140, 0.12), transparent 22%);
  mix-blend-mode: screen;
}

.hero__frame {
  position: absolute;
  inset: clamp(6rem, 11vh, 7rem) clamp(1rem, 3.4vw, 2.5rem) clamp(2.2rem, 5vh, 3.3rem);
  border: 1px solid rgba(203, 168, 92, 0.14);
  pointer-events: none;
}

.hero__frame::after,
.hero__frame::before {
  position: absolute;
  width: 4rem;
  height: 4rem;
  content: "";
  border-color: var(--gold);
}

.hero__frame::before {
  top: -1px;
  left: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
}

.hero__frame::after {
  right: -1px;
  bottom: -1px;
  border-right: 1px solid;
  border-bottom: 1px solid;
}

.watermark {
  position: absolute;
  z-index: -1;
  color: rgba(240, 211, 140, 0.07);
  font-family: var(--display);
  font-weight: 600;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: none;
  mix-blend-mode: screen;
}

.watermark--takeover {
  top: 20%;
  left: 4%;
  font-size: clamp(2.7rem, 7vw, 7.2rem);
}

.watermark--flux {
  right: -1rem;
  bottom: 16%;
  font-size: clamp(1.2rem, 3vw, 3.1rem);
}

.hero__layout {
  width: min(var(--max), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(21rem, 41rem) minmax(15rem, 20.5rem);
  align-items: end;
  justify-content: space-between;
  gap: clamp(2.5rem, 8vw, 9rem);
}

.eyebrow {
  margin: 0 0 1.05rem;
  color: var(--gold-bright);
  font-size: clamp(0.61rem, 0.75vw, 0.68rem);
  font-weight: 800;
  letter-spacing: 0.36em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(5.5rem, 13.8vw, 12.6rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 0.79;
  text-transform: uppercase;
}

.hero h1 span {
  display: block;
}

.hero h1 span:last-child {
  background: linear-gradient(100deg, #fff5d9 0%, #e3bf71 37%, #946a31 70%, #f2d89a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 16px 45px rgba(203, 168, 92, 0.08);
}

.facet-rule {
  position: relative;
  width: min(21rem, 70%);
  height: 1px;
  margin: clamp(1.7rem, 3vw, 2.5rem) 0 clamp(1.25rem, 2vw, 1.8rem);
  background: linear-gradient(90deg, var(--gold-bright), rgba(203, 168, 92, 0.03));
}

.facet-rule span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.65rem;
  height: 0.65rem;
  border: 1px solid var(--gold-bright);
  background: var(--black);
  transform: translate(-50%, -50%) rotate(45deg);
}

.hero h2 {
  max-width: 35rem;
  margin: 0 0 1rem;
  font-family: var(--display);
  font-size: clamp(1.8rem, 3.2vw, 2.75rem);
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.12;
}

.hero__lead {
  max-width: 33.5rem;
  margin: 0 0 clamp(1.7rem, 3vw, 2.4rem);
  color: #d0c3ac;
  font-size: clamp(0.94rem, 1.2vw, 1.02rem);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.signal {
  position: relative;
  margin-bottom: 1.25rem;
  padding: 1.4rem;
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(240, 211, 140, 0.08), transparent 42%),
    var(--panel);
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}

.signal.tilt-card.is-visible {
  transform: perspective(850px) rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg));
  transition:
    border-color 0.27s ease,
    transform 0.18s ease-out;
}

.signal::before {
  position: absolute;
  top: -1px;
  right: 1.25rem;
  width: 3.1rem;
  height: 1px;
  content: "";
  background: var(--gold-bright);
}

.signal__label {
  margin: 0 0 1.35rem;
  color: var(--gold-bright);
  font-size: 0.61rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.signal__row {
  display: flex;
  flex-direction: column;
  gap: 0.16rem;
  margin-bottom: 1.1rem;
}

.signal__row span {
  color: var(--faint);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.signal__row strong {
  color: var(--cream);
  font-family: var(--display);
  font-size: 1.44rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.signal__line {
  height: 1px;
  margin: 1.45rem 0 1.1rem;
  background: linear-gradient(90deg, transparent, var(--line-bright), transparent);
}

.signal__status {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0;
  color: var(--muted);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.signal__status span {
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 50%;
  background: var(--gold-bright);
  box-shadow: 0 0 14px var(--gold-bright);
  animation: pulse 1.8s infinite;
}

.scroll-cue {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.65rem;
  color: var(--faint);
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.scroll-cue i {
  width: 1px;
  height: 2.3rem;
  background: linear-gradient(var(--gold-bright), transparent);
  animation: scroll-line 2.2s ease-in-out infinite;
}

.ticker {
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(8, 7, 5, 0.94);
  padding: 1.18rem 0;
}

.ticker__track {
  display: flex;
  width: max-content;
  align-items: center;
  color: var(--muted);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  animation: ticker 30s linear infinite;
}

.ticker__set {
  display: flex;
  align-items: center;
  gap: clamp(1.7rem, 4vw, 3.5rem);
  padding-right: clamp(1.7rem, 4vw, 3.5rem);
}

.ticker__set b {
  color: var(--gold);
  font-size: 1.25rem;
  font-weight: 400;
}

main {
  padding: 0 var(--pad);
}

.display {
  margin: 0;
  font-family: var(--display);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.04;
}

.statement {
  width: min(var(--max), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 15rem 1fr;
  gap: clamp(2.5rem, 8vw, 7rem);
  align-items: start;
  padding: clamp(5rem, 11vw, 9.5rem) 0;
  border-bottom: 1px solid var(--line);
}

.statement__label > p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 0.85rem;
}

.statement h2 {
  max-width: 56rem;
  font-size: clamp(2.65rem, 5.8vw, 5.8rem);
}

.systems {
  width: min(var(--max), 100%);
  margin: 0 auto;
  padding: clamp(5rem, 10vw, 8rem) 0;
}

.section-heading {
  display: grid;
  max-width: 48rem;
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

.section-heading h2 {
  margin-bottom: 1rem;
  font-size: clamp(2.8rem, 5.2vw, 4.9rem);
}

.section-heading > p:last-child {
  max-width: 38rem;
  margin: 0;
  color: var(--muted);
}

.section-heading--center {
  margin-inline: auto;
  text-align: center;
}

.systems__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.85rem;
}

.system {
  position: relative;
  min-height: 17.5rem;
  overflow: hidden;
  padding: clamp(1.45rem, 2.4vw, 2.15rem);
  border: 1px solid var(--line);
  background:
    linear-gradient(140deg, rgba(240, 211, 140, 0.06), transparent 37%),
    linear-gradient(115deg, rgba(255, 255, 255, 0.025), transparent),
    #080705;
  transform: perspective(850px) rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg));
  transition:
    border-color 0.27s ease,
    transform 0.18s ease-out,
    background 0.27s ease;
}

.system::after {
  position: absolute;
  right: -2.3rem;
  bottom: -2.3rem;
  width: 5rem;
  height: 5rem;
  content: "";
  border: 1px solid rgba(203, 168, 92, 0.12);
  transform: rotate(45deg);
}

.system:hover {
  border-color: rgba(240, 211, 140, 0.44);
  background:
    linear-gradient(140deg, rgba(240, 211, 140, 0.11), transparent 38%),
    #080705;
}

.system__number {
  display: block;
  margin-bottom: clamp(2.3rem, 4vw, 3.35rem);
  color: var(--gold-bright);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.3em;
}

.system h3 {
  margin: 0 0 0.85rem;
  font-family: var(--display);
  font-size: clamp(1.75rem, 2.3vw, 2.16rem);
  font-weight: 500;
  line-height: 1.1;
}

.system p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.world {
  position: relative;
  width: min(calc(var(--max) + 2rem), 100%);
  margin: 0 auto clamp(5rem, 10vw, 8rem);
  overflow: hidden;
  padding: clamp(4.2rem, 8vw, 6.8rem) clamp(1.2rem, 5vw, 4.4rem);
  border: 1px solid var(--line);
  background:
    linear-gradient(120deg, rgba(203, 168, 92, 0.06), transparent 32%),
    rgba(8, 7, 5, 0.88);
}

.world::before {
  position: absolute;
  inset: 0;
  content: "FLUXONTHEM";
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(203, 168, 92, 0.045);
  font-family: var(--display);
  font-size: clamp(5rem, 14vw, 15rem);
  font-weight: 600;
  letter-spacing: 0.12em;
  pointer-events: none;
}

.world__glow {
  position: absolute;
  top: 48%;
  left: 50%;
  width: min(42rem, 78vw);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(203, 168, 92, 0.11), transparent 68%);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.world__grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  gap: 0.85rem;
}

.world-card {
  min-height: 18rem;
  padding: clamp(1.5rem, 3vw, 2.2rem);
  border: 1px solid rgba(203, 168, 92, 0.2);
  background: rgba(4, 4, 3, 0.58);
  backdrop-filter: blur(5px);
}

.world-card--hero {
  background:
    radial-gradient(circle at 10% 10%, rgba(203, 168, 92, 0.13), transparent 40%),
    rgba(4, 4, 3, 0.7);
}

.world-card__index {
  display: block;
  margin-bottom: clamp(2.5rem, 5vw, 3.7rem);
  color: var(--gold);
  font-size: 0.61rem;
  font-weight: 800;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.world-card h3 {
  margin: 0 0 0.8rem;
  font-family: var(--display);
  font-size: clamp(2rem, 3vw, 2.7rem);
  font-weight: 500;
  letter-spacing: 0.06em;
}

.world-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.text-link {
  display: inline-block;
  margin-top: 1.4rem;
  color: var(--gold-bright);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.23em;
  text-transform: uppercase;
}

.blueprint {
  width: min(var(--max), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.86fr 1fr;
  gap: clamp(2.5rem, 7vw, 6.7rem);
  padding: 0 0 clamp(5.5rem, 11vw, 9rem);
}

.blueprint__copy h2 {
  margin-bottom: 1.25rem;
  font-size: clamp(3rem, 5.5vw, 5.2rem);
}

.blueprint__copy > p:not(.eyebrow) {
  max-width: 27rem;
  margin: 0 0 2rem;
  color: var(--muted);
}

.blueprint__steps {
  border-top: 1px solid var(--line);
}

.step {
  display: grid;
  grid-template-columns: 4rem 1fr;
  gap: clamp(1rem, 3vw, 2.2rem);
  padding: clamp(1.55rem, 3vw, 2.35rem) 0;
  border-bottom: 1px solid var(--line);
}

.step > span {
  color: var(--gold-bright);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.25em;
}

.step h3 {
  margin: 0 0 0.5rem;
  font-family: var(--display);
  font-size: clamp(1.85rem, 2.8vw, 2.35rem);
  font-weight: 500;
  line-height: 1;
}

.step p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.contact,
.apply {
  width: min(var(--max), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.87fr 1.13fr;
  gap: clamp(2.3rem, 7vw, 6.7rem);
  align-items: start;
  padding: clamp(4rem, 9vw, 7rem) 0;
  border-top: 1px solid var(--line);
}

.gold-list {
  display: grid;
  gap: 0.85rem;
  margin: 2rem 0 0;
  padding: 0;
  color: var(--muted);
  font-size: 0.88rem;
  list-style: none;
}

.gold-list li {
  position: relative;
  padding-left: 1.55rem;
}

.gold-list li::before {
  position: absolute;
  top: 0.55rem;
  left: 0;
  width: 0.45rem;
  height: 0.45rem;
  content: "";
  border: 1px solid var(--gold-bright);
  transform: rotate(45deg);
}

.form-panel {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  padding: clamp(1.3rem, 3vw, 2.25rem);
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(240, 211, 140, 0.06), transparent 30%),
    var(--panel);
  box-shadow: var(--shadow);
}

.form-panel::before {
  position: absolute;
  top: -1px;
  left: clamp(1.3rem, 3vw, 2.25rem);
  width: 6.5rem;
  height: 1px;
  content: "";
  background: var(--gold-bright);
}

.form-panel__head {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.65rem;
  color: var(--gold-bright);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.form-panel__head strong {
  color: var(--faint);
}

.form-panel > label {
  display: grid;
  gap: 0.44rem;
}

.form-panel label > span,
.role-select legend {
  color: var(--muted);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.form-panel input:not([type="radio"]),
.form-panel select,
.form-panel textarea,
.advisor__form input,
.advisor__form textarea {
  width: 100%;
  border: 1px solid rgba(203, 168, 92, 0.22);
  border-radius: 0;
  outline: none;
  background: rgba(4, 4, 3, 0.58);
  color: var(--cream);
  padding: 0.9rem 1rem;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.form-panel input:not([type="radio"]):focus,
.form-panel select:focus,
.form-panel textarea:focus,
.advisor__form input:focus,
.advisor__form textarea:focus {
  border-color: var(--gold-bright);
  box-shadow: 0 0 0 1px rgba(203, 168, 92, 0.18);
}

.form-panel select {
  min-height: 3.38rem;
}

.form-panel textarea {
  min-height: 7.6rem;
  resize: vertical;
}

.full {
  grid-column: 1 / -1;
}

.privacy {
  margin: 0;
  color: var(--faint);
  font-size: 0.73rem;
  text-align: center;
}

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

.apply {
  grid-template-columns: 0.68fr 1.32fr;
  padding-bottom: clamp(5rem, 11vw, 8.5rem);
}

.apply__copy h2 {
  margin-bottom: 1.25rem;
  font-size: clamp(3rem, 5vw, 4.9rem);
}

.apply__copy p:not(.eyebrow) {
  color: var(--muted);
}

.form-panel--application {
  grid-template-columns: repeat(3, 1fr);
}

.role-select {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  border: 0;
}

.role-select legend {
  display: block;
  width: 100%;
  margin-bottom: 0.25rem;
}

.role-select label {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  gap: 0.45rem;
  padding: 0.72rem 0.85rem;
  border: 1px solid var(--line);
  background: rgba(4, 4, 3, 0.54);
  color: var(--muted);
  font-size: 0.76rem;
}

.role-select input {
  accent-color: var(--gold);
}

.file {
  grid-column: span 3;
}

.form-panel input[type="file"] {
  border-style: dashed;
  color: var(--muted);
  font-size: 0.82rem;
}

.form-panel input[type="file"]::file-selector-button {
  margin-right: 1rem;
  padding: 0.55rem 0.8rem;
  border: 1px solid var(--line-bright);
  background: rgba(203, 168, 92, 0.1);
  color: var(--gold-bright);
  font: inherit;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.footer {
  display: grid;
  grid-template-columns: 1.8fr 0.8fr 0.85fr 1fr;
  gap: clamp(2rem, 6vw, 5rem);
  padding: clamp(3rem, 7vw, 4.7rem) var(--pad);
  border-top: 1px solid var(--line);
  background: #050403;
}

.footer__brand > p {
  max-width: 26rem;
  margin: 1.4rem 0 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.footer__title {
  margin: 0 0 1.15rem;
  color: var(--gold-bright);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.footer > div:not(.footer__brand) a,
.footer > div:not(.footer__brand) p:not(.footer__title) {
  display: block;
  margin: 0 0 0.58rem;
  color: var(--muted);
  font-size: 0.85rem;
}

.advisor-launch {
  position: fixed;
  z-index: 80;
  right: clamp(0.8rem, 2vw, 1.35rem);
  bottom: clamp(0.8rem, 2vw, 1.35rem);
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.68rem 1rem 0.68rem 0.7rem;
  border: 1px solid var(--line-bright);
  background: rgba(7, 6, 5, 0.9);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(18px);
  transition:
    opacity 0.45s ease,
    transform 0.45s ease,
    border-color 0.22s ease;
}

.advisor-launch strong,
.advisor-launch small {
  display: block;
  text-align: left;
}

.advisor-launch strong {
  color: var(--gold-bright);
  font-size: 0.63rem;
  letter-spacing: 0.23em;
  text-transform: uppercase;
}

.advisor-launch small {
  margin-top: 0.12rem;
  color: var(--muted);
  font-size: 0.7rem;
}

.modal {
  position: fixed;
  z-index: 120;
  inset: 0;
  display: none;
  place-items: center;
  padding: clamp(0.85rem, 3vw, 2rem);
}

.modal.is-open {
  display: grid;
}

.modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 2, 2, 0.82);
  backdrop-filter: blur(16px);
}

.advisor {
  position: relative;
  z-index: 1;
  width: min(47rem, 100%);
  max-height: min(92vh, 54rem);
  overflow-y: auto;
  padding: clamp(1.45rem, 5vw, 3.1rem);
  border: 1px solid var(--line-bright);
  background:
    radial-gradient(circle at 0 0, rgba(203, 168, 92, 0.13), transparent 35%),
    #090806;
  box-shadow: 0 25px 100px rgba(0, 0, 0, 0.75);
}

.advisor__close {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  width: 2.65rem;
  height: 2.65rem;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--gold-bright);
  font-size: 1.55rem;
}

.advisor h2 {
  max-width: calc(100% - 3rem);
  margin-bottom: 1.45rem;
  font-size: clamp(2.65rem, 6vw, 4.3rem);
}

.advisor__chat {
  margin-bottom: 1.3rem;
  padding: 1.1rem 1.2rem;
  border: 1px solid var(--line);
  background: rgba(203, 168, 92, 0.035);
  color: var(--muted);
  font-size: 0.9rem;
}

.advisor__chat p {
  margin: 0;
}

.advisor__chat p + p {
  margin-top: 0.7rem;
  color: var(--cream);
}

.advisor__choices {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.65rem;
  margin-bottom: 1.35rem;
}

.advisor__choices button {
  padding: 0.9rem 1rem;
  border: 1px solid var(--line);
  background: #050403;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-align: left;
  text-transform: uppercase;
}

.advisor__choices button:hover {
  border-color: var(--gold-bright);
  color: var(--cream);
}

.advisor__form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}

.advisor__form textarea,
.advisor__form .button {
  grid-column: 1 / -1;
}

.advisor__form textarea {
  min-height: 6.2rem;
  resize: vertical;
}

.reveal {
  opacity: 0;
  transform: translateY(1.5rem);
  transition:
    opacity 0.72s ease,
    transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

.tilt-card {
  transform-style: preserve-3d;
}

@keyframes hero-breathe {
  to {
    transform: scale(1.08) translate(calc(var(--mx, 0) * -12px), calc(var(--my, 0) * -8px));
  }
}

@keyframes penthouse-light {
  to {
    opacity: 0.42;
    transform: rotate(10deg) translateX(9rem);
  }
}

@keyframes portal-pulse {
  50% {
    opacity: 0.34;
    transform: scale(1.8);
  }
}

@keyframes landing-rush {
  0% {
    opacity: 0;
    filter: blur(12px);
    transform: scale(1.52);
  }
  26% {
    opacity: 0.64;
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: scale(1.04);
  }
}

@keyframes warp-out {
  from {
    filter: blur(1px);
    transform: scale(0.56);
  }
  to {
    filter: blur(5px);
    transform: scale(2);
  }
}

@keyframes impact-shake {
  18% { transform: translate3d(-10px, 7px, 0) rotate(-0.28deg); }
  36% { transform: translate3d(9px, -7px, 0) rotate(0.24deg); }
  53% { transform: translate3d(-6px, 4px, 0); }
  72% { transform: translate3d(4px, -2px, 0); }
  100% { transform: none; }
}

@keyframes impact-flash {
  0% { opacity: 0; transform: scale(0.3); }
  14% { opacity: 1; transform: scale(1); }
  100% { opacity: 0; transform: scale(1.75); }
}

@keyframes fracture-burst {
  0% { opacity: 0; transform: translate(-50%, -50%) scale(0.12); }
  24% { opacity: 1; }
  100% { opacity: 0; transform: translate(-50%, -50%) scale(2.4); }
}

@keyframes slab-nw {
  0%, 18% { opacity: 1; transform: none; }
  100% { opacity: 0; transform: translate(-23vw, -23vh) rotate(-7deg) scale(1.06); }
}

@keyframes slab-ne {
  0%, 18% { opacity: 1; transform: none; }
  100% { opacity: 0; transform: translate(25vw, -24vh) rotate(8deg) scale(1.06); }
}

@keyframes slab-w {
  0%, 18% { opacity: 1; transform: none; }
  100% { opacity: 0; transform: translate(-31vw, 2vh) rotate(-8deg) scale(1.08); }
}

@keyframes slab-e {
  0%, 18% { opacity: 1; transform: none; }
  100% { opacity: 0; transform: translate(32vw, 1vh) rotate(8deg) scale(1.08); }
}

@keyframes slab-sw {
  0%, 18% { opacity: 1; transform: none; }
  100% { opacity: 0; transform: translate(-22vw, 25vh) rotate(7deg) scale(1.06); }
}

@keyframes slab-se {
  0%, 18% { opacity: 1; transform: none; }
  100% { opacity: 0; transform: translate(25vw, 25vh) rotate(-8deg) scale(1.06); }
}

@keyframes pulse {
  50% {
    opacity: 0.35;
    transform: scale(0.82);
  }
}

@keyframes scroll-line {
  0%,
  100% {
    opacity: 0.3;
    transform: scaleY(0.45);
    transform-origin: top;
  }
  50% {
    opacity: 1;
    transform: scaleY(1);
  }
}

@keyframes ticker {
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 1060px) {
  .nav__links {
    display: none;
  }

  .hero__layout {
    grid-template-columns: minmax(20rem, 41rem);
  }

  .signal {
    display: none;
  }

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

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

  .world-card--hero {
    grid-column: 1 / -1;
  }

  .blueprint,
  .contact,
  .apply {
    grid-template-columns: 1fr;
  }

  .contact .section-heading {
    margin-bottom: 0;
  }

  .gateway__target {
    display: none;
  }
}

@media (max-width: 720px) {
  :root {
    --pad: 1.12rem;
  }

  .nav {
    height: 4.7rem;
    gap: 0.75rem;
  }

  .brand__word small {
    display: none;
  }

  .brand__word strong {
    font-size: 1.02rem;
    letter-spacing: 0.22em;
  }

  .diamond-mark--small {
    width: 2.05rem;
  }

  .button--nav {
    display: none;
  }

  .gateway__brand {
    top: 1.05rem;
    left: 1.05rem;
  }

  .gateway__brand .brand__word small {
    display: block;
    font-size: 0.48rem;
  }

  .gateway__copy {
    bottom: clamp(2.2rem, 5.5vh, 3.4rem);
    left: 1.05rem;
    right: 1.05rem;
    width: auto;
  }

  .gateway__copy .eyebrow {
    margin-bottom: 0.65rem;
  }

  .gateway__copy h1 {
    margin-bottom: 0.72rem;
    font-size: clamp(3.2rem, 18vw, 4.65rem);
  }

  .gateway__copy > p:not(.eyebrow) {
    width: auto;
    max-width: 100%;
    margin-bottom: 1.25rem;
    font-size: 0.8rem;
  }

  .gateway__actions {
    width: 100%;
    gap: 0.85rem;
  }

  .gateway__actions .button {
    flex: none;
    width: 100%;
  }

  .gateway__hud,
  .gateway__hint {
    display: none;
  }

  .gateway__status {
    top: 4.7rem;
    left: 1.05rem;
    right: auto;
  }

  .hero {
    min-height: 100svh;
    align-items: flex-end;
    padding-top: 7.2rem;
    padding-bottom: 4.2rem;
  }

  .hero__image {
    background-position: 71% center;
  }

  .hero::before {
    background:
      linear-gradient(0deg, #050403 0%, rgba(5, 4, 3, 0.82) 50%, rgba(5, 4, 3, 0.36) 100%),
      linear-gradient(90deg, rgba(5, 4, 3, 0.66), transparent);
  }

  .watermark--takeover {
    top: 16%;
    font-size: clamp(2.1rem, 12vw, 3.7rem);
  }

  .watermark--flux {
    bottom: 47%;
  }

  .hero h1 {
    font-size: clamp(4.9rem, 26vw, 7rem);
  }

  .hero h2 {
    font-size: clamp(1.65rem, 7vw, 2.2rem);
  }

  .hero__actions .button {
    width: 100%;
  }

  .scroll-cue {
    display: none;
  }

  .statement {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .statement h2 {
    font-size: clamp(2.4rem, 12vw, 3.45rem);
  }

  .systems__grid,
  .world__grid,
  .footer {
    grid-template-columns: 1fr;
  }

  .system {
    min-height: auto;
  }

  .system__number {
    margin-bottom: 2rem;
  }

  .form-panel,
  .form-panel--application,
  .advisor__form,
  .advisor__choices {
    grid-template-columns: 1fr;
  }

  .form-panel > label,
  .file {
    grid-column: 1 / -1;
  }

  .advisor-launch {
    padding: 0.62rem;
  }

  .advisor-launch span:last-child {
    display: none;
  }
}

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

  .starlight {
    display: none;
  }
}
