:root {
  --bg: #060814;
  --bg-elevated: rgba(12, 17, 29, 0.82);
  --panel: rgba(10, 16, 30, 0.72);
  --panel-strong: rgba(11, 18, 33, 0.92);
  --border: rgba(255, 255, 255, 0.12);
  --text: #f7f1e8;
  --muted: rgba(247, 241, 232, 0.72);
  --soft: rgba(247, 241, 232, 0.48);
  --accent: #ddb06f;
  --accent-2: #f06c52;
  --accent-3: #5fc5c9;
  --accent-4: #6e86d6;
  --shadow: 0 30px 120px rgba(0, 0, 0, 0.45);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --max-width: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #05070f;
}

html.intro-seen .intro-overlay {
  display: none !important;
}

body {
  margin: 0;
  min-height: 100vh;
  transition: background 700ms ease, color 300ms ease;
  background:
    radial-gradient(circle at top, rgba(221, 176, 111, 0.18), transparent 24%),
    radial-gradient(circle at 80% 18%, rgba(95, 197, 201, 0.1), transparent 20%),
    radial-gradient(circle at 50% 110%, rgba(110, 134, 214, 0.12), transparent 28%),
    linear-gradient(180deg, #05070f 0%, #0a1020 42%, #05070f 100%);
  color: var(--text);
  font-family: "Manrope", sans-serif;
  overflow-x: hidden;
}

body.intro-active {
  overflow: hidden;
}

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

button,
input,
select {
  font: inherit;
}

#taste-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 0;
  opacity: 0.72;
}

.intro-overlay {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 46%, rgba(221, 176, 111, 0.12), transparent 18%),
    linear-gradient(180deg, rgba(2, 3, 8, 0.995), rgba(3, 5, 10, 0.992));
  transition: opacity 1400ms ease, visibility 1400ms ease;
  overflow: hidden;
}

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

.intro-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 88px 88px;
  mask-image: radial-gradient(circle at center, black 22%, transparent 78%);
  opacity: 0.22;
}

.intro-content {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 40px), 820px);
  text-align: center;
  animation: introLift 2200ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.intro-brand {
  display: inline-block;
  margin-bottom: 20px;
  letter-spacing: 0.28em;
  font-size: 0.82rem;
  color: var(--soft);
}

.intro-title {
  margin: 0;
  font-family: "Syne", sans-serif;
  font-size: clamp(2.6rem, 6vw, 5.8rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
}

.intro-copy {
  width: min(100%, 52ch);
  margin: 22px auto 0;
  color: var(--muted);
  line-height: 1.7;
}

.intro-panel {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 52%;
  background:
    linear-gradient(180deg, rgba(2, 3, 8, 0.98), rgba(4, 8, 16, 0.95)),
    radial-gradient(circle at center, rgba(255, 255, 255, 0.04), transparent 44%);
  z-index: 1;
  transition: transform 1700ms cubic-bezier(0.16, 1, 0.3, 1), opacity 1200ms ease;
}

.intro-panel-left {
  left: 0;
  clip-path: polygon(0 0, 100% 0, 82% 100%, 0 100%);
}

.intro-panel-right {
  right: 0;
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
}

.katana-slash {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  transform: rotate(-19deg) scale(1.15);
  opacity: 0;
}

.katana-blade,
.katana-trail,
.katana-wave,
.katana-flare,
.slash-crack,
.katana-sparks {
  position: absolute;
  top: 50%;
  left: 50%;
  pointer-events: none;
}

.katana-blade {
  width: 150vmax;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.16) 16%, rgba(255, 255, 255, 0.95) 50%, rgba(255, 255, 255, 0.16) 84%, transparent 100%);
  box-shadow:
    0 0 24px rgba(255, 255, 255, 0.55),
    0 0 56px rgba(95, 197, 201, 0.35);
  transform: translate(-50%, -50%) scaleX(0.08);
  opacity: 0;
}

