@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap');

:root {
  --navy: #071d31;
  --gold: #a88a52;
  --text: #2c3440;
  --soft: #eef1f5;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Montserrat", Arial, sans-serif;
  color: var(--text);
  background: #f8fafc;
}

.maintenance-page {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  display: grid;
  place-items: center;
  padding: 55px 20px 42px;
  background:
    radial-gradient(circle at 50% 42%, rgba(255,255,255,.98) 0 25%, rgba(255,255,255,.86) 45%, rgba(239,243,247,.8) 100%),
    linear-gradient(145deg, #f8fafc 0%, #ffffff 42%, #eef2f6 100%);
}
.logo {
  text-align: center;
  margin-bottom: 55px;
}

.logo img {
  width: 270px;
  max-width: 80%;
  height: auto;
  display: inline-block;
}
.waves {
  position: absolute;
  inset: -18%;
  opacity: .55;
  pointer-events: none;
}
.wave-a {
  background:
    linear-gradient(150deg, transparent 12%, rgba(214,219,225,.5) 12.5%, transparent 31%),
    linear-gradient(335deg, transparent 39%, rgba(226,230,235,.75) 40%, transparent 59%);
  transform: rotate(-3deg);
}
.wave-b {
  opacity: .35;
  background:
    linear-gradient(25deg, transparent 20%, rgba(222,226,232,.85) 21%, transparent 41%),
    linear-gradient(160deg, transparent 62%, rgba(216,222,229,.75) 63%, transparent 78%);
}

.content {
  position: relative;
  z-index: 2;
  width: min(980px, 100%);
  text-align: center;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 54px;
}

.brand-mark {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  clip-path: polygon(50% 0, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
  background: linear-gradient(140deg, var(--navy) 0 32%, #fff 32% 45%, var(--gold) 45% 100%);
}
.brand-mark span {
  width: 28px;
  height: 36px;
  border: 9px solid #fff;
  border-bottom: 0;
  transform: translateY(4px);
}

.brand-text {
  font-size: clamp(28px, 3.2vw, 46px);
  line-height: 1;
  font-weight: 800;
  color: var(--navy);
  letter-spacing: -1px;
}
.brand-text span { color: var(--gold); }

h1 {
  margin: 0;
  font-size: clamp(34px, 5.5vw, 66px);
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 900;
  color: var(--navy);
  text-shadow: 0 6px 12px rgba(4,21,38,.12);
}

.divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin: 42px 0 24px;
}
.divider span,
.small-line {
  width: 145px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.divider b {
  color: var(--gold);
  font-size: 35px;
}

.message {
  margin: 0 auto 28px;
  max-width: 720px;
  font-size: clamp(16px, 2vw, 25px);
  line-height: 1.7;
  font-weight: 400;
}

h2 {
  margin: 0 0 22px;
  color: var(--gold);
  font-size: clamp(19px, 2vw, 28px);
}

.countdown {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 38px;
}
.countdown i {
  font-style: normal;
  font-size: 40px;
  color: var(--gold);
  font-weight: 700;
}

.time-box {
  width: 135px;
  height: 140px;
  display: grid;
  place-content: center;
  gap: 12px;
  border-radius: 13px;
  background: rgba(255,255,255,.82);
  border: 2px solid #dde1e6;
  box-shadow: 0 8px 14px rgba(0,0,0,.12), inset 0 0 24px rgba(255,255,255,.8);
}
.time-box strong {
  display: block;
  color: var(--navy);
  font-size: clamp(40px, 4.3vw, 58px);
  line-height: 1;
  font-weight: 900;
}
.time-box small {
  color: var(--gold);
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
}

.small-line {
  margin: 0 auto 30px;
}

.thanks {
  margin: 0 0 30px;
  font-size: clamp(16px, 1.7vw, 21px);
}

.social {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 42px;
}
.social a {
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  color: var(--gold);
  border: 1.7px solid var(--gold);
  border-radius: 50%;
  text-decoration: none;
  font-weight: 700;
  transition: .25s ease;
}
.social a:hover {
  color: white;
  background: var(--gold);
  transform: translateY(-2px);
}

footer {
  color: #69717b;
  font-size: 15px;
}

.crane {
  position: absolute;
  left: -5px;
  bottom: 22%;
  width: 430px;
  height: 520px;
  opacity: .08;
}
.crane .tower {
  position: absolute;
  bottom: 0;
  left: 95px;
  width: 28px;
  height: 480px;
  border: 7px solid #6f7680;
}
.crane .arm {
  position: absolute;
  left: 86px;
  top: 58px;
  width: 335px;
  height: 28px;
  border: 7px solid #6f7680;
}
.crane .hook {
  position: absolute;
  left: 235px;
  top: 92px;
  width: 2px;
  height: 130px;
  background: #6f7680;
}
.crane .base {
  position: absolute;
  left: 62px;
  bottom: 0;
  width: 115px;
  height: 20px;
  background: #6f7680;
}

.site-frame {
  position: absolute;
  left: 190px;
  bottom: 23%;
  width: 190px;
  height: 245px;
  opacity: .06;
  border-left: 32px solid #1a2632;
  border-bottom: 28px solid #1a2632;
  background: repeating-linear-gradient(90deg, transparent 0 46px, #1a2632 47px 54px);
}

.gear {
  position: absolute;
  right: 8%;
  bottom: 32%;
  width: 190px;
  height: 190px;
  opacity: .05;
  background: #1a2632;
  clip-path: polygon(45% 0,55% 0,60% 18%,72% 23%,88% 13%,95% 21%,85% 38%,90% 50%,100% 57%,97% 68%,78% 69%,69% 78%,70% 97%,58% 100%,50% 84%,38% 82%,25% 95%,16% 88%,22% 69%,14% 60%,0 58%,0 45%,17% 39%,22% 28%,12% 13%,21% 5%,38% 17%);
}
.gear:after {
  content: "";
  position: absolute;
  inset: 48px;
  border-radius: 50%;
  background: #fff;
}

.warning {
  position: absolute;
  right: 4%;
  bottom: 18%;
  width: 285px;
  height: 245px;
  opacity: .18;
  border-radius: 20px;
}
.warning:before {
  content: "";
  position: absolute;
  inset: 8px 30px;
  clip-path: polygon(50% 0,100% 95%,0 95%);
  border-radius: 16px;
  background: linear-gradient(135deg, var(--gold), #d8c394);
}
.warning:after {
  content: "";
  position: absolute;
  inset: 27px 55px;
  clip-path: polygon(50% 0,100% 95%,0 95%);
  background: white;
}
.worker {
  position: absolute;
  z-index: 1;
  left: 108px;
  bottom: 55px;
  font-size: 54px;
  color: #1a2632;
}

.cones {
  position: absolute;
  right: 20%;
  bottom: 9%;
  display: flex;
  gap: 10px;
  opacity: .28;
}
.cones span {
  width: 58px;
  height: 120px;
  background: repeating-linear-gradient(to bottom, var(--gold) 0 22px, #fff 23px 43px);
  clip-path: polygon(50% 0, 80% 85%, 100% 85%, 100% 100%, 0 100%, 0 85%, 20% 85%);
}

@media (max-width: 760px) {
  .maintenance-page { padding-top: 34px; }
  .brand { margin-bottom: 36px; }
  .message br { display: none; }
  .countdown {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
  }
  .countdown i { display: none; }
  .time-box {
    width: 100%;
    height: 116px;
  }
  .divider span { width: 80px; }
  .crane, .site-frame, .gear, .warning, .cones { opacity: .04; }
}

@media (max-width: 420px) {
  h1 { letter-spacing: .04em; }
  .brand-mark { width: 45px; height: 45px; }
  .brand-text { font-size: 26px; }
  .social { gap: 13px; }
}
