:root {
  --ink: #f7f3f8;
  --muted: #bcb2c0;
  --black: #070609;
  --violet: #a46ac7;
  --violet-soft: #d4b5e3;
  --acid: #d8ffb3;
  --line: rgba(222, 202, 232, .18);
  --panel: rgba(19, 13, 23, .86);
  --shadow: 0 30px 100px rgba(0, 0, 0, .58);
}

* { box-sizing: border-box; }

html {
  min-height: 100%;
  background: var(--black);
  scroll-behavior: smooth;
}

body {
  min-height: 100svh;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--black);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

::selection {
  color: #fff;
  background: rgba(159, 103, 200, .65);
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  border-radius: 10px;
  color: #000;
  background: #fff;
  transform: translateY(-160%);
}

.skip-link:focus { transform: none; }

.ambient,
.ambient > div {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.ambient {
  --torch-x: 50%;
  --torch-y: 50%;
  z-index: 0;
  overflow: hidden;
  isolation: isolate;
}

.ambient__image {
  z-index: -5;
  inset: -4% !important;
  background: url("/assets/hero.webp") center / cover no-repeat;
  filter: brightness(.4) contrast(1.16) saturate(.82);
  transform: scale(1.04);
}

.ambient__highlight {
  z-index: -4;
  opacity: .42;
  background:
    radial-gradient(circle at 22% 24%, rgba(180, 104, 218, .18), transparent 30rem),
    radial-gradient(circle at 80% 72%, rgba(99, 48, 120, .2), transparent 32rem),
    linear-gradient(90deg, rgba(4, 3, 6, .42), rgba(8, 5, 10, .25) 48%, rgba(5, 3, 7, .48));
  animation: breathe 10s ease-in-out infinite;
}

.ambient__grain {
  z-index: -1;
  opacity: .055;
  mix-blend-mode: screen;
  background-image:
    repeating-linear-gradient(0deg, transparent 0 3px, rgba(255, 255, 255, .32) 4px),
    radial-gradient(circle at 20% 20%, #fff 0 .5px, transparent .7px);
  background-size: auto, 5px 5px;
}

.ambient__torch-glow,
.ambient__torch-shade {
  display: none;
  inset: -4px !important;
  contain: strict;
  animation: torch-tremble .19s steps(2, end) infinite;
}

.ambient__torch-glow {
  z-index: -3;
  opacity: .98;
  mix-blend-mode: screen;
  background: radial-gradient(
    circle at calc(var(--torch-x) + 4px) calc(var(--torch-y) + 4px),
    rgba(245, 231, 251, .3) 0,
    rgba(205, 151, 228, .2) 7rem,
    rgba(151, 87, 179, .09) 16rem,
    transparent 28rem
  );
}

.ambient__torch-shade {
  z-index: -2;
  background: radial-gradient(
    circle at calc(var(--torch-x) + 4px) calc(var(--torch-y) + 4px),
    transparent 0 6rem,
    rgba(3, 2, 5, .08) 12rem,
    rgba(3, 2, 5, .4) 22rem,
    rgba(3, 2, 5, .7) 37rem,
    rgba(3, 2, 5, .76) 100%
  );
}

@keyframes torch-tremble {
  0%, 100% { transform: translate3d(0, 0, 0); }
  18% { transform: translate3d(1.6px, -.8px, 0); }
  37% { transform: translate3d(-1.1px, 1.4px, 0); }
  56% { transform: translate3d(2.1px, .4px, 0); }
  74% { transform: translate3d(-.7px, -1.7px, 0); }
  89% { transform: translate3d(.8px, 1px, 0); }
}

.ambient__particles {
  position: fixed !important;
  z-index: 0;
  width: 100vw;
  height: 100svh;
  overflow: hidden;
  contain: strict;
}

.ambient__particles i {
  --drift: 8vw;
  --turn: 540deg;
  position: absolute;
  top: -8vh;
  left: 10%;
  width: 5px;
  height: 11px;
  border-radius: 70% 30% 65% 35%;
  opacity: 0;
  background: linear-gradient(145deg, rgba(239, 208, 255, .96), rgba(147, 63, 190, .34));
  box-shadow: 0 0 12px rgba(191, 91, 235, .72);
  animation: violet-dust 13s linear infinite;
  will-change: transform, opacity;
}

.ambient__particles i:nth-child(1) { left: 8%; animation-duration: 14s; animation-delay: -3s; --drift: 7vw; --turn: 620deg; }
.ambient__particles i:nth-child(2) { left: 21%; width: 3px; height: 7px; animation-duration: 18s; animation-delay: -13s; --drift: -5vw; --turn: -480deg; }
.ambient__particles i:nth-child(3) { left: 36%; width: 5px; height: 10px; animation-duration: 16s; animation-delay: -7s; --drift: 9vw; --turn: 760deg; }
.ambient__particles i:nth-child(4) { left: 49%; width: 3px; height: 6px; animation-duration: 20s; animation-delay: -17s; --drift: -8vw; --turn: -680deg; }
.ambient__particles i:nth-child(5) { left: 62%; animation-duration: 15s; animation-delay: -10s; --drift: 6vw; --turn: 520deg; }
.ambient__particles i:nth-child(6) { left: 73%; width: 2px; height: 7px; animation-duration: 19s; animation-delay: -5s; --drift: -7vw; --turn: -720deg; }
.ambient__particles i:nth-child(7) { left: 84%; width: 5px; height: 8px; animation-duration: 17s; animation-delay: -15s; --drift: 5vw; --turn: 580deg; }
.ambient__particles i:nth-child(8) { left: 94%; width: 3px; height: 9px; animation-duration: 21s; animation-delay: -9s; --drift: -10vw; --turn: -640deg; }
.ambient__particles i:nth-child(9) { left: 4%; width: 3px; height: 8px; animation-duration: 19s; animation-delay: -16s; --drift: 11vw; --turn: 740deg; }
.ambient__particles i:nth-child(10) { left: 15%; width: 6px; height: 12px; animation-duration: 16s; animation-delay: -8s; --drift: -6vw; --turn: -560deg; }
.ambient__particles i:nth-child(11) { left: 29%; width: 4px; height: 9px; animation-duration: 21s; animation-delay: -19s; --drift: 8vw; --turn: 680deg; }
.ambient__particles i:nth-child(12) { left: 43%; width: 3px; height: 7px; animation-duration: 15s; animation-delay: -11s; --drift: -9vw; --turn: -780deg; }
.ambient__particles i:nth-child(13) { left: 57%; width: 6px; height: 10px; animation-duration: 18s; animation-delay: -4s; --drift: 7vw; --turn: 590deg; }
.ambient__particles i:nth-child(14) { left: 68%; width: 3px; height: 9px; animation-duration: 20s; animation-delay: -14s; --drift: -5vw; --turn: -650deg; }
.ambient__particles i:nth-child(15) { left: 79%; width: 5px; height: 11px; animation-duration: 17s; animation-delay: -6s; --drift: 10vw; --turn: 820deg; }
.ambient__particles i:nth-child(16) { left: 90%; width: 4px; height: 8px; animation-duration: 22s; animation-delay: -20s; --drift: -8vw; --turn: -710deg; }

@keyframes breathe {
  50% { opacity: .68; transform: scale(1.015); }
}

@keyframes violet-dust {
  0% {
    opacity: 0;
    transform: translate3d(0, -10vh, 0) rotate(0) scale(1);
  }
  12% { opacity: .74; }
  72% { opacity: .46; }
  100% {
    opacity: 0;
    transform: translate3d(var(--drift), 116vh, 0) rotate(var(--turn)) scale(.08);
  }
}

.site-header {
  position: relative;
  z-index: 3;
  width: min(1180px, calc(100% - 42px));
  height: 74px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.site-header,
.landing,
footer {
  text-shadow:
    2px 2px 0 rgba(0, 0, 0, .98),
    0 6px 18px rgba(0, 0, 0, .88);
}

.recruitment-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(222, 202, 232, .22);
  border-radius: 999px;
  color: #f4edf6;
  background: rgba(12, 8, 15, .66);
  box-shadow: 0 12px 34px rgba(0, 0, 0, .25);
  text-decoration: none;
  text-transform: uppercase;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .11em;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.recruitment-link b {
  color: var(--violet-soft);
  font-size: .95rem;
  transition: transform .2s ease;
}

.recruitment-link:hover,
.recruitment-link:focus-visible {
  border-color: rgba(212, 181, 227, .55);
  background: rgba(39, 22, 47, .82);
  transform: translateY(-2px);
}

.recruitment-link:hover b,
.recruitment-link:focus-visible b {
  transform: translate(2px, -2px);
}

.landing {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 42px));
  min-height: calc(100svh - 74px);
  margin-inline: auto;
  padding: clamp(18px, 4vh, 46px) 0 54px;
}

.hero-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.eyebrow,
.section-label {
  margin: 0 0 16px;
  color: var(--violet-soft);
  font-size: .73rem;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.logo-stage {
  position: relative;
  width: min(860px, 100%);
  min-height: clamp(150px, 18vw, 240px);
  margin: -10px auto 8px;
  overflow: visible;
  display: grid;
  place-items: center;
  isolation: isolate;
}

.logo-stage::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 62%;
  height: 52%;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(162, 91, 195, .3), rgba(85, 40, 103, .13) 48%, transparent 72%);
  filter: blur(18px);
  transform: scale(1.12);
  animation: logo-breathe 7s ease-in-out infinite;
}

