@font-face {
  font-family: "Nunito";
  src: url("Nunito-Variable.ttf") format("truetype");
  font-weight: 200 1000;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #fffdf8;
  --muted: rgba(255, 253, 248, .68);
  --line: rgba(255, 253, 248, .18);
  --glass: rgba(255, 253, 248, .12);
  --dark: #0f1017;
  --purple: #8d45ff;
  --pink: #f47bc2;
  --cyan: #7de4ff;
  --amber: #ffd17a;
}

* { box-sizing: border-box; }
html { scroll-behavior: auto; }
.glass-filter-defs { position: absolute; width: 0; height: 0; overflow: hidden; }
body {
  margin: 0;
  min-height: 100vh;
  background: #07070b;
  color: var(--ink);
  font: 16px/1.5 "Nunito", "Helvetica Neue", "Avenir Next", "Segoe UI", Arial, sans-serif;
  font-weight: 400;
}

body.video-loading {
  height: 100vh;
  overflow: hidden;
}

.site-shell {
  position: relative;
  min-height: 760vh;
  background: #07070b;
}

.stage {
  position: sticky;
  top: 0;
  z-index: 10;
  height: 100vh;
  overflow: hidden;
  isolation: isolate;
}

.stage::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    var(--active-bg, linear-gradient(135deg, #161216, #17172b));
  transition: background 260ms ease;
}

.stage::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 74px;
  z-index: 3;
  pointer-events: none;
  opacity: var(--hero-overlay, 1);
  background:
    linear-gradient(180deg, rgba(3, 3, 5, .38) 0%, rgba(3, 3, 5, .13) 58%, rgba(3, 3, 5, 0) 100%);
  backdrop-filter: blur(5px);
  transition: opacity 220ms ease;
}

.topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 70;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 24px clamp(24px, 4vw, 56px);
}

body.contact-view .global-topbar,
body.modal-open .global-topbar {
  --hero-overlay: 1;
}

body.modal-open { overflow: hidden; }

.topbar::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 82px;
  z-index: -1;
  pointer-events: none;
  opacity: var(--hero-overlay, 1);
  background: linear-gradient(180deg, rgba(3, 3, 5, .18), rgba(3, 3, 5, 0));
  backdrop-filter: blur(4px);
  transition: opacity 220ms ease;
}

.brand {
  display: inline-flex;
  align-items: center;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.atula-logo-wordmark {
  display: block;
  height: 26px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 0 18px rgba(244, 123, 194, .22));
}

.atula-mark {
  width: 34px;
  height: 34px;
  display: block;
  border-radius: 10px;
  object-fit: contain;
  filter: drop-shadow(0 0 18px rgba(244, 123, 194, .28));
}

.nav {
  display: flex;
  align-items: center;
  gap: 42px;
  color: rgba(255, 253, 248, .82);
  font-size: 14px;
  font-weight: 650;
}

.nav button,
.nav a {
  border: 0;
  padding: 0;
  color: inherit;
  font: inherit;
  font-weight: inherit;
  background: transparent;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
}

.nav button:hover,
.nav a:hover,
.brand:hover,
.nav button.is-active,
.nav a.is-active {
  color: #fff;
}

.nav button.is-active,
.nav a.is-active {
  position: relative;
}

.nav button.is-active::after,
.nav a.is-active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, var(--purple), var(--pink));
  box-shadow: 0 0 16px rgba(244, 123, 194, .45);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.desktop-nav {
  margin-left: auto;
}

.menu-toggle {
  display: none;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 253, 248, .2);
  border-radius: 50%;
  padding: 10px;
  color: #fff;
  background: rgba(10, 9, 15, .28);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 17px;
  height: 1.5px;
  margin: 3px auto;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(4.5px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-4.5px) rotate(-45deg); }

.mobile-menu {
  position: fixed;
  top: 72px;
  right: 14px;
  z-index: 80;
  display: none;
  width: min(240px, calc(100vw - 28px));
  border: 1px solid rgba(255, 253, 248, .16);
  border-radius: 16px;
  padding: 8px;
  background: rgba(13, 11, 20, .92);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .45);
  backdrop-filter: blur(22px);
}

.mobile-menu.open { display: grid; }

.mobile-menu a,
.mobile-menu button {
  border: 0;
  border-radius: 10px;
  padding: 12px 13px;
  color: rgba(255, 253, 248, .86);
  font: inherit;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
  background: transparent;
  cursor: pointer;
}

.mobile-menu a:hover,
.mobile-menu button:hover { background: rgba(255, 253, 248, .08); }

.login,
.waitlist {
  border: 1px solid rgba(255, 253, 248, .22);
  border-radius: 999px;
  padding: 10px 18px;
  color: white;
  font-size: 14px;
  font-weight: 600;
}

.login {
  background: rgba(5, 5, 8, .24);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .04);
}

.waitlist {
  position: relative;
  z-index: 45;
  isolation: isolate;
  overflow: hidden;
  padding: 11px 20px;
  border-color: rgba(255, 255, 255, .52);
  background: linear-gradient(135deg, rgba(255, 255, 255, .14), rgba(255, 255, 255, .035));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .58),
    inset 0 -1px 0 rgba(255, 255, 255, .14),
    0 9px 24px rgba(0, 0, 0, .1);
  backdrop-filter: blur(9px) saturate(150%) brightness(1.06);
  -webkit-backdrop-filter: blur(9px) saturate(150%) brightness(1.06);
  cursor: pointer;
}

.waitlist::before,
.hero-button.primary::before {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: 0;
  border-radius: inherit;
  pointer-events: none;
  background:
    radial-gradient(circle at 22% -20%, rgba(255, 255, 255, .48), transparent 43%),
    radial-gradient(circle at 86% 130%, rgba(155, 221, 255, .14), transparent 46%),
    linear-gradient(112deg, rgba(255, 255, 255, .08), transparent 40%, rgba(255, 255, 255, .05));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, .12),
    inset 8px 10px 22px rgba(255, 255, 255, .08);
}

.waitlist::after,
.hero-button.primary::after { position: relative; z-index: 1; }

.waitlist > span,
.hero-button.primary > span { position: relative; z-index: 1; }

.waitlist::after {
  display: none;
}

.video-wrap {
  position: absolute;
  inset: -2px;
  z-index: 1;
  overflow: hidden;
  background: #07070b;
}

.video-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 54px;
  z-index: 2;
  pointer-events: none;
  opacity: var(--hero-overlay, 1);
  background: linear-gradient(180deg, rgba(8, 7, 10, .1), rgba(8, 7, 10, 0));
  backdrop-filter: blur(3px);
  transition: opacity 220ms ease;
}

.hero-video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  filter: saturate(1.05) contrast(1.02);
  transform: scale(1.025);
  transform-origin: center center;
  will-change: transform;
}