.katana-trail {
  width: 170vmax;
  height: 28px;
  background: linear-gradient(90deg, transparent 0%, rgba(240, 108, 82, 0.08) 24%, rgba(221, 176, 111, 0.55) 50%, rgba(95, 197, 201, 0.12) 78%, transparent 100%);
  filter: blur(22px);
  transform: translate(-50%, -50%) scaleX(0.04);
  opacity: 0;
}

.katana-wave {
  width: 160vmax;
  height: 96px;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.05) 22%, rgba(255, 255, 255, 0.18) 49%, rgba(255, 255, 255, 0.05) 76%, transparent 100%);
  filter: blur(26px);
  transform: translate(-50%, -50%) scaleX(0.02);
  opacity: 0;
}

.katana-flare {
  width: 22vmax;
  height: 22vmax;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.95) 0%, rgba(221, 176, 111, 0.45) 22%, rgba(95, 197, 201, 0.18) 44%, transparent 72%);
  filter: blur(10px);
  transform: translate(-50%, -50%) scale(0.1);
  opacity: 0;
}

.slash-crack {
  width: 170vmax;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.04) 20%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.04) 80%, transparent 100%);
  transform: translate(-50%, -50%) rotate(-19deg) scaleX(0);
  opacity: 0;
  z-index: 1;
}

.slash-crack-a {
  box-shadow: 0 0 44px rgba(255, 255, 255, 0.4);
}

.slash-crack-b {
  transform: translate(-50%, -50%) rotate(-19deg) scaleX(0) translateY(18px);
  box-shadow: 0 0 50px rgba(95, 197, 201, 0.18);
}

.katana-sparks {
  width: 26vmax;
  height: 12vmax;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.katana-sparks i {
  position: absolute;
  width: 80px;
  height: 2px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0));
  box-shadow: 0 0 14px rgba(255, 255, 255, 0.38);
  transform-origin: left center;
}

.katana-sparks i:nth-child(1) { top: 8%; left: 12%; transform: rotate(-26deg) scaleX(0); }
.katana-sparks i:nth-child(2) { top: 22%; left: 24%; transform: rotate(-10deg) scaleX(0); }
.katana-sparks i:nth-child(3) { top: 36%; left: 36%; transform: rotate(6deg) scaleX(0); }
.katana-sparks i:nth-child(4) { top: 58%; left: 42%; transform: rotate(14deg) scaleX(0); }
.katana-sparks i:nth-child(5) { top: 70%; left: 28%; transform: rotate(24deg) scaleX(0); }
.katana-sparks i:nth-child(6) { top: 82%; left: 18%; transform: rotate(32deg) scaleX(0); }