.logo-glitch {
  position: relative;
  width: min(620px, 82%);
  animation: logo-glitch-shift 3.4s steps(1, end) infinite;
}

.logo {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  filter:
    drop-shadow(0 20px 34px rgba(0, 0, 0, .72))
    drop-shadow(0 0 20px rgba(184, 111, 216, .2));
}

.logo--ghost {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
}

.logo--violet {
  filter: sepia(1) saturate(5) hue-rotate(225deg) brightness(1.2)
    drop-shadow(0 0 7px rgba(177, 68, 224, .68));
  animation: logo-glitch-violet 3.4s steps(1, end) infinite;
}

.logo--light {
  filter: brightness(1.7) contrast(1.2);
  animation: logo-glitch-light 3.4s steps(1, end) infinite;
}

@keyframes logo-breathe {
  50% { opacity: .72; transform: scale(1.25); }
}

@keyframes logo-glitch-shift {
  0%, 56%, 61%, 67%, 72%, 100% { transform: translate(0); }
  58% { transform: translate(-2px, 1px); }
  64% { transform: translate(2px, 0); }
  69% { transform: translate(-1px, -1px); }
}

@keyframes logo-glitch-violet {
  0%, 55%, 73%, 100% { opacity: 0; clip-path: inset(0); transform: translate(0); }
  57% { opacity: .5; clip-path: inset(12% 0 66%); transform: translate(6px, -1px); }
  60% { opacity: .3; clip-path: inset(58% 0 18%); transform: translate(-5px, 1px); }
  64% { opacity: .44; clip-path: inset(36% 0 42%); transform: translate(4px, 0); }
  68% { opacity: .26; clip-path: inset(72% 0 8%); transform: translate(-3px, 1px); }
  71% { opacity: .4; clip-path: inset(25% 0 57%); transform: translate(3px, -1px); }
}

