* {
  box-sizing: border-box;
}

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

body {
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  background: #111;
}

.maintenance {
  position: relative;
  display: flex;
  min-height: 100vh;
  min-height: 100svh;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 40px 24px 76px;
  text-align: center;
  background:
    linear-gradient(rgba(8, 10, 11, 0.42), rgba(8, 10, 11, 0.60)),
    url("maintenance-background.jpg") center center / cover no-repeat;
}

.maintenance__content {
  width: min(760px, 100%);
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.55);
}

.maintenance__eyebrow {
  margin: 0 0 18px;
  font-size: clamp(0.72rem, 1.1vw, 0.88rem);
  font-weight: 700;
  letter-spacing: 0.32em;
}

h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 8vw, 7rem);
  font-weight: 400;
  line-height: 0.95;
}

.maintenance__line {
  display: block;
  width: 72px;
  height: 1px;
  margin: 30px auto;
  background: rgba(255, 255, 255, 0.78);
}

.maintenance p:not(.maintenance__eyebrow) {
  margin: 8px auto;
  max-width: 620px;
  font-size: clamp(1rem, 1.7vw, 1.25rem);
  line-height: 1.6;
}

footer {
  position: absolute;
  right: 24px;
  bottom: 20px;
  left: 24px;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  opacity: 0.65;
}

@media (max-width: 600px) {
  .maintenance {
    padding: 32px 20px 64px;
  }

  .maintenance__eyebrow {
    letter-spacing: 0.22em;
  }
}
