:root {
  --bg: #010201;
  --panel: #060706;
  --panel-soft: #0b0c0a;
  --text: #f6f5ef;
  --muted: #8a8a84;
  --faint: #4f514b;
  --line: rgba(255, 255, 255, 0.09);
  --line-soft: rgba(255, 255, 255, 0.055);
  --lime: #c9ff4c;
  --lime-soft: rgba(201, 255, 76, 0.18);
  --mx: 50%;
  --my: 35%;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

section,
footer {
  scroll-margin-top: 28px;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle 360px at var(--mx) var(--my), rgba(97, 255, 101, 0.07), transparent 68%),
    linear-gradient(180deg, #000 0%, var(--bg) 34%, #000 100%);
  color: var(--text);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

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

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

button {
  color: inherit;
}

button:focus-visible,
a:focus-visible,
input:focus-visible {
  outline: 2px solid rgba(201, 255, 76, 0.78);
  outline-offset: 4px;
}

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

.page-shell {
  position: relative;
  width: min(100%, 1480px);
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden;
}

.aurora-ring {
  position: absolute;
  z-index: 0;
  top: -190px;
  left: 50%;
  width: 720px;
  height: 280px;
  transform: translateX(-50%);
  pointer-events: none;
  opacity: 0.28;
  filter: blur(1px) saturate(1.08);
}

.aurora-ring::before,
.aurora-ring::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 920px 920px 0 0;
}

.aurora-ring::before {
  background:
    repeating-radial-gradient(ellipse at 50% 100%,
      transparent 0 58px,
      rgba(202, 255, 76, 0.11) 60px 72px,
      rgba(62, 255, 114, 0.16) 74px 86px,
      rgba(255, 187, 56, 0.11) 90px 104px,
      rgba(67, 101, 255, 0.09) 108px 120px,
      transparent 124px 146px),
    radial-gradient(ellipse at 50% 100%, rgba(210, 255, 90, 0.44), transparent 59%);
  mask-image: linear-gradient(to bottom, transparent 0%, #000 24%, #000 50%, transparent 72%);
}

.aurora-ring::after {
  background-image:
    linear-gradient(86deg, transparent 0 10%, rgba(0, 0, 0, 0.56) 13% 15%, transparent 18% 100%),
    linear-gradient(97deg, transparent 0 42%, rgba(0, 0, 0, 0.34) 45% 47%, transparent 50% 100%);
  mix-blend-mode: multiply;
}

.site-header {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  height: 112px;
  margin: 8px 64px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.025);
  border-bottom: 1px solid rgba(255, 255, 255, 0.055);
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  color: var(--text);
  font-weight: 800;
  font-size: 28px;
  line-height: 1;
  text-transform: lowercase;
}

.logo span {
  display: block;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 42px;
  color: #8f918a;
  font-size: 13px;
}

.nav-links a {
  transition: color 180ms ease;
}

.nav-links a:hover {
  color: var(--text);
}

.pill-button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: var(--lime);
  color: #091004;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
  cursor: pointer;
  box-shadow: 0 0 0 1px rgba(201, 255, 76, 0.22), 0 16px 38px rgba(164, 255, 64, 0.12);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.pill-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 0 1px rgba(201, 255, 76, 0.3), 0 20px 48px rgba(164, 255, 64, 0.19);
}

.header-button {
  justify-self: end;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 12px;
}

.hero {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  align-items: start;
  gap: 80px;
  min-height: 620px;
  padding: 106px 130px 78px;
}

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

.hero h1,
.details h2,
.access-panel h2 {
  margin: 0;
  color: var(--text);
  font-weight: 200;
  line-height: 0.96;
}

.hero h1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 70px;
}

.hero strong,
.details strong,
.access-panel strong {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 800;
}

.hero-word-line {
  display: block;
  min-height: 0.98em;
}

.rotating-word {
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  transition: opacity 220ms ease, transform 220ms ease, filter 220ms ease;
}

.rotating-word.is-switching {
  opacity: 0;
  transform: translateY(0.12em);
  filter: blur(6px);
}

.hero-copy > p {
  width: min(100%, 430px);
  margin: 24px 0 22px;
  color: var(--muted);
  font-size: 15px;
}

.waitlist-block {
  width: min(100%, 510px);
}

.waitlist-form {
  display: flex;
  width: min(100%, 430px);
  height: 52px;
  align-items: center;
  padding: 5px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.025);
}

.waitlist-form:focus-within {
  border-color: rgba(201, 255, 76, 0.42);
  box-shadow: 0 0 0 4px rgba(201, 255, 76, 0.07);
}

.waitlist-form input {
  min-width: 0;
  flex: 1;
  height: 100%;
  padding: 0 22px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--text);
  font-size: 13px;
}

.waitlist-form input::placeholder {
  color: #686a64;
}

.waitlist-form .pill-button {
  height: 42px;
  min-height: 42px;
}

.waitlist-form .pill-button:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.form-status {
  min-height: 18px;
  margin: 10px 0 0;
  color: var(--lime);
  font-size: 12px;
}

.fomo-stream {
  position: relative;
  width: min(100%, 430px);
  min-height: 92px;
  margin-top: 6px;
  overflow: visible;
  pointer-events: none;
}

.fomo-bubble {
  position: absolute;
  top: 10px;
  left: 0;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
  width: min(100%, 360px);
  padding: 11px 14px 11px 11px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(12, 14, 12, 0.82);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.38), 0 0 34px rgba(144, 255, 88, 0.08);
  opacity: 0;
  transform: translate3d(var(--bubble-x, 0), 14px, 0) scale(0.98);
  transition: opacity 280ms ease, transform 280ms ease;
  backdrop-filter: blur(16px);
}

.fomo-bubble.is-visible {
  opacity: 1;
  transform: translate3d(var(--bubble-x, 0), 0, 0) scale(1);
}

.fomo-bubble.is-leaving {
  opacity: 0;
  transform: translate3d(calc(var(--bubble-x, 0) + var(--bubble-drift, 0)), -16px, 0) scale(0.98);
}

.fomo-bubble + .fomo-bubble {
  top: 34px;
}

.fomo-bubble + .fomo-bubble + .fomo-bubble {
  top: 58px;
}

.fomo-bubble img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
}