@keyframes logo-glitch-light {
  0%, 57%, 75%, 100% { opacity: 0; clip-path: inset(0); transform: translate(0); }
  59% { opacity: .3; clip-path: inset(25% 0 57%); transform: translate(-4px, 0); }
  63% { opacity: .24; clip-path: inset(64% 0 15%); transform: translate(4px, -1px); }
  67% { opacity: .22; clip-path: inset(44% 0 35%); transform: translate(-3px, 0); }
  72% { opacity: .28; clip-path: inset(16% 0 68%); transform: translate(3px, 1px); }
}

.opening {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 22px;
  padding: 8px 12px;
  border: 1px solid rgba(216, 255, 179, .22);
  border-radius: 999px;
  color: var(--acid);
  background: rgba(9, 8, 11, .52);
  font: 800 .69rem/1 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.opening i,
.neuro-panel__meta i {
  width: 7px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--acid);
  box-shadow: 0 0 14px var(--acid);
  animation: pulse 1.8s ease-in-out infinite;
}

@keyframes pulse { 50% { opacity: .32; } }

h1,
h2 {
  margin: 0;
  text-wrap: balance;
  text-transform: uppercase;
}

h1 {
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: 1120px;
  font-size: clamp(2.8rem, 5.5vw, 5.8rem);
  line-height: .92;
  letter-spacing: -.052em;
  font-weight: 950;
  text-shadow:
    4px 4px 0 #000,
    0 12px 38px rgba(0, 0, 0, .78),
    0 0 42px rgba(152, 88, 182, .16);
}