body.intro-active .katana-slash {
  animation: slashPass 2350ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

body.intro-active .katana-blade {
  animation: bladeSweep 2350ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

body.intro-active .katana-trail {
  animation: trailSweep 2350ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

body.intro-active .katana-wave {
  animation: waveSweep 2350ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

body.intro-active .katana-flare {
  animation: flareBurst 2350ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

body.intro-active .slash-crack-a {
  animation: crackOpen 2500ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

body.intro-active .slash-crack-b {
  animation: crackOpenSecondary 2500ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

body.intro-active .katana-sparks {
  animation: sparksBurst 2350ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

body.intro-active .katana-sparks i {
  animation: sparkLine 820ms cubic-bezier(0.2, 1, 0.3, 1) forwards;
}

body.intro-active .katana-sparks i:nth-child(2) { animation-delay: 120ms; }
body.intro-active .katana-sparks i:nth-child(3) { animation-delay: 170ms; }
body.intro-active .katana-sparks i:nth-child(4) { animation-delay: 210ms; }
body.intro-active .katana-sparks i:nth-child(5) { animation-delay: 250ms; }
body.intro-active .katana-sparks i:nth-child(6) { animation-delay: 300ms; }

body.intro-active .intro-panel-left {
  transform: translateX(-18%) skewX(-8deg);
  opacity: 0.72;
}

body.intro-active .intro-panel-right {
  transform: translateX(18%) skewX(-8deg);
  opacity: 0.72;
}

.page-shell {
  position: relative;
  z-index: 1;
  overflow-x: clip;
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  z-index: 40;
  background: rgba(255, 255, 255, 0.03);
}

.scroll-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--accent-2), var(--accent), var(--accent-3));
  box-shadow: 0 0 24px rgba(221, 176, 111, 0.45);
}

.page-shell > :not(.intro-overlay) {
  transition: opacity 900ms ease, filter 900ms ease, transform 900ms ease;
}

body.intro-active .page-shell > :not(.intro-overlay) {
  opacity: 0.16;
  filter: blur(18px) saturate(0.7);
  transform: scale(1.02);
}

.ambient,
.noise,
.hero-spotlight {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
}

.ambient-a {
  background: radial-gradient(circle at 15% 25%, rgba(240, 108, 82, 0.06), transparent 34%);
  filter: blur(32px);
}

.ambient-b {
  background: radial-gradient(circle at 80% 20%, rgba(221, 176, 111, 0.05), transparent 32%);
  filter: blur(42px);
}

.ambient-c {
  background: radial-gradient(circle at 50% 85%, rgba(110, 134, 214, 0.06), transparent 34%);
  filter: blur(48px);
}

.noise {
  opacity: 0.05;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 160px 160px;
  mask-image: radial-gradient(circle at center, black 45%, transparent 95%);
}

.hero-spotlight {
  width: 36rem;
  height: 36rem;
  left: 50%;
  top: 18%;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(221, 176, 111, 0.14), rgba(221, 176, 111, 0.02) 48%, transparent 72%);
  filter: blur(26px);
  opacity: 0.48;
}

.section {
  --parallax-shift: 0px;
  transform: translate3d(0, var(--parallax-shift), 0);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  margin-top: 0;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(10, 12, 18, 0.62);
  backdrop-filter: blur(24px);
  box-shadow: var(--shadow);
  transform: translateY(18px);
  transition: background 260ms ease, border-color 260ms ease, transform 260ms ease;
}

.site-header.is-scrolled {
  background: rgba(8, 10, 15, 0.82);
  border-color: rgba(255, 255, 255, 0.12);
}

.brand-mark,
.site-nav,
.hero-actions,
.hero-metrics,
.panel-header,
.tag-row,
.trust-items,
.pill-selector,
.insight-stats,
.footer-links {
  display: flex;
  align-items: center;
}

.brand-mark,
.site-nav,
.hero-actions,
.hero-metrics,
.panel-header,
.tag-row,
.trust-items,
.pill-selector,
.footer-links {
  gap: 14px;
}

.brand-dot,
.eyebrow-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  box-shadow: 0 0 30px rgba(255, 135, 95, 0.7);
}

.brand-name {
  font-family: "Syne", sans-serif;
  letter-spacing: 0.22em;
  font-size: 0.88rem;
}

.site-nav {
  color: var(--muted);
}

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

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

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 28px;
  border-radius: 999px;
  letter-spacing: -0.02em;
  transition: transform 220ms ease, background 220ms ease, border-color 220ms ease, box-shadow 220ms ease, color 220ms ease;
}

.nav-cta {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.nav-cta:hover,
.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    radial-gradient(circle at 18% 22%, rgba(124, 246, 255, 0.18), transparent 34%),
    linear-gradient(135deg, rgba(88, 118, 214, 0.92), rgba(130, 98, 226, 0.88) 52%, rgba(95, 197, 201, 0.9) 100%);
  color: #f5f7ff;
  font-weight: 800;
  box-shadow:
    0 14px 40px rgba(16, 22, 38, 0.34),
    0 0 0 1px rgba(255, 255, 255, 0.04) inset;
}

.button-primary::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 42%);
  pointer-events: none;
}

.button-secondary {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025)),
    rgba(11, 16, 30, 0.52);
  color: var(--text);
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.28),
    0 0 0 1px rgba(255, 255, 255, 0.025) inset;
}

