:root {
  --ink: #111423;
  --paper: #fffaf0;
  --white: #ffffff;
  --coral: #f45d48;
  --gold: #f2ba3d;
  --rose: #b72f5f;
  --sky-blue: #2f79d8;
  --line: rgba(17, 20, 35, 0.14);
  --shadow: 0 24px 70px rgba(17, 20, 35, 0.2);
  --radius: 8px;
  --container: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--sky-blue);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  transform: translateY(-140%);
  background: var(--gold);
  color: var(--ink);
  padding: 10px 14px;
  border-radius: var(--radius);
  font-weight: 800;
}

.skip-link:focus {
  transform: translateY(0);
}

.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;
}

.container {
  width: min(var(--container), calc(100% - 40px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 11px clamp(18px, 3.4vw, 42px);
  color: var(--ink);
  background: var(--paper);
  box-shadow: 0 8px 22px rgba(17, 20, 35, 0.1);
  transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled,
.site-header.is-open {
  color: var(--ink);
  background: var(--paper);
  box-shadow: 0 10px 32px rgba(17, 20, 35, 0.12);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
  min-height: 55px;
  font-weight: 950;
}

.header-branding {
  display: inline-flex;
  align-items: center;
  gap: clamp(10px, 1.25vw, 16px);
  min-width: 0;
}

.header-brand-separator {
  width: 1px;
  height: 42px;
  flex: 0 0 auto;
  background: rgba(17, 20, 35, 0.18);
}

.header-ayuntamiento-logo {
  width: clamp(136px, 12vw, 196px);
  max-height: 62px;
  height: auto;
  flex: 0 1 auto;
  object-fit: contain;
}

.brand-logo {
  width: 55px;
  height: 55px;
  object-fit: contain;
}

.brand-name {
  font-size: 1.25rem;
  white-space: nowrap;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(10px, 1.35vw, 22px);
  font-size: 1.04rem;
  font-weight: 800;
}

.site-nav a {
  padding-block: 8px;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a.is-active {
  color: var(--gold);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 9px;
  border: 1px solid currentColor;
  border-radius: var(--radius);
  color: inherit;
  background: transparent;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--white);
}

.home-page .hero {
  min-height: calc(100svh - 105px);
}

.hero-image,
.hero-pig,
.hero-wall-layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image,
.hero-wall-layer {
  object-fit: cover;
  transform: scale(1.205) translate(clamp(30px, 8.2vw, 105px), clamp(12px, 2.3vw, 29px));
  transform-origin: center center;
}

.hero-image {
  z-index: 0;
}

.hero-pig {
  z-index: 1;
  object-fit: cover;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-62vw) translateY(12px) rotate(-3deg);
  animation: pig-drift-in 3000ms cubic-bezier(0.25, 0.9, 0.28, 1) 260ms forwards;
}

.hero-wall-layer {
  z-index: 2;
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 4;
  width: min(780px, calc(100% - 40px));
  margin-left: clamp(20px, 7vw, 92px);
  padding-top: 80px;
  text-shadow: 0 3px 20px rgba(17, 20, 35, 0.42);
}

.home-page .hero-content {
  transform: translateY(clamp(-92px, -5vw, -48px));
}

.hero-presenter-logo {
  width: clamp(118px, 10vw, 185px);
  height: auto;
  margin: clamp(-74px, -4.4vw, -38px) 0 72px calc(-1 * clamp(20px, 7vw, 92px));
  filter: drop-shadow(0 10px 20px rgba(17, 20, 35, 0.18));
  transform: translateY(36px);
  text-shadow: none;
}

@keyframes pig-drift-in {
  0% {
    opacity: 0;
    transform: translateX(-62vw) translateY(18px) rotate(-4deg);
  }

  14% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    transform: translateX(0) translateY(0) rotate(0deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-pig {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

.eyebrow,
.section-kicker {
  margin: 0 0 12px;
  color: var(--coral);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0;
}

.hero .eyebrow {
  color: var(--gold);
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  font-size: clamp(3.1rem, 13vw, 8rem);
  line-height: 0.9;
  font-weight: 950;
  letter-spacing: 0;
  overflow-wrap: normal;
  word-break: normal;
  white-space: nowrap;
}

h2 {
  margin: 0;
  font-size: clamp(2.1rem, 5vw, 4.35rem);
  line-height: 1;
  letter-spacing: 0;
  font-weight: 950;
}

h3 {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.15;
}

.hero-subtitle {
  max-width: 820px;
  margin: 22px 0 8px;
  font-size: clamp(1.32rem, 2.55vw, 2.08rem);
  line-height: 1.04;
  font-weight: 850;
}

.hero-place {
  margin: 0;
  font-size: clamp(1rem, 1.18vw, 1.12rem);
  font-weight: 600;
  color: rgba(255, 255, 255, 0.86);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border: 2px solid transparent;
  border-radius: var(--radius);
  font-weight: 900;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--gold);
  color: var(--ink);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.64);
}

.page-main {
  min-height: 72vh;
}

.sky-page {
  color: var(--white);
  background-color: var(--sky-blue);
  background-image: url("assets/section-sky-bg-v2.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.sky-page .section-light {
  background: transparent;
  color: var(--white);
}

.sky-page .section-copy > p:not(.section-kicker),
.sky-page .section-head p,
.sky-page .distance-list dd,
.sky-page .experience-image figcaption {
  color: rgba(255, 255, 255, 0.86);
}

.sky-page .section-kicker {
  color: var(--gold);
}

.sky-page .distance-list div {
  border-color: rgba(255, 255, 255, 0.32);
}

.festival-ticker {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  min-height: clamp(30px, 2.6vw, 40px);
  margin-top: -22px;
  overflow: hidden;
  background: var(--white);
  color: var(--ink);
}

.ticker-track {
  display: flex;
  width: max-content;
  animation: ticker-slide 28s linear infinite;
}

.ticker-group {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: clamp(14px, 2vw, 28px);
  padding-inline: clamp(14px, 2vw, 28px);
}

.ticker-group span {
  white-space: nowrap;
  font-size: clamp(0.72rem, 1.5vw, 1.2rem);
  line-height: 1;
  font-weight: 850;
  text-transform: uppercase;
}

@keyframes ticker-slide {
  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ticker-track {
    animation: none;
  }
}

.sky-world {
  position: relative;
  margin-top: -1px;
  overflow: hidden;
  background-color: var(--sky-blue);
  background-image: url("assets/section-sky-bg-v2.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.sky-world::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
}

.sky-world::before {
  background: none;
}

.sky-pigs {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.sky-pig {
  position: absolute;
  width: clamp(164px, 16vw, 264px);
  height: auto;
  opacity: 0.86;
  filter: drop-shadow(0 18px 30px rgba(17, 20, 35, 0.2));
}

.sky-pig-left {
  left: clamp(-88px, -3vw, -32px);
  top: clamp(88px, 9vw, 142px);
  transform: rotate(-5deg);
}

.sky-pig-right {
  right: clamp(-82px, -3vw, -30px);
  top: clamp(400px, 34%, 516px);
  transform: scaleX(-1) rotate(-5deg);
}

.sky-pig-lower {
  left: clamp(-104px, -4vw, -42px);
  bottom: clamp(62px, 7vw, 112px);
  width: clamp(142px, 14vw, 224px);
  transform: rotate(6deg);
  opacity: 0.72;
}

.sky-world > section {
  position: relative;
  z-index: 1;
}

.countdown-band {
  position: relative;
  background: transparent;
  color: var(--white);
  margin-top: -1px;
  padding: clamp(58px, 7vw, 92px) 0 clamp(70px, 8vw, 108px);
  overflow: hidden;
}

.countdown-band::before,
.poster-announcement::before {
  display: none;
}

.countdown-band::before {
  content: none;
}

.countdown-band::after,
.poster-announcement::after {
  display: none;
}

.countdown-band::after {
  content: none;
}

.poster-announcement::after {
  content: none;
}

.countdown-stack {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: clamp(22px, 4vw, 34px);
  width: min(1120px, 100%);
  text-align: center;
}

.countdown-copy h2 {
  max-width: min(1080px, 100%);
  margin-inline: auto;
  font-size: clamp(1.7rem, 3vw, 3.25rem);
  line-height: 1.02;
  text-wrap: balance;
}

.countdown-copy p:last-child {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.25rem, 3vw, 2.1rem);
  font-weight: 950;
}

.countdown-band .section-kicker {
  color: var(--gold);
}

.countdown-card {
  width: min(920px, 100%);
}

.countdown-units {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(10px, 2vw, 18px);
}

.countdown-units span {
  display: grid;
  place-items: center;
  min-height: clamp(90px, 10vw, 128px);
  padding: 12px 8px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.34);
}

.countdown-units b {
  display: block;
  font-size: clamp(2.45rem, 8vw, 6.4rem);
  line-height: 1;
}

.countdown-units small {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.countdown-description {
  max-width: 900px;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 800;
}

.poster-announcement {
  position: relative;
  margin-top: -1px;
  padding: clamp(64px, 8vw, 118px) 0 clamp(24px, 4vw, 54px);
  overflow: hidden;
  color: var(--white);
  background: transparent;
}

.poster-announcement::before {
  content: none;
}

.poster-announcement-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(230px, 320px);
  gap: clamp(34px, 7vw, 88px);
  align-items: center;
}

.poster-announcement-copy {
  max-width: 680px;
}

.poster-announcement-copy .section-kicker {
  color: var(--gold);
}

.poster-announcement-copy h2 {
  max-width: 680px;
  font-size: clamp(2.25rem, 5.8vw, 5.65rem);
}

.poster-announcement-copy p:not(.section-kicker) {
  margin: 22px 0 0;
  max-width: 620px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 2vw, 1.3rem);
  font-weight: 750;
}

.poster-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.poster-announcement-art {
  justify-self: center;
  display: grid;
  place-items: center;
  width: min(300px, 100%);
  aspect-ratio: 940 / 1671;
  margin: 0;
  padding: clamp(8px, 1vw, 12px);
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.14);
  box-shadow: 0 28px 80px rgba(17, 20, 35, 0.34);
  transform: rotate(1.4deg);
}

.poster-announcement-art img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: calc(var(--radius) - 2px);
}

.origin-story {
  position: relative;
  padding: clamp(28px, 4vw, 56px) 0 clamp(62px, 8vw, 104px);
  color: var(--white);
}

.origin-story-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  column-gap: clamp(28px, 6vw, 76px);
  row-gap: clamp(14px, 2.2vw, 24px);
  align-items: start;
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: calc(var(--radius) * 3);
  background:
    radial-gradient(circle at 8% 0%, rgba(242, 186, 61, 0.22), transparent 30%),
    linear-gradient(135deg, rgba(17, 20, 35, 0.72), rgba(20, 89, 174, 0.62) 58%, rgba(55, 92, 160, 0.66));
  box-shadow: 0 30px 80px rgba(17, 20, 35, 0.24);
  backdrop-filter: blur(5px);
}

