:root {
  --bg: #09081d;
  --bg-elevated: rgba(14, 16, 37, 0.88);
  --bg-panel: rgba(18, 20, 46, 0.74);
  --line: rgba(255, 255, 255, 0.11);
  --line-strong: rgba(255, 255, 255, 0.2);
  --text: #f6f2ec;
  --muted: rgba(246, 242, 236, 0.72);
  --peach: #f39a72;
  --gold: #f3e0aa;
  --violet: #b284ff;
  --violet-strong: #8f59ff;
  --blue: #7ca0ff;
  --blue-soft: #9cb8ff;
  --shadow: 0 28px 100px rgba(0, 0, 0, 0.45);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --max: 1280px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: "Space Grotesk", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 20% 12%, rgba(243, 154, 114, 0.12), transparent 26%),
    radial-gradient(circle at 82% 14%, rgba(178, 132, 255, 0.16), transparent 28%),
    radial-gradient(circle at 50% 100%, rgba(124, 160, 255, 0.2), transparent 40%),
    var(--bg);
}

body.is-locked {
  overflow: hidden;
}

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

a {
  color: inherit;
}

button,
input,
textarea {
  font: inherit;
}

.site-noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.18;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.68) 0.6px, transparent 0.8px),
    linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.02), transparent);
  background-size: 5px 5px, 100% 100%;
  mix-blend-mode: screen;
  z-index: 1;
}

.site-shell {
  position: relative;
  z-index: 2;
  transition: opacity 0.8s ease, transform 0.8s ease, visibility 0.8s ease;
}

.site-shell.is-hidden {
  opacity: 0;
  visibility: hidden;
  transform: translateY(18px);
}

.site-shell.is-ready {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.section-frame {
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
}

.section-block {
  padding: 34px 0 52px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.78rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.section-intro {
  margin-bottom: 28px;
}

.section-title,
.hero-heading,
.capital-title__heading {
  margin: 0;
  letter-spacing: -0.05em;
  line-height: 0.92;
}

.section-title {
  max-width: 14ch;
  font-size: clamp(2.4rem, 4vw, 4.8rem);
}

.section-title--split {
  width: 100%;
}

.section-title--wide {
  max-width: 24ch;
}

.section-title__line {
  display: block;
  white-space: nowrap;
}

.intro-overlay {
  position: fixed;
  inset: 0;
  z-index: 30;
  background: var(--bg);
  transition: opacity 0.7s ease, visibility 0.7s ease;
}

.intro-overlay.is-fading {
  opacity: 0;
  visibility: hidden;
}

.intro-stage {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.intro-backdrop {
  position: absolute;
  inset: 0;
}

.intro-backdrop--sky {
  background:
    radial-gradient(circle at 18% 16%, rgba(243, 154, 114, 0.14), transparent 26%),
    radial-gradient(circle at 82% 18%, rgba(178, 132, 255, 0.14), transparent 28%),
    linear-gradient(180deg, rgba(7, 7, 20, 0.96), rgba(10, 9, 30, 0.98));
}

.intro-backdrop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.26;
  filter: saturate(0.9) blur(1px);
  transform: scale(1.04);
}

.intro-backdrop::after,
.hero-shade,
.capital-scene__shade {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(9, 8, 29, 0.26), rgba(9, 8, 29, 0.72) 72%, rgba(9, 8, 29, 0.92)),
    radial-gradient(circle at center, transparent 0%, rgba(9, 8, 29, 0.1) 46%, rgba(9, 8, 29, 0.86) 100%);
}

.intro-backdrop--sky::after {
  background:
    linear-gradient(180deg, rgba(9, 8, 29, 0.12), rgba(9, 8, 29, 0.28) 74%, rgba(9, 8, 29, 0.52)),
    radial-gradient(circle at center, transparent 0%, rgba(9, 8, 29, 0.04) 48%, rgba(9, 8, 29, 0.3) 100%);
}

.intro-copy {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 48px), 920px);
  margin: 0 auto;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.intro-loader {
  position: relative;
  width: 182px;
  height: 182px;
  margin: 0 auto 30px;
  display: grid;
  place-items: center;
  isolation: isolate;
  filter:
    drop-shadow(0 0 18px rgba(178, 132, 255, 0.16))
    drop-shadow(0 0 36px rgba(243, 154, 114, 0.08));
}

.intro-loader::before {
  content: "";
  position: absolute;
  inset: 24%;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(183, 147, 255, 0.22) 0 24%, rgba(183, 147, 255, 0.08) 38%, rgba(183, 147, 255, 0) 72%);
  filter: blur(16px);
  opacity: 0.8;
  animation: introLoaderAura 6.8s ease-in-out infinite;
}

.intro-loader__triangle,
.intro-loader__atom {
  position: absolute;
  left: 50%;
  top: 50%;
}

.intro-loader__triangle {
  transform-origin: 50% 58%;
}

.intro-loader__triangle::before,
.intro-loader__triangle::after {
  content: "";
  position: absolute;
  inset: 0;
  clip-path: polygon(50% 0%, 5% 100%, 95% 100%);
}

.intro-loader__triangle::before {
  background: linear-gradient(180deg, rgba(255, 240, 139, 0.92), rgba(212, 174, 255, 0.92) 56%, rgba(107, 143, 255, 0.9));
  opacity: 0.88;
  box-shadow:
    inset 0 0 16px rgba(255, 255, 255, 0.22),
    0 0 24px rgba(178, 132, 255, 0.18);
}

.intro-loader__triangle::after {
  inset: 6% 7% 5%;
  background: rgba(9, 8, 29, 0.9);
}

.intro-loader__triangle--outer {
  width: 84%;
  height: 76%;
  animation: introLoaderOrbitOuter 13.4s cubic-bezier(0.42, 0, 0.18, 1) infinite;
}

