:root {
  color-scheme: light dark;
  --page-bg: #f7f9ff;
  --page-bg-2: #edf2ff;
  --surface: rgba(255, 255, 255, 0.72);
  --surface-strong: rgba(255, 255, 255, 0.9);
  --surface-dark: rgba(13, 20, 35, 0.82);
  --surface-dark-strong: rgba(18, 28, 46, 0.92);
  --ink: #0e1626;
  --ink-soft: #5a6577;
  --ink-muted: rgba(14, 22, 38, 0.62);
  --ink-dark: #f5f8ff;
  --ink-dark-soft: rgba(245, 248, 255, 0.72);
  --line: rgba(23, 43, 84, 0.1);
  --line-strong: rgba(23, 43, 84, 0.18);
  --accent: #345eff;
  --accent-2: #22d9c2;
  --accent-3: #ff75e5;
  --accent-4: #ffe06d;
  --shadow-soft: 0 18px 40px rgba(23, 43, 84, 0.12);
  --shadow-strong: 0 30px 90px rgba(23, 43, 84, 0.2);
  --shadow-dark: 0 24px 80px rgba(0, 0, 0, 0.4);
  --radius-xl: 42px;
  --radius-lg: 30px;
  --radius-md: 22px;
  --radius-sm: 16px;
  --menu-scrim: rgba(5, 11, 18, 0.72);
  --scene-x: 0;
  --scene-y: 0;
}

@media (prefers-color-scheme: dark) {
  :root {
    --page-bg: #050a13;
    --page-bg-2: #08111d;
    --surface: rgba(13, 20, 33, 0.72);
    --surface-strong: rgba(16, 25, 39, 0.88);
    --surface-dark: rgba(10, 16, 27, 0.92);
    --surface-dark-strong: rgba(8, 14, 25, 0.94);
    --ink: #f4f8ff;
    --ink-soft: rgba(244, 248, 255, 0.72);
    --ink-muted: rgba(244, 248, 255, 0.58);
    --ink-dark: #f4f8ff;
    --ink-dark-soft: rgba(244, 248, 255, 0.74);
    --line: rgba(164, 188, 255, 0.16);
    --line-strong: rgba(164, 188, 255, 0.28);
    --shadow-soft: 0 18px 42px rgba(0, 0, 0, 0.22);
    --shadow-strong: 0 30px 90px rgba(0, 0, 0, 0.4);
    --shadow-dark: 0 24px 80px rgba(0, 0, 0, 0.48);
    --menu-scrim: rgba(0, 0, 0, 0.68);
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 10% 12%, rgba(52, 94, 255, 0.16), transparent 22%),
    radial-gradient(circle at 86% 6%, rgba(34, 217, 194, 0.14), transparent 20%),
    radial-gradient(circle at 84% 88%, rgba(255, 117, 229, 0.12), transparent 18%),
    linear-gradient(180deg, var(--page-bg) 0%, var(--page-bg-2) 100%);
  overflow-x: clip;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 20% 16%, rgba(52, 94, 255, 0.08), transparent 18%),
    radial-gradient(circle at 76% 12%, rgba(255, 117, 229, 0.1), transparent 18%),
    radial-gradient(circle at 56% 90%, rgba(34, 217, 194, 0.08), transparent 20%);
  opacity: 0.9;
  z-index: -2;
  animation: ambient-drift 22s ease-in-out infinite alternate;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(120deg, transparent 0 38%, rgba(255, 255, 255, 0.16) 42%, transparent 45%),
    linear-gradient(310deg, transparent 0 55%, rgba(255, 255, 255, 0.08) 59%, transparent 64%);
  opacity: 0.48;
  z-index: -1;
}

body.menu-open {
  overflow: hidden;
  overscroll-behavior: none;
  touch-action: none;
}

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

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

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

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

.shell {
  width: min(1220px, calc(100% - 40px));
  margin: 0 auto;
}

