:root {
  color-scheme: light;
  --ink: #17231f;
  --muted: #66736f;
  --paper: #f8fffd;
  --cream: #f4f7ff;
  --mint: #c7f4d7;
  --mint-deep: #2c8667;
  --lime: #dff4ff;
  --peach: #d9d6ff;
  --rose: #f6b9c3;
  --blue: #d8f0f8;
  --aqua: #bff8ee;
  --line: rgba(23, 35, 31, 0.13);
  --danger: #8f2d3b;
  --shadow: 0 28px 90px rgba(44, 134, 103, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100dvh;
  overflow-x: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 78% 22%, rgba(191, 248, 238, 0.56), transparent 28rem),
    radial-gradient(circle at 14% 72%, rgba(216, 240, 248, 0.46), transparent 32rem),
    radial-gradient(circle at 72% 82%, rgba(217, 214, 255, 0.24), transparent 28rem),
    linear-gradient(180deg, #f8fffd 0%, #f4fff9 48%, #f7fbff 100%);
  font-family: ui-sans-serif, "Avenir Next", "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: calc(0.28 + (var(--scroll-progress, 0) * 0.14));
  background-image:
    linear-gradient(rgba(38, 48, 40, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(38, 48, 40, 0.035) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, black, transparent 74%);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: calc(0.18 + (var(--scroll-progress, 0) * 0.2));
  background:
    linear-gradient(110deg, transparent 0 44%, rgba(255, 255, 255, 0.72) 50%, transparent 56%),
    repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0 1px, transparent 1px 7px);
  mix-blend-mode: screen;
  transform: translate3d(calc(var(--scroll-progress, 0) * -28px), calc(var(--scroll-progress, 0) * 34px), 0);
}

.landing-shell::before {
  content: "";
  position: fixed;
  width: 42vw;
  height: 42vw;
  min-width: 320px;
  min-height: 320px;
  left: calc((var(--pointer-x, 0.72) * 100vw) - 21vw);
  top: calc((var(--pointer-y, 0.28) * 100vh) - 21vw);
  pointer-events: none;
  border-radius: 50%;
  opacity: 0.34;
  background: radial-gradient(circle, rgba(191, 248, 238, 0.72), rgba(246, 185, 195, 0.24) 42%, transparent 70%);
  filter: blur(22px);
  mix-blend-mode: screen;
  transition: left 420ms ease, top 420ms ease;
}

a,
button {
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 5;
  transform: translateY(-140%);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  padding: 10px 12px;
  font-weight: 760;
  text-decoration: none;
}

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

.ticker {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-bottom: 1px solid rgba(23, 35, 31, 0.08);
  background: rgba(223, 244, 255, 0.72);
  backdrop-filter: blur(14px);
}

.ticker-track {
  display: flex;
  width: max-content;
  gap: 36px;
  padding: 8px 0 8px 18px;
  animation: tickerMove 42s linear infinite;
}

.ticker-track span {
  color: #456045;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
}

.landing-shell {
  position: relative;
  width: min(1180px, calc(100% - 32px));
  min-height: 100dvh;
  margin: 0 auto;
  padding: 24px 0 34px;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

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

.brand {
  gap: 10px;
  color: var(--ink);
  font-weight: 760;
  text-decoration: none;
}

.brand-mark {
  width: 16px;
  height: 16px;
  border: 1px solid rgba(47, 127, 91, 0.2);
  border-radius: 50%;
  background: linear-gradient(135deg, var(--mint), var(--blue) 55%, var(--rose));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.topbar nav {
  gap: 8px;
}

.topbar nav a {
  border-radius: 999px;
  padding: 9px 13px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 690;
  text-decoration: none;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.topbar nav a:hover,
.topbar nav .nav-call {
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
  transform: translateY(-1px);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(350px, 430px);
  gap: clamp(34px, 6vw, 84px);
  align-items: center;
  min-height: calc(100dvh - 84px);
  perspective: 1200px;
  padding: clamp(30px, 4vw, 54px) 0 clamp(22px, 3vw, 34px);
}

.holo-floaters {
  position: absolute;
  inset: 4% -4%;
  pointer-events: none;
  transform: translate3d(0, calc(var(--scroll-progress, 0) * 44px), 0);
}

.floater {
  position: absolute;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.74);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.62), rgba(191, 248, 238, 0.28)),
    conic-gradient(from 90deg, rgba(191, 248, 238, 0.75), rgba(246, 185, 195, 0.5), rgba(223, 244, 255, 0.72), rgba(216, 240, 248, 0.72), rgba(191, 248, 238, 0.75));
  box-shadow: 0 24px 70px rgba(44, 134, 103, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(12px);
  opacity: 0.78;
  mix-blend-mode: multiply;
}

.floater-one {
  width: 72px;
  height: 72px;
  top: 12%;
  right: 36%;
  border-radius: 24px;
  transform: rotate(18deg);
  animation: floaterDrift 8s ease-in-out infinite, iridescent 7s linear infinite;
}

.floater-two {
  width: 46px;
  height: 46px;
  right: 4%;
  top: 28%;
  border-radius: 50%;
  animation: floaterDrift 7.2s 600ms ease-in-out infinite, iridescent 6.4s linear infinite;
}

.floater-three {
  width: 118px;
  height: 34px;
  right: 27%;
  bottom: 14%;
  border-radius: 999px;
  transform: rotate(-12deg);
  animation: floaterDrift 9.4s 200ms ease-in-out infinite, iridescent 8s linear infinite;
}

.floater-four {
  width: 38px;
  height: 38px;
  left: 4%;
  bottom: 24%;
  border-radius: 14px;
  transform: rotate(32deg);
  animation: floaterDrift 6.8s 900ms ease-in-out infinite, iridescent 7.8s linear infinite;
}

.hero-copy {
  animation: rise 700ms ease both;
  transform: translate3d(0, calc(var(--scroll-progress, 0) * -20px), 0);
  display: grid;
  justify-items: start;
  text-align: left;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--mint-deep);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 680px;
  margin: 0;
  color: var(--ink);
  font-family: ui-sans-serif, "Avenir Next", "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(54px, 6.8vw, 88px);
  font-weight: 760;
  letter-spacing: 0;
  line-height: 0.92;
}

.lede {
  max-width: 420px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: clamp(17px, 1.45vw, 21px);
  line-height: 1.5;
}

.human-notes {
  display: grid;
  gap: 10px;
  width: min(440px, 100%);
  margin-top: clamp(22px, 3vw, 34px);
}

.human-notes p {
  margin: 0;
  border-left: 2px solid rgba(44, 134, 103, 0.22);
  padding: 7px 0 7px 15px;
  color: #3f4c46;
  font-size: clamp(17px, 1.7vw, 22px);
  font-weight: 620;
  line-height: 1.24;
  text-wrap: pretty;
}

.human-notes p:nth-child(2) {
  color: var(--mint-deep);
}

.call-stack {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 12px;
  width: min(320px, 100%);
  justify-self: center;
  margin-inline: auto;
  margin-top: 16px;
}

.lead-form {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 12px;
  width: min(340px, 100%);
  margin-top: 14px;
  border: 1px solid rgba(38, 48, 40, 0.11);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.5);
  padding: 14px;
  text-align: left;
  backdrop-filter: blur(16px);
}

