@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Cormorant+Garamond:wght@500;600;700&display=swap");

:root {
  color-scheme: dark;
  --bg: #04070d;
  --ink: #eef3fb;
  --muted: #a8b6cb;
  --line: rgba(197, 223, 255, 0.14);
  --surface: rgba(11, 18, 31, 0.72);
  --surface-strong: rgba(13, 22, 40, 0.9);
  --accent: #b4d9ff;
  --accent-warm: #f3e5c8;
  --radius-lg: 34px;
  --radius-md: 24px;
  --shadow: 0 32px 90px rgba(0, 0, 0, 0.35);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100dvh;
  margin: 0;
  color: var(--ink);
  font-family: "Inter", sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 16% 0%, rgba(71, 107, 150, 0.22), transparent 28rem),
    radial-gradient(circle at 82% 10%, rgba(191, 218, 255, 0.08), transparent 22rem),
    linear-gradient(180deg, #050811 0%, #09111d 48%, #04060c 100%);
}

body::before {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.014) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(circle at 50% 18%, black, transparent 76%);
}

a {
  color: inherit;
}

.star-canvas {
  position: fixed;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.site-nav {
  position: fixed;
  top: 18px;
  left: 50%;
  z-index: 40;
  display: flex;
  width: min(1180px, calc(100% - 28px));
  min-height: 68px;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px 10px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(8, 13, 24, 0.6);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 18px 70px rgba(0, 0, 0, 0.28);
  transform: translateX(-50%);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}

.site-nav::before {
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 36%);
  content: "";
  pointer-events: none;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-wordmark {
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.brand-mark {
  position: relative;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(219, 236, 255, 0.42);
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 248, 231, 0.98), transparent 16%),
    radial-gradient(circle at 50% 50%, rgba(178, 217, 255, 0.22), transparent 56%);
  box-shadow: 0 0 36px rgba(169, 214, 255, 0.35);
}

.brand-mark::after {
  position: absolute;
  inset: 7px;
  border: 1px solid rgba(180, 217, 255, 0.4);
  border-radius: inherit;
  content: "";
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 6px;
  position: relative;
  z-index: 1;
}

.nav-links a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 0 15px;
  border-radius: 999px;
  color: rgba(238, 243, 251, 0.76);
  font-size: 14px;
  font-weight: 560;
  text-decoration: none;
  transition: transform 180ms ease, color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.nav-links a:hover {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-1px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.nav-links .nav-cta {
  color: #07111d;
  background: linear-gradient(180deg, #edf6ff 0%, #d8eafe 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.65),
    0 8px 18px rgba(190, 221, 251, 0.18);
}

.nav-status {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  margin-right: 8px;
  border: 1px solid rgba(197, 223, 255, 0.12);
  border-radius: 999px;
  color: rgba(238, 243, 251, 0.6);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.04);
}

.hero {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 100dvh;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: 42px;
  align-items: center;
  padding: 118px 34px 52px;
  overflow: hidden;
}

.hero-base,
.hero-reveal,
.hero-scrim {
  position: absolute;
  inset: 0;
}

.hero-base {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(4, 7, 13, 0.16), rgba(4, 7, 13, 0.78)),
    url("assets/aether-dashboard.jpg") center / cover no-repeat;
  filter: saturate(0.76) brightness(0.7);
  animation: heroZoom 1.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.hero-reveal {
  z-index: 2;
  background:
    radial-gradient(circle at 50% 50%, rgba(217, 236, 255, 0.22), transparent 32%),
    url("assets/aether-space-contact-sheet.jpg") center / cover no-repeat;
  opacity: 0.95;
  -webkit-mask-image: radial-gradient(circle 270px at var(--spot-x, -40%) var(--spot-y, -40%), #000 0 38%, rgba(0, 0, 0, 0.72) 58%, transparent 76%);
  mask-image: radial-gradient(circle 270px at var(--spot-x, -40%) var(--spot-y, -40%), #000 0 38%, rgba(0, 0, 0, 0.72) 58%, transparent 76%);
}

.hero-scrim {
  z-index: 3;
  background:
    radial-gradient(circle at 22% 42%, rgba(5, 8, 16, 0.12), rgba(5, 8, 16, 0.82) 56%),
    linear-gradient(180deg, rgba(5, 8, 16, 0.16), rgba(5, 8, 16, 0.92));
}

.hero-copy-shell,
.device-stage {
  position: relative;
  z-index: 4;
}

.hero-copy-shell {
  width: min(620px, 100%);
  padding-left: min(3vw, 30px);
}

.kicker,
.eyebrow,
.panel-label,
.meta-label {
  margin: 0;
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero h1,
.section h2,
.legal-hero h1 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 0.9;
}

.hero h1 {
  max-width: 720px;
  margin-top: 18px;
  font-size: clamp(4.3rem, 10.4vw, 8.8rem);
  animation: heroReveal 1.08s 0.16s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.hero h1 span {
  display: block;
  color: rgba(255, 243, 221, 0.96);
}

.hero-copy {
  max-width: 560px;
  margin: 22px 0 0;
  color: rgba(238, 243, 251, 0.78);
  font-size: clamp(1.02rem, 1.9vw, 1.22rem);
  animation: fadeUp 0.9s 0.34s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.hero-actions,
.review-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
  animation: fadeUp 0.9s 0.5s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

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

.button:active {
  transform: translateY(1px) scale(0.985);
}

.button.primary {
  color: #09111d;
  border-color: rgba(232, 241, 255, 0.75);
  background: linear-gradient(180deg, #eef6ff 0%, #dbeafc 100%);
  box-shadow: 0 16px 42px rgba(177, 214, 250, 0.26);
}

.button.secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.06);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 12px 24px rgba(0, 0, 0, 0.14);
}

.glass-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.02)),
    var(--surface);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), var(--shadow);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}