.copy-layer {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: auto;
}

.copy {
  position: absolute;
  max-width: 540px;
  opacity: 0;
  transform: translateY(18px);
  will-change: opacity, transform;
  isolation: isolate;
  pointer-events: none;
}

.copy.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.copy h1,
.copy h2 {
  margin: 0;
  font-size: clamp(52px, 6.2vw, 84px);
  line-height: .94;
  letter-spacing: 0;
  text-shadow: 0 18px 46px rgba(0, 0, 0, .44);
  font-weight: 500;
}

.copy h2 { font-size: clamp(38px, 4.8vw, 70px); }

.copy.hero-copy h1 {
  max-width: 720px;
  font-size: clamp(58px, 7.1vw, 104px);
  line-height: .9;
}

.hero-name {
  display: block;
}

.hero-title {
  display: block;
  max-width: 520px;
  margin-top: 12px;
  color: rgba(255, 253, 248, .92);
  font-size: clamp(23px, 2.05vw, 34px);
  font-weight: 500;
  line-height: 1.12;
}

.copy p {
  margin: 18px 0 0;
  max-width: 560px;
  color: rgba(255, 253, 248, .78);
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.58;
  text-shadow: 0 10px 28px rgba(0, 0, 0, .5);
}

.copy.hero-copy {
  left: clamp(24px, 5.2vw, 78px);
  top: 34vh;
}

.copy.hero-copy::before {
  content: "";
  position: absolute;
  inset: -36px -56px -46px -36px;
  z-index: -1;
  border-radius: 28px;
  opacity: calc(var(--hero-overlay, 1) * .82);
  pointer-events: none;
  background:
    radial-gradient(ellipse at 30% 48%, rgba(0, 0, 0, .36), rgba(0, 0, 0, .13) 46%, transparent 72%),
    linear-gradient(90deg, rgba(0, 0, 0, .22), rgba(0, 0, 0, 0));
  filter: blur(.3px);
}

.copy.left-copy {
  left: clamp(24px, 6vw, 72px);
  top: 37vh;
}

.copy.growth-copy {
  max-width: 900px;
  top: 32vh;
}

.copy.growth-copy .eyebrow {
  margin-bottom: 16px;
  color: rgba(255, 253, 248, .88);
  font-size: clamp(22px, 2vw, 31px);
  font-weight: 820;
  letter-spacing: 0;
  text-transform: none;
}

@media (min-width: 821px) {
  .copy.growth-copy .eyebrow {
    font-weight: 500;
  }
}

.copy.growth-copy h2 {
  font-size: clamp(38px, 4.1vw, 64px);
  line-height: 1.04;
}

.copy.presence-copy {
  left: 52%;
  right: auto;
  top: 12vh;
  bottom: auto;
  max-width: 720px;
  text-align: center;
  transform: translate(-50%, 18px);
}

.copy.presence-copy h2 {
  font-size: clamp(36px, 4.4vw, 64px);
  font-weight: 450;
  line-height: 1;
  letter-spacing: 0;
}

.copy.presence-copy p {
  max-width: none;
  margin-top: 32vh;
  color: rgba(255, 253, 248, .78);
  font-size: clamp(19px, 1.75vw, 28px);
  font-weight: 400;
  line-height: 1.35;
}

.mobile-presence-apps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  color: rgba(255, 253, 248, .62);
  font-size: clamp(14px, 1.1vw, 17px);
  font-weight: 500;
}
.mobile-presence-apps span:not(:last-child)::after {
  content: "/";
  margin: 0 10px;
  color: rgba(255, 253, 248, .3);
}

.copy.method-copy {
  left: 50%;
  right: auto;
  top: auto;
  bottom: 11.5vh;
  max-width: 760px;
  text-align: center;
  transform: translate(-50%, 18px);
}

.copy.right-copy {
  right: clamp(24px, 7vw, 90px);
  top: 32vh;
}

.copy.bottom-copy {
  left: 50%;
  bottom: 13vh;
  text-align: center;
  transform: translate(-50%, 18px);
}

.copy.bottom-copy.active {
  transform: translate(-50%, 0);
}

.copy.final-copy {
  left: clamp(24px, 5.2vw, 78px);
  bottom: auto;
  top: 31vh;
  max-width: 560px;
  text-align: left;
  transform: translateY(18px);
  z-index: 32;
}

.copy.method-copy.active { transform: translate(-50%, 0); }

.copy.method-copy h2 {
  font-size: clamp(34px, 4.3vw, 58px);
}

.copy.method-copy p {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 30px;
  pointer-events: auto;
}

.hero-cta-stack {
  display: contents;
}

.hero-button {
  position: relative;
  z-index: 35;
  min-width: 166px;
  border: 1px solid rgba(255, 253, 248, .24);
  border-radius: 999px;
  padding: 15px 24px;
  color: white;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}

.hero-button.primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .54);
  background: linear-gradient(135deg, rgba(255, 255, 255, .14), rgba(255, 255, 255, .035));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .62),
    inset 0 -1px 0 rgba(255, 255, 255, .14),
    0 12px 32px rgba(0, 0, 0, .11);
  backdrop-filter: blur(9px) saturate(155%) brightness(1.06);
  -webkit-backdrop-filter: blur(9px) saturate(155%) brightness(1.06);
  isolation: isolate;
  overflow: hidden;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.hero-button.primary:hover,
.waitlist:hover {
  transform: translateY(-1px) scale(1.012);
  border-color: rgba(255, 255, 255, .52);
  background: linear-gradient(135deg, rgba(255, 255, 255, .22), rgba(255, 255, 255, .075));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .6),
    inset 0 -1px 0 rgba(255, 255, 255, .12),
    0 14px 34px rgba(0, 0, 0, .12);
}

.hero-button.primary:active,
.waitlist:active { transform: scale(.985); }

.hero-button.primary::after {
  display: none;
}

@supports (backdrop-filter: url("#liquidGlassDistortion")) {
  .waitlist,
  .hero-button.primary {
    backdrop-filter: url("#liquidGlassDistortion") blur(7px) saturate(155%) brightness(1.08);
  }
}

.hero-button.secondary {
  background: rgba(10, 10, 14, .28);
  backdrop-filter: blur(14px);
}

.hero-support {
  max-width: 610px;
}

.typewriter-word {
  display: block;
  width: max-content;
  min-width: 720px;
  white-space: nowrap;
  min-height: 1.08em;
  margin-top: 10px;
  color: #fff;
  text-shadow: 0 16px 42px rgba(0, 0, 0, .44);
}

.typewriter-word::after {
  content: "";
  display: inline-block;
  width: .08em;
  height: .78em;
  margin-left: .08em;
  vertical-align: -.06em;
  border-radius: 999px;
  background: rgba(255, 253, 248, .86);
  animation: cursorBlink 1s steps(1) infinite;
}

