:root {
  --bg: #f8f4fb;
  --bg-2: #f2eff9;
  --surface: rgba(255,255,255,.66);
  --text: #3b2849;
  --text-strong: #24172f;
  --muted: #776a82;
  --pink: #e74e9d;
  --purple: #7a61db;
  --lavender: #b9a8ef;
  --cyan: #74cfe2;
  --border: rgba(93,70,121,.12);
}

* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; }
body {
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--text);
  background:
    radial-gradient(circle at 50% 42%, rgba(255,255,255,.92), transparent 30%),
    radial-gradient(circle at 15% 15%, rgba(232, 195, 236, .55), transparent 28%),
    radial-gradient(circle at 88% 84%, rgba(190, 183, 250, .42), transparent 28%),
    linear-gradient(135deg, var(--bg), var(--bg-2));
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(90,67,118,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(90,67,118,.035) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: radial-gradient(circle at center, black 0%, transparent 82%);
}

.coming-soon {
  position: relative;
  min-height: 100vh;
  width: min(1120px, 100%);
  margin: 0 auto;
  padding: 26px 28px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  isolation: isolate;
}

.topbar, .footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(59,40,73,.58);
}

.brand-mark {
  font-weight: 850;
  color: rgba(36,23,47,.78);
  letter-spacing: .22em;
}

.status { display: inline-flex; align-items: center; gap: 8px; }
.status-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #51c69a;
  box-shadow: 0 0 15px rgba(81,198,154,.45);
  animation: pulse 1.8s ease-in-out infinite;
}

.hero {
  position: relative;
  z-index: 2;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 26px 16px 36px;
  width: 100%;
  overflow: visible;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(59,40,73,.5);
  font-size: 10px;
  letter-spacing: .28em;
  font-weight: 800;
  margin-bottom: 15px;
}
.eyebrow span { width: 28px; height: 1px; background: linear-gradient(90deg, transparent, rgba(92,69,122,.26)); }
.eyebrow span:last-child { transform: scaleX(-1); }

.logo-wrap {
  position: relative;
  width: min(390px, 74vw);
  aspect-ratio: 1.15 / 1;
  display: grid;
  place-items: center;
  margin-bottom: 0;
}
.logo-halo {
  position: absolute;
  inset: 9% 12%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(222,109,187,.24), rgba(150,115,227,.11) 44%, transparent 70%);
  filter: blur(22px);
  animation: halo 4s ease-in-out infinite;
}
.logo-ring {
  position: absolute;
  width: 70%;
  height: 70%;
  border-radius: 50%;
  border: 1px solid rgba(138, 107, 185, .14);
  box-shadow: 0 0 0 14px rgba(255,255,255,.13), inset 0 0 35px rgba(255,255,255,.25);
  animation: ring 8s linear infinite;
}
.logo {
  position: relative;
  width: 92%;
  max-width: 360px;
  height: auto;
  filter: drop-shadow(0 18px 32px rgba(112, 75, 145, .16));
  animation: float 4.8s ease-in-out infinite;
  user-select: none;
  -webkit-user-drag: none;
}

.loader {
  display: flex;
  gap: 7px;
  margin: -1px 0 14px;
}
.loader-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: linear-gradient(135deg, var(--pink), var(--purple));
  box-shadow: 0 0 10px rgba(231, 78, 157, .25);
  animation: bounce 1.2s ease-in-out infinite;
}
.loader-dot:nth-child(2) { animation-delay: .15s; }
.loader-dot:nth-child(3) { animation-delay: .30s; }