.fomo-copy {
  min-width: 0;
}

.fomo-copy b {
  display: block;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fomo-copy span {
  display: block;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.42);
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mini-social {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
}

.mini-social strong {
  color: var(--text);
  font-family: inherit;
  font-style: normal;
  font-weight: 800;
}

.mini-avatars {
  display: flex;
  min-width: 98px;
}

.mini-avatars img {
  width: 34px;
  height: 34px;
  border: 2px solid #070907;
  border-radius: 50%;
  background: #131713;
  object-fit: cover;
}

.mini-avatars img + img {
  margin-left: -10px;
}

.phone-stage {
  position: relative;
  display: grid;
  min-height: 620px;
  place-items: center;
}

.phone-glow {
  position: absolute;
  width: 430px;
  height: 560px;
  border-radius: 42%;
  background:
    radial-gradient(circle at 50% 78%, rgba(126, 255, 176, 0.28), transparent 30%),
    radial-gradient(circle at 30% 86%, rgba(248, 182, 69, 0.22), transparent 24%),
    radial-gradient(circle at 76% 86%, rgba(201, 55, 255, 0.18), transparent 24%),
    radial-gradient(circle at 50% 50%, rgba(56, 255, 105, 0.12), transparent 54%);
  filter: blur(36px);
  opacity: 0.9;
}

.phone-shell {
  position: relative;
  width: 346px;
  height: 688px;
  padding: 11px;
  border-radius: 48px;
  background: linear-gradient(160deg, #151914, #020302 43%, #141816);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.14),
    0 44px 90px rgba(0, 0, 0, 0.7);
}

.phone-screen {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 40px;
  background:
    radial-gradient(circle at 17% 92%, rgba(242, 187, 72, 0.86), transparent 15%),
    radial-gradient(circle at 38% 93%, rgba(97, 255, 131, 0.9), transparent 18%),
    radial-gradient(circle at 82% 93%, rgba(214, 32, 228, 0.75), transparent 17%),
    linear-gradient(180deg, #010101 0%, #070807 72%, #030403 100%);
}

.phone-screen-art {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.phone-status {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  padding: 25px 30px 0;
  color: var(--text);
  font-size: 12px;
  font-weight: 700;
}

.status-icons {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.status-icons i {
  display: block;
  width: 11px;
  height: 7px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.86);
}

.status-icons i:nth-child(2) {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.86);
}

.status-icons i:nth-child(3) {
  width: 18px;
  height: 8px;
}

.orbit {
  position: absolute;
  left: 50%;
  top: 244px;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 50%;
}

.orbit-one {
  width: 150px;
  height: 150px;
}

.orbit-two {
  width: 265px;
  height: 265px;
}

.orbit-three {
  width: 385px;
  height: 385px;
}

.character {
  position: absolute;
  z-index: 4;
  width: 52px;
  height: 52px;
  border: 2px solid rgba(255, 255, 255, 0.56);
  border-radius: 13px;
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.36);
}

.char-one {
  top: 78px;
  left: 143px;
}

.char-two {
  top: 198px;
  left: 41px;
}

.char-three {
  top: 199px;
  right: 82px;
}

.char-four {
  top: 315px;
  right: 28px;
}

.app-logo {
  position: absolute;
  z-index: 4;
  top: 260px;
  left: 50%;
  display: inline-flex;
  gap: 8px;
  transform: translateX(-50%);
  color: #fff;
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
  text-transform: lowercase;
}

.auth-panel {
  position: absolute;
  z-index: 6;
  right: 28px;
  bottom: 52px;
  left: 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.auth-panel h2 {
  position: relative;
  width: 100%;
  min-height: 72px;
  margin: 0 0 2px;
  padding: 12px 18px;
  background: rgba(19, 20, 18, 0.86);
  color: var(--text);
  font-size: 23px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

.auth-panel h2::before,
.auth-panel h2::after {
  content: "";
  position: absolute;
  top: 0;
  width: 44px;
  height: 100%;
  background: rgba(19, 20, 18, 0.86);
}

.auth-panel h2::before {
  left: -44px;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.auth-panel h2::after {
  right: -44px;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.auth-panel button {
  display: grid;
  grid-template-columns: 22px 1fr 16px;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border: 0;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  cursor: pointer;
}

.apple-mark {
  width: 13px;
  height: 16px;
  justify-self: center;
  border-radius: 48% 48% 54% 54%;
  background: #fff;
}

.google-mark {
  justify-self: center;
  color: #fff;
  font-weight: 800;
}

.auth-panel p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
  font-weight: 700;
  text-align: center;
}

.ticker {
  position: relative;
  z-index: 1;
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
  color: rgba(255, 255, 255, 0.2);
  overflow: hidden;
}

.ticker-track {
  display: flex;
  width: max-content;
  min-width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 62px;
  min-height: 82px;
  padding: 0 110px;
  font-size: 23px;
  white-space: nowrap;
  animation: drift 18s linear infinite alternate;
}

.ticker-track b {
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 14px rgba(201, 255, 76, 0.7);
}

.ticker-track em {
  color: rgba(255, 255, 255, 0.38);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 800;
}

@keyframes drift {
  from {
    transform: translateX(-32px);
  }

  to {
    transform: translateX(24px);
  }
}

.details {
  position: relative;
  z-index: 1;
  padding: 118px 130px 94px;
}

.details h2 {
  width: min(100%, 560px);
  margin-bottom: 84px;
  font-size: 52px;
  line-height: 1.05;
}

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

.feature-row {
  border-bottom: 1px solid var(--line);
}

.feature-row h3 {
  margin: 0;
}

.feature-trigger {
  display: grid;
  width: 100%;
  grid-template-columns: 52px 48px minmax(220px, 1fr) 44px;
  gap: 32px;
  align-items: center;
  min-height: 136px;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
}

.feature-index {
  color: rgba(255, 255, 255, 0.25);
  font-size: 13px;
  font-weight: 700;
}

.feature-arrow {
  color: rgba(255, 255, 255, 0.28);
  font-size: 20px;
  transform: rotate(45deg);
}

.feature-title {
  color: rgba(255, 255, 255, 0.82);
  font-size: 27px;
  font-weight: 300;
}

.feature-plus {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.52);
  font-size: 22px;
  transition: transform 180ms ease, border-color 180ms ease, color 180ms ease;
}

.feature-trigger:hover .feature-title,
.feature-trigger[aria-expanded="true"] .feature-title {
  color: var(--text);
}

.feature-trigger:hover .feature-plus,
.feature-trigger[aria-expanded="true"] .feature-plus {
  border-color: rgba(201, 255, 76, 0.36);
  color: var(--lime);
}

.feature-trigger[aria-expanded="true"] .feature-plus {
  transform: rotate(45deg);
}

.feature-panel {
  width: min(100%, 490px);
  margin: -18px 0 38px 132px;
  color: var(--muted);
  font-size: 14px;
}

.access-panel {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: calc(100% - 260px);
  min-height: 430px;
  margin: 0 auto 136px;
  padding: 78px 30px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 34px;
  background:
    linear-gradient(90deg, transparent, rgba(92, 255, 98, 0.06), transparent),
    rgba(255, 255, 255, 0.01);
  text-align: center;
}

.panel-glow {
  position: absolute;
  top: -120px;
  left: 50%;
  width: 420px;
  height: 320px;
  transform: translateX(-50%);
  background: radial-gradient(ellipse, rgba(201, 255, 76, 0.14), transparent 63%);
  filter: blur(28px);
}

.eyebrow {
  position: relative;
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.36);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.access-panel h2 {
  position: relative;
  font-size: 74px;
}

.access-panel > p:not(.eyebrow) {
  position: relative;
  width: min(100%, 470px);
  margin: 28px auto 28px;
  color: var(--muted);
  font-size: 14px;
}

.cta-actions {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 28px;
}

.text-link {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 800;
}

.access-panel small {
  position: relative;
  margin-top: 31px;
  color: rgba(255, 255, 255, 0.27);
  font-size: 11px;
}

.access-panel small a {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: underline;
  text-decoration-color: rgba(201, 255, 76, 0.38);
  text-underline-offset: 3px;
}

.characters-slider {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 128px), 1240px);
  margin: 78px auto 86px;
}

.characters-slider + .details {
  padding-top: 0;
}

.characters-panel {
  position: relative;
  --character-accent: #a8ff00;
  --character-glow: rgba(168, 255, 0, 0.18);
  min-height: 700px;
  padding: 70px 72px 54px;
  overflow: visible;
  border: 1px solid var(--line);
  border-radius: 34px;
  background:
    radial-gradient(circle at 48% 16%, var(--character-glow), transparent 34%),
    radial-gradient(circle at 43% 62%, color-mix(in srgb, var(--character-accent) 8%, transparent), transparent 33%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025), transparent 22%, transparent 78%, rgba(255, 255, 255, 0.02)),
    linear-gradient(90deg, transparent, rgba(92, 255, 98, 0.045), transparent),
    rgba(255, 255, 255, 0.01);
  color: var(--text);
  isolation: isolate;
  transition: background 320ms ease;
}

.characters-panel::before {
  content: "";
  position: absolute;
  top: -140px;
  left: 50%;
  z-index: 0;
  width: 560px;
  height: 380px;
  transform: translateX(-50%);
  background: radial-gradient(ellipse, var(--character-glow), transparent 63%);
  filter: blur(28px);
  transition: background 320ms ease;
}

.characters-bg-word {
  position: absolute;
  z-index: 1;
  left: 57%;
  bottom: 98px;
  color: rgba(255, 255, 255, 0.022);
  font-size: clamp(220px, 26vw, 430px);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.characters-stripe {
  display: none;
}

.characters-index {
  position: absolute;
  top: 78px;
  left: 50%;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.36);
  text-transform: uppercase;
  transform: translateX(-50%);
}

.characters-index p {
  margin: 0;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}

.characters-index p::after {
  content: " -";
}

.characters-index strong {
  display: block;
  margin-top: 0;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}

.character-media {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: min(52vw, 640px);
  height: 100%;
  margin: 0;
  pointer-events: none;
}

.character-image-halo {
  position: absolute;
  left: 35%;
  bottom: 8%;
  width: 470px;
  height: 420px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 48% 38%, rgba(201, 255, 76, 0.16), transparent 34%),
    radial-gradient(circle at 48% 65%, rgba(92, 255, 98, 0.09), transparent 52%);
  filter: blur(28px);
  opacity: 0.9;
  transform: translateX(-50%);
}

