:root {
  --pink: #c4417f;
  --bg: #000;
  --white: #fff;
}

@font-face {
  font-family: 'Ramillas';
  src: url('fuentes/TT Ramillas Trial Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Ghotam';
  src: url('fuentes/Gotham\ Book.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* =========================
   Base
========================= */
body {
  margin: 0;
  background: #000;
}

.header {
  position: relative;
  min-height: 80vh;
  /* ocupa toda la pantalla */
  max-height: 800px;
  /* nunca más alto de 800px */
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(Imagenes/fondo.png) center / cover no-repeat;
  overflow: hidden;
}

:root {
  /* Factor maestro de escalado */
  --scale-vw: 40vw;
}

/* =========================
   Header principal
========================= */
.header {
  position: relative;
  min-height: 80vh;
  /* Desktop */
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

/* =========================
   Logo principal
========================= */
.logo {
  width: clamp(400px, var(--scale-vw), 900px);
  z-index: 5;
  animation: pulseLogo 7s ease-in-out infinite;
}

/* =========================
   Stickers (base)
========================= */
.sticker {
  position: absolute;
  height: auto;
  animation: float 5s ease-in-out infinite;
  transition: transform 0.3s ease;
}

/* Posiciones base */
.cat-left {
  top: 8%;
  left: 12%;
  width: clamp(80px, var(--scale-vw), 300px);
}

.cat-right {
  top: 8%;
  right: 12%;
  width: clamp(80px, var(--scale-vw), 300px);
}

.star-left {
  top: 45%;
  left: 8%;
  width: clamp(60px, var(--scale-vw), 160px);
}

.star-right {
  top: 45%;
  right: 25%;
  width: clamp(50px, var(--scale-vw), 220px);
}

.boom-left {
  bottom: 12%;
  left: 15%;
  width: clamp(60px, var(--scale-vw), 160px);
}

.boom-right {
  bottom: 12%;
  right: 28%;
  width: clamp(60px, var(--scale-vw), 160px);
}

.knife {
  bottom: 12%;
  left: 19%;
  width: clamp(120px, var(--scale-vw), 400px);
}

.graffiti {
  bottom: 20%;
  right: 7%;
  width: clamp(90px, var(--scale-vw), 300px);
}

/* =========================
   Responsive (móviles / tablets)
========================= */
@media (max-width: 768px) {
  .header {
    min-height: 50vh;
    /* ✅ En pantallas pequeñas */
  }

  .sticker {
    display: none;
  }

  /* Opcional: escalar un poco menos rápido en móviles */
  :root {
    --scale-vw: 25vw;
  }
}

.cat-left {
  animation: float 5s ease-in-out infinite;
}

.cat-right {
  animation: float 6s ease-in-out infinite;
}

.star-left {
  animation: float 7s ease-in-out infinite;
}

.star-right {
  animation: float 8s ease-in-out infinite;
}

.boom-left {
  animation: float 6.5s ease-in-out infinite;
}

.boom-right {
  animation: float 7.5s ease-in-out infinite;
}

.knife {
  animation: float 9s ease-in-out infinite;
}

.graffiti {
  animation: float 5.5s ease-in-out infinite;
}

/* =========================
   Animaciones
========================= */
@keyframes pulseLogo {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.04);
  }

  /* ✅ más grande */
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-14px);
  }
}


/* Contenedor principal */
.promo-banner {
  position: relative;
  width: min(100%, 1400px);
  margin: 0 auto;
  background: var(--bg);
  color: var(--white);
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  /* mismo formato del diseño */
  min-height: 320px;
}

.promo-banner * {
  box-sizing: border-box;
}

.promo-banner img {
  display: block;
  pointer-events: none;
  user-select: none;
}

/* Titular izquierdo */
.headline {
  position: absolute;
  left: 3%;
  top: 8%;
  font-family: 'Ramillas', serif;
  line-height: 1.05;
  font-size: clamp(18px, 3vw, 65px);
  letter-spacing: .02em;
  z-index: 5;
}

