:root {
  --stage-scale: 1;
  --stage-width: 1440px;
  --stage-height: 810px;
  color: #fff;
  font-family: "Gilroy", "Avenir Next", Avenir, Arial, sans-serif;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-width: 320px;
  min-height: 100%;
  margin: 0;
  background: #fff;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  display: flex;
  width: 100%;
  min-height: 100vh;
  justify-content: center;
  overflow: hidden;
}

@media (min-aspect-ratio: 16 / 9) {
  .page {
    background: url("assets/background.png") center top / 100% 100% no-repeat;
  }

  .page .stage {
    background: transparent;
  }

  .page .background,
  .page .wave {
    display: none;
  }
}

.stage-frame {
  position: relative;
  width: var(--stage-width);
  height: var(--stage-height);
  flex: 0 0 auto;
}

.stage {
  position: absolute;
  top: 0;
  left: 0;
  width: 1440px;
  height: 810px;
  overflow: hidden;
  background: #fff;
  transform: scale(var(--stage-scale));
  transform-origin: left top;
}

.background {
  position: absolute;
  inset: 0;
  display: block;
  width: 1440px;
  height: 810px;
  pointer-events: none;
}

.wave {
  position: absolute;
  top: 369.91px;
  left: -16px;
  display: block;
  width: 1579.5px;
  height: 701.59px;
  pointer-events: none;
}

.header {
  position: absolute;
  z-index: 2;
  inset: 0 0 auto;
  height: 74px;
}

.brand {
  position: absolute;
  top: 15px;
  left: 206px;
  display: block;
  width: 96px;
  height: 50px;
  font-size: 38.275px;
  font-style: italic;
  font-weight: 800;
  line-height: 1;
}

.brand span {
  position: absolute;
  top: 10px;
  left: 0;
}

.brand img {
  position: absolute;
  top: 0;
  left: 75px;
  width: 16px;
  height: 16px;
}

.navigation {
  position: absolute;
  top: 21px;
  right: 52px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16.25px;
  font-weight: 700;
  line-height: 1;
}

.navigation a {
  display: grid;
  width: 109px;
  height: 38px;
  padding: 0 10px;
  place-items: center;
  border-radius: 125px;
  white-space: nowrap;
}

.hero-copy {
  position: absolute;
  z-index: 2;
  top: 189px;
  left: 208px;
}

.hero-copy h1 {
  position: relative;
  top: 1px;
  width: 539px;
  margin: 0;
  font-size: 74.831px;
  font-weight: 700;
  line-height: 69px;
  white-space: nowrap;
}

.hero-copy h1 span,
.hero-copy p span {
  display: block;
}

.hero-copy h1 span:first-child {
  margin-left: -1px;
  letter-spacing: -3.75px;
}

.hero-copy h1 span:last-child {
  margin-left: 2px;
  letter-spacing: -2.2px;
  transform: scaleY(0.9375);
  transform-origin: left bottom;
}

.hero-copy p {
  position: relative;
  top: 1px;
  width: 472px;
  margin: 26px 0 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  white-space: nowrap;
}

.hero-copy p span:first-child {
  letter-spacing: -0.33px;
}

.hero-copy p span:last-child {
  margin-left: 1px;
  letter-spacing: -0.57px;
}

.hey {
  position: absolute;
  z-index: 2;
  top: 74px;
  left: 673px;
  width: 136px;
  height: 110px;
  overflow: hidden;
}

.hey img {
  position: absolute;
  top: 20px;
  left: 9px;
  width: 117.213px;
  height: 70.921px;
}

.hey span {
  position: absolute;
  top: 45px;
  left: 20px;
  color: #000;
  font-size: 27.846px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  transform: rotate(-8.43deg);
}

.phone {
  position: absolute;
  z-index: 2;
  top: 100px;
  left: 889px;
  display: block;
  width: 293px;
  height: 598px;
  clip-path: inset(4px 5px 4px 5px round 48px);
}

.footer {
  position: absolute;
  z-index: 2;
  inset: 0;
  color: #444;
  pointer-events: none;
}

.footer nav {
  position: absolute;
  top: 764px;
  left: 194px;
  display: flex;
  width: auto;
  height: 22px;
  gap: 16px;
  pointer-events: auto;
}

.footer a {
  display: grid;
  height: 22px;
  padding: 0;
  place-items: center;
  font-size: 16.13px;
  font-weight: 700;
  line-height: 22px;
  white-space: nowrap;
}
