/* =========================================================
   H29 — PADRE BUENO · Landing page
   ========================================================= */

/* Variables */
:root {
  --cyan: #2eebfc;        /* marco de la sección de entradas */
  --blue-deep: #0e72e6;   /* panel interior azul */
  --cream: #ecebd8;
  --ink: #131313;
  --red: #e83516;
  --font-display: "Montserrat", "Arial Black", sans-serif;
  --font-body: "Poppins", "Helvetica Neue", sans-serif;
  --font-serif: "Playfair Display", Georgia, serif;
}

/* General */
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  font-family: var(--font-body);
  color: var(--ink);
}
img { max-width: 100%; }
a { color: var(--ink); text-decoration: none; }
a:hover, a:focus { color: var(--ink); text-decoration: underline; }

/* Hero (fondo 1027 x 580) */
#hero {
  position: relative;
  line-height: 0;
  background: url("../assets/images/header-fondo.png") center / cover;
  aspect-ratio: 1027 / 580;
  overflow: hidden;
}
.hero-art {
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 3%;
  transform: translateX(-50%);
  width: 93%;
  height: auto;
}
.hero-block {
  position: absolute;
  z-index: 2;
  left: 4.2%;
  top: 4.2%;
  width: 42%;
  height: auto;
}

/* Entradas (banda = 1024 x 414 del PDF) */
.tickets {
  position: relative;
  background: var(--cyan);
}
.tickets::before {          /* textura de papel arrugado sobre el marco cian */
  content: "";
  position: absolute;
  inset: 0;
  background: url("../assets/images/paper-texture.png") center / cover;
  mix-blend-mode: overlay;
  opacity: 0.35;
  pointer-events: none;
}
.tickets-inner {
  position: absolute;
  background: var(--blue-deep);
}
.notepad { position: relative; z-index: 2; }
.notepad-paper { display: block; width: 100%; height: auto; }
.notepad-title {
  position: absolute;
  left: 19.7%;
  top: 33.6%;
  margin: 0;
  font-family: var(--font-display);
  font-weight: 900;
  text-transform: uppercase;
  color: var(--ink);
  line-height: 0.9;
  letter-spacing: -0.01em;
}
.tape-black { position: absolute; z-index: 2; pointer-events: none; }
.ticket-btn {
  position: absolute;
  z-index: 3;
  display: block;
  transition: transform 0.25s ease;
}
.ticket-btn img { display: block; width: 100%; height: auto; }
.ticket-btn:hover { transform: rotate(-2deg) scale(1.04); }
.ticket-btn:focus-visible {
  outline: 4px dashed var(--ink);
  outline-offset: 6px;
}

/* Composición desktop: espeja las proporciones del PDF */
@media (min-width: 768px) {
  .tickets {
    aspect-ratio: 1025 / 427;
    background: url("../assets/images/fondoazul.png") 0 0 / 100% 100% no-repeat;
  }
  .tickets::before { display: none; }
  .tickets-inner { background: none; }
  .tickets-inner {
    left: 2.73%;
    top: 6.8%;
    width: 94.55%;
    height: 86.5%;
  }
  .notepad {
    position: absolute;
    left: 0.1%;
    top: -24.4%;
    width: 49.3%;
  }
  .notepad-title { font-size: 4.88vw; }
  .tape-black {
    left: 0.6%;
    top: 79.2%;
    width: 21.1%;
  }
  .ticket-btn {
    left: 54.19%;
    top: 20.7%;
    width: 41.84%;
  }
}

/* Footer (1024 x 287 del PDF) */
.site-footer {
  position: relative;
  background: var(--cream);
  overflow: hidden;
}
.deco { position: absolute; pointer-events: none; }
.footer-inner { z-index: 5; }
.footer-line, .footer-copy {
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.footer-logo { display: block; margin-inline: auto; }

@media (min-width: 768px) {
  .site-footer { aspect-ratio: 1024 / 187; }
  .footer-inner { padding-top: 6.4vw; }
  .footer-line, .footer-copy { font-size: 1.10vw; }
  .footer-line + .footer-line { margin-top: 0.5vw; }
  .footer-logo { margin-top: 0.7vw; width: 9.7vw; }
  .footer-copy { margin-top: 0.2vw; }
  .deco-tv-yellow   { left: 3.9%;  top: 18.1%; width: 20.3%; }
  .deco-red         { left: 3%; top: 60%;   width: 13%; }
  .deco-waffle-blue { left: 75.5%; top: 22.6%; width: 14%; }
  .deco-dino        { right: 0;    top: 2%;  width: 8%; left: auto; }
}

/* Responsive — mobile */
@media (max-width: 767.98px) {
  .tickets { padding: 18px; }
  .tickets-inner {
    position: relative;
    inset: auto;
    padding: 3rem 1.25rem 3.5rem;
    text-align: center;
    background: var(--blue-deep) url("../assets/images/fondoazul.png") center / cover no-repeat;
  }
  .notepad {
    position: relative;
    z-index: 2;
    width: min(78%, 340px);
    margin: 0 auto;
  }
  .notepad-title {
    font-size: min(8.2vw, 35px);
  }
  .tape-black { display: none; }
  .ticket-btn {
    position: relative;
    z-index: 2;
    width: min(88%, 420px);
    margin: 0.75rem auto 0;
  }
  .site-footer { padding: 1.5rem 0 6.5rem; }
  .footer-line, .footer-copy { font-size: 0.78rem; }
  .footer-line + .footer-line { margin-top: 0.25rem; }
  .footer-logo { margin-top: 1rem; width: 110px; }
  .footer-copy { margin-top: 1rem; }
  /* .deco-tv-yellow   { left: 8px;   top: 8px;     width: 130px; } */
  .deco-tv-yellow   { display:none; }
  .deco-red         { left: -14px; bottom: -12px; top: auto; width: 100px; }
  .deco-waffle-blue { right: 70px; bottom: 14px; top: auto; left: auto; width: 140px; }
  .deco-dino        { right: 0;    bottom: 0;    top: auto; left: auto; width: 64px; }
}