@keyframes cursorBlink {
  0%, 45% { opacity: 1; }
  46%, 100% { opacity: 0; }
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  margin-bottom: 14px;
  color: rgba(255, 253, 248, .7);
  font-size: 13px;
  font-weight: 780;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.feature-card {
  position: absolute;
  z-index: 5;
  width: auto;
  min-height: 0;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 13px 18px;
  background: rgba(18, 15, 26, .28);
  box-shadow: 0 16px 44px rgba(0, 0, 0, .24);
  backdrop-filter: blur(16px);
  opacity: 0;
  transform: translateY(18px) scale(.96);
  will-change: opacity, transform;
}

.feature-card.active {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.feature-card strong {
  display: block;
  margin: 0;
  white-space: nowrap;
}

.feature-card span {
  display: none;
  color: var(--muted);
  font-size: 14px;
}

.goal-card {
  font-size: 15px;
}

.card-1 { right: 17vw; top: 28vh; }
.card-2 { right: 6vw; top: 39vh; }
.card-3 { right: 18vw; bottom: 25vh; }
.card-4 { right: 6vw; bottom: 15vh; }

.scene-panel {
  position: absolute;
  z-index: 5;
  opacity: 0;
  transform: translateY(26px) scale(.97);
  pointer-events: none;
  will-change: opacity, transform;
}

.presence-rail {
  left: 0;
  right: 0;
  bottom: 5.5vh;
  height: min(27vh, 270px);
  overflow: hidden;
  transform: translateY(26px) scale(.97);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.presence-track {
  width: max-content;
  height: 100%;
  display: flex;
  gap: 16px;
  padding: 0 8px;
  animation: presenceDrift 64s linear infinite;
  will-change: transform;
}

.presence-card {
  position: relative;
  width: auto;
  height: 100%;
  aspect-ratio: 1672 / 941;
  flex: 0 0 auto;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255, 253, 248, .2);
  border-radius: 8px;
  background: rgba(14, 13, 20, .62);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18), 0 26px 60px rgba(0, 0, 0, .28);
}

.presence-card.portrait-card {
  aspect-ratio: 3 / 2;
}

.presence-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.presence-card picture {
  display: block;
  width: 100%;
  height: 100%;
}

.presence-card figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 44px;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, .015), rgba(255, 255, 255, .065));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
  backdrop-filter: blur(3px) saturate(112%);
  -webkit-backdrop-filter: blur(3px) saturate(112%);
  color: rgba(255, 255, 255, .98);
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  text-shadow: 0 1px 3px rgba(0, 0, 0, .88), 0 3px 12px rgba(0, 0, 0, .72);
}

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

.path-panel {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: auto;
}

.path-line { display: none; }

.path-node {
  position: absolute;
  top: var(--node-top);
  left: var(--node-left);
  width: min(190px, 18vw);
  padding: 13px 15px;
  border: 1px solid rgba(255, 253, 248, .24);
  border-radius: 16px;
  background: rgba(22, 17, 34, .42);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 52px rgba(0, 0, 0, .25);
  opacity: var(--node-amount, 0);
  transform: translate(-50%, calc((1 - var(--node-amount, 0)) * 20px)) scale(calc(.96 + var(--node-amount, 0) * .04));
}

.path-node::before { display: none; }

.path-node strong {
  display: block;
  margin-bottom: 4px;
  color: #fffdf8;
}

.path-node span {
  display: block;
  color: rgba(255, 253, 248, .9);
  font-size: 13px;
  line-height: 1.42;
}

.path-node.plan { --node-left: 14%; --node-top: 59%; }
.path-node.learn { --node-left: 34%; --node-top: 38%; }
.path-node.practice { --node-left: 77%; --node-top: 43%; }
.path-node.achieve { --node-left: 93%; --node-top: 24%; }

.hud {
  position: fixed;
  left: 50%;
  bottom: 26px;
  z-index: 20;
  display: grid;
  place-items: center;
  gap: 10px;
  width: min(280px, calc(100% - 44px));
  transform: translateX(-50%);
  color: rgba(255, 253, 248, .9);
  font-size: 13px;
  font-weight: 650;
  text-align: center;
  pointer-events: none;
}

.hud-loading,
.hud-ready {
  grid-area: 1 / 1;
  transition: opacity 360ms ease, transform 480ms cubic-bezier(.22, 1, .36, 1), filter 360ms ease;
}

.hud-loading {
  opacity: 0;
  transform: translateY(6px);
}

.hud.video-loading .hud-loading {
  opacity: 1;
  transform: translateY(0);
}

.hud.video-loading .hud-ready {
  opacity: 0;
  transform: translateY(7px);
  filter: blur(4px);
}

.hud:not(.video-loading) .hud-loading {
  opacity: 0;
  transform: translateY(-7px) scale(.94);
  filter: blur(4px);
}

.hud:not(.video-loading) .hud-ready {
  opacity: 1;
  transform: translateY(0);
  filter: none;
}

.hud-ready-surface {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .035)),
    rgba(13, 12, 16, .12);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .3),
    inset 0 -1px 0 rgba(255, 255, 255, .06),
    0 16px 38px rgba(0, 0, 0, .2);
  backdrop-filter: blur(18px) saturate(145%) brightness(1.04);
  -webkit-backdrop-filter: blur(18px) saturate(145%) brightness(1.04);
}

.hud-loading-surface {
  width: min(244px, calc(100vw - 48px));
  min-height: 42px;
  display: grid;
  grid-template-columns: 34px 1fr auto;
  align-items: center;
  gap: 11px;
  padding: 4px 2px;
  text-align: left;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, .28));
}

.hud-loading-wave {
  width: 32px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  color: rgba(255, 255, 255, .9);
}

.hud-loading-wave i {
  width: 3px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 0 10px rgba(255, 255, 255, .24);
  animation: hud-loading-wave 1.05s ease-in-out infinite;
  transform-origin: center;
}