.intro-loader__triangle--middle {
  width: 66%;
  height: 60%;
  opacity: 0.9;
  animation: introLoaderOrbitMiddle 10.6s cubic-bezier(0.42, 0, 0.18, 1) infinite;
}

.intro-loader__triangle--inner {
  width: 48%;
  height: 44%;
  opacity: 0.86;
  animation: introLoaderOrbitInner 8.2s cubic-bezier(0.42, 0, 0.18, 1) infinite;
}

.intro-loader__atom {
  width: 35%;
  height: 35%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background:
    radial-gradient(circle, rgba(197, 166, 255, 0.98) 0 18%, rgba(197, 166, 255, 0) 19%),
    radial-gradient(circle at 50% 50%, rgba(163, 142, 255, 0.9) 0 44%, rgba(163, 142, 255, 0.14) 45%, rgba(163, 142, 255, 0) 52%),
    radial-gradient(circle at 50% 50%, rgba(243, 224, 170, 0.96) 0 8%, rgba(243, 224, 170, 0) 9%);
  box-shadow:
    0 0 20px rgba(178, 132, 255, 0.34),
    0 0 44px rgba(243, 154, 114, 0.12);
  animation: introAtomFloat 5.2s ease-in-out infinite;
}

.intro-loader__atom::before,
.intro-loader__atom::after {
  content: "";
  position: absolute;
  inset: -8%;
  border-radius: 50%;
  border: 2px solid rgba(178, 132, 255, 0.58);
}

.intro-loader__atom::before {
  transform: rotate(28deg) scaleX(1.34) scaleY(0.54);
}

.intro-loader__atom::after {
  border-color: rgba(243, 224, 170, 0.52);
  transform: rotate(-28deg) scaleX(1.34) scaleY(0.54);
}

.intro-kicker {
  margin: 0 0 18px;
  font-size: 0.88rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--gold);
}

.intro-title {
  margin: 10px 0 0;
  font-size: clamp(2.8rem, 7vw, 7rem);
  line-height: 0.88;
  letter-spacing: -0.06em;
}

.intro-text,
.intro-enter {
  max-width: 36ch;
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 1.6;
  color: rgba(243, 224, 170, 0.96);
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid rgba(243, 224, 170, 0.24);
  background: rgba(9, 8, 29, 0.34);
  box-shadow:
    0 0 0 1px rgba(243, 224, 170, 0.04),
    0 0 24px rgba(178, 132, 255, 0.16);
  backdrop-filter: blur(8px);
}

.intro-enter {
  margin: 0 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  min-width: min(36ch, calc(100vw - 48px));
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px);
  transition:
    opacity 0.45s ease,
    visibility 0.45s ease,
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
}

.intro-enter.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  animation: introPromptGlow 2.8s ease-in-out infinite;
}

.intro-enter:hover,
.intro-enter:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(243, 224, 170, 0.44);
  box-shadow:
    0 0 0 1px rgba(243, 224, 170, 0.08),
    0 0 32px rgba(243, 154, 114, 0.2),
    0 0 44px rgba(178, 132, 255, 0.18);
}

.intro-text {
  margin: 20px 0 0;
}

.intro-text:empty,
.intro-text[hidden] {
  display: none;
}

.intro-stage--video {
  background: #030311;
}

.intro-backdrop--video img {
  object-fit: contain;
  opacity: 0.32;
  filter: none;
  transform: translateY(3%) scale(1.01);
}

.intro-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sound-prompt,
.audio-toggle,
.button,
.intro-skip {
  border: 0;
  cursor: pointer;
}

.sound-prompt {
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 3;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(243, 224, 170, 0.38);
  background: rgba(9, 8, 29, 0.66);
  color: var(--text);
  box-shadow: 0 0 32px rgba(243, 154, 114, 0.18);
}

.audio-toggle {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 25;
  min-height: 48px;
  min-width: 120px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(9, 8, 29, 0.78);
  color: var(--text);
  backdrop-filter: blur(16px);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.28);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.audio-toggle.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
}

.site-header {
  position: fixed;
  top: clamp(14px, 2vw, 22px);
  right: clamp(16px, 3vw, 30px);
  z-index: 35;
  width: auto;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  pointer-events: auto;
}

.site-header::before {
  display: none;
}

.brand {
  display: none;
}

.brand-mark {
  font-size: clamp(1.3rem, 1.9vw, 2rem);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: linear-gradient(90deg, #6f7dff 0%, #a38dff 40%, #f0dcc4 100%);
  -webkit-background-clip: text;
  color: transparent;
}

.site-nav {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  min-width: 220px;
  padding: 16px 18px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(9, 8, 29, 0.8);
  backdrop-filter: blur(18px);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.26),
    0 0 24px rgba(178, 132, 255, 0.12);
  pointer-events: auto;
}

.site-nav.is-open {
  display: flex;
}

.site-nav a {
  position: relative;
  text-decoration: none;
  color: rgba(246, 242, 236, 0.9);
  font-size: 1rem;
  transition: color 0.25s ease;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 1px;
  background: linear-gradient(90deg, rgba(111, 125, 255, 0.95), rgba(240, 220, 196, 0.95));
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.25s ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--text);
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.nav-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(9, 8, 29, 0.2);
  color: var(--text);
  backdrop-filter: blur(16px);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.03),
    0 10px 28px rgba(0, 0, 0, 0.18);
  pointer-events: auto;
  position: relative;
  z-index: 1;
}

.hero {
  position: relative;
  min-height: auto;
  margin-top: 0;
  padding-top: 0;
  overflow: visible;
}

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

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

.hero-content {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 360px);
  gap: 28px;
  align-items: end;
  padding-bottom: 52px;
}

.hero-copy {
  max-width: 680px;
  padding: 40px 0 28px;
}