.character-image {
  position: absolute;
  --character-art-scale: 1;
  --character-shift-x: 0px;
  --character-shift-y: 0px;
  display: block;
  left: var(--character-art-left, -80px);
  bottom: var(--character-art-bottom, -84px);
  width: var(--character-art-width, 720px);
  max-width: none;
  height: auto;
  aspect-ratio: auto;
  transform: translate3d(var(--character-shift-x), var(--character-shift-y), 0) scale(var(--character-art-scale));
  transform-origin: left bottom;
  border: 0;
  border-radius: 0;
  background: transparent;
  object-fit: contain;
  filter: drop-shadow(0 30px 46px rgba(0, 0, 0, 0.46));
  box-shadow: none;
  transition: opacity 220ms ease, transform 320ms ease, filter 320ms ease;
}

.character-copy {
  position: absolute;
  z-index: 4;
  left: clamp(315px, 34vw, 455px);
  bottom: 142px;
  width: min(50vw, 610px);
  min-height: 276px;
  padding: 24px 30px 86px;
  border: 1px solid color-mix(in srgb, var(--character-accent) 16%, rgba(255, 255, 255, 0.04));
  background:
    linear-gradient(100deg, rgba(255, 255, 255, 0.055), transparent 26%),
    rgba(1, 26, 11, 0.74);
  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.36),
    0 0 60px color-mix(in srgb, var(--character-accent) 12%, transparent);
  backdrop-filter: blur(13px);
  transition: opacity 220ms ease, transform 320ms ease, border-color 320ms ease, box-shadow 320ms ease;
}

.character-copy p {
  position: absolute;
  top: -34px;
  left: 2px;
  display: block;
  width: auto;
  margin: 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.character-copy h2 {
  margin: 0;
  overflow-wrap: normal;
  color: rgba(246, 245, 239, 0.95);
  font-size: clamp(48px, 5.2vw, 82px);
  font-weight: 200;
  line-height: 0.96;
  letter-spacing: 0;
  white-space: nowrap;
}

.character-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 12px;
  margin: 22px 0 0;
}