.headline .line1 {
  display: block;
}

/* IDEAS + en en la misma línea, alineados por la base */
.headline .ideas {
  display: inline-flex;
  align-items: baseline;
  gap: .35em;
  margin-top: .15em;
}

.headline .ideas>span:first-child {
  /* subrayado grueso más parecido al arte */
  text-decoration: none;
  border-bottom: 2.5px solid var(--white);
  padding-bottom: .08em;
}

/* Imagen “Stickers 3D” */
.stickers3d {
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-35%);
  width: clamp(220px, 30vw, 650px);
  height: auto;
  z-index: 4;
  filter: drop-shadow(0 10px 35px rgba(0, 0, 0, .55));
}

/* Flecha (apuntando a Stickers 3D) */
.arrow {
  position: absolute;
  top: 22%;
  left: 24%;
  width: clamp(90px, 12vw, 170px);
  height: auto;
  z-index: 3;
  transform: rotate(-10deg);
  transform-origin: 80% 80%;
  filter: drop-shadow(0 6px 16px rgba(0, 0, 0, .35));
}

/* Pajarito arriba a la derecha */
.bird {
  position: absolute;
  top: 10%;
  right: 1%;
  width: clamp(90px, 12vw, 250px);
  height: auto;
  z-index: 2;
}

/* Cereza abajo izquierda */
.cherry {
  position: absolute;
  left: 7%;
  bottom: 23%;
  width: clamp(90px, 15vw, 322px);
  height: auto;
  z-index: 2;
}

/* Frases inferiores */
.sub1,
.sub2 {
  position: absolute;
  font-family: 'Ramillas', serif;
  margin: 0;
  white-space: nowrap;
  z-index: 5;
}

.sub1 {
  top: 58%;
  left: 27%;
  font-size: clamp(14px, 2.7vw, 50px);
  font-family: 'Ghotam';
}

.sub1 span {
  color: var(--pink);
  font-weight: 700;
  font-size: 30px;
}

.sub2 {
  top: 65%;
  left: 65%;
  /* centramos horizontalmente */
  transform: translateX(-50%);
  text-align: center;
  /* centra el texto y la palabra GRANDE */
  font-size: clamp(16px, 2vw, 60px);
  line-height: 1.2;
}

.sub2 .big {
  display: block;
  /* salto de línea obligatorio */
  font-weight: 600;
  font-size: clamp(28px, 5vw, 160px);
  color: var(--pink);
  text-shadow: 2px 2px 1px #ffffff;
  margin-top: 3px;
}

/* ============================= */
/* ====== Tablet (<=1024px) ===== */
/* ============================= */
@media (max-width: 1400px) {

  /* Titular superior */
  .headline {
    left: 4%;
    top: 5%;
    font-size: clamp(18px, 4vw, 40px);
  }

  /* Imagen central */
  .stickers3d {
    top: 6%;
    left: 50%;
    transform: translateX(-50%);
    width: clamp(220px, 45vw, 480px);
  }

  /* Flecha */
  .arrow {
    top: 26%;
    left: 12%;
    width: clamp(80px, 14vw, 140px);
    transform: rotate(-8deg);
  }

  /* Pajarito */
  .bird {
    top: 6%;
    right: 3%;
    width: clamp(80px, 20vw, 160px);
  }

  /* Cereza */
  .cherry {
    bottom: 10%;
    left: -2%;
    width: clamp(80px, 28vw, 150px);
  }

  /* Texto inferior */
  .sub1 {
    top: 60%;
    left: 50%;
    transform: translateX(-50%);
    font-size: clamp(15px, 3.5vw, 28px);
    text-align: center;
    white-space: normal;
    width: 90%;
  }

  .sub1 span {
    font-size: inherit;
  }

  .sub2 {
    top: 70%;
    left: 55%;
    transform: translateX(-50%);
    font-size: clamp(18px, 4vw, 28px);
    line-height: 1.2;
    text-align: center;
    width: 90%;
  }

  .sub2 .big {
    font-size: clamp(36px, 10vw, 80px);
  }
}