.hero-heading {
  font-size: clamp(3rem, 7vw, 7rem);
}

.hero-lead,
.about-copy p,
.service-panel__copy,
.cluster-head p,
.contact-lead,
.capital-copy p {
  margin: 0;
  font-size: clamp(1.02rem, 1.6vw, 1.18rem);
  line-height: 1.8;
  color: var(--muted);
}

.hero-lead {
  max-width: 38ch;
  margin-top: 18px;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0.01em;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button--primary {
  color: #120f21;
  background: linear-gradient(135deg, var(--gold), var(--peach), #f5c6a7);
  box-shadow: 0 18px 36px rgba(243, 154, 114, 0.24);
}

.button--ghost {
  color: var(--text);
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(9, 8, 29, 0.3);
}

.button--outline-glow {
  color: var(--text);
  border: 1px solid rgba(246, 242, 236, 0.42);
  background: rgba(255, 255, 255, 0.03);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04),
    0 0 18px rgba(255, 0, 153, 0.32),
    0 0 42px rgba(125, 77, 255, 0.18);
  animation: capitalPulse 2.2s ease-in-out infinite;
}

.hero-metrics {
  display: grid;
  gap: 14px;
  align-self: end;
  padding-bottom: 12px;
}

.metric-card,
.about-card,
.strategy-shell,
.portfolio-cluster,
.contact-form,
.contact-copy-block {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--bg-panel);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.metric-card {
  border-radius: var(--radius-lg);
  padding: 20px 22px;
}

.metric-value {
  display: block;
  font-size: 1.26rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.metric-label {
  color: var(--muted);
  line-height: 1.55;
  font-size: 0.92rem;
}

.about-grid,
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 420px);
  gap: 24px;
}

.about-grid {
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, 500px);
}

.about-copy {
  display: grid;
  gap: 18px;
}

.about-card {
  border-radius: var(--radius-xl);
  padding: 26px;
}

.about-card__label,
.strategy-meta__label,
.service-panel__eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.76rem;
}

.signal-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.signal-list li {
  position: relative;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.7;
}

.signal-list__single-line {
  white-space: nowrap;
}

.signal-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.85em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--peach), var(--violet));
  box-shadow: 0 0 20px rgba(178, 132, 255, 0.45);
  animation: focusBulletPulse 2.8s ease-in-out infinite;
}

.strategy-shell {
  padding: 28px;
  border-radius: var(--radius-xl);
  overflow: hidden;
  position: relative;
}

.strategy-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(243, 154, 114, 0.16), transparent 24%),
    radial-gradient(circle at 84% 22%, rgba(178, 132, 255, 0.18), transparent 24%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.04), transparent 44%);
  pointer-events: none;
}

.strategy-surface {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 290px minmax(0, 1fr);
  gap: 20px;
  align-items: stretch;
}

.strategy-meta,
.strategy-panel {
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  min-height: 320px;
}

.strategy-meta {
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01)),
    rgba(255, 255, 255, 0.02);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 22px;
}

.strategy-meta__art-shell {
  position: relative;
  min-height: 184px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 22% 18%, rgba(243, 154, 114, 0.16), transparent 28%),
    radial-gradient(circle at 78% 26%, rgba(124, 160, 255, 0.16), transparent 32%),
    radial-gradient(circle at 50% 82%, rgba(178, 132, 255, 0.16), transparent 30%),
    rgba(255, 255, 255, 0.03);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 20px 40px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}

.strategy-meta__art-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.04), transparent 45%),
    linear-gradient(325deg, rgba(255, 255, 255, 0.02), transparent 55%);
  pointer-events: none;
}

.strategy-meta__art {
  position: relative;
  z-index: 1;
  width: min(100%, 360px);
  height: 184px;
  object-fit: contain;
  object-position: center;
  filter:
    drop-shadow(0 18px 44px rgba(0, 0, 0, 0.24))
    drop-shadow(0 0 24px rgba(178, 132, 255, 0.08));
}

.strategy-meta__copy {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
  font-size: 1rem;
}