.lead-form.is-complete {
  display: none;
}

.lead-heading {
  display: grid;
  gap: 3px;
}

.lead-heading span {
  color: var(--ink);
  font-size: 17px;
  font-weight: 820;
  line-height: 1.15;
}

.lead-heading p,
.lead-privacy,
.lead-status {
  margin: 0;
  color: #5e6c66;
  font-size: 12px;
  line-height: 1.35;
}

.lead-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.lead-grid label,
.consent-row {
  display: grid;
  gap: 5px;
}

.lead-grid label span {
  color: #40514a;
  font-size: 10px;
  font-weight: 830;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.wide-field {
  grid-column: 1 / -1;
}

.lead-form input:not([type="checkbox"]) {
  width: 100%;
  border: 1px solid rgba(38, 48, 40, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.72);
  padding: 10px 11px;
  color: var(--ink);
  font: inherit;
  font-size: 14px;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.lead-form input:not([type="checkbox"]):focus {
  border-color: rgba(44, 134, 103, 0.42);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 0 0 4px rgba(199, 244, 215, 0.34);
}

.consent-row {
  grid-template-columns: 17px 1fr;
  align-items: start;
  color: #41534b;
  font-size: 12px;
  font-weight: 620;
  line-height: 1.3;
}

.consent-row input {
  width: 15px;
  height: 15px;
  margin: 1px 0 0;
  accent-color: var(--mint-deep);
}

.submit-button {
  min-height: 46px;
  border: 1px solid rgba(38, 48, 40, 0.13);
  border-radius: 999px;
  background: var(--ink);
  color: var(--paper);
  cursor: pointer;
  font-size: 14px;
  font-weight: 820;
  transition: transform 180ms ease, opacity 180ms ease, box-shadow 180ms ease;
}

.submit-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 36px rgba(38, 48, 40, 0.16);
}

.submit-button:disabled {
  cursor: wait;
  opacity: 0.58;
}

.lead-status {
  min-height: 16px;
  font-weight: 720;
}

.number-cta,
.contact-action {
  min-height: 58px;
  border: 1px solid rgba(38, 48, 40, 0.13);
  border-radius: 999px;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.number-cta {
  display: inline-grid;
  grid-template-columns: auto;
  justify-items: center;
  gap: 1px;
  background: var(--ink);
  color: var(--paper);
  padding: 10px 22px;
  box-shadow: 0 22px 46px rgba(38, 48, 40, 0.18);
}

.number-cta span {
  color: rgba(255, 253, 243, 0.74);
  font-size: 11px;
  font-weight: 830;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.number-cta strong {
  font-size: clamp(20px, 2.1vw, 27px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.08;
  white-space: nowrap;
}

.contact-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.68);
  padding: 10px 18px 10px 12px;
  color: var(--ink);
  font-weight: 780;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.contact-action img {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(38, 48, 40, 0.12);
  border-radius: 50%;
  object-fit: cover;
}

.number-cta:hover,
.contact-action:hover {
  transform: translateY(-2px);
}

.number-cta:hover {
  box-shadow: 0 26px 64px rgba(38, 48, 40, 0.22), 0 0 42px rgba(191, 248, 238, 0.28);
}

.contact-action:hover {
  box-shadow: 0 18px 48px rgba(44, 134, 103, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.number-cta:active,
.contact-action:active,
.topbar nav a:active {
  transform: translateY(0) scale(0.99);
}

.companion-card {
  position: relative;
  display: grid;
  justify-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 34px;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.16)),
    linear-gradient(180deg, rgba(199, 244, 215, 0.42), rgba(216, 240, 248, 0.32));
  width: min(430px, 100%);
  margin: 0 0 0 auto;
  padding: clamp(16px, 2.6vw, 24px);
  text-align: center;
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(24px) saturate(1.22);
  cursor: pointer;
  transform:
    rotateX(calc((var(--pointer-y, 0.5) - 0.5) * -5deg + (var(--scroll-progress, 0) * 3deg)))
    rotateY(calc((var(--pointer-x, 0.5) - 0.5) * 7deg + (var(--scroll-progress, 0) * -6deg)))
    translate3d(0, calc(var(--scroll-progress, 0) * 34px), 0);
  animation: floatCard 6.4s ease-in-out infinite, rise 800ms 120ms ease both;
  transition: box-shadow 260ms ease, border-color 260ms ease;
  will-change: transform;
}

.companion-card::before,
.companion-card::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.companion-card::before {
  inset: -20%;
  opacity: 0.44;
  background: conic-gradient(from 130deg, transparent, rgba(191, 248, 238, 0.9), rgba(246, 185, 195, 0.36), transparent, rgba(216, 240, 248, 0.72), transparent);
  animation: spin 18s linear infinite;
}

.companion-card::after {
  inset: 0;
  background:
    linear-gradient(110deg, transparent 8%, rgba(255, 255, 255, 0.64), transparent 28%),
    repeating-linear-gradient(180deg, rgba(44, 134, 103, 0.07) 0 1px, transparent 1px 8px);
  mix-blend-mode: screen;
  animation: scan 4.4s ease-in-out infinite;
}

.companion-card.is-lit {
  border-color: rgba(255, 255, 255, 0.98);
  box-shadow:
    0 34px 110px rgba(44, 134, 103, 0.2),
    0 0 82px rgba(191, 248, 238, 0.52),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.companion-card.is-lit .holo-beam {
  opacity: 1;
  filter: blur(3px);
}

.holo-stage {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(245px, 100%);
  aspect-ratio: 1;
  place-items: center;
  transform-style: preserve-3d;
  filter: saturate(1.02);
}

.holo-ring {
  position: absolute;
  border: 1px solid rgba(44, 134, 103, 0.18);
  border-radius: 50%;
  box-shadow: inset 0 0 34px rgba(191, 248, 238, 0.38);
}

.ring-one {
  inset: 11%;
  animation: spin 18s linear infinite;
}

.ring-two {
  inset: 23%;
  border-style: dashed;
  transform: rotateX(66deg) rotateZ(18deg);
  animation: spinReverse 14s linear infinite;
}

.holo-beam {
  position: absolute;
  width: 54%;
  height: 72%;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(191, 248, 238, 0.08), rgba(191, 248, 238, 0.42), rgba(255, 255, 255, 0.06));
  filter: blur(6px);
  transform: translateY(18%) perspective(400px) rotateX(64deg);
  animation: beamPulse 3.8s ease-in-out infinite;
}

.lulu-photo {
  position: relative;
  z-index: 1;
  width: clamp(132px, 17vw, 178px);
  height: clamp(132px, 17vw, 178px);
  border: 10px solid rgba(255, 255, 255, 0.46);
  border-radius: 50%;
  object-fit: cover;
  box-shadow:
    0 22px 52px rgba(38, 48, 40, 0.16),
    0 0 70px rgba(191, 248, 238, 0.78);
  animation: avatarFloat 4.8s ease-in-out infinite;
  filter: saturate(1.05) contrast(0.98);
}

.lulu-photo::selection {
  background: transparent;
}

.holo-chip {
  position: absolute;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
  max-width: 148px;
  padding: 8px 12px;
  color: #315f51;
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  backdrop-filter: blur(12px);
  box-shadow: 0 12px 30px rgba(44, 134, 103, 0.1);
}

.chip-one {
  top: 15%;
  left: -2%;
  animation: chipFloat 5s ease-in-out infinite;
}

.chip-two {
  right: 4%;
  top: 34%;
  animation: chipFloat 5.6s 500ms ease-in-out infinite;
}

.chip-three {
  bottom: 16%;
  left: 4%;
  animation: chipFloat 5.2s 900ms ease-in-out infinite;
}

.voice-sim {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: min(210px, 100%);
  height: 42px;
  margin-top: 4px;
  border: 1px solid rgba(255, 255, 255, 0.66);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.34);
  backdrop-filter: blur(14px);
}

.voice-sim span {
  width: 6px;
  height: 14px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(44, 134, 103, 0.82), rgba(191, 248, 238, 0.72));
  animation: voiceWave 1.1s ease-in-out infinite;
}

.voice-sim span:nth-child(2) {
  animation-delay: 110ms;
}

.voice-sim span:nth-child(3) {
  animation-delay: 220ms;
}

.voice-sim span:nth-child(4) {
  animation-delay: 330ms;
}

.voice-sim span:nth-child(5) {
  animation-delay: 440ms;
}

.card-note {
  position: relative;
  z-index: 1;
  max-width: 270px;
  margin: 12px 0 0;
  color: #50615a;
  font-size: 16px;
  font-weight: 620;
  line-height: 1.35;
}

.metrics-panel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(342px, 100%);
  margin-top: 14px;
  border: 1px solid rgba(38, 48, 40, 0.12);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(12px);
}

