:root {
  --bg: #f8f8f4;
  --ink: #070707;
  --muted: #5d5d55;
  --line: #d9d9cf;
  --white: #ffffff;
  --soft: #fffdf8;
  --wash: #f0fff8;
  --cyan: #00d9ff;
  --lime: #b6ff3b;
  --solar: #ff9d00;
  --magenta: #ff2f86;
  --shadow: 0 22px 70px rgba(7, 7, 7, 0.14);
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(90deg, rgba(0, 217, 255, 0.12), transparent 20%, rgba(255, 47, 134, 0.06) 72%, transparent),
    radial-gradient(circle at 12% 18%, rgba(182, 255, 59, 0.2), transparent 24rem);
}

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

button,
input,
select {
  font: inherit;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 20;
  transform: translateY(-160%);
  background: var(--ink);
  color: var(--white);
  padding: 10px 14px;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 76px;
  padding: 16px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid rgba(7, 7, 7, 0.12);
  background: rgba(255, 253, 248, 0.9);
  backdrop-filter: blur(18px);
}

.brand-lockup img {
  display: block;
  width: 172px;
  height: auto;
}

.desktop-nav,
.site-footer nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 28px);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.desktop-nav {
  justify-content: center;
}

.desktop-nav a,
.site-footer a {
  border-bottom: 2px solid transparent;
}

.desktop-nav a:hover,
.site-footer a:hover {
  border-color: currentColor;
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid var(--ink);
  border-radius: 6px;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
}

.button-primary,
.nav-cta {
  background: var(--ink);
  color: var(--white);
  box-shadow: 6px 6px 0 var(--lime);
}

.button-secondary {
  background: var(--white);
  color: var(--ink);
}

.menu-button {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid var(--ink);
  border-radius: 6px;
  background: var(--white);
}

.menu-button span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--ink);
}

.mobile-menu {
  position: fixed;
  inset: 76px 14px auto;
  z-index: 11;
  display: grid;
  gap: 8px;
  padding: 16px;
  border: 1px solid var(--ink);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.mobile-menu a {
  padding: 14px;
  border-bottom: 1px solid var(--line);
  font-weight: 900;
  text-transform: uppercase;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: clamp(28px, 5vw, 72px);
  min-height: calc(100vh - 76px);
  padding: clamp(42px, 7vw, 96px) clamp(18px, 4vw, 56px) 92px;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 30%, rgba(0, 217, 255, 0.14), transparent 20rem),
    linear-gradient(115deg, rgba(255, 255, 255, 0.72), rgba(255, 247, 252, 0.56));
}

.hero-copy {
  align-self: center;
  max-width: 880px;
}

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

h1 {
  margin-bottom: 10px;
  font-size: clamp(2.8rem, 12vw, 6.4rem);
  line-height: 0.78;
  font-weight: 950;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 22px;
  font-size: clamp(2.2rem, 5vw, 5.8rem);
  line-height: 0.92;
  font-weight: 950;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.15rem;
  line-height: 1.1;
}

p {
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  line-height: 1.65;
}

.hero-line {
  margin-bottom: 20px;
  color: var(--ink);
  font-size: clamp(1.8rem, 4vw, 4.6rem);
  line-height: 1;
  font-weight: 900;
}