.tag,
.eyebrow,
.chip,
.scene-core__label,
.wheel-center__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.tag {
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(52, 94, 255, 0.1);
  color: var(--accent);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow {
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.eyebrow::before {
  content: "";
  width: 48px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
}

.display,
.hero-copy h1,
.section-head h2,
.section-head h3,
.panel h2,
.panel h3,
.flow-card h3,
.wheel-center strong,
.wheel-step h3,
.page-hero h1,
.service-card h3,
.about-tile h3,
.contact-card h3,
.faq summary {
  margin: 0;
  font-family: "Sora", "Inter", system-ui, sans-serif;
  letter-spacing: -0.04em;
}

.display,
.hero-copy h1,
.page-hero h1 {
  font-size: clamp(3.1rem, 6vw, 6.9rem);
  line-height: 0.92;
}

.lead {
  margin: 0;
  font-size: clamp(1.03rem, 1.6vw, 1.2rem);
  line-height: 1.78;
  color: var(--ink-soft);
}

.section {
  padding: 40px 0;
}

.section--soft {
  padding-top: 16px;
}

.section--dark {
  position: relative;
  margin: 10px 0 0;
  padding: 46px 0 54px;
  color: var(--ink-dark);
  background:
    radial-gradient(circle at 16% 18%, rgba(52, 94, 255, 0.18), transparent 26%),
    radial-gradient(circle at 88% 0%, rgba(34, 217, 194, 0.16), transparent 22%),
    linear-gradient(180deg, #0a1220 0%, #0d1627 100%);
}

.section--dark::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% 22%, rgba(255, 117, 229, 0.06), transparent 18%),
    radial-gradient(circle at 88% 84%, rgba(255, 224, 109, 0.06), transparent 18%);
  opacity: 0.86;
  pointer-events: none;
}

.section--cta {
  padding-bottom: 70px;
}

.section-head {
  display: grid;
  gap: 12px;
  max-width: 840px;
  margin-bottom: 26px;
}

.section-head h2 {
  font-size: clamp(2.02rem, 3.45vw, 3.35rem);
  line-height: 1.02;
}

.section-head p,
.panel p,
.flow-card p,
.wheel-center p,
.wheel-notes p,
.service-card p,
.about-tile p,
.contact-card p,
.faq p,
.page-copy p,
.hero-copy p,
.contact-form label,
.footer-copy,
.footer-brand p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.7;
}

.btn {
  appearance: none;
  border: 0;
  min-height: 52px;
  padding: 0 18px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font: inherit;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease, color 160ms ease,
    border-color 160ms ease, opacity 160ms ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn:focus-visible,
.menu-toggle:focus-visible,
.menu-close:focus-visible,
.nav-links a:focus-visible,
.desktop-nav a:focus-visible,
.nav-sheet__brand:focus-visible,
.footer-links a:focus-visible,
.btn-link:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--accent-2) 70%, white);
  outline-offset: 3px;
}

.btn-primary {
  color: #ffffff;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-2) 54%, var(--accent-3) 100%);
  box-shadow: 0 18px 36px rgba(34, 98, 255, 0.32);
}

.btn-secondary {
  color: var(--ink);
  background: color-mix(in srgb, var(--surface) 92%, white);
  border: 1px solid var(--line-strong);
  box-shadow: var(--shadow-soft);
}

@media (prefers-color-scheme: dark) {
  .btn-secondary {
    color: var(--ink-dark);
    background: rgba(255, 255, 255, 0.06);
  }
}

.btn-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--accent);
  font-weight: 700;
}

.btn-link::after {
  content: "↗";
  font-size: 0.95em;
}

.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.chip {
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--surface) 88%, white);
  border: 1px solid var(--line);
  color: var(--ink);
  font-weight: 700;
}

@media (prefers-color-scheme: dark) {
  .chip {
    background: rgba(255, 255, 255, 0.06);
    color: var(--ink-dark);
  }
}

.grid {
  display: grid;
  gap: 18px;
}

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

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

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