.hud-loading-wave i:nth-child(1),
.hud-loading-wave i:nth-child(5) { height: 9px; }
.hud-loading-wave i:nth-child(2),
.hud-loading-wave i:nth-child(4) { height: 15px; }
.hud-loading-wave i:nth-child(3) {
  height: 21px;
  background: linear-gradient(180deg, #ffd9ed, #b8ebff);
}
.hud-loading-wave i:nth-child(2) { animation-delay: 90ms; }
.hud-loading-wave i:nth-child(3) { animation-delay: 180ms; }
.hud-loading-wave i:nth-child(4) { animation-delay: 270ms; }
.hud-loading-wave i:nth-child(5) { animation-delay: 360ms; }

@keyframes hud-loading-wave {
  0%, 100% { transform: scaleY(.52); opacity: .46; }
  50% { transform: scaleY(1); opacity: 1; }
}

.hud-loading-copy {
  display: grid;
  gap: 1px;
  min-width: 0;
}

.hud-loading-copy > span {
  color: rgba(255, 255, 255, .94);
  font-size: 11px;
  font-weight: 610;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.hud-loading-copy small {
  overflow: hidden;
  color: rgba(255, 255, 255, .48);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .04em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.hud-loading-count {
  display: flex;
  align-items: flex-start;
  min-width: 46px;
  justify-content: flex-end;
  color: #fff;
  text-shadow: 0 2px 14px rgba(0, 0, 0, .28);
  font-variant-numeric: tabular-nums;
}

.hud-loading-count strong {
  font-size: 18px;
  font-weight: 420;
  line-height: 1;
}

.hud-loading-count span {
  margin: 1px 0 0 2px;
  color: rgba(255, 255, 255, .56);
  font-size: 8px;
  font-weight: 600;
}

.hud-ready-surface {
  width: auto;
  height: auto;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  overflow: visible;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: rgba(255, 255, 255, .78);
  background: none;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  font-size: 10px;
  font-weight: 560;
  letter-spacing: .09em;
  text-transform: uppercase;
  text-shadow: 0 2px 9px rgba(0, 0, 0, .68);
}

.hud.at-end {
  pointer-events: auto;
  cursor: pointer;
}

.hud.in-progress .hud-ready {
  opacity: 0;
  transform: translateY(8px);
}

.hud.in-progress .scroll-dot {
  visibility: hidden;
  animation: none;
}

.hud.at-end .scroll-dot {
  transform: translateY(0);
  animation: none;
}

.scroll-dot {
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border: 0;
  color: rgba(255, 255, 255, .82);
  background: none;
  box-shadow: none;
  font-size: 15px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, .64);
  transform: translateY(0);
}

.hud.unlocking .hud-ready {
  animation: hud-ready-arrive 920ms cubic-bezier(.22, 1, .36, 1) both;
}

.hud.unlocking .scroll-dot {
  animation: unlock-nudge 920ms cubic-bezier(.22, 1, .36, 1) both;
}

@keyframes hud-ready-arrive {
  0% { opacity: 0; transform: translateY(10px); filter: blur(5px); }
  42% { opacity: 1; transform: translateY(0); filter: blur(0); }
  100% { opacity: 1; transform: translateY(0); filter: blur(0); }
}

@keyframes unlock-nudge {
  0% { transform: translateY(-5px); opacity: 0; }
  38% { transform: translateY(3px); opacity: 1; }
  62% { transform: translateY(-1px); opacity: 1; }
  100% { transform: translateY(0); opacity: 1; }
}

.progress {
  height: 3px;
  width: 218px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 253, 248, .18);
  transition: opacity 320ms ease, transform 420ms cubic-bezier(.22, 1, .36, 1);
}

.hud.video-loading .progress {
  opacity: 0;
  transform: scaleX(.84);
}

.progress span {
  display: block;
  width: calc(var(--progress, 0) * 100%);
  height: 100%;
  background: linear-gradient(90deg, var(--purple), var(--pink), var(--cyan));
}

.scroll-spacer {
  position: relative;
  z-index: 0;
  height: 660vh;
  pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
  .hud-loading,
  .hud-ready,
  .progress { transition-duration: 120ms; }
  .hud-loading-wave i { animation: none; }
  .hud.unlocking .hud-ready,
  .hud.unlocking .scroll-dot { animation: none; }
}

.contact-page {
  position: fixed;
  inset: 0;
  z-index: 50;
  min-height: 100vh;
  overflow: auto;
  opacity: 0;
  pointer-events: none;
  color: #fffdf8;
  background:
    radial-gradient(circle at 76% 22%, rgba(244, 123, 194, .18), transparent 30%),
    radial-gradient(circle at 22% 78%, rgba(125, 228, 255, .14), transparent 34%),
    linear-gradient(135deg, #0a0810, #171225 48%, #090912);
  transition: opacity 240ms ease;
}

body.contact-view .contact-page {
  opacity: 1;
  pointer-events: auto;
}

body.contact-view .hud {
  display: none;
}

.contact-page::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(3, 3, 5, .45), rgba(3, 3, 5, 0) 22%),
    radial-gradient(ellipse at 50% 120%, rgba(141, 69, 255, .14), transparent 48%);
}

.contact-content {
  position: relative;
  z-index: 2;
  width: min(1240px, calc(100% - 80px));
  min-height: 100%;
  margin: 0 auto;
  padding: 18vh 0 48px;
  text-align: left;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(300px, .82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: clamp(42px, 6vw, 88px);
  min-height: 56vh;
}

.contact-kicker {
  color: rgba(255, 253, 248, .68);
  font-size: 13px;
  font-weight: 780;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.contact-content h2 {
  margin: 16px 0 0;
  font-size: clamp(54px, 6.4vw, 86px);
  line-height: .96;
  letter-spacing: 0;
  white-space: nowrap;
}

.contact-email {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin: 24px 0 0;
  color: #fff;
  font-size: clamp(23px, 2.65vw, 38px);
  font-weight: 600;
  line-height: 1.12;
  text-decoration: none;
  overflow-wrap: anywhere;
  white-space: nowrap;
  text-shadow: 0 16px 46px rgba(141, 69, 255, .3);
  background: linear-gradient(100deg, #fff 0%, #ff8fd3 32%, #c69aff 58%, #78e8ff 88%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contact-lede {
  max-width: 410px;
  margin: 18px 0 0;
  color: rgba(255, 253, 248, .78);
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.5;
}

.team-summary {
  max-width: none;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 22px;
  padding: clamp(34px, 4.2vw, 56px);
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 255, 255, .16), transparent 38%),
    linear-gradient(145deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .045));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 24px 70px rgba(0, 0, 0, .13);
  backdrop-filter: blur(24px) saturate(150%);
  -webkit-backdrop-filter: blur(24px) saturate(150%);
}

.team-summary h3 {
  max-width: 18ch;
  margin: 14px 0 0;
  font-size: clamp(23px, 2.65vw, 38px);
  font-weight: 500;
  line-height: 1.1;
}

.team-summary p {
  max-width: 58ch;
  margin: 18px 0 0;
  color: rgba(255, 253, 248, .72);
  font-size: clamp(14px, 1.25vw, 17px);
  line-height: 1.58;
}

.team-summary p + p { margin-top: 14px; }

.mission-kicker {
  color: rgba(255, 253, 248, .58);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.contact-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 48px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 253, 248, .12);
  color: rgba(255, 253, 248, .54);
  font-size: 13px;
}

.legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.legal-links a {
  color: rgba(255, 253, 248, .66);
  text-decoration: none;
}