.character-stat {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 36px;
  padding: 5px 14px 5px 7px;
  border: 1px solid color-mix(in srgb, var(--character-accent) 20%, rgba(255, 255, 255, 0.08));
  border-radius: 999px;
  background:
    linear-gradient(100deg, color-mix(in srgb, var(--character-accent) 11%, rgba(17, 20, 15, 0.9)), rgba(10, 12, 9, 0.66)),
    rgba(12, 15, 11, 0.82);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 14px 30px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(10px);
}

.character-stat.is-wide {
  grid-column: 1 / -1;
}

.character-stat dt,
.character-stat dd {
  min-width: 0;
  margin: 0;
}

.character-stat::before {
  content: "";
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--character-accent);
  box-shadow: 0 0 16px color-mix(in srgb, var(--character-accent) 68%, transparent);
  opacity: 0.85;
}

.character-stat dt {
  display: inline-flex;
  flex: 0 0 auto;
  min-width: 92px;
  min-height: 26px;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border: 1px solid color-mix(in srgb, var(--character-accent) 24%, rgba(255, 255, 255, 0.05));
  border-radius: 999px;
  background: color-mix(in srgb, var(--character-accent) 13%, rgba(2, 22, 10, 0.68));
  color: rgba(246, 245, 239, 0.86);
  font-size: 9px;
  font-weight: 850;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.character-stat dd {
  overflow: hidden;
  color: rgba(246, 245, 239, 0.88);
  font-size: 14.5px;
  font-weight: 760;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.character-more {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: absolute;
  left: 54px;
  bottom: -42px;
  min-width: 178px;
  min-height: 48px;
  margin-top: 0;
  padding: 0 30px;
  border: 0;
  border-radius: 999px;
  background: var(--character-accent);
  color: #091004;
  font-size: 20px;
  font-weight: 950;
  cursor: pointer;
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--character-accent) 32%, transparent), 0 16px 38px color-mix(in srgb, var(--character-accent) 16%, transparent);
  transition: transform 180ms ease, box-shadow 180ms ease, background 320ms ease;
}

.character-more:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--character-accent) 44%, transparent), 0 20px 48px color-mix(in srgb, var(--character-accent) 24%, transparent);
}

.button-arrow-icon {
  width: 16px;
  height: 16px;
}

.character-controls {
  position: absolute;
  left: clamp(330px, 39vw, 520px);
  bottom: 58px;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 0;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(11, 18, 13, 0.82);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(14px);
  transition: opacity 220ms ease, transform 320ms ease;
}

.character-arrow,
.character-thumb {
  border: 0;
  cursor: pointer;
}

.character-arrow {
  display: grid;
  width: 46px;
  height: 40px;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--text);
  transition: transform 180ms ease, background 180ms ease;
}

.character-arrow:hover {
  background: rgba(255, 255, 255, 0.14);
  transform: translateY(-1px);
}

.character-arrow-icon {
  width: 20px;
  height: 20px;
}

.character-arrow-icon.is-left {
  transform: rotate(180deg);
}

.character-thumbs {
  display: flex;
  align-items: center;
  gap: 8px;
}

.character-thumb {
  position: relative;
  width: 66px;
  height: 40px;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  background: #081008;
  padding: 0;
  transition: border-color 180ms ease, transform 180ms ease, opacity 180ms ease, box-shadow 180ms ease;
  opacity: 0.58;
}

.character-thumb::after {
  content: "";
  position: absolute;
  right: 7px;
  bottom: 4px;
  left: 7px;
  height: 2px;
  border-radius: 999px;
  background: var(--character-accent);
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left;
}

.character-thumb.is-active {
  border-color: var(--character-accent);
  opacity: 1;
  transform: translateY(-1px);
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--character-accent) 18%, transparent);
}

.character-thumb.is-active::after {
  opacity: 1;
  animation: thumbProgress 5200ms linear forwards;
}

.character-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.45);
}

.characters-slider.is-switching .character-image {
  opacity: 0;
  --character-shift-x: -18px;
  --character-shift-y: 10px;
  filter: drop-shadow(0 30px 46px rgba(0, 0, 0, 0.46)) blur(4px);
}

.characters-slider.is-switching .character-copy,
.characters-slider.is-switching .character-controls {
  opacity: 0;
}

.characters-slider.is-switching .character-copy {
  transform: translateY(10px);
}

@keyframes thumbProgress {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

.content-page {
  --page-accent: var(--lime);
  --page-accent-soft: rgba(201, 255, 76, 0.14);
  position: relative;
  z-index: 1;
  min-height: 640px;
  padding: 98px 130px 116px;
}

.content-page--privacy {
  --page-accent: #7df4ff;
  --page-accent-soft: rgba(125, 244, 255, 0.13);
}

.content-page--contact {
  --page-accent: #ffce5c;
  --page-accent-soft: rgba(255, 206, 92, 0.13);
}

.content-page--about {
  --page-accent: #ff7aa8;
  --page-accent-soft: rgba(255, 122, 168, 0.12);
}

.content-page--brand-kit {
  --page-accent: #c9ff4c;
  --page-accent-soft: rgba(201, 255, 76, 0.16);
}

.page-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.72fr);
  gap: clamp(34px, 5vw, 76px);
  min-height: 440px;
  align-items: end;
  padding: clamp(42px, 5.8vw, 76px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 0 34px 0 34px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.025), transparent 52%),
    radial-gradient(circle at 84% 18%, var(--page-accent-soft), transparent 34%),
    rgba(255, 255, 255, 0.012);
  isolation: isolate;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: radial-gradient(circle at 70% 35%, #000, transparent 72%);
}

.page-hero::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -150px;
  z-index: -1;
  width: 420px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--page-accent-soft), transparent 66%);
  filter: blur(22px);
}

.page-hero-copy {
  position: relative;
  z-index: 2;
}

.page-hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--text);
  font-size: clamp(64px, 8.4vw, 126px);
  font-weight: 200;
  line-height: 0.9;
  letter-spacing: 0;
}