/* ============================= */
/* ====== Móvil (<=680px) ====== */
/* ============================= */
@media (max-width: 680px) {

  /* Titular superior */
  .headline {
    left: 5%;
    top: 4%;
    font-size: clamp(16px, 5vw, 32px);
  }

  /* Imagen central */
  .stickers3d {
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    width: clamp(180px, 60vw, 360px);
  }

  /* Flecha */
  .arrow {
    top: 28%;
    left: 6%;
    width: clamp(60px, 18vw, 120px);
    transform: rotate(-8deg);
  }

  /* Pajarito */
  .bird {
    top: 6%;
    right: 4%;
    width: clamp(70px, 22vw, 140px);
  }

  /* Cereza */
  .cherry {
    bottom: 10%;
    left: -2%;
    width: clamp(80px, 28vw, 150px);
  }

  /* Texto inferior */
  .sub1 {
    top: 64%;
    left: 50%;
    transform: translateX(-50%);
    font-size: clamp(14px, 4vw, 22px);
    text-align: center;
    white-space: normal;
    width: 90%;
  }

  .sub1 span {
    font-size: inherit;
  }

  .sub2 {
    top: 72%;
    left: 58%;
    transform: translateX(-50%);
    font-size: clamp(16px, 5vw, 24px);
    line-height: 1.0;
    text-align: center;
    width: 90%;
  }

  .sub2 .big {
    font-size: clamp(28px, 12vw, 51px);
    margin-top: 0;
  }
}

/* Bloque: Características */

.features {
  width: min(100%, 1200px);
  margin: 4rem auto;
  background: var(--bg);
  color: var(--white);
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

/* Título */
.features-title {
  font-size: clamp(22px, 3vw, 65px);
  margin: 0 0 1.5rem 0;
  text-decoration: underline;
  text-underline-offset: 7px;
  font-weight: 400;
  padding: 0 1rem;
  font-family: 'Ramillas', serif;
}

/* Contenido (borde + texto) */
.features-content {
  margin-left: 7rem;
  /* sangría del bloque */
  display: grid;
  grid-template-columns: 50px 1fr;
  /* borde fijo + texto flexible */
  gap: 1.5rem;
  align-items: stretch;
  /* ambas celdas misma altura de fila */
}

/* Borde lateral: imagen ABSOLUTA (no influye en el alto) */
.features-border {
  position: relative;
  /* referencia para la img absoluta */
}

.features-border img {
  position: absolute;
  /* top: 1.5rem; */
  /* bottom: 1.5rem; */
  left: 0;
  padding-top: 12px;
  padding-bottom: 10px;
  right: 0;
  width: 100%;
  height: 90%;
  object-fit: cover;
  display: block;
}

/* Texto */

.features-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: 'Ghotam';
}

.features-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
  font-size: clamp(14px, 1.6vw, 38px);
  line-height: 1.4;
}

.features-list .icon {
  margin-right: .6rem;
  font-size: 1.2em;
  flex-shrink: 0;
  color: #c4417f;
}

.features-list span u {
  text-decoration: none;
  color: var(--pink);
  font-weight: 600;
}

/* Bloque: Características */

.features {
  width: min(100%, 1200px);
  margin: 4rem auto;
  background: var(--bg);
  color: var(--white);
}

/* Título */
.features-title {
  font-size: clamp(22px, 3vw, 65px);
  margin: 0 0 1.5rem 0;
  text-decoration: underline;
  text-underline-offset: 7px;
  font-weight: 400;
  padding: 0 1rem;
  font-family: 'Ramillas', serif;
}

/* Contenido (borde + texto) */
.features-content {
  margin-left: 7rem;
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 1.5rem;
  align-items: stretch;
}

.features-border {
  position: relative;
}

.features-border img {
  position: absolute;
  left: 0;
  padding-top: 12px;
  padding-bottom: 10px;
  right: 0;
  width: 100%;
  height: 90%;
  object-fit: cover;
  display: block;
}

