/* ===== TEMP: UNDER CONSTRUCTION ===== */

body.uc-mode {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

body.uc-mode main {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
}

body.uc-mode .uc-container {
  max-width: 680px;
  text-align: center;
  margin-top: -40px;
}

body.uc-mode h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 42px;
  font-weight: 500;
  margin-bottom: 20px;
}

body.uc-mode .uc-line {
  width: 60px;
  height: 1px;
  background: #ccc;
  margin: 20px auto 40px;
}

body.uc-mode .uc-text {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 18px;
}

body.uc-mode .uc-coming {
  margin-top: 30px;
  font-style: italic;
  color: #888;
  letter-spacing: 0.5px;
}

/* FIX FOR OVERRIDES */

body.uc-mode main.under-construction {
  flex: 1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

body.uc-mode {
  background: #e7e7e5;
}