.button-primary:hover {
  box-shadow:
    0 18px 48px rgba(18, 26, 45, 0.38),
    0 0 28px rgba(95, 197, 201, 0.14);
}

.button-secondary:hover {
  border-color: rgba(124, 246, 255, 0.22);
  color: #eef7ff;
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.34),
    0 0 24px rgba(124, 246, 255, 0.08);
}

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

.hero-actions .button {
  min-width: 264px;
  font-size: 1rem;
}

.section {
  position: relative;
  padding: 56px 0;
}

.hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  min-height: calc(100vh - 120px);
  align-items: center;
  padding-top: 92px;
}

.eyebrow,
.section-kicker,
.panel-overline,
.showcase-type {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.76rem;
  color: var(--soft);
}

.hero h1,
.section h2 {
  margin: 18px 0 0;
  font-family: "Syne", sans-serif;
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.hero h1 {
  max-width: 11ch;
  font-size: clamp(3.8rem, 9vw, 7.4rem);
}

.section h2 {
  max-width: 13ch;
  font-size: clamp(2.4rem, 5vw, 4.4rem);
}

.hero-text,
.section-intro p,
.panel-copy,
.timeline-item p,
.showcase-content p,
.waitlist-copy p,
.site-footer p {
  color: var(--muted);
  line-height: 1.7;
  font-size: 1.02rem;
}

.hero-text {
  max-width: 58ch;
  margin: 24px 0 34px;
}

.hero-marquee {
  position: relative;
  width: min(100%, 620px);
  overflow: hidden;
  margin: 0 0 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 14px 0;
}

.hero-marquee::before,
.hero-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  z-index: 1;
}

.hero-marquee::before {
  left: 0;
  background: linear-gradient(90deg, #08101b, transparent);
}

.hero-marquee::after {
  right: 0;
  background: linear-gradient(270deg, #08101b, transparent);
}

.hero-marquee-track {
  display: flex;
  gap: 28px;
  width: max-content;
  animation: marquee 26s linear infinite;
}

.hero-marquee-track span {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.76rem;
  color: var(--soft);
}

.hero-metrics {
  margin-top: 34px;
  flex-wrap: wrap;
}

.metric-card,
.glass {
  border: 1px solid var(--border);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018));
  backdrop-filter: blur(24px);
  box-shadow: var(--shadow);
  transform-style: preserve-3d;
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
  will-change: transform;
}

.metric-card {
  min-width: 180px;
  padding: 18px 20px;
  border-radius: 20px;
}

.metric-label,
.chart-title,
.insight-stats span,
.timeline-item span,
.form-note {
  color: var(--soft);
  font-size: 0.84rem;
}

.metric-value {
  display: block;
  margin-top: 8px;
  font-size: 1.8rem;
}

.hero-visual {
  position: relative;
  min-height: 640px;
}

.hero-orbit {
  position: relative;
  height: 100%;
  min-height: 640px;
  perspective: 1200px;
}

.orbital-card,
.float-node,
.pulse-ring,
.orbital-shard {
  position: absolute;
}

.orbital-card {
  border-radius: var(--radius-xl);
  transition: transform 240ms ease, border-color 300ms ease, box-shadow 300ms ease;
}

.orbital-shard {
  width: 240px;
  height: 240px;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.01));
  backdrop-filter: blur(10px);
  opacity: 0.18;
  transform: rotate(28deg);
}

.shard-a {
  top: 5%;
  left: 18%;
  animation: drift 14s ease-in-out infinite;
}

.shard-b {
  right: 10%;
  top: 18%;
  width: 180px;
  height: 180px;
  animation: drift 18s ease-in-out infinite reverse;
}

.shard-c {
  left: 12%;
  bottom: 8%;
  width: 160px;
  height: 160px;
  animation: drift 12s ease-in-out infinite 1s;
}

.orbital-main {
  top: 12%;
  left: 6%;
  width: min(420px, 78%);
  padding: 28px;
}

.orbital-side {
  right: 4%;
  bottom: 14%;
  width: 280px;
  padding: 22px;
}

