:root {
  --page: #f5f5f7;
  --ink: #1d1d1f;
  --muted: #6e6e73;
  --hairline: rgba(29, 29, 31, .12);
  --cycle: 10s;
}

* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; background: var(--page); }
body {
  color: var(--ink);
  overflow: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.landing {
  position: relative;
  isolation: isolate;
  width: 100%;
  height: 100svh;
  min-height: 600px;
  overflow: hidden;
  background: linear-gradient(135deg, #fff 0%, #f7f7f9 52%, #f1f2f6 100%);
}

.landing::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .55;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' 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='.035'/%3E%3C/svg%3E");
  pointer-events: none;
}

.ambient { position: absolute; z-index: -2; border-radius: 50%; filter: blur(90px); pointer-events: none; }
.ambient--blue { width: 38vw; height: 38vw; right: -8vw; top: -12vw; background: rgba(101, 147, 255, .18); }
.ambient--warm { width: 32vw; height: 32vw; right: 24vw; bottom: -24vw; background: rgba(255, 168, 114, .14); }

.nav {
  position: absolute;
  z-index: 20;
  top: clamp(25px, 4.5vh, 48px);
  left: clamp(25px, 5vw, 82px);
  right: clamp(25px, 5vw, 82px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: start;
}

.brand { color: var(--ink); text-decoration: none; font-size: 20px; font-weight: 650; letter-spacing: -.06em; }
.nav p { margin: 0; color: var(--muted); font-size: 10px; font-weight: 500; line-height: 1.35; letter-spacing: .02em; }
.nav p:nth-child(2) { text-align: center; }.nav p:last-child { justify-self: end; }

.hero { display: grid; grid-template-columns: 47% 53%; width: 100%; height: 100%; }
.hero__copy { position: relative; z-index: 10; align-self: center; padding-left: clamp(25px, 8.5vw, 140px); transform: translateY(-1vh); }
.eyebrow { margin: 0 0 22px; color: var(--muted); font-size: 13px; font-weight: 600; letter-spacing: -.01em; }
h1 { margin: 0; font-size: clamp(58px, 6.6vw, 108px); font-weight: 650; line-height: .92; letter-spacing: -.065em; }
h1 span {
  color: transparent;
  background: linear-gradient(95deg, #76767b 0%, #aaaab1 38%, #5a5a60 76%, #8d8d93 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
.summary { margin: clamp(25px, 4vh, 39px) 0 0; color: var(--muted); font-size: clamp(15px, 1.25vw, 19px); font-weight: 450; line-height: 1.38; letter-spacing: -.018em; }
.motto { margin: 20px 0 0; color: var(--ink); font-size: 12px; font-weight: 600; letter-spacing: .035em; text-transform: uppercase; }
.motto::before { content: ""; display: inline-block; width: 26px; height: 1px; margin: 0 9px 4px 0; background: #96aed1; }

.hero__visual {
  position: relative;
  align-self: center;
  justify-self: center;
  width: min(48vw, 680px);
  aspect-ratio: 1;
  transform-style: preserve-3d;
  perspective: 1100px;
}

.halo {
  position: absolute;
  left: 15%; top: 15%;
  width: 70%; height: 70%;
  border-radius: 50%;
  background: radial-gradient(circle at 38% 34%, rgba(255,255,255,.98) 0 5%, rgba(195,218,255,.68) 29%, rgba(202,184,255,.48) 50%, rgba(255,187,149,.3) 68%, transparent 73%);
  filter: blur(20px);
  animation: breathe var(--cycle) ease-in-out infinite;
}

.orbit { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(70, 72, 80, .13); border-radius: 50%; transform: translate(-50%,-50%); }
.orbit::after { content: ""; position: absolute; border-radius: 50%; background: #fff; box-shadow: 0 2px 8px rgba(37,44,65,.16); }
.orbit--outer { width: 88%; height: 88%; animation: orbitOuter var(--cycle) linear infinite; }.orbit--outer::after { width: 9px; height: 9px; right: 10%; top: 16%; }
.orbit--inner { width: 59%; height: 59%; animation: orbitInner var(--cycle) linear infinite; }.orbit--inner::after { width: 6px; height: 6px; left: 6%; bottom: 28%; background: #7b8dff; }

.glass {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.74);
  background: linear-gradient(145deg, rgba(255,255,255,.7), rgba(255,255,255,.19));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.85), 0 24px 70px rgba(54, 66, 105, .12), 0 3px 12px rgba(54, 66, 105, .08);
  -webkit-backdrop-filter: blur(18px) saturate(130%);
  backdrop-filter: blur(18px) saturate(130%);
}

.glass--back {
  left: 15%; top: 24%; width: 46%; height: 51%; border-radius: 44px;
  transform: rotateY(18deg) rotateZ(-10deg);
  animation: layerBack var(--cycle) cubic-bezier(.2,.75,.25,1) infinite;
}
.glass__shine { position: absolute; inset: 0; background: linear-gradient(125deg, rgba(255,255,255,.62) 0 16%, transparent 34% 72%, rgba(161,186,255,.18)); }

.glass--middle {
  left: 36%; top: 19%; width: 43%; height: 59%; border-radius: 999px;
  background: linear-gradient(145deg, rgba(255,255,255,.66), rgba(192,203,255,.14));
  transform: rotate(18deg);
  animation: layerMiddle var(--cycle) cubic-bezier(.2,.75,.25,1) infinite;
}
.glass__line { position: absolute; left: 28%; top: 17%; width: 1px; height: 65%; background: linear-gradient(transparent,rgba(83,92,126,.2),transparent); }
.glass__dot { position: absolute; left: calc(28% - 5px); top: 44%; width: 11px; height: 11px; border-radius: 50%; background: #fff; box-shadow: 0 0 0 7px rgba(255,255,255,.22); }

.core {
  position: absolute;
  z-index: 5;
  left: 50%; top: 49%;
  width: 35%; aspect-ratio: 1;
  overflow: hidden;
  border-radius: 50%;
  transform: translate(-50%,-50%);
  background: radial-gradient(circle at 34% 25%, #fff 0 7%, #dceaff 20%, #9caeff 39%, #806de2 57%, #ef9b87 77%, #ffdfbc 100%);
  box-shadow: inset -18px -26px 50px rgba(77,56,159,.22), inset 13px 17px 30px rgba(255,255,255,.48), 0 36px 70px rgba(83,85,170,.22);
  animation: coreFloat var(--cycle) ease-in-out infinite;
}
.core__light { position: absolute; left: 18%; top: 12%; width: 29%; height: 17%; border-radius: 50%; background: rgba(255,255,255,.72); filter: blur(9px); transform: rotate(-20deg); }
.core__shadow { position: absolute; right: -14%; bottom: 2%; width: 56%; height: 28%; border-radius: 50%; background: rgba(92,65,172,.3); filter: blur(15px); transform: rotate(-20deg); }

.glass--front {
  z-index: 7;
  left: 31%; top: 60%; width: 47%; height: 19%; border-radius: 29px;
  transform: rotate(-7deg);
  animation: layerFront var(--cycle) cubic-bezier(.2,.75,.25,1) infinite;
}
.glass__pill { position: absolute; left: 11%; top: 31%; width: 55%; height: 9px; border-radius: 10px; background: rgba(91,96,115,.19); }
.glass__pill--short { top: 56%; width: 31%; opacity: .62; }

.footer { position: absolute; z-index: 10; left: clamp(25px,5vw,82px); right: clamp(25px,5vw,82px); bottom: clamp(25px,4.5vh,48px); display: flex; align-items: end; justify-content: space-between; }
.footer-note { margin: 0; color: var(--muted); font-size: 11px; font-weight: 500; }
.footer-note::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 9px; border-radius: 50%; background: #f2c94c; box-shadow: 0 0 0 4px rgba(242,201,76,.14); }
.metrics { display: flex; gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--hairline); }
.metrics li { display: grid; grid-template-columns: auto auto; column-gap: 6px; align-items: baseline; padding: 10px 0 0 18px; margin-left: 18px; border-left: 1px solid var(--hairline); }
.metrics li:first-child { margin-left: 0; border-left: 0; padding-left: 0; }
.metrics strong { font-size: 17px; font-weight: 600; line-height: 1; letter-spacing: -.05em; }
.metrics span { color: var(--muted); font-size: 9px; font-weight: 500; letter-spacing: -.015em; }

@keyframes layerBack {
  0%,100% { transform: translate3d(-11px,8px,-35px) rotateY(18deg) rotateZ(-10deg); }
  45%,55% { transform: translate3d(8px,-7px,-35px) rotateY(13deg) rotateZ(-7deg); }
}
@keyframes layerMiddle {
  0%,100% { transform: translate3d(8px,-9px,5px) rotate(18deg); }
  45%,55% { transform: translate3d(-7px,7px,5px) rotate(14deg); }
}
@keyframes layerFront {
  0%,100% { transform: translate3d(-6px,7px,50px) rotate(-7deg); }
  45%,55% { transform: translate3d(9px,-6px,50px) rotate(-4deg); }
}
@keyframes coreFloat {
  0%,100% { transform: translate(-50%,-50%) scale(.97); }
  50% { transform: translate(-50%,calc(-50% - 13px)) scale(1.025); }
}
@keyframes breathe { 0%,100% { opacity: .76; transform: scale(.94); } 50% { opacity: 1; transform: scale(1.04); } }
@keyframes orbitOuter { to { transform: translate(-50%,-50%) rotate(360deg); } }
@keyframes orbitInner { to { transform: translate(-50%,-50%) rotate(-360deg); } }

@media (max-width: 820px) {
  .landing { min-height: 680px; }
  .nav { grid-template-columns: 1fr 1fr; }.nav p:nth-child(2) { display: none; }
  .hero { display: block; }.hero__copy { position: absolute; top: 18%; left: 0; padding-left: 25px; transform: none; }
  .eyebrow { margin-bottom: 15px; font-size: 11px; } h1 { font-size: clamp(52px,14vw,74px); }.summary { margin-top: 20px; font-size: 15px; }.motto { margin-top: 16px; font-size: 10px; }
  .hero__visual { position: absolute; right: -15%; bottom: 6%; width: min(114vw,540px); }
  .footer { left: 25px; right: 25px; bottom: 25px; align-items: start; flex-direction: column; gap: 13px; }.footer-note { font-size: 10px; }.metrics { width: 100%; justify-content: initial; }.metrics li { flex: 1; grid-template-columns: 1fr; gap: 3px; padding: 8px 0 0 12px; margin-left: 0; }.metrics li + li { margin-left: 0; }.metrics strong { font-size: 15px; }.metrics span { font-size: 8px; }
}

@media (max-height: 680px) and (min-width: 821px) {
  .hero__visual { width: 570px; }.footer { bottom: 25px; }
}

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