.origin-story-head {
  position: sticky;
  top: 112px;
}

.origin-story-head .section-kicker {
  color: var(--gold);
}

.origin-story-head h2 {
  max-width: 540px;
  font-size: clamp(2rem, 4.25vw, 4.08rem);
  line-height: 1;
  overflow-wrap: normal;
  word-break: normal;
  text-wrap: balance;
}

.origin-story-head h2 span {
  display: block;
  overflow-wrap: normal;
  word-break: normal;
}

.origin-story-head h2 span:last-child {
  white-space: nowrap;
}

.origin-story-head > p {
  max-width: 520px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.08rem, 1.7vw, 1.34rem);
  font-weight: 850;
  line-height: 1.36;
}

.origin-story-body {
  display: grid;
  gap: 18px;
}

.origin-story-body p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1rem, 1.35vw, 1.15rem);
  font-weight: 680;
  line-height: 1.72;
}

.origin-story-close {
  position: relative;
  grid-column: 1 / -1;
  max-width: 980px;
  margin: clamp(4px, 1.2vw, 12px) auto 0;
  padding: clamp(14px, 2vw, 20px) clamp(18px, 3vw, 30px) 0;
  color: var(--white);
  text-align: center;
  font-size: clamp(1.18rem, 2.2vw, 1.9rem);
  font-weight: 950;
  line-height: 1.12;
  text-wrap: balance;
}

.origin-story-close::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(280px, 54vw);
  height: 6px;
  border-radius: 999px;
  background: var(--gold);
  transform: translateX(-50%);
}

.news-alert {
  position: relative;
  padding: 0 0 clamp(56px, 7vw, 96px);
  color: var(--white);
}

.news-alert-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: clamp(14px, 3vw, 30px);
  align-items: center;
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: calc(var(--radius) * 2.25);
  background:
    radial-gradient(circle at 10% 0%, rgba(242, 186, 61, 0.34), transparent 30%),
    linear-gradient(135deg, rgba(17, 20, 35, 0.48), rgba(47, 121, 216, 0.26));
  box-shadow: 0 26px 70px rgba(17, 20, 35, 0.24);
  backdrop-filter: blur(5px);
}

.news-alert-card::after {
  content: none;
}

.news-alert-card > * {
  position: relative;
  z-index: 1;
}

.news-alert-card .section-kicker {
  color: var(--gold);
}

.news-alert-card h2 {
  max-width: 690px;
  font-size: clamp(1.72rem, 3.4vw, 3.25rem);
}

.news-alert-card p:not(.section-kicker) {
  max-width: 700px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(0.96rem, 1.6vw, 1.08rem);
  font-weight: 760;
}

.cartel-news-card {
  margin-top: clamp(36px, 6vw, 64px);
}

.instagram-logo-mark {
  display: block;
  width: clamp(54px, 6.8vw, 76px);
  height: clamp(54px, 6.8vw, 76px);
  object-fit: contain;
  filter: drop-shadow(6px 6px 0 rgba(17, 20, 35, 0.28));
  justify-self: center;
}

.section {
  padding: clamp(70px, 9vw, 124px) 0;
}

.section.inner-page-start {
  padding-top: clamp(54px, 6vw, 80px);
}

.section-light {
  background: var(--sky-blue);
}

.location-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(34px, 6vw, 76px);
  align-items: center;
}

.poster-wrap {
  justify-self: center;
  width: min(420px, 100%);
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  transform: rotate(-1.5deg);
  background: var(--ink);
}

.poster-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.poster-wrap-full {
  display: grid;
  place-items: center;
  aspect-ratio: 940 / 1671;
}

.poster-wrap-full img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.poster-page {
  padding-bottom: clamp(72px, 10vw, 120px);
}

.poster-reveal {
  display: grid;
  grid-template-columns: minmax(250px, 390px) minmax(340px, 1fr);
  gap: clamp(38px, 7vw, 96px);
  align-items: center;
}

.poster-reveal .poster-wrap {
  width: 100%;
}

.poster-reveal-copy {
  max-width: 660px;
}

.poster-reveal-copy h2 {
  max-width: 620px;
  font-size: clamp(2.65rem, 5.7vw, 5.25rem);
  line-height: 0.97;
}

.poster-reveal-copy > p:not(.section-kicker) {
  max-width: 575px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1rem, 1.8vw, 1.22rem);
  font-weight: 720;
}

.release-date {
  display: grid;
  gap: 6px;
  width: min(540px, 100%);
  margin-top: clamp(30px, 5vw, 44px);
  padding: clamp(16px, 2.5vw, 22px) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.release-date > span {
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.release-date strong {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  column-gap: 0.28em;
  row-gap: 0.04em;
  color: var(--white);
  font-size: clamp(1.6rem, 3.3vw, 2.7rem);
  line-height: 1.1;
  overflow-wrap: normal;
  word-break: normal;
}

.release-date strong > span:first-child,
.release-date strong .date-separator,
.release-date strong .time-nowrap {
  display: inline-block;
  color: inherit;
  font: inherit;
  text-transform: none;
}

.release-date strong .date-separator {
  margin-inline: 0.02em;
}

.time-nowrap {
  white-space: nowrap;
}

.announcement-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: clamp(60px, 8vw, 92px);
}

.announcement-grid article,
.experience-cards article,
.values-grid article,
.zone-grid article,
.village-spots article {
  padding: clamp(20px, 3vw, 28px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
  background: rgba(14, 40, 108, 0.36);
}

.announcement-grid article {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: clamp(210px, 22vw, 260px);
  padding: clamp(24px, 3.2vw, 32px);
}

.announcement-grid h3 {
  margin: 0 0 14px;
  font-size: clamp(1.35rem, 2vw, 1.72rem);
  line-height: 1.04;
}

.announcement-grid article > p:not(.section-kicker) {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(0.98rem, 1.45vw, 1.15rem);
  font-weight: 720;
  line-height: 1.5;
}

.announcement-state {
  display: block;
  align-self: end;
  margin-top: clamp(24px, 3vw, 34px);
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.artist-showcase {
  position: relative;
  overflow: hidden;
  margin-top: clamp(44px, 8vw, 86px);
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: calc(var(--radius) * 3);
  background:
    radial-gradient(circle at 8% 4%, rgba(242, 186, 61, 0.32), transparent 28%),
    radial-gradient(circle at 92% 12%, rgba(244, 93, 72, 0.24), transparent 30%),
    linear-gradient(135deg, rgba(10, 27, 80, 0.5), rgba(14, 40, 108, 0.24));
  box-shadow: 0 30px 90px rgba(17, 20, 35, 0.26);
  backdrop-filter: blur(2px);
}

.artist-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.22;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.8) 1.2px, transparent 1.3px),
    linear-gradient(120deg, transparent 0 48%, rgba(255, 255, 255, 0.45) 49% 51%, transparent 52%);
  background-size: 18px 18px, 100% 100%;
}

.artist-showcase-head,
.artist-day {
  position: relative;
  z-index: 1;
}

.artist-showcase-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(22px, 4vw, 46px);
  align-items: end;
}

.artist-showcase-head h2 {
  max-width: 1160px;
  font-size: clamp(2.4rem, 5vw, 5rem);
}

.artist-showcase-head > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.04rem;
  font-weight: 760;
}

.artist-day {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: clamp(18px, 3vw, 30px);
  margin-top: clamp(34px, 6vw, 58px);
}

.artist-day + .artist-day {
  margin-top: clamp(30px, 5vw, 50px);
}