.card-label {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 0.75rem;
  background: rgba(255, 255, 255, 0.05);
  color: var(--soft);
}

.profile-title {
  display: block;
  margin-top: 20px;
  font-family: "Syne", sans-serif;
  font-size: 2rem;
}

.orbital-card p {
  color: var(--muted);
  line-height: 1.7;
}

.tag-row {
  flex-wrap: wrap;
  margin-top: 20px;
}

.tag-row span,
.live-pill,
.graph-status,
.insight-score,
.persona-pill,
.signal-pill,
.recommendation-meta span {
  border-radius: 999px;
}

.tag-row span,
.live-pill,
.graph-status,
.signal-pill,
.recommendation-meta span {
  padding: 9px 12px;
  font-size: 0.82rem;
  background: rgba(255, 255, 255, 0.05);
  color: var(--text);
}

.live-pill,
.graph-status {
  background: rgba(125, 212, 192, 0.12);
  color: #b4ffeb;
}

.mini-chart {
  margin-bottom: 18px;
}

.chart-bars {
  margin-top: 16px;
  height: 110px;
  display: flex;
  align-items: end;
  gap: 8px;
}

.chart-bars i {
  display: block;
  flex: 1;
  border-radius: 999px 999px 6px 6px;
  background: linear-gradient(180deg, rgba(239, 215, 165, 0.95), rgba(255, 135, 95, 0.45));
}

.pulse-ring {
  inset: 50%;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.ring-a {
  width: 380px;
  height: 380px;
  animation: spin 22s linear infinite;
}

.ring-b {
  width: 540px;
  height: 540px;
  animation: spinReverse 30s linear infinite;
}

.ring-c {
  width: 680px;
  height: 680px;
  border-style: dashed;
  opacity: 0.35;
  animation: spin 42s linear infinite;
}

.float-node {
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(15, 18, 27, 0.7);
  backdrop-filter: blur(18px);
  color: var(--text);
  box-shadow: var(--shadow);
  transition: transform 240ms ease, background 260ms ease;
}

.node-a {
  top: 8%;
  right: 8%;
  animation: float 7s ease-in-out infinite;
}

.node-b {
  left: 4%;
  bottom: 22%;
  animation: float 8s ease-in-out infinite 0.8s;
}

.node-c {
  right: 16%;
  bottom: 4%;
  animation: float 6.4s ease-in-out infinite 0.5s;
}

.trust-bar {
  display: grid;
  gap: 22px;
  padding-top: 18px;
}

.trust-bar p {
  margin: 0;
  color: var(--soft);
}

.trust-items {
  flex-wrap: wrap;
  gap: 12px;
}

.trust-items span {
  padding: 12px 14px;
  border-radius: 999px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.cinema-band {
  display: grid;
  gap: 28px;
}

.cinema-copy {
  max-width: 900px;
}

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

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

.cinema-panel span {
  color: var(--accent);
  font-family: "Syne", sans-serif;
}

.cinema-panel h3 {
  margin: 16px 0 10px;
}

.cinema-panel p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.split-section,
.feature-section,
.showcase-section,
.timeline-section,
.waitlist-section {
  padding-top: 80px;
}

.section-intro {
  display: grid;
  gap: 18px;
  margin-bottom: 34px;
}

.section-intro.narrow {
  max-width: 760px;
}

.section-intro h2 {
  max-width: 12ch;
}

.product-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 22px;
}

.taste-input-card,
.recommendation-card {
  grid-column: 1;
}

.constellation-card,
.insight-card {
  grid-column: 2;
}

.taste-input-card,
.constellation-card,
.insight-card,
.recommendation-card,
.feature-card,
.timeline-panel,
.waitlist-form {
  border-radius: var(--radius-xl);
  padding: 26px;
}

.panel-header {
  justify-content: space-between;
  align-items: start;
}

.panel-header h3,
.timeline-item h3,
.showcase-card h3 {
  margin: 8px 0 0;
  font-size: 1.4rem;
}

.pill-selector {
  flex-wrap: wrap;
  margin: 24px 0 20px;
}

.persona-pill,
.signal-pill {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: var(--muted);
  padding: 11px 16px;
  cursor: pointer;
}

.persona-pill.is-active,
.signal-pill.is-active {
  background: linear-gradient(135deg, rgba(255, 135, 95, 0.28), rgba(239, 215, 165, 0.16));
  color: var(--text);
  border-color: rgba(255, 181, 143, 0.35);
}

.signal-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.constellation {
  position: relative;
  min-height: 420px;
  overflow: hidden;
}

.constellation::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.06), transparent 58%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent);
  animation: constellationPulse 8s ease-in-out infinite;
}