.panel,
.flow-card,
.service-card,
.about-tile,
.contact-card,
.page-copy,
.faq,
.wheel-notes .panel {
  background: color-mix(in srgb, var(--surface) 82%, white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

@media (prefers-color-scheme: dark) {
  .panel,
  .flow-card,
  .service-card,
  .about-tile,
  .contact-card,
  .page-copy,
  .faq,
  .wheel-notes .panel {
    background: color-mix(in srgb, var(--surface-dark) 96%, black);
    border-color: var(--line);
    box-shadow: var(--shadow-dark);
  }
}

.panel {
  padding: 24px;
  border-radius: 30px;
}

.panel--soft {
  background: color-mix(in srgb, var(--surface-strong) 88%, white);
}

@media (prefers-color-scheme: dark) {
  .panel--soft {
    background: rgba(255, 255, 255, 0.05);
  }
}

.panel--tall {
  min-height: 100%;
}

.site-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  padding: 14px 0 0;
  transition: transform 180ms ease, padding 180ms ease;
}

.site-nav.is-scrolled {
  padding-top: 10px;
}

.nav-shell {
  min-height: 88px;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 18px;
  padding: 12px 18px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(20px);
  box-shadow: var(--shadow-soft);
}

@media (prefers-color-scheme: dark) {
  .nav-shell {
    background: rgba(9, 14, 24, 0.78);
  }
}

.brand,
.nav-sheet__brand,
.footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.brand img,
.nav-sheet__brand img,
.footer-brand img {
  width: 58px;
  flex: none;
}

.brand-mark,
.nav-sheet__brand strong,
.footer-brand strong {
  display: grid;
  gap: 2px;
}

.brand-mark strong,
.nav-sheet__brand strong,
.footer-brand strong {
  font-size: 1.18rem;
  letter-spacing: -0.03em;
}

.brand-mark span {
  color: var(--ink-soft);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.desktop-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: clamp(18px, 2vw, 28px);
}

.desktop-nav a {
  position: relative;
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.desktop-nav a[aria-current="page"]::after,
.desktop-nav a:hover::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
}

.nav-shell__cta {
  justify-self: end;
}

.menu-toggle,
.menu-close {
  appearance: none;
  border: 1px solid var(--line-strong);
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
  cursor: pointer;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

@media (prefers-color-scheme: dark) {
  .menu-toggle,
  .menu-close {
    background: rgba(255, 255, 255, 0.06);
    color: var(--ink-dark);
  }
}

.menu-toggle {
  display: none;
  width: 52px;
  height: 52px;
  padding: 0;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
}

.menu-icon {
  width: 22px;
  display: grid;
  gap: 4px;
}

.menu-icon span {
  display: block;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.menu-close {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  font-size: 2rem;
  line-height: 1;
}

.nav-panel {
  position: fixed;
  inset: 0;
  z-index: 45;
  padding: 18px;
  background: var(--menu-scrim);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.nav-panel[data-open="true"] {
  opacity: 1;
  pointer-events: auto;
}

.nav-sheet {
  width: min(1120px, 100%);
  height: min(92svh, 900px);
  margin: 0 auto;
  border-radius: 36px;
  border: 1px solid var(--line-strong);
  background:
    radial-gradient(circle at 8% 4%, rgba(52, 94, 255, 0.1), transparent 20%),
    radial-gradient(circle at 88% 16%, rgba(34, 217, 194, 0.08), transparent 22%),
    color-mix(in srgb, var(--surface-strong) 92%, white);
  box-shadow: var(--shadow-strong);
  backdrop-filter: blur(24px);
  display: grid;
  grid-template-rows: auto 1fr auto;
  overflow: auto;
}

.nav-sheet__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 18px 0;
}

.nav-sheet__brand {
  min-width: 0;
}

.nav-sheet__brand strong {
  font-size: 1.06rem;
}

.nav-sheet__body {
  display: grid;
  gap: 24px;
  align-content: center;
  padding: 24px 18px 20px;
}

.nav-links {
  display: grid;
  gap: 14px;
}

.nav-links a {
  min-height: 60px;
  padding: 0 18px;
  border-radius: 20px;
  border: 1px solid var(--line-strong);
  background: rgba(255, 255, 255, 0.76);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: var(--ink);
  font-size: clamp(1rem, 2.8vw, 1.18rem);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (prefers-color-scheme: dark) {
  .nav-links a {
    background: rgba(255, 255, 255, 0.05);
    color: var(--ink-dark);
  }
}

.nav-cta {
  display: flex;
  justify-content: flex-start;
}

.nav-cta .btn {
  min-width: min(360px, 100%);
}

.hero {
  position: relative;
  overflow: clip;
}

.hero-home {
  margin-top: 14px;
  color: var(--ink-dark);
  background:
    radial-gradient(circle at 14% 18%, rgba(52, 94, 255, 0.26), transparent 22%),
    radial-gradient(circle at 86% 12%, rgba(34, 217, 194, 0.2), transparent 20%),
    radial-gradient(circle at 84% 84%, rgba(255, 117, 229, 0.14), transparent 18%),
    linear-gradient(135deg, #060b15 0%, #0b1422 42%, #08111d 100%);
}

.hero-home::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(110deg, transparent 0 44%, rgba(255, 255, 255, 0.04) 48%, transparent 52%),
    linear-gradient(320deg, transparent 0 64%, rgba(255, 255, 255, 0.03) 68%, transparent 72%);
  pointer-events: none;
}

.hero-backdrop {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: clip;
}

.hero-backdrop__line,
.hero-backdrop__glow {
  position: absolute;
  border-radius: 999px;
}

.hero-backdrop__line--one {
  inset: 18% auto auto 0;
  width: 52vw;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.28), transparent);
  transform: rotate(-8deg);
}

.hero-backdrop__line--two {
  inset: auto 0 16% auto;
  width: 62vw;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.22), transparent);
  transform: rotate(11deg);
}