.legal-links a:hover { color: #fff; }

.legal-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.legal-copyright {
  font-size: 11px;
  color: rgba(255, 253, 248, .4);
}

.final-copy .legal-copyright { color: rgba(255, 253, 248, .78); }

.final-legal { margin-top: 24px; }

@media (min-width: 821px) and (max-width: 1100px) {
  .contact-content { width: calc(100% - 48px); }
  .contact-layout {
    grid-template-columns: minmax(270px, .78fr) minmax(0, 1.22fr);
    gap: 34px;
  }
  .contact-content h2 { font-size: clamp(50px, 6vw, 64px); }
  .contact-email { font-size: clamp(22px, 2.5vw, 28px); }
  .team-summary { padding: 32px; }
  .team-summary h3 { font-size: clamp(23px, 2.5vw, 28px); }
}

.fallback-link {
  display: inline-flex;
  margin-top: 24px;
  text-decoration: none;
}

.scroll-debug {
  position: fixed;
  left: 12px;
  bottom: 12px;
  z-index: 100;
  border: 1px solid rgba(125, 228, 255, .34);
  border-radius: 8px;
  padding: 8px 10px;
  color: #dffaff;
  font: 12px/1.45 ui-monospace, SFMono-Regular, Menlo, monospace;
  white-space: pre;
  background: rgba(6, 11, 20, .86);
  pointer-events: none;
}

.modal-layer {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 34%, rgba(141, 69, 255, .2), transparent 36%),
    rgba(6, 6, 10, .62);
  backdrop-filter: blur(18px);
  transition: opacity 220ms ease;
}

.modal-layer.open {
  opacity: 1;
  pointer-events: auto;
}

.modal {
  position: relative;
  width: min(560px, calc(100vw - 44px));
  border: 1px solid rgba(255, 253, 248, .18);
  border-radius: 24px;
  padding: 30px;
  color: #fffdf8;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, .13), rgba(255, 253, 248, .07)),
    rgba(18, 15, 26, .72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .18),
    0 34px 110px rgba(0, 0, 0, .48);
  transform: translateY(16px) scale(.97);
  transition: transform 220ms ease;
}

.modal-layer.open .modal {
  transform: translateY(0) scale(1);
}

.modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 253, 248, .18);
  border-radius: 999px;
  color: rgba(255, 253, 248, .86);
  background: rgba(255, 253, 248, .08);
  cursor: pointer;
}

.modal .eyebrow {
  margin-bottom: 10px;
}

.modal h3 {
  margin: 0;
  max-width: 420px;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.04;
  letter-spacing: 0;
}

.modal p {
  margin: 16px 0 0;
  color: rgba(255, 253, 248, .76);
  font-size: 15px;
  line-height: 1.62;
}

.team-points {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.team-points li {
  border: 1px solid rgba(255, 253, 248, .13);
  border-radius: 16px;
  padding: 13px 15px;
  color: rgba(255, 253, 248, .84);
  background: rgba(255, 253, 248, .07);
}

.contact-line {
  margin-top: 20px;
  color: rgba(255, 253, 248, .8);
}

.contact-line a {
  color: #fff;
  text-decoration: none;
}

.field {
  display: grid;
  gap: 7px;
}

.conditional-other[hidden] { display: none; }

.field span {
  color: rgba(255, 253, 248, .74);
  font-size: 13px;
  font-weight: 600;
}

.choice-field {
  min-width: 0;
  margin: 0;
  border: 0;
  padding: 0;
}

.choice-field legend {
  margin-bottom: 8px;
  color: rgba(255, 253, 248, .74);
  font-size: 13px;
  font-weight: 600;
}

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

.choice-grid.compact {
  grid-template-columns: repeat(auto-fit, minmax(104px, 1fr));
}

.choice-grid label {
  position: relative;
  min-width: 0;
  cursor: pointer;
}

.choice-grid input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.choice-grid label span {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 12px;
  padding: 9px 10px;
  color: rgba(255, 253, 248, .72);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  background: rgba(255, 255, 255, .06);
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.choice-grid label:hover span {
  border-color: rgba(255, 255, 255, .28);
  background: rgba(255, 255, 255, .1);
}

.choice-grid input:focus-visible + span {
  outline: 2px solid rgba(255, 255, 255, .9);
  outline-offset: 2px;
}

.choice-grid input:checked + span {
  border-color: rgba(255, 255, 255, .48);
  color: #fff;
  background: linear-gradient(135deg, rgba(255, 255, 255, .24), rgba(255, 255, 255, .1));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .32), 0 10px 28px rgba(0, 0, 0, .12);
}

.choice-grid input[aria-invalid="true"] + span {
  border-color: rgba(255, 142, 164, .7);
}

.field input,
.field textarea,
.field select {
  width: 100%;
  border: 1px solid rgba(255, 253, 248, .17);
  border-radius: 14px;
  padding: 13px 14px;
  color: #fffdf8;
  font: inherit;
  background: rgba(4, 4, 8, .28);
  outline: none;
}

.field select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(255, 255, 255, .72) 50%),
    linear-gradient(135deg, rgba(255, 255, 255, .72) 50%, transparent 50%);
  background-position: calc(100% - 18px) 53%, calc(100% - 13px) 53%;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}

.field select option { color: #17171c; }

.field textarea {
  min-height: 110px;
  resize: vertical;
}

.field input:focus,
.field textarea:focus,
.field select:focus {
  border-color: rgba(244, 123, 194, .62);
  box-shadow: 0 0 0 4px rgba(244, 123, 194, .12);
}

.modal-submit {
  border: 1px solid rgba(255, 253, 248, .18);
  border-radius: 999px;
  padding: 13px 20px;
  color: white;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  background: rgba(255, 253, 248, .12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .14), 0 18px 44px rgba(0, 0, 0, .2);
  backdrop-filter: blur(14px);
}

.modal-submit:hover { background: rgba(255, 253, 248, .18); }
.modal-submit:disabled { opacity: .78; cursor: wait; }

form.is-submitting .modal-submit[type="submit"] {
  position: relative;
  padding-right: 42px;
  opacity: .88;
  pointer-events: none;
}

form.is-submitting .modal-submit[type="submit"]::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  border: 2px solid rgba(255, 255, 255, .28);
  border-top-color: rgba(255, 255, 255, .92);
  border-radius: 50%;
  animation: formSubmitSpin 700ms linear infinite;
}

@keyframes formSubmitSpin {
  to { transform: rotate(360deg); }
}

.form-modal {
  width: min(680px, calc(100vw - 44px));
  max-height: min(860px, calc(100dvh - 48px));
  overflow-y: auto;
}