.metrics-panel article + article {
  border-left: 1px solid rgba(38, 48, 40, 0.09);
}

.metrics-panel article {
  display: grid;
  gap: 4px;
  min-height: 74px;
  place-items: center;
  padding: 13px 10px;
}

.metrics-panel strong {
  color: var(--mint-deep);
  font-family: ui-sans-serif, "Avenir Next", "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(25px, 3vw, 34px);
  font-weight: 560;
  line-height: 1;
}

.metrics-panel span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 820;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.subscribe-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 430px);
  gap: clamp(26px, 5vw, 72px);
  align-items: center;
  overflow: hidden;
  margin: clamp(12px, 4vw, 48px) 0 clamp(24px, 5vw, 64px);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 34px;
  background:
    radial-gradient(circle at 14% 18%, rgba(191, 248, 238, 0.48), transparent 18rem),
    radial-gradient(circle at 86% 74%, rgba(216, 240, 248, 0.54), transparent 20rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.7), rgba(248, 255, 253, 0.28));
  padding: clamp(24px, 5vw, 56px);
  box-shadow: 0 26px 82px rgba(44, 134, 103, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(22px) saturate(1.14);
}

.subscribe-section::before {
  content: "";
  position: absolute;
  inset: -30%;
  background: conic-gradient(from 120deg, transparent, rgba(191, 248, 238, 0.42), rgba(217, 214, 255, 0.26), transparent, rgba(216, 240, 248, 0.38), transparent);
  opacity: 0.62;
  animation: spin 22s linear infinite;
}