.hero-backdrop__glow--one {
  width: 34vw;
  aspect-ratio: 1;
  inset: 6% auto auto 4%;
  background: radial-gradient(circle, rgba(52, 94, 255, 0.28), transparent 68%);
  filter: blur(12px);
}

.hero-backdrop__glow--two {
  width: 28vw;
  aspect-ratio: 1;
  inset: auto 4% 8% auto;
  background: radial-gradient(circle, rgba(34, 217, 194, 0.24), transparent 66%);
  filter: blur(14px);
}

.hero-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: clamp(24px, 4vw, 52px);
  align-items: center;
  min-height: calc(100svh - 120px);
  padding: 28px 0 44px;
}

.hero-copy {
  display: grid;
  gap: 22px;
  position: relative;
  z-index: 1;
}

.hero-copy .eyebrow {
  color: rgba(245, 248, 255, 0.72);
}

.hero-copy .eyebrow::before {
  background: linear-gradient(90deg, var(--accent-2), var(--accent-3));
}

.hero-copy h1 {
  max-width: 12ch;
  color: #ffffff;
  text-shadow: 0 12px 32px rgba(0, 0, 0, 0.24);
}

.hero-copy .lead {
  max-width: 58ch;
  color: rgba(245, 248, 255, 0.76);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-actions .btn-secondary {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
}

.hero-scene {
  position: relative;
  min-height: clamp(560px, 56vw, 760px);
  perspective: 1400px;
  transform-style: preserve-3d;
}

.hero-scene--page {
  min-height: clamp(440px, 44vw, 620px);
}

.scene-curves {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.scene-curves path {
  animation: dash 30s linear infinite;
}

.scene-orbit {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.scene-orbit--outer {
  width: min(80%, 660px);
  aspect-ratio: 1;
  top: 6%;
  right: 2%;
  border-style: dashed;
  animation: spinSlow 46s linear infinite;
}

.scene-orbit--inner {
  width: min(58%, 470px);
  aspect-ratio: 1;
  top: 16%;
  right: 13%;
  border-color: rgba(255, 255, 255, 0.24);
  animation: spinSlow 34s linear infinite reverse;
}

.scene-orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(0);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.12),
    0 18px 46px rgba(0, 0, 0, 0.32);
}

.scene-orb--a {
  width: 72px;
  height: 72px;
  background: radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.9), rgba(52, 94, 255, 0.92) 50%, rgba(52, 94, 255, 0.18) 100%);
  top: 24%;
  right: 27%;
  animation: float 9s ease-in-out infinite;
}

.scene-orb--b {
  width: 98px;
  height: 98px;
  background: radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.92), rgba(34, 217, 194, 0.9) 48%, rgba(34, 217, 194, 0.16) 100%);
  top: 52%;
  right: 44%;
  animation: float 12s ease-in-out infinite reverse;
}

.scene-orb--c {
  width: 54px;
  height: 54px;
  background: radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.9), rgba(255, 117, 229, 0.86) 48%, rgba(255, 117, 229, 0.18) 100%);
  top: 18%;
  right: 5%;
  animation: float 11s ease-in-out infinite;
}

.scene-orb--d {
  width: 82px;
  height: 82px;
  background: radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.9), rgba(255, 224, 109, 0.82) 48%, rgba(255, 224, 109, 0.2) 100%);
  bottom: 16%;
  right: 16%;
  animation: float 10s ease-in-out infinite reverse;
}

.scene-core,
.scene-card,
.scene-photo {
  position: absolute;
  border-radius: 30px 54px 32px 48px / 30px 36px 44px 40px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(18px);
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.26);
  transform: translate3d(calc(var(--scene-x) * 30px), calc(var(--scene-y) * 30px), 0);
}

.scene-core {
  left: 8%;
  top: 36%;
  width: min(300px, 38vw);
  padding: 20px;
  color: #ffffff;
  background:
    radial-gradient(circle at 18% 0%, rgba(52, 94, 255, 0.34), transparent 34%),
    radial-gradient(circle at 100% 100%, rgba(34, 217, 194, 0.28), transparent 30%),
    rgba(9, 15, 25, 0.84);
  animation: float 8s ease-in-out infinite;
}

