:root {
  color-scheme: light;
  --ink: #17202a;
  --muted: #68758a;
  --line: #d9e1ef;
  --paper: #fbfcff;
  --blue: #2f80ed;
  --sky: #d9ecff;
  --mint: #ddf7ed;
  --green: #26a269;
  --coral: #ff7358;
  --gold: #f5b84b;
  --lilac: #eee7ff;
  --plum: #7357d3;
  --shadow: 0 26px 80px rgba(42, 55, 85, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 8% 8%, #eaf4ff 0 18rem, transparent 18.2rem),
    radial-gradient(circle at 92% 10%, #f4ecff 0 20rem, transparent 20.2rem),
    var(--paper);
  color: var(--ink);
  font-family:
    ui-sans-serif,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}

main {
  overflow: hidden;
}

.hero {
  min-height: 92vh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.9fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(2rem, 6vw, 5rem) clamp(1.25rem, 4vw, 3rem) 3rem;
}

.eyebrow {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  min-height: 1.85rem;
  padding: 0 1rem;
  border-radius: 999px;
  background: var(--mint);
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 0.5rem;
  font-size: clamp(3.4rem, 8vw, 6.8rem);
  line-height: 0.93;
  letter-spacing: 0;
}

.tagline {
  margin-bottom: 1.25rem;
  color: var(--blue);
  font-size: clamp(1.45rem, 3vw, 2.45rem);
  font-weight: 800;
  letter-spacing: 0;
}

.lede {
  max-width: 37rem;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.32rem);
  line-height: 1.45;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0 1.15rem;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
}

.button.primary {
  background: var(--ink);
  color: #fff;
}

.button.secondary {
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
}

.twirly-stage {
  position: relative;
  min-height: min(34rem, 72vw);
  display: grid;
  place-items: center;
}

.orbit {
  position: absolute;
  border: 1px dashed rgba(47, 128, 237, 0.28);
  border-radius: 50%;
  animation: twirl 18s linear infinite;
}

.orbit-one {
  width: 28rem;
  height: 28rem;
}

.orbit-two {
  width: 22rem;
  height: 22rem;
  animation-duration: 14s;
  animation-direction: reverse;
}

.orbit-three {
  width: 15rem;
  height: 15rem;
  animation-duration: 11s;
}

.umbrella {
  position: relative;
  width: min(30rem, 78vw);
  height: 26rem;
  filter: drop-shadow(0 18px 28px rgba(47, 128, 237, 0.13));
}

.canopy {
  position: absolute;
  inset: 2rem 0 auto;
  height: 13.8rem;
  border: 0.3rem solid var(--blue);
  border-bottom-width: 0.26rem;
  border-radius: 18rem 18rem 0 0;
  background: linear-gradient(180deg, var(--sky), #ecf6ff);
  overflow: hidden;
}

.canopy::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3.5rem;
  height: 7rem;
  background:
    radial-gradient(circle at 12.5% 0, var(--sky) 0 3.25rem, transparent 3.3rem),
    radial-gradient(circle at 37.5% 0, var(--lilac) 0 3.25rem, transparent 3.3rem),
    radial-gradient(circle at 62.5% 0, #ffe4d8 0 3.25rem, transparent 3.3rem),
    radial-gradient(circle at 87.5% 0, #fff0c7 0 3.25rem, transparent 3.3rem);
  border-top: 0.25rem solid var(--blue);
}

.rib {
  position: absolute;
  top: 70%;
  width: 0.2rem;
  height: 7.5rem;
  background: rgba(47, 128, 237, 0.25);
  transform-origin: top center;
}

.rib-a {
  left: 25%;
  transform: rotate(25deg);
}

.rib-b {
  left: 42%;
  transform: rotate(10deg);
}

.rib-c {
  right: 42%;
  transform: rotate(-10deg);
}

.rib-d {
  right: 25%;
  transform: rotate(-25deg);
}

.people-row {
  position: absolute;
  z-index: 2;
  top: 10.1rem;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 1.3rem;
  transform: translateX(-50%);
}

.person,
.ai-face {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.person {
  width: 3.4rem;
  height: 4.5rem;
  border-radius: 1.8rem 1.8rem 1rem 1rem;
}

.person::before {
  content: "";
  position: absolute;
  top: -1.35rem;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  background: #ffd7be;
}

.person::after {
  content: "";
  position: absolute;
  top: -1.45rem;
  width: 2.2rem;
  height: 0.9rem;
  border-radius: 2rem 2rem 0.3rem 0.3rem;
  background: #17202a;
}

.person span::after,
.ai-face span::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 0.85rem;
  height: 0.35rem;
  border-bottom: 0.16rem solid currentColor;
  border-radius: 50%;
  transform: translateX(-50%);
}

.person span::after {
  top: -0.15rem;
  color: #17202a;
}

.person.coral {
  background: var(--coral);
}

.person.green {
  background: var(--green);
}

.person.green::after {
  background: #5d4331;
}

.ai-face {
  width: 4.6rem;
  height: 4.6rem;
  border: 0.25rem solid var(--blue);
  border-radius: 1.1rem;
  background: var(--sky);
}

.ai-face::before {
  content: "";
  position: absolute;
  top: -1.35rem;
  width: 0.55rem;
  height: 1.35rem;
  border-radius: 999px;
  background: var(--blue);
}

.ai-face span {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  color: var(--blue);
  background: currentColor;
  box-shadow: 1.2rem 0 0 currentColor;
  transform: translateX(-0.6rem);
}

.ai-face span::after {
  top: 2.7rem;
}

.stem {
  position: absolute;
  top: 15rem;
  left: 50%;
  width: 0.3rem;
  height: 9rem;
  border-radius: 999px;
  background: var(--blue);
}

.stem::after {
  content: "";
  position: absolute;
  left: -2.1rem;
  bottom: -2rem;
  width: 2.6rem;
  height: 2.6rem;
  border: 0.3rem solid var(--blue);
  border-top: 0;
  border-left: 0;
  border-radius: 0 0 2.8rem 0;
}

.study-chip {
  position: absolute;
  z-index: 3;
  display: grid;
  place-items: center;
  min-height: 2.75rem;
  padding: 0 1rem;
  border: 0.18rem solid currentColor;
  border-radius: 999px;
  background: #fff;
  font-size: 0.9rem;
  font-weight: 900;
  animation: bob 4.5s ease-in-out infinite;
}

.chip-heart {
  top: 65%;
  left: 12%;
  color: var(--coral);
}

.chip-move {
  top: 76%;
  left: 30%;
  color: var(--green);
  animation-delay: -1s;
}

.chip-sleep {
  top: 70%;
  right: 18%;
  color: var(--plum);
  animation-delay: -2s;
}

.chip-recovery {
  right: 7%;
  bottom: 4%;
  color: var(--gold);
  animation-delay: -1.5s;
}

.chip-peptides {
  left: 3%;
  top: 50%;
  color: var(--blue);
  animation-delay: -2.7s;
}

.quote-band,
.method,
.ecosystem,
.closing {
  max-width: 1180px;
  margin: 0 auto;
  padding-left: clamp(1.25rem, 4vw, 3rem);
  padding-right: clamp(1.25rem, 4vw, 3rem);
}

.quote-band {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(15rem, 1fr);
  gap: 2rem;
  align-items: center;
  margin-top: -1.2rem;
  margin-bottom: 5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border: 1px solid var(--line);
  border-radius: 1.6rem;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: var(--shadow);
}

.quote-band p {
  margin: 0;
  color: var(--coral);
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 900;
  line-height: 1.1;
}

.quote-band span {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.45;
}

.section-heading {
  max-width: 52rem;
  margin-bottom: 1.5rem;
}

.section-heading h2,
.closing h2 {
  margin-bottom: 0.7rem;
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 1.5rem;
  align-items: center;
}

.flow article,
.pillar {
  border: 1px solid var(--line);
  border-radius: 1.45rem;
  background: #fff;
  box-shadow: var(--shadow);
}

.flow article {
  min-height: 12rem;
  padding: 1.7rem;
}

.dot {
  width: 2.15rem;
  height: 2.15rem;
  margin-bottom: 1rem;
  border-radius: 50%;
}

.dot.coral,
.mini-icon.living {
  background: var(--coral);
}

.dot.blue,
.mini-icon.buzz {
  background: var(--blue);
}

.dot.green,
.mini-icon.sustain {
  background: var(--green);
}

.flow h3,
.pillar h2 {
  margin-bottom: 0.55rem;
  font-size: 1.35rem;
  line-height: 1.12;
}

.flow p,
.pillar p,
.closing p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.45;
}

.arrow {
  width: 3.3rem;
  height: 0.22rem;
  border-radius: 999px;
  background: #a7b6cb;
}

.arrow::after {
  content: "";
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  margin-left: auto;
  border-top: 0.22rem solid #a7b6cb;
  border-right: 0.22rem solid #a7b6cb;
  transform: translate(0.08rem, -0.33rem) rotate(45deg);
}

.ecosystem {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  padding-top: 5rem;
}

.pillar {
  min-height: 17rem;
  padding: 2rem;
}

.mini-icon {
  position: relative;
  display: block;
  width: 4.4rem;
  height: 2.4rem;
  margin-bottom: 1.45rem;
  border-radius: 999px;
}

.mini-icon::before {
  content: "";
  position: absolute;
  top: -1rem;
  left: -0.2rem;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  background: inherit;
}

.closing {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
  text-align: center;
}

.closing .eyebrow {
  margin: 0 auto 1.2rem;
}

.closing p {
  max-width: 42rem;
  margin: 0 auto 1.8rem;
  font-size: 1.15rem;
}

.closing strong {
  display: block;
  color: var(--blue);
  font-size: clamp(2.8rem, 8vw, 6rem);
  line-height: 1;
}

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

@keyframes bob {
  50% {
    transform: translateY(-0.65rem) rotate(-1.5deg);
  }
}

@media (max-width: 860px) {
  .hero,
  .quote-band,
  .flow,
  .ecosystem {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .twirly-stage {
    min-height: 32rem;
    order: -1;
  }

  .quote-band {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .arrow {
    width: 0.22rem;
    height: 2.75rem;
    margin: 0 auto;
  }

  .arrow::after {
    transform: translate(-0.34rem, 1.65rem) rotate(135deg);
  }
}

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