.title-line {
  --glitch-a: 0s;
  --glitch-b: -.08s;
  position: relative;
  display: block;
  isolation: isolate;
  white-space: nowrap;
}

.title-line:nth-child(1) { --glitch-a: -.25s; --glitch-b: -.42s; }
.title-line:nth-child(2) { --glitch-a: -1.12s; --glitch-b: -1.34s; }
.title-line:nth-child(3) { --glitch-a: -2.08s; --glitch-b: -2.3s; }

.title-line::before,
.title-line::after {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
}

.title-line::before {
  color: #c77bea;
  text-shadow: 4px 4px 0 #000, 0 0 18px rgba(190, 94, 230, .35);
  animation: title-glitch-left 3.15s steps(1, end) var(--glitch-a) infinite;
}

.title-line::after {
  color: #f4e4fb;
  text-shadow: 4px 4px 0 #000;
  animation: title-glitch-right 3.15s steps(1, end) var(--glitch-b) infinite;
}

@keyframes title-glitch-left {
  0%, 55%, 77%, 100% { opacity: 0; clip-path: inset(0); transform: translate(0); }
  57% { opacity: .76; clip-path: inset(8% 0 72%); transform: translate(-8px, 1px); }
  62% { opacity: .5; clip-path: inset(48% 0 31%); transform: translate(7px, -1px); }
  67% { opacity: .66; clip-path: inset(72% 0 9%); transform: translate(-5px, 0); }
  72% { opacity: .34; clip-path: inset(30% 0 53%); transform: translate(4px, 1px); }
  75% { opacity: .56; clip-path: inset(57% 0 24%); transform: translate(-3px, 0); }
}

@keyframes title-glitch-right {
  0%, 57%, 79%, 100% { opacity: 0; clip-path: inset(0); transform: translate(0); }
  59% { opacity: .52; clip-path: inset(23% 0 61%); transform: translate(6px, -1px); }
  64% { opacity: .4; clip-path: inset(61% 0 20%); transform: translate(-6px, 1px); }
  69% { opacity: .56; clip-path: inset(41% 0 38%); transform: translate(4px, 0); }
  74% { opacity: .28; clip-path: inset(78% 0 6%); transform: translate(-3px, 0); }
  77% { opacity: .42; clip-path: inset(14% 0 69%); transform: translate(3px, 1px); }
}

.content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .72fr);
  align-items: start;
  gap: clamp(32px, 7vw, 86px);
  margin-top: clamp(46px, 7vw, 78px);
}

.intro-details {
  min-width: 0;
  padding-top: 8px;
}

.pitch {
  max-width: 720px;
  margin: 0;
  color: #ddd5e0;
  font-size: clamp(.98rem, 1.3vw, 1.08rem);
  line-height: 1.72;
}