.page-hero-copy > p:not(.eyebrow) {
  width: min(100%, 610px);
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 19px;
  line-height: 1.42;
}

.page-hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
}

.page-hero-chips span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 13px;
  border: 1px solid color-mix(in srgb, var(--page-accent) 30%, transparent);
  border-radius: 999px;
  background: color-mix(in srgb, var(--page-accent) 8%, transparent);
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 800;
}

.page-hero small {
  display: block;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.36);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.page-hero-visual {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 270px;
  place-items: center;
}

.hero-terminal,
.contact-signal-card {
  width: min(100%, 360px);
  padding: 26px;
  border: 1px solid color-mix(in srgb, var(--page-accent) 24%, transparent);
  border-radius: 8px;
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--page-accent) 8%, transparent), transparent),
    rgba(0, 0, 0, 0.44);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.32);
}

.hero-terminal span,
.contact-signal-card span,
.brand-downloads span,
.about-story span,
.about-roadmap > span {
  display: block;
  margin-bottom: 18px;
  color: var(--page-accent);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-terminal strong,
.contact-signal-card strong {
  display: block;
  color: var(--text);
  font-size: 34px;
  font-weight: 300;
  line-height: 1;
}

.hero-terminal p,
.contact-signal-card p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.privacy-orbit {
  position: relative;
  display: grid;
  width: min(72vw, 330px);
  aspect-ratio: 1;
  place-items: center;
}

.privacy-orbit span {
  position: absolute;
  border: 1px solid color-mix(in srgb, var(--page-accent) 28%, transparent);
  border-radius: 50%;
}

.privacy-orbit span:nth-child(1) {
  inset: 9%;
}

.privacy-orbit span:nth-child(2) {
  inset: 24%;
}

.privacy-orbit span:nth-child(3) {
  inset: 39%;
  background: var(--page-accent-soft);
}

.privacy-orbit strong {
  width: min(100%, 150px);
  color: rgba(255, 255, 255, 0.82);
  font-size: 22px;
  font-weight: 300;
  line-height: 1.05;
  text-align: center;
}

.about-portrait {
  position: relative;
  width: min(100%, 340px);
  height: 360px;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--page-accent) 24%, transparent);
  border-radius: 0 26px 0 26px;
  background:
    radial-gradient(circle at 50% 20%, var(--page-accent-soft), transparent 42%),
    linear-gradient(180deg, #111611, #020302);
}

.about-portrait img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 22%;
  filter: drop-shadow(0 26px 48px rgba(0, 0, 0, 0.46));
}

.brand-hero-mark {
  display: inline-flex;
  gap: 14px;
  align-items: center;
  justify-content: center;
  width: min(100%, 330px);
  min-height: 210px;
  border: 1px solid color-mix(in srgb, var(--page-accent) 24%, transparent);
  border-radius: 0 26px 0 26px;
  background:
    radial-gradient(circle at 50% 50%, var(--page-accent-soft), transparent 52%),
    #f6f5ef;
  color: #050605;
  font-size: 62px;
  font-weight: 950;
  text-transform: lowercase;
}

.page-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 72px;
  padding-top: 72px;
}

.page-sidebar {
  position: sticky;
  top: 32px;
  align-self: start;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, var(--page-accent-soft), transparent 56%),
    rgba(255, 255, 255, 0.018);
}

.page-sidebar span {
  display: block;
  margin-bottom: 16px;
  color: var(--page-accent);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.page-sidebar p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.page-sidebar a {
  display: inline-flex;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  font-weight: 900;
}

.page-stack {
  display: grid;
  gap: 20px;
}

.page-card,
.contact-tile,
.brand-showcase,
.brand-section,
.brand-asset-grid article,
.about-principles article,
.page-note {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.022);
}

.page-card {
  padding: 34px;
}

.page-card h2,
.contact-tile h2,
.brand-section h2,
.brand-downloads h2,
.brand-asset-grid h2,
.about-principles h2,
.about-story h2,
.page-note h2 {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 28px;
  font-weight: 300;
  line-height: 1.12;
}

.page-card p,
.contact-tile p,
.brand-section p,
.brand-downloads p,
.brand-asset-grid p,
.about-principles p,
.about-story p,
.page-note p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.page-card a,
.contact-tile a,
.page-note a {
  color: var(--page-accent);
  font-weight: 800;
}

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

.legal-row {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 28px;
  padding: 34px 0;
  border-bottom: 1px solid var(--line);
}

.legal-row > span {
  color: color-mix(in srgb, var(--page-accent) 72%, white);
  font-size: 12px;
  font-weight: 950;
}

.legal-row h2 {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(26px, 3vw, 42px);
  font-weight: 300;
  line-height: 1.02;
}

.legal-row p {
  width: min(100%, 680px);
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 15px;
  line-height: 1.6;
}

.page-note-banner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  padding: 28px 30px;
  background:
    linear-gradient(90deg, var(--page-accent-soft), transparent),
    rgba(255, 255, 255, 0.025);
}

.page-note-banner p {
  margin: 0;
}

.page-list {
  display: grid;
  gap: 13px;
  margin: 18px 0 0;
  padding: 0;
  color: var(--muted);
  font-size: 14px;
  list-style: none;
}

.page-list li {
  position: relative;
  padding-left: 22px;
}

.page-list li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--page-accent);
  box-shadow: 0 0 14px var(--page-accent-soft);
}

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

.contact-tile {
  position: relative;
  min-height: 230px;
  padding: 26px;
  overflow: hidden;
}

.contact-tile::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -48px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: var(--page-accent-soft);
}

.contact-tile span,
.about-principles span {
  display: block;
  margin-bottom: 42px;
  color: var(--page-accent);
  font-size: 12px;
  font-weight: 900;
}

.contact-tile a {
  display: inline-flex;
  margin-top: 22px;
  color: var(--page-accent);
  font-size: 13px;
  font-weight: 900;
}

.contact-board {
  display: grid;
  grid-template-columns: minmax(220px, 0.6fr) minmax(0, 1fr);
  gap: 28px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, var(--page-accent-soft), transparent 45%),
    rgba(255, 255, 255, 0.018);
}

.contact-board-copy {
  padding: 4px 0;
}

.contact-board-copy span {
  color: var(--page-accent);
  font-size: 12px;
  font-weight: 900;
}