.artist-day-marker {
  position: sticky;
  top: 104px;
  align-self: start;
  display: grid;
  gap: 6px;
  padding: 18px 20px;
  color: var(--ink);
  border: 2px solid rgba(17, 20, 35, 0.86);
  border-radius: calc(var(--radius) * 2);
  background: var(--gold);
  box-shadow: 9px 9px 0 rgba(17, 20, 35, 0.9);
  transform: rotate(-1.4deg);
}

.artist-day-marker span,
.artist-day-marker em {
  font-size: 0.76rem;
  font-style: normal;
  font-weight: 950;
  text-transform: uppercase;
}

.artist-day-marker strong {
  font-size: clamp(1.44rem, 2.08vw, 2.05rem);
  line-height: 0.95;
  letter-spacing: -0.055em;
  text-transform: uppercase;
  white-space: nowrap;
}

.artist-stack {
  display: grid;
  gap: clamp(18px, 3vw, 28px);
}

.artist-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(250px, 0.82fr) minmax(0, 1fr);
  align-items: center;
  min-height: 318px;
  color: var(--ink);
  border: 2px solid rgba(17, 20, 35, 0.82);
  border-radius: calc(var(--radius) * 3);
  background: rgba(255, 250, 240, 0.86);
  box-shadow: 12px 12px 0 rgba(17, 20, 35, 0.58);
  backdrop-filter: blur(4px);
}

.artist-card:nth-child(even) {
  grid-template-columns: minmax(0, 1fr) minmax(250px, 0.82fr);
}

.artist-card:nth-child(even) .artist-card-media {
  order: 2;
}

.artist-card::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 16px;
  width: 82px;
  height: 82px;
  pointer-events: none;
  border: 12px solid rgba(242, 186, 61, 0.22);
  border-radius: 50%;
}

.artist-card-media {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  height: clamp(260px, 29vw, 360px);
  min-height: 0;
  margin: clamp(14px, 2vw, 20px);
  padding: clamp(18px, 3vw, 28px);
  overflow: hidden;
  border-radius: calc(var(--radius) * 2);
  color: var(--white);
  isolation: isolate;
}

.artist-card-media::before,
.artist-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.artist-card-media::before {
  z-index: 1;
  opacity: 0.18;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.9) 1.4px, transparent 1.5px),
    linear-gradient(135deg, transparent 0 55%, rgba(17, 20, 35, 0.42) 56% 64%, transparent 65%);
  background-size: 15px 15px, 100% 100%;
}

.artist-card-media::after {
  z-index: 1;
  background: linear-gradient(180deg, transparent 20%, rgba(17, 20, 35, 0.46));
}

.artist-card-media img {
  position: absolute;
  z-index: 0;
  inset: 14px;
  width: calc(100% - 28px);
  height: calc(100% - 28px);
  object-fit: contain;
  object-position: center center;
  border-radius: calc(var(--radius) + 4px);
}

.artist-card-media img {
  padding: 6px;
  background: rgba(255, 250, 240, 0.78);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.28);
}

.artist-card-media-siloe img {
  object-position: center center;
}

.artist-card-media-gara img {
  object-position: center 28%;
}

.artist-card-media-comandante img {
  object-position: center center;
}

.artist-card-media-siloe {
  background:
    radial-gradient(circle at 28% 20%, rgba(242, 186, 61, 0.95), transparent 24%),
    linear-gradient(135deg, #f45d48, #2f79d8 58%, #111423);
}

.artist-card-media-gara {
  background:
    radial-gradient(circle at 74% 22%, rgba(255, 255, 255, 0.72), transparent 22%),
    linear-gradient(135deg, #f46aa4, #7d3a91 54%, #111423);
}

.artist-card-media-comandante {
  background:
    radial-gradient(circle at 24% 18%, rgba(242, 186, 61, 0.82), transparent 22%),
    linear-gradient(135deg, #111423, #b72f5f 52%, #f45d48);
}

.artist-card-media span {
  position: relative;
  z-index: 2;
  width: fit-content;
  margin-bottom: auto;
  padding: 8px 10px;
  color: var(--ink);
  border-radius: 999px;
  background: var(--gold);
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.artist-card-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(26px, 4.4vw, 50px);
}

.artist-tagline {
  margin: 0 0 12px;
  color: var(--rose);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.artist-card h3 {
  color: var(--ink);
  font-size: clamp(2.2rem, 4.7vw, 4.25rem);
  line-height: 0.9;
  letter-spacing: -0.04em;
  overflow-wrap: normal;
}

.artist-card-comandante .artist-card-copy {
  padding-right: clamp(36px, 5.5vw, 68px);
}

.artist-card-comandante h3 {
  font-size: clamp(2.05rem, 4.3vw, 3.85rem);
}

.artist-card-copy > p:not(.artist-tagline) {
  max-width: 610px;
  margin: 18px 0 0;
  color: rgba(17, 20, 35, 0.74);
  font-size: 1.02rem;
  font-weight: 680;
}

.artist-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.artist-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 16px;
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  font-weight: 950;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.artist-link:hover,
.artist-link:focus-visible {
  transform: translateY(-2px);
  box-shadow: 5px 5px 0 rgba(17, 20, 35, 0.22);
}

.artist-link-youtube {
  color: var(--white);
  background: var(--ink);
}

.artist-link-spotify {
  color: var(--ink);
  background: #1ed760;
}

.cartel-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: clamp(42px, 6vw, 64px);
  padding-top: clamp(26px, 4vw, 34px);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.cartel-cta h2 {
  font-size: clamp(1.55rem, 3vw, 2.55rem);
}

.section-copy > p:not(.section-kicker) {
  margin: 20px 0 0;
  color: rgba(17, 20, 35, 0.72);
  font-size: 1.05rem;
}

.section-head {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-head p {
  margin: 16px 0 0;
  max-width: 640px;
  color: rgba(17, 20, 35, 0.72);
}

.section-head.compact {
  max-width: 860px;
}

.ticket-access-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.ticket-access-heading p,
.ticket-widget-pending .section-kicker {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.ticket-access-heading > p:not(.section-kicker) {
  max-width: 520px;
  font-size: 0.92rem;
  line-height: 1.45;
}

.ticket-day-notice {
  max-width: 640px;
  margin: 0 auto clamp(14px, 2.3vw, 20px);
  padding: clamp(12px, 2vw, 16px) clamp(14px, 2.4vw, 20px);
  border: 2px solid var(--gold);
  border-radius: var(--radius);
  background: rgba(255, 250, 240, 0.96);
  color: var(--ink);
  box-shadow: 6px 6px 0 rgba(17, 20, 35, 0.14);
  text-align: center;
}

.ticket-day-notice .section-kicker {
  margin-bottom: 5px;
  font-size: 0.7rem;
  color: var(--rose);
}

.ticket-day-notice h3 {
  margin: 0 0 6px;
  font-size: clamp(1rem, 2.2vw, 1.28rem);
  line-height: 1.1;
}

.ticket-day-notice p:not(.section-kicker) {
  max-width: 560px;
  margin: 0 auto;
  color: rgba(17, 20, 35, 0.82);
  font-size: clamp(0.78rem, 1.35vw, 0.94rem);
  font-weight: 720;
  line-height: 1.38;
}

.ticket-widget-shell {
  display: grid;
  place-items: center;
  min-height: clamp(390px, 55vw, 620px);
  padding: clamp(24px, 5vw, 50px);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: var(--radius);
  background: rgba(14, 40, 108, 0.42);
}

.ticket-widget-shell iframe {
  width: 100%;
  min-height: clamp(390px, 55vw, 620px);
  border: 0;
}

.ticket-widget-live {
  display: block;
  min-height: clamp(440px, 64vw, 700px);
  padding: clamp(10px, 1.2vw, 14px);
}

.evezing-shop {
  width: 100%;
}

.evezing-shop-checking {
  margin: 0;
  padding: clamp(24px, 4vw, 40px) 16px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}

.ticket-widget-pending {
  max-width: 470px;
  text-align: center;
}

.ticket-widget-pending h3 {
  margin: 12px 0 16px;
  font-size: clamp(1.65rem, 4vw, 2.7rem);
}

.ticket-widget-pending p:not(.section-kicker) {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.minor-access-section {
  padding-top: 0;
}

.minor-policy-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.minor-policy-grid article,
.minor-important,
.authorization-download,
.ticket-contact-box,
.ticket-legal-box,
.legal-document {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
  background: rgba(14, 40, 108, 0.42);
}

.minor-policy-grid article {
  padding: clamp(20px, 3vw, 26px);
}

.minor-age {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 0.88rem;
  font-weight: 950;
  text-transform: uppercase;
}

.minor-age span {
  display: block;
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.72rem;
}

.minor-policy-grid h3 {
  margin-bottom: 14px;
  font-size: clamp(1.25rem, 2vw, 1.52rem);
}

.minor-policy-grid article > p:not(.minor-age) {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.94rem;
}

.minor-policy-grid article > p:last-child {
  margin-bottom: 0;
}

.minor-important {
  margin-top: 14px;
  padding: clamp(20px, 3vw, 28px);
}

.minor-important h3 {
  margin-bottom: 12px;
  font-size: clamp(1.15rem, 2vw, 1.42rem);
}

.minor-important p,
.authorization-download p:not(.section-kicker),
.ticket-contact-box p:not(.section-kicker),
.ticket-legal-box p:not(.section-kicker),
.legal-document p:not(.section-kicker) {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
}

.authorization-download {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 14px;
  padding: clamp(20px, 3vw, 28px);
}

.authorization-download h3 {
  margin: 8px 0 10px;
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
}

.ticket-contact-box {
  margin-top: 14px;
  padding: clamp(20px, 3vw, 28px);
}

.ticket-legal-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 14px;
  padding: clamp(20px, 3vw, 28px);
}

.ticket-contact-box h3,
.ticket-legal-box h3 {
  margin: 8px 0 10px;
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
}

.ticket-contact-box a {
  color: var(--gold);
  font-weight: 950;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.button-disabled {
  flex-shrink: 0;
  cursor: not-allowed;
  opacity: 0.7;
}

.button-disabled:hover,
.button-disabled:focus-visible {
  transform: none;
}

.legal-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.65fr) minmax(340px, 1fr);
  align-items: start;
  gap: clamp(32px, 6vw, 72px);
}

.legal-document {
  min-height: 300px;
  padding: clamp(24px, 5vw, 42px);
}

.legal-document h3 {
  margin: 14px 0 18px;
  font-size: clamp(1.8rem, 4vw, 2.9rem);
}

.legal-white-page {
  background: #f3f3f3;
  color: #111111;
}

.legal-white-page .site-header,
.legal-white-page .site-footer {
  display: none;
}

.legal-white-page .page-main,
.legal-white-page .legal-white-section {
  background: #f3f3f3;
}

.legal-white-page .legal-white-section {
  padding: clamp(22px, 4vw, 44px) 0;
}

.legal-white-page .container.legal-layout-full {
  width: min(100%, calc(100% - 24px));
}

.legal-white-section {
  background: #ffffff;
  color: #111111;
}

.legal-white-section .section-head {
  color: var(--ink);
}

.legal-white-section .section-head p:not(.section-kicker) {
  color: #111111;
}

.legal-layout-full {
  display: block;
}

.legal-document-light {
  max-width: 100%;
  margin-inline: auto;
  padding: 0;
  overflow-x: auto;
  border: 0;
  background: transparent;
  color: #111111;
  box-shadow: none;
}

.legal-document-light h3,
.legal-document-light h4 {
  color: #111111;
  letter-spacing: -0.04em;
}

.legal-document-light h4 {
  margin: 34px 0 14px;
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  text-transform: uppercase;
}

.legal-document-light p,
.legal-document-light p:not(.section-kicker) {
  margin: 0 0 16px;
  color: #111111;
  font-size: clamp(0.95rem, 1.2vw, 1.05rem);
  line-height: 1.75;
}

.legal-document-light .legal-meta {
  font-weight: 800;
}

.experience-editorial {
  display: grid;
  grid-template-columns: minmax(340px, 1fr) minmax(290px, 0.82fr);
  align-items: center;
  gap: clamp(38px, 6vw, 80px);
}

.experience-editorial .section-copy h2 {
  max-width: 700px;
  font-size: clamp(2.4rem, 5.2vw, 4.8rem);
  line-height: 0.98;
}

.experience-editorial .section-copy > p:not(.section-kicker) {
  max-width: 630px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1rem, 1.65vw, 1.18rem);
}

.experience-facts {
  display: grid;
  gap: 0;
  margin: clamp(28px, 4vw, 40px) 0 0;
}

.experience-facts div {
  display: grid;
  grid-template-columns: 116px 1fr;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.26);
}

.experience-facts dt {
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.experience-facts dd {
  margin: 0;
  color: var(--white);
  font-weight: 800;
}

.experience-program {
  padding-top: clamp(28px, 5vw, 52px);
}

.experience-cards,
.values-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.experience-cards h3,
.values-grid h3,
.zone-grid h3,
.village-spots h3 {
  margin: 14px 0 10px;
  font-size: clamp(1.25rem, 2vw, 1.55rem);
}

.card-number,
.zone-label {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.experience-cards p,
.values-grid p,
.zone-grid article > p:not(.zone-label),
.village-spots p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
}

.experience-journey {
  padding-top: clamp(18px, 3vw, 38px);
}

.journey-layout {
  display: grid;
  grid-template-columns: minmax(270px, 0.74fr) minmax(340px, 1fr);
  align-items: start;
  gap: clamp(34px, 7vw, 94px);
}

.journey-list {
  display: grid;
}

.journey-list article {
  display: grid;
  grid-template-columns: 122px 195px 1fr;
  gap: clamp(12px, 2vw, 25px);
  align-items: start;
  padding: clamp(18px, 3vw, 26px) 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}

.journey-list article:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.28);
}

.journey-list p {
  margin: 3px 0 0;
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
  white-space: nowrap;
}

.journey-list h3 {
  font-size: 1.12rem;
}

.journey-list span {
  color: rgba(255, 255, 255, 0.8);
}

.experience-values {
  padding-top: clamp(16px, 3vw, 36px);
}

.experience-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: clamp(32px, 5vw, 48px);
}

.experience-image {
  margin: 0;
}

.experience-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center center;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.experience-image figcaption {
  margin-top: 12px;
  font-size: 0.92rem;
  font-weight: 800;
}

.location-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.location-photo {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: rgba(14, 40, 108, 0.4);
  box-shadow: var(--shadow);
}

.location-photo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.location-photo figcaption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  padding: 11px 13px;
  border-radius: var(--radius);
  background: rgba(14, 27, 68, 0.7);
  color: var(--white);
  font-size: 0.82rem;
  font-weight: 900;
}