.constellation-node,
.constellation-line {
  position: absolute;
}

.constellation-node {
  transform: translate(-50%, -50%);
  transition: transform 220ms ease;
}

.constellation-node button {
  width: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.node-core {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 110px;
  min-height: 110px;
  padding: 18px;
  border-radius: 999px;
  background: radial-gradient(circle at top, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0.06));
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 0 45px rgba(255, 177, 129, 0.12);
  text-align: center;
  font-weight: 700;
}

.constellation-node.is-small .node-core {
  min-width: 76px;
  min-height: 76px;
  font-size: 0.86rem;
}

.constellation-node.is-highlight .node-core {
  background: radial-gradient(circle at top, rgba(255, 181, 129, 0.48), rgba(255, 255, 255, 0.1));
  box-shadow: 0 0 65px rgba(255, 166, 115, 0.2);
}

.constellation-line {
  transform-origin: left center;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.04));
}

.insight-score {
  padding: 12px 14px;
  background: rgba(255, 135, 95, 0.14);
  color: #ffd7c8;
  font-weight: 700;
}

.insight-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 26px;
}

.insight-stats strong {
  display: block;
  margin-top: 8px;
  line-height: 1.5;
}

.recommendation-stream {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.recommendation-item {
  display: grid;
  gap: 12px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  animation: riseIn 440ms ease both;
}

.recommendation-item:hover,
.feature-card:hover,
.showcase-card:hover,
.cinema-panel:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: 0 36px 130px rgba(0, 0, 0, 0.52);
}

.recommendation-item:nth-child(2) {
  animation-delay: 90ms;
}

.recommendation-item:nth-child(3) {
  animation-delay: 160ms;
}

.recommendation-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.recommendation-item h4 {
  margin: 0;
  font-size: 1.12rem;
}

.recommendation-item p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.feature-grid,
.showcase-grid,
.waitlist-section {
  display: grid;
  gap: 22px;
}

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

.feature-card {
  min-height: 260px;
}

.feature-index {
  color: rgba(255, 255, 255, 0.32);
  font-family: "Syne", sans-serif;
  font-size: 1.4rem;
}

.showcase-grid {
  grid-template-columns: 1.1fr 0.9fr 0.9fr;
}

.showcase-card {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  border-radius: var(--radius-xl);
}

.showcase-card.tall {
  min-height: 420px;
}

.showcase-gradient {
  position: absolute;
  inset: 0;
}

.gradient-one {
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 193, 124, 0.28), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.02), rgba(255, 135, 95, 0.16));
}

.gradient-two {
  background:
    radial-gradient(circle at 70% 18%, rgba(125, 212, 192, 0.25), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.02), rgba(125, 212, 192, 0.12));
}

.gradient-three {
  background:
    radial-gradient(circle at 50% 12%, rgba(214, 160, 255, 0.22), transparent 26%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.02), rgba(101, 116, 255, 0.14));
}

.showcase-content {
  position: absolute;
  inset: auto 0 0;
  padding: 28px;
  background: linear-gradient(180deg, transparent, rgba(5, 7, 11, 0.82));
}

.timeline-panel {
  padding: 34px;
}

.immersion-shell {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 24px;
  padding: 32px;
  border-radius: 36px;
}

