@font-face {
  font-family: "dinneuzeitgroteskltw01-_812426";
  src: url("https://static.parastorage.com/fonts/v2/b46aabec-b529-45a8-a0fe-2abaf6daf369/v1/dinneuzeitgroteskltw01-_812426.latin.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "helvetica-w01-light";
  src: url("https://static.parastorage.com/fonts/v2/8eac109b-0fa9-42bf-a305-43e471e23779/v1/helvetica-w01-light.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "oswald-medium";
  src: url("https://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/oswald/v16/cgaIrkaP9Empe8_PwXbajFtXRa8TVwTICgirnJhmVJw.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --text-light: #d4d4d2;
  --text-mid: #a8a8a7;
  --text-dark: #151c30;
  --button-red: #d13b3c;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #000000;
  color: var(--text-light);
  font-family: "helvetica-w01-light", sans-serif;
}

.page {
  width: 100%;
  min-height: 100vh;
  text-align: center;
  padding-top: 0;
  padding-bottom: 120px;
}

.logo {
  width: 235px;
  height: 177px;
  margin: 93px auto 14px;
}

.logo svg {
  display: block;
  width: 100%;
  height: 100%;
}

.tagline {
  max-width: 839px;
  margin: 0 auto 38px;
  font-size: 16px;
  color: var(--text-mid);
}

.hero-image-wrap {
  margin: 0 0 24px;
  width: 100%;
  overflow: hidden;
}

.hero-image {
  display: block;
  width: 2684px;
  height: 521px;
  object-fit: cover;
  margin-left: calc(50% - 1342px);
}

.trusted {
  max-width: 834px;
  margin: 0 auto 16px;
  font-family: "dinneuzeitgroteskltw01-_812426", sans-serif;
  font-size: 65px;
  font-weight: 400;
  line-height: 1.18;
  color: var(--text-light);
}

.portfolio {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 185px;
  height: 36px;
  background: var(--button-red);
  color: #ffffff;
  font-family: "oswald-medium", "oswald", sans-serif;
  font-size: 24px;
  text-decoration: none;
  margin-bottom: 35px;
}

.contact {
  margin: 0 auto;
  font-size: 18px;
  letter-spacing: 0.9px;
  color: var(--text-light);
  white-space: pre;
}

.contact-email {
  color: inherit;
  text-decoration: none;
}

@media (max-width: 900px) {
  .page {
    padding-top: 0;
  }

  .logo {
    margin-top: 64px;
  }

  .tagline {
    padding: 0 24px;
  }

  .trusted {
    font-size: 42px;
    padding: 0 24px;
  }

  .hero-image {
    width: 100vw;
    height: auto;
    aspect-ratio: 2684 / 521;
    margin-left: calc(50% - 50vw);
  }
}

@media (max-width: 600px) {
  .page {
    padding-top: 0;
  }

  .logo {
    width: 200px;
    height: 151px;
    margin-top: 48px;
  }

  .portfolio {
    width: 170px;
  }

  .contact {
    font-size: 14px;
    letter-spacing: 0.6px;
    white-space: normal;
    padding: 0 24px;
  }
}
