/*
Theme Name: LUMIINATION Coming Soon
Theme URI: https://lumiination.com
Author: LUMIINATION Creative Agency
Author URI: https://lumiination.com
Description: Landing "Coming Soon" bilingüe (ES/EN) para LUMIINATION Creative Agency. Prisma cromático animado, formulario de captura de emails, WhatsApp flotante, selector de idioma, redes sociales y SEO optimizado. Diseñada para ocupar el sitio mientras se prepara el lanzamiento oficial.
Version: 1.0.0
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.4
License: Proprietary
License URI: https://lumiination.com
Text Domain: lumii-coming-soon
Tags: coming-soon, landing-page, custom-colors, custom-logo, translation-ready, one-page, dark
*/

/* ============ Variables ============ */
:root {
  --black: #080808;
  --gold: #C8A84B;
  --gold-light: #e6c771;
  --gold-dark: #a08737;
  --gray: #d6d6d6;
  --gray-mute: #9b9b9b;
  --purple: #7B2FBE;
  --blue:   #2563EB;
  --pink:   #EC4899;
  --green:  #059669;
  --orange: #D97706;
  --red:    #DC2626;
  --font: 'Montserrat', system-ui, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body.lumii-cs {
  font-family: var(--font);
  background: var(--black);
  color: #f0f0f0;
  font-weight: 300;
  line-height: 1.6;
  overflow-x: hidden;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  display: flex; flex-direction: column;
}
body.lumii-cs.admin-bar { padding-top: 32px; }
@media (max-width: 782px) { body.lumii-cs.admin-bar { padding-top: 46px; } }

/* ============ LANG SWITCH ============ */
.lang {
  position: fixed; top: 1.5rem; right: 1.5rem;
  z-index: 20;
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .5rem 1rem;
  border: 1px solid rgba(200,168,75,.35);
  border-radius: 999px;
  background: rgba(200,168,75,.08);
  backdrop-filter: blur(10px);
  font-size: .72rem; font-weight: 700;
  letter-spacing: .15em;
}
.admin-bar .lang { top: calc(1.5rem + 32px); }
@media (max-width: 782px) { .admin-bar .lang { top: calc(1.5rem + 46px); } }
.lang a { color: var(--gray-mute); text-decoration: none; transition: color .3s; cursor: pointer; }
.lang a.active { color: var(--gold); }
.lang a:hover { color: var(--gold-light); }
.lang span { color: rgba(200,168,75,.4); }

/* ============ LOGO / BRAND ============ */
.brand {
  position: fixed; top: 1.5rem; left: 1.8rem;
  z-index: 20;
  display: flex; align-items: center;
}
.admin-bar .brand { top: calc(1.5rem + 32px); }
@media (max-width: 782px) { .admin-bar .brand { top: calc(1.5rem + 46px); } }
.brand img { height: 44px; width: auto; }
.brand-placeholder {
  display: inline-flex; flex-direction: column;
  align-items: flex-start; justify-content: center;
  padding: .5rem .9rem;
  border: 2px dashed var(--gold);
  border-radius: 8px;
  background: rgba(200,168,75,.08);
  min-width: 200px; min-height: 44px;
  line-height: 1.15;
}
.brand-placeholder .bp-title {
  font-size: .55rem; font-weight: 700; letter-spacing: .25em;
  color: var(--gold); text-transform: uppercase;
}
.brand-placeholder .bp-file {
  font-size: .7rem; font-weight: 600; color: var(--gold-light);
  font-family: 'SF Mono', 'Menlo', monospace;
  letter-spacing: 0; margin-top: 2px;
}
.brand-placeholder .bp-dim {
  font-size: .55rem; color: var(--gray-mute);
  letter-spacing: .1em; margin-top: 1px;
}

/* ============ HERO ============ */
.hero {
  flex: 1;
  min-height: 100vh;
  position: relative;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
  padding: 5rem 1.5rem 3rem;
  background: radial-gradient(ellipse at center, #1a1a1a 0%, var(--black) 60%, #000 100%);
}
.hero::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(circle at 20% 50%, rgba(123,47,190,.18) 0%, transparent 40%),
    radial-gradient(circle at 80% 30%, rgba(236,72,153,.15) 0%, transparent 40%),
    radial-gradient(circle at 50% 80%, rgba(217,119,6,.15) 0%, transparent 40%);
  animation: floatBg 22s ease-in-out infinite;
}
@keyframes floatBg {
  0%,100% { transform: translate(0,0) scale(1); }
  50%     { transform: translate(-20px,20px) scale(1.05); }
}

/* Prisma cromático rotando */
.prism-wrap {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  pointer-events: none; z-index: 1;
}
.prism {
  width: 340px; height: 340px; position: relative;
  animation: prismRotate 25s linear infinite, prismChroma 8s ease-in-out infinite;
  opacity: .5;
}
@keyframes prismRotate { to { transform: rotate(360deg); } }
@keyframes prismChroma {
  0%   { filter: drop-shadow(0 0 80px rgba(123,47,190,.7)); }
  16%  { filter: drop-shadow(0 0 80px rgba(37,99,235,.7)); }
  33%  { filter: drop-shadow(0 0 80px rgba(236,72,153,.7)); }
  50%  { filter: drop-shadow(0 0 80px rgba(5,150,105,.7)); }
  66%  { filter: drop-shadow(0 0 80px rgba(217,119,6,.7)); }
  83%  { filter: drop-shadow(0 0 80px rgba(220,38,38,.7)); }
  100% { filter: drop-shadow(0 0 80px rgba(123,47,190,.7)); }
}
.prism-square {
  position: absolute; width: 240px; height: 240px;
  left: 50%; top: 50%;
  transform: translate(-50%,-50%) rotate(45deg);
  border: 2px solid transparent;
  border-image: linear-gradient(135deg,
    var(--purple), var(--blue), var(--pink),
    var(--green), var(--orange), var(--red)) 1;
  background: linear-gradient(135deg,
    rgba(123,47,190,.1), rgba(37,99,235,.1), rgba(236,72,153,.1),
    rgba(5,150,105,.1), rgba(217,119,6,.1), rgba(220,38,38,.1));
}
.prism-square::before {
  content: ''; position: absolute; inset: -3px;
  border: 1px solid var(--gold); opacity: .4;
}
.prism-square::after {
  content: ''; position: absolute; inset: 30px;
  border: 1px solid var(--gold-light); opacity: .3;
  animation: innerSpin 8s ease-in-out infinite reverse;
}
@keyframes innerSpin {
  0%,100% { transform: rotate(0deg) scale(1); }
  50%     { transform: rotate(180deg) scale(.8); }
}

/* Rayos del espectro */
.rays {
  position: absolute; top: 50%; left: 50%;
  width: 100%; height: 200%;
  pointer-events: none; z-index: 1;
}
.ray {
  position: absolute; top: 0; left: 50%;
  width: 2px; height: 100vh;
  transform-origin: top center;
  filter: blur(.5px); opacity: .35;
  animation: rayPulse 5s ease-in-out infinite;
}
.ray.r1 { background: linear-gradient(180deg, var(--purple), transparent); transform: rotate(165deg) translateX(-1px); }
.ray.r2 { background: linear-gradient(180deg, var(--blue),   transparent); transform: rotate(170deg) translateX(-1px); animation-delay: .3s; }
.ray.r3 { background: linear-gradient(180deg, var(--pink),   transparent); transform: rotate(175deg) translateX(-1px); animation-delay: .6s; }
.ray.r4 { background: linear-gradient(180deg, var(--green),  transparent); transform: rotate(180deg) translateX(-1px); animation-delay: .9s; }
.ray.r5 { background: linear-gradient(180deg, var(--orange), transparent); transform: rotate(185deg) translateX(-1px); animation-delay: 1.2s; }
.ray.r6 { background: linear-gradient(180deg, var(--red),    transparent); transform: rotate(190deg) translateX(-1px); animation-delay: 1.5s; }
@keyframes rayPulse { 0%,100% { opacity: .2; } 50% { opacity: .5; } }

/* ============ CONTENIDO ============ */
.content {
  position: relative; z-index: 5;
  text-align: center;
  max-width: 720px; width: 100%;
  display: flex; flex-direction: column;
  align-items: center; gap: 1.8rem;
}
.eyebrow {
  font-size: .78rem; letter-spacing: .5em;
  text-transform: uppercase;
  color: var(--gold); font-weight: 500;
  opacity: 0; animation: fadeUp 1s .2s forwards;
}
.title {
  font-size: clamp(2rem, 5vw, 3.6rem);
  font-weight: 200; line-height: 1.1;
  letter-spacing: -.02em;
  opacity: 0; animation: fadeUp 1s .4s forwards;
}
.title strong {
  font-weight: 600;
  background: linear-gradient(135deg, var(--gold-light), var(--gold) 50%, var(--gold-dark));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.tagline {
  font-size: clamp(.95rem, 1.5vw, 1.15rem);
  letter-spacing: .15em;
  color: var(--gray);
  text-transform: lowercase;
  opacity: 0; animation: fadeUp 1s .55s forwards;
}
.tagline strong { color: var(--gold-light); font-weight: 600; }
.subtitle {
  color: var(--gray); max-width: 560px;
  font-size: 1rem; line-height: 1.75;
  opacity: 0; animation: fadeUp 1s .7s forwards;
}
.spectrum {
  display: flex; gap: .9rem;
  padding: 1rem 0;
  opacity: 0; animation: fadeUp 1s .85s forwards;
}
.spec-dot {
  width: 12px; height: 12px;
  border-radius: 50%;
  animation: dotPulse 3s ease-in-out infinite;
}
.spec-dot:nth-child(1) { background: var(--purple); box-shadow: 0 0 12px var(--purple); animation-delay: 0s; }
.spec-dot:nth-child(2) { background: var(--blue);   box-shadow: 0 0 12px var(--blue);   animation-delay: .3s; }
.spec-dot:nth-child(3) { background: var(--pink);   box-shadow: 0 0 12px var(--pink);   animation-delay: .6s; }
.spec-dot:nth-child(4) { background: var(--green);  box-shadow: 0 0 12px var(--green);  animation-delay: .9s; }
.spec-dot:nth-child(5) { background: var(--orange); box-shadow: 0 0 12px var(--orange); animation-delay: 1.2s; }
.spec-dot:nth-child(6) { background: var(--red);    box-shadow: 0 0 12px var(--red);    animation-delay: 1.5s; }
@keyframes dotPulse {
  0%,100% { transform: scale(1); opacity: 1; }
  50%     { transform: scale(1.3); opacity: .8; }
}

/* Formulario captura de email */
.email-form {
  display: flex; gap: .5rem; width: 100%; max-width: 480px;
  padding: .35rem;
  background: rgba(200,168,75,.06);
  border: 1px solid rgba(200,168,75,.25);
  border-radius: 999px;
  opacity: 0; animation: fadeUp 1s 1s forwards;
}
.email-form input {
  flex: 1;
  background: transparent;
  border: none;
  padding: .8rem 1.2rem;
  color: white;
  font-family: var(--font);
  font-size: .9rem;
  outline: none;
}
.email-form input::placeholder { color: var(--gray-mute); }
.email-form button {
  padding: .8rem 1.5rem;
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold-light), var(--gold), var(--gold-dark));
  color: var(--black);
  font-family: var(--font);
  font-weight: 700;
  font-size: .78rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform .3s ease, box-shadow .3s ease;
  white-space: nowrap;
}
.email-form button:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(200,168,75,.4);
}
.email-form button:disabled { opacity: .6; cursor: not-allowed; }
.form-msg {
  font-size: .78rem; color: var(--gold-light);
  margin-top: .5rem; min-height: 1.2rem;
  opacity: 0; transition: opacity .3s;
}
.form-msg.show { opacity: 1; }

