@font-face {
  font-family: "DIN Condensed";
  src: url("../fonts/din-condensed.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  height: 100%;
  overflow: hidden;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  height: 100%;
  overflow: hidden;
  background-color: #ffdec5;
  color: #000;
  font-family: "DIN Condensed", "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.viewport {
  height: 100dvh;
  width: 100vw;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background-color: #ffdec5;
}

.page {
  container-type: size;
  container-name: page;
  display: flex;
  flex-direction: column;
  width: min(100vw, calc(100dvh * 1920 / 1080));
  height: min(100dvh, calc(100vw * 1080 / 1920));
  overflow: hidden;
  background-color: #ffdec5;
}

.site-header {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  padding: 0 5.729%;
  background-color: #ffdec5;
}

.site-header a {
  display: block;
  line-height: 0;
}

.site-logo {
  height: calc(142 / 1080 * 100cqh);
  width: auto;
  max-width: none;
}

.hero {
  flex: 1 1 0;
  min-height: 0;
  overflow: hidden;
  background-color: #ffdec5;
}

.hero picture {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.cta {
  flex: 0 0 calc(227 / 1080 * 100cqh);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25%;
  min-height: 0;
  padding: 0 5.729%;
  background-color: #ffdec5;
}

.cta__title {
  margin: 0;
  color: #000;
  font-family: inherit;
  font-size: calc(140 / 1080 * 100cqh);
  font-weight: 400;
  line-height: 0.88;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  -webkit-text-stroke: 0.04em #000;
  paint-order: stroke fill;
  white-space: nowrap;
}

.cta__action {
  flex: 0 0 auto;
}

.cta-button {
  display: block;
  flex: 0 0 auto;
  width: calc(791 / 1920 * 100cqw);
  max-height: 100%;
  text-decoration: none;
  transition: transform 0.15s ease, filter 0.15s ease;
}

.cta-button:focus-visible {
  outline: 0.2rem solid #005341;
  outline-offset: 0.25rem;
  border-radius: 999px;
}

.cta-button:hover {
  transform: translateY(-0.05rem);
  filter: brightness(1.03);
}

.cta-button:active {
  transform: translateY(0.06rem);
  filter: brightness(0.98);
}

.cta-button picture,
.cta-button__image {
  display: block;
  width: 100%;
  height: auto;
  max-height: calc(227 / 1080 * 100cqh);
  aspect-ratio: 791 / 227;
  object-fit: contain;
}

@media (max-width: 767px) {
  .page {
    width: min(100vw, calc(100dvh * 1080 / 1920));
    height: min(100dvh, calc(100vw * 1920 / 1080));
  }

  .site-header {
    padding-inline: 3.704%;
  }

  .site-logo {
    height: calc(142 / 1920 * 100cqh);
  }

  .cta {
    flex: 0 0 calc(546 / 1920 * 100cqh);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: calc(32 / 1920 * 100cqh);
    padding-inline: 3.704%;
  }

  .cta__title {
    font-size: calc(160 / 1920 * 100cqh);
    text-align: center;
    white-space: normal;
  }

  .cta__action {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .cta-button {
    width: calc(900 / 1080 * 100cqw);
    max-width: 100%;
  }

  .cta-button picture,
  .cta-button__image {
    max-height: calc(200 / 1920 * 100cqh);
  }
}