.scene-core::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  animation: spinSlow 38s linear infinite;
}

.scene-core__label {
  position: relative;
  z-index: 1;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.74rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.scene-core strong,
.scene-core p {
  position: relative;
  z-index: 1;
}

.scene-core strong {
  display: block;
  margin-top: 14px;
  font-family: "Sora", "Inter", system-ui, sans-serif;
  font-size: clamp(1.2rem, 2vw, 1.8rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.scene-core p {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.65;
}

.scene-card {
  width: min(264px, 29vw);
  padding: 16px 16px 18px;
  color: #ffffff;
}

.scene-card .tag {
  margin-bottom: 14px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.scene-card h3 {
  font-size: clamp(1rem, 1.6vw, 1.22rem);
  line-height: 1.22;
}

.scene-card--one {
  right: 3%;
  top: 15%;
}

.scene-card--two {
  right: 15%;
  bottom: 22%;
}

.scene-card--three {
  right: 34%;
  top: 58%;
}

.scene-photo {
  width: min(360px, 42vw);
  padding: 12px;
  right: 8%;
  top: 34%;
  background: rgba(255, 255, 255, 0.08);
}

.scene-photo img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1.18 / 1;
  object-fit: cover;
  border-radius: 24px 42px 24px 38px / 24px 30px 36px 28px;
}

.ticker-strip {
  padding: 0 0 14px;
  overflow: clip;
}

.ticker-shell {
  position: relative;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 14px 0;
}

.ticker {
  display: inline-flex;
  align-items: center;
  gap: 30px;
  white-space: nowrap;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-soft);
  animation: ticker-scroll 32s linear infinite;
}

.ticker span {
  position: relative;
}

.ticker span::after {
  content: "•";
  position: absolute;
  right: -18px;
  color: var(--accent);
}

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

.flow-card {
  position: relative;
  display: grid;
  gap: 14px;
  padding: 22px;
  min-height: 284px;
  border-radius: 36px 56px 34px 64px / 34px 46px 56px 42px;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 18%, rgba(52, 94, 255, 0.12), transparent 24%),
    radial-gradient(circle at 82% 0%, rgba(255, 117, 229, 0.08), transparent 20%),
    color-mix(in srgb, var(--surface-strong) 90%, white);
}

.flow-card::before {
  content: "";
  position: absolute;
  inset: auto -18px -18px auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 1px solid rgba(52, 94, 255, 0.15);
  opacity: 0.65;
}

.flow-card__index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(52, 94, 255, 0.14), rgba(34, 217, 194, 0.14));
  color: var(--accent);
  font-family: "Sora", "Inter", system-ui, sans-serif;
  font-weight: 800;
}

.flow-card h3 {
  font-size: clamp(1.15rem, 1.8vw, 1.42rem);
  line-height: 1.1;
}

.flow-card p {
  max-width: 34ch;
}

.wheel-shell {
  position: relative;
  z-index: 1;
}

.wheel-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(280px, 0.72fr);
  gap: 22px;
  align-items: center;
}

.wheel-stage {
  position: relative;
  min-height: 660px;
  border-radius: 42px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 50% 50%, rgba(52, 94, 255, 0.16), transparent 34%),
    radial-gradient(circle at 20% 12%, rgba(255, 117, 229, 0.08), transparent 18%),
    rgba(255, 255, 255, 0.02);
  overflow: hidden;
  transform-style: preserve-3d;
}

.wheel-stage__ring {
  position: absolute;
  inset: 10% 10%;
  border-radius: 50%;
  border: 1px dashed rgba(255, 255, 255, 0.12);
  pointer-events: none;
}

.wheel-stage__ring--outer {
  animation: spinSlow 52s linear infinite;
}

.wheel-stage__ring--inner {
  inset: 21% 21%;
  animation: spinSlow 36s linear infinite reverse;
}

.wheel-center {
  position: absolute;
  inset: 50%;
  width: min(250px, 33vw);
  min-height: 250px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  display: grid;
  place-items: center;
  padding: 22px;
  text-align: center;
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.26), transparent 28%),
    radial-gradient(circle at 68% 82%, rgba(34, 217, 194, 0.16), transparent 28%),
    rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04), 0 18px 40px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(20px);
}

