:root {
  --ink: #07030c;
  --cream: #fff0df;
  --pink: #f52d73;
  --coral: #ff684f;
  --muted: #cbbdc6;
  --font-heading: 'Playfair Display', Georgia, serif;
  --font-body: 'Plus Jakarta Sans', Arial, sans-serif;
}

* { box-sizing: border-box; }

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

html { scroll-behavior: smooth; }

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--ink);
  color: var(--cream);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
}

.launch {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  overflow: hidden;
  background: var(--ink);
}

.scene {
  position: absolute;
  inset: 0;
  z-index: -3;
  background: url("../images/sensual-diva-latina-4k.png") 74% center / cover no-repeat;
}

.scene::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #07030c 0%, rgba(7, 3, 12, 0.78) 22%, rgba(7, 3, 12, 0.35) 48%, transparent 75%),
    linear-gradient(0deg, rgba(7, 3, 12, 0.45) 0%, transparent 35%);
}

.ambient-glow {
  display: none;
}

.noise {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .03;
  pointer-events: none;
  background-image: linear-gradient(rgb(255 255 255 / 3%) 1px, transparent 1px);
  background-size: 100% 4px;
}

/* ==========================================================================
   RESTORED ORIGINAL BRAND LOGO STYLING
   ========================================================================== */
.brand {
  position: absolute;
  top: clamp(24px, 5.5vh, 52px);
  left: clamp(38px, 6.45vw, 100px);
  z-index: 3;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4vw, 59px);
  letter-spacing: -.055em;
  line-height: 1;
  user-select: none;
}

.brand span {
  color: var(--cream);
}

.brand b {
  color: var(--pink);
  font-weight: 400;
}

