:root {
  --ink: #332944;
  --muted: #6f6282;
  --lavender: #9a83bb;
  --rose: #e5b6cf;
  --peach: #f1d7c8;
  --sky: #b9ddea;
  --gold: #e6c98d;
  --cream: #fffaf7;
  --panel: rgba(255, 252, 250, 0.82);
  --border: rgba(255, 255, 255, 0.74);
  --shadow: 0 30px 80px rgba(57, 42, 82, 0.22);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: #efe8f4;
}

body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  background:
    radial-gradient(circle at 15% 18%, rgba(255, 222, 237, 0.95), transparent 32%),
    radial-gradient(circle at 85% 20%, rgba(195, 225, 240, 0.88), transparent 34%),
    radial-gradient(circle at 75% 85%, rgba(227, 211, 246, 0.92), transparent 38%),
    linear-gradient(145deg, #f8f0f5 0%, #eee8f7 45%, #f7efe9 100%);
  position: relative;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 10%, rgba(255,255,255,.26) 42%, transparent 64%),
    radial-gradient(circle at 50% 120%, rgba(255,255,255,.8), transparent 52%);
  mix-blend-mode: screen;
}

.stars,
.stars::before,
.stars::after {
  position: fixed;
  inset: 0;
  content: "";
  pointer-events: none;
  background-repeat: repeat;
}

.stars {
  opacity: .6;
  background-image:
    radial-gradient(circle, rgba(255,255,255,.95) 0 1px, transparent 1.5px),
    radial-gradient(circle, rgba(255,255,255,.8) 0 1px, transparent 1.5px);
  background-size: 96px 96px, 143px 143px;
  background-position: 10px 18px, 47px 72px;
}

.stars::before {
  opacity: .35;
  background-image: radial-gradient(circle, rgba(229,198,255,.9) 0 1.4px, transparent 1.9px);
  background-size: 185px 185px;
  background-position: 80px 34px;
}

.stars::after {
  opacity: .28;
  background-image: radial-gradient(circle, rgba(255,220,176,.95) 0 1.2px, transparent 1.7px);
  background-size: 220px 220px;
  background-position: 120px 95px;
}

.cosmic-glow {
  position: fixed;
  border-radius: 999px;
  filter: blur(40px);
  opacity: .55;
  pointer-events: none;
}

.glow-one {
  width: 360px;
  height: 360px;
  top: -110px;
  right: -80px;
  background: linear-gradient(135deg, #f6c8dc, #c9e9f1, #d7c7f0);
}

.glow-two {
  width: 300px;
  height: 300px;
  bottom: -90px;
  left: -80px;
  background: linear-gradient(135deg, #d8c4ef, #f7d6c8, #cfe9e6);
}

.page-shell {
  width: min(1180px, calc(100% - 32px));
  min-height: calc(100vh - 72px);
  margin: 0 auto;
  display: grid;
  place-items: center;
  padding: 34px 0 18px;
  position: relative;
  z-index: 1;
}

.coming-soon-card {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 30px;
  background: var(--panel);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.logo-frame {
  min-height: 640px;
  padding: 24px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 40%, rgba(255,255,255,.42), transparent 34%),
    linear-gradient(145deg, rgba(151,126,184,.22), rgba(245,210,226,.16));
}

.brand-logo {
  display: block;
  width: 100%;
  max-width: 650px;
  height: auto;
  border-radius: 24px;
  box-shadow: 0 20px 48px rgba(61, 44, 91, .24);
}

.content-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 6vw, 82px);
  text-align: center;
}

.eyebrow {
  margin: 0 0 14px;
  color: #8e6f9f;
  font-family: Arial, Helvetica, sans-serif;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  font-size: clamp(2.4rem, 5vw, 4.9rem);
  line-height: .98;
  font-weight: 500;
  letter-spacing: -.04em;
}

.intro,
.closing-copy {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  color: var(--muted);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.75;
}

.intro {
  margin-top: 24px;
  font-size: 1.06rem;
}

.closing-copy {
  margin-top: 0;
  font-size: .98rem;
}

.divider {
  width: min(310px, 84%);
  margin: 28px auto 24px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  color: #c39cbc;
}

.divider span {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(155, 126, 173, .55));
}

.divider span:last-child {
  transform: scaleX(-1);
}

.divider i {
  font-style: normal;
  font-size: 1.2rem;
}

.facebook-link {
  align-self: center;
  margin-top: 12px;
  padding: 14px 22px;
  border: 1px solid rgba(116, 91, 144, .22);
  border-radius: 999px;
  color: #4e3b66;
  background: linear-gradient(135deg, rgba(255,255,255,.94), rgba(247,239,250,.9));
  box-shadow: 0 10px 25px rgba(77, 57, 102, .1);
  font-family: Arial, Helvetica, sans-serif;
  font-size: .92rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}

.facebook-link:hover,
.facebook-link:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(77, 57, 102, .16);
  outline: none;
}

.small-note {
  margin: 24px 0 0;
  color: #9a8ba8;
  font-family: Arial, Helvetica, sans-serif;
  font-size: .77rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}

footer {
  min-height: 54px;
  display: grid;
  place-items: center;
  padding: 0 18px 18px;
  color: rgba(69, 53, 87, .72);
  position: relative;
  z-index: 1;
  font-family: Arial, Helvetica, sans-serif;
  font-size: .78rem;
  text-align: center;
}

@media (max-width: 900px) {
  .coming-soon-card {
    grid-template-columns: 1fr;
  }

  .logo-frame {
    min-height: auto;
    padding: 18px;
  }

  .brand-logo {
    max-width: 720px;
  }

  .content-panel {
    padding: 42px 28px 48px;
  }
}

@media (max-width: 560px) {
  .page-shell {
    width: min(100% - 18px, 1180px);
    padding-top: 10px;
  }

  .coming-soon-card {
    border-radius: 22px;
  }

  .logo-frame {
    padding: 10px;
  }

  .brand-logo {
    border-radius: 16px;
  }

  .content-panel {
    padding: 34px 22px 38px;
  }

  h1 {
    font-size: clamp(2.2rem, 12vw, 3.45rem);
  }

  .intro {
    font-size: .98rem;
  }
}

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