.strategy-panel {
  padding: 28px clamp(22px, 4vw, 42px);
  background:
    linear-gradient(145deg, rgba(243, 154, 114, 0.06), transparent 26%),
    linear-gradient(325deg, rgba(124, 160, 255, 0.12), transparent 28%),
    rgba(8, 9, 27, 0.72);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.service-panel__title {
  margin: 0;
  max-width: 30ch;
  font-size: clamp(2rem, 3.4vw, 4rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.service-panel__copy {
  max-width: 44ch;
  margin-top: 18px;
}

.strategy-buttons {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.service-tab {
  min-height: 70px;
  padding: 14px 16px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: var(--muted);
  text-align: left;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.service-tab:hover,
.service-tab:focus-visible {
  transform: translateY(-2px);
  color: var(--text);
}

.service-tab.is-active {
  color: var(--text);
  border-color: rgba(243, 154, 114, 0.3);
  background:
    linear-gradient(135deg, rgba(243, 154, 114, 0.15), rgba(178, 132, 255, 0.15)),
    rgba(255, 255, 255, 0.04);
  box-shadow: 0 0 0 1px rgba(243, 154, 114, 0.08), 0 12px 32px rgba(0, 0, 0, 0.26);
}

.capital-block {
  padding-top: 10px;
}

.capital-scene {
  position: relative;
  min-height: 88vh;
  border-radius: 36px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #12061f;
  box-shadow: var(--shadow);
}

.capital-scene__media,
.capital-scene__shade {
  position: absolute;
  inset: 0;
}

.capital-scene__media {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.capital-title,
.capital-copy {
  position: absolute;
  z-index: 2;
  max-width: min(540px, calc(100% - 64px));
}

.capital-title {
  top: clamp(48px, 10vw, 96px);
  right: clamp(28px, 6vw, 72px);
  display: grid;
  justify-items: end;
  text-align: right;
}

.eyebrow--capital {
  margin-bottom: 12px;
  color: rgba(255, 211, 231, 0.88);
  width: 100%;
  text-align: right;
}

.capital-title__heading {
  font-size: clamp(2.6rem, 4.6vw, 5rem);
  width: 100%;
  text-align: right;
  line-height: 0.92;
}

.capital-copy {
  left: clamp(28px, 6vw, 72px);
  bottom: clamp(34px, 7vw, 72px);
}

.capital-copy p {
  max-width: 34ch;
}

.capital-copy .button {
  margin-top: 24px;
}

.portfolio-stack {
  display: grid;
  gap: 22px;
}

.portfolio-cluster {
  border-radius: var(--radius-xl);
  padding: 24px;
}

.cluster-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  margin-bottom: 20px;
}

.cluster-head h3 {
  margin: 0;
  font-size: clamp(1.4rem, 2.2vw, 2.2rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.portfolio-grid {
  display: grid;
  gap: 16px;
}

.portfolio-grid--tokens {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.portfolio-grid--space {
  grid-template-columns: repeat(auto-fit, minmax(280px, 320px));
}

.token-card,
.flip-card {
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.05), transparent),
    rgba(7, 9, 26, 0.74);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
}

.token-card {
  min-height: 192px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  text-decoration: none;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
}

.token-card:hover,
.token-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(243, 154, 114, 0.26);
  background:
    linear-gradient(145deg, rgba(243, 154, 114, 0.12), transparent 42%),
    linear-gradient(335deg, rgba(124, 160, 255, 0.14), transparent 36%),
    rgba(7, 9, 26, 0.82);
  box-shadow:
    0 18px 50px rgba(0, 0, 0, 0.28),
    0 0 24px rgba(178, 132, 255, 0.12);
}

.token-card__badge {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.12), transparent 55%),
    rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 0 18px rgba(124, 160, 255, 0.12);
}

.token-card__badge img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.token-card__body {
  display: grid;
  gap: 10px;
}

.token-card__body strong {
  font-size: clamp(1.34rem, 2.4vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.04em;
}

.token-card__body small {
  font-size: 0.92rem;
  line-height: 1.6;
  color: var(--muted);
}

.flip-card {
  display: block;
  perspective: 1400px;
  min-height: 340px;
  text-decoration: none;
}

.flip-card__inner {
  position: relative;
  display: block;
  width: 100%;
  min-height: 340px;
  border-radius: 24px;
  transform-style: preserve-3d;
  transition: transform 0.7s ease;
}

.flip-card:hover .flip-card__inner,
.flip-card:focus-visible .flip-card__inner {
  transform: rotateY(180deg);
}

.flip-card__face {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  padding: 24px;
  border-radius: 24px;
  backface-visibility: hidden;
}

.flip-card__face--front {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.05), transparent),
    rgba(7, 9, 26, 0.74);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
}

.flip-card--portfolio:hover .flip-card__face--front,
.flip-card--portfolio:focus-visible .flip-card__face--front {
  background:
    linear-gradient(145deg, rgba(243, 154, 114, 0.12), transparent 42%),
    linear-gradient(335deg, rgba(124, 160, 255, 0.14), transparent 36%),
    rgba(7, 9, 26, 0.82);
}

.flip-card__eyebrow,
.form-note,
.contact-meta,
.strategy-meta__copy,
.flip-card__face--back em {
  color: var(--muted);
}

.flip-card__eyebrow {
  font-size: 0.74rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
}

.flip-card__logo-shell {
  min-height: 114px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 18px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.08), transparent 58%),
    rgba(255, 255, 255, 0.03);
}

.flip-card__logo-shell img {
  width: 100%;
  max-width: 232px;
  max-height: 86px;
  object-fit: contain;
}

.flip-card__summary {
  display: grid;
  gap: 10px;
}

.flip-card__summary strong {
  font-size: clamp(1.34rem, 2.4vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.04em;
}

.flip-card__summary span {
  font-size: 0.92rem;
  line-height: 1.6;
  color: var(--muted);
}

.flip-card__face--back {
  background:
    linear-gradient(155deg, rgba(243, 154, 114, 0.12), transparent 34%),
    linear-gradient(335deg, rgba(178, 132, 255, 0.18), transparent 32%),
    rgba(7, 9, 26, 0.88);
  transform: rotateY(180deg);
  justify-content: space-between;
}

.flip-card__face--back strong {
  font-size: clamp(1.34rem, 2.4vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.04em;
}

.flip-card__face--back span,
.flip-card__face--back em {
  line-height: 1.75;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
}

.contact-copy-block,
.contact-form {
  border-radius: var(--radius-xl);
  padding: 28px;
  position: relative;
  overflow: hidden;
}

.contact-copy-block::before,
.contact-form::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.contact-copy-block::before {
  background:
    radial-gradient(circle at 18% 14%, rgba(243, 154, 114, 0.14), transparent 30%),
    radial-gradient(circle at 86% 82%, rgba(124, 160, 255, 0.12), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.03), transparent 50%);
}

.contact-form::before {
  background:
    radial-gradient(circle at 84% 16%, rgba(178, 132, 255, 0.16), transparent 28%),
    radial-gradient(circle at 12% 100%, rgba(243, 224, 170, 0.08), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.035), transparent 52%);
}

.contact-meta {
  margin-top: 26px;
  display: grid;
  gap: 12px;
  line-height: 1.7;
}

.contact-meta__item,
.contact-lead,
.contact-form > * {
  position: relative;
  z-index: 1;
}