.contact-board-copy h2 {
  margin: 24px 0 0;
  color: var(--text);
  font-size: clamp(32px, 4vw, 54px);
  font-weight: 200;
  line-height: 0.96;
}

.contact-board-copy p {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.contact-form-row {
  display: grid;
  gap: 9px;
}

.contact-form-message {
  grid-column: 1 / -1;
}

.contact-form label {
  color: rgba(255, 255, 255, 0.52);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.36);
  color: var(--text);
  outline: 0;
}

.contact-form input,
.contact-form select {
  min-height: 50px;
  padding: 0 15px;
}

.contact-form textarea {
  min-height: 156px;
  resize: vertical;
  padding: 14px 15px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.28);
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: color-mix(in srgb, var(--page-accent) 44%, transparent);
  box-shadow: 0 0 0 4px var(--page-accent-soft);
}

.contact-form .pill-button {
  width: fit-content;
  background: var(--page-accent);
}

.contact-status {
  min-height: 20px;
  margin: 10px 0 0;
  color: var(--page-accent);
  font-size: 12px;
}

.about-story {
  display: grid;
  grid-template-columns: minmax(230px, 0.64fr) minmax(0, 1fr);
  gap: 34px;
  align-items: end;
  padding: 38px 0 44px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.about-story h2 {
  font-size: clamp(36px, 4.6vw, 64px);
  line-height: 0.94;
}

.about-story p {
  font-size: 18px;
  line-height: 1.5;
}

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

.about-principles article {
  min-height: 250px;
  padding: 26px;
  background:
    linear-gradient(180deg, var(--page-accent-soft), transparent 54%),
    rgba(255, 255, 255, 0.018);
}

.about-roadmap {
  background:
    linear-gradient(90deg, var(--page-accent-soft), transparent 60%),
    rgba(255, 255, 255, 0.022);
}

.brand-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.48fr);
  gap: 28px;
  align-items: stretch;
  padding: 28px;
}

.brand-logo-panel {
  display: grid;
  min-height: 300px;
  place-items: center;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%) 0 0 / 26px 26px,
    radial-gradient(circle at 50% 50%, rgba(201, 255, 76, 0.17), transparent 58%),
    #f6f5ef;
}

.brand-logo-panel img {
  width: min(350px, 72%);
  max-height: 170px;
}

.brand-downloads {
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 16px;
}

.brand-asset-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.brand-asset-grid article {
  overflow: hidden;
}

.brand-asset-grid img {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: center top;
  background: #080a08;
}

.brand-asset-grid h2,
.brand-asset-grid p {
  padding-right: 24px;
  padding-left: 24px;
}

.brand-asset-grid h2 {
  margin-top: 24px;
}

.brand-asset-grid p {
  margin-bottom: 26px;
}

.brand-section {
  padding: 34px;
}

.swatch-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.swatch {
  display: grid;
  min-height: 134px;
  align-content: end;
  gap: 4px;
  padding: 14px;
  border-radius: 8px;
  background: var(--swatch);
  color: #080a06;
}

.swatch span {
  font-size: 13px;
  font-weight: 900;
}

.swatch code {
  font-size: 12px;
}

.type-samples {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.type-samples p {
  margin: 0;
  color: var(--text);
}

.type-sample-sans {
  font-size: 30px;
  font-weight: 700;
}

.type-sample-serif {
  color: var(--page-accent);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-style: italic;
  font-weight: 800;
}

.site-footer {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto;
  gap: 72px;
  margin: 0 64px;
  padding: 70px 66px 36px;
  border-top: 1px solid var(--line-soft);
}

.footer-brand p {
  width: min(100%, 300px);
  margin: 24px 0 28px;
  color: var(--muted);
  font-size: 14px;
}

.region-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.region-pills span,
.music-button {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  color: var(--muted);
  font-size: 11px;
}

.music-button {
  position: relative;
  width: 42px;
  height: 42px;
  margin-left: 4px;
  color: rgba(255, 255, 255, 0.72);
  cursor: pointer;
  transition: color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.music-button:hover,
.music-button.is-playing {
  border-color: rgba(201, 255, 76, 0.52);
  color: var(--lime);
  box-shadow: 0 0 24px rgba(201, 255, 76, 0.12);
}

.music-button:active {
  transform: scale(0.96);
}

.music-button.is-playing::after {
  content: "";
  position: absolute;
  inset: -5px;
  border: 1px solid rgba(201, 255, 76, 0.26);
  border-radius: 50%;
  animation: musicPulse 1.7s ease-out infinite;
}

.music-icon {
  font-size: 22px;
  line-height: 1;
}

.site-header .music-button {
  width: 46px;
  height: 46px;
  color: rgba(255, 255, 255, 0.7);
}

.music-label {
  position: absolute;
  left: 50%;
  top: calc(100% + 8px);
  padding: 5px 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(8, 9, 8, 0.92);
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  opacity: 0;
  transform: translate(-50%, -4px);
  pointer-events: none;
  transition: opacity 160ms ease, transform 160ms ease;
}

.music-button:hover .music-label,
.music-button:focus-visible .music-label,
.music-button.is-playing .music-label {
  opacity: 1;
  transform: translate(-50%, 0);
}

.locale-picker {
  position: relative;
  width: min(100%, 270px);
  margin-top: 26px;
}

.site-header .locale-picker {
  width: 184px;
  margin-top: 0;
}

.locale-button {
  display: flex;
  width: 100%;
  min-height: 58px;
  align-items: center;
  gap: 16px;
  padding: 0 18px;
  border: 2px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.38);
  color: rgba(255, 255, 255, 0.64);
  cursor: pointer;
  transition: border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.locale-button:hover,
.locale-button[aria-expanded="true"] {
  border-color: rgba(255, 255, 255, 0.26);
  color: var(--text);
  box-shadow: 0 0 28px rgba(201, 255, 76, 0.08);
}

.locale-globe {
  display: grid;
  width: 35px;
  height: 35px;
  flex: 0 0 auto;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
}

.locale-globe svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 2;
}

.locale-button span:nth-child(2) {
  min-width: 0;
  flex: 1;
  overflow: hidden;
  font-size: 16px;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.locale-chevron {
  width: 0;
  height: 0;
  flex: 0 0 auto;
  border-top: 9px solid rgba(255, 255, 255, 0.48);
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  transition: transform 180ms ease;
}

.locale-button[aria-expanded="true"] .locale-chevron {
  transform: rotate(180deg);
}

.locale-menu {
  position: absolute;
  left: 0;
  bottom: calc(100% + 16px);
  z-index: 10;
  display: grid;
  width: min(360px, calc(100vw - 48px));
  max-height: 360px;
  padding: 18px 0;
  overflow: auto;
  border-radius: 12px;
  background: #1b1b1a;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.46);
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
}

.site-header .locale-menu {
  top: calc(100% + 16px);
  right: 0;
  bottom: auto;
  left: auto;
}

.locale-menu::after {
  content: "";
  position: absolute;
  left: 170px;
  bottom: -15px;
  width: 30px;
  height: 30px;
  background: #1b1b1a;
  transform: rotate(45deg);
}

.site-header .locale-menu::after {
  top: -15px;
  right: 46px;
  bottom: auto;
  left: auto;
}

.locale-picker.is-open .locale-menu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.locale-option {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 46px;
  align-items: center;
  gap: 14px;
  padding: 0 28px;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.52);
  font-size: 18px;
  text-align: left;
  cursor: pointer;
}

.locale-option:hover,
.locale-option[aria-selected="true"] {
  color: var(--text);
}

.locale-option::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: transparent;
}