.pitch strong { color: #fff; }

.experience-facts {
  width: 100%;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.experience-facts li {
  position: relative;
  overflow: hidden;
  min-width: 0;
  width: 100%;
  min-height: 68px;
  padding: 14px 15px;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(222, 202, 232, .25);
  border-radius: 17px;
  color: #e5dce8;
  background:
    linear-gradient(145deg, rgba(29, 19, 34, .9), rgba(9, 7, 12, .86)),
    url("/assets/texture.webp") center / cover;
  box-shadow:
    0 13px 34px rgba(0, 0, 0, .32),
    inset 0 1px rgba(255, 255, 255, .045);
  font-size: .78rem;
  font-weight: 760;
  line-height: 1.35;
}

.experience-facts li::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 2px;
  background: linear-gradient(180deg, transparent, rgba(194, 124, 224, .75), transparent);
  box-shadow: 0 0 12px rgba(181, 93, 219, .42);
}

.experience-facts li > span {
  flex: 0 0 auto;
  font-size: 1.08rem;
  font-weight: 400;
}

.priority-card {
  position: relative;
  overflow: hidden;
  padding: clamp(22px, 3.4vw, 34px);
  border: 1px solid rgba(220, 199, 230, .21);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(28, 18, 33, .93), rgba(10, 8, 13, .9)),
    url("/assets/texture.webp") center / cover;
  box-shadow: var(--shadow);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.priority-card::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 85% 12%, rgba(192, 120, 224, .15), transparent 19rem);
}

.priority-card > * {
  position: relative;
  z-index: 1;
}

.neuro-strip {
  position: relative;
  z-index: 1;
  margin: -4px -4px 22px;
  padding: 10px 10px 8px;
  overflow: hidden;
  border: 1px solid rgba(206, 173, 222, .17);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(13, 10, 17, .9), rgba(7, 6, 10, .72)),
    repeating-linear-gradient(90deg, transparent 0 23px, rgba(198, 159, 218, .055) 24px),
    repeating-linear-gradient(0deg, transparent 0 13px, rgba(198, 159, 218, .045) 14px);
  box-shadow: inset 0 0 26px rgba(98, 45, 119, .12);
}

.neuro-strip::after {
  content: "";
  position: absolute;
  inset: 28px 0 7px;
  pointer-events: none;
  opacity: .22;
  background: linear-gradient(90deg, transparent, rgba(211, 174, 229, .18), transparent);
  transform: translateX(-100%);
  animation: neuro-scan 4.8s linear infinite;
}

@keyframes neuro-scan { to { transform: translateX(100%); } }

.neuro-meta {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 2px 5px;
  color: #cbbbd2;
  font: 760 .64rem/1 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.neuro-meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
}

.neuro-dot {
  width: 6px;
  aspect-ratio: 1;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #d8ffb3;
  box-shadow: 0 0 12px rgba(216, 255, 179, .72);
  animation: pulse .58s ease-in-out infinite;
}

#priorityBrainHz {
  flex: 0 0 auto;
  color: #e2c5ef;
  font-size: .72rem;
  letter-spacing: .06em;
  text-shadow: 0 0 12px rgba(180, 99, 218, .34);
}

.neuro-wave {
  position: relative;
  height: 58px;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, .05);
  background:
    repeating-linear-gradient(90deg, transparent 0 27px, rgba(207, 171, 225, .055) 28px),
    linear-gradient(180deg, rgba(76, 36, 93, .05), transparent);
}

#priorityBrainWave {
  display: block;
  width: 100%;
  height: 58px;
}

h2 {
  font-size: clamp(1.85rem, 3.4vw, 3.25rem);
  line-height: .98;
  letter-spacing: -.042em;
  font-weight: 950;
}

.priority-copy {
  margin: 17px 0 22px;
  color: var(--muted);
  font-size: .96rem;
}

.priority-form { margin: 0; }

.form-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
}

input,
button {
  min-height: 52px;
  border-radius: 999px;
  font: inherit;
}

input {
  min-width: 0;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, .17);
  color: #fff;
  background: rgba(6, 5, 8, .76);
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}