.brand em {
  color: var(--pink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: .38em;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -.05em;
}

/* ==========================================================================
   HERO LAYOUT
   ========================================================================== */
.hero {
  min-height: 100svh;
  display: flex;
  align-items: center;
}

.content {
  width: min(52vw, 780px);
  margin-left: clamp(38px, 6.45vw, 100px);
  padding-top: clamp(90px, 12vh, 125px);
  padding-bottom: clamp(130px, 18vh, 170px);
}

.date {
  margin: 0 0 clamp(12px, 1.8vh, 18px);
  color: var(--pink);
  font-size: clamp(12px, 1.2vw, 16px);
  font-weight: 700;
  letter-spacing: .42em;
}

.date i {
  margin-inline: .15em;
  font-style: normal;
}

h1 {
  margin: 0 0 clamp(20px, 3vh, 30px);
  font-family: var(--font-heading);
  font-size: clamp(50px, min(6.2vw, 10vh), 96px);
  font-weight: 400;
  letter-spacing: -.05em;
  line-height: .92;
  white-space: nowrap;
}

h1 span.highlight {
  color: var(--pink);
  font-style: italic;
}

.countdown {
  width: min(100%, 660px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(8px, 1.1vw, 16px);
}

.time {
  position: relative;
  min-width: 0;
  height: clamp(76px, 12.8vh, 124px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgb(255 45 120 / 42%);
  border-radius: clamp(11px, 1.15vw, 18px);
  background: linear-gradient(145deg, rgb(32 15 35 / 85%), rgb(15 9 24 / 80%));
  box-shadow: inset 0 1px rgb(255 255 255 / 6%), 0 16px 32px rgb(0 0 0 / 28%);
  backdrop-filter: blur(8px);
  transition: transform .25s ease, border-color .25s ease;
}

.time:hover {
  transform: translateY(-2px);
  border-color: var(--pink);
}

.time::before {
  content: "";
  position: absolute;
  top: -1px;
  width: 64%;
  height: 2px;
  background: var(--pink);
  box-shadow: 0 0 12px 2px rgb(255 45 120 / 80%);
}

.time strong {
  font-family: var(--font-heading);
  font-size: clamp(32px, min(3.8vw, 6.8vh), 58px);
  font-weight: 400;
  line-height: .92;
}

.time span {
  margin-top: clamp(4px, .7vh, 8px);
  font-size: clamp(7px, .7vw, 10px);
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--muted);
}

/* ==========================================================================
   FOOTER BOTTOM (TEXTO Y BANDERAS CENTRADOS ABAJO SIEMPRE)
   ========================================================================== */
.footer-bottom {
  position: absolute;
  bottom: max(20px, env(safe-area-inset-bottom));
  left: 50%;
  transform: translateX(-50%);
  width: min(92vw, 860px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  z-index: 3;
  pointer-events: auto;
}

.footer-bottom .tagline {
  margin: 0 0 clamp(10px, 1.4vh, 16px);
  color: var(--muted);
  font-size: clamp(12px, 1.2vw, 16px);
  letter-spacing: .02em;
  text-align: center;
}

.footer-bottom .countries {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: clamp(6px, .7vw, 12px);
}

.flag {
  width: clamp(34px, 3.45vw, 52px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid rgb(255 89 148 / 36%);
  border-radius: 50%;
  background: rgb(23 12 28 / 80%);
  box-shadow: inset 0 0 0 5px rgb(255 255 255 / 2.5%);
  font-size: clamp(18px, 1.8vw, 28px);
  transition: transform .2s ease, border-color .2s ease;
  backdrop-filter: blur(6px);
}

.flag:hover {
  transform: translateY(-3px);
  border-color: var(--pink);
}

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

/* ==========================================================================
   MOBILE RESPONSIVE (TEXTOS ABAJO PARA MOSTRAR EL ROSTRO DE LA MODELO)
   ========================================================================== */

@media (max-width: 900px) {
  .launch {
    min-height: 100svh;
  }

  .scene {
    position: fixed;
    background-position: 74% 15%;
  }

  .scene::before {
    background:
      linear-gradient(0deg, #07030c 0%, rgba(7, 3, 12, 0.85) 32%, rgba(7, 3, 12, 0.4) 62%, transparent 100%),
      linear-gradient(180deg, rgba(7, 3, 12, 0.25) 0%, transparent 30%);
  }

  .brand {
    top: max(20px, env(safe-area-inset-top));
    left: clamp(20px, 6vw, 42px);
    font-size: clamp(34px, 7.5vw, 46px);
  }

  .hero {
    align-items: flex-end;
    min-height: 100svh;
  }

  .content {
    width: 100%;
    margin: 0;
    padding-top: clamp(34svh, 40vh, 46vh);
    padding-bottom: clamp(120px, 16vh, 150px);
    padding-left: clamp(20px, 6vw, 42px);
    padding-right: clamp(20px, 6vw, 42px);
  }

  .date {
    margin-bottom: 8px;
    font-size: 11px;
    letter-spacing: .35em;
  }

  h1 {
    max-width: 620px;
    font-size: clamp(36px, 9vw, 62px);
    line-height: .96;
    white-space: normal;
    word-break: break-word;
    margin-bottom: 16px;
    text-shadow: 0 3px 20px rgb(0 0 0 / 85%);
  }

  .countdown {
    max-width: 620px;
    gap: 8px;
  }

  .time {
    height: clamp(66px, 9svh, 86px);
  }

  .footer-bottom {
    bottom: max(14px, env(safe-area-inset-bottom));
    width: 100%;
    padding-inline: 16px;
  }

  .footer-bottom .tagline {
    margin-bottom: 8px;
    font-size: 11px;
  }

  .footer-bottom .countries {
    gap: 6px;
  }
}

@media (max-width: 560px) {
  .scene {
    background-position: 74% 10%;
  }

  .content {
    padding-top: clamp(36svh, 44vh, 50vh);
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 125px;
  }

  .date {
    font-size: 10px;
    letter-spacing: .3em;
    margin-bottom: 6px;
  }

  h1 {
    font-size: clamp(31px, 9vw, 44px);
    line-height: 1.0;
    margin-bottom: 12px;
  }

  .countdown { gap: 6px; }

  .time {
    height: clamp(58px, 8svh, 72px);
    border-radius: 10px;
  }

  .time strong { font-size: clamp(22px, 6.8vw, 32px); }

  .time span {
    font-size: 6px;
    letter-spacing: .12em;
  }

  .footer-bottom .tagline {
    margin-bottom: 6px;
    font-size: 10px;
  }

  .flag {
    width: 32px;
    font-size: 17px;
  }
}

@media (max-height: 700px) and (min-width: 901px) {
  .brand { top: 20px; }
  .content { padding-top: 80px; padding-bottom: 120px; }
  h1 { font-size: min(5.5vw, 68px); margin-bottom: 14px; }
  .date { margin-bottom: 8px; }
  .time { height: 72px; }
  .flag { width: 34px; font-size: 19px; }
}

@media (max-height: 720px) and (max-width: 560px) {
  .content { padding-top: 32vh; padding-bottom: 105px; }
  h1 { font-size: clamp(28px, 8.5vw, 38px); margin-bottom: 8px; }
  .date { margin-bottom: 4px; }
  .time { height: 52px; }
  .flag { width: 28px; font-size: 15px; }
}

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