.subscribe-copy,
.subscribe-section .lead-form {
  position: relative;
  z-index: 1;
}

.subscribe-copy {
  max-width: 560px;
}

.subscribe-copy .eyebrow {
  margin-bottom: 14px;
}

.subscribe-copy h2 {
  max-width: 520px;
  margin: 0;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 0.96;
}

.subscribe-copy p:not(.eyebrow) {
  max-width: 500px;
  margin: 18px 0 0;
  color: #4f5f58;
  font-size: clamp(17px, 1.45vw, 21px);
  font-weight: 560;
  line-height: 1.5;
  text-wrap: pretty;
}

.subscribe-section .lead-form {
  width: 100%;
  margin-top: 0;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.64);
  padding: clamp(16px, 2.4vw, 22px);
  box-shadow: 0 18px 56px rgba(44, 134, 103, 0.09), inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.moon-field {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.moon-field span {
  position: absolute;
  color: rgba(44, 134, 103, 0.2);
  font-size: clamp(28px, 4vw, 58px);
  line-height: 1;
  text-shadow: 0 16px 46px rgba(44, 134, 103, 0.12);
  animation: moonDrift 9s ease-in-out infinite;
}

.moon-field span:nth-child(1) {
  top: 13%;
  left: 7%;
}

.moon-field span:nth-child(2) {
  right: 10%;
  top: 18%;
  animation-delay: 900ms;
}

.moon-field span:nth-child(3) {
  left: 42%;
  bottom: 10%;
  animation-delay: 1.8s;
}

.moon-field span:nth-child(4) {
  right: 28%;
  bottom: 24%;
  animation-delay: 2.6s;
}

.privacy-section,
.footer {
  border-top: 1px solid var(--line);
  padding: clamp(24px, 4vw, 44px) 0;
}

.privacy-section {
  display: block;
}

h2 {
  margin-bottom: 0;
  font-family: ui-sans-serif, "Avenir Next", "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(42px, 6vw, 88px);
  font-weight: 740;
  letter-spacing: 0;
  line-height: 0.98;
}

.privacy-section > p {
  max-width: 880px;
  margin: 0;
  color: #545f55;
  font-size: 17px;
  line-height: 1.55;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--muted);
  font-size: 14px;
}