.contact-meta__item {
  display: grid;
  gap: 4px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.contact-meta__label {
  font-size: 0.74rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
}

.contact-meta__value {
  color: var(--text);
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.5;
}

.contact-meta__value:hover,
.contact-meta__value:focus-visible {
  color: var(--peach);
}

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

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 0.95rem;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  padding: 14px 16px;
  outline: none;
  transition: border-color 0.25s ease, background 0.25s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: rgba(243, 154, 114, 0.38);
  background: rgba(255, 255, 255, 0.06);
}

.contact-form textarea {
  resize: vertical;
  min-height: 170px;
}

.contact-form__full,
.contact-form__actions {
  grid-column: 1 / -1;
}

.contact-form__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.form-note {
  margin: 0;
  line-height: 1.65;
  font-size: 0.95rem;
  color: var(--muted);
}

.form-note.is-pending {
  color: rgba(255, 255, 255, 0.8);
}

.form-note.is-success {
  color: var(--gold);
}

.contact-form__actions .button[disabled] {
  opacity: 0.7;
  pointer-events: none;
}

@keyframes deviceFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -8px, 0);
  }
}

@keyframes introLoaderAura {
  0%,
  100% {
    transform: scale(0.9);
    opacity: 0.58;
  }
  50% {
    transform: scale(1.08);
    opacity: 0.92;
  }
}

@keyframes introLoaderOrbitOuter {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  50% {
    transform: translate(-50%, -49%) rotate(180deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes introLoaderOrbitMiddle {
  0% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
  50% {
    transform: translate(-50%, -51%) rotate(180deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}

@keyframes introLoaderOrbitInner {
  0% {
    transform: translate(-50%, -50%) rotate(-14deg);
  }
  50% {
    transform: translate(-50%, -50%) rotate(166deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(346deg);
  }
}

@keyframes introAtomFloat {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(0.94);
    opacity: 0.86;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.05);
    opacity: 1;
  }
}

@keyframes capitalPulse {
  0%,
  100% {
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.04),
      0 0 18px rgba(255, 0, 153, 0.24),
      0 0 42px rgba(125, 77, 255, 0.16);
  }
  50% {
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.08),
      0 0 28px rgba(255, 0, 153, 0.52),
      0 0 58px rgba(125, 77, 255, 0.3);
  }
}

@media (max-width: 1120px) {
  .strategy-surface,
  .cluster-head,
  .about-grid,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .strategy-meta,
  .strategy-panel {
    min-height: auto;
  }

  .strategy-buttons {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .signal-list__single-line {
    white-space: normal;
  }

  .hero-content {
    grid-template-columns: 1fr;
    align-items: end;
  }

  .hero-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .site-header {
    top: 16px;
    right: 16px;
    padding: 0;
  }

  .site-nav {
    min-width: min(240px, calc(100vw - 32px));
  }

  .portfolio-grid--tokens,
  .hero-metrics,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .capital-title,
  .capital-copy {
    max-width: calc(100% - 40px);
  }

  .capital-title {
    top: 32px;
    right: 20px;
  }

  .capital-copy {
    left: 20px;
    bottom: 28px;
  }

  .section-title__line {
    white-space: normal;
  }
}

@media (max-width: 720px) {
  .section-frame {
    width: min(calc(100% - 24px), var(--max));
  }

  .hero {
    min-height: 92vh;
  }

  .hero-content {
    min-height: 92vh;
    padding-bottom: 28px;
  }

  .section-block {
    padding: 22px 0 36px;
  }

  .strategy-shell,
  .portfolio-cluster,
  .contact-form,
  .contact-copy-block,
  .about-card {
    padding: 20px;
  }

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

  .service-tab {
    min-height: 62px;
  }

  .portfolio-grid--space {
    grid-template-columns: 1fr;
  }

  .capital-scene {
    min-height: 76vh;
  }

  .capital-title__heading {
    font-size: clamp(2.2rem, 12vw, 3.6rem);
  }

  .intro-loader {
    width: 132px;
    height: 132px;
    margin-bottom: 22px;
  }

  .audio-toggle,
  .sound-prompt {
    right: 16px;
    bottom: 16px;
  }
}

@media (max-width: 520px) {
  .strategy-buttons {
    grid-template-columns: 1fr;
  }

  .hero-actions,
  .contact-form__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .button,
  .audio-toggle,
  .sound-prompt {
    width: 100%;
  }
}

.hero-shade {
  display: none;
}

.hero .section-frame,
#capital-access .section-frame {
  width: 100%;
  max-width: none;
}

.hero-stage {
  position: relative;
  isolation: isolate;
  min-height: calc(100vh - 112px);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0;
  border-radius: 0;
  overflow: hidden;
  border-top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, #09081d 0%, #110f2f 100%);
  box-shadow: var(--shadow);
}

.hero-stage__image {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: none;
  height: auto;
  display: block;
}

.hero-ambient {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  overflow: hidden;
}

.sky-stars,
.hero-ambient__arc {
  position: absolute;
  inset: 0;
}

.sky-star {
  position: absolute;
  left: var(--sky-star-left);
  top: var(--sky-star-top);
  width: var(--sky-star-size);
  height: var(--sky-star-size);
  border-radius: 999px;
  background: rgba(227, 232, 255, 0.9);
  box-shadow:
    0 0 6px rgba(190, 208, 255, 0.34),
    0 0 16px rgba(138, 133, 255, 0.14);
  animation:
    heroTwinkle var(--sky-star-duration) ease-in-out infinite,
    heroDrift var(--sky-star-drift-duration, calc(var(--sky-star-duration) * 1.7)) ease-in-out infinite;
  animation-delay: var(--sky-star-delay), var(--sky-star-drift-delay, var(--sky-star-delay));
}

.sky-stars--intro {
  opacity: 0.94;
}

.sky-stars--hero {
  z-index: 3;
  opacity: 0.82;
  mix-blend-mode: screen;
}

.sky-stars--hero .sky-star {
  background: rgba(236, 240, 255, 0.94);
  box-shadow:
    0 0 10px rgba(216, 226, 255, 0.5),
    0 0 22px rgba(138, 133, 255, 0.22),
    0 0 34px rgba(243, 224, 170, 0.12);
  animation:
    heroStarPeak var(--sky-star-duration) linear infinite,
    heroDrift var(--sky-star-drift-duration, 5.8s) ease-in-out infinite;
  animation-delay: var(--sky-star-delay), var(--sky-star-drift-delay, 0s);
}

.hero-comets {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  overflow: hidden;
}

.hero-comet {
  position: absolute;
  left: var(--comet-start-x);
  top: var(--comet-start-y);
  width: var(--comet-length);
  height: var(--comet-thickness);
  border-radius: 999px;
  opacity: 0;
  transform: translate3d(0, 0, 0) rotate(var(--comet-angle));
  transform-origin: 100% 50%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(124, 160, 255, 0.1) 28%,
    rgba(178, 132, 255, 0.58) 64%,
    rgba(243, 224, 170, 0.96) 88%,
    rgba(255, 255, 255, 1) 100%
  );
  box-shadow:
    0 0 14px rgba(124, 160, 255, 0.28),
    0 0 28px rgba(178, 132, 255, 0.34),
    0 0 46px rgba(243, 224, 170, 0.24);
  filter: blur(0.2px);
  animation: heroCometFlight var(--comet-duration) ease-out var(--comet-delay) forwards;
}

.hero-comet::after {
  content: "";
  position: absolute;
  right: -2px;
  top: 50%;
  width: calc(var(--comet-thickness) * 2.8);
  height: calc(var(--comet-thickness) * 2.8);
  border-radius: 50%;
  transform: translateY(-50%);
  background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(243, 224, 170, 0.96) 38%, rgba(178, 132, 255, 0.78) 70%, rgba(178, 132, 255, 0) 100%);
  box-shadow:
    0 0 16px rgba(255, 255, 255, 0.6),
    0 0 30px rgba(243, 224, 170, 0.4),
    0 0 46px rgba(178, 132, 255, 0.28);
}