input::placeholder { color: #7f7582; }

input:focus {
  border-color: rgba(202, 154, 225, .62);
  box-shadow: 0 0 0 4px rgba(159, 103, 200, .13);
}

button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 19px;
  border: 1px solid rgba(255, 255, 255, .2);
  color: #fff;
  background: linear-gradient(135deg, #754090, #b774d2 66%, #663279);
  box-shadow: 0 13px 34px rgba(125, 59, 151, .3), inset 0 1px rgba(255, 255, 255, .2);
  cursor: pointer;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: transform .2s ease, box-shadow .2s ease;
  width: 100%;
}

button:hover {
  transform: translateY(-2px);
  box-shadow: 0 17px 42px rgba(125, 59, 151, .43), inset 0 1px rgba(255, 255, 255, .2);
}

button:disabled {
  opacity: .68;
  cursor: wait;
  transform: none;
}

.privacy-note,
.form-status {
  margin: 10px 3px 0;
  font-size: .72rem;
}

.privacy-note { color: #8f8592; }
.form-status { min-height: 1.2em; color: var(--muted); }
.form-status.is-success { color: var(--acid); }
.form-status.is-error { color: #ffc4ca; }

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

.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;
}

footer {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 42px));
  margin-inline: auto;
  padding: 8px 0 26px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: #807683;
  font: 700 .68rem/1.3 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .08em;
  text-transform: uppercase;
}

footer a {
  color: #a99cae;
  text-underline-offset: 4px;
}

@media (max-width: 900px) {
  .landing { min-height: auto; }
  .content-grid {
    grid-template-columns: 1fr;
    gap: 34px;
    margin-top: 46px;
  }
  .intro-details { max-width: 760px; }
  .priority-card { width: min(680px, 100%); }
}

@media (max-width: 620px) {
  .site-header {
    width: min(100% - 24px, 1180px);
    height: 64px;
  }
  .recruitment-link {
    min-height: 40px;
    padding: 0 14px;
    font-size: .62rem;
  }
  .landing,
  footer {
    width: min(100% - 24px, 1180px);
  }
  .landing { padding: 5px 0 30px; }
  .eyebrow { font-size: .62rem; letter-spacing: .12em; }
  .logo-stage {
    width: calc(100% + 24px);
    min-height: 142px;
    margin: -8px -12px 5px;
  }
  .logo-glitch { width: 84%; }
  .opening { margin-bottom: 18px; font-size: .62rem; }
  h1 { font-size: clamp(1.82rem, 9.1vw, 2.9rem); }
  .title-line { max-width: 100%; }
  .content-grid { margin-top: 38px; }
  .pitch { font-size: .94rem; line-height: 1.65; }
  .experience-facts {
    grid-template-columns: 1fr;
    margin-top: 22px;
    gap: 7px;
  }
  .experience-facts li { min-height: 54px; font-size: .7rem; padding: 10px 11px; }
  .priority-card { padding: 17px; border-radius: 22px; }
  .neuro-strip { margin: -1px -1px 18px; padding: 9px 8px 7px; }
  .neuro-meta { font-size: .58rem; letter-spacing: .075em; gap: 8px; }
  #priorityBrainHz { font-size: .68rem; }
  .neuro-wave,
  #priorityBrainWave { height: 52px; }
  footer { align-items: flex-start; flex-direction: column; }
}

@media (hover: none), (pointer: coarse), (max-width: 720px) {
  .ambient__grain { display: none; }
  .ambient__highlight { animation: none; opacity: .42; }
  .ambient__particles i:nth-child(even) { display: none; }
  .logo-stage::before { animation: none; }
  .neuro-strip::after { animation: none; opacity: .12; transform: none; }
  .priority-card {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    box-shadow: 0 22px 64px rgba(0, 0, 0, .46);
  }
}

@media (min-width: 721px) {
  .ambient__torch-glow,
  .ambient__torch-shade {
    display: block;
  }
}

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