.glass-panel::before {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 28%);
  content: "";
  pointer-events: none;
}

.device-stage {
  display: grid;
  grid-template-columns: minmax(0, 0.68fr) minmax(0, 0.98fr);
  gap: 22px;
  align-items: end;
}

.focus-object-card {
  position: relative;
  align-self: start;
  min-height: 270px;
  padding: 24px;
  animation: fadeUp 0.95s 0.64s cubic-bezier(0.16, 1, 0.3, 1) both;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.03)),
    linear-gradient(135deg, rgba(17, 29, 49, 0.92), rgba(8, 14, 23, 0.78));
}

.focus-object-card strong,
.screen-meta strong {
  display: block;
  margin-top: 8px;
  font-size: 1.24rem;
  letter-spacing: -0.03em;
}

.focus-object-card p,
.screen-meta,
.section p,
.section li,
.legal-card p,
.legal-hero p,
.site-footer {
  color: var(--muted);
}

.material-note {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  color: rgba(238, 243, 251, 0.72);
  font-size: 0.82rem;
}

.material-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 243, 221, 0.98), rgba(180, 217, 255, 0.7));
  box-shadow: 0 0 16px rgba(180, 217, 255, 0.36);
}

.anchor-chip {
  position: relative;
  aspect-ratio: 1;
  width: 100%;
  max-width: 190px;
  margin-top: 24px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 50%, rgba(244, 225, 194, 0.26), transparent 24%),
    radial-gradient(circle at 50% 50%, rgba(170, 214, 255, 0.18), transparent 58%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    inset 0 -18px 40px rgba(0, 0, 0, 0.24),
    0 18px 44px rgba(0, 0, 0, 0.24);
}

.anchor-chip-glow {
  position: absolute;
  inset: 12%;
  border-radius: 999px;
  background:
    radial-gradient(circle at 34% 30%, rgba(255, 255, 255, 0.3), transparent 22%),
    radial-gradient(circle at 50% 50%, rgba(255, 245, 226, 0.18), transparent 38%);
  filter: blur(2px);
}

.anchor-chip span {
  position: absolute;
  inset: 8%;
  border: 1px solid rgba(220, 234, 253, 0.18);
  border-radius: 999px;
}

.anchor-chip span:nth-child(2) {
  inset: 24%;
}

.anchor-chip span:nth-child(3) {
  inset: 40%;
}

.phone-frame {
  position: relative;
  min-height: 720px;
  padding: 18px;
  border-radius: 42px;
  animation: fadeUp 1.05s 0.76s cubic-bezier(0.16, 1, 0.3, 1) both;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.02)),
    linear-gradient(135deg, rgba(19, 29, 47, 0.96), rgba(5, 9, 16, 0.96));
}

.phone-frame::before {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
  content: "";
}

.phone-frame::after {
  position: absolute;
  inset: 2px;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  content: "";
  pointer-events: none;
}

.phone-side-button {
  position: absolute;
  left: -3px;
  z-index: 2;
  width: 4px;
  border-radius: 999px 0 0 999px;
  background: linear-gradient(180deg, rgba(225, 236, 255, 0.42), rgba(48, 60, 78, 0.9));
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.22);
}

.phone-side-button-top {
  top: 140px;
  height: 56px;
}

.phone-side-button-mid {
  top: 234px;
  height: 92px;
}

.phone-side-button-low {
  top: 346px;
  height: 92px;
}

