@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Questrial&display=swap');.vault-page {
  min-height: 100vh;
  padding: 0;
  background: linear-gradient(180deg, #090a13 0%, #04050a 100%);
  overflow-x: clip;
}

.vault-shell {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  border-radius: 0;
  overflow: clip;
  border: 0;
  padding: 0 24px;
  background:
    radial-gradient(100% 90% at 50% 0%, rgba(71, 56, 118, 0.24), rgba(71, 56, 118, 0) 48%),
    linear-gradient(180deg, #090a13 0%, #05050c 100%);
  box-shadow: none;
}

.vault-scroll {
  height: 100dvh;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: none;
  scroll-behavior: smooth;
  scroll-padding-top: 0;
  scroll-snap-type: y proximity;
  scrollbar-width: none;
  padding-bottom: 40px;
  -webkit-overflow-scrolling: touch;
}

.vault-scroll::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.hero-stage {
  --spot-x: 56%;
  --spot-y: 44%;
  --parallax-x: 0px;
  --parallax-y: 0px;
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  --tag-shift-x: 0px;
  --tag-shift-y: 0px;
  position: relative;
  min-height: calc(100dvh - 2px);
  display: grid;
  grid-template-columns: minmax(320px, 470px) minmax(0, 1fr);
  grid-template-rows: auto minmax(0, 1fr);
  gap: 22px 28px;
  padding: 24px 28px 34px;
  background:
    radial-gradient(circle at 52% 48%, rgba(136, 111, 207, 0.18), rgba(136, 111, 207, 0) 28%),
    linear-gradient(180deg, rgba(8, 9, 17, 0.96), rgba(7, 8, 16, 0.98));
  transition: background 180ms ease;
  scroll-snap-align: start;
}

.hero-stage::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
  background-size: 140px 140px;
  opacity: 0.12;
  pointer-events: none;
}

.hero-stage::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at var(--spot-x) var(--spot-y), rgba(214, 194, 255, 0.18), rgba(214, 194, 255, 0) 18%),
    radial-gradient(circle at calc(var(--spot-x) + 10%) calc(var(--spot-y) - 6%), rgba(138, 110, 214, 0.12), rgba(138, 110, 214, 0) 22%),
    linear-gradient(180deg, rgba(5, 5, 12, 0) 80%, rgba(5, 5, 12, 0.94) 100%);
  opacity: 1;
}

.hero-brand,
.hero-rail,
.hero-copy,
.hero-visual,
.hero-cta {
  position: relative;
  z-index: 1;
}

.hero-brand {
  position: relative;
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--sky-display);
  font-size: 0.92rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(243, 237, 255, 0.92);
}

