/* ==========================================================
   ARK ADDITIVE — COMING SOON
   Modern / Industrial / Futuristic
   ========================================================== */

:root {
  --bg: #03090e;
  --bg-deep: #020609;
  --white: #f4fafc;
  --muted: #91a7b0;
  --muted-dark: #526771;
  --cyan: #37c1da;
  --cyan-light: #79e0ed;
  --blue: #247bb8;
  --line: rgba(83, 203, 226, 0.16);
}

* {
  box-sizing: border-box;
}

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

body {
  font-family: "Inter", sans-serif;
  color: var(--white);
  background: var(--bg);
}

.coming-soon-page {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background:
    radial-gradient(circle at 72% 47%, rgba(28, 153, 185, .13), transparent 25%),
    radial-gradient(circle at 10% 88%, rgba(24, 85, 137, .10), transparent 30%),
    linear-gradient(125deg, #02070b 0%, #06131a 52%, #02070b 100%);
}

.grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .42;
  background-image:
    linear-gradient(rgba(130, 205, 220, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(130, 205, 220, .035) 1px, transparent 1px);
  background-size: 62px 62px;
  mask-image: linear-gradient(to bottom, black 0%, transparent 90%);
}

.glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(5px);
}

.glow-top {
  width: 430px;
  height: 430px;
  top: -270px;
  right: -130px;
  background: radial-gradient(circle, rgba(71, 209, 229, .17), transparent 68%);
  animation: drift 9s ease-in-out infinite;
}

.glow-bottom {
  width: 550px;
  height: 550px;
  left: -260px;
  bottom: -350px;
  background: radial-gradient(circle, rgba(25, 105, 175, .12), transparent 68%);
  animation: drift 11s ease-in-out infinite reverse;
}

/* ---------------- Header ---------------- */

.topbar {
  position: relative;
  z-index: 10;
  min-height: 94px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand img {
  width: auto;
  height: 58px;
  display: block;
  object-fit: contain;
}

.header-status {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #9bb1ba;
  background: rgba(5, 15, 21, .60);
  backdrop-filter: blur(16px);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cyan-light);
  box-shadow:
    0 0 0 5px rgba(121, 224, 237, .07),
    0 0 18px rgba(121, 224, 237, .65);
  animation: pulse 1.8s ease-in-out infinite;
}

/* ---------------- Hero ---------------- */

.hero {
  position: relative;
  z-index: 2;
  flex: 1;
  min-height: calc(100vh - 142px);
  display: flex;
  align-items: center;
}

.hero-copy {
  position: relative;
  z-index: 5;
  width: min(650px, 56%);
  padding: 40px 0 100px;
  animation: copyIn .9s cubic-bezier(.2, .8, .2, 1) both;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 13px;
  color: var(--cyan-light);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .25em;
}

.eyebrow-line {
  width: 36px;
  height: 1px;
  background: linear-gradient(90deg, var(--cyan), transparent);
}

h1 {
  margin: 22px 0 24px;
  font-size: clamp(56px, 7vw, 94px);
  line-height: .98;
  letter-spacing: -.065em;
  font-weight: 800;
}

h1 span {
  background: linear-gradient(
    100deg,
    #2bb7d2 0%,
    #7be0ed 48%,
    #2b91bc 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.lead-copy {
  max-width: 610px;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.85;
}

.lead-copy strong {
  color: #c8d9df;
  font-weight: 600;
}

.message {
  width: fit-content;
  max-width: 100%;
  margin-top: 32px;
  padding: 15px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(72, 201, 224, .17);
  border-radius: 11px;
  background: rgba(23, 116, 140, .07);
}

.message-icon {
  color: var(--cyan-light);
  font-size: 17px;
}

.message strong {
  display: block;
  color: #abc5ce;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .17em;
}

.message span {
  display: block;
  margin-top: 4px;
  color: #617780;
  font-size: 10px;
  line-height: 1.5;
}

.bottom-line {
  margin-top: 42px;
  display: flex;
  align-items: center;
  gap: 13px;
  color: #425862;
}

.bottom-line span {
  width: 37px;
  height: 1px;
  background: #25414c;
}

.bottom-line small {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .22em;
}

/* ---------------- Visual ---------------- */

.brand-visual {
  position: absolute;
  z-index: 3;
  width: min(600px, 48vw);
  aspect-ratio: 1;
  right: 1%;
  top: 50%;
  transform: translateY(-50%);
  animation: visualIn 1.1s .12s cubic-bezier(.2, .8, .2, 1) both;
}

.orbit {
  position: absolute;
  border: 1px solid rgba(58, 195, 220, .16);
  border-radius: 50%;
}

.orbit-1 {
  inset: 9%;
  transform: rotate(-28deg) scaleY(.43);
  animation: orbitA 15s linear infinite;
}

.orbit-2 {
  inset: 3%;
  transform: rotate(52deg) scaleY(.58);
  border-color: rgba(43, 132, 188, .16);
  animation: orbitB 19s linear infinite;
}

.orbit-3 {
  inset: 20%;
  transform: rotate(70deg) scaleY(.47);
  border-color: rgba(110, 221, 235, .19);
  animation: orbitA 11s linear infinite reverse;
}

.visual-glow {
  position: absolute;
  inset: 24%;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(51, 197, 220, .20) 0%,
    rgba(31, 132, 168, .08) 42%,
    transparent 72%
  );
  filter: blur(8px);
  animation: breathe 4s ease-in-out infinite;
}