.form-progress {
  width: calc(100% - 54px);
  height: 3px;
  overflow: hidden;
  margin: 0 0 28px;
  border-radius: 999px;
  background: rgba(255, 253, 248, .12);
}

.form-progress span {
  display: block;
  width: 50%;
  height: 100%;
  border-radius: inherit;
  background: rgba(255, 255, 255, .82);
  transition: width 260ms ease;
}

.form-step { display: none; }
.form-step.active {
  display: block;
  animation: formStepIn 280ms ease both;
}

@keyframes formStepIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.field-wide { grid-column: 1 / -1; }

.field span small {
  color: rgba(255, 253, 248, .46);
  font: inherit;
  font-weight: 400;
}

.field [aria-invalid="true"] {
  border-color: rgba(255, 142, 164, .8);
  box-shadow: 0 0 0 4px rgba(255, 142, 164, .12);
}

.field-note,
.form-legal {
  margin-top: 13px !important;
  color: rgba(255, 253, 248, .56) !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  text-align: left !important;
}

.form-legal a { color: rgba(255, 255, 255, .84); }

.sms-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 14px;
  color: rgba(255, 253, 248, .66);
  font-size: 12.5px;
  line-height: 1.45;
  cursor: pointer;
}

.sms-consent input {
  flex: 0 0 auto;
  margin-top: 2px;
  accent-color: #8d45ff;
}

.form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 24px;
}

.form-actions.split { justify-content: space-between; }

.form-back {
  border: 0;
  padding: 12px 4px;
  color: rgba(255, 253, 248, .7);
  font: inherit;
  background: transparent;
  cursor: pointer;
}

.form-error {
  display: none;
  margin: 16px 0 0 !important;
  color: #ffc2cf !important;
  font-size: 13px !important;
}

.form-error.show { display: block; }

.form-modal form:has(.form-result.active) {
  display: grid;
  place-items: center;
  align-content: center;
}

.form-result {
  padding: 38px 0 12px;
  text-align: center;
}

.form-step.form-result.active {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex: 1 0 auto;
  min-height: min(68dvh, 520px);
  padding: 24px 12px;
  box-sizing: border-box;
}

.form-modal .form-result h3 {
  width: min(100%, 340px);
  max-width: min(100%, 340px);
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(21px, 5.4vw, 30px);
  line-height: 1.22;
  text-wrap: balance;
}

.form-modal .form-result h3 br {
  display: none;
}

#supportForm .form-result h3 .result-title-line {
  display: block;
}

@media (min-width: 821px) {
  #supportForm .form-result h3 .result-title-line {
    display: inline;
  }

  #supportForm .form-result h3 .result-title-line:first-child::after {
    content: " — ";
  }
}

#waitlistForm .form-result h3 {
  white-space: nowrap;
}

#waitlistForm .form-result p {
  max-width: 100%;
  white-space: nowrap;
  font-size: 13px;
}

.form-result p {
  max-width: 34ch;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.45;
}

.form-result .modal-submit { margin-top: 26px; }

.result-mark {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin: 0 auto 22px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 50%;
  color: #19171f;
  font-size: 24px;
  background: rgba(255, 255, 255, .9);
}

.form-trap {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

/* Lightweight liquid-glass form sheet */
.modal-layer {
  place-items: center;
  padding: 16px;
  background: rgba(6, 6, 10, .12);
  backdrop-filter: none;
}

.modal,
.form-modal {
  width: calc(100vw - 32px);
  height: calc(100dvh - 32px);
  max-height: none;
  overflow-y: auto;
  border: 1px solid rgba(255, 255, 255, .64);
  border-radius: 30px;
  padding: 0;
  color: #fff;
  background:
    radial-gradient(circle at 16% -5%, rgba(255, 255, 255, .2), transparent 38%),
    radial-gradient(circle at 84% 108%, rgba(125, 228, 255, .12), transparent 34%),
    linear-gradient(145deg, rgba(23, 18, 34, .52), rgba(9, 9, 17, .36));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .92),
    inset 0 -1px 0 rgba(255, 255, 255, .28),
    0 18px 54px rgba(0, 0, 0, .12);
  backdrop-filter: blur(38px) saturate(165%) brightness(1.04);
  -webkit-backdrop-filter: blur(38px) saturate(165%) brightness(1.04);
  transform: translateY(72px) scale(.992);
  transition: transform 460ms cubic-bezier(.2, .82, .2, 1);
}

.modal-layer.open .modal { transform: translateY(0) scale(1); }

.form-modal form {
  width: min(720px, calc(100% - 64px));
  min-height: 100%;
  margin: 0 auto;
  padding: clamp(72px, 9vh, 104px) 0 56px;
}

.modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 4;
  width: 40px;
  height: 40px;
  border-color: rgba(255, 255, 255, .62);
  color: rgba(255, 255, 255, .88);
  font-size: 22px;
  background: rgba(255, 255, 255, .3);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .78);
  backdrop-filter: blur(18px) saturate(150%);
}

.modal .eyebrow {
  color: rgba(255, 255, 255, .62);
  font-weight: 600;
}

.modal h3 {
  max-width: 620px;
  color: #fff;
  font-size: clamp(38px, 4.4vw, 58px);
  font-weight: 500;
  line-height: 1.02;
  background: linear-gradient(100deg, #fff 0%, #ff8fd3 30%, #c69aff 56%, #78e8ff 82%, #fff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 8px 22px rgba(186, 100, 255, .16));
}

.modal p { color: rgba(255, 255, 255, .7); }

.form-progress { background: rgba(255, 255, 255, .13); }
.form-progress span { background: rgba(255, 255, 255, .78); }

.field span,
.choice-field legend {
  color: rgba(255, 255, 255, .76);
  font-weight: 600;
}

.field input,
.field textarea,
.field select {
  border-color: rgba(255, 255, 255, .24);
  color: #fff;
  background: rgba(255, 255, 255, .09);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .16), 0 1px 2px rgba(0, 0, 0, .04);
  backdrop-filter: blur(12px);
}

.field input::placeholder,
.field textarea::placeholder { color: rgba(255, 255, 255, .4); }

.field input:focus,
.field textarea:focus,
.field select:focus {
  border-color: rgba(255, 255, 255, .56);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .09);
}

.choice-grid label span {
  border-color: rgba(255, 255, 255, .22);
  color: rgba(255, 255, 255, .78);
  background: rgba(255, 255, 255, .075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .14), 0 1px 2px rgba(0, 0, 0, .04);
  backdrop-filter: blur(12px);
}

.choice-grid label:hover span {
  border-color: rgba(255, 255, 255, .44);
  background: rgba(255, 255, 255, .14);
}

.choice-grid input:focus-visible + span { outline-color: #fff; }

.choice-grid input:checked + span {
  border-color: rgba(255, 255, 255, .6);
  color: #fff;
  background: linear-gradient(135deg, rgba(244, 123, 194, .3), rgba(125, 228, 255, .2));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .28), 0 7px 18px rgba(0, 0, 0, .1);
}