.hero-brand-mark {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #181120;
  background: linear-gradient(145deg, #f1e9ff, #b89cff);
  box-shadow: 0 0 18px rgba(220, 204, 255, 0.32);
}

.hero-rail {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  align-self: center;
  justify-self: start;
  padding-right: 130px;
  overflow-x: auto;
}

.hero-rail a {
  white-space: nowrap;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(216, 209, 236, 0.72);
}

.hero-copy {
  grid-column: 1;
  grid-row: 2;
  display: grid;
  align-content: center;
  justify-items: start;
  padding: 8px 0 18px;
}

.hero-kicker {
  margin: 0;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(213, 203, 238, 0.7);
}

.hero-title {
  margin: 14px 0 0;
  font-family: var(--sky-display);
  max-width: 7.2ch;
  font-size: clamp(3.2rem, 5.6vw, 5.2rem);
  line-height: 0.94;
  font-weight: 400;
  color: rgba(244, 240, 252, 0.94);
  text-shadow: 0 0 26px rgba(200, 189, 255, 0.09);
}

.hero-subtitle {
  margin: 14px 0 0;
  max-width: 24ch;
  font-size: 0.94rem;
  line-height: 1.45;
  color: rgba(205, 198, 225, 0.78);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.hero-action-primary,
.hero-action-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  font-size: 0.9rem;
  font-family: var(--sky-display);
  letter-spacing: 0.02em;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.hero-action-primary {
  color: #17111f;
  background: linear-gradient(145deg, #f3e8ff, #c8a8ff);
}

.hero-action-secondary {
  color: rgba(244, 239, 252, 0.94);
  border: 1px solid rgba(227, 219, 242, 0.14);
  background: rgba(17, 18, 29, 0.74);
}

.hero-action-primary:hover,
.hero-action-secondary:hover,
.hero-cta:hover {
  transform: translateY(-1px);
}

.hero-cta:hover,
.hero-cta:focus-visible {
  color: #17111f;
  border-color: rgba(237, 232, 245, 0.42);
  background: linear-gradient(145deg, #f0e8ff, #c6a9ff);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    0 10px 24px rgba(167, 131, 243, 0.24);
}

.hero-signal-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.hero-signal-card {
  border-radius: 14px;
  border: 1px solid rgba(227, 219, 242, 0.12);
  background:
    radial-gradient(140% 120% at 12% 0%, rgba(177, 148, 245, 0.18), rgba(177, 148, 245, 0) 48%),
    linear-gradient(180deg, rgba(18, 19, 32, 0.88), rgba(12, 13, 22, 0.92));
  padding: 10px 12px;
  color: rgba(240, 235, 248, 0.9);
  line-height: 1.3;
  font-size: 0.78rem;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
  transform: translateZ(0);
}

.hero-stat-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 12px;
}

.hero-stat {
  position: relative;
  display: grid;
  gap: 6px;
  min-height: 84px;
  padding: 12px 12px 12px 14px;
  border-radius: 18px;
  border: 1px solid rgba(230, 223, 244, 0.12);
  background:
    radial-gradient(130% 120% at 0% 0%, rgba(166, 139, 234, 0.18), rgba(166, 139, 234, 0) 44%),
    linear-gradient(180deg, rgba(17, 18, 29, 0.86), rgba(11, 11, 19, 0.96));
  overflow: hidden;
}

.hero-stat::before {
  content: '';
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, rgba(236, 227, 255, 0.92), rgba(183, 151, 245, 0.08));
}

.hero-stat strong {
  font-family: var(--sky-display);
  font-size: 0.96rem;
  font-weight: 400;
  color: rgba(246, 241, 252, 0.96);
}

.hero-stat span {
  color: rgba(213, 206, 231, 0.8);
  line-height: 1.35;
  font-size: 0.78rem;
}

.hero-visual {
  grid-column: 2;
  grid-row: 2;
  position: relative;
  min-height: 640px;
  overflow: hidden;
  perspective: 1200px;
  display: grid;
  grid-template-rows: 1fr auto;
  align-items: end;
  padding: 24px;
  gap: 16px;
}

.hero-grid {
  position: absolute;
  inset: 10% 0 0 48%;
  background-image:
    linear-gradient(rgba(214, 203, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(214, 203, 255, 0.08) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.7) 20%, black 70%);
  opacity: 0.42;
  transform: translate3d(calc(var(--parallax-x) * 0.18), calc(var(--parallax-y) * 0.18), 0);
}

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

.hero-stars span {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: var(--size);
  height: var(--size);
  border-radius: 999px;
  background: rgba(247, 242, 255, 0.86);
  box-shadow: 0 0 12px rgba(234, 224, 255, 0.5);
  animation: twinkle var(--duration) ease-in-out infinite;
  animation-delay: var(--delay);
}

.particle-sculpture {
  position: absolute;
  inset: 44% auto auto 56%;
  width: min(56vw, 620px);
  height: min(56vw, 620px);
  transform: translate3d(var(--parallax-x), var(--parallax-y), 0) translate(-50%, -50%)
    rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
  transform-style: preserve-3d;
  animation: sculptureDrift 14s ease-in-out infinite;
  transition: transform 180ms ease-out;
}

.particle-sculpture::before {
  content: '';
  position: absolute;
  inset: 18% 20%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212, 194, 255, 0.26), rgba(212, 194, 255, 0) 70%);
  filter: blur(24px);
}

.particle-node {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.52) 38%, rgba(213, 191, 255, 0.72) 70%, rgba(188, 159, 241, 0.88) 100%);
  box-shadow: 0 0 calc(20px * var(--glow)) rgba(230, 214, 255, 0.7);
  transform: translate3d(var(--x), var(--y), 0) scale(var(--scale));
  opacity: var(--opacity);
  filter: blur(var(--blur));
  animation: particlePulse 5.6s ease-in-out infinite;
  animation-delay: var(--delay);
}

.floating-tag {
  position: absolute;
  left: var(--x);
  top: var(--y);
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(238, 234, 248, 0.16);
  background: rgba(19, 20, 34, 0.7);
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.24);
  color: rgba(237, 231, 248, 0.84);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  animation: tagDrift 7s ease-in-out infinite;
  transform: translate3d(var(--tag-shift-x), var(--tag-shift-y), 0);
  transition: transform 180ms ease-out;
}