.logo-card {
  position: absolute;
  inset: 27%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 28%, rgba(83, 218, 233, .09), transparent 25%),
    rgba(3, 13, 19, .56);
  border: 1px solid rgba(95, 211, 228, .28);
  box-shadow:
    0 0 55px rgba(38, 186, 214, .12),
    inset 0 0 50px rgba(40, 189, 216, .06);
  backdrop-filter: blur(7px);
}

.logo-card::before {
  content: "";
  position: absolute;
  inset: 7%;
  border-radius: 50%;
  border: 1px solid rgba(71, 204, 225, .09);
}

.logo-card img {
  position: relative;
  width: 72%;
  height: 72%;
  object-fit: contain;
  filter: drop-shadow(0 0 18px rgba(44, 194, 219, .12));
}

.orbit-point {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 18px rgba(55, 193, 218, .8);
}

.point-1 {
  top: 18%;
  right: 23%;
}

.point-2 {
  left: 12%;
  top: 51%;
  width: 5px;
  height: 5px;
}

.point-3 {
  right: 15%;
  bottom: 18%;
  width: 5px;
  height: 5px;
}

/* ---------------- Footer ---------------- */

.footer {
  position: relative;
  z-index: 10;
  min-height: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #3d535d;
  font-size: 9px;
  letter-spacing: .08em;
}

/* ---------------- Animations ---------------- */

@keyframes copyIn {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes visualIn {
  from {
    opacity: 0;
    transform: translate(35px, -50%) scale(.92);
  }
  to {
    opacity: 1;
    transform: translate(0, -50%) scale(1);
  }
}

@keyframes pulse {
  50% {
    opacity: .38;
    transform: scale(.8);
  }
}

@keyframes breathe {
  50% {
    transform: scale(1.08);
    opacity: .72;
  }
}

@keyframes drift {
  50% {
    transform: translate(-20px, 18px) scale(1.05);
  }
}

@keyframes orbitA {
  to {
    transform: rotate(332deg) scaleY(.43);
  }
}

@keyframes orbitB {
  to {
    transform: rotate(-308deg) scaleY(.58);
  }
}

/* ---------------- Responsive ---------------- */

@media (max-width: 991.98px) {
  .hero {
    min-height: auto;
    justify-content: center;
  }

  .hero-copy {
    width: min(700px, 100%);
    padding: 80px 0 120px;
    text-align: center;
  }

  .eyebrow {
    justify-content: center;
  }

  .eyebrow-line {
    width: 28px;
  }

  .lead-copy {
    margin-inline: auto;
  }

  .message,
  .bottom-line {
    margin-left: auto;
    margin-right: auto;
  }

  .brand-visual {
    width: 500px;
    max-width: 70vw;
    right: -150px;
    opacity: .24;
  }
}

@media (max-width: 575.98px) {
  .topbar {
    min-height: 76px;
  }

  .brand img {
    height: 44px;
  }

  .header-status {
    padding: 7px 10px;
    font-size: 8px;
    letter-spacing: .11em;
  }

  .hero-copy {
    padding: 70px 0 100px;
  }

  .eyebrow {
    font-size: 8px;
    letter-spacing: .17em;
  }

  h1 {
    margin-top: 18px;
    font-size: clamp(49px, 14vw, 68px);
  }

  .lead-copy {
    padding-inline: 8px;
    font-size: 14px;
    line-height: 1.75;
  }

  .message {
    text-align: left;
    padding: 13px 14px;
  }

  .message strong {
    font-size: 8px;
  }

  .message span {
    font-size: 9px;
  }

  .bottom-line {
    gap: 8px;
  }

  .bottom-line span {
    width: 20px;
  }

  .bottom-line small {
    font-size: 7px;
    letter-spacing: .15em;
  }

  .brand-visual {
    width: 360px;
    max-width: 90vw;
    right: -165px;
    top: 48%;
    opacity: .15;
  }

  .footer {
    min-height: 62px;
    padding-bottom: 14px;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    text-align: center;
    font-size: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
