:root {
  --navy-950: #031a35;
  --navy-900: #072342;
  --lime: #b7d916;
  --lime-strong: #aecd00;
  --white: #ffffff;
  --header-height: 112px;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--navy-950);
}

body {
  min-height: 100vh;
  margin: 0;
  background: var(--navy-950);
  color: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  text-rendering: optimizeLegibility;
}

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

.site-shell {
  min-height: 100vh;
  overflow: hidden;
  background: var(--navy-950);
}

.site-header {
  position: relative;
  z-index: 10;
  display: flex;
  min-height: var(--header-height);
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 10px clamp(28px, 4vw, 70px);
  background: #ffffff;
  color: var(--navy-900);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  border-radius: 10px;
}

.brand-logo {
  width: 142px;
  height: auto;
  object-fit: contain;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-transform: uppercase;
}

.brand-copy strong {
  font-size: 14px;
  line-height: 1.05;
  letter-spacing: 0.055em;
}

.brand-copy small {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  border-radius: 10px;
  font-size: clamp(14px, 1.4vw, 20px);
  font-weight: 800;
  line-height: 1.2;
}

.back-arrow {
  color: var(--lime-strong);
  font-size: 34px;
  font-weight: 400;
  line-height: 0.8;
  transition: transform 180ms ease;
}

.back-link:hover .back-arrow,
.back-link:focus-visible .back-arrow {
  transform: translateX(5px);
}

.brand:focus-visible,
.back-link:focus-visible {
  outline: 3px solid var(--lime-strong);
  outline-offset: 5px;
}

.hero {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: calc(100vh - var(--header-height));
  place-items: center;
  overflow: hidden;
  padding: clamp(56px, 8vh, 104px) clamp(28px, 8vw, 132px);
  background:
    radial-gradient(circle at 50% 35%, rgba(16, 59, 98, 0.22), transparent 42%),
    var(--navy-900);
}

.review-panel {
  position: relative;
  z-index: 3;
  display: grid;
  width: min(1210px, 100%);
  min-height: min(610px, calc(100vh - var(--header-height) - 112px));
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: clamp(42px, 8vw, 120px);
  padding: clamp(58px, 7vw, 112px) clamp(50px, 8vw, 128px);
  border: 1px solid rgba(207, 224, 238, 0.42);
  border-radius: 42px;
  background: rgba(3, 25, 51, 0.43);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.review-copy {
  align-self: center;
  max-width: 760px;
}

h1 {
  margin: 0;
  color: var(--white);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Narrow", sans-serif;
  font-size: clamp(54px, 6.3vw, 100px);
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: -0.015em;
  text-transform: uppercase;
}

.coming-soon {
  margin: 30px 0 28px;
  color: var(--lime);
  font-family: "Segoe Print", "Bradley Hand", "Comic Sans MS", cursive;
  font-size: clamp(30px, 3.1vw, 50px);
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: -0.03em;
}

.message {
  max-width: 690px;
  margin: 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(18px, 1.65vw, 25px);
  line-height: 1.45;
}

.status {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 13px;
  margin: 45px 0 0;
  color: var(--lime);
  font-size: clamp(13px, 1.2vw, 18px);
  font-weight: 900;
  letter-spacing: 0.045em;
  line-height: 1.2;
  text-transform: uppercase;
}

.status-dot {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--lime);
}

.status-separator {
  opacity: 0.85;
}

.stars {
  display: flex;
  align-items: center;
  align-self: end;
  gap: 8px;
  padding-bottom: 4px;
  color: rgba(173, 198, 221, 0.25);
  font-size: clamp(44px, 3.6vw, 60px);
  line-height: 1;
}

.court-lines {
  position: absolute;
  z-index: 0;
  width: 580px;
  height: 360px;
  border: 4px solid rgba(179, 205, 226, 0.18);
  transform: rotate(-14deg);
}

.court-lines::before,
.court-lines::after {
  position: absolute;
  content: "";
  background: rgba(179, 205, 226, 0.18);
}

.court-lines::before {
  top: -4px;
  bottom: -4px;
  left: 50%;
  width: 4px;
}

.court-lines::after {
  top: 50%;
  right: -4px;
  left: -4px;
  height: 4px;
}

.court-lines-left {
  bottom: -165px;
  left: -180px;
}

.court-lines-right {
  top: 170px;
  right: -300px;
}

.pickleball {
  position: absolute;
  z-index: 1;
  right: clamp(-96px, -4vw, -44px);
  bottom: clamp(48px, 9vh, 120px);
  width: clamp(180px, 16vw, 270px);
  aspect-ratio: 1;
  border: 5px solid var(--lime-strong);
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 22%, transparent 0 8px, var(--lime-strong) 9px 11px, transparent 12px),
    radial-gradient(circle at 62% 19%, transparent 0 8px, var(--lime-strong) 9px 11px, transparent 12px),
    radial-gradient(circle at 81% 38%, transparent 0 8px, var(--lime-strong) 9px 11px, transparent 12px),
    radial-gradient(circle at 68% 69%, transparent 0 8px, var(--lime-strong) 9px 11px, transparent 12px),
    radial-gradient(circle at 34% 76%, transparent 0 8px, var(--lime-strong) 9px 11px, transparent 12px),
    radial-gradient(circle at 18% 50%, transparent 0 8px, var(--lime-strong) 9px 11px, transparent 12px);
  opacity: 0.86;
}

@media (max-width: 980px) {
  :root {
    --header-height: 96px;
  }

  .brand-logo {
    width: 118px;
  }

  .brand-copy {
    display: none;
  }

  .hero {
    padding: 48px 28px;
  }

  .review-panel {
    min-height: auto;
    grid-template-columns: 1fr;
    align-items: center;
    gap: 34px;
    padding: 66px 56px;
    border-radius: 34px;
  }

  .stars {
    align-self: auto;
    padding: 0;
  }

  .pickleball {
    right: -90px;
    bottom: 28px;
  }
}

@media (max-width: 640px) {
  :root {
    --header-height: 82px;
  }

  .site-header {
    gap: 18px;
    padding: 8px 18px;
  }

  .brand-logo {
    width: 90px;
  }

  .back-link {
    gap: 8px;
    text-align: right;
  }

  .back-arrow {
    font-size: 27px;
  }

  .hero {
    min-height: calc(100vh - var(--header-height));
    padding: 30px 18px;
  }

  .review-panel {
    gap: 30px;
    padding: 50px 28px 42px;
    border-radius: 28px;
  }

  h1 {
    font-size: clamp(44px, 14vw, 68px);
    line-height: 0.98;
  }

  .coming-soon {
    margin: 23px 0 22px;
    font-size: clamp(27px, 8.5vw, 39px);
  }

  .message {
    font-size: 17px;
    line-height: 1.5;
  }

  .status {
    gap: 9px;
    margin-top: 34px;
    font-size: 12px;
  }

  .status-dot {
    width: 13px;
    height: 13px;
  }

  .stars {
    gap: 4px;
    font-size: clamp(40px, 12vw, 52px);
  }

  .court-lines-right {
    display: none;
  }

  .pickleball {
    right: -100px;
    bottom: 10px;
    width: 190px;
    opacity: 0.5;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
