:root {
  --white: #ffffff;
  --black: #000000;
  --orange: #ff5500;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--white);
}

body {
  min-height: 100%;
  margin: 0;
  background: var(--white);
  color: var(--black);
  font-family: "DM Sans", Helvetica, Arial, sans-serif;
}

button,
input {
  font: inherit;
}

.landing {
  min-height: 100vh;
  overflow-x: hidden;
  background: var(--white);
}

.hero {
  min-height: 100vh;
  background: var(--white);
}

.hero-stage {
  position: relative;
  width: 100%;
  min-height: 900px;
  margin: 0 auto;
  overflow: hidden;
  background: var(--white);
}

.top-fill {
  position: absolute;
  inset: 0 auto auto 0;
  z-index: 0;
  width: 100%;
  height: 112px;
  background: var(--white);
}

.hero-mark {
  position: absolute;
  z-index: 1;
  left: max(-125px, -8.6806vw);
  top: max(-49.5px, -3.4375vw);
  width: min(845px, 58.6806vw);
  height: min(999px, 69.375vw);
  object-fit: contain;
  object-position: center;
  user-select: none;
  pointer-events: none;
}

.hero-copy {
  position: absolute;
  z-index: 2;
  left: min(789px, 54.7917vw);
  top: min(190px, 13.1944vw);
  width: min(625px, 43.4028vw);
}

h1 {
  width: min(625px, 43.4028vw);
  margin: 0;
  color: var(--black);
  font-family: "DM Sans", Helvetica, Arial, sans-serif;
  font-size: min(112px, 7.7778vw);
  font-weight: 600;
  letter-spacing: max(-8.4px, -0.5833vw);
  line-height: 1.09;
}

.hero-copy > p:not(.form-status) {
  width: min(535px, 37.1528vw);
  margin: min(31px, 2.1528vw) 0 0;
  color: var(--black);
  font-size: min(24px, 1.6667vw);
  font-weight: 400;
  letter-spacing: max(-0.84px, -0.0583vw);
  line-height: 1.35;
}

.waitlist-form {
  display: flex;
  align-items: center;
  width: min(560px, 38.8889vw);
  height: min(74px, 5.1389vw);
  min-height: 48px;
  margin: min(40px, 2.7778vw) 0 0;
  padding: min(8px, 0.5556vw);
  border-radius: 999px;
  background: var(--white);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.10), 0 24px 70px rgba(255, 85, 0, 0.16);
}

.waitlist-form input {
  flex: 1 1 auto;
  min-width: 0;
  height: 100%;
  border: 0;
  outline: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--black);
  padding: 0 min(28px, 1.9444vw);
  font-size: min(22px, 1.5278vw);
  font-weight: 400;
  letter-spacing: -0.03em;
}

.waitlist-form input:focus-visible {
  outline: 2px solid rgba(0, 0, 0, 0.28);
  outline-offset: -4px;
}

.waitlist-form button {
  flex: 0 0 auto;
  width: min(157px, 10.9028vw);
  min-width: 126px;
  height: min(58px, 4.0278vw);
  min-height: 40px;
  border: 0;
  border-radius: 999px;
  background: var(--orange);
  color: var(--white);
  cursor: pointer;
}

.waitlist-form button:focus-visible {
  outline: 2px solid var(--black);
  outline-offset: 3px;
}

.waitlist-form button span {
  display: block;
  color: var(--white);
  font-size: min(18px, 1.25vw);
  font-weight: 800;
  letter-spacing: max(-0.36px, -0.025vw);
  line-height: 1;
  text-align: center;
}

.form-status {
  min-height: 22px;
  margin: 14px 0 0;
  color: var(--black);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
}

.form-status:empty {
  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;
}

@media (min-width: 1441px) {
  .hero-stage {
    max-width: 1440px;
  }
}

@media (max-width: 900px) {
  .hero-stage {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow: hidden;
    padding: 0 24px 48px;
  }

  .top-fill {
    display: none;
  }

  .hero-mark {
    position: relative;
    left: auto;
    top: auto;
    width: min(720px, 118vw);
    height: auto;
    margin: -15vw 0 clamp(24px, 5vw, 42px) -37vw;
  }

  .hero-copy {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
  }

  h1 {
    width: min(100%, 640px);
    font-size: clamp(56px, 14.4vw, 104px);
    letter-spacing: -0.075em;
    line-height: 0.98;
  }

  .hero-copy > p:not(.form-status) {
    width: min(100%, 560px);
    margin-top: clamp(28px, 6vw, 40px);
    font-size: clamp(18px, 4.2vw, 24px);
    letter-spacing: -0.035em;
    line-height: 1.35;
  }

  .waitlist-form {
    width: min(100%, 560px);
    height: 74px;
    margin-top: clamp(34px, 8vw, 46px);
    padding: 8px;
  }

  .waitlist-form input {
    padding: 0 18px;
    font-size: 18px;
  }

  .waitlist-form button {
    width: 157px;
    height: 58px;
  }

  .waitlist-form button span {
    font-size: 18px;
    letter-spacing: -0.36px;
  }
}

@media (max-width: 520px) {
  .hero-stage {
    padding: 0 18px 40px;
  }

  .hero-mark {
    width: 136vw;
    margin: -24vw 0 24px -58vw;
  }

  h1 {
    font-size: clamp(48px, 15.2vw, 72px);
  }

  .hero-copy > p:not(.form-status) {
    font-size: 18px;
  }

  .waitlist-form {
    height: 66px;
    padding: 6px;
  }

  .waitlist-form input {
    padding: 0 12px;
    font-size: 16px;
  }

  .waitlist-form button {
    width: 138px;
    height: 54px;
  }

  .waitlist-form button span {
    font-size: 16px;
  }
}