.locations-opening,
.santo-domingo-section {
  padding-top: clamp(18px, 3vw, 38px);
}

.location-layout,
.santo-domingo-layout {
  display: grid;
  grid-template-columns: minmax(330px, 1.06fr) minmax(290px, 0.94fr);
  gap: clamp(34px, 6vw, 76px);
  align-items: center;
}

.location-layout .section-copy > p:not(.section-kicker),
.santo-domingo-layout .section-copy > p:not(.section-kicker) {
  color: rgba(255, 255, 255, 0.82);
}

.village-program,
.arrival-section {
  padding-top: clamp(18px, 3vw, 38px);
}

.zone-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.village-layout,
.arrival-layout {
  display: grid;
  grid-template-columns: minmax(290px, 0.86fr) minmax(320px, 1fr);
  gap: clamp(34px, 7vw, 84px);
  align-items: start;
}

.village-layout > div:first-child > p:not(.section-kicker),
.arrival-layout > div > p:not(.section-kicker) {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.82);
}

.village-spots {
  display: grid;
  gap: 12px;
}

.village-spots h3 {
  margin-top: 0;
}

.arrival-section .distance-list {
  margin: 0;
}

.distance-list {
  display: grid;
  gap: 10px;
  margin: 28px 0;
}

.distance-list div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.distance-list dt {
  font-weight: 900;
}

.distance-list dd {
  margin: 0;
  color: rgba(17, 20, 35, 0.7);
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-directory {
  padding-top: clamp(28px, 4vw, 54px);
}

.faq-intro {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: clamp(28px, 5vw, 64px);
  margin-bottom: clamp(30px, 5vw, 48px);
}

.faq-intro .section-head {
  margin-bottom: 0;
}

.faq-topics {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  max-width: 470px;
}

.faq-topics a {
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--radius);
  background: rgba(14, 40, 108, 0.32);
  font-size: 0.86rem;
  font-weight: 800;
}

.faq-topics a:hover,
.faq-topics a:focus-visible {
  background: rgba(255, 255, 255, 0.14);
}

.faq-groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.faq-group {
  scroll-margin-top: 88px;
  padding: clamp(20px, 3vw, 27px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
  background: rgba(14, 40, 108, 0.4);
}

.faq-group h3 {
  margin-bottom: 20px;
  color: var(--white);
  font-size: clamp(1.3rem, 2vw, 1.65rem);
}

.faq-group .section-kicker {
  color: var(--gold);
}

.raffle-page {
  padding-top: clamp(28px, 4vw, 54px);
}

.raffle-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  gap: clamp(24px, 5vw, 64px);
  align-items: end;
  margin-bottom: clamp(28px, 5vw, 48px);
}

.raffle-hero .section-head {
  margin-bottom: 0;
}

.raffle-prize-card,
.raffle-key-grid article,
.raffle-legal-card {
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--radius);
  background: rgba(14, 40, 108, 0.42);
  box-shadow: 0 24px 70px rgba(17, 20, 35, 0.14);
  backdrop-filter: blur(4px);
}

.raffle-prize-card {
  padding: clamp(20px, 3vw, 28px);
}

.raffle-prize-card strong {
  display: block;
  margin: 10px 0 8px;
  color: var(--white);
  font-size: clamp(1.85rem, 4vw, 3.2rem);
  font-weight: 950;
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.raffle-prize-card span {
  display: block;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
}

.raffle-prize-card .button {
  margin-top: 18px;
}

.raffle-key-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 14px;
}

.raffle-key-grid article {
  padding: clamp(18px, 2.6vw, 26px);
}