.section-label {
  margin: 0;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(210, 202, 233, 0.72);
}

.vision-market {
  margin-top: 18px;
  width: 100%;
}

.vision-market .market-card {
  width: 100%;
}

.hero-cta {
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  align-self: center;
  border-radius: 999px;
  border: 1px solid rgba(237, 232, 245, 0.2);
  padding: 12px 18px;
  font-family: var(--sky-display);
  font-size: 0.94rem;
  letter-spacing: 0.04em;
  color: rgba(247, 243, 255, 0.9);
  background: rgba(9, 9, 17, 0.54);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.story-strip {
  padding: 10px 0 8px;
}

.section-heading {
  max-width: 720px;
}

.section-heading h2 {
  margin: 8px 0 0;
  font-family: var(--sky-display);
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 400;
  color: rgba(244, 240, 252, 0.95);
}

.section-heading p:last-child {
  margin: 8px 0 0;
  line-height: 1.45;
  max-width: 42ch;
  color: rgba(213, 205, 230, 0.8);
}

.story-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 14px;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.landing-section {
  padding: 0 0 20px;
  scroll-snap-align: start;
}

.landing-row {
  display: grid;
  grid-template-columns: minmax(220px, 360px) minmax(0, 1fr);
  gap: 18px 32px;
  align-items: start;
  justify-content: start;
  max-width: 100%;
  margin: 0;
}

.landing-row .section-heading {
  max-width: 340px;
  padding-top: 6px;
  min-width: 0;
}

.landing-row .section-canvas {
  width: 100%;
  min-width: 0;
}

.vision-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: start;
}

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

