:root {
  --red: #ed1723;
  --red-dark: #bd0f18;
  --navy: #071426;
  --navy-soft: #0e233d;
  --white: #ffffff;
  --muted: #c8d0dc;
  --border: rgba(255, 255, 255, 0.16);
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.42);
}

* { box-sizing: border-box; }

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

body {
  margin: 0;
  color: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--navy);
}

button, input { font: inherit; }

.coming-soon {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 48px 24px;
}

.background {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 10, 22, 0.97) 0%, rgba(3, 10, 22, 0.88) 38%, rgba(3, 10, 22, 0.34) 72%, rgba(3, 10, 22, 0.58) 100%),
    url("assets/images/home-hero.webp") center / cover no-repeat;
  transform: scale(1.015);
}

.overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 74% 42%, rgba(237, 23, 35, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.5));
}

.coming-card {
  position: relative;
  z-index: 1;
  width: min(680px, 100%);
  margin-right: min(34vw, 460px);
  padding: clamp(30px, 5vw, 56px);
  border: 1px solid var(--border);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(8, 22, 40, 0.93), rgba(8, 22, 40, 0.76));
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.logo-panel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 30px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
}

.club-logo {
  display: block;
  width: clamp(190px, 32vw, 280px);
  height: auto;
  margin: 0;
}

.eyebrow {
  margin: 0 0 12px;
  color: #ff6670;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

h1 {
  max-width: 610px;
  margin: 0;
  font-size: clamp(2.55rem, 6vw, 5.1rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

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

.intro {
  max-width: 570px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.8vw, 1.15rem);
  line-height: 1.7;
}

.divider {
  width: 68px;
  height: 4px;
  margin: 30px 0;
  border-radius: 999px;
  background: var(--red);
}

.access-panel h2 {
  margin: 0 0 6px;
  font-size: 1.25rem;
}

.access-panel > p {
  margin: 0 0 18px;
  color: var(--muted);
}

label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.input-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
}

input {
  min-width: 0;
  height: 54px;
  padding: 0 18px;
  color: var(--white);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 13px;
  outline: none;
  background: rgba(255,255,255,.08);
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

input::placeholder { color: #919bab; }

input:focus {
  border-color: rgba(237, 23, 35, .9);
  background: rgba(255,255,255,.11);
  box-shadow: 0 0 0 4px rgba(237, 23, 35, .16);
}

input.error {
  border-color: #ff5e67;
  animation: shake .28s ease;
}

button {
  min-height: 54px;
  padding: 0 23px;
  color: var(--white);
  font-weight: 800;
  border: 0;
  border-radius: 13px;
  cursor: pointer;
  background: linear-gradient(135deg, var(--red), var(--red-dark));
  box-shadow: 0 12px 28px rgba(237, 23, 35, .24);
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

button:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(237, 23, 35, .32); }
button:active { transform: translateY(0); }
button:focus-visible { outline: 3px solid rgba(255,255,255,.9); outline-offset: 3px; }

.message {
  min-height: 24px;
  margin: 10px 0 0;
  color: #ff848b;
  font-size: .92rem;
}

.message.success { color: #7ce2a3; }

.social-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 28px;
  color: #9faaba;
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.social-proof span:not(:last-child)::after {
  content: "•";
  margin-left: 18px;
  color: var(--red);
}

@keyframes shake {
  25% { transform: translateX(-5px); }
  50% { transform: translateX(5px); }
  75% { transform: translateX(-3px); }
}

@media (max-width: 1050px) {
  .coming-card { margin-right: 0; }
  .background {
    background:
      linear-gradient(90deg, rgba(3,10,22,.95), rgba(3,10,22,.72)),
      url("assets/images/home-hero.webp") 62% center / cover no-repeat;
  }
}

@media (max-width: 640px) {
  .coming-soon { align-items: end; padding: 22px 16px; }
  .coming-card { padding: 30px 22px; border-radius: 22px; }
  .logo-panel { margin-bottom: 24px; padding: 12px 14px; border-radius: 15px; }
  .club-logo { width: 190px; }
  .input-row { grid-template-columns: 1fr; }
  button { width: 100%; }
  .social-proof { gap: 8px; }
  .social-proof span:not(:last-child)::after { margin-left: 8px; }
}

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