* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: #f5f2e7;
  background: #111e17;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.site {
  position: relative;
  min-height: max(760px, 100svh);
  isolation: isolate;
  overflow: hidden;
}

.masthead {
  position: relative;
  z-index: 2;
  padding: 38px 64px 0;
}

.logo {
  display: block;
  width: 205px;
  height: auto;
}

.hero {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
}

.hero img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.intro {
  position: relative;
  z-index: 1;
  width: 690px;
  margin: 127px 0 0 64px;
}

h1 {
  margin: 0 0 31px;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  font-size: 94px;
  line-height: 1.03;
  letter-spacing: -.055em;
  text-wrap: balance;
}

h1 em {
  font-weight: 400;
}

.line {
  display: block;
}

.nowrap {
  white-space: nowrap;
}

.subtext {
  max-width: 315px;
  margin: 0 0 28px;
  color: #ced1c7;
  font-size: 15px;
  line-height: 1.65;
  text-wrap: pretty;
}

@media (min-width: 1600px) {
  .masthead {
    padding-inline: 5vw;
  }

  .intro {
    margin-left: 5vw;
  }
}

@media (min-width: 701px) and (max-width: 1190px) {
  .masthead {
    padding-inline: 40px;
  }

  .intro {
    width: 53%;
    margin-top: 130px;
    margin-left: 40px;
  }

  h1 {
    font-size: clamp(58px, 7.3vw, 85px);
  }
}

@media (max-width: 700px) {
  .site {
    min-height: 100svh;
    padding-bottom: 24px;
  }

  .masthead {
    padding: 23px 23px 0;
  }

  .logo {
    width: 169px;
  }

  .hero img {
    object-position: 56% center;
  }

  .hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #101e1780, #101e173b 75%);
  }

  .intro {
    width: auto;
    margin: 205px 23px 0;
  }

  h1 {
    margin-bottom: 22px;
    font-size: 53px;
  }

  .details {
    margin-top: 43px;
  }

  .subtext {
    max-width: 295px;
    margin-bottom: 21px;
    font-size: 13px;
    line-height: 1.6;
  }
}

@media (max-width: 370px) {
  .logo {
    width: 160px;
  }

  .intro {
    margin-top: 190px;
  }

  h1 {
    font-size: 47px;
  }
}
