/* Shared proportions and typography for every public hero except the front page. */
.page-hero.page-hero {
  width: min(1210px, calc(100% - 34px));
  height: clamp(400px, 50svh, 480px);
  min-height: 400px;
  margin: 8px auto 0;
  border-radius: 18px;
}

.page-hero.page-hero .wrap {
  display: flex;
  width: min(1120px, calc(100% - 80px));
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 0 0 42px;
  text-align: left;
}

.page-hero.page-hero .page-hero-kicker {
  display: block;
  margin: 0 0 10px;
  color: #ffdc32;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
  line-height: 1.2;
  text-transform: uppercase;
}

.page-hero.page-hero h1,
.page-hero.page-hero.prova h1,
.page-hero.page-hero.compact h1 {
  max-width: 560px;
  margin: 0 0 16px;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: clamp(44px, 5vw, 64px);
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: .98;
}

.page-hero.page-hero p {
  max-width: 510px;
  margin: 0;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.55;
  text-shadow: 0 1px 12px rgba(0, 0, 0, .3);
}

.page-hero.page-hero .page-hero-cta {
  margin-top: 22px;
}

@media (max-width: 680px) {
  .page-hero.page-hero {
    width: 100%;
    height: clamp(400px, 50svh, 450px);
    min-height: 400px;
    margin: 0;
    border-radius: 0;
    text-align: left;
  }

  .page-hero.page-hero .wrap {
    width: calc(100% - 38px);
    min-height: 0;
    padding: 0 0 32px;
  }

  .page-hero.page-hero .page-hero-kicker {
    margin-bottom: 9px;
    font-size: 12px;
  }

  .page-hero.page-hero h1,
  .page-hero.page-hero.prova h1,
  .page-hero.page-hero.compact h1,
  .page-hero.page-hero.medlem h1 {
    max-width: 350px;
    margin: 0 0 12px;
    font-size: clamp(36px, 10vw, 42px);
    line-height: 1;
  }

  .page-hero.page-hero p {
    max-width: 340px;
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
  }
}