.footer p {
  max-width: 620px;
  margin: 0;
}

.footer a {
  font-weight: 780;
  text-decoration: none;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(47, 127, 91, 0.24);
  outline-offset: 3px;
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes tickerMove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes floatCard {
  0%,
  100% {
    transform: translateY(0) rotate(-0.5deg);
  }
  50% {
    transform: translateY(-10px) rotate(0.5deg);
  }
}

@keyframes avatarFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 22px) scale(1);
  }
  50% {
    transform: translate3d(0, -8px, 44px) scale(1.035);
  }
}

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

@keyframes spinReverse {
  to {
    transform: rotateX(66deg) rotateZ(-342deg);
  }
}

@keyframes scan {
  0%,
  100% {
    transform: translateX(-34%);
    opacity: 0.24;
  }
  50% {
    transform: translateX(30%);
    opacity: 0.46;
  }
}

@keyframes beamPulse {
  0%,
  100% {
    opacity: 0.5;
    transform: translateY(18%) perspective(400px) rotateX(64deg) scaleX(0.82);
  }
  50% {
    opacity: 0.85;
    transform: translateY(18%) perspective(400px) rotateX(64deg) scaleX(1);
  }
}

@keyframes chipFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 30px);
  }
  50% {
    transform: translate3d(0, -8px, 48px);
  }
}