.field-note,
.form-legal { color: rgba(255, 255, 255, .52) !important; }
.form-legal a { color: rgba(255, 255, 255, .86); }
.form-back { color: rgba(255, 255, 255, .66); }
.form-error { color: #b4233c !important; }

.modal-submit {
  border-color: rgba(255, 255, 255, .42);
  color: #fff;
  background: rgba(255, 255, 255, .16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .28), 0 8px 22px rgba(0, 0, 0, .1);
  backdrop-filter: blur(12px);
}

.modal-submit:hover { background: rgba(255, 255, 255, .24); }
.result-mark { color: #17131d; background: rgba(255, 255, 255, .88); }

.field-hint {
  display: block;
  margin-top: -1px;
  color: rgba(255, 255, 255, .5);
  font-size: 11px;
  font-style: normal;
  line-height: 1.4;
}

@media (max-width: 820px) {
  body.video-loading { height: 100dvh; }
  .hud {
    bottom: calc(8px + env(safe-area-inset-bottom));
  }
  .desktop-nav { display: none; }
  .menu-toggle {
    display: block;
    border-color: rgba(255, 255, 255, .48);
    background: linear-gradient(135deg, rgba(255, 255, 255, .14), rgba(255, 255, 255, .035));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .52), 0 9px 24px rgba(0, 0, 0, .1);
    backdrop-filter: blur(9px) saturate(150%);
    -webkit-backdrop-filter: blur(9px) saturate(150%);
  }
  .mobile-menu {
    border-color: rgba(255, 255, 255, .4);
    border-radius: 20px;
    background:
      radial-gradient(circle at 18% 0%, rgba(255, 255, 255, .2), transparent 42%),
      linear-gradient(145deg, rgba(25, 19, 36, .68), rgba(8, 8, 15, .5));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .42), 0 18px 48px rgba(0, 0, 0, .18);
    backdrop-filter: blur(24px) saturate(155%);
    -webkit-backdrop-filter: blur(24px) saturate(155%);
  }
  .topbar {
    padding: calc(12px + env(safe-area-inset-top)) 16px 12px;
    align-items: center;
  }
  .brand { font-size: 19px; }
  .atula-logo-wordmark { height: 22px; }
  .atula-mark { width: 32px; height: 32px; }
  .waitlist { padding: 10px 15px; font-size: 12px; }
  .stage { height: 100dvh; min-height: 100svh; }
  .stage::after {
    height: 138px;
    background: linear-gradient(180deg, rgba(3, 3, 5, .3) 0%, rgba(3, 3, 5, .13) 48%, rgba(3, 3, 5, 0) 100%);
    backdrop-filter: blur(2px);
  }
  .topbar::before {
    height: 108px;
    background: linear-gradient(180deg, rgba(3, 3, 5, .2), rgba(3, 3, 5, 0));
    backdrop-filter: blur(2px);
  }
  .hero-video {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    object-position: 53% center;
    transform: scale(1.012);
  }

  body.portrait-video .hero-video {
    object-position: center center;
    transform: none;
  }

  .copy.hero-copy,
  .copy.left-copy,
  .copy.right-copy,
  .copy.bottom-copy,
  .copy.method-copy,
  .copy.final-copy {
    left: 20px;
    right: 20px;
    top: auto;
    bottom: auto;
    max-width: none;
    text-align: left;
    transform: translateY(18px);
  }
  .copy.bottom-copy.active,
  .copy.method-copy.active,
  .copy.final-copy.active { transform: translateY(0); }
  .copy h1,
  .copy h2 { font-size: clamp(36px, 11vw, 52px); }
  .copy.hero-copy {
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    padding-top: calc(20vh + env(safe-area-inset-top));
    padding-bottom: calc(8vh + env(safe-area-inset-bottom));
  }
  .copy.hero-copy::before {
    inset: -20px -20px auto;
    height: 45vh;
    border-radius: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .32), rgba(0, 0, 0, .12) 58%, transparent);
    filter: blur(10px);
  }
  .copy.hero-copy h1 { font-size: clamp(38px, 11vw, 52px); }
  .hero-title { max-width: 290px; margin-top: 8px; font-size: clamp(19px, 5.4vw, 25px); }
  .hero-support { max-width: 310px; margin-top: 12px !important; font-size: 14px !important; line-height: 1.42 !important; }
  .hero-actions {
    align-items: flex-start;
    margin-top: 22px;
  }
  .copy.hero-copy .hero-actions {
    align-self: center;
    margin-top: auto;
  }
  .hero-button { min-width: 160px; padding: 13px 20px; }

  .copy.growth-copy { top: auto; bottom: calc(11vh + env(safe-area-inset-bottom)); }
  .copy.growth-copy .eyebrow { max-width: 310px; font-size: 18px; margin-bottom: 8px; }
  .copy.growth-copy h2 { font-size: clamp(32px, 9vw, 43px); }
  .copy.growth-copy p { max-width: 310px; margin-top: 12px; font-size: 13px; line-height: 1.42; }
  .typewriter-word { min-width: 0; max-width: calc(100vw - 40px); white-space: normal; }
  .feature-card { display: none; }

  .scene-panel { left: 16px; right: 16px; }
  .copy.presence-copy {
    left: 20px;
    right: 20px;
    top: 0;
    bottom: 0;
    width: auto;
    text-align: center;
    transform: translateY(18px);
  }
  .copy.presence-copy.active { transform: translateY(0); }
  .copy.presence-copy h2 {
    position: absolute;
    top: auto;
    bottom: calc(29.5vh + env(safe-area-inset-bottom));
    left: 50%;
    transform: translateX(-50%);
    max-width: none;
    font-size: clamp(27px, 7.4vw, 38px);
    white-space: nowrap;
  }
  .copy.presence-copy p {
    position: absolute;
    left: 50%;
    bottom: calc(25.5vh + env(safe-area-inset-bottom));
    transform: translateX(-50%);
    margin: 0;
    max-width: none;
    width: max-content;
    font-size: clamp(17px, 4.8vw, 21px);
    line-height: 1.05;
    white-space: nowrap;
  }
  .mobile-presence-apps { display: none; }
  .presence-rail {
    display: block;
    left: 0;
    right: 0;
    bottom: calc(5.5vh + env(safe-area-inset-bottom));
    height: min(17vh, 150px);
    mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
  }
  .presence-track { gap: 10px; animation-duration: 52s; }
  .presence-card { border-radius: 7px; }
  .presence-card figcaption { min-height: 32px; font-size: 11px; }

  .copy.method-copy {
    left: 20px;
    right: 20px;
    top: auto;
    bottom: calc(12vh + env(safe-area-inset-bottom));
    width: auto;
    text-align: left;
    transform: translateY(18px);
  }
  .copy.method-copy.active { transform: translateY(0); }
  .copy.method-copy .eyebrow { font-size: 12px; }
  .copy.method-copy h2 { max-width: 330px; font-size: clamp(31px, 9vw, 43px); }
  .copy.method-copy p { display: block; max-width: 330px; margin-top: 12px; font-size: 13px; line-height: 1.42; }
  .path-panel { display: none; }

  .hud:not(.video-loading) {
    display: none;
  }

  .copy.final-copy {
    left: 20px;
    right: 20px;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    padding: calc(14vh + env(safe-area-inset-top)) 0 calc(12px + env(safe-area-inset-bottom));
    box-sizing: border-box;
  }
  .copy.final-copy .eyebrow { position: static; }
  .copy.final-copy h2 { position: static; max-width: 320px; margin: 0; }
  .copy.final-copy > p { position: static; max-width: 310px; margin: 12px 0 0; font-size: 13px; }
  .copy.final-copy .hero-actions {
    position: static;
    align-self: center;
    margin: auto 0 0;
    transform: none;
  }
  .copy.final-copy .final-legal {
    position: static;
    gap: 12px;
    margin: 28px 0 0;
    font-size: 11px;
  }
  .copy.final-copy .legal-copyright {
    position: static;
    margin: 10px 0 0;
    max-width: 100%;
    font-size: 10px;
    line-height: 1.45;
  }

  .contact-content {
    width: min(100% - 36px, 680px);
    padding: calc(120px + env(safe-area-inset-top)) 0 calc(36px + env(safe-area-inset-bottom));
    text-align: center;
  }
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 7vh;
    min-height: 0;
  }
  .contact-content h2 { font-size: clamp(46px, 15vw, 68px); }
  .contact-content h2 { margin-left: auto; margin-right: auto; }
  .contact-email { font-size: clamp(22px, 7.2vw, 34px); white-space: normal; }
  .contact-email { margin-left: auto; margin-right: auto; }
  .contact-lede { max-width: 330px; margin-left: auto; margin-right: auto; font-size: 16px; }
  .team-summary { margin: 0; padding: 30px 24px; text-align: left; }
  .team-summary h3 { font-size: 28px; }
  .team-summary p { font-size: 15px; }
  .contact-footer { align-items: flex-start; flex-direction: column; margin-top: 52px; }

  .modal-layer {
    place-items: center;
    padding: 8px;
  }
  .modal {
    width: 100%;
    height: calc(100dvh - 16px);
    max-height: calc(100dvh - 16px);
    border: 1px solid rgba(255, 255, 255, .68);
    border-radius: 28px;
    padding: 0;
    overflow-y: auto;
  }
  .form-modal form {
    width: calc(100% - 36px);
    min-height: 100%;
    padding: 72px 0 calc(28px + env(safe-area-inset-bottom));
  }
  .modal-close {
    top: 14px;
    right: 14px;
  }
  .field-grid { grid-template-columns: 1fr; }
  .field-wide { grid-column: auto; }
  .choice-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .choice-grid.compact { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .form-progress { margin-bottom: 24px; }
  .modal h3 { max-width: 320px; font-size: clamp(30px, 9vw, 40px); }
  .modal p { font-size: 14px; }

  .form-modal form:has(.form-result.active) {
    min-height: calc(100dvh - 16px);
    height: calc(100dvh - 16px);
    box-sizing: border-box;
    padding: calc(56px + env(safe-area-inset-top)) 0 calc(28px + env(safe-area-inset-bottom));
  }
  .form-step.form-result.active {
    min-height: 0;
    padding: 12px 8px;
  }
  .form-modal .form-result h3 {
    width: min(100%, 320px);
    max-width: min(100%, 320px);
    font-size: clamp(20px, 5.2vw, 28px);
    line-height: 1.22;
  }
  .form-result p {
    max-width: 28ch;
    font-size: 14px;
  }
  #waitlistForm .form-result p {
    max-width: 100%;
    white-space: nowrap;
    font-size: clamp(12px, 3.4vw, 14px);
  }
}

