:root {
  --ink: #062727;
  --deep: #0b3e43;
  --teal: #1a8e8c;
  --mint: #9df7cf;
  --violet: #b7a5ff;
  --coral: #ff7e67;
  --foam: #f4fffb;
  --glass: rgba(255, 255, 255, 0.58);
  --line: rgba(6, 39, 39, 0.14);
  --muted: #5e7270;
  --shadow: 0 28px 80px rgba(6, 39, 39, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 12%, rgba(157, 247, 207, 0.62), transparent 25rem),
    radial-gradient(circle at 86% 18%, rgba(183, 165, 255, 0.42), transparent 28rem),
    radial-gradient(circle at 74% 72%, rgba(255, 126, 103, 0.18), transparent 22rem),
    linear-gradient(180deg, #f7fffb 0%, #e8fbf5 48%, #f8f7ff 100%);
  font-family: "DM Sans", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

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

#flux-field {
  position: fixed;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.header {
  position: sticky;
  top: 14px;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: min(1180px, calc(100% - 32px));
  min-height: 70px;
  margin: 14px auto 0;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.52);
  box-shadow: 0 18px 50px rgba(6, 39, 39, 0.08);
  backdrop-filter: blur(24px);
}

.brand,
.nav,
.footer {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-size: 1.18rem;
  font-weight: 900;
}

.brand-orbit {
  position: relative;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--mint) 0 28%, var(--deep) 30% 36%, transparent 38%);
  box-shadow: inset 0 0 0 1px rgba(6, 39, 39, 0.12);
}

.brand-orbit::before {
  position: absolute;
  inset: 8px -5px;
  border: 1px solid var(--teal);
  border-radius: 50%;
  content: "";
  transform: rotate(-24deg);
}

.nav {
  gap: 4px;
  padding: 4px;
  border-radius: 999px;
  background: rgba(6, 39, 39, 0.06);
}

.nav a,
.owner {
  min-height: 38px;
  padding: 10px 14px;
  border-radius: 999px;
  color: #244947;
  font-size: 0.9rem;
  font-weight: 800;
}

.nav a:hover,
.owner:hover {
  background: rgba(255, 255, 255, 0.72);
}

.owner {
  justify-self: end;
  border: 1px solid rgba(6, 39, 39, 0.1);
}

main,
.footer {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.hero {
  min-height: calc(100vh - 98px);
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(380px, 1.08fr);
  gap: 50px;
  align-items: center;
  padding: 56px 0 42px;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(4.4rem, 9.4vw, 9.6rem);
  line-height: 0.86;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2.4rem, 5vw, 5.4rem);
  line-height: 0.96;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.28rem;
}

.hero-copy p {
  max-width: 650px;
  color: var(--muted);
  font-size: clamp(1.06rem, 1.8vw, 1.28rem);
  line-height: 1.72;
}

.primary-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  margin-top: 18px;
  padding: 15px 18px;
  border-radius: 999px;
  color: var(--foam);
  background: var(--ink);
  box-shadow: 0 18px 42px rgba(6, 39, 39, 0.18);
  font-weight: 900;
}

.signal-orb {
  position: relative;
  min-height: 650px;
  border-radius: 44% 56% 52% 48% / 44% 42% 58% 56%;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.28) 44%, transparent 64%),
    linear-gradient(135deg, rgba(157, 247, 207, 0.44), rgba(183, 165, 255, 0.32));
  box-shadow: var(--shadow);
  overflow: hidden;
}

.signal-orb::before {
  position: absolute;
  inset: 11%;
  border: 1px solid rgba(6, 39, 39, 0.1);
  border-radius: inherit;
  content: "";
}

.orb-core {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 128px;
  height: 128px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--mint), var(--teal));
  box-shadow: 0 0 0 26px rgba(157, 247, 207, 0.28), 0 0 70px rgba(26, 142, 140, 0.34);
  transform: translate(-50%, -50%);
}