.raffle-key-grid article > span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--gold);
  font-size: 0.84rem;
  font-weight: 950;
}

.raffle-key-grid h3 {
  margin: 0 0 12px;
  color: var(--white);
  font-size: clamp(1.16rem, 2vw, 1.46rem);
  line-height: 1.08;
}

.raffle-key-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.95rem;
  font-weight: 650;
  line-height: 1.55;
}

.raffle-legal-card {
  padding: clamp(24px, 5vw, 44px);
}

.raffle-legal-intro {
  display: grid;
  gap: 10px;
  max-width: 820px;
  margin-bottom: clamp(24px, 4vw, 38px);
}

.raffle-legal-intro h3 {
  margin: 0;
  color: var(--white);
  font-size: clamp(2rem, 5vw, 4.4rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
}

.raffle-legal-card section {
  padding: clamp(18px, 3vw, 28px) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.raffle-legal-card h4 {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: clamp(1.05rem, 1.8vw, 1.3rem);
  line-height: 1.15;
  text-transform: uppercase;
}

.raffle-legal-card p,
.raffle-legal-card li {
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(0.98rem, 1.3vw, 1.08rem);
  font-weight: 650;
  line-height: 1.72;
}

.raffle-legal-card p {
  margin: 0 0 12px;
}

.raffle-legal-card p:last-child {
  margin-bottom: 0;
}

.raffle-legal-card ol {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 1.35rem;
}

.raffle-legal-card a {
  color: var(--gold);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.schedule-page {
  padding-bottom: clamp(72px, 10vw, 120px);
}

.schedule-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 460px);
  gap: clamp(28px, 6vw, 78px);
  align-items: end;
  margin-bottom: clamp(30px, 6vw, 68px);
}

.schedule-hero .section-head {
  margin-bottom: 0;
}

.schedule-hero .section-head h2 {
  max-width: 760px;
  font-size: clamp(3rem, 7.2vw, 6.4rem);
  line-height: 0.92;
}

.schedule-hero .section-head > p:not(.section-kicker) {
  max-width: 660px;
  font-size: clamp(1rem, 1.8vw, 1.24rem);
  font-weight: 800;
}

.schedule-highlights {
  display: grid;
  gap: 12px;
}

.schedule-highlights article,
.schedule-day,
.schedule-cta {
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--radius);
  background: rgba(14, 40, 108, 0.44);
  box-shadow: 0 24px 70px rgba(17, 20, 35, 0.14);
  backdrop-filter: blur(4px);
}

.schedule-highlights article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2px 14px;
  align-items: baseline;
  padding: clamp(16px, 2.5vw, 22px);
}

.schedule-highlights span {
  grid-row: span 2;
  align-self: center;
  padding: 7px 10px;
  border-radius: var(--radius);
  background: var(--gold);
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.schedule-highlights strong,
.schedule-highlights em {
  display: block;
  font-style: normal;
}

.schedule-highlights strong {
  color: var(--white);
  font-size: clamp(1.08rem, 2vw, 1.36rem);
  font-weight: 950;
  line-height: 1.05;
}

.schedule-highlights em {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
  font-weight: 850;
  text-transform: uppercase;
}

.schedule-board {
  display: grid;
  grid-template-columns: minmax(0, 1.24fr) minmax(320px, 0.76fr);
  gap: 16px;
  align-items: stretch;
}

.schedule-day {
  overflow: hidden;
}

.schedule-day-head {
  padding: clamp(22px, 3.4vw, 34px);
  background:
    linear-gradient(135deg, rgba(183, 47, 95, 0.9), rgba(242, 186, 61, 0.16)),
    rgba(14, 40, 108, 0.62);
}

.schedule-day-free .schedule-day-head {
  background:
    linear-gradient(135deg, rgba(242, 186, 61, 0.9), rgba(183, 47, 95, 0.18)),
    rgba(14, 40, 108, 0.62);
}

.schedule-day-head .section-kicker {
  margin-bottom: 12px;
  color: var(--gold);
}

.schedule-day-free .schedule-day-head .section-kicker {
  color: var(--ink);
}

.schedule-day-head h3 {
  margin: 0;
  color: var(--white);
  font-size: clamp(2rem, 4.8vw, 4.2rem);
  line-height: 0.96;
  letter-spacing: -0.04em;
}

.schedule-day-free .schedule-day-head h3 {
  color: var(--ink);
}

.schedule-day-head p:not(.section-kicker) {
  margin: 10px 0 0;
  color: var(--ink);
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 950;
  text-transform: uppercase;
}

.schedule-list {
  display: grid;
  gap: 1px;
  margin: 0;
  padding: clamp(14px, 2.4vw, 22px);
  list-style: none;
}

.schedule-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  min-height: clamp(58px, 6vw, 74px);
  padding: 14px clamp(16px, 2.4vw, 24px);
  color: var(--ink);
  background: rgba(255, 250, 240, 0.96);
}

.schedule-row:nth-child(even) {
  background: rgba(244, 93, 145, 0.96);
}

.schedule-row-opening {
  background: rgba(244, 93, 145, 0.86);
  font-style: italic;
}

.schedule-row span,
.schedule-row time {
  font-size: clamp(1.1rem, 2.6vw, 2rem);
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.schedule-row-opening span {
  font-weight: 850;
}

.schedule-row time {
  white-space: nowrap;
}

.schedule-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(18px, 4vw, 40px);
  margin-top: 16px;
  padding: clamp(22px, 3.5vw, 34px);
  background:
    linear-gradient(135deg, rgba(183, 47, 95, 0.86), rgba(14, 40, 108, 0.48)),
    rgba(14, 40, 108, 0.4);
}

.schedule-cta h3 {
  max-width: 740px;
  margin: 0;
  color: var(--white);
  font-size: clamp(1.35rem, 3vw, 2.3rem);
  line-height: 1.02;
}

.schedule-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.tapa-page {
  padding-bottom: clamp(72px, 10vw, 120px);
}

.tapa-hero,
.tapa-passport-section,
.tapa-info-section,
.tapa-prize-section,
.tapa-legal-card {
  display: grid;
  gap: clamp(24px, 5vw, 64px);
}

.tapa-hero {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 390px);
  align-items: center;
  margin-bottom: clamp(24px, 5vw, 52px);
}

.tapa-hero-copy h2 {
  max-width: 800px;
  margin: 0;
  color: var(--white);
  font-size: clamp(2.75rem, 7.2vw, 6.3rem);
  line-height: 0.92;
  letter-spacing: -0.055em;
}

.tapa-hero-copy > p:not(.section-kicker) {
  max-width: 740px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1rem, 1.65vw, 1.22rem);
  font-weight: 760;
  line-height: 1.56;
}

.tapa-poster-slot,
.tapa-passport-slot,
.tapa-sponsor-card,
.tapa-prize-card,
.tapa-important-card,
.tapa-legal-card,
.tapa-section {
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--radius);
  background: rgba(14, 40, 108, 0.44);
  box-shadow: 0 24px 70px rgba(17, 20, 35, 0.14);
  backdrop-filter: blur(4px);
}

.tapa-poster-slot,
.tapa-passport-slot {
  position: relative;
  display: block;
  overflow: hidden;
  padding: clamp(10px, 1.8vw, 16px);
  background:
    radial-gradient(circle at 22% 14%, rgba(242, 186, 61, 0.3), transparent 30%),
    linear-gradient(165deg, rgba(183, 47, 95, 0.82), rgba(14, 40, 108, 0.54));
}

.tapa-poster-slot::before,
.tapa-passport-slot::before {
  display: none;
}

.tapa-poster-slot img,
.tapa-passport-slot img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: calc(var(--radius) - 4px);
  box-shadow: 0 18px 46px rgba(17, 20, 35, 0.22);
}

.tapa-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 14px;
}

.tapa-facts article {
  min-height: 168px;
  padding: clamp(20px, 3vw, 28px);
  border-radius: var(--radius);
  background: rgba(255, 250, 240, 0.96);
  color: var(--ink);
  box-shadow: 6px 6px 0 rgba(17, 20, 35, 0.14);
}

.tapa-draw-fact {
  background:
    linear-gradient(135deg, rgba(183, 47, 95, 0.14), rgba(242, 186, 61, 0.18)),
    rgba(255, 250, 240, 0.98);
}