.hero-ambient__arc {
  inset: 1.2% 10% auto;
  height: clamp(10rem, 18vw, 17rem);
}

.hero-ambient__arc::before {
  content: "";
  position: absolute;
  inset: 0;
  border-top: 1px solid rgba(248, 196, 113, 0.2);
  border-left: 1px solid rgba(248, 196, 113, 0.08);
  border-right: 1px solid rgba(138, 133, 255, 0.08);
  border-top-left-radius: 999px 100%;
  border-top-right-radius: 999px 100%;
  border-bottom: 0;
  opacity: 0.56;
}

.hero-ambient__sun,
.hero-ambient__moon {
  position: absolute;
  inset: 2% 9% auto;
  height: clamp(10rem, 19vw, 19rem);
  z-index: 3;
  transform-origin: 50% 100%;
  will-change: transform, opacity;
}

.hero-ambient__sun {
  --hero-orb-width: clamp(3.1rem, 6vw, 5.3rem);
  --hero-orb-height: clamp(3.1rem, 6vw, 5.3rem);
  animation: heroOrbitSun 18s linear infinite;
}

.hero-ambient__moon {
  --hero-orb-width: clamp(4rem, 7.3vw, 6.2rem);
  --hero-orb-height: clamp(3.1rem, 5.7vw, 4.9rem);
  animation: heroOrbitMoon 18s linear infinite;
}

.hero-ambient__sun::before,
.hero-ambient__moon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  width: var(--hero-orb-width);
  height: var(--hero-orb-height);
  transform: translate(-50%, 0);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.hero-ambient__sun::before {
  background-image: url("./assets/hero-sun.svg");
  filter:
    drop-shadow(0 0 22px rgba(248, 196, 113, 0.3))
    drop-shadow(0 0 40px rgba(243, 154, 114, 0.16));
}

.hero-ambient__moon::before {
  background-image: url("./assets/hero-moon.svg");
  filter:
    drop-shadow(0 0 18px rgba(170, 126, 255, 0.24))
    drop-shadow(0 0 36px rgba(138, 133, 255, 0.14));
}

.intro-story {
  position: absolute;
  inset: 0;
  z-index: 6;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: clamp(22px, 4vw, 48px);
  pointer-events: none;
  overflow: visible;
}

.intro-story__caption {
  width: min(72rem, calc(100vw - 72px));
  margin: 0;
  font-size: clamp(4.4rem, 12vw, 10rem);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  position: relative;
  z-index: 7;
  overflow: visible;
  white-space: pre-line;
  background: linear-gradient(135deg, var(--blue-soft), var(--gold), var(--peach));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 12px 38px rgba(0, 0, 0, 0.48));
  opacity: 0;
  transform: translateY(18px) scale(0.985);
  transition: opacity 0.22s ease, transform 0.32s ease;
}

.intro-story__caption.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.intro-skip {
  position: absolute;
  right: 24px;
  bottom: 84px;
  z-index: 4;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(9, 8, 29, 0.66);
  color: var(--text);
  box-shadow: 0 0 28px rgba(178, 132, 255, 0.16);
}

.intro-transition {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
  opacity: 0;
  overflow: hidden;
}

.intro-transition__veil,
.intro-transition__ring,
.intro-transition__core {
  position: absolute;
}

.intro-transition__veil {
  inset: 0;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.98) 0, rgba(248, 196, 113, 0.72) 10%, rgba(243, 155, 99, 0.42) 20%, rgba(138, 133, 255, 0.22) 34%, rgba(5, 4, 13, 0) 60%);
  opacity: 0;
}

.intro-transition__ring,
.intro-transition__core {
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.intro-transition__ring {
  width: 16vmax;
  height: 16vmax;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0) 0 36%,
    rgba(248, 196, 113, 0.9) 46%,
    rgba(243, 155, 99, 0.68) 56%,
    rgba(138, 133, 255, 0.42) 72%,
    rgba(8, 5, 18, 0) 84%
  );
  opacity: 0;
}

