/* ========================================
   MAINTENANCE OVERLAY
   Remove this file and its <link> tags to restore full site access.
   ======================================== */

body::after {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 9998;
  background: #1a0f0a;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 9997;
  background: url('../../images/school-of-athens.jpeg') center center / cover no-repeat;
  opacity: 0.18;
}

.maintenance-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.maintenance-card {
  max-width: 680px;
  text-align: center;
  background: rgba(26, 15, 10, 0.82);
  border: 1px solid rgba(184, 134, 11, 0.3);
  border-radius: 3px;
  padding: 3.5rem 3rem;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  position: relative;
}

.maintenance-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #B8860B, #C4956A, #B8860B);
}

.maintenance-eyebrow {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.72rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #DAA520;
  margin-bottom: 1.25rem;
}

.maintenance-card h1 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 300;
  color: #F5EFE6;
  margin-bottom: 1.25rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}

.maintenance-card h1 em {
  font-style: italic;
  font-weight: 600;
  color: #DAA520;
}

.maintenance-card p {
  font-family: 'Crimson Pro', Georgia, serif;
  font-size: 1.02rem;
  color: #D4C5AA;
  line-height: 1.7;
  margin-bottom: 1rem;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

.maintenance-card p:last-of-type {
  margin-bottom: 2rem;
}

.maintenance-links {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.maintenance-links a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.8rem 1.75rem;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-decoration: none;
  border-radius: 2px;
  transition: all 0.3s;
  cursor: pointer;
}

.maintenance-links .btn-home {
  color: #F5EFE6;
  background: #B8860B;
  border: 1px solid #B8860B;
}

.maintenance-links .btn-home:hover {
  background: #DAA520;
  border-color: #DAA520;
  transform: translateY(-1px);
}

.maintenance-links .btn-nave {
  color: #D4C5AA;
  background: transparent;
  border: 1px solid rgba(184, 134, 11, 0.35);
}

.maintenance-links .btn-nave:hover {
  border-color: #DAA520;
  color: #DAA520;
}

/* Rod Nave redirect — matches index page */
.maintenance-nave {
  margin-top: 1.75rem;
  border-top: 1px solid rgba(184, 134, 11, 0.25);
  padding-top: 1.25rem;
  text-align: center;
}

.maintenance-nave p {
  font-size: 1rem;
  color: rgba(212, 197, 170, 0.8);
  line-height: 1.6;
  margin: 0;
}

.maintenance-nave a {
  display: inline-block;
  margin-top: 0.6rem;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: #DAA520;
  text-decoration: none;
  border: 1px solid rgba(184, 134, 11, 0.35);
  padding: 0.45rem 1.25rem;
  border-radius: 2px;
  letter-spacing: 0.03em;
  transition: all 0.3s;
}

.maintenance-nave a:hover {
  border-color: #DAA520;
  background: rgba(184, 134, 11, 0.1);
}