.tapa-facts span,
.tapa-prize-card span {
  display: block;
  margin-bottom: 12px;
  color: var(--rose);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.tapa-facts strong {
  display: block;
  color: var(--ink);
  font-size: clamp(1.35rem, 3vw, 2.2rem);
  font-weight: 950;
  line-height: 1.02;
}

.tapa-facts p {
  margin: 14px 0 0;
  color: rgba(17, 20, 35, 0.72);
  font-size: 0.95rem;
  font-weight: 760;
}

.tapa-section {
  margin-top: 14px;
  padding: clamp(24px, 4vw, 42px);
}

.tapa-section-head {
  max-width: 760px;
  margin-bottom: clamp(22px, 4vw, 34px);
}

.tapa-section-head h3,
.tapa-passport-copy h3,
.tapa-prize-section h3,
.tapa-important-card h3,
.tapa-legal-card h3 {
  margin: 0;
  color: var(--white);
  font-size: clamp(1.9rem, 4.2vw, 3.6rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.tapa-carousel {
  --tapa-carousel-gap: 16px;
  position: relative;
  width: min(100%, 980px);
  margin-inline: auto;
}

.tapa-carousel-viewport {
  display: flex;
  gap: var(--tapa-carousel-gap);
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-behavior: smooth;
  scroll-padding-inline: 2px;
  scroll-snap-type: x mandatory;
  padding: 2px 2px 14px;
  scrollbar-color: rgba(255, 255, 255, 0.48) rgba(255, 255, 255, 0.12);
}

.tapa-carousel-viewport:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 6px;
}

.tapa-card {
  flex: 0 0 calc((100% - (var(--tapa-carousel-gap) * 2)) / 3);
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  background: rgba(255, 250, 240, 0.97);
  color: var(--ink);
  scroll-snap-align: start;
  box-shadow: 6px 6px 0 rgba(17, 20, 35, 0.14);
}

.tapa-card-local {
  display: flex;
  align-items: center;
  min-height: 56px;
  margin: 0;
  padding: 14px 16px 12px;
  color: var(--rose);
  font-size: clamp(0.82rem, 1vw, 0.98rem);
  font-weight: 950;
  line-height: 1.08;
  text-transform: uppercase;
}

.tapa-card img {
  display: block;
  width: 100%;
  height: auto;
}

.tapa-card-placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 1;
  padding: 20px;
  background:
    radial-gradient(circle at 24% 20%, rgba(242, 186, 61, 0.42), transparent 30%),
    radial-gradient(circle at 80% 72%, rgba(244, 93, 145, 0.42), transparent 36%),
    linear-gradient(145deg, rgba(14, 40, 108, 0.96), rgba(183, 47, 95, 0.86));
}

.tapa-card-placeholder span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 16px;
  border-radius: 999px;
  background: var(--gold);
  color: var(--ink);
  font-size: clamp(0.9rem, 1.25vw, 1rem);
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 4px 4px 0 rgba(17, 20, 35, 0.2);
}

.tapa-card-caption {
  min-height: 92px;
  padding: 16px;
  background:
    linear-gradient(135deg, rgba(244, 93, 145, 0.1), rgba(242, 186, 61, 0.16)),
    rgba(255, 250, 240, 0.98);
}

.tapa-card-caption span {
  display: block;
  margin-bottom: 8px;
  color: rgba(17, 20, 35, 0.62);
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.tapa-card-caption strong {
  display: block;
  color: var(--ink);
  font-size: clamp(1.08rem, 1.8vw, 1.46rem);
  font-weight: 950;
  line-height: 1.02;
  overflow-wrap: anywhere;
}

.tapa-carousel-button {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  background: rgba(255, 250, 240, 0.96);
  color: var(--ink);
  font-size: 1.2rem;
  font-weight: 950;
  line-height: 1;
  cursor: pointer;
  box-shadow: 5px 5px 0 rgba(17, 20, 35, 0.16);
  transform: translateY(-50%);
  transition: transform 160ms ease, background 160ms ease;
}

.tapa-carousel-button:hover,
.tapa-carousel-button:focus-visible {
  background: var(--gold);
  transform: translateY(-50%) scale(1.04);
}

.tapa-carousel-button:disabled {
  opacity: 0.38;
  cursor: default;
  transform: translateY(-50%);
}

.tapa-carousel-button:disabled:hover {
  background: rgba(255, 250, 240, 0.96);
  transform: translateY(-50%);
}

.tapa-carousel-button:focus-visible {
  outline: 3px solid var(--white);
  outline-offset: 3px;
}

.tapa-carousel-button-prev {
  left: -24px;
}

.tapa-carousel-button-next {
  right: -24px;
}

.tapa-passport-section {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 370px);
  align-items: center;
}

.tapa-steps {
  display: grid;
  gap: 10px;
  margin: clamp(22px, 3vw, 28px) 0 0;
  padding: 0;
  list-style: none;
  counter-reset: tapa-step;
}

.tapa-steps li {
  position: relative;
  min-height: 54px;
  padding: 14px 16px 14px 58px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 0.9);
  font-weight: 760;
  line-height: 1.38;
}

.tapa-steps li::before {
  counter-increment: tapa-step;
  content: counter(tapa-step, decimal-leading-zero);
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  color: var(--gold);
  font-size: 0.86rem;
  font-weight: 950;
}

.tapa-passport-slot {
  background:
    radial-gradient(circle at 72% 20%, rgba(242, 186, 61, 0.32), transparent 30%),
    linear-gradient(165deg, rgba(244, 93, 145, 0.78), rgba(14, 40, 108, 0.58));
}

.tapa-prize-section {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 460px);
  align-items: center;
  background:
    linear-gradient(135deg, rgba(183, 47, 95, 0.78), rgba(14, 40, 108, 0.42)),
    rgba(14, 40, 108, 0.44);
}

.tapa-prize-section > div > p:not(.section-kicker),
.tapa-prize-card p,
.tapa-important-card li,
.tapa-legal-card p {
  color: rgba(255, 255, 255, 0.86);
  font-weight: 720;
  line-height: 1.58;
}

.tapa-prize-card {
  padding: clamp(22px, 3.4vw, 32px);
  background: rgba(255, 250, 240, 0.96);
  color: var(--ink);
  box-shadow: 6px 6px 0 rgba(17, 20, 35, 0.14);
}

.tapa-prize-card strong {
  display: block;
  color: var(--ink);
  font-size: clamp(1.8rem, 4.2vw, 3.2rem);
  font-weight: 950;
  line-height: 0.95;
}

.tapa-prize-card p {
  margin: 18px 0 0;
  color: var(--ink);
  font-weight: 850;
}

.tapa-prize-card span,
.tapa-prize-card strong,
.tapa-prize-card p {
  color: var(--ink);
}

.tapa-info-section {
  grid-template-columns: minmax(0, 1fr) minmax(240px, 330px);
  align-items: stretch;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.tapa-important-card,
.tapa-sponsor-card {
  padding: clamp(24px, 4vw, 42px);
}

.tapa-important-card ul {
  display: grid;
  gap: 10px;
  margin: clamp(18px, 3vw, 28px) 0 0;
  padding: 0;
  list-style: none;
}

.tapa-important-card li {
  position: relative;
  padding-left: 24px;
}

.tapa-important-card li::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--gold);
}

.tapa-sponsor-card {
  display: grid;
  place-items: center;
  align-content: center;
  text-align: center;
  background: rgba(255, 250, 240, 0.96);
}

.tapa-sponsor-card .section-kicker {
  color: var(--rose);
}

.tapa-sponsor-card img {
  width: min(240px, 100%);
  height: auto;
}

.tapa-legal-card {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  margin-top: 14px;
  padding: clamp(24px, 4vw, 38px);
}

.tapa-legal-card p:not(.section-kicker) {
  margin: 12px 0 0;
  max-width: 680px;
}

details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

summary {
  cursor: pointer;
  padding: 18px 20px;
  color: var(--ink);
  font-weight: 900;
}

details p {
  margin: 0;
  padding: 0 20px 20px;
  color: rgba(17, 20, 35, 0.72);
}

.faq-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: clamp(24px, 4vw, 38px);
  padding: clamp(20px, 3vw, 28px);
  border-radius: var(--radius);
  background: var(--rose);
}

.faq-cta h2 {
  font-size: clamp(1.55rem, 3vw, 2.5rem);
}

.site-footer {
  position: relative;
  padding: 34px 0 18px;
  overflow: hidden;
  background: rgba(14, 40, 108, 0.9);
  color: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(8px);
}

.footer-partners {
  margin-bottom: 26px;
}

.footer-partners .section-kicker {
  margin-bottom: 8px;
  color: var(--gold);
}

.footer-partners h2 {
  max-width: none;
  margin-bottom: 22px;
  color: var(--white);
  font-size: 2rem;
  line-height: 1.05;
  white-space: nowrap;
}

.footer-partner-logos {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: center;
  column-gap: clamp(14px, 2vw, 26px);
  max-width: 1120px;
  min-height: 78px;
  margin-inline: auto;
}

.footer-partner-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  border-radius: var(--radius);
}

.footer-partner-link:hover img,
.footer-partner-link:focus-visible img {
  opacity: 1;
  transform: translateY(-1px);
}

.footer-partner-logos img {
  display: block;
  height: auto;
  justify-self: center;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.98;
}

.footer-partner-logos .footer-logo-planeta {
  width: clamp(86px, 10vw, 118px);
}

.footer-partner-logos .footer-logo-caja {
  width: clamp(112px, 14vw, 154px);
}

.footer-partner-logos .footer-logo-ayuntamiento {
  width: clamp(135px, 18vw, 188px);
}

.footer-partner-logos .footer-logo-diputacion {
  width: clamp(70px, 8vw, 96px);
}

.footer-partner-logos .footer-logo-planeta,
.footer-partner-logos .footer-logo-manzana,
.footer-partner-logos .footer-logo-caja,
.footer-partner-logos .footer-logo-ayuntamiento,
.footer-partner-logos .footer-logo-diputacion {
  width: auto;
  height: clamp(42px, 5vw, 58px);
  max-width: 100%;
}