.intro-transition__core {
  width: 8vmin;
  height: 8vmin;
  background: radial-gradient(circle, #fff 0, #f8c471 28%, #f39b63 48%, #8a85ff 72%, rgba(5, 4, 13, 0) 86%);
  opacity: 0;
}

.intro-transition.is-active {
  opacity: 1;
}

.intro-transition.is-active .intro-transition__veil {
  animation: introBurstFlash 0.92s ease-out forwards;
}

.intro-transition.is-active .intro-transition__ring {
  animation: introBurstHalo 0.92s ease-out forwards;
}

.intro-transition.is-active .intro-transition__core {
  animation: introBurstCore 0.92s ease-out forwards;
}

.capital-scene__media {
  object-fit: contain;
  background: #12061f;
}

.capital-scene {
  border-radius: 0;
  border-left: 0;
  border-right: 0;
}

.site-footer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 0 52px;
}

.site-footer__copy {
  margin: 0;
  font-size: 0.95rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--muted);
}

.site-footer__socials {
  display: flex;
  gap: 12px;
}

.site-footer__legal {
  width: 100%;
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.75;
}

.site-footer__legal-link {
  color: var(--gold);
  text-decoration: none;
  transition: color 0.25s ease;
}

.site-footer__legal-link:hover,
.site-footer__legal-link:focus-visible {
  color: var(--peach);
}

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(135deg, rgba(243, 154, 114, 0.08), rgba(178, 132, 255, 0.1)),
    rgba(9, 8, 29, 0.54);
  color: var(--text);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.03),
    0 14px 30px rgba(0, 0, 0, 0.24);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.social-link svg {
  width: 21px;
  height: 21px;
  fill: currentColor;
}

.social-link:hover,
.social-link:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(243, 154, 114, 0.34);
  box-shadow:
    0 0 0 1px rgba(243, 154, 114, 0.08),
    0 0 22px rgba(243, 154, 114, 0.24),
    0 0 42px rgba(178, 132, 255, 0.18);
}

@keyframes heroTwinkle {
  0%,
  100% {
    opacity: 0.22;
    transform: scale(0.72);
  }
  20% {
    opacity: 0.74;
    transform: scale(1);
  }
  45% {
    opacity: 0.34;
    transform: scale(0.82);
  }
  68% {
    opacity: 1;
    transform: scale(1.18);
  }
}

@keyframes heroStarPeak {
  0%,
  100% {
    opacity: 0.16;
    transform: scale(0.76);
    box-shadow:
      0 0 6px rgba(216, 226, 255, 0.22),
      0 0 14px rgba(138, 133, 255, 0.1),
      0 0 22px rgba(243, 224, 170, 0.04);
  }
  42% {
    opacity: 0.22;
    transform: scale(0.82);
    box-shadow:
      0 0 8px rgba(216, 226, 255, 0.26),
      0 0 18px rgba(138, 133, 255, 0.12),
      0 0 26px rgba(243, 224, 170, 0.06);
  }
  46% {
    opacity: 0.38;
    transform: scale(1.02);
    box-shadow:
      0 0 12px rgba(230, 238, 255, 0.42),
      0 0 26px rgba(138, 133, 255, 0.2),
      0 0 34px rgba(243, 224, 170, 0.1);
  }
  47%,
  53% {
    opacity: 1;
    transform: scale(1.6);
    box-shadow:
      0 0 18px rgba(244, 247, 255, 0.92),
      0 0 34px rgba(193, 180, 255, 0.5),
      0 0 52px rgba(243, 224, 170, 0.26);
  }
  57% {
    opacity: 0.34;
    transform: scale(0.98);
    box-shadow:
      0 0 11px rgba(230, 238, 255, 0.36),
      0 0 22px rgba(138, 133, 255, 0.18),
      0 0 30px rgba(243, 224, 170, 0.08);
  }
}

@keyframes heroCometFlight {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0) rotate(var(--comet-angle)) scaleX(0.58);
  }
  10% {
    opacity: 1;
  }
  78% {
    opacity: 0.82;
  }
  100% {
    opacity: 0;
    transform: translate3d(var(--comet-move-x), var(--comet-move-y), 0) rotate(var(--comet-angle)) scaleX(1.18);
  }
}

@keyframes focusBulletPulse {
  0%,
  100% {
    opacity: 0.72;
    transform: scale(0.92);
    box-shadow:
      0 0 10px rgba(243, 154, 114, 0.18),
      0 0 18px rgba(178, 132, 255, 0.2);
  }
  50% {
    opacity: 1;
    transform: scale(1.18);
    box-shadow:
      0 0 14px rgba(243, 154, 114, 0.36),
      0 0 28px rgba(178, 132, 255, 0.42),
      0 0 42px rgba(124, 160, 255, 0.16);
  }
}

@keyframes heroDrift {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(var(--sky-star-drift), -4px, 0);
  }
}

@keyframes heroOrbitSun {
  0% {
    opacity: 0;
    transform: rotate(-66deg);
  }
  5% {
    opacity: 1;
  }
  46% {
    opacity: 1;
    transform: rotate(66deg);
  }
  49.5% {
    opacity: 1;
    transform: rotate(66deg);
  }
  50.5%,
  100% {
    opacity: 0;
    transform: rotate(66deg);
  }
}

@keyframes heroOrbitMoon {
  0%,
  50% {
    opacity: 0;
    transform: rotate(-66deg);
  }
  54% {
    opacity: 1;
  }
  96% {
    opacity: 1;
    transform: rotate(66deg);
  }
  100% {
    opacity: 0;
    transform: rotate(66deg);
  }
}