body.portrait-video .stage *,
body.portrait-video .stage *::before,
body.portrait-video .stage *::after,
body.portrait-video .topbar::before,
body.portrait-video .topbar .waitlist,
body.portrait-video .topbar .menu-toggle {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

body.android-mode {
  height: 100dvh;
  overflow: hidden;
  overscroll-behavior: none;
}

body.android-mode .stage {
  touch-action: none;
}

body.android-mode .hero-video {
  display: block;
  opacity: 1;
  transition: opacity 620ms cubic-bezier(.22, 1, .36, 1);
}

.android-intro-trigger,
.android-back-top {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 0;
  min-height: 40px;
  padding: 10px 18px;
  color: rgba(255, 255, 255, .82);
  background: none;
  font: inherit;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .02em;
  text-shadow: 0 2px 10px rgba(0, 0, 0, .62);
  cursor: pointer;
}

.android-intro-trigger span,
.android-back-top span {
  font-size: 10px;
  opacity: .72;
}

body.android-mode .android-intro-trigger {
  display: inline-flex;
  position: relative;
  z-index: 46;
  align-self: center;
  margin-top: 0;
}

body.android-mode .hero-cta-stack {
  position: relative;
  z-index: 45;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: center;
  gap: 10px;
  margin-top: auto;
  pointer-events: auto;
}

body.android-mode .hero-cta-stack .hero-actions {
  position: relative;
  z-index: 1;
  align-self: auto;
  flex: 0 0 auto;
  width: max-content;
  height: auto;
  margin: 0;
}

body.android-mode .hero-cta-stack .hero-button {
  position: relative;
  inset: auto;
  display: inline-flex;
}

body.android-mode .hero-cta-stack .android-intro-trigger {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
}

body.android-mode.video-loading .android-intro-trigger {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

body.android-mode.android-intro-loading .android-intro-trigger,
body.android-mode.android-intro-playing .android-intro-trigger,
body.android-mode.android-intro-complete .android-intro-trigger {
  opacity: 0;
  pointer-events: none;
}

body.android-mode.android-intro-complete .android-back-top {
  display: inline-flex;
  margin-top: 7px;
}

body.android-mode.android-intro-loading .copy-layer,
body.android-mode.android-intro-playing .copy-layer {
  pointer-events: none;
}

body.android-mode .hud:not(.video-loading) {
  display: none;
}

body.android-mode.android-intro-resetting .copy {
  transition: opacity 780ms cubic-bezier(.22, 1, .36, 1), transform 780ms cubic-bezier(.22, 1, .36, 1);
}

body.android-mode.android-intro-resetting .hero-video {
  opacity: 0;
}

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