.landing-row .story-grid,
.landing-row .feature-row,
.landing-row .cute-grid {
  margin-top: 0;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.landing-row .strategy-row {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.composition-section {
  display: grid;
  gap: 22px;
  max-width: 100%;
  margin: 0;
  padding-top: 12px;
  scroll-snap-align: start;
}

/* Scroll reveal (apply .reveal-on-scroll + .is-visible in JS) */
.reveal-on-scroll {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  transition: opacity 520ms ease, transform 520ms ease;
  transition-delay: calc(var(--index, 0) * 90ms);
  will-change: opacity, transform;
  animation: none !important;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.composition-intro {
  max-width: 620px;
}

.composition-intro h2 {
  margin: 10px 0 0;
  font-family: var(--sky-display);
  font-size: clamp(2rem, 3.4vw, 3.1rem);
  line-height: 1;
  font-weight: 400;
  color: rgba(244, 240, 252, 0.96);
}

.composition-intro p:last-child {
  margin: 10px 0 0;
  max-width: 42ch;
  color: rgba(213, 205, 230, 0.8);
  line-height: 1.45;
}

.composition-band {
  display: grid;
  gap: 14px;
}

.composition-band-head {
  max-width: 680px;
}

.composition-band-head h3 {
  margin: 6px 0 0;
  font-family: var(--sky-display);
  font-size: clamp(1.4rem, 2.6vw, 2.1rem);
  font-weight: 400;
  line-height: 1.06;
  color: rgba(244, 240, 252, 0.95);
}

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

.composition-grid-three {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.composition-card {
  min-height: 0;
}

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

.composition-summary-panel {
  min-height: 100%;
}

.summary-list {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.summary-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
  padding: 14px;
  border-radius: 16px;
  border: 1px solid rgba(227, 219, 242, 0.1);
  background: rgba(27, 28, 45, 0.56);
}

.summary-item span {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(243, 234, 255, 0.16), rgba(186, 155, 247, 0.14));
  color: rgba(246, 241, 252, 0.94);
  font-family: var(--sky-display);
  font-size: 0.84rem;
}

.summary-item p {
  margin: 1px 0 0;
  color: rgba(214, 206, 231, 0.82);
  line-height: 1.45;
}

.stakeholder-chip-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.stakeholder-chip {
  display: grid;
  gap: 8px;
  padding: 14px;
  border-radius: 16px;
  border: 1px solid rgba(227, 219, 242, 0.1);
  background: rgba(27, 28, 45, 0.56);
}

.stakeholder-chip strong {
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(223, 215, 240, 0.78);
}

.stakeholder-chip span {
  color: rgba(214, 206, 231, 0.82);
  line-height: 1.42;
  font-size: 0.88rem;
}

.intro-band {
  padding-top: 10px;
}

.section-heading.compact {
  max-width: 760px;
}

.section-heading.wide {
  max-width: 920px;
}

.story-card,
.content-panel {
  border: 1px solid rgba(227, 219, 242, 0.12);
  border-radius: 18px;
  background:
    radial-gradient(100% 120% at 15% 0%, rgba(99, 78, 160, 0.18), rgba(99, 78, 160, 0) 54%),
    linear-gradient(180deg, rgba(17, 18, 29, 0.94), rgba(10, 11, 19, 0.98));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.story-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 16px;
  min-height: 156px;
  min-width: 0;
  animation: revealUp 0.8s ease both;
  animation-delay: calc(var(--index) * 0.08s);
  background:
    radial-gradient(120% 100% at 12% 0%, rgba(164, 138, 230, 0.22), rgba(164, 138, 230, 0) 46%),
    linear-gradient(180deg, rgba(22, 23, 36, 0.95), rgba(12, 13, 22, 0.98));
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.story-card h3,
.content-panel h3 {
  margin: 0;
  font-family: var(--sky-display);
  font-size: 1.12rem;
  font-weight: 400;
  color: rgba(246, 241, 252, 0.96);
}

.story-card-chip {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(233, 226, 245, 0.12);
  background: rgba(239, 233, 255, 0.08);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(223, 215, 240, 0.76);
  white-space: nowrap;
}

.story-card p {
  margin: 8px 0 0;
  color: rgba(214, 206, 231, 0.8);
  line-height: 1.42;
  font-size: 0.88rem;
}

.story-card:hover,
.feature-card:hover,
.cute-card:hover,
.strategy-card:hover,
.milestone-card:hover,
.stakeholder-card:hover {
  transform: translateY(-3px);
  border-color: rgba(226, 214, 255, 0.22);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
}

.content-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 16px;
  padding: 8px 40px 28px;
}

.content-panel {
  padding: 20px;
  animation: revealUp 0.85s ease both;
  animation-delay: calc(var(--index) * 0.08s);
}

.content-panel > h3 {
  margin-top: 8px;
}

.span-4 {
  grid-column: span 4;
}

.span-5 {
  grid-column: span 5;
}

.span-6 {
  grid-column: span 6;
}

.span-7 {
  grid-column: span 7;
}

.span-8 {
  grid-column: span 8;
}

.span-12 {
  grid-column: span 12;
}

.mechanism-section {
  padding-top: 8px;
}

.feature-row {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 18px;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
}

.feature-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-radius: 20px;
  border: 1px solid rgba(227, 219, 242, 0.12);
  background:
    radial-gradient(120% 140% at 14% 0%, rgba(115, 90, 184, 0.22), rgba(115, 90, 184, 0) 50%),
    linear-gradient(180deg, rgba(18, 20, 32, 0.96), rgba(12, 13, 22, 0.98));
  padding: 20px;
  min-height: 188px;
  animation: revealUp 0.8s ease both;
  animation-delay: calc(var(--index) * 0.08s);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.feature-step {
  display: inline-flex;
  margin-bottom: 16px;
  font-size: 0.76rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(209, 200, 234, 0.62);
}

.feature-card h3 {
  margin: 0;
  font-family: var(--sky-display);
  font-size: 1.34rem;
  font-weight: 400;
  color: rgba(246, 241, 252, 0.96);
}

.feature-card p {
  margin: 10px 0 0;
  color: rgba(214, 206, 231, 0.8);
  line-height: 1.55;
}

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

.cute-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
}

.cute-card,
.strategy-card,
.milestone-card,
.stakeholder-card {
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.cute-card,
.strategy-card {
  display: flex;
  flex-direction: column;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(227, 219, 242, 0.12);
  background:
    radial-gradient(120% 120% at 12% 0%, rgba(198, 172, 255, 0.28), rgba(198, 172, 255, 0) 42%),
    linear-gradient(180deg, rgba(23, 24, 39, 0.98), rgba(11, 12, 20, 0.99));
  animation: revealUp 0.82s ease both;
  animation-delay: calc(var(--index) * 0.08s);
}

.cute-card-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(233, 226, 245, 0.12);
  background: rgba(239, 233, 255, 0.08);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(223, 215, 240, 0.78);
}

.cute-card-label::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(145deg, #f2e8ff, #b68fff);
  box-shadow: 0 0 12px rgba(214, 194, 255, 0.62);
}

.cute-card h3,
.strategy-card h3 {
  margin: 16px 0 0;
  font-family: var(--sky-display);
  font-size: 1.14rem;
  font-weight: 400;
  color: rgba(246, 241, 252, 0.96);
}

.cute-card p,
.strategy-card p {
  margin: 8px 0 0;
  color: rgba(214, 206, 231, 0.78);
  line-height: 1.52;
  font-size: 0.88rem;
}

.strategy-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
}

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

.mechanism-grid,
.stack-list {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

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

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

.mini-panel,
.stack-item {
  border-radius: 14px;
  border: 1px solid rgba(227, 219, 242, 0.1);
  background: rgba(28, 28, 46, 0.64);
  padding: 14px;
}

.accent-panel {
  background:
    radial-gradient(120% 120% at 88% 0%, rgba(191, 163, 255, 0.18), rgba(191, 163, 255, 0) 46%),
    linear-gradient(180deg, rgba(17, 18, 29, 0.94), rgba(10, 11, 19, 0.98));
}

.mini-panel h4,
.stack-item h4 {
  margin: 0;
  font-size: 0.92rem;
  letter-spacing: 0.03em;
  color: rgba(244, 239, 252, 0.94);
}

.mini-panel p,
.stack-item p,
.cta-copy {
  margin: 8px 0 0;
  color: rgba(212, 205, 229, 0.78);
  line-height: 1.5;
}

.detail-list {
  margin: 16px 0 0;
  padding-left: 18px;
  display: grid;
  gap: 10px;
}

.detail-list li {
  color: rgba(214, 207, 230, 0.82);
  line-height: 1.5;
}

.end-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 16px;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
}

.milestone-grid {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.milestone-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
  padding: 14px;
  border-radius: 18px;
  border: 1px solid rgba(227, 219, 242, 0.1);
  background: rgba(28, 28, 46, 0.58);
}

.milestone-card span {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(243, 234, 255, 0.18), rgba(186, 155, 247, 0.14));
  color: rgba(246, 241, 252, 0.94);
  font-family: var(--sky-display);
  font-size: 0.88rem;
}