@keyframes introBurstFlash {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  14% {
    opacity: 1;
  }
  42% {
    opacity: 0.84;
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}

@keyframes introBurstHalo {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.16);
  }
  12% {
    opacity: 1;
  }
  40% {
    opacity: 0.92;
    transform: translate(-50%, -50%) scale(1.8);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(4.2);
  }
}

@keyframes introBurstCore {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.08);
  }
  10% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(6.4);
  }
}

@keyframes introPromptGlow {
  0%,
  100% {
    color: rgba(248, 232, 188, 0.94);
    border-color: rgba(243, 224, 170, 0.3);
    background: rgba(9, 8, 29, 0.48);
    box-shadow:
      0 0 0 1px rgba(243, 224, 170, 0.06),
      0 0 20px rgba(243, 154, 114, 0.18),
      0 0 34px rgba(178, 132, 255, 0.16);
    text-shadow:
      0 0 10px rgba(243, 224, 170, 0.24),
      0 0 18px rgba(178, 132, 255, 0.14);
    transform: translateY(0) scale(1);
  }
  50% {
    color: rgba(255, 244, 214, 1);
    border-color: rgba(243, 224, 170, 0.56);
    background: rgba(14, 11, 38, 0.72);
    box-shadow:
      0 0 0 1px rgba(243, 224, 170, 0.14),
      0 0 28px rgba(243, 154, 114, 0.34),
      0 0 54px rgba(178, 132, 255, 0.34),
      0 0 72px rgba(111, 125, 255, 0.16);
    text-shadow:
      0 0 14px rgba(255, 247, 227, 0.42),
      0 0 26px rgba(243, 154, 114, 0.24),
      0 0 34px rgba(178, 132, 255, 0.24);
    transform: translateY(-1px) scale(1.02);
  }
}

@media (max-width: 900px) {
  .intro-copy {
    justify-content: center;
    padding-bottom: 6vh;
  }

  .intro-loader {
    order: 1;
  }

  .intro-enter {
    order: 2;
    max-width: min(28rem, 88vw);
    margin: 0 0 18px;
    text-align: center;
    border-color: rgba(243, 224, 170, 0.4);
    background: rgba(12, 10, 34, 0.58);
    box-shadow:
      0 0 0 1px rgba(243, 224, 170, 0.08),
      0 0 26px rgba(243, 154, 114, 0.24),
      0 0 42px rgba(178, 132, 255, 0.22);
  }

  .intro-kicker {
    order: 3;
  }

  .intro-title {
    order: 4;
  }

  .intro-text {
    order: 5;
    max-width: min(28rem, 88vw);
    margin-top: 24px;
    font-size: 1rem;
    text-align: center;
    border-color: rgba(243, 224, 170, 0.4);
    background: rgba(12, 10, 34, 0.58);
    box-shadow:
      0 0 0 1px rgba(243, 224, 170, 0.08),
      0 0 26px rgba(243, 154, 114, 0.24),
      0 0 42px rgba(178, 132, 255, 0.22);
    animation: introPromptGlow 2.8s ease-in-out infinite;
  }

  .intro-story {
    padding: 18px;
  }

  .intro-story__caption {
    width: min(34rem, calc(100vw - 36px));
    font-size: clamp(3.1rem, 16vw, 6rem);
  }

  .hero-ambient__arc {
    inset: 3% 6% auto;
    height: clamp(8rem, 28vw, 12.5rem);
  }

  .hero-stage {
    min-height: auto;
    align-items: flex-start;
    padding: 0;
  }

  .hero-stage__image {
    width: 100%;
    max-width: none;
    height: auto;
    margin-top: 0;
  }

  .hero-ambient__sun,
  .hero-ambient__moon {
    inset: 3% 6% auto;
    height: clamp(8rem, 28vw, 12.5rem);
  }

  .hero-ambient__sun {
    --hero-orb-width: clamp(2.5rem, 11vw, 3.8rem);
    --hero-orb-height: clamp(2.5rem, 11vw, 3.8rem);
  }

  .hero-ambient__moon {
    --hero-orb-width: clamp(3.3rem, 14vw, 4.8rem);
    --hero-orb-height: clamp(2.6rem, 11vw, 3.8rem);
  }

  .intro-loader__triangle::after {
    inset: 7% 8% 6%;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 720px) {
  .intro-skip {
    right: 16px;
    bottom: 78px;
  }
}

@media (max-width: 720px) and (orientation: portrait) {
  .hero {
    min-height: auto;
    padding-bottom: 18px;
  }

  #about.section-block {
    padding-top: 18px;
  }

  .capital-scene {
    min-height: 88vh;
  }

  .capital-scene__media {
    object-fit: cover;
    inset: 0 auto 0 -56px;
    width: calc(100% + 56px);
    max-width: none;
    object-position: center center;
    transform: none;
  }

  .capital-title,
  .capital-copy {
    left: 12px;
    right: auto;
    width: calc(100% - 24px);
    max-width: none;
    text-align: left;
  }

  .capital-title {
    top: 28px;
    justify-items: start;
  }

  .capital-title__heading {
    max-width: 100%;
    font-size: clamp(2rem, 10.4vw, 3rem);
    line-height: 0.94;
    text-align: left;
  }

  .eyebrow--capital {
    text-align: left;
  }

  .capital-copy {
    top: clamp(152px, 22vh, 188px);
    bottom: 28px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }

  .capital-copy p {
    max-width: none;
    margin-left: 0;
    text-align: left;
  }

  .capital-copy .button {
    margin-top: auto;
  }
}

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

  .sky-star,
  .hero-comet,
  .intro-loader__triangle,
  .intro-loader__atom,
  .intro-transition__veil,
  .intro-transition__ring,
  .intro-transition__core,
  .intro-story__caption {
    animation: none !important;
    transition: none !important;
  }
}