/* Texto */
.features-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: 'Ghotam';
}

.features-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
  font-size: clamp(14px, 1.6vw, 38px);
  line-height: 1.4;
}

.features-list .icon {
  margin-right: .6rem;
  font-size: 1.2em;
  flex-shrink: 0;
  color: #c4417f;
}

.features-list span u {
  text-decoration: none;
  color: var(--pink);
  font-weight: 600;
}

/* ===================== */
/* 📱 Responsive         */
/* ===================== */

/* Tablets */
@media (max-width: 991px) {
  .features-content {
    margin-left: 3rem;
    grid-template-columns: 35px 1fr;
    /* borde más estrecho */
    gap: 1rem;
  }

  .features-title {
    font-size: clamp(20px, 4vw, 45px);
  }

  .features-list li {
    font-size: clamp(14px, 2vw, 28px);
  }
}

/* Móviles */
/* 📱 Móviles */
@media (max-width: 576px) {
  .features-content {
    margin-left: 0;
    grid-template-columns: 35px 1fr;
    /* mantenemos borde + texto */
    gap: 1rem;
  }

  .features-border {
    position: relative;
    width: 35px;
    /* ancho fijo para el borde */
    min-height: 100%;
    /* que se estire con el contenido */
  }

  .features-border img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 6px;
    right: 0;
    width: 100%;
    height: 87%;
    object-fit: cover;
  }

  .features-title {
    padding-left: 50px;
    font-size: clamp(18px, 5vw, 32px);
  }

  .features-list li {
    font-size: 16px;
  }

  .features-list .icon {
    font-size: 1em;
    margin-right: .5rem;
  }

  .features-text {
    padding-right: 16px;
  }
}


/* Bloque: Footer */
.contact {
  width: min(100%, 1400px);
  margin: 4rem auto;
  background: var(--bg);
  color: var(--white);
  text-align: center;
}

/* Título */
.contact-title {
  font-size: clamp(28px, 6vw, 90px);
  margin: 0 0 0rem 0;
  font-weight: 400;
  font-family: 'Ramillas', serif;
}

/* Email */
.contact-email {
  font-size: clamp(16px, 3vw, 26px);
  margin: 0.5rem 0;
  color: var(--pink);
  font-family: 'Ghotam';
}

/* Teléfono */
.contact-phone {
  font-size: clamp(18px, 4vw, 32px);
  margin: 0.5rem 0;
  color: var(--pink);
  font-weight: 700;
  font-family: 'Ghotam';
}

.contact-media {
  font-size: clamp(16px, 3vw, 26px);
  margin: 0.5rem 0;
  color: var(--pink);
  font-family: 'Ghotam';
}

/* Texto final */
.contact-text {
  font-size: clamp(14px, 3.5vw, 34px);
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: 500;
}

.contact-email a,
.contact-phone a {
  color: inherit;          /* usa el mismo color del texto padre */
  text-decoration: none;   /* quita el subrayado */
}

.contact-email a:hover,
.contact-phone a:hover {
  text-decoration: underline; /* opcional: subrayado solo al pasar el ratón */
}

/* ===================== */
/* 📱 Responsive         */
/* ===================== */

/* Tablet */
@media (max-width: 991px) {

  .contact-title {
    font-size: clamp(26px, 5vw, 60px);
  }

  .contact-phone {
    font-size: clamp(18px, 4vw, 28px);
  }

  .contact-text {
    font-size: clamp(14px, 3.5vw, 26px);
  }
}

/* Móvil */
@media (max-width: 576px) {
  .contact {
    font-size: 30px;
  }

  .contact-title {
    font-size: clamp(22px, 11vw, 42px);
    margin-bottom: 1rem;
  }

  .contact-email,
  .contact-media {
    font-size: 22px;
  }

  .contact-phone {
    font-size: 35px;
  }

  .contact-text {
    font-size: 21px;
    line-height: 1.3;
  }
}