.orb-ring {
  position: absolute;
  border: 1px solid rgba(6, 39, 39, 0.18);
  border-radius: 50%;
}

.ring-one {
  inset: 24%;
}

.ring-two {
  inset: 16% 26%;
  transform: rotate(24deg);
}

.ring-three {
  inset: 30% 12%;
  transform: rotate(-18deg);
}

.signal-label {
  position: absolute;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.64);
  color: var(--deep);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
}

.label-one {
  top: 20%;
  left: 18%;
}

.label-two {
  right: 15%;
  top: 46%;
}

.label-three {
  left: 34%;
  bottom: 18%;
}

.capabilities,
.wave-section,
.founder-band,
.contact-section {
  padding: 92px 0;
  border-top: 1px solid var(--line);
}

.section-title {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 48px;
  align-items: start;
  margin-bottom: 40px;
}

.section-title span,
.wave-copy span,
.founder-band span,
.contact-copy span {
  color: var(--teal);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.flow-stack {
  display: grid;
  gap: 14px;
}

.flow-stack article {
  display: grid;
  grid-template-columns: 190px minmax(0, 0.8fr) minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 34px;
  background: var(--glass);
  backdrop-filter: blur(16px);
}

.flow-stack span {
  color: var(--teal);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
}

.flow-stack p,
.wave-steps p,
.founder-band p {
  color: var(--muted);
  line-height: 1.7;
}

.wave-section {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(420px, 1.2fr);
  gap: 42px;
  align-items: end;
}

.wave-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  border-radius: 34px;
  background: rgba(6, 39, 39, 0.12);
  overflow: hidden;
}

.wave-steps div {
  min-height: 260px;
  padding: 26px;
  background: rgba(255, 255, 255, 0.6);
}

.wave-steps strong {
  display: block;
  margin-bottom: 76px;
  color: var(--deep);
  font-size: 1.56rem;
}

.founder-band {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 38px;
  align-items: end;
}

.founder-band p {
  max-width: 720px;
  margin-bottom: 0;
  font-size: 1.12rem;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 42px;
  align-items: end;
  padding-bottom: 112px;
}

.contact-cloud {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(18px);
}

.contact-cloud a {
  min-height: 58px;
  padding: 17px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.58);
  color: var(--ink);
  font-weight: 900;
  overflow-wrap: anywhere;
}

.contact-cloud a:hover {
  background: var(--ink);
  color: var(--foam);
}

.footer {
  min-height: 82px;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-weight: 800;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 700ms ease, transform 700ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 920px) {
  .header {
    grid-template-columns: 1fr auto;
    gap: 10px;
    border-radius: 28px;
  }

  .nav {
    grid-column: 1 / -1;
    justify-content: space-between;
  }

  .hero,
  .section-title,
  .wave-section,
  .founder-band,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .signal-orb {
    min-height: 520px;
  }

  .flow-stack article {
    grid-template-columns: 1fr;
  }

  .wave-steps {
    grid-template-columns: 1fr;
  }

  .wave-steps div {
    min-height: 190px;
  }

  .wave-steps strong {
    margin-bottom: 32px;
  }
}

@media (max-width: 560px) {
  main,
  .header,
  .footer {
    width: min(100% - 22px, 1180px);
  }

  .header {
    top: 8px;
    margin-top: 8px;
  }

  .owner {
    display: none;
  }

  .nav a {
    flex: 1;
    padding: 10px 8px;
    text-align: center;
  }

  h1 {
    font-size: clamp(3.7rem, 19vw, 6.4rem);
  }

  .hero {
    padding-top: 44px;
  }

  .signal-orb {
    min-height: 390px;
  }

  .orb-core {
    width: 86px;
    height: 86px;
  }

  .capabilities,
  .wave-section,
  .founder-band,
  .contact-section {
    padding: 62px 0;
  }

  .flow-stack article {
    border-radius: 24px;
  }

  .contact-section {
    padding-bottom: 78px;
  }

  .footer {
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
  }
}

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