@import url("https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,400;9..40,600;9..40,800&display=swap");

:root {
  --white: #ffffff;
  --black: #000000;
  --orange: #ff5500;
  --soft-orange: rgba(255, 85, 0, 0.16);
  --hairline: rgba(0, 0, 0, 0.10);
  --placeholder: rgba(0, 0, 0, 0.36);
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  background: var(--white);
}

body {
  font-family: "DM Sans", "Helvetica Neue", Arial, sans-serif;
  color: var(--black);
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

button,
input {
  font: inherit;
}

.landing {
  position: relative;
  width: 100%;
  min-height: 100svh;
  overflow: hidden;
  background: var(--white);
}

.top-space {
  position: absolute;
  inset: 0 0 auto 0;
  height: 112px;
  background: var(--white);
  pointer-events: none;
}

.mark-wrap {
  position: absolute;
  left: -125px;
  top: -49.5px;
  width: 845px;
  height: 999px;
  overflow: hidden;
}

.mark {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.copy {
  position: absolute;
  left: 54.792vw;
  top: 190px;
  width: min(625px, calc(100vw - 96px));
}

h1 {
  width: 625px;
  max-width: 100%;
  margin: 0;
  color: var(--black);
  font-size: clamp(86px, 7.778vw, 112px);
  font-weight: 600;
  line-height: 0.92;
  letter-spacing: -0.075em;
}

p {
  width: 535px;
  max-width: 100%;
  margin: 33px 0 0;
  color: var(--black);
  font-size: clamp(22px, 1.667vw, 24px);
  font-weight: 400;
  line-height: 1.29;
  letter-spacing: -0.035em;
}

.waitlist {
  display: flex;
  align-items: center;
  width: 560px;
  max-width: 100%;
  height: 74px;
  margin: 40px 0 0;
  padding: 8px;
  border: 0;
  border-radius: 999px;
  background: var(--white);
  box-shadow: 0 0 0 1px var(--hairline), 0 24px 70px var(--soft-orange);
}

.waitlist input {
  min-width: 0;
  height: 58px;
  flex: 1 1 auto;
  padding: 0 22px 0 26px;
  border: 0;
  border-radius: 999px;
  outline: 0;
  background: transparent;
  color: var(--black);
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.02em;
}

.waitlist input::placeholder {
  color: var(--placeholder);
  opacity: 1;
}

.waitlist input[aria-invalid="true"]::placeholder {
  color: var(--orange);
}

.waitlist button {
  flex: 0 0 157px;
  width: 157px;
  height: 58px;
  border: 0;
  border-radius: 999px;
  background: var(--orange);
  color: var(--white);
  cursor: pointer;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.02em;
}

.waitlist button:disabled {
  cursor: default;
}

.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: 1000px) {
  .landing {
    height: 100svh;
    min-height: 760px;
  }

  h1 {
    line-height: 1.09;
  }

  p {
    margin-top: 31px;
    line-height: 1.35;
  }
}

@media (min-width: 600px) and (max-width: 999px) {
  .landing {
    min-height: 100svh;
  }

  .top-space {
    height: 86px;
  }

  .mark-wrap {
    left: 0;
    top: 43px;
    width: 100vw;
    height: 53.333vw;
    max-height: 432px;
  }

  .copy {
    position: relative;
    left: auto;
    top: auto;
    width: min(614px, calc(100vw - 24.2vw));
    margin-left: clamp(72px, 12.1vw, 98px);
    padding-top: calc(43px + min(53.333vw, 432px) + 51px);
    padding-bottom: 112px;
  }

  h1 {
    width: 614px;
    font-size: clamp(72px, 10.617vw, 86px);
    line-height: 0.92;
    letter-spacing: -0.074em;
  }

  p {
    width: 522px;
    margin-top: 34px;
    font-size: clamp(20px, 2.716vw, 22px);
    line-height: 1.34;
    letter-spacing: -0.033em;
  }

  .waitlist {
    width: 560px;
    height: 74px;
    margin-top: 40px;
  }
}

@media (max-width: 599px) {
  .landing {
    min-height: 100svh;
  }

  .top-space {
    height: 44px;
  }

  .mark-wrap {
    left: 1px;
    top: 44px;
    width: calc(100vw - 2px);
    height: min(88.205vw, 344px);
  }

  .copy {
    position: relative;
    left: auto;
    top: auto;
    width: calc(100vw - 56px);
    margin-left: 28px;
    padding-top: calc(44px + min(88.205vw, 344px) + 38px);
    padding-bottom: 74px;
  }

  h1 {
    width: 337px;
    font-size: clamp(50px, 15.897vw, 62px);
    line-height: 0.94;
    letter-spacing: -0.076em;
  }

  p {
    width: 320px;
    margin-top: 26px;
    font-size: clamp(16px, 4.359vw, 17px);
    line-height: 1.42;
    letter-spacing: -0.025em;
  }

  .waitlist {
    display: block;
    width: 334px;
    max-width: 100%;
    height: 126px;
    margin-top: 33px;
    padding: 0;
    border-radius: 31px;
    box-shadow: 0 0 0 1px var(--hairline), 0 20px 58px var(--soft-orange);
  }

  .waitlist input {
    display: block;
    width: 100%;
    height: 58px;
    padding: 0 24px;
    font-size: 17px;
    letter-spacing: -0.019em;
  }

  .waitlist button {
    display: block;
    width: calc(100% - 16px);
    height: 58px;
    margin: 2px 8px 0;
    font-size: 18px;
    letter-spacing: -0.02em;
  }
}