.hero-text {
  max-width: 620px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.hero-stage {
  position: relative;
  align-self: center;
  min-height: 600px;
}

.hero-mark {
  position: absolute;
  top: 50%;
  right: 2%;
  width: min(72vw, 560px);
  transform: translateY(-50%) rotate(-7deg);
  filter: drop-shadow(20px 28px 0 rgba(0, 217, 255, 0.28));
}

.product-stack {
  position: absolute;
  right: 11%;
  bottom: 12%;
  width: min(32vw, 320px);
  height: min(42vw, 420px);
}

.softgood {
  position: absolute;
  display: block;
  border: 2px solid var(--ink);
  border-radius: 8px;
  box-shadow: 10px 10px 0 rgba(7, 7, 7, 0.16);
}

.softgood-one {
  inset: 6% 18% 30% 8%;
  background: linear-gradient(135deg, var(--cyan), var(--white) 52%, var(--lime));
  transform: rotate(-9deg);
}

.softgood-two {
  inset: 26% 4% 12% 30%;
  background: linear-gradient(135deg, var(--solar), var(--magenta));
  transform: rotate(11deg);
}

.softgood-three {
  inset: 0 38% 52% 36%;
  background: linear-gradient(135deg, #fff, #dffaff);
  transform: rotate(5deg);
}

.signal-rail {
  position: absolute;
  left: 0;
  width: 120%;
  height: 14px;
  border: 1px solid var(--ink);
  transform-origin: left center;
}

.rail-one {
  top: 18%;
  background: var(--cyan);
  transform: rotate(-12deg);
}

.rail-two {
  top: 48%;
  background: var(--lime);
  transform: rotate(18deg);
}

.rail-three {
  top: 72%;
  background: var(--magenta);
  transform: rotate(-5deg);
}

.ticker {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  background: var(--white);
}

.ticker span {
  min-height: 64px;
  display: grid;
  place-items: center;
  border-right: 1px solid var(--ink);
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.section {
  padding: clamp(72px, 10vw, 140px) clamp(18px, 4vw, 56px);
  border-bottom: 1px solid rgba(7, 7, 7, 0.12);
}

.section-kicker {
  margin-bottom: 20px;
  color: var(--magenta);
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.7fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: start;
}

.principles {
  display: grid;
  gap: 14px;
}

.principles article,
.privacy-list,
.launch-form,
.hq-section {
  border: 1px solid var(--ink);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 8px 8px 0 rgba(7, 7, 7, 0.12);
}

.principles article {
  padding: 24px;
}

.principles p,
.privacy-list p {
  margin-bottom: 0;
  font-size: 1rem;
}

.motion-band {
  display: grid;
  grid-template-columns: 1.1fr 0.8fr 1.4fr 0.7fr;
  min-height: 86px;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.motion-band span:nth-child(1) {
  background: var(--cyan);
}

.motion-band span:nth-child(2) {
  background: var(--lime);
}

.motion-band span:nth-child(3) {
  background: var(--solar);
}

.motion-band span:nth-child(4) {
  background: var(--magenta);
}

.privacy-section {
  background:
    linear-gradient(135deg, rgba(0, 217, 255, 0.12), transparent 36%),
    var(--white);
  color: var(--ink);
}

.privacy-section p,
.privacy-section .privacy-list p {
  color: var(--muted);
}

.privacy-list {
  display: grid;
  gap: 18px;
  padding: 28px;
  border-color: var(--ink);
  background: var(--soft);
  box-shadow: 8px 8px 0 rgba(0, 217, 255, 0.34);
}

.privacy-list strong {
  color: var(--ink);
}

.launch-section {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 0.55fr);
  gap: clamp(32px, 7vw, 92px);
  align-items: center;
}

.launch-form {
  display: grid;
  gap: 12px;
  padding: clamp(22px, 4vw, 42px);
}

.launch-form label {
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.launch-form input,
.launch-form select {
  width: 100%;
  min-height: 52px;
  padding: 0 14px;
  border: 1px solid var(--ink);
  border-radius: 6px;
  background: #fbfbf8;
  color: var(--ink);
}

.launch-form button {
  margin-top: 10px;
}

.honeypot {
  position: absolute;
  left: -9999px;
}

.form-status {
  min-height: 28px;
  margin-bottom: 0;
  color: var(--ink);
  font-size: 0.95rem;
}

.hq-section {
  display: grid;
  grid-template-columns: minmax(240px, 0.55fr) 1fr;
  gap: clamp(24px, 6vw, 80px);
  margin: clamp(56px, 7vw, 96px) clamp(18px, 4vw, 56px);
  padding: clamp(28px, 5vw, 56px);
}

.domain-row {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.domain-row span {
  min-height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: 6px;
  background: var(--lime);
  font-weight: 950;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  padding: 36px clamp(18px, 4vw, 56px);
  border-top: 1px solid var(--ink);
  background: var(--soft);
  color: var(--ink);
}

.site-footer img {
  width: 168px;
  height: auto;
}

@media (prefers-reduced-motion: no-preference) {
  .signal-rail {
    animation: rail-slide 7s linear infinite alternate;
  }

  .rail-two {
    animation-duration: 9s;
  }

  .hero-mark {
    animation: mark-float 6s ease-in-out infinite;
  }
}

@keyframes rail-slide {
  from {
    translate: -8% 0;
  }

  to {
    translate: 8% 0;
  }
}

@keyframes mark-float {
  0%,
  100% {
    transform: translateY(-50%) rotate(-7deg);
  }

  50% {
    transform: translateY(-53%) rotate(-4deg);
  }
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
  }

  .desktop-nav,
  .nav-cta {
    display: none;
  }

  .menu-button {
    display: block;
  }

  .hero,
  .section-grid,
  .launch-section,
  .hq-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-bottom: 132px;
  }

  .hero-stage {
    min-height: 420px;
  }

  .hero-mark {
    right: 12%;
    width: min(88vw, 430px);
  }

  .product-stack {
    right: 18%;
    width: 230px;
    height: 300px;
  }

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

  .domain-row {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 560px) {
  .brand-lockup img {
    width: 140px;
  }

  .hero {
    padding-top: 34px;
  }

  h1 {
    font-size: clamp(2.65rem, 12vw, 3rem);
  }

  h2 {
    font-size: clamp(2rem, 12vw, 3.3rem);
  }

  .hero-stage {
    min-height: 330px;
  }

  .ticker span {
    min-height: 54px;
    padding: 0 8px;
    font-size: 0.7rem;
  }

  .site-footer nav {
    display: grid;
    gap: 12px;
  }
}