.phone-camera {
  position: absolute;
  top: 16px;
  left: 50%;
  z-index: 2;
  width: 132px;
  height: 28px;
  margin-left: -66px;
  border-radius: 999px;
  background: rgba(3, 6, 12, 0.92);
}

.phone-camera span {
  position: absolute;
  top: 8px;
  right: 18px;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: radial-gradient(circle at 50% 50%, rgba(192, 231, 255, 0.7), rgba(35, 67, 102, 0.32));
}

.phone-screen {
  position: relative;
  min-height: 684px;
  overflow: hidden;
  padding: 44px 26px 26px;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(10, 16, 30, 0.56), rgba(8, 12, 22, 0.94)),
    url("assets/aether-dashboard.jpg") center / cover no-repeat;
}

.phone-screen::after {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), transparent 22%),
    linear-gradient(120deg, rgba(255, 255, 255, 0.08), transparent 38%);
  content: "";
  pointer-events: none;
}

.screen-reflection {
  position: absolute;
  inset: -20% auto auto -16%;
  width: 58%;
  height: 110%;
  transform: rotate(12deg);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.02) 38%, transparent 72%);
  opacity: 0.62;
  pointer-events: none;
}

.screen-header,
.screen-meta {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.screen-pill,
.screen-time {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(230, 240, 255, 0.14);
  border-radius: 999px;
  background: rgba(7, 13, 24, 0.44);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.screen-pill {
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.screen-time {
  font-size: 0.96rem;
  font-weight: 700;
}

.screen-ring {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: min(100%, 340px);
  aspect-ratio: 1;
  margin: 68px auto 54px;
  border-radius: 999px;
  background: radial-gradient(circle at 50% 50%, rgba(5, 11, 19, 0.22), transparent 66%);
}

.screen-ring .ring-core {
  width: 34%;
  height: 34%;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 244, 225, 0.95), rgba(211, 231, 255, 0.3) 42%, transparent 62%),
    rgba(10, 18, 31, 0.32);
  box-shadow: 0 0 55px rgba(180, 220, 255, 0.25);
}

.orbit {
  position: absolute;
  border: 1px solid rgba(235, 241, 255, 0.18);
  border-radius: 999px;
}

.orbit-a {
  inset: 10%;
  animation: spin 16s linear infinite;
}

.orbit-b {
  inset: 24%;
  animation: spin 10s linear infinite reverse;
}

.orbit::after {
  position: absolute;
  top: 10%;
  left: 50%;
  width: 10px;
  height: 10px;
  margin-left: -5px;
  border-radius: 999px;
  background: rgba(255, 243, 221, 0.98);
  box-shadow: 0 0 20px rgba(255, 243, 221, 0.55);
  content: "";
}

.screen-meta {
  align-items: end;
}

.screen-meta div {
  min-width: 0;
}

.meta-copy {
  margin: 8px 0 0;
  color: rgba(238, 243, 251, 0.62);
  font-size: 0.82rem;
}

.screen-constellation {
  position: relative;
  z-index: 2;
  min-height: 150px;
  margin-top: 42px;
  padding-top: 28px;
  border-top: 1px solid rgba(230, 240, 255, 0.1);
}

.screen-constellation svg {
  position: absolute;
  inset: 16px 0 0;
  width: 100%;
  height: 120px;
  fill: none;
  stroke: rgba(214, 232, 255, 0.46);
  stroke-width: 1.25;
}

.mini-star,
.star {
  position: absolute;
  border-radius: 999px;
  background: rgba(244, 248, 255, 0.98);
  box-shadow: 0 0 18px rgba(174, 217, 255, 0.72);
}

.mini-star {
  width: 7px;
  height: 7px;
}

.m1 { top: 74px; left: 16px; }
.m2 { top: 28px; left: 72px; }
.m3 { top: 42px; left: 118px; }
.m4 { top: 8px; right: 34px; }

.section {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 34px));
  margin: 0 auto;
  padding: 112px 0;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 58px;
  align-items: start;
}

.section-heading h2,
.review-strip h2,
.legal-hero h1 {
  max-width: 760px;
  margin-top: 14px;
  font-size: clamp(2.9rem, 6vw, 5.6rem);
}

.section-heading p,
.constellation-copy p {
  max-width: 560px;
  margin-top: 18px;
  font-size: 1.05rem;
}

.intro-strip {
  padding-top: 78px;
}

.ritual-list {
  display: grid;
  gap: 14px;
}

.ritual-list article,
.capability-grid article,
.legal-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.04);
}

.ritual-list article {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 18px;
  align-items: start;
  padding: 24px;
}

