@font-face {
  font-family: "Plastic";
  src: url("assets/2051PLASTIC-ALP50.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html,
body {
  width: 100%;
  min-height: 100%;
  margin: 0;
}

body {
  background: #2d2c2c;
  color: #fff;
  font-family: "Plastic", sans-serif;
  overflow-x: hidden;
}

.construction-page {
  position: relative;
  min-height: 100vh;
  background:
    url("assets/background.jpg") center center / cover no-repeat;
  overflow: hidden;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      to top,
      rgba(0, 0, 0, 0.58),
      rgba(50, 68, 82, 0.42)
    );
  box-shadow: inset 0 -18px 42px rgba(0, 0, 0, 0.38);
  z-index: 0;
}

.construction-layout {
  width: max-content;
  max-width: calc(100vw - 48px);
  margin: 0 auto;
  padding-top: 46px;
  column-gap: clamp(28px, 4vw, 72px);
}

.construction-image-wrap,
.construction-copy {
  width: auto;
  flex: 0 0 auto;
}

.construction-image {
  display: block;
  width: min(38vw, 520px);
  max-height: 78vh;
  object-fit: contain;
}

.construction-copy {
  max-width: min(46vw, 760px);
}

.construction-title {
  margin: 0;
  color: #fff;
  font-size: clamp(2.75rem, 5vw, 5rem);
  line-height: 0.9;
  font-weight: normal;
  text-transform: uppercase;
}

.construction-subtitle {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(1.05rem, 1.65vw, 1.55rem);
  line-height: 1.35;
}

@media (min-width: 768px) {
  .construction-layout {
    transform: translateX(-2.5vw);
  }
}

@media (max-width: 767.98px) {
  .construction-page {
    overflow-y: auto;
  }

  .construction-layout {
    width: 100%;
    max-width: 100%;
    min-height: 100vh;
    padding: 90px 24px 36px;
    row-gap: 18px;
  }

  .construction-image {
    width: min(78vw, 430px);
    max-height: 50vh;
    margin: 0 auto;
  }

  .construction-copy {
    max-width: 100%;
  }

  .construction-title {
    font-size: clamp(2.6rem, 13vw, 4.4rem);
  }

  .construction-subtitle {
    font-size: clamp(1rem, 5vw, 1.35rem);
  }
}