.footer-layout {
  display: grid;
  grid-template-columns: minmax(230px, 1fr) auto;
  align-items: center;
  column-gap: clamp(26px, 5vw, 62px);
  row-gap: 12px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.footer-brand {
  display: inline-flex;
  grid-row: span 2;
  align-items: center;
  gap: 12px;
  color: var(--white);
}

.footer-brand img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.footer-brand span,
.footer-brand strong,
.footer-brand small {
  display: block;
}

.footer-brand strong {
  font-size: 1rem;
}

.footer-brand small {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.78rem;
  font-weight: 700;
}

.footer-pages,
.footer-legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
}

.footer-pages {
  color: var(--white);
  font-size: 0.88rem;
  font-weight: 800;
}

.footer-legal {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.78rem;
  font-weight: 700;
}

.footer-legal .footer-legal-featured {
  color: var(--gold);
  font-weight: 900;
}

.footer-pages a:hover,
.footer-pages a:focus-visible,
.footer-legal a:hover,
.footer-legal a:focus-visible {
  color: var(--gold);
}

@media (max-width: 1040px) {
  .site-header {
    gap: 12px;
  }

  .header-ayuntamiento-logo {
    width: clamp(100px, 14vw, 142px);
  }

  .site-nav {
    gap: clamp(10px, 1.5vw, 16px);
  }

  .minor-policy-grid {
    grid-template-columns: 1fr;
  }

  .raffle-key-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1260px) {
  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    right: 0;
    display: none;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 10px 20px 18px;
    color: var(--ink);
    background: var(--paper);
    box-shadow: 0 16px 32px rgba(17, 20, 35, 0.12);
  }

  .site-nav.is-open {
    display: grid;
  }

  .site-nav a {
    padding: 13px 0;
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 820px) {
  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    right: 0;
    display: none;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 10px 20px 18px;
    background: rgba(255, 250, 240, 0.98);
    color: var(--ink);
    box-shadow: 0 16px 32px rgba(17, 20, 35, 0.12);
  }

  .site-nav.is-open {
    display: grid;
  }

  .site-nav a {
    padding: 13px 0;
    border-bottom: 1px solid var(--line);
  }

  .hero {
    min-height: 90vh;
    align-items: end;
  }

  .home-page .hero {
    min-height: 86vh;
  }

  .home-page .hero-image,
  .home-page .hero-wall-layer {
    object-position: 66% center;
    transform: none;
  }

  .home-page .hero-pig {
    object-position: 78.5% center;
  }

  .hero-content {
    margin: 0 auto;
    padding: 116px 0 146px;
  }

  .home-page .hero-content {
    transform: translateY(-34px);
  }

  .hero-presenter-logo {
    width: clamp(104px, 24vw, 158px);
    margin: -46px 0 16px 0;
    transform: none;
  }

  .location-layout,
  .poster-reveal,
  .experience-editorial,
  .journey-layout,
  .village-layout,
  .santo-domingo-layout,
  .arrival-layout,
  .poster-announcement-layout,
  .origin-story-layout {
    grid-template-columns: 1fr;
  }

  .origin-story-head {
    position: static;
  }

  .announcement-grid,
  .experience-cards,
  .values-grid,
  .zone-grid {
    grid-template-columns: 1fr;
  }

  .announcement-grid article {
    min-height: 0;
  }

  .artist-showcase-head,
  .news-alert-card,
  .artist-day,
  .artist-card,
  .artist-card:nth-child(even) {
    grid-template-columns: 1fr;
  }

  .artist-day-marker {
    position: relative;
    top: auto;
    width: min(360px, 100%);
  }

  .artist-day-marker strong {
    font-size: clamp(1.42rem, 5.8vw, 1.8rem);
    letter-spacing: -0.09em;
  }

  .artist-card:nth-child(even) .artist-card-media {
    order: 0;
  }

  .artist-card,
  .artist-card-media {
    min-height: auto;
  }

  .artist-card-media {
    height: 260px;
  }

  .poster-reveal .poster-wrap {
    width: min(370px, 88%);
  }

  .cartel-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .legal-layout {
    grid-template-columns: 1fr;
  }

  .authorization-download,
  .ticket-legal-box {
    align-items: flex-start;
    flex-direction: column;
  }

  .faq-intro {
    display: grid;
  }

  .faq-topics {
    justify-content: flex-start;
  }

  .faq-groups {
    grid-template-columns: 1fr;
  }

  .raffle-hero,
  .raffle-key-grid {
    grid-template-columns: 1fr;
  }

  .schedule-hero,
  .schedule-board {
    grid-template-columns: 1fr;
  }

  .schedule-hero .section-head h2 {
    font-size: clamp(2.7rem, 12vw, 4.4rem);
  }

  .schedule-row {
    gap: 12px;
    min-height: 56px;
    padding: 13px 14px;
  }

  .schedule-row span,
  .schedule-row time {
    font-size: clamp(1rem, 5.4vw, 1.55rem);
  }

  .schedule-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .schedule-cta-actions {
    width: 100%;
    justify-content: flex-start;
  }

  .schedule-cta-actions .button {
    flex: 1 1 210px;
  }

  .tapa-hero,
  .tapa-facts,
  .tapa-passport-section,
  .tapa-prize-section,
  .tapa-info-section,
  .tapa-legal-card {
    grid-template-columns: 1fr;
  }

  .tapa-hero-copy h2 {
    font-size: clamp(2.55rem, 11.5vw, 4.2rem);
  }

  .tapa-poster-slot,
  .tapa-passport-slot {
    min-height: 0;
  }

  .tapa-carousel {
    --tapa-carousel-gap: 14px;
    width: min(100%, 370px);
  }

  .tapa-card {
    flex-basis: 100%;
  }

  .tapa-card-local {
    min-height: 50px;
  }

  .tapa-card-caption {
    min-height: 82px;
  }

  .tapa-carousel-button {
    width: 44px;
    height: 44px;
  }

  .tapa-carousel-button-prev {
    left: -10px;
  }

  .tapa-carousel-button-next {
    right: -10px;
  }

  .tapa-legal-card {
    align-items: flex-start;
  }

  .tapa-legal-card .button {
    width: 100%;
  }

  .faq-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .poster-announcement-art {
    width: min(288px, 84%);
    transform: rotate(0.8deg);
  }

  .footer-layout {
    grid-template-columns: 1fr;
  }

  .footer-brand {
    grid-row: auto;
  }

  .footer-pages,
  .footer-legal {
    justify-content: flex-start;
  }

  .sky-world {
    background: var(--sky-blue) url("assets/section-sky-bg-v2.jpg") 76% center / cover no-repeat;
    background-attachment: scroll;
  }

  .sky-page {
    background-image: none;
    background-attachment: scroll;
  }

  .sky-page::before {
    content: "";
    position: fixed;
    z-index: 0;
    inset: 0;
    pointer-events: none;
    background: var(--sky-blue) url("assets/section-sky-bg-v2.jpg") 76% center / cover no-repeat;
  }

  .sky-page > main,
  .sky-page > .site-footer {
    position: relative;
    z-index: 1;
  }

  .sky-world::before {
    background: none;
  }

  .sky-pig {
    width: 112px;
    opacity: 0.45;
  }

  .sky-pig-left {
    left: -48px;
  }

  .sky-pig-right {
    right: -48px;
  }

  .sky-pig-lower {
    width: 92px;
    left: -44px;
  }

  .poster-wrap {
    width: min(360px, 92%);
    order: 2;
  }

}