.immersion-stack {
  position: relative;
  min-height: 360px;
}

.immersion-card {
  position: absolute;
  width: min(280px, 72%);
  padding: 22px 24px;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
  font-family: "Syne", sans-serif;
  letter-spacing: -0.02em;
}

.accent-one {
  top: 10%;
  left: 6%;
  background: linear-gradient(145deg, rgba(245, 179, 92, 0.2), rgba(255, 122, 107, 0.08));
}

.accent-two {
  top: 32%;
  right: 6%;
  background: linear-gradient(145deg, rgba(115, 224, 209, 0.2), rgba(154, 164, 255, 0.08));
}

.accent-three {
  left: 16%;
  bottom: 18%;
  background: linear-gradient(145deg, rgba(154, 164, 255, 0.2), rgba(255, 255, 255, 0.05));
}

.accent-four {
  right: 2%;
  bottom: 2%;
  background: linear-gradient(145deg, rgba(255, 122, 107, 0.2), rgba(245, 179, 92, 0.08));
}

.timeline {
  display: grid;
  gap: 22px;
  margin-top: 28px;
}

.timeline-item {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 18px;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.timeline-item:first-child {
  border-top: 0;
}

.timeline-item span {
  display: inline-flex;
  align-items: start;
  justify-content: center;
  width: 56px;
  padding-top: 6px;
  color: var(--accent-2);
}

.waitlist-section {
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.waitlist-form {
  display: grid;
  gap: 18px;
}

.waitlist-form label {
  display: grid;
  gap: 10px;
  color: var(--muted);
}

.waitlist-form input,
.waitlist-form select {
  width: 100%;
  min-height: 56px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
}

.site-footer {
  padding: 40px 0 64px;
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: center;
}

.footer-brand {
  display: inline-block;
  margin-bottom: 12px;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms ease, transform 700ms ease;
}

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

@keyframes spin {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes spinReverse {
  from { transform: translate(-50%, -50%) rotate(360deg); }
  to { transform: translate(-50%, -50%) rotate(0deg); }
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

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

@keyframes drift {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(28deg); }
  50% { transform: translate3d(0, -18px, 0) rotate(34deg); }
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes introLift {
  from {
    opacity: 0;
    transform: translateY(28px) scale(0.985);
    filter: blur(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@keyframes slashPass {
  0% {
    opacity: 0;
    transform: rotate(-19deg) scale(1.2) translate3d(-46vw, -28vh, 0);
  }
  12% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(-19deg) scale(1.02) translate3d(40vw, 24vh, 0);
  }
}

@keyframes bladeSweep {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scaleX(0.08);
  }
  10% {
    opacity: 1;
  }
  46% {
    opacity: 1;
    transform: translate(-50%, -50%) scaleX(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scaleX(1.12);
  }
}

@keyframes trailSweep {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scaleX(0.04);
  }
  8% {
    opacity: 0.85;
  }
  48% {
    opacity: 0.85;
    transform: translate(-50%, -50%) scaleX(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scaleX(1.12);
  }
}

@keyframes waveSweep {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scaleX(0.02);
  }
  16% {
    opacity: 0.55;
  }
  54% {
    opacity: 0.48;
    transform: translate(-50%, -50%) scaleX(0.96);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scaleX(1.1);
  }
}

@keyframes flareBurst {
  0%, 16% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.08);
  }
  38% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0.62);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.35);
  }
}

@keyframes crackOpen {
  0%, 22% {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(-19deg) scaleX(0);
  }
  56% {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(-19deg) scaleX(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(-19deg) scaleX(1.04);
  }
}

@keyframes crackOpenSecondary {
  0%, 28% {
    opacity: 0;
    transform: translate(-50%, calc(-50% + 18px)) rotate(-19deg) scaleX(0);
  }
  60% {
    opacity: 0.65;
    transform: translate(-50%, calc(-50% + 18px)) rotate(-19deg) scaleX(0.92);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, calc(-50% + 18px)) rotate(-19deg) scaleX(1);
  }
}

