:root {
  color-scheme: light;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #111111;
  background: #ffffff;
}

* {
  box-sizing: border-box;
}

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

body {
  min-height: 100dvh;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.maintenance {
  display: grid;
  min-height: 100dvh;
  grid-template-rows: auto 1fr auto;
  padding: clamp(26px, 4.3vw, 72px) clamp(24px, 6.1vw, 104px) clamp(24px, 3.5vw, 56px);
}

.site-header,
.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wordmark {
  display: block;
  width: clamp(142px, 16vw, 236px);
  line-height: 0;
  text-decoration: none;
}

.wordmark img {
  display: block;
  width: 100%;
  height: auto;
}

.header-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #5e5e5e;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.header-status span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #111111;
}

.message {
  align-self: center;
  max-width: 980px;
  padding: 8vh 0 10vh;
}

.eyebrow {
  margin: 0 0 clamp(24px, 3.5vw, 48px);
  color: #5e5e5e;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.2;
  text-transform: uppercase;
}

h1 {
  max-width: 860px;
  margin: 0;
  color: #111111;
  font-family: "Arial Black", Impact, sans-serif;
  font-size: clamp(48px, 8vw, 128px);
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 0.92;
}

.lead {
  max-width: 610px;
  margin: clamp(28px, 4vw, 54px) 0 0;
  color: #4a4a4a;
  font-size: clamp(16px, 1.45vw, 21px);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.42;
}

.site-footer {
  padding-top: 20px;
  border-top: 1px solid #d7d7d7;
  color: #656565;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

@media (max-width: 640px) {
  .maintenance {
    padding: 27px 24px 22px;
  }

  .wordmark {
    width: 142px;
  }

  .header-status {
    font-size: 9px;
  }

  .header-status span {
    width: 6px;
    height: 6px;
  }

  .message {
    padding: 7vh 0;
  }

  h1 {
    font-size: clamp(45px, 14vw, 73px);
    line-height: 0.94;
  }

  .lead br {
    display: none;
  }
}