@keyframes voiceWave {
  0%,
  100% {
    height: 12px;
    opacity: 0.58;
  }
  50% {
    height: 28px;
    opacity: 1;
  }
}

@keyframes floaterDrift {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -18px;
  }
}

@keyframes iridescent {
  to {
    filter: saturate(1.08) brightness(1.03);
  }
}

@keyframes moonDrift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
    opacity: 0.16;
  }

  50% {
    transform: translate3d(10px, -18px, 0) rotate(10deg);
    opacity: 0.32;
  }
}

@media (max-width: 860px) {
  .ticker-track {
    gap: 28px;
    animation-duration: 36s;
  }

  .topbar {
    align-items: flex-start;
  }

  .topbar nav {
    flex-wrap: wrap;
    justify-content: flex-end;
  }

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

  .hero-copy {
    justify-items: center;
    text-align: center;
  }

  .lede {
    margin-inline: auto;
  }

  .human-notes {
    width: min(330px, 100%);
    justify-items: center;
  }

  .human-notes p {
    border-left: 0;
    width: 100%;
    max-width: 260px;
    padding: 0;
    font-size: 15px;
    overflow-wrap: anywhere;
    text-wrap: balance;
  }

  .companion-card {
    margin-inline: auto;
  }

  .subscribe-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 42px;
  }

  .holo-floaters {
    inset: 2% -8%;
    opacity: 0.55;
  }

  .number-cta,
  .contact-action {
    width: 100%;
  }

  .call-stack {
    max-width: 308px;
  }

  .contact-action {
    justify-content: center;
  }

  .footer {
    display: grid;
  }
}

@media (max-width: 520px) {
  .landing-shell {
    width: min(1180px, calc(100% - 24px));
    padding-top: 14px;
  }

  .topbar nav {
    display: none;
  }

  h1 {
    max-width: 300px;
    font-size: clamp(38px, 11vw, 43px);
    line-height: 0.95;
  }

  .lede {
    max-width: 350px;
  }

  .companion-card {
    width: 100%;
    padding: 14px;
    overflow: hidden;
    transform: none;
    animation: rise 700ms ease both;
  }

  .metrics-panel {
    width: min(300px, 100%);
  }

  .metrics-panel article {
    min-height: 68px;
    padding: 11px 6px;
  }

  .metrics-panel strong {
    font-size: 28px;
  }

  .metrics-panel span {
    font-size: 8px;
    letter-spacing: 0.04em;
  }

  .lead-form {
    width: min(300px, 100%);
    padding: 13px;
  }

  .subscribe-section {
    margin-top: 22px;
    border-radius: 26px;
    padding: 22px;
  }

  .subscribe-section .lead-form {
    width: 100%;
  }

  .subscribe-copy h2 {
    font-size: clamp(34px, 10vw, 44px);
  }

  .subscribe-copy p:not(.eyebrow) {
    font-size: 16px;
  }

  .moon-field span {
    opacity: 0.18;
  }

  .lead-heading span {
    font-size: 16px;
  }

  .holo-stage {
    width: min(220px, 100%);
  }

  .voice-sim {
    height: 38px;
    margin-top: 0;
  }

  .card-note {
    max-width: 260px;
    margin-top: 8px;
    font-size: 15px;
  }

  .call-stack {
    margin-top: 12px;
    width: min(270px, 100%);
  }

  .number-cta strong {
    font-size: 15px;
  }

  .number-cta {
    justify-items: center;
    padding-inline: 14px;
  }

  .floater-one {
    right: 4%;
    top: 15%;
    width: 48px;
    height: 48px;
  }

  .floater-two,
  .floater-three {
    display: none;
  }

  .chip-two {
    right: 4%;
    top: 28%;
  }

  .chip-three {
    left: 4%;
    bottom: 12%;
  }
}

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