/* src/landing/landing.css */
.landing-page {
  --landing-bg: #0d0c0c;
  --coral: #fe6363;
  --gold: #ffd75f;
  --mint: #4cd6bd;
  --ink: #0b0909;
  --panel: rgba(255, 255, 255, 0.09);
  --panel-border: rgba(255, 255, 255, 0.14);
  --muted: rgba(255, 255, 255, 0.62);
  min-height: 100vh;
  overflow: clip;
  color: #fff;
  background:
    radial-gradient(
      ellipse 560px 480px at 18% 8%,
      rgba(254, 99, 99, .26),
      transparent 72%),
    linear-gradient(
      180deg,
      #161111 0%,
      var(--landing-bg) 20%,
      #0a0909 100%);
  font-family:
    "DM Sans",
    system-ui,
    sans-serif;
}
.landing-footer {
  height: auto;
  text-transform: none;
  text-align: left;
  letter-spacing: normal;
}
.landing-page em {
  font-style: normal;
  color: var(--coral);
}
.landing-page img {
  max-width: 100%;
}
.landing-page a {
  color: inherit;
}
.story-progress {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  height: 3px;
  pointer-events: none;
  background: rgba(255, 255, 255, .08);
}
.story-progress-fill {
  position: absolute;
  inset: 0 auto 0 0;
  width: calc(var(--page-progress, 0) * 100%);
  background:
    linear-gradient(
      90deg,
      var(--coral),
      var(--gold),
      var(--mint));
  box-shadow: 0 0 18px rgba(254, 99, 99, .7);
}
.story-progress a {
  display: none;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.landing-nav {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  width: min(1240px, calc(100% - 40px));
  height: 82px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.landing-nav img {
  display: block;
  width: 126px;
}
.landing-nav-cta {
  min-height: 44px;
  padding: 0 17px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(14px);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}
.landing-hero {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  padding: 116px 20px 92px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    radial-gradient(
      ellipse 312px 262px at 215px 215px,
      rgba(254, 99, 99, .42),
      transparent 72%),
    radial-gradient(
      ellipse 234px 236px at 70px 345px,
      rgba(255, 215, 95, .16),
      transparent 76%),
    linear-gradient(
      180deg,
      rgba(17, 17, 17, .12),
      #111 96%);
}
.landing-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  opacity: .16;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.72' numOctaves='3' stitchTiles='stitchTiles'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.28'/%3E%3C/svg%3E");
}
.landing-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 32%;
  pointer-events: none;
  background:
    linear-gradient(
      180deg,
      transparent,
      #111);
}
.momentum-field {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  opacity: .78;
}
.landing-hero-glow {
  position: absolute;
  z-index: -2;
  right: -160px;
  top: 29%;
  width: 440px;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(
      circle,
      rgba(255, 215, 95, .18),
      rgba(254, 99, 99, .1) 38%,
      transparent 68%);
  filter: blur(28px);
}
.landing-hero-copy {
  position: relative;
  z-index: 2;
  transform: translate3d(0, var(--hero-shift, 0), 0);
  will-change: transform;
}
.landing-eyebrow,
.landing-section-kicker {
  color: rgba(255, 255, 255, .55);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.landing-hero h1,
.landing-manifesto h2,
.landing-providers h2,
.landing-closing h2,
.card-field-copy h2 {
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: -.055em;
  text-wrap: balance;
}
.landing-hero h1 {
  max-width: 760px;
  margin: 18px 0 0;
  font-size: clamp(65px, 19vw, 98px);
  font-weight: 600;
  line-height: .83;
}
.landing-hero-copy > p {
  max-width: 560px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .7);
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: -.02em;
}
.waitlist-form {
  width: min(100%, 570px);
  margin-top: 28px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.waitlist-form input,
.waitlist-form button {
  min-height: 58px;
  border-radius: 999px;
}
.waitlist-form input {
  min-width: 0;
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, .18);
  outline: 0;
  background: rgba(255, 255, 255, .085);
  backdrop-filter: blur(16px);
  color: #fff;
  font: 500 15px/1 "DM Sans", sans-serif;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
}
.waitlist-form input::placeholder {
  color: rgba(255, 255, 255, .42);
}
.waitlist-form input:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(255, 215, 95, .12);
}
.waitlist-form button {
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 0;
  background: var(--coral);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 18px 44px rgba(254, 99, 99, .3);
  transition: transform .2s ease, box-shadow .2s ease;
}
.waitlist-form button:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 52px rgba(254, 99, 99, .4);
}
.waitlist-form button:disabled {
  opacity: .72;
  cursor: wait;
}
.waitlist-note {
  grid-column: 1 / -1;
  padding-left: 8px;
  color: rgba(255, 255, 255, .4);
  font-size: 10px;
}
.waitlist-note.is-error {
  color: #ff9a91;
}
.waitlist-success {
  width: min(100%, 570px);
  min-height: 72px;
  margin-top: 28px;
  padding: 13px 16px;
  display: flex;
  align-items: center;
  gap: 13px;
  border: 1px solid rgba(76, 214, 189, .45);
  border-radius: 22px;
  background: rgba(76, 214, 189, .1);
}
.waitlist-success > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--mint);
  color: #091611;
  font-weight: 800;
}
.waitlist-success strong,
.waitlist-success small {
  display: block;
}
.waitlist-success small {
  margin-top: 3px;
  color: rgba(255, 255, 255, .56);
}
.landing-card-wrap {
  position: relative;
  z-index: 2;
  width: min(100%, 430px);
  margin: 54px auto 0;
  display: grid;
  place-items: center;
}
.landing-card-wrap .athlete-card-scene {
  width: min(68vw, 292px);
}
.landing-card-wrap::before {
  content: "";
  position: absolute;
  inset: 5% 4%;
  z-index: -1;
  border-radius: 50%;
  background: rgba(254, 99, 99, .18);
  filter: blur(58px);
}
.landing-orbit {
  position: absolute;
  z-index: -1;
  width: 112%;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  transform: rotate(18deg);
  animation: landing-orbit-spin 18s linear infinite;
}
.landing-orbit::after {
  content: "";
  position: absolute;
  top: 13%;
  left: 7%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 24px var(--gold);
}
.landing-orbit-two {
  width: 88%;
  transform: rotate(-28deg);
  animation-direction: reverse;
  animation-duration: 13s;
}
.landing-orbit-two::after {
  top: auto;
  left: auto;
  right: 3%;
  bottom: 24%;
  background: var(--coral);
  box-shadow: 0 0 24px var(--coral);
}
.landing-card-tag {
  position: absolute;
  right: 1%;
  bottom: 12%;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  background: rgba(10, 9, 9, .7);
  backdrop-filter: blur(14px);
  color: rgba(255, 255, 255, .72);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.landing-scroll-cue {
  position: absolute;
  left: 20px;
  bottom: 25px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, .4);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.landing-scroll-cue span {
  width: 34px;
  height: 1px;
  background: currentColor;
  transform-origin: left;
  animation: scroll-cue 2s ease-in-out infinite;
}
.landing-manifesto,
.landing-providers,
.landing-closing {
  position: relative;
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}
.landing-manifesto {
  min-height: 0;
  padding: 72px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.manifesto-grid {
  position: relative;
  z-index: 1;
}
.landing-manifesto h2 {
  max-width: 900px;
  margin: 28px 0 0;
  font-size: clamp(60px, 16vw, 118px);
  font-weight: 600;
  line-height: .86;
}
.landing-manifesto p {
  max-width: 560px;
  margin: 32px 0 0 auto;
  color: rgba(255, 255, 255, .64);
  font-size: 18px;
  line-height: 1.55;
}
.manifesto-word {
  position: absolute;
  left: -4%;
  bottom: -2%;
  color: rgba(255, 255, 255, .025);
  font: 700 clamp(190px, 54vw, 680px)/.7 "Barlow Condensed", sans-serif;
  letter-spacing: -.08em;
  pointer-events: none;
}
.landing-value-story {
  position: relative;
  height: auto;
  overflow: clip;
  perspective: 1200px;
}
.landing-value-sticky {
  position: sticky;
  top: 0;
  height: 100svh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  perspective: 1200px;
}
.landing-value-heading {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.landing-value-heading > span {
  color: rgba(255, 255, 255, .34);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.landing-value-track {
  --value-track-x: 100vw;
  width: max-content;
  padding-inline: 20px;
  display: flex;
  gap: 16px;
  transform: translate3d(var(--value-track-x), 0, 0);
  transform-style: preserve-3d;
  will-change: transform;
}
.value-beat {
  --spot-x: 50%;
  --spot-y: 20%;
  position: relative;
  min-height: 410px;
  width: min(82vw, 360px);
  flex: 0 0 auto;
  padding: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 26px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: rgba(255, 255, 255, .055);
  opacity: var(--card-opacity, .28);
  transform: perspective(1000px) translateZ(var(--card-z, -150px)) rotateY(var(--card-rotate-y, -14deg)) scale(var(--card-scale, .92));
  transform-style: preserve-3d;
  transition:
    border-color .35s ease,
    background .35s ease,
    box-shadow .35s ease;
  will-change: transform, opacity;
}
.value-beat:hover {
  border-color: rgba(255, 255, 255, .28);
  background: rgba(255, 255, 255, .075);
  box-shadow: 0 34px 80px rgba(0, 0, 0, .3);
}
.value-beat + .value-beat {
  margin-top: 0;
}
.value-beat::before {
  content: "";
  position: absolute;
  inset: -30% -25% auto auto;
  width: 78%;
  aspect-ratio: 1;
  border-radius: 50%;
  filter: blur(20px);
  opacity: .44;
  transition: transform .7s cubic-bezier(.16, 1, .3, 1), opacity .5s ease;
}
.value-beat:hover::before {
  transform: scale(1.22);
  opacity: .62;
}
.value-beat::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background:
    radial-gradient(
      260px circle at var(--spot-x) var(--spot-y),
      rgba(255, 255, 255, .12),
      transparent 62%);
  transition: opacity .3s ease;
}
.value-beat:hover::after {
  opacity: 1;
}
.value-beat-coral::before {
  background:
    radial-gradient(
      circle,
      var(--coral),
      transparent 70%);
}
.value-beat-gold::before {
  background:
    radial-gradient(
      circle,
      var(--gold),
      transparent 70%);
}
.value-beat-mint::before {
  background:
    radial-gradient(
      circle,
      var(--mint),
      transparent 70%);
}
.value-beat > span {
  position: absolute;
  top: 24px;
  left: 26px;
  z-index: 3;
  color: rgba(255, 255, 255, .72);
  font-size: 11px;
  letter-spacing: .14em;
}
.value-beat h3 {
  position: relative;
  z-index: 2;
  max-width: 340px;
  margin: 0;
  font: 600 46px/.9 "Barlow Condensed", sans-serif;
  letter-spacing: -.04em;
}
.value-beat p {
  position: relative;
  z-index: 2;
  max-width: 350px;
  margin: 15px 0 0;
  color: rgba(255, 255, 255, .62);
  line-height: 1.5;
}
.value-visual {
  position: absolute;
  inset: 0 0 auto;
  height: 235px;
  z-index: 1;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  transition: transform .65s cubic-bezier(.16, 1, .3, 1);
}
.value-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      transparent 40%,
      rgba(13, 12, 12, .12) 64%,
      rgba(13, 12, 12, .98) 100%);
  pointer-events: none;
}
.value-beat:hover .value-visual {
  transform: scale(1.025);
}
.value-visual img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
  transition: transform .85s cubic-bezier(.16, 1, .3, 1);
}
.value-beat:hover .value-visual img {
  object-fit: cover;
  transform: translateY(-4px) scale(1.035);
}
.value-visual-reason {
  background:
    radial-gradient(
      circle at 76% 32%,
      rgba(255, 215, 95, .17),
      transparent 38%);
}
.value-visual-progress {
  background:
    radial-gradient(
      circle at 34% 50%,
      rgba(254, 99, 99, .14),
      transparent 45%);
}
.value-visual-together {
  background:
    radial-gradient(
      circle at 50% 46%,
      rgba(76, 214, 189, .14),
      transparent 50%);
}
.visual-metric {
  fill: #fff;
  font: 600 27px "Barlow Condensed", sans-serif;
  letter-spacing: -.03em;
}
.visual-score {
  fill: #fff;
  font: 600 42px "Barlow Condensed", sans-serif;
  letter-spacing: -.05em;
}
.visual-label {
  fill: rgba(255, 255, 255, .5);
  font: 700 8px "DM Sans", sans-serif;
  letter-spacing: .12em;
}
.landing-app-story {
  position: relative;
  width: 100%;
  height: auto;
  overflow: clip;
  perspective: 1300px;
}
.app-story-sticky {
  position: sticky;
  top: 0;
  height: 100svh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  perspective: 1300px;
}
.app-story-copy {
  width: min(100% - 40px, 720px);
  margin-inline: auto;
}
.app-story-copy h2 {
  max-width: 720px;
  margin: 24px 0 0;
  font: 600 clamp(62px, 16vw, 120px)/.84 "Barlow Condensed", sans-serif;
  letter-spacing: -.055em;
  text-wrap: balance;
}
.app-story-copy > p {
  max-width: 560px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, .63);
  font-size: 17px;
  line-height: 1.55;
}
.app-story-sequence {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, .72);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.app-story-sequence i {
  width: 24px;
  height: 1px;
  background:
    linear-gradient(
      90deg,
      var(--coral),
      var(--gold));
}
.app-screen-stage {
  --app-track-x: 100vw;
  position: relative;
  width: max-content;
  margin-top: 42px;
  padding: 8px 20px 42px;
  display: flex;
  gap: 20px;
  transform: translate3d(var(--app-track-x), 0, 0);
  transform-style: preserve-3d;
  will-change: transform;
}
.app-screen {
  --screen-y: 170px;
  --screen-z: -380px;
  --screen-rotate-x: 23deg;
  --screen-rotate-y: 0deg;
  --screen-rotate-z: 0deg;
  --screen-opacity: .08;
  --screen-scale: .82;
  position: relative;
  width: min(62vw, 250px);
  flex: 0 0 auto;
  margin: 0;
  padding: 7px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .17);
  border-radius: 38px;
  background: rgba(255, 255, 255, .08);
  box-shadow: 0 34px 90px rgba(0, 0, 0, .5);
  opacity: var(--screen-opacity);
  transform: perspective(1300px) translate3d(0, var(--screen-y), var(--screen-z)) rotateX(var(--screen-rotate-x)) rotateY(var(--screen-rotate-y)) rotateZ(var(--screen-rotate-z)) scale(var(--screen-scale));
  transform-style: preserve-3d;
  transition:
    opacity .22s ease,
    transform .22s linear,
    box-shadow .4s ease;
  will-change: transform, opacity;
}
.app-screen::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 1px rgba(255, 255, 255, .24);
}
.app-screen img {
  display: block;
  width: 100%;
  aspect-ratio: .466;
  object-fit: cover;
  object-position: top;
  border-radius: 31px;
  filter: saturate(.94) contrast(1.03);
  transition: transform .9s cubic-bezier(.16, 1, .3, 1), filter .5s ease;
}
.app-screen:hover img {
  transform: scale(1.025);
  filter: saturate(1.08) contrast(1.03);
}
.app-screen:hover {
  box-shadow: 0 48px 120px rgba(0, 0, 0, .68);
}
.app-screen figcaption {
  position: absolute;
  z-index: 3;
  inset: auto 15px 15px;
  min-height: 42px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  background: rgba(10, 9, 9, .76);
  backdrop-filter: blur(14px);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.app-screen figcaption span {
  color: var(--coral);
}
.app-screen-connect img {
  object-fit: cover;
}
.landing-card-field {
  position: relative;
  min-height: 74svh;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  background: #0d1114;
}
.landing-card-field > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: .92;
}
.landing-card-field::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(8, 8, 8, .1),
      rgba(8, 8, 8, .25) 40%,
      #0b0a0a 100%);
}
.card-field-copy {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding-bottom: 64px;
}
.card-field-copy h2 {
  margin: 18px 0 0;
  font-size: clamp(66px, 18vw, 150px);
  font-weight: 600;
  line-height: .82;
}
.landing-providers {
  padding: 72px 0;
}
.provider-copy h2 {
  max-width: 700px;
  margin: 24px 0 0;
  font-size: clamp(60px, 16vw, 120px);
  font-weight: 600;
  line-height: .86;
}
.provider-copy p {
  max-width: 480px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .62);
  font-size: 17px;
  line-height: 1.5;
}
.provider-marquee {
  width: 100vw;
  margin: 62px 0 0 calc(50% - 50vw);
  overflow: hidden;
  border-block: 1px solid rgba(255, 255, 255, .1);
}
.provider-track {
  width: max-content;
  display: flex;
  align-items: center;
  animation: provider-flow 26s linear infinite;
}
.provider-marquee:hover .provider-track {
  animation-play-state: paused;
}
.provider-chip {
  width: 270px;
  min-height: 138px;
  padding: 0 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(255, 255, 255, .1);
}
.provider-mark {
  display: block;
  max-width: 170px;
  width: auto;
  height: 62px;
  object-fit: contain;
  opacity: .9;
  transition: opacity .3s ease, transform .3s ease;
}
.provider-chip:hover .provider-mark {
  opacity: 1;
  transform: scale(1.08);
}
.provider-garmin-connect .provider-mark,
.provider-apple .provider-mark,
.provider-health-connect .provider-mark,
.provider-samsung .provider-mark {
  height: 72px;
}
.provider-wahoo .provider-mark {
  filter: invert(1);
}
.provider-coros .provider-mark {
  width: 170px;
  height: auto;
  filter: invert(1) grayscale(1) brightness(2);
  mix-blend-mode: screen;
}
.landing-closing {
  min-height: 0;
  padding: 72px 0 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
.landing-closing::before {
  content: "";
  position: absolute;
  width: 680px;
  height: 680px;
  right: -420px;
  top: 80px;
  border-radius: 50%;
  background:
    radial-gradient(
      circle,
      rgba(254, 99, 99, .34),
      transparent 68%);
}
.landing-closing h2 {
  position: relative;
  margin: 24px 0 0;
  font-size: clamp(74px, 20vw, 180px);
  font-weight: 600;
  line-height: .8;
}
.landing-closing > p {
  position: relative;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, .62);
  font-size: 17px;
}
.landing-closing .waitlist-form,
.landing-closing .waitlist-success {
  position: relative;
}
.closing-line {
  width: 100%;
  height: 1px;
  margin-bottom: 44px;
  background:
    linear-gradient(
      90deg,
      var(--coral),
      var(--gold),
      transparent 76%);
}
.landing-footer {
  width: min(1180px, calc(100% - 40px));
  min-height: 150px;
  margin-inline: auto;
  padding: 34px 0;
  display: grid;
  gap: 15px;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, .38);
  font-size: 12px;
}
.landing-footer img {
  width: 118px;
}
.landing-footer p {
  margin: 0;
  color: rgba(255, 255, 255, .68);
}
[data-reveal] {
  opacity: 0;
  filter: blur(9px);
  transform: translateY(26px);
  transition:
    opacity .75s ease,
    filter .85s ease,
    transform .85s cubic-bezier(.16, 1, .3, 1);
}
[data-reveal].is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}
[data-reveal=right] {
  transform: perspective(1100px) translate3d(24px, 22px, 0) rotateY(-3deg) scale(.98);
  transform-origin: right center;
  transition-duration: 1.05s;
}
[data-reveal=right].is-visible {
  transform: perspective(1100px) translate3d(0, 0, 0) rotateY(0) scale(1);
}
[data-scene] {
  opacity: .08;
  filter: blur(7px);
  transform: perspective(1100px) translate3d(0, 110px, -170px) rotateX(7deg) scale(.95);
  transform-origin: center top;
  transform-style: preserve-3d;
  transition:
    opacity 1s ease,
    filter 1s ease,
    transform 1.15s cubic-bezier(.16, 1, .3, 1);
  will-change:
    transform,
    opacity,
    filter;
}
[data-scene].is-visible {
  opacity: var(--scene-opacity, 1);
  filter: blur(var(--scene-blur, 0px));
  transform: perspective(1100px) translate3d(0, var(--scene-y, 0), var(--scene-z, 0)) rotateX(var(--scene-rotate, 0deg)) scale(var(--scene-scale, 1));
}
.landing-hero-copy > * {
  animation: hero-rise .9s cubic-bezier(.16, 1, .3, 1) both;
}
.landing-hero-copy > h1 {
  animation-delay: .08s;
}
.landing-hero-copy > p {
  animation-delay: .18s;
}
.landing-hero-copy > #waitlist {
  animation-delay: .28s;
}
@keyframes hero-rise {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes landing-orbit-spin {
  to {
    transform: rotate(378deg);
  }
}
@keyframes scroll-cue {
  0%, 100% {
    transform: scaleX(.35);
    opacity: .35;
  }
  50% {
    transform: scaleX(1);
    opacity: 1;
  }
}
@keyframes provider-flow {
  to {
    transform: translateX(-50%);
  }
}
@media (min-width: 760px) {
  .landing-nav {
    height: 98px;
  }
  .landing-nav img {
    width: 150px;
  }
  .landing-hero {
    min-height: 800px;
    padding: 140px max(40px, calc((100vw - 1240px) / 2)) 90px;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr);
    align-items: center;
    gap: 50px;
    background:
      radial-gradient(
        ellipse 620px 520px at 18% 22%,
        rgba(254, 99, 99, .32),
        transparent 70%),
      radial-gradient(
        ellipse 480px 390px at 80% 36%,
        rgba(255, 215, 95, .12),
        transparent 72%),
      linear-gradient(
        180deg,
        #171111,
        #111 94%);
  }
  .landing-hero h1 {
    font-size: clamp(92px, 9vw, 142px);
  }
  .landing-hero-copy > p {
    font-size: 19px;
  }
  .landing-card-wrap {
    margin: 0 auto;
  }
  .landing-card-wrap .athlete-card-scene {
    width: min(31vw, 390px);
  }
  .landing-card-tag {
    right: -7%;
    bottom: 13%;
    font-size: 10px;
  }
  .landing-scroll-cue {
    left: max(40px, calc((100vw - 1240px) / 2));
  }
  .waitlist-form {
    grid-template-columns: minmax(0, 1fr) auto;
  }
  .waitlist-form button {
    min-width: 190px;
  }
  .manifesto-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(280px, .6fr);
    align-items: end;
    gap: 70px;
  }
  .landing-manifesto p {
    margin: 0;
  }
  .landing-value-story {
    height: auto;
  }
  .landing-value-heading {
    width: min(1180px, calc(100% - 80px));
    margin-bottom: 38px;
  }
  .landing-value-track {
    padding-inline: 40px;
    gap: 18px;
  }
  .value-beat {
    width: min(31vw, 390px);
    min-height: 480px;
    padding: 34px;
  }
  .value-visual {
    height: 250px;
  }
  .value-beat h3 {
    font-size: 56px;
  }
  .landing-app-story {
    width: min(1180px, calc(100% - 80px));
    height: auto;
    margin-inline: auto;
    min-height: 880px;
    padding-top: 32px;
    overflow: visible;
  }
  .app-story-sticky {
    position: relative;
    height: auto;
    overflow: visible;
    display: grid;
    grid-template-columns: minmax(320px, .68fr) minmax(580px, 1.32fr);
    align-items: center;
    gap: 60px;
  }
  .app-story-copy {
    position: sticky;
    top: 22vh;
    width: auto;
    margin: 0;
    align-self: start;
    padding-top: 32px;
  }
  .app-story-copy h2 {
    font-size: clamp(82px, 7.7vw, 118px);
  }
  .app-screen-stage {
    width: auto;
    min-height: 790px;
    margin: 0;
    padding: 40px 0;
    display: block;
    overflow: visible;
    transform: none;
  }
  .app-screen {
    position: absolute;
    width: clamp(225px, 20vw, 292px);
    transition-delay: calc(var(--screen-index) * 100ms);
  }
  .app-screen-connect {
    top: 210px;
    left: 0;
    --screen-rotate-z: -8deg;
  }
  .app-screen-home {
    top: 0;
    left: 29%;
    z-index: 2;
  }
  .app-screen-profile {
    top: 180px;
    right: 0;
    --screen-rotate-z: 8deg;
  }
  .app-screen:hover {
    z-index: 4;
  }
  .landing-card-field {
    min-height: 620px;
  }
  .card-field-copy {
    padding-bottom: 90px;
  }
  .provider-chip {
    min-height: 110px;
    padding-inline: 44px;
    font-size: 32px;
  }
  .landing-footer {
    grid-template-columns: 1fr auto auto;
    gap: 30px;
  }
}
@media (min-width: 1440px) {
  .story-progress {
    inset: 50% 22px auto auto;
    width: auto;
    height: auto;
    display: grid;
    gap: 14px;
    transform: translateY(-50%);
    background: transparent;
    pointer-events: auto;
  }
  .story-progress-fill {
    display: none;
  }
  .story-progress a {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-start;
    gap: 9px;
    color: rgba(255, 255, 255, .25);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .08em;
    text-decoration: none;
    text-transform: uppercase;
    transition: color .3s ease;
  }
  .story-progress a::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: currentColor;
    transition: transform .3s ease, box-shadow .3s ease;
  }
  .story-progress a span {
    display: none;
  }
  .story-progress a.is-active {
    color: #fff;
  }
  .story-progress a.is-active::before {
    transform: scale(1.55);
    background: var(--coral);
    box-shadow: 0 0 14px var(--coral);
  }
}
.landing-value-story {
  padding: 40px 0 56px;
}
.landing-value-sticky {
  position: relative;
  height: auto;
  overflow: visible;
}
.landing-value-track {
  width: min(1180px, 100%);
  margin: auto;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  transform: none;
  will-change: auto;
  padding-bottom: 18px;
}
.value-beat {
  scroll-snap-align: center;
  opacity: 1;
  transform: none;
  will-change: auto;
}
.value-beat[data-reveal].is-visible {
  transform: none;
}
.landing-footer {
  grid-template-columns: 1fr;
  gap: 28px;
  padding-block: 40px 28px;
  color: rgba(255, 255, 255, .65);
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 24px;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
}
.footer-links a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: rgba(255, 255, 255, .78);
  text-decoration: none;
}
.footer-links a:hover {
  color: var(--coral);
}
.landing-page a:focus-visible,
.landing-value-track:focus-visible,
.app-screen-stage:focus-visible {
  outline: 2px solid var(--coral);
  outline-offset: 5px;
}
.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 12px 28px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, .1);
}
@media (min-width: 760px) {
  .landing-value-track {
    width: min(1180px, calc(100% - 80px));
    padding-inline: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: visible;
  }
  .value-beat {
    width: 100%;
    min-height: 450px;
    padding: 28px;
  }
  .value-beat h3 {
    font-size: clamp(38px, 4vw, 54px);
  }
  .landing-value-heading > span {
    display: none;
  }
  .landing-footer {
    grid-template-columns: 1fr auto;
  }
  .footer-bottom {
    grid-column: 1 / -1;
  }
}
@media (max-width: 759px) {
  .landing-manifesto,
  .landing-providers {
    padding-block: 48px;
  }
  .landing-app-story {
    padding: 32px 0 48px;
  }
  .app-story-sticky {
    position: relative;
    height: auto;
    overflow: visible;
  }
  .app-screen-stage {
    width: 100%;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    transform: none;
    will-change: auto;
  }
  .app-screen {
    opacity: 1;
    transform: none;
    scroll-snap-align: center;
    will-change: auto;
  }
  .landing-closing {
    padding-top: 48px;
  }
  .landing-card-field {
    min-height: 540px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .landing-page *,
  .landing-page *::before,
  .landing-page *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
  [data-reveal],
  [data-reveal=right].is-visible {
    opacity: 1;
    filter: none;
    transform: none;
    transition: none;
  }
  [data-scene],
  [data-scene].is-visible {
    opacity: 1;
    filter: none;
    transform: none;
    transition: none;
  }
  .landing-value-story {
    height: auto;
    padding: 90px 0;
  }
  .landing-value-sticky {
    position: relative;
    height: auto;
    overflow: visible;
  }
  .landing-value-track {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
    padding: 0;
    display: grid;
    transform: none !important;
  }
  .value-beat {
    width: 100%;
    opacity: 1;
    transform: none !important;
  }
  .landing-app-story {
    width: min(1180px, calc(100% - 40px));
    height: auto;
    margin-inline: auto;
    padding: 90px 0;
    overflow: visible;
  }
  .app-story-sticky {
    position: relative;
    height: auto;
    overflow: visible;
  }
  .app-screen-stage {
    width: min(1180px, 100%);
    margin-inline: auto;
    padding-inline: 0;
    display: grid;
    transform: none !important;
  }
  .app-screen {
    position: relative;
    inset: auto;
    width: min(100%, 292px);
    opacity: 1;
    transform: none !important;
    margin-inline: auto;
  }
  .landing-hero-copy {
    transform: none;
  }
}
.landing-page {
  position: relative;
  isolation: isolate;
  background: transparent;
}
.landing-fixed-background {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: #111 url("./assets/app-gradient-CG5FX2CD.svg") center top / cover no-repeat;
}
.landing-hero {
  background: transparent;
}
.landing-hero::before,
.landing-hero::after,
.landing-closing::before {
  display: none;
}
.footer-brand {
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.landing-value-story,
.landing-app-story {
  width: 100%;
  min-height: 0;
  padding: 0;
  margin: 0;
  overflow: clip;
}
.landing-value-sticky,
.app-story-sticky {
  position: relative;
  width: 100%;
  min-height: 100svh;
  height: auto;
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  overflow: hidden;
}
.is-scroll-driven > [data-scroll-sticky] {
  position: sticky;
  top: 0;
}
.landing-value-heading {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}
.landing-value-heading > span {
  display: block;
}
.value-scroll-viewport,
.app-scroll-viewport {
  width: 100%;
  overflow-x: auto;
}
.is-scroll-driven [data-scroll-viewport] {
  overflow: hidden;
}
.landing-value-track {
  width: max-content;
  display: flex;
  gap: 20px;
  padding: 0 20px;
  margin: 0;
  overflow: visible;
  transform: translate3d(var(--scroll-track-x, 0px), 0, 0);
}
.value-beat {
  width: min(82vw, 480px);
  min-height: 420px;
}
.app-story-copy {
  position: static;
  width: min(100% - 40px, 720px);
  padding: 0;
  margin: 0 auto;
}
.app-story-copy h2 {
  font-size: clamp(46px, 10vw, 80px);
  margin-top: 16px;
}
.app-story-copy > p {
  margin-top: 16px;
}
.app-story-sequence {
  margin-top: 18px;
}
.app-screen-stage {
  width: max-content;
  min-height: 0;
  display: flex;
  gap: 24px;
  margin: 0;
  padding: 8px 20px 20px;
  overflow: visible;
  transform: translate3d(var(--scroll-track-x, 0px), 0, 0);
}
.app-screen {
  position: relative;
  inset: auto;
  width: clamp(170px, 23svh, 290px);
  opacity: 1;
  transform: none;
  margin: 0;
  flex-shrink: 0;
}
.app-screen img {
  aspect-ratio: .466;
}
[data-scroll-viewport]:focus-visible {
  outline: 2px solid var(--coral);
  outline-offset: -3px;
}
@media (min-width: 760px) {
  .landing-value-track {
    padding-inline: max(40px, calc((100vw - 1180px) / 2));
  }
  .value-beat {
    width: min(42vw, 500px);
    min-height: 460px;
  }
  .app-story-sticky {
    display: grid;
    grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr);
    align-items: center;
    gap: 40px;
    padding-left: max(40px, calc((100vw - 1180px) / 2));
  }
  .app-story-copy {
    width: 100%;
  }
  .app-screen {
    width: clamp(240px, 30svh, 320px);
  }
  .app-screen-stage {
    padding-right: 40px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .landing-value-sticky,
  .app-story-sticky {
    min-height: 0;
    padding-block: 40px;
  }
  .landing-value-track,
  .app-screen-stage {
    transform: none;
  }
  .value-beat,
  .app-screen {
    opacity: 1;
    filter: none;
    transform: none;
  }
}
.landing-card-field[data-scene],
.landing-card-field[data-scene].is-visible {
  opacity: 1;
  filter: none;
  transform: none;
  transition: none;
  will-change: auto;
}
.card-field-backdrop {
  position: absolute;
  inset: -35% -30%;
  filter: blur(7px);
  opacity: .65;
  transform: perspective(1100px) translate3d(0, 110px, -170px) rotateX(7deg) scale(.95);
  transform-origin: center;
  transition:
    filter 1s ease,
    opacity 1s ease,
    transform 1.15s cubic-bezier(.16, 1, .3, 1);
}
.card-field-backdrop img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.landing-card-field.is-visible .card-field-backdrop {
  opacity: .92;
  filter: blur(var(--scene-blur, 0px));
  transform: perspective(1100px) translate3d(0, var(--scene-y, 0px), var(--scene-z, 0px)) rotateX(var(--scene-rotate, 0deg)) scale(var(--scene-scale, 1));
}
@media (min-width: 760px) {
  .landing-app-story {
    width: min(1180px, calc(100% - 80px));
    min-height: 880px;
    padding-top: 32px;
    margin-inline: auto;
    overflow: visible;
  }
  .app-story-sticky {
    position: relative;
    min-height: 0;
    padding: 0;
    overflow: visible;
    grid-template-columns: minmax(280px, .68fr) minmax(0, 1.32fr);
    gap: 60px;
  }
  .app-story-copy {
    position: sticky;
    top: 22vh;
    width: auto;
    margin: 0;
    align-self: start;
    padding-top: 32px;
  }
  .app-story-copy h2 {
    font-size: clamp(82px, 7.7vw, 118px);
    margin-top: 24px;
  }
  .app-story-copy > p {
    margin-top: 28px;
  }
  .app-story-sequence {
    margin-top: 30px;
  }
  .app-scroll-viewport {
    overflow: visible;
  }
  .app-screen-stage {
    width: 100%;
    min-height: 790px;
    margin: 0;
    padding: 40px 0;
    display: block;
    overflow: visible;
    transform: none;
  }
  .app-screen {
    position: absolute;
    width: clamp(225px, 20vw, 292px);
    opacity: var(--screen-opacity);
    transform: perspective(1300px) translate3d(0, var(--screen-y), var(--screen-z)) rotateX(var(--screen-rotate-x)) rotateY(var(--screen-rotate-y)) rotateZ(var(--screen-rotate-z)) scale(var(--screen-scale));
  }
  .app-screen-connect {
    top: 210px;
    left: 0;
    --screen-rotate-z: -8deg;
  }
  .app-screen-home {
    top: 0;
    left: 29%;
    z-index: 2;
  }
  .app-screen-profile {
    top: 180px;
    right: 0;
    --screen-rotate-z: 8deg;
  }
}
@media (prefers-reduced-motion: reduce) {
  .card-field-backdrop,
  .landing-card-field.is-visible .card-field-backdrop {
    filter: none;
    opacity: .92;
    transform: none;
    transition: none;
  }
  .app-screen {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.card-field-backdrop {
  inset: -32px calc(-1 * max(32px, 4vw));
  transform: translateY(12px) scale(1.055);
  transform-origin: center;
}
.landing-card-field.is-visible .card-field-backdrop {
  transform: translateY(0) scale(1);
}
.card-field-backdrop img {
  object-position: center 36%;
}
.landing-card-field::after {
  background:
    linear-gradient(
      180deg,
      rgba(8, 8, 8, .04) 15%,
      rgba(8, 8, 8, .08) 45%,
      rgba(8, 8, 8, .68) 100%);
}
@media (min-width: 760px) {
  .landing-card-field {
    min-height: clamp(620px, 56vw, 880px);
  }
  .card-field-copy {
    padding-bottom: 48px;
  }
}
@media (max-width: 759px) {
  .card-field-backdrop img {
    object-position: 96% center;
  }
}
@media (prefers-reduced-motion: reduce) {
  .card-field-backdrop,
  .landing-card-field.is-visible .card-field-backdrop {
    transform: none;
  }
}
.landing-page .athlete-card-scene {
  position: relative;
  width: min(330px, 78vw);
  aspect-ratio: 670 / 1040;
  perspective: 1300px;
  touch-action: pan-y;
  cursor: grab;
  user-select: none;
  z-index: 1;
}
.landing-page .athlete-card-scene:active {
  cursor: grabbing;
}
.landing-page .athlete-card-vfx {
  position: absolute;
  inset: 9% -9%;
  z-index: 0;
  pointer-events: none;
  border: 1px solid rgba(255, 215, 95, .7);
  border-radius: 50%;
  opacity: 0;
  transform: scale(.48) rotate(-10deg);
  box-shadow:
    0 0 32px rgba(255, 215, 95, .45),
    0 0 92px rgba(254, 99, 99, .52),
    inset 0 0 44px rgba(254, 99, 99, .24);
  animation: landing-card-vfx-burst 1.45s cubic-bezier(.16, 1, .3, 1) .18s both;
  will-change: transform, opacity;
}
.landing-page .athlete-card-vfx::before,
.landing-page .athlete-card-vfx::after {
  content: "";
  position: absolute;
  inset: 16%;
  border-radius: inherit;
  border: 1px solid rgba(254, 99, 99, .62);
}
.landing-page .athlete-card-vfx::after {
  inset: -15%;
  border-style: dashed;
  border-color: rgba(255, 255, 255, .28);
  transform: rotate(24deg);
}
.landing-page .athlete-card-object {
  position: absolute;
  inset: 0;
  z-index: 1;
  transform-style: preserve-3d;
  transform: rotateX(7deg) rotateY(-16deg);
  animation: landing-card-reveal 1.65s cubic-bezier(.16, 1, .3, 1) both, landing-card-idle 8s ease-in-out 1.65s infinite alternate;
  will-change: transform;
}
.landing-page .athlete-card-object.is-dragging {
  animation: none;
}
.landing-page .athlete-card-face {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 9.6% / 6.2%;
  backface-visibility: hidden;
  box-shadow: 0 32px 80px rgba(0, 0, 0, .55), 0 0 0 1px rgba(255, 255, 255, .34);
}
.landing-page .athlete-card-front {
  transform: translateZ(4px);
}
.landing-page .athlete-card-front img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.landing-page .athlete-card-front::after {
  content: "";
  position: absolute;
  inset: -25% -70%;
  pointer-events: none;
  background:
    linear-gradient(
      105deg,
      transparent 38%,
      rgba(255, 255, 255, .52) 49%,
      rgba(255, 215, 95, .3) 53%,
      transparent 64%);
  transform: translateX(-46%) skewX(-14deg);
  opacity: 0;
  animation: landing-card-sheen .72s ease-out .7s both;
  will-change: transform, opacity;
}
.landing-page .athlete-card-back {
  transform: rotateY(180deg) translateZ(4px);
  display: grid;
  place-items: center;
  background:
    radial-gradient(
      circle at 50% 46%,
      rgba(254, 99, 99, .34),
      transparent 45%),
    linear-gradient(
      180deg,
      #171311,
      #090706);
  border: 3px solid rgba(220, 225, 230, .82);
}
.landing-page .athlete-card-back p {
  margin: 0;
  color: var(--coral);
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(18px, 2.2vw, 26px);
  font-weight: 700;
  letter-spacing: .2em;
  line-height: 1.4;
  text-align: center;
}
@keyframes landing-card-idle {
  from {
    transform: rotateX(7deg) rotateY(-17deg);
  }
  to {
    transform: rotateX(-2deg) rotateY(17deg);
  }
}
@keyframes landing-card-reveal {
  0% {
    transform: translateY(24px) scale(.82) rotateX(12deg) rotateY(-196deg);
  }
  42% {
    transform: translateY(-5px) scale(1.035) rotateX(-3deg) rotateY(-82deg);
  }
  74% {
    transform: translateY(0) scale(.985) rotateX(8deg) rotateY(-8deg);
  }
  100% {
    transform: translateY(0) scale(1) rotateX(7deg) rotateY(-16deg);
  }
}
@keyframes landing-card-vfx-burst {
  0% {
    opacity: 0;
    transform: scale(.48) rotate(-10deg);
  }
  24% {
    opacity: .9;
  }
  70% {
    opacity: .38;
  }
  100% {
    opacity: 0;
    transform: scale(1.38) rotate(18deg);
  }
}
@keyframes landing-card-sheen {
  0% {
    opacity: 0;
    transform: translateX(-46%) skewX(-14deg);
  }
  18% {
    opacity: .9;
  }
  100% {
    opacity: 0;
    transform: translateX(46%) skewX(-14deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .landing-page .athlete-card-object,
  .landing-page .athlete-card-vfx,
  .landing-page .athlete-card-front::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
  .landing-page .athlete-card-object {
    transform: rotateX(7deg) rotateY(-16deg);
  }
}