.locale-option[aria-selected="true"]::before {
  background: var(--text);
}

@keyframes musicPulse {
  from {
    opacity: 0.68;
    transform: scale(0.88);
  }

  to {
    opacity: 0;
    transform: scale(1.28);
  }
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  align-content: start;
  justify-content: end;
  gap: 18px 34px;
}

.footer-links a {
  color: var(--muted);
  font-size: 14px;
}

.footer-links a:hover {
  color: var(--text);
}

.footer-links a[aria-current="page"] {
  color: var(--text);
}

.footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 36px;
  padding-top: 32px;
  border-top: 1px solid var(--line-soft);
  color: rgba(255, 255, 255, 0.28);
  font-size: 11px;
}

@media (max-width: 1100px) {
  .site-header {
    margin: 8px 34px 0;
  }

  .header-actions {
    gap: 10px;
  }

  .site-header .locale-picker {
    width: 150px;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 90px 48px 76px;
  }

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

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

  .phone-stage {
    min-height: 600px;
  }

  .details {
    padding: 96px 48px 84px;
  }

  .access-panel {
    width: calc(100% - 96px);
  }

  .characters-slider {
    width: calc(100% - 68px);
  }

  .content-page {
    padding: 84px 48px 104px;
  }

  .page-hero {
    grid-template-columns: 1fr;
    align-items: start;
    min-height: 0;
  }

  .page-hero-visual {
    justify-items: start;
    min-height: 220px;
  }

  .page-layout {
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 42px;
  }

  .contact-grid,
  .about-principles,
  .brand-asset-grid,
  .swatch-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-board {
    grid-template-columns: 1fr;
  }

  .brand-showcase {
    grid-template-columns: 1fr;
  }

  .characters-panel {
    min-height: 620px;
    padding: 60px 42px 42px;
  }

  .characters-index {
    top: 58px;
  }

  .characters-index p {
    font-size: 11px;
  }

  .characters-index strong {
    font-size: 11px;
  }

  .character-media {
    width: 62vw;
    height: 100%;
  }

  .character-image {
    transform: scale(0.78);
    transform-origin: left bottom;
  }

  .character-copy {
    left: clamp(250px, 37vw, 360px);
    bottom: 124px;
    width: min(56vw, 500px);
    min-height: 246px;
    padding: 21px 24px 76px;
  }

  .character-copy h2 {
    font-size: clamp(42px, 6vw, 64px);
  }

  .character-stats {
    gap: 8px;
    margin-top: 16px;
  }

  .character-stat {
    gap: 7px;
    min-height: 34px;
    padding-right: 12px;
  }

  .character-stat dt {
    min-width: 82px;
    min-height: 24px;
    padding: 0 10px;
    font-size: 8.5px;
  }

  .character-controls {
    left: clamp(280px, 43vw, 450px);
    bottom: 48px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    margin: 0 34px;
    padding: 58px 20px 34px;
  }

  .footer-links {
    justify-content: start;
  }
}