h1 {
  display: block;
  width: 100%;
  font-size: clamp(44px, 8vw, 82px);
  line-height: 1.08;
  margin: 0;
  padding: 0 .08em;
  letter-spacing: -.045em;
  font-weight: 950;
  overflow: visible;
}
.gradient-text {
  display: inline-block;
  padding: .04em .06em .08em;
  background: linear-gradient(100deg, #cf3a8a 8%, #a543d5 48%, #6d59d6 85%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  background-size: 220% auto;
  animation: gradientShift 5s ease-in-out infinite;
}

.subtitle {
  margin: 17px 0 0;
  font-size: clamp(17px, 2.2vw, 22px);
  line-height: 1.5;
  color: rgba(45,30,56,.86);
  font-weight: 650;
}
.detail {
  max-width: 690px;
  margin: 9px auto 0;
  line-height: 1.65;
  font-size: 14px;
  color: var(--muted);
}
.detail strong { color: rgba(56,38,69,.84); }

.brand-row {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 9px;
}
.brand-row span {
  padding: 10px 13px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(255,255,255,.5);
  backdrop-filter: blur(10px);
  color: rgba(50,34,63,.64);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .16em;
  box-shadow: 0 6px 20px rgba(84,61,108,.035);
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}
.brand-row span:hover {
  transform: translateY(-2px);
  border-color: rgba(106,79,137,.22);
  background: rgba(255,255,255,.78);
}

.coming-badge {
  margin-top: 19px;
  padding: 9px 15px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(231,78,157,.09), rgba(122,97,219,.09));
  border: 1px solid rgba(95,70,124,.1);
  color: rgba(67,48,82,.58);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .22em;
  box-shadow: 0 8px 24px rgba(82,59,104,.04);
}
.coming-badge span { color: #ce4e9e; margin: 0 4px; }

.footer { padding-top: 10px; }
.footer-line { flex: 1; height: 1px; background: linear-gradient(90deg, transparent, rgba(80,58,105,.12), transparent); }

.bg-orb {
  position: fixed;
  z-index: 0;
  width: 33vw;
  height: 33vw;
  min-width: 240px;
  min-height: 240px;
  border-radius: 50%;
  filter: blur(70px);
  opacity: .38;
  pointer-events: none;
}
.orb-1 { left: -13vw; top: 27%; background: rgba(239, 133, 197, .32); animation: driftOne 14s ease-in-out infinite alternate; }
.orb-2 { right: -12vw; bottom: 8%; background: rgba(151, 133, 235, .29); animation: driftTwo 16s ease-in-out infinite alternate; }
.orb-3 { left: 40%; top: -17vw; width: 24vw; height: 24vw; background: rgba(255, 255, 255, .76); animation: driftThree 17s ease-in-out infinite alternate; }

 .brand-watermarks {
  position: fixed;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
  /* Mantiene despejada la zona central donde está el logo. */
  -webkit-mask-image: radial-gradient(ellipse 39% 44% at 50% 48%, transparent 0%, transparent 52%, #000 78%);
  mask-image: radial-gradient(ellipse 39% 44% at 50% 48%, transparent 0%, transparent 52%, #000 78%);
}
.watermark {
  position: absolute;
  white-space: nowrap;
  text-transform: none;
  color: rgba(73, 53, 92, .052);
  user-select: none;
  will-change: transform;
  animation: watermarkFloat 16s ease-in-out infinite alternate;
}
.watermark.nike { font-size: clamp(82px, 12vw, 170px); font-weight: 950; letter-spacing: -.08em; }
.watermark.lululemon { font-size: clamp(38px, 5vw, 70px); font-weight: 800; letter-spacing: -.045em; }
.watermark.gymshark { font-size: clamp(58px, 8vw, 115px); font-weight: 950; letter-spacing: -.04em; }
.watermark.adidas { font-size: clamp(66px, 10vw, 140px); font-weight: 900; letter-spacing: -.09em; }

/* Cuatro zonas independientes: nunca se apilan entre sí. */
.wm-1 { left: -2%; top: 8%; transform: rotate(-12deg); animation-delay: -3s; }
.wm-2 { right: -2%; top: 26%; transform: rotate(8deg); animation-delay: -8s; }
.wm-3 { left: -1%; bottom: 12%; transform: rotate(8deg); animation-delay: -11s; }
.wm-4 { right: -2%; bottom: 8%; transform: rotate(-10deg); animation-delay: -6s; }

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .018;
  z-index: 3;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E");
}

@keyframes float { 0%,100% { transform: translateY(0) scale(1); } 50% { transform: translateY(-9px) scale(1.012); } }
@keyframes halo { 0%,100% { transform: scale(.95); opacity: .62; } 50% { transform: scale(1.08); opacity: .92; } }
@keyframes ring { from { transform: rotate(0deg) scale(.98); } to { transform: rotate(360deg) scale(1.02); } }
@keyframes bounce { 0%, 70%, 100% { transform: translateY(0); opacity: .45; } 35% { transform: translateY(-7px); opacity: 1; } }
@keyframes pulse { 0%,100% { transform: scale(1); opacity: .55; } 50% { transform: scale(1.35); opacity: 1; } }
@keyframes gradientShift { 0%,100% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } }
@keyframes driftOne { from { transform: translate3d(0, -8px, 0); } to { transform: translate3d(70px, 45px, 0); } }
@keyframes driftTwo { from { transform: translate3d(0, 20px, 0); } to { transform: translate3d(-80px, -35px, 0); } }
@keyframes driftThree { from { transform: translate3d(-30px, 8px, 0); } to { transform: translate3d(45px, 38px, 0); } }
@keyframes watermarkFloat { from { margin-top: -8px; } to { margin-top: 14px; } }

@media (max-width: 640px) {
  .coming-soon { padding: 20px 18px 15px; }
  .topbar, .footer { font-size: 8px; letter-spacing: .12em; }
  .status { display: none; }
  .hero { padding-top: 34px; }
  .eyebrow { font-size: 8px; gap: 8px; letter-spacing: .2em; }
  .eyebrow span { width: 18px; }
  .logo-wrap { width: min(310px, 88vw); }
  h1 { font-size: clamp(42px, 13vw, 66px); line-height: 1.08; letter-spacing: -.04em; }
  .gradient-text { padding-inline: .09em; }
  .subtitle { font-size: 16px; max-width: 330px; }
  .detail { font-size: 13px; max-width: 340px; }
  .brand-row { max-width: 350px; margin-top: 20px; }
  .brand-row span { font-size: 8px; padding: 9px 11px; }
  .coming-badge { font-size: 7px; letter-spacing: .14em; }
  .footer { gap: 10px; }
  .watermark.nike { font-size: 84px; }
  .watermark.lululemon { font-size: 37px; }
  .watermark.gymshark { font-size: 52px; }
  .watermark.adidas { font-size: 66px; }
  .wm-1 { left: -18%; top: 13%; }
  .wm-2 { right: -24%; top: 24%; }
  .wm-3 { left: -7%; bottom: 12%; }
  .wm-4 { right: -12%; bottom: 10%; }
  .wm-5, .wm-6, .wm-7, .wm-8 { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; }
}
