:root {
  --blue: #115887;
  --green: #87BD26;
  --mist: #E6E7E8;
  --black: #000000;
  --white: #FFFFFF;
  --aqua: #C7ECEA;
  --aqua-soft: #F5FBFB;
  --ink: #115887;
  --paper: #FFFFFF;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Acumin Variable Concept", "Acumin Pro", "Segoe UI", Arial, Helvetica, sans-serif;
}

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

.coming-soon {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  display: grid;
  grid-template-rows: minmax(54px, 9vh) 1fr minmax(52px, 8vh);
  isolation: isolate;
  background:
    linear-gradient(180deg, var(--white) 0%, rgba(230, 231, 232, 0.26) 49%, var(--white) 100%);
}

.coming-soon::before,
.coming-soon::after {
  content: "";
  position: absolute;
  z-index: -3;
  pointer-events: none;
}

.coming-soon::before {
  top: -7.25rem;
  right: -5.5rem;
  width: min(42vw, 560px);
  height: min(20vw, 270px);
  border-radius: 0 0 0 64%;
  background:
    radial-gradient(ellipse at 72% -20%, rgba(255, 255, 255, 0.9) 0 42%, transparent 43%),
    linear-gradient(154deg, rgba(199, 236, 234, 0.42) 0 38%, rgba(199, 236, 234, 0.18) 39% 57%, transparent 59%),
    linear-gradient(185deg, rgba(255, 255, 255, 0.7), transparent 62%);
  transform: rotate(4deg);
}

.coming-soon::after {
  left: -12rem;
  bottom: -10.5rem;
  width: min(46vw, 620px);
  height: min(28vw, 360px);
  border-radius: 45% 60% 0 0;
  background:
    radial-gradient(ellipse at 35% 18%, rgba(255, 255, 255, 0.92) 0 24%, transparent 25%),
    linear-gradient(35deg, rgba(199, 236, 234, 0.4) 0 34%, rgba(199, 236, 234, 0.16) 35% 57%, transparent 59%),
    linear-gradient(16deg, rgba(255, 255, 255, 0.55), transparent 62%);
  transform: rotate(-12deg);
}

.corner-art {
  position: absolute;
  z-index: -2;
  pointer-events: none;
}

.corner-art::before,
.corner-art::after {
  content: "";
  position: absolute;
  inset: 0;
}

.corner-art::before {
  opacity: 0.76;
  filter: saturate(1.18) contrast(1.06);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.corner-art::after {
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.corner-art--top {
  top: 7.5vh;
  right: -4.5rem;
  width: min(45vw, 650px);
  height: min(38.7vw, 560px);
}

.corner-art--top::before {
  background-image: url("../assets/green-pellex-upper-right-wave.svg");
}

.corner-art--top::after {
  background-image: url("../assets/green-pellex-genome-balls.svg");
  background-position: right 0 top 0;
  background-size: min(39vw, 520px) auto;
}

.corner-art--bottom {
  left: -4.5rem;
  bottom: 7.5vh;
  width: min(45vw, 650px);
  height: min(38.7vw, 560px);
  transform: rotate(180deg);
}

.corner-art--bottom::before {
  background-image: url("../assets/green-pellex-upper-right-wave.svg");
}

.corner-art--bottom::after {
  background-image: url("../assets/green-pellex-genome-balls.svg");
  background-position: right 0 top 0;
  background-size: min(39vw, 520px) auto;
}

.top-strip {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  padding: clamp(8px, 1.5vw, 16px) clamp(28px, 5vw, 64px) 0;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 28px rgba(17, 88, 135, 0.06);
}

.top-strip::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(17, 88, 135, 0.08), transparent);
}

.hero-panel {
  position: relative;
  width: min(860px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(30px, 5.4vh, 58px) 0 clamp(22px, 4.4vh, 44px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.main-logo {
  width: clamp(330px, 47vw, 570px);
  max-width: 94%;
  height: auto;
  margin-bottom: clamp(22px, 3.8vh, 38px);
}

h1 {
  margin: 0 0 14px;
  color: var(--blue);
  font-family: "Hemi Head", "Arial Black", "Acumin Variable Concept", Arial, sans-serif;
  font-size: clamp(1.2rem, 5vw, 2.35rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.subtitle {
  margin: 0 0 22px;
  color: var(--blue);
  font-size: clamp(1.05rem, 2.15vw, 1.48rem);
  font-weight: 600;
  line-height: 1.45;
}

.progress-wrap {
  width: min(470px, 90%);
  height: 36px;
  padding: 4px;
  border: 3px solid var(--green);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow:
    inset 0 0 0 2px rgba(17, 88, 135, 0.95),
    0 6px 14px rgba(17, 88, 135, 0.08);
}

.progress-bar {
  position: relative;
  width: 80%;
  height: 100%;
  overflow: hidden;
  border-radius: 999px;
  background:
    linear-gradient(90deg, var(--blue), var(--blue) 73%, var(--green));
}

.progress-bar::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      100deg,
      transparent 0%,
      rgba(255, 255, 255, 0.34) 42%,
      rgba(255, 255, 255, 0.08) 50%,
      transparent 62%
    ),
    repeating-linear-gradient(
      -32deg,
      rgba(255, 255, 255, 0.1) 0 10px,
      transparent 10px 22px
    );
  background-size: 180px 100%, auto;
  animation: loading-shimmer 3.5s linear infinite;
}

@keyframes loading-shimmer {
  from {
    background-position: -180px 0, 0 0;
  }

  to {
    background-position: 420px 0, 0 0;
  }
}

.progress-label {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  height: 100%;
  color: #ffffff;
  font-size: clamp(0.86rem, 1.6vw, 1rem);
  font-weight: 800;
}

.coming-label {
  margin: 11px 0 0;
  color: var(--blue);
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  font-weight: 700;
}

.contact-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 12px 20px;
  color: var(--blue);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 -12px 30px rgba(17, 88, 135, 0.05);
  font-size: clamp(0.92rem, 1.5vw, 1.08rem);
  font-weight: 600;
}

.contact-line a {
  color: var(--blue);
  font-weight: 800;
}

@media (max-width: 720px) {
  .coming-soon {
    grid-template-rows: 72px 1fr auto;
  }

  .coming-soon::before {
    top: -4rem;
    right: -11rem;
    width: 540px;
    height: 210px;
  }

  .coming-soon::after {
    left: -16rem;
    bottom: -8rem;
    width: 540px;
    height: 260px;
  }

  .corner-art--top {
    top: 72px;
    right: -5.25rem;
    width: 390px;
    height: 336px;
  }

  .corner-art--bottom {
    left: -5.25rem;
    bottom: 64px;
    width: 390px;
    height: 336px;
  }

  .corner-art--top::after,
  .corner-art--bottom::after {
    background-position: right 0 top 0;
    background-size: 320px auto;
  }

  .top-strip {
    padding: 10px 20px 0;
  }

  .hero-panel {
    width: min(560px, calc(100% - 32px));
    padding-top: 20px;
  }

  .main-logo {
    width: min(360px, 90%);
  }

  h1 {
    font-size: clamp(1rem, 9vw, 1.5rem);
  }

  .subtitle {
    max-width: 28rem;
  }

  .progress-wrap {
    width: min(390px, 94%);
  }

  .contact-line {
    flex-wrap: wrap;
    min-height: 58px;
    text-align: center;
  }
}

@media (max-width: 420px) {
  .corner-logo {
    width: 92px;
  }

  .main-logo {
    width: min(310px, 92%);
  }

  .subtitle {
    font-size: 1rem;
  }

  .progress-wrap {
    height: 32px;
  }
}
