:root {
  --black: #000000;
  --black-soft: #080808;
  --white: #ffffff;
  --gold: #c9a84c;
  --gold-bright: #e6c266;
  --gold-soft: #f3dc91;
  --font-heading: "Libre Baskerville", Georgia, "Times New Roman", serif;
  --font-body: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img {
  display: block;
  max-width: 100%;
}

.coming-soon {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
  padding: clamp(2rem, 6vw, 5rem) 1.25rem;
  background:
    radial-gradient(circle at 50% 28%, rgba(230, 194, 102, 0.12), transparent 31%),
    linear-gradient(145deg, #0a0a0a 0%, #000000 55%, #080604 100%);
}

.coming-soon::before,
.coming-soon::after {
  content: "";
  position: absolute;
  left: 50%;
  z-index: 1;
  width: min(820px, 78vw);
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(230, 194, 102, 0.55), transparent);
}

.coming-soon::before {
  top: clamp(1.5rem, 5vh, 3.5rem);
}

.coming-soon::after {
  bottom: clamp(1.5rem, 5vh, 3.5rem);
}

.coming-soon__background,
.grid,
.glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.coming-soon__background {
  z-index: -1;
}

.grid {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 58px 58px;
  -webkit-mask-image: radial-gradient(circle at center, #000 0%, transparent 70%);
  mask-image: radial-gradient(circle at center, #000 0%, transparent 70%);
}

.glow {
  width: 620px;
  height: 620px;
  margin: auto;
  border-radius: 50%;
  filter: blur(12px);
}

.glow--top {
  top: -54%;
  background: radial-gradient(circle, rgba(230, 194, 102, 0.11), transparent 67%);
}

.glow--bottom {
  top: 58%;
  background: radial-gradient(circle, rgba(201, 168, 76, 0.07), transparent 69%);
}

.coming-soon__content {
  position: relative;
  z-index: 2;
  width: min(100%, 980px);
  text-align: center;
  animation: reveal 900ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.logo-wrap {
  position: relative;
  width: clamp(78px, 9vw, 112px);
  margin: 0 auto clamp(2rem, 4vw, 3rem);
}

.logo-wrap::before {
  content: "";
  position: absolute;
  inset: 13% -48% 4%;
  z-index: -1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(230, 194, 102, 0.2), transparent 67%);
  filter: blur(12px);
}

.logo-wrap img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 20px 30px rgba(201, 168, 76, 0.18));
  animation: float 6s ease-in-out infinite;
}

.logo-ring {
  position: absolute;
  left: 50%;
  top: 45%;
  width: clamp(150px, 17vw, 210px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(230, 194, 102, 0.2);
  border-radius: 50%;
  box-shadow:
    0 0 0 18px rgba(230, 194, 102, 0.018),
    0 0 70px rgba(201, 168, 76, 0.08);
}

.logo-ring::before,
.logo-ring::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 34px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(230, 194, 102, 0.5));
}

.logo-ring::before {
  right: calc(100% + 12px);
}

.logo-ring::after {
  left: calc(100% + 12px);
  transform: rotate(180deg);
}

.eyebrow {
  margin: 0 0 clamp(1.25rem, 2.5vw, 1.75rem);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: var(--gold-bright);
  font-size: clamp(0.66rem, 1.2vw, 0.78rem);
  font-weight: 800;
  letter-spacing: 0.34em;
  line-height: 1;
  text-transform: uppercase;
}

.eyebrow::before,
.eyebrow::after {
  content: "";
  width: clamp(30px, 5vw, 62px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(230, 194, 102, 0.7));
}

.eyebrow::after {
  transform: rotate(180deg);
}

h1 {
  max-width: 12.5ch;
  margin: 0 auto;
  color: var(--white);
  font-family: var(--font-heading);
  font-size: clamp(2.55rem, 6.8vw, 6.4rem);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.055em;
  text-wrap: balance;
  text-shadow: 0 12px 42px rgba(0, 0, 0, 0.58);
}

h1 span {
  display: block;
  margin-top: 0.14em;
  color: transparent;
  background: linear-gradient(135deg, var(--gold-soft), var(--gold-bright) 45%, var(--gold));
  -webkit-background-clip: text;
  background-clip: text;
}


.member-login {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 56px;
  margin-top: clamp(2rem, 4vw, 2.8rem);
  padding: 0.95rem 1.65rem;
  overflow: hidden;
  border: 1px solid rgba(255, 240, 183, 0.65);
  border-radius: 999px;
  background: linear-gradient(135deg, #f4dc8d 0%, var(--gold-bright) 38%, var(--gold) 100%);
  box-shadow:
    0 14px 38px rgba(201, 168, 76, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.42);
  color: #090704;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.055em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    filter 220ms ease;
}

.member-login::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 24%, rgba(255, 255, 255, 0.48) 46%, transparent 68%);
  transform: translateX(-135%);
  transition: transform 650ms ease;
}

.member-login > * {
  position: relative;
  z-index: 1;
}

.member-login strong {
  font-weight: 900;
}

.member-login__arrow {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  margin-left: 0.22rem;
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-radius: 50%;
  font-size: 0.8rem;
  transition: transform 220ms ease;
}

.member-login:hover {
  color: #090704;
  filter: brightness(1.06);
  transform: translateY(-3px);
  box-shadow:
    0 20px 50px rgba(201, 168, 76, 0.34),
    0 0 0 5px rgba(201, 168, 76, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.member-login:hover::before {
  transform: translateX(135%);
}

.member-login:hover .member-login__arrow {
  transform: translate(2px, -2px);
}

.member-login:focus-visible {
  outline: 2px solid var(--gold-soft);
  outline-offset: 5px;
}

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

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@media (max-width: 640px) {
  .coming-soon {
    padding-inline: 1rem;
  }

  .logo-wrap {
    margin-bottom: 2.35rem;
  }

  .eyebrow {
    gap: 0.7rem;
    letter-spacing: 0.27em;
  }

  h1 {
    max-width: 10.5ch;
    font-size: clamp(2.5rem, 13vw, 4rem);
    line-height: 1.06;
  }

  .member-login {
    width: min(100%, 310px);
    min-height: 54px;
    padding-inline: 1.2rem;
    font-size: 0.72rem;
    letter-spacing: 0.045em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .coming-soon__content,
  .logo-wrap img {
    animation: none;
  }

  .member-login,
  .member-login::before,
  .member-login__arrow {
    transition: none;
  }
}