.ritual-list span {
  color: rgba(255, 243, 221, 0.96);
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.ritual-list p,
.capability-grid p,
.review-strip p,
.fact-list {
  margin: 0;
}

.anchor-stage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  gap: 44px;
  align-items: center;
  padding: 48px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.02)),
    linear-gradient(135deg, rgba(14, 23, 40, 0.94), rgba(7, 11, 18, 0.92));
}

.anchor-stage-copy h2 {
  margin-top: 12px;
  font-size: clamp(2.6rem, 5.6vw, 5.1rem);
}

.fact-list {
  margin-top: 22px;
  padding-left: 18px;
}

.fact-list li + li {
  margin-top: 10px;
}

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

.anchor-specs div {
  padding: 16px 18px;
  border: 1px solid rgba(197, 223, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
}

.anchor-specs strong {
  display: block;
  margin-top: 8px;
  font-size: 0.98rem;
  letter-spacing: -0.02em;
}

.anchor-sculpture {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  border-radius: calc(var(--radius-lg) + 8px);
  background:
    radial-gradient(circle at 50% 50%, rgba(192, 222, 255, 0.08), transparent 50%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
}

.anchor-disc,
.anchor-pulse {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 999px;
  transform: translate(-50%, -50%);
}

.anchor-disc-large {
  width: 82%;
  aspect-ratio: 1;
  border: 1px solid rgba(225, 235, 249, 0.14);
}

.anchor-disc-mid {
  width: 56%;
  aspect-ratio: 1;
  border: 1px solid rgba(225, 235, 249, 0.18);
}

.anchor-disc-small {
  width: 22%;
  aspect-ratio: 1;
  background:
    radial-gradient(circle at 50% 50%, rgba(248, 235, 205, 0.98), rgba(181, 219, 255, 0.28) 42%, transparent 74%);
  box-shadow: 0 0 44px rgba(181, 219, 255, 0.24);
}

.anchor-pulse {
  width: 82%;
  aspect-ratio: 1;
  border: 1px solid rgba(197, 223, 255, 0.08);
  animation: breathe 4.2s ease-in-out infinite;
}

.anchor-core-shadow {
  position: absolute;
  left: 50%;
  bottom: 48px;
  width: 38%;
  height: 36px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0.42), transparent 72%);
  filter: blur(8px);
}

.constellation-section {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
  gap: 44px;
  align-items: center;
}

.constellation-stage {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  padding: 32px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    linear-gradient(135deg, rgba(10, 18, 31, 0.94), rgba(6, 10, 18, 0.94));
}

.constellation-stage::before {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 60% 42%, rgba(176, 217, 255, 0.14), transparent 22rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
  content: "";
}

.constellation-stage svg {
  position: absolute;
  inset: 8% 6%;
  width: 88%;
  height: 84%;
  fill: none;
  stroke: rgba(223, 235, 255, 0.44);
  stroke-width: 1.2;
  stroke-dasharray: 820;
  stroke-dashoffset: 820;
  animation: drawLine 2.1s cubic-bezier(0.16, 1, 0.3, 1) 0.3s forwards;
}

.star {
  z-index: 2;
  width: 11px;
  height: 11px;
  animation: pulse 4.2s ease-in-out infinite;
}

.s1 { top: 69%; left: 8%; }
.s2 { top: 43%; left: 24%; animation-delay: 0.6s; }
.s3 { top: 52%; left: 42%; animation-delay: 1.2s; }
.s4 { top: 26%; left: 58%; animation-delay: 1.8s; }
.s5 { top: 46%; left: 76%; animation-delay: 2.4s; }
.s6 { top: 24%; left: 90%; animation-delay: 3s; }

.capability-shell {
  display: grid;
  gap: 28px;
}

.capability-heading p {
  max-width: 420px;
}

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

.capability-grid article {
  position: relative;
  min-height: 220px;
  padding: 24px;
  background:
    radial-gradient(circle at 20% 0%, rgba(177, 214, 250, 0.12), transparent 16rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 42px rgba(0, 0, 0, 0.16);
}

.capability-grid article::after {
  position: absolute;
  inset: 1px;
  border-radius: calc(var(--radius-md) - 1px);
  border: 1px solid rgba(255, 255, 255, 0.04);
  content: "";
  pointer-events: none;
}

.capability-grid h3,
.legal-card h3 {
  margin: 0 0 10px;
  font-size: 1.08rem;
}

.card-chip {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  margin-bottom: 16px;
  border: 1px solid rgba(197, 223, 255, 0.14);
  border-radius: 999px;
  color: rgba(238, 243, 251, 0.72);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.04);
}