/* Botones directos */
.cta-group {
  display: flex; gap: 1rem; flex-wrap: wrap; justify-content: center;
  margin-top: .5rem;
  opacity: 0; animation: fadeUp 1s 1.15s forwards;
}
.btn {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .85rem 1.6rem;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  color: white;
  font-size: .8rem; font-weight: 500;
  letter-spacing: .1em; text-transform: uppercase;
  text-decoration: none;
  transition: all .3s ease;
  background: transparent;
}
.btn:hover { border-color: var(--gold); color: var(--gold-light); }
.btn.wa { background: #25D366; border-color: #25D366; color: white; }
.btn.wa:hover { background: #1eb958; color: white; transform: translateY(-2px); }
.btn svg { width: 16px; height: 16px; }

/* ============ FOOTER ============ */
.foot {
  padding: 2rem 1.5rem;
  text-align: center;
  border-top: 1px solid rgba(200,168,75,.1);
  background: #050505;
  position: relative; z-index: 5;
}
.foot-social { display: flex; gap: .7rem; justify-content: center; margin-bottom: 1rem; }
.foot-social a {
  width: 38px; height: 38px; border-radius: 50%;
  background: rgba(200,168,75,.08);
  border: 1px solid rgba(200,168,75,.25);
  color: var(--gold);
  display: flex; align-items: center; justify-content: center;
  transition: all .3s ease; text-decoration: none;
}
.foot-social a:hover { background: var(--gold); color: var(--black); transform: translateY(-3px); }
.foot-social svg { width: 16px; height: 16px; fill: currentColor; }
.foot-text {
  font-size: .72rem; color: var(--gray-mute);
  letter-spacing: .12em;
}
.foot-text a { color: var(--gold); text-decoration: none; }

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

@media (max-width: 640px) {
  .brand { top: 1rem; left: 1rem; }
  .brand img { height: 36px; }
  .lang { top: 1rem; right: 1rem; padding: .4rem .8rem; font-size: .68rem; }
  .prism { width: 260px; height: 260px; opacity: .35; }
  .prism-square { width: 180px; height: 180px; }
  .email-form { flex-direction: column; padding: .8rem; border-radius: 20px; }
  .email-form input { text-align: center; }
  .email-form button { width: 100%; }
}

/* WhatsApp flotante */
.wa-float {
  position: fixed; bottom: 1.5rem; right: 1.5rem;
  width: 58px; height: 58px;
  background: #25D366;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: white; text-decoration: none;
  box-shadow: 0 10px 30px rgba(37,211,102,.4);
  animation: waPulse 2s infinite;
  z-index: 30;
  transition: transform .3s ease;
}
.wa-float:hover { transform: scale(1.1); }
.wa-float svg { width: 30px; height: 30px; fill: white; }
@keyframes waPulse {
  0%   { box-shadow: 0 10px 30px rgba(37,211,102,.4), 0 0 0 0 rgba(37,211,102,.5); }
  70%  { box-shadow: 0 10px 30px rgba(37,211,102,.4), 0 0 0 15px rgba(37,211,102,0); }
  100% { box-shadow: 0 10px 30px rgba(37,211,102,.4), 0 0 0 0 rgba(37,211,102,0); }
}