@media (max-width: 760px) {
  .aurora-ring {
    top: -150px;
    width: 500px;
    height: 230px;
  }

  .site-header {
    grid-template-columns: auto 1fr;
    height: 82px;
    margin: 8px 18px 0;
  }

  .logo {
    font-size: 24px;
  }

  .nav-links {
    display: none;
  }

  .header-actions {
    gap: 8px;
  }

  .header-button {
    display: none;
  }

  .site-header .locale-picker {
    width: 56px;
  }

  .site-header .locale-button {
    min-height: 46px;
    justify-content: center;
    padding: 0;
  }

  .site-header .locale-button span:nth-child(2),
  .site-header .locale-chevron {
    display: none;
  }

  .hero {
    gap: 20px;
    padding: 74px 22px 68px;
  }

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

  .hero-copy > p {
    font-size: 14px;
  }

  .waitlist-form {
    height: auto;
    min-height: 52px;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 8px;
    border-radius: 24px;
  }

  .waitlist-form input {
    min-height: 42px;
  }

  .waitlist-form .pill-button {
    width: 100%;
  }

  .fomo-stream {
    width: 100%;
  }

  .phone-stage {
    min-height: 535px;
  }

  .phone-glow {
    width: 330px;
    height: 470px;
  }

  .phone-shell {
    width: 292px;
    height: 580px;
    border-radius: 42px;
  }

  .phone-screen {
    border-radius: 34px;
  }

  .phone-status {
    padding: 22px 24px 0;
  }

  .orbit {
    top: 212px;
  }

  .orbit-one {
    width: 126px;
    height: 126px;
  }

  .orbit-two {
    width: 224px;
    height: 224px;
  }

  .orbit-three {
    width: 326px;
    height: 326px;
  }

  .character {
    width: 44px;
    height: 44px;
    border-radius: 11px;
  }

  .char-one {
    top: 73px;
    left: 123px;
  }

  .char-two {
    top: 178px;
    left: 33px;
  }

  .char-three {
    top: 178px;
    right: 68px;
  }

  .char-four {
    top: 279px;
    right: 22px;
  }

  .app-logo {
    top: 232px;
    font-size: 29px;
  }

  .auth-panel {
    right: 22px;
    bottom: 42px;
    left: 22px;
  }

  .auth-panel h2 {
    min-height: 62px;
    font-size: 20px;
  }

  .ticker-track {
    gap: 32px;
    min-height: 70px;
    padding: 0 32px;
    font-size: 18px;
  }

  .details {
    padding: 82px 22px 72px;
  }

  .details h2 {
    margin-bottom: 58px;
    font-size: 38px;
  }

  .feature-row {
    min-height: 0;
  }

  .feature-trigger {
    grid-template-columns: 42px 28px 1fr 34px;
    gap: 16px;
    min-height: 92px;
  }

  .feature-title {
    font-size: 23px;
  }

  .feature-panel {
    width: auto;
    margin: -8px 0 28px 86px;
    font-size: 13px;
  }

  .feature-plus {
    width: 32px;
    height: 32px;
    font-size: 19px;
  }

  .access-panel {
    width: calc(100% - 44px);
    min-height: 380px;
    margin-bottom: 84px;
    padding: 58px 20px;
    border-radius: 24px;
  }

  .access-panel h2 {
    font-size: 52px;
  }

  .characters-slider {
    width: calc(100% - 44px);
    margin-bottom: 84px;
  }

  .content-page {
    padding: 74px 22px 82px;
  }

  .page-hero {
    grid-template-columns: 1fr;
    gap: 28px;
    min-height: 0;
    padding: 30px 22px;
    border-radius: 0 24px 0 24px;
  }

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

  .page-hero-copy > p:not(.eyebrow) {
    font-size: 15px;
  }

  .page-hero-chips {
    margin-top: 24px;
  }

  .page-hero-visual {
    min-height: 180px;
  }

  .hero-terminal,
  .contact-signal-card {
    width: 100%;
  }

  .privacy-orbit {
    width: min(78vw, 250px);
  }

  .about-portrait {
    width: min(100%, 290px);
    height: 290px;
  }

  .brand-hero-mark {
    width: 100%;
    min-height: 160px;
    font-size: 46px;
  }

  .page-layout {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-top: 38px;
  }

  .page-sidebar {
    position: relative;
    top: auto;
  }

  .page-card,
  .contact-tile,
  .brand-section,
  .contact-board,
  .brand-showcase {
    padding: 22px;
  }

  .page-card h2,
  .contact-tile h2,
  .brand-section h2 {
    font-size: 23px;
  }

  .legal-row,
  .about-story,
  .about-principles,
  .contact-grid,
  .contact-board,
  .contact-form,
  .brand-showcase,
  .brand-asset-grid,
  .swatch-grid {
    grid-template-columns: 1fr;
  }

  .legal-row {
    gap: 12px;
    padding: 28px 0;
  }

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

  .contact-form-message {
    grid-column: auto;
  }

  .brand-logo-panel {
    min-height: 190px;
  }

  .brand-asset-grid img {
    height: 220px;
  }

  .type-sample-sans,
  .type-sample-serif {
    font-size: 24px;
  }

  .characters-panel {
    min-height: 640px;
    padding: 42px 18px 28px;
    border-radius: 24px;
    background:
      linear-gradient(90deg, transparent, rgba(92, 255, 98, 0.06), transparent),
      rgba(255, 255, 255, 0.01);
  }

  .characters-panel::before {
    top: -126px;
    width: 430px;
    height: 300px;
  }

  .characters-bg-word {
    top: auto;
    bottom: 148px;
    font-size: 158px;
  }

  .characters-index {
    top: 50px;
  }

  .characters-index p {
    font-size: 11px;
  }

  .characters-index strong {
    font-size: 11px;
  }

  .character-media {
    left: 0;
    bottom: 92px;
    width: 100%;
    height: 72%;
    margin: 0;
    opacity: 0.82;
  }

  .character-image {
    transform: scale(0.5);
    transform-origin: left bottom;
  }

  .character-copy {
    z-index: 6;
    right: 18px;
    bottom: 112px;
    left: 18px;
    width: auto;
    min-height: 246px;
    padding: 18px 18px 62px;
    background:
      linear-gradient(100deg, rgba(255, 255, 255, 0.06), transparent 28%),
      rgba(1, 18, 9, 0.92);
    text-align: center;
  }

  .character-copy h2 {
    color: #f6f5ef;
    font-size: 38px;
    white-space: normal;
  }

  .character-stats {
    grid-template-columns: 1fr;
    gap: 7px;
    margin-top: 14px;
    text-align: left;
  }

  .character-stat,
  .character-stat.is-wide {
    grid-column: auto;
    min-height: 34px;
    padding: 5px 10px 5px 7px;
  }

  .character-stat dt {
    min-width: 88px;
    min-height: 24px;
    padding: 0 8px;
    background: color-mix(in srgb, var(--character-accent) 14%, rgba(0, 0, 0, 0.72));
    font-size: 8px;
  }

  .character-stat dd {
    color: rgba(246, 245, 239, 0.92);
    font-size: 12px;
    font-weight: 750;
    text-align: left;
  }

  .character-more {
    left: 24px;
    bottom: -36px;
    min-height: 40px;
    min-width: 150px;
    padding: 0 22px;
    font-size: 15px;
  }

  .character-controls {
    z-index: 7;
    left: 50%;
    bottom: 28px;
    max-width: 100%;
    margin-top: 0;
    gap: 5px;
    padding: 6px;
    transform: translateX(-50%);
  }

  .character-arrow {
    width: 32px;
    height: 34px;
    font-size: 22px;
  }

  .character-thumb {
    width: 40px;
    height: 32px;
    border-radius: 9px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 42px;
    margin: 0 18px;
    padding: 52px 4px 30px;
  }

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

@media (max-width: 430px) {
  .site-header {
    margin-top: 8px;
  }

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

  .mini-social {
    align-items: flex-start;
  }

  .phone-stage {
    transform: translateX(-4px);
  }
}

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

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