.review-strip {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
  padding: 42px;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius-lg) + 2px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    var(--surface-strong);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 24px 54px rgba(0, 0, 0, 0.18);
}

.review-strip p {
  max-width: 640px;
}

.trust-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 20px;
}

.trust-pills span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid rgba(197, 223, 255, 0.14);
  border-radius: 999px;
  color: rgba(238, 243, 251, 0.72);
  font-size: 0.78rem;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.04);
}

.site-footer {
  position: relative;
  z-index: 2;
  display: flex;
  width: min(1180px, calc(100% - 34px));
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin: 0 auto;
  padding: 36px 0 60px;
  border-top: 1px solid var(--line);
}

.site-footer span {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.6rem;
}

.site-footer div {
  display: flex;
  gap: 18px;
}

.site-footer a {
  color: var(--muted);
  text-decoration: none;
}

.legal-page {
  background:
    radial-gradient(circle at 20% 0%, rgba(71, 107, 150, 0.2), transparent 30rem),
    linear-gradient(180deg, #050811 0%, #04060c 100%);
}

.legal-shell {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 34px));
  margin: 0 auto;
  padding: 120px 0 78px;
}

.legal-hero {
  padding: 42px;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.03)),
    linear-gradient(135deg, rgba(13, 22, 39, 0.96), rgba(7, 11, 18, 0.94));
}

.legal-hero::after {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 88% 18%, rgba(180, 217, 255, 0.12), transparent 20rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 26%);
  content: "";
  pointer-events: none;
}

.legal-hero p {
  max-width: 920px;
  margin-top: 18px;
  font-size: 1.04rem;
}

.legal-pills {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.legal-pills span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(197, 223, 255, 0.14);
  border-radius: 999px;
  color: rgba(238, 243, 251, 0.76);
  font-size: 0.78rem;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

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

.legal-card {
  position: relative;
  padding: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    rgba(255, 255, 255, 0.03);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 18px 36px rgba(0, 0, 0, 0.14);
}

.legal-card::after {
  position: absolute;
  inset: 1px;
  border-radius: calc(var(--radius-md) - 1px);
  border: 1px solid rgba(255, 255, 255, 0.04);
  content: "";
  pointer-events: none;
}

.legal-card h2 {
  margin: 0 0 18px;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  letter-spacing: -0.04em;
}

.legal-card h3 {
  margin-top: 28px;
}

.legal-card p {
  margin: 0;
}

.legal-card a {
  color: var(--accent);
}

.legal-card:nth-child(2) {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
    linear-gradient(135deg, rgba(12, 20, 35, 0.92), rgba(7, 11, 18, 0.88));
}

@keyframes heroReveal {
  0% {
    opacity: 0;
    transform: translateY(28px);
    filter: blur(12px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroZoom {
  0% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes breathe {
  50% {
    transform: translate(-50%, -50%) scale(1.08);
    opacity: 0.28;
  }
}

@keyframes pulse {
  50% {
    opacity: 0.42;
    transform: scale(1.32);
  }
}

@keyframes drawLine {
  to {
    stroke-dashoffset: 0;
  }
}

@media (max-width: 1080px) {
  .hero,
  .device-stage,
  .split,
  .anchor-stage,
  .constellation-section,
  .legal-grid {
    grid-template-columns: 1fr;
  }

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

  .device-stage {
    max-width: 760px;
    margin: 0 auto;
  }

  .phone-frame {
    min-height: 660px;
  }
}

@media (max-width: 860px) {
  .site-nav {
    top: 12px;
    width: calc(100% - 18px);
  }

  .nav-links a:not(.nav-cta) {
    display: none;
  }

  .nav-status {
    display: none;
  }

  .hero {
    min-height: auto;
    padding: 108px 18px 56px;
  }

  .hero-copy-shell {
    padding-left: 0;
  }

  .hero h1 {
    font-size: clamp(3.6rem, 18vw, 5.8rem);
  }

  .section,
  .site-footer,
  .legal-shell {
    width: min(100% - 24px, 760px);
  }

  .section {
    padding: 78px 0;
  }

  .phone-frame {
    min-height: 620px;
    padding: 14px;
    border-radius: 34px;
  }

  .phone-screen {
    min-height: 592px;
    padding: 40px 20px 22px;
  }

  .screen-ring {
    margin: 48px auto 40px;
  }

  .ritual-list article {
    grid-template-columns: 1fr;
    gap: 10px;
  }

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

  .anchor-specs {
    grid-template-columns: 1fr;
  }

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

  .legal-hero,
  .anchor-stage,
  .review-strip {
    padding: 28px;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
