@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@600;700;800&display=swap');

:root {
  --navy: #061d68;
  --navy-deep: #03154e;
  --blue: #092982;
  --gold: #e8a928;
  --gold-light: #f4c45a;
  --white: #ffffff;
  --muted: #d5dcf2;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  color: var(--white);
  background:
    radial-gradient(circle at 75% 28%, rgba(25, 87, 190, .32), transparent 28%),
    radial-gradient(circle at 15% 75%, rgba(11, 73, 165, .18), transparent 30%),
    linear-gradient(145deg, var(--navy-deep), var(--navy) 48%, #04195b);
  font-family: "DM Sans", Arial, sans-serif;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .08;
  background-image:
    radial-gradient(circle at 20% 30%, #fff 0 1px, transparent 1.5px),
    radial-gradient(circle at 70% 20%, #fff 0 1px, transparent 1.5px),
    radial-gradient(circle at 40% 75%, #fff 0 1px, transparent 1.5px);
  background-size: 180px 180px, 240px 240px, 210px 210px;
}

.header {
  position: relative;
  z-index: 5;
  min-height: 155px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid rgba(232, 169, 40, .95);
  background: rgba(3, 21, 78, .58);
  backdrop-filter: blur(10px);
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.brand img {
  width: min(330px, 72vw);
  height: auto;
  display: block;
  filter: drop-shadow(0 8px 24px rgba(0,0,0,.24));
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: calc(100vh - 220px);
  padding: 90px 24px 110px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.eyebrow {
  color: var(--gold-light);
  font-size: clamp(.72rem, 1.6vw, .95rem);
  font-weight: 700;
  letter-spacing: .28em;
  margin-bottom: 22px;
}

h1 {
  position: relative;
  z-index: 2;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(3.1rem, 8vw, 6.5rem);
  line-height: .98;
  letter-spacing: -.035em;
  text-shadow: 0 12px 35px rgba(0,0,0,.25);
}

h1 span {
  color: var(--gold);
}

.intro {
  position: relative;
  z-index: 2;
  max-width: 680px;
  margin: 30px auto 0;
  color: var(--muted);
  font-size: clamp(.98rem, 2vw, 1.15rem);
  line-height: 1.85;
}

.gold-line {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 18px;
  width: min(390px, 72vw);
  margin: 34px auto 54px;
}

.gold-line span {
  height: 1px;
  flex: 1;
  background: linear-gradient(90deg, transparent, var(--gold));
}

.gold-line span:last-child {
  background: linear-gradient(90deg, var(--gold), transparent);
}

.gold-line i {
  color: var(--gold);
  font-size: .7rem;
  font-style: normal;
  transform: rotate(45deg);
}

.construction-card {
  position: relative;
  z-index: 2;
  width: min(700px, 100%);
  padding: 48px 28px 42px;
  border: 1px solid rgba(232, 169, 40, .42);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(8, 38, 119, .68), rgba(3, 20, 70, .72));
  box-shadow: 0 28px 80px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter: blur(12px);
}

.construction-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 22px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(232, 169, 40, .75);
  border-radius: 50%;
  color: var(--gold-light);
  font-size: 28px;
  box-shadow: 0 0 30px rgba(232, 169, 40, .12);
}

.small-label {
  color: var(--gold-light);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .25em;
  margin-bottom: 12px;
}

h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2rem, 5vw, 3.6rem);
  line-height: 1.1;
}

h2 span {
  color: var(--gold);
}

.message {
  max-width: 540px;
  margin: 20px auto 0;
  color: var(--muted);
  line-height: 1.8;
  font-size: 1rem;
}

.status {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 28px;
  padding: 10px 17px;
  border: 1px solid rgba(232, 169, 40, .3);
  border-radius: 999px;
  color: var(--gold-light);
  font-size: .84rem;
  font-weight: 600;
  background: rgba(232, 169, 40, .06);
}

.pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 0 rgba(232, 169, 40, .65);
  animation: pulse 1.8s infinite;
}

.water-glow {
  position: fixed;
  z-index: -1;
  border-radius: 50%;
  filter: blur(35px);
  pointer-events: none;
}

.glow-one {
  width: 260px;
  height: 260px;
  right: -80px;
  top: 30%;
  background: rgba(20, 107, 218, .18);
}

.glow-two {
  width: 210px;
  height: 210px;
  left: -80px;
  bottom: 15%;
  background: rgba(20, 107, 218, .13);
}

.droplet {
  position: absolute;
  border: 2px solid rgba(232, 169, 40, .34);
  border-radius: 55% 45% 60% 40%;
  transform: rotate(45deg);
  pointer-events: none;
}

.droplet-large {
  width: 120px;
  height: 150px;
  right: 8%;
  top: 13%;
  opacity: .45;
}

.droplet-small {
  width: 42px;
  height: 54px;
  left: 10%;
  top: 27%;
  opacity: .35;
}

.ring {
  position: absolute;
  border: 1px solid rgba(80, 160, 255, .15);
  border-radius: 50%;
  pointer-events: none;
}

.ring-one {
  width: 420px;
  height: 420px;
  right: -170px;
  top: 10%;
}

.ring-two {
  width: 260px;
  height: 260px;
  left: -130px;
  top: 40%;
}

footer {
  position: relative;
  z-index: 5;
  min-height: 68px;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  border-top: 1px solid rgba(232, 169, 40, .8);
  color: rgba(255,255,255,.68);
  font-size: .78rem;
  letter-spacing: .04em;
  background: rgba(2, 14, 53, .7);
}

.footer-dot {
  color: var(--gold);
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(232,169,40,.6); }
  70% { box-shadow: 0 0 0 9px rgba(232,169,40,0); }
  100% { box-shadow: 0 0 0 0 rgba(232,169,40,0); }
}

@media (max-width: 650px) {
  .header {
    min-height: 120px;
  }

  .brand img {
    width: min(270px, 78vw);
  }

  .hero {
    padding: 68px 18px 80px;
  }

  .construction-card {
    padding: 38px 20px 34px;
    border-radius: 22px;
  }

  .droplet-large {
    right: -20px;
    top: 8%;
    transform: rotate(45deg) scale(.7);
  }

  .droplet-small {
    left: -5px;
  }

  .ring-one {
    right: -260px;
  }

  .ring-two {
    left: -210px;
  }

  footer {
    text-align: center;
  }
}
