:root {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #f7f1e4;
  background: #08100d;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

* {
  box-sizing: border-box;
}

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

body {
  background: #08100d;
}

a {
  color: inherit;
  text-decoration: none;
}

.construction-shell {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
}

.construction-world,
.construction-shade {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
}

.construction-world {
  object-fit: cover;
  object-position: 52% center;
}

.construction-shade {
  z-index: -1;
  background: rgba(4, 9, 8, 0.66);
}

.construction-header,
.construction-copy,
.construction-footer {
  width: min(1220px, calc(100% - 48px));
  margin-inline: auto;
}

.construction-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 82px;
  border-bottom: 1px solid rgba(247, 241, 228, 0.2);
}

.construction-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  font-weight: 820;
}

.construction-mark {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(241, 191, 100, 0.62);
  border-radius: 7px;
  background: rgba(18, 56, 40, 0.78);
  color: #f1c26e;
  font-size: 15px;
}

.construction-status {
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(247, 241, 228, 0.68);
  font-size: 12px;
  font-weight: 720;
}

.construction-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #e6ac4b;
  box-shadow: 0 0 16px rgba(230, 172, 75, 0.72);
}

.construction-copy {
  align-self: center;
  padding: 58px 0 70px;
}

.construction-copy > p {
  margin: 0 0 15px;
  color: #f0bd65;
  font-size: 11px;
  font-weight: 840;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.construction-copy h1 {
  margin: 0;
  color: #fff6df;
  font-size: 160px;
  line-height: 0.78;
  font-weight: 860;
  letter-spacing: 0;
  text-shadow: 0 22px 58px rgba(0, 0, 0, 0.36);
}

.construction-copy h2 {
  max-width: 720px;
  margin: 38px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 52px;
  line-height: 1.02;
  font-weight: 500;
  letter-spacing: 0;
}

.construction-copy > span {
  display: block;
  max-width: 610px;
  margin-top: 19px;
  color: rgba(247, 241, 228, 0.74);
  font-size: 17px;
  line-height: 1.55;
}

.construction-admin-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 30px;
  padding: 0 17px;
  border: 1px solid rgba(247, 241, 228, 0.3);
  border-radius: 7px;
  background: rgba(7, 13, 11, 0.5);
  color: #fff8e8;
  font-size: 13px;
  font-weight: 780;
  backdrop-filter: blur(10px);
}

.construction-admin-link:hover,
.construction-admin-link:focus-visible {
  border-color: #f0bd65;
  background: rgba(18, 56, 40, 0.74);
  outline: none;
}

.construction-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 66px;
  border-top: 1px solid rgba(247, 241, 228, 0.16);
  color: rgba(247, 241, 228, 0.5);
  font-size: 10px;
  font-weight: 720;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

@media (max-width: 1200px) {
  .construction-copy h1 {
    font-size: 128px;
  }

  .construction-copy h2 {
    font-size: 48px;
  }
}

@media (max-width: 900px) {
  .construction-copy h1 {
    font-size: 100px;
  }

  .construction-copy h2 {
    font-size: 42px;
  }
}

@media (max-width: 700px) {
  .construction-header,
  .construction-copy,
  .construction-footer {
    width: min(100% - 30px, 1220px);
  }

  .construction-header {
    min-height: 70px;
  }

  .construction-status {
    font-size: 0;
  }

  .construction-copy {
    padding: 52px 0 54px;
  }

  .construction-copy h1 {
    font-size: 62px;
  }

  .construction-copy h2 {
    margin-top: 28px;
    font-size: 36px;
  }

  .construction-copy > span {
    font-size: 15px;
  }

  .construction-footer span:last-child {
    max-width: 220px;
    text-align: right;
  }
}

@media (max-width: 370px) {
  .construction-copy h1 {
    font-size: 52px;
  }

  .construction-copy h2 {
    font-size: 32px;
  }
}

@media (max-height: 680px) and (min-width: 701px) {
  .construction-copy {
    padding: 32px 0 38px;
  }

  .construction-copy h1 {
    font-size: 92px;
  }

  .construction-copy h2 {
    margin-top: 24px;
    font-size: 36px;
  }

  .construction-copy > span {
    font-size: 14px;
  }
}