@media (max-width: 560px) {
  .container {
    width: min(100% - 28px, var(--container));
  }

  .site-header {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    padding: 10px 14px;
  }

  .brand {
    gap: 10px;
    min-height: 46px;
  }

  .header-branding {
    gap: 8px;
    overflow: hidden;
  }

  .header-brand-separator {
    height: 34px;
  }

  .header-ayuntamiento-logo {
    width: clamp(104px, 30vw, 124px);
    max-height: 46px;
  }

  .brand-logo {
    width: 46px;
    height: 46px;
  }

  .brand-name {
    font-size: 1.08rem;
  }

  h1 {
    font-size: clamp(3rem, 14vw, 4.2rem);
  }

  .hero-content {
    width: min(100% - 28px, 780px);
  }

  .hero-presenter-logo {
    width: clamp(92px, 30vw, 126px);
    margin: -102px 0 20px -28px;
    transform: none;
  }

  .hero-actions,
  .poster-actions,
  .button {
    width: 100%;
  }

  .artist-showcase {
    width: min(100% - 18px, var(--container));
    padding: 18px;
    border-radius: calc(var(--radius) * 2);
  }

  .artist-showcase-head h2 {
    font-size: clamp(2.15rem, 11vw, 3.7rem);
  }

  .artist-day-marker {
    box-shadow: 6px 6px 0 rgba(17, 20, 35, 0.9);
  }

  .artist-card {
    border-radius: calc(var(--radius) * 2);
    box-shadow: 7px 7px 0 rgba(17, 20, 35, 0.58);
  }

  .artist-card-media {
    height: 226px;
  }

  .artist-logo-frame {
    width: min(92%, 300px);
    min-height: 146px;
    box-shadow: 6px 6px 0 rgba(17, 20, 35, 0.72);
  }

  .artist-card-media .artist-logo-frame img {
    max-height: 118px;
  }

  .artist-card-copy {
    padding: 22px;
  }

  .artist-card-comandante .artist-card-copy {
    padding-right: 26px;
  }

  .artist-card-actions,
  .artist-link {
    width: 100%;
  }

  .countdown-units {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .release-date strong {
    font-size: clamp(1.42rem, 8vw, 2.18rem);
  }

  .journey-list article {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .sky-pig {
    width: 76px;
    opacity: 0.28;
  }

  .sky-pig-lower {
    display: none;
  }

  .countdown-band::after,
  .poster-announcement::after {
    opacity: 0.34;
  }

  .tapa-section {
    padding: 20px;
  }

  .tapa-carousel-viewport {
    padding-bottom: 12px;
  }

  .tapa-card-local {
    min-height: 48px;
    padding: 12px 14px 10px;
    font-size: 0.8rem;
  }

  .tapa-card-caption {
    min-height: 76px;
    padding: 14px;
  }

  .tapa-card-caption strong {
    font-size: clamp(1.06rem, 5.8vw, 1.46rem);
  }

  .tapa-carousel-button {
    width: 40px;
    height: 40px;
    box-shadow: 4px 4px 0 rgba(17, 20, 35, 0.14);
  }

  .footer-partners h2 {
    font-size: 1.08rem;
  }

  .footer-partner-logos {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
  }

  .footer-partner-logos .footer-logo-planeta,
  .footer-partner-logos .footer-logo-manzana,
  .footer-partner-logos .footer-logo-caja,
  .footer-partner-logos .footer-logo-ayuntamiento,
  .footer-partner-logos .footer-logo-diputacion {
    width: 100%;
    max-height: 62px;
  }

  .distance-list div,
  .footer-layout {
    display: grid;
  }
}

@media (max-width: 380px) {
  .tapa-carousel {
    width: min(100%, 318px);
  }

  .brand-name {
    font-size: 0.98rem;
  }

  .header-ayuntamiento-logo {
    width: 100px;
  }
}

.legal-policy-page {
  background: #f7f7f2;
}

.legal-policy-section {
  color: #111423;
  background: #f7f7f2;
}

.legal-policy-card {
  max-width: 980px;
  margin-inline: auto;
  padding: clamp(34px, 6vw, 72px);
  border: 1px solid rgba(17, 20, 35, 0.12);
  border-radius: calc(var(--radius) * 2);
  background: #ffffff;
  box-shadow: 0 20px 48px rgba(17, 20, 35, 0.12);
}

.legal-policy-kicker {
  margin: 0 0 12px;
  color: var(--rose);
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-policy-card h1 {
  margin: 0 0 26px;
  font-size: clamp(2.3rem, 7vw, 5.4rem);
  line-height: 0.92;
  letter-spacing: -0.08em;
}

.legal-policy-content {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.02rem, 1.7vw, 1.2rem);
  line-height: 1.72;
}

.legal-policy-content h2 {
  margin: 38px 0 12px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(1.32rem, 2.6vw, 2rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.legal-policy-content p {
  margin: 0 0 16px;
}

.legal-policy-content a {
  color: #1155cc;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

.legal-policy-content strong {
  font-weight: 900;
}

.legal-policy-content .legal-doc-list {
  display: grid;
  grid-template-columns: var(--legal-list-marker, 2rem) 1fr;
  column-gap: 0.72rem;
  margin-left: var(--legal-list-start, 0);
}

.legal-policy-content .legal-doc-marker {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 900;
  text-align: right;
  white-space: nowrap;
}

.legal-policy-content .legal-doc-list-content {
  min-width: 0;
}

.legal-policy-content .legal-doc-blank {
  min-height: 0.85rem;
}

.cookie-consent {
  position: fixed;
  left: clamp(18px, 7vw, 92px);
  bottom: clamp(12px, 2.4vh, 24px);
  z-index: 9998;
  width: min(560px, calc(52vw - 24px));
  color: var(--ink);
  border: 2px solid rgba(17, 20, 35, 0.16);
  border-radius: calc(var(--radius) * 1.5);
  background: rgba(255, 250, 240, 0.96);
  box-shadow: 8px 8px 0 rgba(17, 20, 35, 0.18), 0 18px 44px rgba(17, 20, 35, 0.22);
}

.cookie-consent[hidden] {
  display: none;
}

.cookie-consent__inner {
  display: grid;
  gap: 10px;
  padding: 13px 15px 15px;
}

.cookie-consent h2 {
  margin: 0;
  font-size: clamp(0.98rem, 1.4vw, 1.12rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.cookie-consent h2 a {
  color: inherit;
  text-decoration: none;
}

.cookie-consent h2 a:hover,
.cookie-consent h2 a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

.cookie-consent p {
  margin: 0;
  color: rgba(17, 20, 35, 0.78);
  font-size: 0.81rem;
  font-weight: 750;
  line-height: 1.34;
}

.cookie-consent a {
  color: var(--rose);
  font-weight: 950;
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

.cookie-consent__actions,
.cookie-consent__settings-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.cookie-consent__button {
  min-height: 34px;
  padding: 0 11px;
  color: var(--ink);
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  background: var(--white);
  font: inherit;
  font-size: 0.76rem;
  font-weight: 950;
  cursor: pointer;
}

.cookie-consent__button:hover,
.cookie-consent__button:focus-visible {
  transform: translateY(-1px);
  box-shadow: 4px 4px 0 rgba(17, 20, 35, 0.18);
}

.cookie-consent__button--primary {
  background: var(--gold);
}

.cookie-consent__settings {
  display: grid;
  gap: 9px;
  padding-top: 2px;
}

.cookie-consent__settings[hidden] {
  display: none;
}

.cookie-consent__option {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: rgba(17, 20, 35, 0.84);
  font-size: 0.8rem;
  font-weight: 800;
}

.cookie-consent__option input {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  accent-color: var(--rose);
}

@media (max-width: 640px) {
  .cookie-consent {
    left: 12px;
    right: auto;
    bottom: 12px;
    width: calc(100vw - 24px);
  }

  .cookie-consent__actions,
  .cookie-consent__settings-actions {
    display: grid;
  }

  .cookie-consent__button {
    width: 100%;
  }
}

/* START GENERATED DOCX LEGAL CSS */

/* DOCX legal document formatting. Generated from ZERDOPOP CGV.docx. */
.legal-document-light .legal-docx-content {
  width: 1120px;
  min-height: 1580px;
  margin-inline: auto;
  padding: 108px 108px 108px 136px;
  border: 1px solid rgba(17, 17, 17, 0.14);
  background: #ffffff;
  color: #111111;
  font-family: "Times New Roman", Times, serif;
  overflow-wrap: normal;
  word-break: normal;
  box-shadow: 0 10px 28px rgba(17, 17, 17, 0.12);
}

.legal-document-light .legal-docx-content.is-paginated {
  width: max-content;
  max-width: 100%;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.legal-document-light .legal-docx-pages {
  display: grid;
  justify-items: center;
  gap: 34px;
  width: max-content;
  max-width: 100%;
  margin-inline: auto;
  overflow-x: auto;
  padding-bottom: 8px;
}

.legal-document-light .legal-docx-page {
  width: 1120px;
  height: 1580px;
  overflow: hidden;
  border: 1px solid rgba(17, 17, 17, 0.14);
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(17, 17, 17, 0.12);
}

.legal-document-light .legal-docx-page-inner {
  height: 100%;
  padding: 108px 108px 108px 136px;
  overflow: hidden;
}

.legal-document-light .legal-docx-page.is-overflowing,
.legal-document-light .legal-docx-page.is-overflowing .legal-docx-page-inner {
  height: auto;
  min-height: 1580px;
  overflow: visible;
}

.legal-document-light .legal-docx-content * {
  box-sizing: border-box;
}

.legal-document-light .legal-docx-content p,
.legal-document-light .legal-docx-content span,
.legal-document-light .legal-docx-content a {
  color: inherit;
}

.legal-document-light .legal-docx-content a {
  color: #1155cc;
  text-decoration: underline;
}

.legal-document-light .legal-docx-content strong {
  font-weight: 700;
}

.legal-document-light .legal-docx-content .docx-list {
  display: grid;
  grid-template-columns: var(--docx-list-marker, 28px) 1fr;
  column-gap: 10px;
  margin-left: var(--docx-list-start, 0);
  text-indent: 0 !important;
}

.legal-document-light .legal-docx-content .docx-list-marker {
  text-align: right;
  white-space: nowrap;
}

.legal-document-light .legal-docx-content .docx-list-content {
  min-width: 0;
}

.legal-document-light .legal-docx-content .docx-tab {
  display: inline-block;
  width: 2.6em;
}

@media (max-width: 760px) {
  .legal-document-light .legal-docx-content {
    width: 960px;
    min-height: 1360px;
    padding: 86px 82px 86px 106px;
  }

  .legal-document-light .legal-docx-pages {
    justify-items: start;
  }

  .legal-document-light .legal-docx-page {
    width: 960px;
    height: 1360px;
  }

  .legal-document-light .legal-docx-page-inner {
    padding: 86px 82px 86px 106px;
  }
}
/* END GENERATED DOCX LEGAL CSS */
