body {
  margin: 0;
  background: #000;
  color: #e8e0d2;
  font-family: 'EB Garamond', serif;
}

.construction-page {
  min-height: 100vh;
  background: #000;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 1.25rem;
  font-family: 'Raleway', sans-serif;
  font-size: 0.82rem;
  font-weight: 400;
  letter-spacing: 0.28rem;
  text-transform: uppercase;
  color: #b8aa8c;
}

.title {
  font-size: clamp(2.4rem, 6vw, 4.8rem);
  font-weight: 300;
  letter-spacing: 0.42rem;
  line-height: 1.1;
  color: #f3ecdf;
}

.subtitle {
  max-width: 640px;
  font-size: 1.35rem;
  line-height: 1.6;
  color: #d8cfbf;
}

.divider {
  width: 110px;
  height: 1px;
  background: #8f7a4f;
}

.contact-card {
  max-width: 420px;
  padding: 2rem 1.5rem;
  border: 1px solid rgba(143, 122, 79, 0.45);
  background: rgba(255, 255, 255, 0.02);
}

.contact-label {
  font-family: 'Raleway', sans-serif;
  font-size: 0.82rem;
  font-weight: 400;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
  color: #b8aa8c;
}

.contact-item {
  font-size: 1.35rem;
  color: #f3ecdf;
}

.contact-item a {
  color: inherit;
  text-decoration: none;
}

.contact-item a:hover {
  color: #ffffff;
}

@media (max-width: 576px) {
  .title {
    letter-spacing: 0.2rem;
  }

  .eyebrow,
  .contact-label {
    letter-spacing: 0.18rem;
  }

  .subtitle,
  .contact-item {
    font-size: 1.15rem;
  }
}