.wheel-center__eyebrow {
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.wheel-center strong {
  font-size: clamp(1.24rem, 2vw, 1.74rem);
  line-height: 1.05;
}

.wheel-center p {
  max-width: 24ch;
  color: rgba(255, 255, 255, 0.74);
}

.wheel-step {
  position: absolute;
  inset: 50% auto auto 50%;
  width: min(190px, 24vw);
  padding: 14px 16px 16px;
  border-radius: 24px 34px 24px 38px / 24px 26px 34px 28px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #ffffff;
  transform:
    translate(-50%, -50%)
    rotate(var(--angle))
    translateY(-245px)
    rotate(calc(var(--angle) * -1))
    translateZ(0);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
  display: grid;
  gap: 6px;
  backdrop-filter: blur(16px);
  animation: float 8s ease-in-out infinite;
}

.wheel-step:nth-of-type(odd) {
  animation-direction: reverse;
}

.wheel-step__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(52, 94, 255, 0.2), rgba(34, 217, 194, 0.18));
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 800;
}

.wheel-step h3 {
  font-size: 1rem;
  line-height: 1.15;
}

.wheel-step--1 {
  --angle: 0deg;
}

.wheel-step--2 {
  --angle: 45deg;
}

.wheel-step--3 {
  --angle: 90deg;
}

.wheel-step--4 {
  --angle: 135deg;
}

.wheel-step--5 {
  --angle: 180deg;
}

.wheel-step--6 {
  --angle: 225deg;
}

.wheel-step--7 {
  --angle: 270deg;
}

.wheel-step--8 {
  --angle: 315deg;
}

.wheel-notes {
  display: grid;
  gap: 18px;
}

.check-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 18px;
  color: var(--ink-soft);
}

.split-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  align-items: start;
}

.split-grid--immersive {
  align-items: center;
}

.immersive-stack {
  position: relative;
  min-height: 520px;
}

.photo-card {
  overflow: hidden;
  border-radius: 34px 54px 30px 52px / 30px 36px 48px 40px;
  border: 1px solid var(--line-strong);
  background: var(--surface-strong);
  box-shadow: var(--shadow-strong);
}

.photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo-card--wide {
  width: min(100%, 540px);
  height: 320px;
}

.photo-card--float {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(62%, 380px);
  height: 220px;
  transform: rotate(-4deg);
}

.stat-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 20px;
}

.stat {
  min-width: 132px;
  padding: 14px 16px;
  border-radius: 22px;
  background: rgba(52, 94, 255, 0.08);
  border: 1px solid rgba(52, 94, 255, 0.12);
  display: grid;
  gap: 4px;
}

.stat strong {
  font-family: "Sora", "Inter", system-ui, sans-serif;
  font-size: 1.7rem;
  line-height: 1;
}

.stat span {
  font-size: 0.82rem;
  color: var(--ink-soft);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cta-shell {
  display: grid;
  gap: 18px;
  align-items: center;
  padding: 28px;
  border-radius: 36px 60px 36px 56px / 34px 38px 56px 42px;
  background:
    radial-gradient(circle at 12% 14%, rgba(52, 94, 255, 0.16), transparent 22%),
    radial-gradient(circle at 88% 12%, rgba(34, 217, 194, 0.12), transparent 18%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(246, 249, 255, 0.96));
  border: 1px solid var(--line-strong);
  box-shadow: var(--shadow-strong);
}

@media (prefers-color-scheme: dark) {
  .cta-shell {
    background:
      radial-gradient(circle at 12% 14%, rgba(52, 94, 255, 0.2), transparent 20%),
      radial-gradient(circle at 88% 12%, rgba(34, 217, 194, 0.16), transparent 18%),
      linear-gradient(135deg, rgba(10, 16, 27, 0.96), rgba(16, 24, 39, 0.96));
  }
}

.cta-shell h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3.2vw, 3rem);
  line-height: 1.02;
  max-width: 15ch;
}

.site-footer {
  padding: 20px 0 48px;
}

.footer-shell {
  display: grid;
  grid-template-columns: 1.25fr 1fr auto;
  gap: 20px;
  align-items: center;
  padding: 24px 28px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid var(--line);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow-soft);
}

@media (prefers-color-scheme: dark) {
  .footer-shell {
    background: rgba(255, 255, 255, 0.04);
  }
}

.footer-brand p {
  max-width: 32ch;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
  justify-content: center;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-copy {
  text-align: right;
  font-size: 0.92rem;
}

.page-hero {
  padding: 34px 0 22px;
}

.page-hero__shell {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.85fr);
  gap: 24px;
  align-items: center;
}

.page-copy {
  padding: 28px;
  border-radius: 34px 54px 34px 62px / 32px 36px 56px 44px;
}

.page-copy .eyebrow {
  margin-bottom: 16px;
}