@keyframes sparksBurst {
  0%, 18% { opacity: 0; }
  34% { opacity: 1; }
  100% { opacity: 0; }
}

@keyframes sparkLine {
  0% { opacity: 0; transform: scaleX(0); }
  36% { opacity: 1; transform: scaleX(1); }
  100% { opacity: 0; transform: translateX(90px) scaleX(0.2); }
}

@keyframes constellationPulse {
  0%, 100% { opacity: 0.72; }
  50% { opacity: 1; }
}

body.theme-brutalist {
  --accent: #ddb06f;
  --accent-2: #f06c52;
  --accent-3: #5fc5c9;
  --accent-4: #6e86d6;
}

body.theme-neon {
  --accent: #7cf6ff;
  --accent-2: #ff5ec8;
  --accent-3: #9d89ff;
  --accent-4: #4ef1a3;
}

body.theme-neon {
  background:
    radial-gradient(circle at top, rgba(124, 246, 255, 0.16), transparent 24%),
    radial-gradient(circle at 80% 20%, rgba(255, 94, 200, 0.14), transparent 22%),
    radial-gradient(circle at 50% 110%, rgba(78, 241, 163, 0.12), transparent 28%),
    linear-gradient(180deg, #050713 0%, #0b0b24 45%, #050713 100%);
}

body.theme-earth {
  --accent: #d0a169;
  --accent-2: #f1dfb6;
  --accent-3: #9dc093;
  --accent-4: #d88766;
  background:
    radial-gradient(circle at top, rgba(208, 161, 105, 0.14), transparent 28%),
    radial-gradient(circle at 80% 20%, rgba(157, 192, 147, 0.12), transparent 22%),
    linear-gradient(180deg, #090806 0%, #14120e 45%, #090806 100%);
}

@media (max-width: 1100px) {
  .hero,
  .product-grid,
  .feature-grid,
  .showcase-grid,
  .waitlist-section,
  .cinema-panels,
  .immersion-shell {
    grid-template-columns: 1fr;
  }

  .taste-input-card,
  .recommendation-card,
  .constellation-card,
  .insight-card {
    grid-column: auto;
  }

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

  .hero {
    min-height: auto;
  }

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

  .immersion-stack {
    min-height: 420px;
  }
}

@media (max-width: 820px) {
  .site-header {
    border-radius: 28px;
    padding: 18px;
    flex-wrap: wrap;
  }

  .site-nav {
    order: 3;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .hero {
    padding-top: 32px;
  }

  .hero h1 {
    font-size: clamp(3rem, 16vw, 5rem);
  }

  .section h2 {
    font-size: clamp(2rem, 10vw, 3.2rem);
  }

  .orbital-main,
  .orbital-side {
    width: auto;
    left: 0;
    right: 0;
  }

  .orbital-main {
    top: 10%;
  }

  .orbital-side {
    bottom: 8%;
  }

  .ring-b {
    width: 420px;
    height: 420px;
  }

  .insight-stats {
    grid-template-columns: 1fr;
  }

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

  .hero-marquee::before,
  .hero-marquee::after {
    width: 40px;
  }
}

@media (max-width: 560px) {
  .site-header,
  .section,
  .site-footer {
    width: min(calc(100% - 24px), var(--max-width));
  }

  .section {
    padding: 42px 0;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .metric-card {
    width: 100%;
  }

  .hero-visual,
  .hero-orbit {
    min-height: 480px;
  }

  .float-node {
    font-size: 0.82rem;
  }

  .orbital-shard,
  .ring-c {
    display: none;
  }

  .immersion-card {
    width: 84%;
    font-size: 0.96rem;
  }
}

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

  body.intro-active {
    overflow: auto;
  }

  body.intro-active .page-shell > :not(.intro-overlay) {
    opacity: 1;
    filter: none;
    transform: none;
  }

  .katana-slash,
  .slash-crack {
    display: none;
  }

  .intro-panel,
  .katana-sparks {
    display: none;
  }
}
