:root {
  --bg: #060b19;
  --bg-soft: #0a1227;
  --surface: rgba(12, 24, 52, .72);
  --text: #f5f7ff;
  --muted: #a9b5d0;
  --cyan: #43dcf5;
  --blue: #5277ff;
  --violet: #a643ff;
  --line: rgba(157, 177, 255, .16);
  --page: min(1240px, calc(100vw - 48px));
  --ease: cubic-bezier(.2, .75, .2, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: Inter, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 14px;
  color: #06101e;
  background: var(--cyan);
  border-radius: 8px;
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }

.page-shell { position: relative; min-height: 100vh; isolation: isolate; overflow: hidden; }
.grid,
.noise,
.ambient { position: fixed; pointer-events: none; }
.grid {
  inset: 0;
  z-index: -4;
  opacity: .38;
  background-image:
    linear-gradient(rgba(110, 144, 240, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(110, 144, 240, .055) 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: linear-gradient(to bottom, #000 0%, rgba(0,0,0,.55) 70%, transparent 100%);
}
.noise {
  inset: 0;
  z-index: -1;
  opacity: .025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}
.ambient {
  z-index: -3;
  width: 48vw;
  aspect-ratio: 1;
  border-radius: 50%;
  filter: blur(90px);
  opacity: .12;
  transition: transform 1.2s var(--ease);
}
.ambient--cyan { top: -26vw; left: -16vw; background: var(--cyan); }
.ambient--violet { right: -22vw; bottom: -20vw; background: var(--violet); }

.topbar {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: var(--page);
  min-height: 92px;
  transform: translateX(-50%);
  border-bottom: 1px solid var(--line);
}
.brand-evolution { display: flex; align-items: center; }
.brand-logo { width: 126px; height: auto; }
.status {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 12px;
  color: #d9e2f8;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(11, 23, 48, .5);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  backdrop-filter: blur(16px);
}
.status i { width: 6px; height: 6px; border-radius: 50%; background: #47e6ae; box-shadow: 0 0 10px #47e6ae; }

main { position: relative; }
.hero,
.manifesto,
.coming-soon,
footer { width: var(--page); margin-inline: auto; }
.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(420px, .96fr);
  align-items: center;
  gap: 6vw;
  min-height: 100svh;
  padding: 148px 0 96px;
}
.hero-copy { position: relative; z-index: 2; }
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  color: #bfefff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 28px; height: 1px; background: linear-gradient(90deg, var(--cyan), var(--violet)); }
h1, h2, p { text-wrap: pretty; }
h1 {
  margin: 0;
  font-size: clamp(54px, 6.15vw, 94px);
  line-height: .99;
  letter-spacing: -.065em;
  font-weight: 730;
}
h1 span { color: #b8c6e5; font-weight: 550; }
h1 strong {
  color: transparent;
  background: linear-gradient(105deg, var(--cyan) 0%, var(--blue) 46%, #d04bff 96%);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 780;
}
.hero-lead { max-width: 690px; margin: 34px 0 0; color: var(--muted); font-size: clamp(17px, 1.35vw, 20px); line-height: 1.65; }
.signal { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 34px; }
.signal span {
  padding: 8px 12px;
  color: #d7e0f3;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(10, 21, 44, .54);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
}

.visual { position: relative; width: min(42vw, 540px); aspect-ratio: 1; justify-self: end; }
.visual::before {
  content: "";
  position: absolute;
  inset: 13%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(82, 119, 255, .22), rgba(166, 67, 255, .05) 52%, transparent 72%);
  filter: blur(14px);
}
.visual-orbit,
.visual-axis { position: absolute; inset: 50%; transform: translate(-50%, -50%); }
.visual-orbit { border: 1px solid rgba(127, 154, 238, .22); border-radius: 50%; }
.visual-orbit--outer { width: 88%; height: 88%; border-style: dashed; animation: spin 30s linear infinite; }
.visual-orbit--middle { width: 65%; height: 65%; border-color: rgba(67, 220, 245, .26); animation: spin 20s linear infinite reverse; }
.visual-orbit--inner { width: 42%; height: 42%; border-color: rgba(166, 67, 255, .32); box-shadow: inset 0 0 40px rgba(82, 119, 255, .06); }
.visual-axis { width: 100%; height: 1px; background: linear-gradient(90deg, transparent, var(--line) 18%, var(--line) 82%, transparent); }
.visual-axis--y { transform: translate(-50%, -50%) rotate(90deg); }
.visual-core {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 31%;
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(120, 152, 255, .34);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, rgba(42, 65, 132, .86), rgba(6, 12, 28, .94));
  box-shadow: 0 0 50px rgba(67, 220, 245, .14), 0 0 95px rgba(166, 67, 255, .13);
}
.visual-core::after { content: ""; position: absolute; inset: -12px; border: 1px solid rgba(67, 220, 245, .15); border-radius: 50%; animation: pulse 3.4s ease-out infinite; }
.visual-core img { width: 64%; }
.data-point { position: absolute; width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 16px var(--cyan); }
.data-point--one { top: 6%; left: 48%; }
.data-point--two { right: 12%; bottom: 23%; background: var(--violet); box-shadow: 0 0 16px var(--violet); }
.data-point--three { left: 12%; bottom: 27%; background: var(--blue); box-shadow: 0 0 16px var(--blue); }
.visual-tag {
  position: absolute;
  padding: 6px 9px;
  color: #a9b8d6;
  border: 1px solid rgba(126, 150, 218, .18);
  border-radius: 5px;
  background: rgba(6, 13, 30, .72);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .12em;
}
.visual-tag--one { top: 22%; right: 2%; }
.visual-tag--two { bottom: 4%; left: 39%; }
.visual-tag--three { top: 30%; left: -2%; }
.scroll-hint { position: absolute; bottom: 28px; left: 0; display: flex; align-items: center; gap: 10px; color: #627393; }
.scroll-hint span { position: relative; width: 28px; height: 1px; background: var(--line); overflow: hidden; }
.scroll-hint span::after { content: ""; position: absolute; inset: 0; background: var(--cyan); transform: translateX(-100%); animation: hint 2.3s var(--ease) infinite; }
.scroll-hint small { font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }

.evolution {
  position: relative;
  width: 100%;
  padding: 140px 0;
  overflow: hidden;
  color: #081327;
  background:
    radial-gradient(circle at 88% 12%, rgba(166, 67, 255, .09), transparent 28%),
    radial-gradient(circle at 8% 90%, rgba(67, 220, 245, .12), transparent 30%),
    #f7f9fd;
  border-block: 1px solid rgba(37, 59, 106, .09);
}
.evolution::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .68;
  background-image:
    linear-gradient(rgba(33, 64, 126, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(33, 64, 126, .055) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(90deg, transparent, black 18%, black 82%, transparent);
}
.evolution-inner { position: relative; z-index: 1; width: var(--page); margin-inline: auto; }
.section-intro { display: grid; grid-template-columns: .72fr 1.28fr; gap: 5vw; align-items: start; }
.section-intro .eyebrow { margin-top: 12px; }
.evolution .eyebrow { color: #236278; }
.evolution .eyebrow::before { background: linear-gradient(90deg, #0cb4d0, #8b38ed); }
.evolution h2 { color: #071326; }
h2 { margin: 0; font-size: clamp(38px, 4.6vw, 68px); line-height: 1.06; letter-spacing: -.05em; }
.evolution-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 70px; }
.statement {
  position: relative;
  min-height: 300px;
  padding: 38px;
  overflow: hidden;
  border: 1px solid rgba(51, 80, 139, .13);
  border-radius: 24px;
  background: rgba(255, 255, 255, .76);
  box-shadow: 0 24px 70px rgba(31, 49, 91, .08);
  backdrop-filter: blur(12px);
}
.statement::after { content: ""; position: absolute; width: 220px; height: 220px; right: -110px; bottom: -140px; border: 1px solid rgba(67, 220, 245, .15); border-radius: 50%; box-shadow: 0 0 60px rgba(67, 220, 245, .06); }
.statement:nth-child(2)::after { border-color: rgba(166, 67, 255, .18); box-shadow: 0 0 60px rgba(166, 67, 255, .07); }
.statement-number { color: var(--cyan); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.statement:nth-child(2) .statement-number { color: #c789ff; }
.statement p { max-width: 540px; margin: 62px 0 0; color: #253451; font-size: clamp(19px, 1.6vw, 24px); line-height: 1.5; letter-spacing: -.02em; }
.capabilities { display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 18px; border: 1px solid rgba(51, 80, 139, .13); border-radius: 18px; overflow: hidden; box-shadow: 0 20px 50px rgba(31, 49, 91, .06); }
.capability { display: flex; align-items: center; gap: 12px; padding: 22px 20px; color: #3b4d70; border-right: 1px solid rgba(51, 80, 139, .13); background: rgba(255, 255, 255, .82); font-size: 12px; font-weight: 750; }
.capability:last-child { border-right: 0; }
.capability i { width: 7px; height: 7px; border: 1px solid var(--cyan); border-radius: 50%; box-shadow: 0 0 10px rgba(67, 220, 245, .35); }
.capability:nth-child(even) i { border-color: var(--violet); box-shadow: 0 0 10px rgba(166, 67, 255, .35); }

.manifesto { padding: 140px 0; }
.manifesto-card {
  position: relative;
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  align-items: center;
  min-height: 580px;
  padding: 70px;
  overflow: hidden;
  border: 1px solid rgba(127, 154, 238, .24);
  border-radius: 32px;
  background:
    radial-gradient(circle at 15% 50%, rgba(67, 220, 245, .12), transparent 26%),
    radial-gradient(circle at 88% 10%, rgba(166, 67, 255, .18), transparent 33%),
    linear-gradient(135deg, #0d1a37, #101637 52%, #21123e);
  box-shadow: 0 34px 100px rgba(0, 0, 0, .24);
}
.manifesto-card::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px), linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px); background-size: 52px 52px; mask-image: radial-gradient(circle at 30% 50%, black, transparent 72%); }
.manifesto-mark { position: relative; width: min(25vw, 270px); aspect-ratio: 1; display: grid; place-items: center; color: transparent; border: clamp(22px, 3vw, 38px) solid transparent; border-radius: 50%; background: linear-gradient(#0c1730, #0c1730) padding-box, conic-gradient(var(--cyan), var(--blue), var(--violet), var(--cyan)) border-box; font-size: 0; filter: drop-shadow(0 0 30px rgba(89, 110, 255, .2)); }
.manifesto-mark::before { content: ""; width: 12px; height: 12px; border-radius: 50%; background: #fff; box-shadow: 0 0 20px var(--cyan); }
.manifesto-copy { position: relative; z-index: 1; max-width: 650px; }
.manifesto-copy h2 { font-size: clamp(38px, 4vw, 62px); }
.manifesto-copy > p:not(.eyebrow) { margin: 34px 0 0; color: #c1cce2; font-size: 20px; }
.manifesto-copy .manifesto-emphasis { margin-top: 0; color: #fff; font-size: clamp(25px, 2.2vw, 34px); font-weight: 750; letter-spacing: -.03em; }

.coming-soon { position: relative; padding: 150px 0 110px; text-align: center; border-top: 1px solid var(--line); }
.coming-soon .eyebrow { justify-content: center; }
.coming-soon h2 { max-width: 980px; margin-inline: auto; font-size: clamp(50px, 7vw, 104px); }
.coming-soon h2 span { color: transparent; background: linear-gradient(105deg, var(--cyan), var(--violet)); -webkit-background-clip: text; background-clip: text; }
.coming-soon__brand { display: flex; justify-content: center; margin-top: 60px; }
.coming-soon__brand img { width: min(44vw, 270px); filter: drop-shadow(0 0 28px rgba(82, 119, 255, .18)); }
.coming-soon__line { position: absolute; top: -1px; left: 50%; width: 180px; height: 2px; transform: translateX(-50%); background: linear-gradient(90deg, transparent, var(--cyan), var(--violet), transparent); box-shadow: 0 0 20px rgba(82, 119, 255, .45); }

footer { display: flex; justify-content: space-between; gap: 20px; padding: 28px 0 34px; color: #627393; border-top: 1px solid var(--line); font-size: 11px; letter-spacing: .04em; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }

@keyframes spin { to { transform: translate(-50%, -50%) rotate(360deg); } }
@keyframes pulse { 0% { transform: scale(.8); opacity: .8; } 100% { transform: scale(1.42); opacity: 0; } }
@keyframes hint { 0% { transform: translateX(-100%); } 60%,100% { transform: translateX(100%); } }

@media (max-width: 960px) {
  :root { --page: min(100% - 36px, 760px); }
  .hero { grid-template-columns: 1fr; gap: 58px; min-height: auto; padding-top: 150px; }
  .visual { width: min(78vw, 520px); justify-self: center; }
  .section-intro { grid-template-columns: 1fr; gap: 8px; }
  .evolution-grid { grid-template-columns: 1fr; }
  .capabilities { grid-template-columns: repeat(2, 1fr); }
  .capability { border-bottom: 1px solid var(--line); }
  .capability:nth-child(even) { border-right: 0; }
  .capability:last-child { grid-column: 1 / -1; border-bottom: 0; }
  .manifesto-card { grid-template-columns: 1fr; gap: 64px; padding: 58px; }
  .manifesto-mark { width: 220px; }
}

@media (max-width: 600px) {
  :root { --page: calc(100% - 28px); }
  .topbar { min-height: 76px; }
  .brand-logo { width: 108px; }
  .status { padding: 7px 9px; font-size: 9px; }
  .hero { padding: 126px 0 86px; }
  h1 { font-size: clamp(46px, 14.5vw, 68px); }
  .hero-lead { margin-top: 26px; font-size: 16px; }
  .signal { margin-top: 26px; }
  .visual { width: 96%; }
  .visual-tag--three { left: 1%; }
  .visual-tag--one { right: 1%; }
  .evolution { padding: 95px 0; }
  .evolution-grid { margin-top: 48px; }
  .statement { min-height: auto; padding: 28px; }
  .statement p { margin-top: 42px; font-size: 18px; }
  .capabilities { grid-template-columns: 1fr; }
  .capability, .capability:nth-child(even) { border-right: 0; }
  .capability:last-child { grid-column: auto; }
  .manifesto { padding: 95px 0; }
  .manifesto-card { min-height: auto; gap: 48px; padding: 38px 24px; border-radius: 24px; }
  .manifesto-mark { width: 160px; border-width: 24px; }
  .manifesto-copy > p:not(.eyebrow) { font-size: 17px; }
  .coming-soon { padding: 105px 0 90px; }
  footer { flex-direction: column; align-items: center; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
