html,
body.construction-page {
  min-height: 100%;
}

body.construction-page {
  color: #444;
  background: #fff;
}

body.construction-page .ftco-navbar-light {
  z-index: 10;
}

body.construction-page .ftco-navbar-light .container {
  min-height: 86px;
  align-items: center;
}

body.construction-page .ftco-navbar-light .logo img {
  max-height: 76px;
  width: auto;
}

.construction-wrap {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.construction-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.68));
  z-index: 1;
}

.construction-wrap .container {
  position: relative;
  z-index: 2;
}

.construction-card {
  width: 100%;
  max-width: 680px;
  margin: 120px auto 60px;
  padding: 56px 42px 52px;
  border: 1px solid rgba(217, 191, 119, 0.38);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(5px);
}

.construction-logo {
  display: block;
  max-width: 300px;
  margin: 0 auto 36px;
}

.construction-card h1 {
  margin: 0 0 18px;
  color: #1f1f1f;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.25rem, 5vw, 4rem);
  line-height: 1.12;
  font-weight: 400;
}

.construction-email {
  display: inline-block;
  color: #92783c;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  word-break: break-word;
  transition: color 0.25s ease, transform 0.25s ease;
}

.construction-email:hover,
.construction-email:focus {
  color: #d9bf77;
  text-decoration: none;
  transform: translateY(-1px);
}

@media (max-width: 991.98px) {
  body.construction-page .ftco-navbar-light .container {
    min-height: auto;
  }

  body.construction-page .ftco-navbar-light .logo img {
    max-height: 64px;
  }

  .construction-card {
    margin-top: 48px;
  }
}

@media (max-width: 575.98px) {
  .construction-card {
    margin: 32px auto;
    padding: 40px 24px 38px;
    border-radius: 22px;
  }

  .construction-logo {
    max-width: 230px;
    margin-bottom: 28px;
  }

  .construction-email {
    font-size: 1rem;
  }
}
