:root {
  --ink: #f1f7f4;
  --muted: rgba(241,247,244,.68);
  --hairline: rgba(241,247,244,.22);
  --deep: #061a20;
}

* { box-sizing: border-box; }
html, body { width: 100%; min-height: 100%; margin: 0; }
body {
  background: var(--deep);
  color: var(--ink);
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow: hidden;
}
a { color: inherit; text-decoration: none; }

.hero {
  position: relative;
  min-height: 100svh;
  width: 100%;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 65% 15%, rgba(106,204,203,.16), transparent 28%),
    linear-gradient(135deg, #071b22 0%, #0b3942 42%, #14616a 72%, #82b9b4 100%);
}

#liquid-canvas,
.ambient,
.grain {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

#liquid-canvas { z-index: -4; display: block; }

.ambient {
  z-index: -3;
  pointer-events: none;
  background:
    radial-gradient(60% 85% at 88% 10%, rgba(218,247,236,.12), transparent 65%),
    radial-gradient(58% 70% at 18% 100%, rgba(4,16,23,.52), transparent 78%),
    linear-gradient(90deg, rgba(2,10,16,.38), transparent 45%, rgba(255,255,255,.02));
}

.grain {
  z-index: 7;
  opacity: .10;
  pointer-events: none;
  mix-blend-mode: soft-light;
  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='.82' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.6'/%3E%3C/svg%3E");
}

.topbar {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 38px;
}

.brand { display: inline-flex; gap: 11px; align-items: center; }
.brand-mark { display: grid; place-items: center; width: 32px; height: 40px; }
.brand-mark svg { width: 100%; height: 100%; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { font-family: "Manrope", sans-serif; font-weight: 400; letter-spacing: .29em; font-size: 14px; }
.brand-copy small { margin-top: 5px; font-size: 7px; letter-spacing: .235em; opacity: .62; }

.status {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .18em;
  color: var(--muted);
}
.status i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d9fff2;
  box-shadow: 0 0 16px rgba(217,255,242,.9);
  animation: pulse 2.4s ease-in-out infinite;
}
@keyframes pulse { 50% { opacity: .35; transform: scale(.75); } }

.content {
  position: absolute;
  z-index: 4;
  left: clamp(28px, 7vw, 112px);
  top: 50%;
  transform: translateY(-50%);
  width: min(900px, 82vw);
}

.eyebrow {
  margin: 0 0 24px;
  color: rgba(239,249,245,.62);
  font-size: clamp(9px, .8vw, 12px);
  font-weight: 500;
  letter-spacing: .27em;
}

h1 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: clamp(64px, 10.9vw, 174px);
  font-weight: 300;
  line-height: .78;
  letter-spacing: -.07em;
  text-transform: uppercase;
}
h1 span { display: block; }
h1 .outline {
  margin-left: .18em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(244,250,247,.76);
  text-stroke: 1px rgba(244,250,247,.76);
}

.lede {
  margin: 34px 0 0 .45em;
  max-width: 600px;
  font-family: "Manrope", sans-serif;
  font-size: clamp(13px, 1.15vw, 17px);
  font-weight: 300;
  line-height: 1.65;
  color: rgba(241,247,244,.72);
}

.launch-row {
  display: flex;
  align-items: center;
  gap: 14px;
  width: min(370px, 72vw);
  margin: 38px 0 0 .45em;
  color: rgba(241,247,244,.74);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .34em;
  white-space: nowrap;
}
.launch-row .line { height: 1px; flex: 1; background: var(--hairline); }

.footer {
  position: absolute;
  z-index: 10;
  left: 38px;
  right: 38px;
  bottom: 25px;
  display: flex;
  justify-content: space-between;
  color: rgba(241,247,244,.42);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 8px;
}
.footer p { margin: 0; }

.water-lens {
  --size: 116px;
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  width: var(--size);
  height: var(--size);
  margin: calc(var(--size) / -2) 0 0 calc(var(--size) / -2);
  border-radius: 50% 46% 52% 48%;
  pointer-events: none;
  opacity: 0;
  transform: translate3d(-200px,-200px,0) scale(.72);
  transition: opacity .22s ease, transform .12s ease-out;
  border: 1px solid rgba(235,255,251,.28);
  box-shadow:
    inset 9px 10px 22px rgba(255,255,255,.10),
    inset -12px -13px 26px rgba(0,29,36,.20),
    0 13px 36px rgba(0,12,18,.12),
    0 0 1px rgba(255,255,255,.8);
  backdrop-filter: blur(1.2px) saturate(1.18) brightness(1.04);
  -webkit-backdrop-filter: blur(1.2px) saturate(1.18) brightness(1.04);
}
.water-lens::before {
  content: "";
  position: absolute;
  top: 14%;
  left: 19%;
  width: 28%;
  height: 18%;
  border-radius: 50%;
  background: radial-gradient(ellipse at 50% 50%, rgba(255,255,255,.36), rgba(255,255,255,.05) 55%, transparent 72%);
  transform: rotate(-29deg);
  filter: blur(.4px);
}
.water-lens::after {
  content: "";
  position: absolute;
  inset: 7%;
  border-radius: inherit;
  border: 1px solid rgba(255,255,255,.08);
}
.hero.pointer-active .water-lens { opacity: .96; transform: translate3d(var(--mx),var(--my),0) scale(1); }

.ripple {
  position: fixed;
  z-index: 3;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  border: 1px solid rgba(232,255,250,.32);
  border-radius: 50%;
  pointer-events: none;
  animation: ripple .9s cubic-bezier(.2,.7,.2,1) forwards;
}
@keyframes ripple {
  from { transform: scale(.4); opacity: .75; }
  to { transform: scale(9); opacity: 0; }
}

@media (max-width: 720px) {
  body { overflow: auto; }
  .hero { min-height: 100svh; }
  .topbar { padding: 22px 20px; }
  .status { font-size: 8px; letter-spacing: .13em; }
  .brand-copy strong { font-size: 12px; }
  .brand-copy small { font-size: 6px; }
  .content {
    left: 22px;
    width: calc(100vw - 44px);
    top: 51%;
  }
  .eyebrow { margin-bottom: 19px; line-height: 1.5; }
  h1 { font-size: clamp(58px, 18vw, 92px); line-height: .82; }
  h1 .outline { margin-left: 0; -webkit-text-stroke-width: .8px; }
  .lede { margin-top: 27px; margin-left: 0; max-width: 92%; }
  .launch-row { margin-top: 28px; margin-left: 0; }
  .footer { left: 20px; right: 20px; bottom: 18px; }
  .footer p:first-child { display: none; }
  .desktop-only { display: none; }
  .water-lens { --size: 92px; }
}

@media (pointer: coarse) {
  .water-lens { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .status i, .ripple { animation: none !important; }
  .water-lens { transition: none; }
}