.page-copy h1 {
  margin-bottom: 14px;
  max-width: 12ch;
}

.page-copy p {
  max-width: 60ch;
}

.page-hero__art {
  min-height: 420px;
}

.page-hero__art .photo-card {
  height: 100%;
  min-height: 420px;
}

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

.service-card,
.about-tile,
.contact-card {
  position: relative;
  overflow: hidden;
  padding: 22px;
  border-radius: 32px 56px 32px 54px / 30px 38px 52px 40px;
}

.service-card::before,
.about-tile::before,
.contact-card::before {
  content: "";
  position: absolute;
  inset: auto -16px -16px auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 1px solid rgba(52, 94, 255, 0.12);
}

.service-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(52, 94, 255, 0.14), rgba(34, 217, 194, 0.14));
  color: var(--accent);
  font-weight: 800;
}

.service-card ul,
.about-tile ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 18px;
  color: var(--ink-soft);
}

.service-card h3,
.about-tile h3,
.contact-card h3 {
  font-size: clamp(1.2rem, 1.8vw, 1.6rem);
  line-height: 1.08;
}

.services-band,
.framework-band,
.about-band,
.contact-band {
  display: grid;
  gap: 18px;
}

.services-band__layout,
.framework-band__layout,
.about-band__layout,
.contact-band__layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}

.services-ribbon,
.framework-ribbon {
  display: grid;
  gap: 12px;
}

.service-rail,
.framework-rail {
  display: grid;
  gap: 12px;
}

.service-pill {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 18px 20px;
  border-radius: 999px;
  background: rgba(52, 94, 255, 0.08);
  border: 1px solid rgba(52, 94, 255, 0.12);
}

.service-pill strong {
  font-family: "Sora", "Inter", system-ui, sans-serif;
  font-size: 1rem;
}

.about-bubble {
  display: grid;
  gap: 12px;
  padding: 26px;
  border-radius: 38px 58px 34px 62px / 32px 36px 56px 48px;
  background:
    radial-gradient(circle at 12% 16%, rgba(52, 94, 255, 0.12), transparent 18%),
    radial-gradient(circle at 84% 18%, rgba(255, 117, 229, 0.08), transparent 18%),
    color-mix(in srgb, var(--surface-strong) 90%, white);
  border: 1px solid var(--line-strong);
  box-shadow: var(--shadow-soft);
}

.about-bubble p {
  max-width: 58ch;
}

.faq {
  border-radius: 28px;
}

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

.faq details:first-child {
  border-top: 0;
}

.faq summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 0;
  font-size: 1.02rem;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq .faq-copy {
  padding-bottom: 18px;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.78fr);
  gap: 18px;
}

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

.contact-form__row {
  display: grid;
  gap: 12px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  font-weight: 700;
  color: var(--ink);
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  min-height: 52px;
  border-radius: 16px;
  border: 1px solid var(--line-strong);
  background: color-mix(in srgb, var(--surface-strong) 86%, white);
  color: var(--ink);
  padding: 0 14px;
}

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

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  outline: 2px solid rgba(52, 94, 255, 0.2);
  border-color: rgba(52, 94, 255, 0.44);
}

.contact-form .btn {
  justify-self: start;
}

.form-note {
  min-height: 24px;
  color: var(--ink-soft);
  margin: 0;
}

.form-note[data-state="success"] {
  color: #1f8a6d;
}

.form-note[data-state="error"] {
  color: #c14d54;
}

.form-note[data-state="pending"] {
  color: var(--accent);
}

[hidden] {
  display: none !important;
}

.reveal {
  opacity: 0;
  transform: translateY(22px) scale(0.99);
  transition: opacity 700ms ease, transform 700ms ease;
  will-change: transform, opacity;
}

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

@keyframes ambient-drift {
  0% {
    transform: translate3d(-1%, -1%, 0) scale(1);
  }
  100% {
    transform: translate3d(1.2%, 1%, 0) scale(1.03);
  }
}

@keyframes float {
  0%,
  100% {
    transform: translate3d(calc(var(--scene-x) * 18px), calc(var(--scene-y) * 18px), 0) translateY(0);
  }
  50% {
    transform: translate3d(calc(var(--scene-x) * 18px), calc(var(--scene-y) * 18px), 0) translateY(-10px);
  }
}