.milestone-card p {
  margin: 2px 0 0;
  color: rgba(214, 206, 231, 0.82);
  line-height: 1.48;
}

.stakeholder-panel {
  display: flex;
  flex-direction: column;
}

.stakeholder-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.stakeholder-card {
  min-height: 138px;
  padding: 18px;
  border-radius: 20px;
  background:
    radial-gradient(120% 120% at 12% 0%, rgba(171, 143, 238, 0.22), rgba(171, 143, 238, 0) 44%),
    linear-gradient(180deg, rgba(20, 21, 34, 0.94), rgba(12, 13, 22, 0.98));
}

.stakeholder-card p {
  margin: 14px 0 0;
  color: rgba(214, 206, 231, 0.8);
  line-height: 1.45;
  font-size: 0.9rem;
}

.cta-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 24px;
}

.cta-panel a {
  border-radius: 999px;
  padding: 12px 18px;
  font-family: var(--sky-display);
  font-size: 0.96rem;
  color: #17111f;
  background: linear-gradient(145deg, #f0e8ff, #c6a9ff);
}

@media (max-width: 980px) {
  .vault-shell {
    padding: 0 18px;
  }

  .landing-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .landing-row .section-heading {
    max-width: none;
    padding-top: 0;
  }

  .vision-layout {
    grid-template-columns: 1fr;
  }

  .vision-layout .story-grid {
    grid-template-columns: 1fr;
  }

  .vision-market {
    width: 100%;
  }
}

@media (max-width: 720px) {
  .vault-shell {
    padding: 0 14px;
  }

  .vault-scroll {
    padding-bottom: 148px;
  }

  .cta-panel {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .cta-panel a {
    width: 100%;
    text-align: center;
  }
}

.final-cta {
  padding-bottom: 28px;
}

.market-card {
  padding: 22px;
  border-radius: 18px;
  border: 1px solid rgba(230, 224, 241, 0.12);
  background:
    radial-gradient(120% 120% at 18% 0%, rgba(116, 96, 170, 0.24), rgba(116, 96, 170, 0) 46%),
    linear-gradient(180deg, rgba(17, 18, 29, 0.86), rgba(12, 13, 22, 0.96));
  backdrop-filter: blur(14px);
}

.market-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.market-badge {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(227, 220, 242, 0.14);
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(244, 239, 252, 0.86);
}

.market-source {
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(210, 203, 229, 0.64);
}

.market-price {
  margin: 14px 0 14px;
  font-family: var(--sky-display);
  font-size: 2.15rem;
  font-weight: 400;
  color: rgba(247, 243, 252, 0.97);
}

.market-chart-wrap {
  height: 124px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(223, 215, 240, 0.08);
  background: rgba(8, 8, 14, 0.46);
}

.market-chart {
  width: 100%;
  height: 100%;
  display: block;
}

.market-warning {
  margin: 8px 0 0;
  color: rgba(212, 205, 229, 0.64);
  line-height: 1.4;
  font-size: 0.76rem;
}

@keyframes twinkle {
  0%,
  100% {
    opacity: 0.24;
    transform: scale(0.88);
  }

  50% {
    opacity: 1;
    transform: scale(1.14);
  }
}

@keyframes sculptureDrift {
  0%,
  100% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  50% {
    transform: translate(-50%, -48%) rotate(6deg);
  }
}

@keyframes particlePulse {
  0%,
  100% {
    opacity: var(--opacity);
  }

  50% {
    opacity: calc(var(--opacity) + 0.08);
  }
}

@keyframes tagDrift {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

@keyframes revealUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 821px) and (max-width: 1100px) {
  .composition-intro,
  .composition-band-head {
    max-width: 760px;
  }

  .composition-summary-row {
    grid-template-columns: 1fr;
  }

  .landing-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .landing-row .section-heading {
    max-width: 760px;
    padding-top: 0;
  }

  .hero-stage {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    min-height: auto;
    gap: 18px;
    padding: 22px 18px 28px;
  }

  .hero-title {
    max-width: 6.8ch;
    font-size: clamp(3rem, 6vw, 4.6rem);
  }

  .hero-brand {
    grid-column: 1;
    grid-row: 1;
    max-width: calc(100% - 180px);
  }

  .hero-rail {
    grid-column: 1;
    grid-row: 2;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 12px;
    padding-right: 0;
    overflow: visible;
  }

  .hero-copy {
    grid-column: 1;
    grid-row: 3;
    align-content: start;
    padding: 0;
  }

  .hero-visual {
    grid-column: 1;
    grid-row: 4;
    min-height: 500px;
    perspective: none;
    padding: 8px 0 0;
  }

  .hero-cta {
    grid-column: 1;
    grid-row: 1;
    justify-self: end;
    align-self: start;
  }

  .particle-sculpture {
    width: min(74vw, 520px);
    height: min(74vw, 520px);
    inset: 46% auto auto 50%;
  }

  .hero-signal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 18px;
  }

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

  .cute-grid,
  .strategy-row,
  .end-grid {
    grid-template-columns: 1fr;
  }

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

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

  .feature-row,
  .split-section,
  .stack-grid {
    grid-template-columns: 1fr;
  }

  .span-4,
  .span-5,
  .span-6,
  .span-7,
  .span-8 {
    grid-column: span 12;
  }
}

@media (max-width: 1380px) {
  .composition-grid-three {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  }

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

  .landing-row {
    grid-template-columns: minmax(200px, 280px) minmax(0, 1fr);
    gap: 18px 24px;
  }

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

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

  .story-card,
  .feature-card {
    min-height: 0;
  }
}

@media (max-width: 820px) {
  .vault-scroll {
    scroll-snap-type: none;
  }

  .hero-stage,
  .landing-section,
  .composition-section {
    scroll-snap-align: none;
  }

  .landing-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .landing-row .section-heading {
    max-width: none;
    padding-top: 0;
  }

  .vision-layout {
    grid-template-columns: 1fr;
  }

  .vision-layout .story-grid {
    grid-template-columns: 1fr;
  }

  .composition-intro h2 {
    font-size: clamp(1.9rem, 8vw, 2.6rem);
  }

  .composition-grid-three,
  .composition-summary-row,
  .stakeholder-chip-grid {
    grid-template-columns: 1fr;
  }

  .composition-section {
    gap: 18px;
  }

  .composition-band-head h3 {
    font-size: clamp(1.25rem, 6vw, 1.7rem);
  }

  .composition-card {
    min-height: 0;
  }

  .vault-page {
    padding: 0;
  }

  .hero-stage {
    min-height: auto;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    gap: 16px;
    padding: 18px 16px 24px;
  }

  .hero-brand {
    grid-column: 1;
    grid-row: 1;
    gap: 8px;
    font-size: 0.8rem;
    max-width: calc(100% - 126px);
  }

  .hero-rail {
    grid-column: 1;
    grid-row: 2;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 12px;
    padding-bottom: 0;
    padding-right: 0;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .hero-rail a {
    white-space: nowrap;
    font-size: 0.68rem;
    letter-spacing: 0.12em;
  }

  .hero-copy {
    grid-column: 1;
    grid-row: 3;
    justify-items: start;
    padding: 0;
  }

  .hero-title {
    max-width: 6.2ch;
    font-size: clamp(2.55rem, 14vw, 3.9rem);
    line-height: 0.96;
  }

  .hero-subtitle {
    max-height: none;
    margin-top: 10px;
    max-width: 28ch;
    font-size: 0.9rem;
  }

  .hero-actions {
    width: 100%;
  }

  .hero-action-primary,
  .hero-action-secondary {
    flex: 1 1 calc(50% - 5px);
    min-height: 44px;
  }

  .hero-signal-grid {
    grid-template-columns: 1fr;
  }

  .hero-stat-list {
    grid-template-columns: 1fr;
    margin-top: 12px;
  }

  .hero-stat {
    min-height: 0;
  }

  .hero-visual {
    grid-column: 1;
    grid-row: 4;
    min-height: 420px;
    perspective: none;
    padding: 0;
    contain: layout paint;
  }

  .particle-sculpture {
    width: min(94vw, 400px);
    height: min(94vw, 400px);
    inset: 46% auto auto 50%;
    animation: none;
    transition: none;
    transform: translate(-50%, -50%);
  }

  .particle-sculpture::before {
    filter: blur(14px);
    opacity: 0.7;
  }

  .particle-node {
    width: 11px;
    height: 11px;
    filter: none;
    box-shadow: 0 0 calc(12px * var(--glow)) rgba(230, 214, 255, 0.55);
    animation-duration: 8.5s;
  }

  .particle-node:nth-child(2n) {
    display: none;
  }

  .hero-stars span:nth-child(2n) {
    display: none;
  }

  .floating-tag {
    display: none;
  }

  .hero-cta {
    grid-column: 1;
    grid-row: 1;
    justify-self: end;
    align-self: start;
    padding: 10px 14px;
    font-size: 0.84rem;
  }

  .hero-stage::after {
    background: radial-gradient(circle at 50% 36%, rgba(214, 194, 255, 0.16), rgba(214, 194, 255, 0) 24%);
  }

  .story-grid,
  .content-grid {
    grid-template-columns: 1fr;
  }

  .hero-stat-list,
  .story-grid,
  .cute-grid,
  .strategy-row,
  .end-grid {
    grid-template-columns: 1fr;
  }

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

  .feature-card,
  .story-card,
  .cute-card,
  .strategy-card,
  .stakeholder-card {
    min-height: 0;
  }

  .story-strip,
  .content-grid,
  .landing-section {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 560px) {
  .vault-shell {
    padding: 0 12px;
  }

  .hero-stage {
    padding: 16px 14px 22px;
    gap: 14px;
  }

  .hero-brand {
    font-size: 0.74rem;
  }

  .hero-brand-mark {
    width: 22px;
    height: 22px;
  }

  .hero-rail {
    gap: 10px;
  }

  .hero-title {
    font-size: clamp(2.2rem, 15vw, 3.1rem);
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-action-primary,
  .hero-action-secondary {
    width: 100%;
    flex-basis: auto;
  }

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

  .particle-sculpture {
    width: min(88vw, 300px);
    height: min(88vw, 300px);
  }

  .market-card {
    padding: 14px;
  }
}

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


:root {
  --sky-display: 'Questrial', 'Avenir Next', 'Segoe UI', sans-serif;
  --sky-body: 'Manrope', 'SF Pro Text', 'Segoe UI', sans-serif;
  --sky-bg: #bcb4c9;
  --sky-text: #f7eeff;
  --sky-muted: #c6b0de;
  --sky-border: rgba(203, 148, 255, 0.3);
  --sky-card: rgba(35, 13, 56, 0.8);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 92%;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: var(--sky-bg);
}

body {
  font-family: var(--sky-body);
  color: var(--sky-text);
  background: var(--sky-bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#root {
  min-height: 100vh;
}

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

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