@keyframes spinSlow {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes dash {
  to {
    stroke-dashoffset: -1200;
  }
}

@keyframes ticker-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

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

  body::before,
  .scene-curves path,
  .scene-orbit,
  .scene-orb,
  .scene-core,
  .scene-card,
  .scene-photo,
  .ticker,
  .reveal,
  .hero-backdrop__glow,
  .hero-backdrop__line {
    animation: none !important;
    transition: none !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1180px) {
  .nav-shell {
    grid-template-columns: auto 1fr auto;
  }

  .desktop-nav {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .nav-shell__cta {
    display: none;
  }

  .hero-shell {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-bottom: 12px;
  }

  .hero-copy h1 {
    max-width: 13ch;
  }

  .hero-scene {
    min-height: 640px;
  }

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

  .wheel-layout,
  .split-grid,
  .page-hero__shell,
  .contact-grid,
  .services-band__layout,
  .framework-band__layout,
  .about-band__layout,
  .contact-band__layout {
    grid-template-columns: 1fr;
  }

  .wheel-stage {
    min-height: 680px;
  }

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

@media (max-width: 900px) {
  .shell {
    width: min(100%, calc(100% - 28px));
  }

  .site-nav {
    padding-top: 10px;
  }

  .nav-shell {
    min-height: 76px;
    padding: 10px 12px;
    border-radius: 24px;
  }

  .brand img,
  .nav-sheet__brand img,
  .footer-brand img {
    width: 50px;
  }

  .brand-mark span {
    display: none;
  }

  .hero-home {
    margin-top: 10px;
  }

  .hero-shell {
    padding-top: 18px;
  }

  .hero-copy h1,
  .page-copy h1 {
    font-size: clamp(2.7rem, 11vw, 4.4rem);
  }

  .hero-scene {
    min-height: 580px;
  }

  .scene-core {
    left: 4%;
    top: 40%;
    width: min(320px, 60vw);
  }

  .scene-card {
    width: min(250px, 42vw);
  }

  .scene-photo {
    width: min(320px, 54vw);
  }

  .focus-grid,
  .service-grid {
    grid-template-columns: 1fr;
  }

  .wheel-layout {
    gap: 18px;
  }

  .wheel-stage {
    min-height: auto;
    padding: 18px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    align-items: stretch;
  }

  .wheel-stage__ring,
  .wheel-center {
    display: none;
  }

  .wheel-step {
    position: relative;
    inset: auto;
    width: auto;
    transform: none !important;
    min-height: 120px;
  }

  .wheel-notes {
    grid-template-columns: 1fr;
  }

  .page-hero__art .photo-card,
  .photo-card--wide,
  .photo-card--float {
    width: 100%;
    height: auto;
    min-height: 280px;
    position: relative;
    transform: none;
  }

  .footer-shell {
    grid-template-columns: 1fr;
    justify-items: start;
    text-align: left;
  }

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

  .footer-copy {
    text-align: left;
  }
}

@media (max-width: 640px) {
  .shell {
    width: min(100%, calc(100% - 22px));
  }

  .nav-panel {
    padding: 10px;
  }

  .nav-sheet {
    width: 100%;
    height: calc(100svh - 20px);
    border-radius: 28px;
  }

  .nav-sheet__header {
    padding-top: 14px;
    padding-inline: 14px;
  }

  .nav-sheet__body {
    padding-inline: 14px;
    align-content: start;
  }

  .nav-links a {
    min-height: 52px;
    padding-inline: 14px;
    font-size: 0.94rem;
  }

  .nav-cta .btn {
    width: 100%;
    min-width: 0;
  }

  .hero-shell {
    padding-bottom: 26px;
  }

  .hero-copy {
    gap: 16px;
  }

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

  .hero-actions .btn {
    width: 100%;
  }

  .hero-scene {
    min-height: 520px;
  }

  .scene-core {
    width: min(320px, 72vw);
    left: 0;
    top: 44%;
  }

  .scene-card {
    width: min(220px, 48vw);
  }

  .scene-photo {
    width: min(280px, 60vw);
    right: 4%;
    top: 32%;
  }

  .scene-card--one {
    right: 0;
    top: 10%;
  }

  .scene-card--two {
    right: 10%;
    bottom: 14%;
  }

  .scene-card--three {
    right: 34%;
    top: 64%;
  }

  .ticker {
    gap: 20px;
    font-size: 0.72rem;
  }

  .panel,
  .flow-card,
  .service-card,
  .about-tile,
  .contact-card,
  .page-copy {
    padding: 20px;
  }

  .section {
    padding: 32px 0;
  }

  .section--dark {
    padding: 40px 0 44px;
  }

  .cta-shell {
    padding: 22px;
  }
}
