:root {
  --color-bg: #050505;
  --color-surface: #f4f1e8;
  --color-text: #f4f1e8;
  --color-text-dark: #111111;
  --color-muted: #9d9688;
  --color-accent: #d7ae55;
  --color-accent-soft: rgba(215, 174, 85, 0.16);
  --color-border: rgba(244, 241, 232, 0.12);
  --shadow-soft: 0 18px 60px rgba(0, 0, 0, 0.24);
  --container: min(1120px, calc(100vw - 3rem));
  --header-height: 5.5rem;
  --radius-pill: 999px;
  --transition: 220ms ease;
  --font-display: "LeagueGothic-Regular", sans-serif;
  --font-subtitle: "Aleo-SemiBold", serif;
  --font-body: "Aleo-SemiBold", serif;
  --tracking-display: 0.01em;
  --tracking-ui: 0.18em;
  --tracking-eyebrow: 0.26em;
  --hero-image: url("./images/ALALUZ_S27_131.webp");
  --commitment-image: url("./images/IMG_7720.webp");
}

@font-face {
  font-family: "LeagueGothic-Regular";
  src: url("./assets/fonts/LeagueGothic-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 800;
  font-display: block;
}

@font-face {
  font-family: "Aleo-SemiBold";
  src: url("./assets/fonts/Aleo-SemiBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Aleo-Black";
  src: url("./assets/fonts/Aleo-Black.woff2") format("woff2");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}


*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

html.has-lightbox-open {
  overflow: hidden;
}

.fonts-loading .site-header__brand,
.fonts-loading .hero__title,
.fonts-loading .section-title,
.fonts-loading .manifesto__title,
.fonts-loading .location-card__title,
.fonts-loading .impact-stat__value,
.fonts-loading .impact__growth-value,
.fonts-loading .commitment__title,
.fonts-loading .event-gallery__title,
.fonts-loading .final-cta__title,
.fonts-loading .detail-hero__title,
.fonts-loading .detail-section-title,
.fonts-loading .detail-stat__value,
.fonts-loading .detail-timeline__time,
.fonts-loading .salvapastores__title {
  opacity: 0;
}

.js .reveal-lines,
.js .location-card__title,
.js .location-card__subtitle,
.js .impact-stat,
.js .commitment__content > *,
.js .final-cta__content > * {
  opacity: 0;
  filter: blur(10px);
  will-change: transform, opacity, filter;
}

.js .reveal-lines,
.js .impact-stat,
.js .final-cta__content > * {
  transform: translate3d(0, 1.25rem, 0);
}

.js .location-card__title,
.js .location-card__subtitle {
  transform: translate3d(0, 1.5rem, 0) scale(0.985);
}

.js .commitment__content > * {
  transform: translate3d(-1.5rem, 0, 0);
}

.js .is-revealed {
  opacity: 1;
  filter: blur(0);
  transform: none;
  will-change: auto;
}

body {
  min-height: 100vh;
  font-family: var(--font-body);
  background: var(--color-bg);
  color: var(--color-text);
  line-height: 1.62;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

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

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

button {
  background: none;
  border: 0;
  color: inherit;
}

:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 4px;
}

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

.skip-link {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 1000;
  padding: 0.8rem 1.1rem;
  background: var(--color-surface);
  color: var(--color-text-dark);
  border-radius: 0.25rem;
  opacity: 0;
  pointer-events: none;
  transform: translateY(calc(-100% - 1rem));
  transition: transform var(--transition), opacity var(--transition);
}

.skip-link:focus {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.section {
  position: relative;
  padding: clamp(5rem, 10vw, 8rem) 0;
}

.section--dark {
  background: var(--color-bg);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--color-muted);
  font-family: var(--font-subtitle);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: var(--tracking-eyebrow);
  text-transform: uppercase;
}

.section-divider {
  width: 4rem;
  height: 1px;
  margin: 1.25rem auto 1.75rem;
  background: linear-gradient(90deg, transparent, var(--color-accent), transparent);
}

.section-title {
  max-width: 25ch;
  color: var(--color-text-dark);
  font-family: var(--font-display);
  font-size: clamp(2.75rem, 7vw, 3.75rem);
  line-height: 0.92;
  letter-spacing: var(--tracking-display);
  text-transform: uppercase;
}

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  min-height: 3.5rem;
  padding: 0.95rem 1.5rem;
  border: 1px solid transparent;
  border-radius: var(--radius-pill);
  font-family: var(--font-subtitle);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: transform var(--transition), background-color var(--transition),
    color var(--transition), border-color var(--transition),
    box-shadow var(--transition), filter var(--transition);
  overflow: hidden;
  isolation: isolate;
}

.button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(255, 255, 255, 0.08) 35%,
    rgba(255, 255, 255, 0.24) 50%,
    rgba(255, 255, 255, 0.08) 65%,
    transparent 100%
  );
  transform: translateX(-130%);
  transition: transform 380ms ease;
  z-index: -1;
}

.button:hover,
.button:focus-visible {
  transform: none;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.24);
  filter: brightness(1.02);
}

.button:hover::before,
.button:focus-visible::before {
  transform: translateX(130%);
}

.button__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95em;
  transition: transform var(--transition), opacity var(--transition);
}

.button:hover .button__icon,
.button:focus-visible .button__icon {
  transform: translateX(0.38rem);
}

.button--gold {
  background: var(--color-accent);
  color: var(--color-text-dark);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 12px 40px rgba(215, 174, 85, 0.18);
}

.button--gold:hover,
.button--gold:focus-visible {
  background: #e1b963;
  box-shadow: 0 20px 52px rgba(215, 174, 85, 0.28);
}

.button--large {
  padding-inline: 1.9rem;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  padding: 1rem 0;
  transition: background-color var(--transition), backdrop-filter var(--transition),
    border-color var(--transition), transform var(--transition);
}

.site-header.is-scrolled {
  background: rgba(5, 5, 5, 0.72);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--color-border);
}

.site-header__inner {
  width: var(--container);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.site-header__brand {
  font-family: var(--font-display);
  font-size: 1.2rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.site-nav__link,
.site-footer__links a {
  position: relative;
  font-family: var(--font-subtitle);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: var(--tracking-ui);
  text-transform: uppercase;
  color: var(--color-text);
}

.site-nav__link::after,
.site-footer__links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.4rem;
  width: 100%;
  height: 1px;
  background: var(--color-accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--transition);
}

.site-nav__link:hover::after,
.site-nav__link:focus-visible::after,
.site-nav__link[aria-current="true"]::after,
.site-footer__links a:hover::after,
.site-footer__links a:focus-visible::after {
  transform: scaleX(1);
}

.site-header__toggle {
  display: none;
  position: relative;
  width: 3rem;
  height: 3rem;
  border: 1px solid rgba(244, 241, 232, 0.18);
  border-radius: 50%;
}

.site-header__toggle span {
  position: absolute;
  left: 0.8rem;
  width: 1.4rem;
  height: 1px;
  background: var(--color-text);
  transition: transform var(--transition), opacity var(--transition);
}

.site-header__toggle span:nth-child(1) {
  top: 1rem;
}

.site-header__toggle span:nth-child(2) {
  top: 1.45rem;
}

.site-header__toggle span:nth-child(3) {
  top: 1.9rem;
}

.site-header__toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(0.45rem) rotate(45deg);
}

.site-header__toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.site-header__toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-0.45rem) rotate(-45deg);
}

.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: center;
  overflow: clip;
  isolation: isolate;
}

.hero__media,
.hero__overlay,
.hero__lights,
.hero__grain,
.commitment__media,
.commitment__overlay,
.location-card__media,
.location-card__overlay {
  position: absolute;
  inset: 0;
}

.hero__media {
  z-index: 0;
  background-image: var(--hero-image);
  background-size: cover;
  background-position: center;
  transform: scale(1.08);
}

.hero__overlay {
  z-index: 1;
  background:
    radial-gradient(circle at 50% 30%, rgba(5, 5, 5, 0) 0%, rgba(5, 5, 5, 0.18) 15%, rgba(5, 5, 5, 0.8) 100%),
    linear-gradient(180deg, rgba(5, 5, 5, 0.48) 0%, rgba(5, 5, 5, 0.52) 100%);
}

.hero__lights {
  z-index: 1;
  inset: -10% -4% 0;
  background:
    radial-gradient(ellipse at 50% 74%, rgba(247, 213, 122, 0.26) 0%, rgba(247, 213, 122, 0.12) 22%, transparent 48%),
    conic-gradient(from 202deg at 24% 104%, rgba(255, 239, 192, 0.24) 0deg, rgba(255, 239, 192, 0.12) 13deg, transparent 24deg 360deg),
    conic-gradient(from -22deg at 77% 104%, rgba(255, 236, 183, 0.24) 0deg, rgba(255, 236, 183, 0.12) 13deg, transparent 24deg 360deg),
    conic-gradient(from 188deg at 37% 104%, rgba(255, 225, 154, 0.16) 0deg, rgba(255, 225, 154, 0.08) 10deg, transparent 20deg 360deg),
    conic-gradient(from -8deg at 64% 104%, rgba(255, 225, 154, 0.16) 0deg, rgba(255, 225, 154, 0.08) 10deg, transparent 20deg 360deg);
  mix-blend-mode: screen;
  opacity: 0.7;
  filter: blur(14px);
  transform-origin: 50% 100%;
  animation: heroSpotlights 14s ease-in-out infinite alternate;
  pointer-events: none;
}

.hero__grain,
.hero::after {
  content: "";
  background-image:
    radial-gradient(circle at 25% 25%, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px),
    radial-gradient(circle at 75% 75%, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px);
  background-size: 10px 10px, 14px 14px;
  mix-blend-mode: soft-light;
  opacity: 0.16;
  pointer-events: none;
}

.hero__grain {
  z-index: 1;
}

.hero__meta {
  position: absolute;
  top: calc(var(--header-height) + 1.5rem);
  left: clamp(1rem, 4vw, 3rem);
  z-index: 2;
}

.hero__content {
  position: relative;
  z-index: 2;
  align-self: center;
  text-align: center;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.hero__kicker,
.hero__subtitle {
  max-width: 40rem;
  margin-inline: auto;
}

.hero__kicker {
  margin-bottom: 1rem;
  color: var(--color-muted);
  font-family: var(--font-subtitle);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.hero__title {
  display: inline-flex;
  flex-direction: column;
  font-family: var(--font-display);
  font-size: clamp(5rem, 17vw, 10rem);
  line-height: 0.9;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  text-shadow: 0 16px 50px rgba(0, 0, 0, 0.5);
}

.hero__title-line {
  overflow: clip;
}

.hero__title-line > span {
  display: inline-block;
}

.hero__subtitle {
  margin-top: 1.5rem;
  font-family: var(--font-subtitle);
  color: rgba(244, 241, 232, 0.82);
  font-size: clamp(1rem, 2vw, 1.1rem);
  font-weight: 600;
  line-height: 1.55;
}

.hero__button {
  margin-top: 2rem;
}

.hero__scroll {
  position: absolute;
  left: 50%;
  bottom: 2rem;
  z-index: 2;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  transform: translateX(-50%);
}

.hero__scroll-line {
  width: 1px;
  height: 3.5rem;
  background: linear-gradient(180deg, rgba(244, 241, 232, 0.12), rgba(244, 241, 232, 0.8));
}

.hero__scroll-text {
  color: var(--color-muted);
  font-size: 0.68rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

@keyframes heroSpotlights {
  0% {
    transform: translate3d(-1.25%, 0.5%, 0) scale(1.02);
    opacity: 0.56;
  }
  50% {
    transform: translate3d(0, -0.75%, 0) scale(1.05);
    opacity: 0.74;
  }
  100% {
    transform: translate3d(1.4%, 0.35%, 0) scale(1.03);
    opacity: 0.62;
  }
}

.holding-page {
  min-height: 100vh;
  overflow: hidden;
}

.holding-page__shell {
  position: relative;
  min-height: 100vh;
  overflow: clip;
  isolation: isolate;
}

.holding-page__header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 1.5rem 0;
}

.holding-page__brand {
  font-family: var(--font-display);
  font-size: 1.2rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.holding-page__media,
.holding-page__overlay,
.holding-page__grain {
  position: absolute;
  inset: 0;
}

.holding-page__media {
  background-image: var(--hero-image);
  background-size: cover;
  background-position: center;
  transform: scale(1.08);
}

.holding-page__overlay {
  background:
    radial-gradient(circle at 50% 24%, rgba(5, 5, 5, 0.1) 0%, rgba(5, 5, 5, 0.2) 20%, rgba(5, 5, 5, 0.54) 100%),
    linear-gradient(180deg, rgba(5, 5, 5, 0.38) 0%, rgba(5, 5, 5, 0.52) 100%);
}

.holding-page__grain {
  background-image:
    radial-gradient(circle at 25% 25%, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px),
    radial-gradient(circle at 75% 75%, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px);
  background-size: 10px 10px, 14px 14px;
  mix-blend-mode: soft-light;
  opacity: 0.16;
  pointer-events: none;
}

.holding-page__main {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  min-height: 100vh;
}

.holding-page__content {
  width: 100%;
  margin-inline: auto;
  display: grid;
  justify-items: center;
  gap: 1.25rem;
  padding: 2rem 0;
  text-align: center;
}

.holding-page__eyebrow {
  margin-inline: auto;
  justify-content: center;
}

.holding-page__title {
  font-family: var(--font-display);
  font-size: clamp(4.5rem, 14vw, 10rem);
  line-height: 0.92;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  text-shadow: 0 16px 50px rgba(0, 0, 0, 0.45);
}

.holding-page__text {
  max-width: 35rem;
  margin: 0 auto;
  font-family: var(--font-subtitle);
  color: rgba(244, 241, 232, 0.82);
  font-size: clamp(1rem, 2.2vw, 1.18rem);
  line-height: 1.62;
}

.holding-page__partners {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 2.4rem 0 3.15rem;
  background: linear-gradient(180deg, rgba(5, 5, 5, 0) 0%, rgba(5, 5, 5, 0.48) 38%, rgba(5, 5, 5, 0.72) 100%);
}

.holding-page__logos {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 1rem;
  align-items: center;
  justify-items: center;
}

.holding-page__logo {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 1.9rem;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.8;
}

.holding-page__logo--auntie {
  max-height: 1.55rem;
}

.holding-page__logo--gets,
.holding-page__logo--dipu,
.holding-page__logo--consuegra {
  max-height: 1.75rem;
}

.holding-page__logo--cazalegas {
  max-height: 2.65rem;
}

.holding-page__logo--jccm,
.holding-page__logo--cmm {
  max-height: 1.5rem;
}

.holding-page__logo--jccm {
  max-height: 2.1rem;
}

.holding-page__logo--cibra {
  max-height: 1.25rem;
}

.manifesto,
.impact {
  background: var(--color-surface);
  color: var(--color-text-dark);
}

.manifesto__content {
  max-width: 56rem;
  text-align: center;
}

.manifesto__title {
  max-width: 25ch;
  margin-inline: auto;
  font-family: var(--font-display);
  font-size: clamp(3rem, 7vw, 3.75rem);
  line-height: 1.02;
  letter-spacing: var(--tracking-display);
  text-transform: uppercase;
  color: var(--color-text-dark);
}

.manifesto__text {
  max-width: 44rem;
  margin: 1.6rem auto 0;
  font-family: var(--font-subtitle);
  color: rgba(17, 17, 17, 0.74);
  font-size: clamp(1rem, 1.8vw, 1.1rem);
  line-height: 1.68;
}

.locations {
  background: var(--color-bg);
  display: flex;
  align-items: stretch;
}

.location-card {
  position: relative;
  flex: 1 1 50%;
  min-height: min(62vh, 46rem);
  display: grid;
  align-items: stretch;
  overflow: clip;
  perspective: 1200px;
  transform-style: preserve-3d;
}

.location-card__media {
  inset: -10% -6%;
  overflow: hidden;
  will-change: transform;
  transform-style: preserve-3d;
}

.location-card__media-inner {
  position: absolute;
  inset: -2%;
  background-image: var(--location-image);
  background-size: cover;
  background-position: var(--location-image-position, center);
  transform: scale(1.14);
  transform-origin: center;
  will-change: transform;
}

.location-card__overlay {
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0.68) 0%, rgba(5, 5, 5, 0.72) 100%),
    linear-gradient(90deg, rgba(5, 5, 5, 0.62) 0%, rgba(5, 5, 5, 0.08) 50%, rgba(5, 5, 5, 0.48) 100%);
  transition: background-color 0.4s ease, opacity 0.4s ease;
}

.location-card:hover .location-card__overlay,
.location-card:focus-within .location-card__overlay {
  opacity: 0.35;
}

.location-card__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 2rem;
  padding: clamp(1.4rem, 2.8vw, 2.2rem);
  transform: translateZ(2rem);
  transform-style: preserve-3d;
  will-change: transform;
}

.location-card__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.location-card__body {
  display: grid;
  justify-items: center;
  gap: 0.3rem;
  flex: 1;
  align-content: center;
  align-self: stretch;
  text-align: center;
  transform: translateZ(2.5rem);
}

.location-card__title {
  font-family: var(--font-display);
  font-size: clamp(3.5rem, 6vw, 5.8rem);
  line-height: 0.92;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  text-shadow: 0 12px 40px rgba(0, 0, 0, 0.42);
}

.location-card__subtitle {
  font-family: var(--font-subtitle);
  color: rgba(244, 241, 232, 0.82);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.location-card__link {
  display: inline-flex;
  align-items: center;
  margin-top: 1.35rem;
  padding: 0.72rem 1.35rem 0.68rem;
  border: 1px solid transparent;
  border-radius: 999px;
  background:
    linear-gradient(rgba(5, 5, 5, 0.26), rgba(5, 5, 5, 0.26)) padding-box,
    linear-gradient(90deg, rgba(215, 174, 85, 0.36) 0%, rgba(215, 174, 85, 0.95) 52%, rgba(215, 174, 85, 0.5) 100%) border-box;
  color: rgba(244, 241, 232, 0.98);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.03) inset,
    0 14px 28px rgba(0, 0, 0, 0.18);
  font-family: var(--font-subtitle);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  position: relative;
  transition:
    color var(--transition),
    transform var(--transition),
    box-shadow var(--transition),
    background var(--transition);
}

.location-card__link-text {
  position: relative;
  display: inline-flex;
  align-items: center;
  text-shadow: 0 10px 24px rgba(0, 0, 0, 0.3);
}

.location-card__link:hover,
.location-card__link:focus-visible {
  color: #f5d792;
  background:
    linear-gradient(rgba(5, 5, 5, 0.18), rgba(5, 5, 5, 0.18)) padding-box,
    linear-gradient(90deg, rgba(245, 215, 146, 0.52) 0%, rgba(245, 215, 146, 1) 52%, rgba(245, 215, 146, 0.62) 100%) border-box;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.05) inset,
    0 16px 34px rgba(0, 0, 0, 0.24),
    0 0 1.2rem rgba(215, 174, 85, 0.14);
  transform: translateY(-1px);
}

.location-card__link:focus-visible {
  outline-offset: 0.45rem;
}

.location-card .eyebrow {
  font-size: 0.62rem;
  letter-spacing: 0.24em;
}

.impact__intro {
  text-align: center;
}

.impact__intro .section-title {
  margin-inline: auto;
}

.impact__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  margin-top: clamp(3rem, 6vw, 4.5rem);
}

.impact-stat {
  position: relative;
  padding: 1.5rem 1.35rem 1.35rem;
  border: 1px solid rgba(17, 17, 17, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84) 0%, rgba(255, 255, 255, 0.68) 100%);
  box-shadow:
    0 18px 40px rgba(17, 17, 17, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.75);
  overflow: clip;
  text-align: center;
}

.impact-stat::before,
.salvapastores__fact::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--color-accent), rgba(215, 174, 85, 0.18) 72%, transparent);
}

.impact-stat__value,
.impact__growth-value {
  font-family: var(--font-display);
  font-size: clamp(3.5rem, 9vw, 6rem);
  line-height: 0.9;
  letter-spacing: 0.008em;
}

.impact-stat__label {
  margin-top: 0.9rem;
  font-family: var(--font-subtitle);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.impact-stat__detail,
.impact__growth-text,
.impact-chart__caption,
.commitment__text,
.site-footer__meta {
  color: rgba(17, 17, 17, 0.74);
}

.impact-stat__detail {
  margin-top: 0.55rem;
}

.impact__growth {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(18rem, 0.8fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: end;
  margin-top: clamp(3rem, 7vw, 5rem);
}

.impact__growth-value {
  margin-top: 1rem;
}

.impact__growth-text {
  max-width: 28rem;
  margin-top: 1rem;
  font-size: 1.05rem;
}

.impact-chart {
  display: grid;
  gap: 1rem;
}

.impact-chart__bars {
  display: flex;
  align-items: end;
  justify-content: flex-end;
  gap: clamp(0.8rem, 2vw, 1.4rem);
  min-height: 16rem;
}

.impact-chart__item {
  display: grid;
  justify-items: center;
  gap: 0.7rem;
}

.impact-chart__bar {
  width: clamp(2.5rem, 4vw, 3.3rem);
  height: 0;
  background: linear-gradient(180deg, rgba(215, 174, 85, 0.34), rgba(215, 174, 85, 0.82));
  border: 1px solid rgba(215, 174, 85, 0.4);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.impact-chart__item--accent .impact-chart__bar {
  background: linear-gradient(180deg, rgba(215, 174, 85, 0.75), rgba(191, 144, 48, 1));
}

.impact-chart__year {
  font-family: var(--font-subtitle);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.impact-chart__caption {
  max-width: 20rem;
  justify-self: end;
  text-align: right;
}

.salvapastores {
  --salva-ink: #232617;
  --salva-muted: rgba(35, 38, 23, 0.72);
  --salva-accent: #9b7a42;
  --salva-accent-soft: rgba(155, 122, 66, 0.18);
  --salva-olive: #737956;
  background:
    radial-gradient(circle at 12% 18%, rgba(115, 121, 86, 0.16), transparent 26%),
    radial-gradient(circle at 88% 82%, rgba(155, 122, 66, 0.12), transparent 28%),
    linear-gradient(180deg, #f3ecdf 0%, #ece1ce 100%);
  color: var(--salva-ink);
  border-top: 1px solid rgba(155, 122, 66, 0.12);
  border-bottom: 1px solid rgba(155, 122, 66, 0.12);
}

.salvapastores__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
}

.salvapastores__title {
  max-width: 14ch;
  margin-top: 1.1rem;
  font-family: var(--font-display);
  font-size: clamp(2.75rem, 6.2vw, 5.2rem);
  line-height: 0.98;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--salva-ink);
}

.salvapastores__content {
  display: grid;
  gap: 1.35rem;
}

.salvapastores__eyebrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  font-family: var(--font-subtitle);
  color: rgba(35, 38, 23, 0.74);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.3em;
}

.salvapastores__eyebrow::after {
  content: "";
  width: 3.25rem;
  height: 1px;
  background: linear-gradient(90deg, var(--salva-accent), transparent);
}

.salvapastores__text {
  max-width: 40rem;
  font-family: var(--font-subtitle);
  color: var(--salva-muted);
  font-size: clamp(0.98rem, 1.55vw, 1.06rem);
  line-height: 1.62;
}

.salvapastores__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 0.35rem;
}

.salvapastores__fact {
  position: relative;
  display: grid;
  align-content: start;
  gap: 0.7rem;
  padding: 1.5rem 1.35rem 1.2rem;
  border: 1px solid rgba(155, 122, 66, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 250, 242, 0.9) 0%, rgba(249, 242, 230, 0.76) 100%);
  box-shadow:
    0 18px 40px rgba(56, 41, 20, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.75);
  overflow: clip;
}

.salvapastores__fact-value {
  max-width: 100%;
  font-family: var(--font-display);
  font-size: clamp(1.28rem, 1.7vw, 1.55rem);
  line-height: 0.9;
  letter-spacing: 0.008em;
  text-transform: uppercase;
  color: var(--salva-ink);
  text-wrap: balance;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.salvapastores__fact-label {
  max-width: 14ch;
  font-family: var(--font-subtitle);
  color: rgba(35, 38, 23, 0.6);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-wrap: balance;
}

.salvapastores .button--gold {
  background: linear-gradient(180deg, #b28f57 0%, #98733d 100%);
  color: #f8f3e8;
  box-shadow:
    0 14px 30px rgba(89, 62, 24, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.salvapastores .button--gold:hover,
.salvapastores .button--gold:focus-visible {
  background: linear-gradient(180deg, #bc9a62 0%, #a17c44 100%);
  color: #fff8ed;
}

.commitment {
  overflow: clip;
  padding: 0;
}

.commitment__media {
  background-image: var(--commitment-image);
  background-size: cover;
  background-position: center bottom;
  transform: scale(1.08);
  transform-origin: center;
  will-change: transform;
}

.commitment__overlay {
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.86) 0%, rgba(5, 5, 5, 0.52) 42%, rgba(5, 5, 5, 0.28) 100%),
    linear-gradient(180deg, rgba(5, 5, 5, 0.15) 0%, rgba(5, 5, 5, 0.25) 100%);
}

.commitment__content {
  position: relative;
  z-index: 1;
  min-height: 42rem;
  display: grid;
  align-content: center;
  padding-block: clamp(5rem, 9vw, 7rem);
}

.commitment__grid {
  display: grid;
  grid-template-columns: minmax(0, 32rem) minmax(24rem, 34rem);
  align-items: center;
  justify-content: space-between;
  gap: clamp(2rem, 5vw, 4.5rem);
}

.commitment__copy {
  display: grid;
  gap: 1.25rem;
}

.commitment__title,
.final-cta__title {
  font-family: var(--font-display);
  line-height: 0.94;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  text-wrap: balance;
}

.commitment__title {
  max-width: 100%;
  font-size: clamp(3rem, 8vw, 6.25rem);
  line-height: 0.9;
  letter-spacing: 0.015em;
  overflow-wrap: anywhere;
}

.final-cta__title {
  font-size: clamp(3.5rem, 10vw, 7rem);
  max-width: 12ch;
}

.commitment__text {
  max-width: 35rem;
  font-family: var(--font-subtitle);
  color: rgba(244, 241, 232, 0.82);
  font-size: clamp(1rem, 2vw, 1.08rem);
  line-height: 1.62;
}

.commitment__portrait {
  justify-self: end;
  width: min(100%, 33rem);
}

.commitment__portrait-frame {
  position: relative;
  padding: 0.5rem;
  background:
    linear-gradient(180deg, rgba(244, 241, 232, 0.1) 0%, rgba(244, 241, 232, 0.04) 100%) padding-box,
    linear-gradient(135deg, rgba(215, 174, 85, 0.9) 0%, rgba(215, 174, 85, 0.24) 45%, rgba(244, 241, 232, 0.16) 100%) border-box;
  border: 1px solid transparent;
  border-radius: 1.6rem 5.25rem 1.6rem 4.5rem;
  box-shadow:
    0 22px 50px rgba(0, 0, 0, 0.24),
    0 0 0 1px rgba(255, 255, 255, 0.03) inset;
  backdrop-filter: blur(10px);
}

.commitment__portrait-frame::before {
  content: "";
  position: absolute;
  inset: 1rem;
  border: 1px solid rgba(244, 241, 232, 0.16);
  border-radius: 1rem 4.4rem 1rem 3.6rem;
  pointer-events: none;
}

.commitment__portrait-image {
  display: block;
  width: 100%;
  aspect-ratio: 1.28;
  object-fit: cover;
  object-position: center 40%;
  border-radius: 1rem 4.4rem 1rem 3.6rem;
  filter: saturate(0.92) contrast(1.04);
}

.trailer {
  position: relative;
  overflow: clip;
  background:
    radial-gradient(circle at top left, rgba(215, 174, 85, 0.14), transparent 24%),
    radial-gradient(circle at bottom right, rgba(180, 144, 84, 0.09), transparent 28%),
    linear-gradient(180deg, #f5f0e6 0%, #efe6d6 100%);
  border-top: 1px solid rgba(5, 5, 5, 0.06);
  border-bottom: 1px solid rgba(5, 5, 5, 0.06);
}

.trailer__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 4rem);
}

.trailer__title {
  max-width: 14ch;
  margin-top: 0.7rem;
  color: var(--color-text-dark);
  text-align: left;
}

.trailer__text {
  max-width: 34rem;
  margin-top: 1rem;
  color: rgba(26, 24, 20, 0.8);
  font-size: clamp(1rem, 1.7vw, 1.12rem);
  line-height: 1.62;
}

.trailer__link {
  margin-top: 1.4rem;
}

.trailer__media {
  position: relative;
}

.trailer__frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  padding: 0.45rem;
  border: 1px solid rgba(5, 5, 5, 0.08);
  border-radius: 1.8rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84) 0%, rgba(255, 255, 255, 0.68) 100%) padding-box,
    linear-gradient(135deg, rgba(215, 174, 85, 0.9) 0%, rgba(215, 174, 85, 0.18) 42%, rgba(255, 255, 255, 0.65) 100%) border-box;
  box-shadow:
    0 24px 56px rgba(39, 28, 12, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.52);
}

.trailer__frame::before {
  content: "";
  position: absolute;
  inset: 1rem;
  border: 1px solid rgba(244, 241, 232, 0.16);
  border-radius: 1.25rem;
  pointer-events: none;
  z-index: 1;
}

.trailer__iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 1.25rem;
  background: #000;
}

.event-gallery {
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  background:
    radial-gradient(circle at top left, rgba(215, 174, 85, 0.08), transparent 28%),
    #050505;
}

.event-gallery__header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2rem;
}

.event-gallery__title {
  max-width: 20ch;
  margin-top: 0.75rem;
  font-family: var(--font-display);
  font-size: clamp(3rem, 7vw, 5.75rem);
  line-height: 0.96;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.event-gallery__controls {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.event-gallery__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  border: 1px solid rgba(244, 241, 232, 0.14);
  border-radius: 50%;
  background: rgba(244, 241, 232, 0.04);
  color: var(--color-text);
  transition: transform var(--transition), border-color var(--transition),
    background-color var(--transition);
}

.event-gallery__button:hover,
.event-gallery__button:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(215, 174, 85, 0.48);
  background: rgba(215, 174, 85, 0.12);
}

.event-gallery__viewport {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(24rem, 42rem);
  gap: 1.25rem;
  overflow-x: auto;
  padding-bottom: 1rem;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: rgba(215, 174, 85, 0.5) rgba(244, 241, 232, 0.06);
}

.event-gallery__viewport::-webkit-scrollbar {
  height: 0.6rem;
}

.event-gallery__viewport::-webkit-scrollbar-track {
  background: rgba(244, 241, 232, 0.06);
}

.event-gallery__viewport::-webkit-scrollbar-thumb {
  background: rgba(215, 174, 85, 0.5);
  border-radius: 999px;
}

.event-gallery__slide {
  position: relative;
  aspect-ratio: 1.35 / 1;
  margin: 0;
  border-radius: 1.4rem;
  overflow: hidden;
  scroll-snap-align: start;
  background: #111;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.event-gallery__trigger {
  display: block;
  width: 100%;
  height: 100%;
  cursor: zoom-in;
}

.event-gallery__slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 5, 5, 0.04) 0%, rgba(5, 5, 5, 0.68) 100%);
  pointer-events: none;
}

.event-gallery__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.event-gallery__trigger:hover .event-gallery__image,
.event-gallery__trigger:focus-visible .event-gallery__image {
  transform: scale(1.03);
}

.event-gallery__trigger:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 1px rgba(244, 241, 232, 0.72);
}

.gallery-lightbox {
  position: fixed;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: min(92vw, 90rem);
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--color-text);
}

.gallery-lightbox::backdrop {
  background: rgba(5, 5, 5, 0.88);
  backdrop-filter: blur(12px);
}

.gallery-lightbox__shell {
  position: relative;
  padding: clamp(1rem, 2vw, 1.5rem);
}

.gallery-lightbox__close,
.gallery-lightbox__nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(244, 241, 232, 0.14);
  background: rgba(244, 241, 232, 0.05);
  color: var(--color-text);
  backdrop-filter: blur(16px);
  transition:
    border-color var(--transition),
    background-color var(--transition),
    transform var(--transition);
}

.gallery-lightbox__close:hover,
.gallery-lightbox__close:focus-visible,
.gallery-lightbox__nav:hover,
.gallery-lightbox__nav:focus-visible {
  border-color: rgba(215, 174, 85, 0.48);
  background: rgba(215, 174, 85, 0.14);
}

.gallery-lightbox__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  font-size: 1.8rem;
  line-height: 1;
}

.gallery-lightbox__stage {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(0.75rem, 2vw, 1.5rem);
}

.gallery-lightbox__figure {
  margin: 0;
  border-radius: 1.5rem;
  overflow: hidden;
  background: rgba(17, 17, 17, 0.86);
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.38);
}

.gallery-lightbox__image {
  display: block;
  width: 100%;
  max-height: calc(100vh - 8rem);
  object-fit: contain;
  background: #050505;
}

.gallery-lightbox__nav {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  font-size: 1.4rem;
}
}

.event-gallery__caption {
  position: absolute;
  left: 1.5rem;
  right: 1.5rem;
  bottom: 1.4rem;
  z-index: 1;
  color: rgba(244, 241, 232, 0.92);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.detail-page {
  background: var(--color-bg);
}

.detail-hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: center;
  overflow: clip;
  isolation: isolate;
}

.detail-hero__media,
.detail-hero__overlay,
.detail-hero__grain {
  position: absolute;
  inset: 0;
}

.detail-hero__media {
  background-image: var(--detail-hero-image);
  background-size: cover;
  background-position: var(--detail-hero-position, center);
  transform: scale(1.06);
}

.detail-hero__overlay {
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0.26) 0%, rgba(5, 5, 5, 0.78) 100%),
    linear-gradient(90deg, rgba(5, 5, 5, 0.72) 0%, rgba(5, 5, 5, 0.24) 52%, rgba(5, 5, 5, 0.4) 100%);
}

.detail-hero__grain {
  background-image:
    radial-gradient(circle at 25% 25%, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px),
    radial-gradient(circle at 75% 75%, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px);
  background-size: 10px 10px, 14px 14px;
  mix-blend-mode: soft-light;
  opacity: 0.16;
}

.detail-hero__content {
  position: relative;
  z-index: 1;
  align-self: center;
  display: grid;
  gap: 1.4rem;
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
}

.detail-hero__title {
  display: inline-flex;
  flex-direction: column;
  max-width: 12ch;
  font-family: var(--font-display);
  font-size: clamp(4rem, 10vw, 7.8rem);
  line-height: 0.92;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  text-shadow: 0 16px 50px rgba(0, 0, 0, 0.45);
}

.detail-hero__title-line {
  overflow: clip;
}

.detail-hero__title-line > span {
  display: inline-block;
}

.detail-hero__text {
  max-width: 38rem;
  font-family: var(--font-subtitle);
  color: rgba(244, 241, 232, 0.86);
  font-size: clamp(1.05rem, 2vw, 1.18rem);
  line-height: 1.58;
}

.detail-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.detail-hero__ghost-button {
  background: rgba(244, 241, 232, 0.06);
  color: var(--color-text);
  border-color: rgba(244, 241, 232, 0.16);
}

.detail-overview,
.detail-venue,
.detail-practical {
  background: var(--color-surface);
  color: var(--color-text-dark);
}

.detail-overview__grid,
.detail-venue__grid,
.detail-practical__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}

.detail-overview__content,
.detail-venue__content,
.detail-practical__cards {
  display: grid;
  gap: 1.25rem;
}

.detail-overview__grid .eyebrow {
  margin-bottom: 0.95rem;
}

.detail-overview__content {
  padding-top: 2.1rem;
}

.detail-overview__text,
.detail-venue__text,
.detail-timeline__text,
.detail-practical__card p,
.detail-info-card p {
  font-family: var(--font-subtitle);
  color: rgba(17, 17, 17, 0.78);
  font-size: clamp(1rem, 1.75vw, 1.08rem);
  line-height: 1.64;
}

.detail-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: clamp(2.5rem, 6vw, 4rem);
}

.detail-stat {
  position: relative;
  padding: 1.5rem 1.35rem 1.35rem;
  border: 1px solid rgba(17, 17, 17, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84) 0%, rgba(255, 255, 255, 0.68) 100%);
  box-shadow:
    0 18px 40px rgba(17, 17, 17, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.75);
  overflow: clip;
}

.detail-stat::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--color-accent), rgba(215, 174, 85, 0.18) 72%, transparent);
}

.detail-stat__label {
  font-family: var(--font-subtitle);
  color: rgba(17, 17, 17, 0.5);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}

.detail-stat__value,
.detail-timeline__time {
  margin-top: 0.9rem;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 0.9;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.detail-program {
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}

.detail-section-title {
  max-width: 20ch;
  margin-top: 0.75rem;
  font-family: var(--font-display);
  font-size: clamp(3rem, 7vw, 5.5rem);
  line-height: 0.98;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.detail-timeline {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.detail-timeline__item {
  display: grid;
  grid-template-columns: 9rem 1fr;
  gap: 1.5rem;
  padding: 1.4rem 0;
  border-top: 1px solid rgba(244, 241, 232, 0.12);
}

.detail-timeline__item:last-child {
  border-bottom: 1px solid rgba(244, 241, 232, 0.12);
}

.detail-timeline__title {
  font-family: var(--font-subtitle);
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.detail-timeline__text {
  color: rgba(244, 241, 232, 0.76);
  margin-top: 0.35rem;
}

.detail-venue__media {
  display: grid;
  border-radius: 1.25rem;
  overflow: hidden;
  min-height: 34rem;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.16);
}

.detail-venue__content .eyebrow {
  margin-bottom: 0;
}

.detail-venue__content .detail-section-title {
  margin-top: 0;
  padding-top: 0;
}

.detail-venue__media img {
  width: 100%;
  height: 100%;
  min-height: 34rem;
  object-fit: cover;
}

.detail-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 0.5rem;
}

.detail-info-grid--full {
  width: var(--container);
  margin: clamp(1.75rem, 4vw, 2.5rem) auto 0;
}

.detail-info-card,
.detail-practical__card {
  position: relative;
  padding: 1.5rem 1.35rem 1.35rem;
  border: 1px solid rgba(17, 17, 17, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84) 0%, rgba(255, 255, 255, 0.68) 100%);
  box-shadow:
    0 18px 40px rgba(17, 17, 17, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.75);
  overflow: clip;
}

.detail-info-card::before,
.detail-practical__card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--color-accent), rgba(215, 174, 85, 0.18) 72%, transparent);
}

.detail-practical__meta {
  margin-bottom: 0.85rem;
  font-family: var(--font-subtitle);
  color: rgba(17, 17, 17, 0.5);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}

.detail-info-card h3,
.detail-practical__card h3 {
  max-width: 16ch;
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.detail-practical__card p + p,
.detail-info-card h3 + p,
.detail-practical__card h3 + p {
  margin-top: 0.9rem;
}

.detail-practical__cards {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  display: grid;
  gap: 1rem;
}

.detail-practical__content {
  display: grid;
  gap: 1.35rem;
}

.detail-practical__highlight {
  position: relative;
  display: grid;
  gap: 0.95rem;
  padding: 1.5rem 1.45rem 1.55rem;
  border: 1px solid rgba(5, 5, 5, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 251, 244, 0.95) 0%, rgba(248, 239, 222, 0.9) 100%);
  box-shadow:
    0 22px 46px rgba(39, 28, 12, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.62);
  overflow: clip;
}

.detail-practical__highlight::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--color-accent), rgba(215, 174, 85, 0.2) 76%, transparent);
}

.detail-practical__highlight h3 {
  max-width: 18ch;
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 3.4vw, 2.4rem);
  font-weight: 800;
  line-height: 0.96;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.detail-practical__highlight p + p,
.detail-practical__highlight h3 + p {
  margin-top: 0;
}

.detail-practical__highlight-link {
  justify-self: start;
  margin-top: 0.55rem;
  min-height: 3rem;
  padding: 0.72rem 1.2rem;
  gap: 0.7rem;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
}

.detail-practical__highlight-link .button__icon {
  font-size: 0.88em;
}

.final-cta {
  position: relative;
  overflow: clip;
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  background:
    radial-gradient(circle at 50% 0%, rgba(96, 128, 201, 0.16), transparent 34%),
    linear-gradient(180deg, #08101f 0%, #0b1730 52%, #050814 100%);
}

.final-cta__sky,
.final-cta__stars {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.final-cta__sky {
  background-image:
    radial-gradient(circle at 18% 20%, rgba(98, 128, 214, 0.16), transparent 20%),
    radial-gradient(circle at 82% 12%, rgba(163, 190, 255, 0.1), transparent 22%),
    radial-gradient(circle at 50% 80%, rgba(11, 21, 44, 0.22), transparent 36%),
    linear-gradient(180deg, rgba(7, 16, 34, 0.06), rgba(3, 8, 18, 0.18));
  transform: scale(1.02);
  opacity: 0.92;
}

.final-cta__stars {
  opacity: 1;
  mix-blend-mode: screen;
}

.final-cta__stars::before,
.final-cta__stars::after {
  content: "";
  position: absolute;
  inset: -10%;
  background-repeat: repeat;
  animation: twinkle 6.5s ease-in-out infinite alternate;
}

.final-cta__stars--near::before {
  background-image:
    radial-gradient(circle at 17px 31px, rgba(255, 248, 230, 0.98) 0 1.35px, transparent 2px),
    radial-gradient(circle at 93px 141px, rgba(215, 174, 85, 0.84) 0 1.05px, transparent 1.7px),
    radial-gradient(circle at 151px 57px, rgba(255, 255, 255, 0.88) 0 0.95px, transparent 1.5px),
    radial-gradient(circle at 46px 178px, rgba(255, 248, 230, 0.9) 0 0.92px, transparent 1.45px),
    radial-gradient(circle at 208px 104px, rgba(173, 201, 255, 0.76) 0 0.88px, transparent 1.35px);
  background-size: 257px 223px, 311px 287px, 379px 331px, 293px 251px, 347px 307px;
  background-position: 3% 7%, 71% 13%, 29% 67%, 84% 59%, 16% 82%;
}

.final-cta__stars--near::after {
  background-image:
    radial-gradient(circle at 28px 48px, rgba(255, 248, 230, 0.9) 0 1.12px, transparent 1.65px),
    radial-gradient(circle at 142px 88px, rgba(215, 174, 85, 0.74) 0 0.9px, transparent 1.45px),
    radial-gradient(circle at 224px 164px, rgba(255, 255, 255, 0.78) 0 0.82px, transparent 1.28px),
    radial-gradient(circle at 96px 206px, rgba(163, 190, 255, 0.66) 0 0.8px, transparent 1.22px);
  background-size: 281px 243px, 337px 319px, 403px 351px, 259px 297px;
  background-position: 76% 18%, 21% 72%, 58% 41%, 9% 51%;
  animation-delay: 1.2s;
  animation-duration: 6.1s;
}

.final-cta__stars--far::before {
  background-image:
    radial-gradient(circle at 19px 37px, rgba(255, 255, 255, 0.58) 0 0.82px, transparent 1.22px),
    radial-gradient(circle at 87px 109px, rgba(215, 174, 85, 0.38) 0 0.66px, transparent 1.08px),
    radial-gradient(circle at 143px 61px, rgba(173, 201, 255, 0.48) 0 0.7px, transparent 1.08px),
    radial-gradient(circle at 61px 153px, rgba(255, 255, 255, 0.42) 0 0.62px, transparent 1.02px);
  background-size: 147px 133px, 189px 171px, 211px 197px, 173px 159px;
  background-position: 24% 33%, 68% 54%, 11% 76%, 87% 27%;
  opacity: 0.78;
  animation-duration: 7s;
}

.final-cta__stars--far::after {
  background-image:
    radial-gradient(circle at 33px 24px, rgba(255, 255, 255, 0.5) 0 0.72px, transparent 1.06px),
    radial-gradient(circle at 121px 149px, rgba(255, 248, 230, 0.34) 0 0.6px, transparent 0.98px),
    radial-gradient(circle at 204px 83px, rgba(163, 190, 255, 0.34) 0 0.56px, transparent 0.94px);
  background-size: 171px 153px, 229px 211px, 263px 247px;
  background-position: 13% 74%, 82% 29%, 46% 58%;
  opacity: 0.58;
  animation-delay: 1.4s;
  animation-duration: 8.2s;
}

.final-cta__content {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 1.2rem;
}

.final-cta__title span {
  display: block;
}

@keyframes twinkle {
  0% {
    opacity: 0.22;
    transform: scale(0.978);
  }

  25% {
    opacity: 0.88;
  }

  52% {
    opacity: 0.34;
  }

  76% {
    opacity: 1;
  }

  100% {
    opacity: 0.54;
    transform: scale(1.03);
  }
}

.site-footer {
  background: var(--color-bg);
  padding: 1.75rem 0 2.5rem;
}

.site-footer__inner {
  display: grid;
  gap: 2rem;
}

.site-footer__nav {
  display: grid;
  gap: 1.35rem;
}

.site-footer__logos {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 1rem;
  align-items: center;
  justify-items: center;
  padding: 0.25rem 0 0.35rem;
}

.site-footer__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: rgba(244, 241, 232, 0.56);
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.site-footer__meta p:first-child {
  font-family: var(--font-display);
  font-size: 1.2rem;
  letter-spacing: 0.14em;
  color: var(--color-text);
  text-transform: uppercase;
}

.reveal-lines {
  overflow: clip;
}

.manifesto__title,
.section-title,
.salvapastores__title,
.commitment__title,
.final-cta__title,
.event-gallery__title,
.detail-hero__title,
.detail-section-title,
.detail-info-card h3,
.detail-practical__card h3 {
  padding-top: 0.14em;
}

@media (max-width: 960px) {
  .locations {
    display: block;
  }

  .location-card__content {
    padding: clamp(1.5rem, 3vw, 2rem);
  }

  .location-card__title {
    font-size: clamp(4rem, 13vw, 7rem);
  }

  .location-card__subtitle {
    font-size: 0.76rem;
    letter-spacing: 0.32em;
  }

  .impact__stats,
  .impact__growth {
    grid-template-columns: 1fr;
  }

  .salvapastores__grid,
  .salvapastores__facts,
  .trailer__grid,
  .detail-overview__grid,
  .detail-venue__grid,
  .detail-practical__grid,
  .detail-practical__cards,
  .detail-info-grid,
  .detail-stats {
    grid-template-columns: 1fr;
  }

  .impact-chart__bars {
    justify-content: flex-start;
  }

  .impact-chart__caption {
    justify-self: start;
    text-align: left;
  }

  .commitment__content {
    min-height: 34rem;
  }

  .commitment__grid {
    grid-template-columns: 1fr;
  }

  .commitment__portrait {
    justify-self: start;
    width: min(100%, 20.5rem);
    margin-top: 0.5rem;
  }

  .event-gallery__header {
    align-items: start;
    flex-direction: column;
  }

  .trailer__frame {
    border-radius: 1.4rem;
  }

  .detail-timeline__item {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }
}

@media (max-width: 800px) {
  .site-header__toggle {
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 0.75rem);
    left: 1rem;
    right: 1rem;
    display: grid;
    gap: 1rem;
    padding: 1.25rem;
    background: rgba(5, 5, 5, 0.92);
    border: 1px solid var(--color-border);
    border-radius: 1.25rem;
    backdrop-filter: blur(18px);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-0.5rem);
    transition: opacity var(--transition), visibility var(--transition),
      transform var(--transition);
  }

  .site-nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .hero__meta {
    top: calc(var(--header-height) + 0.5rem);
  }
}

@media (max-width: 640px) {
  :root {
    --container: min(100vw - 1.5rem, 1120px);
  }

  .section {
    padding: 4.5rem 0;
  }

  .site-header {
    padding: 0.75rem 0;
  }

  .site-header__brand {
    max-width: 11ch;
    line-height: 0.95;
  }

  .hero__content {
    padding-top: 6rem;
    padding-bottom: 6.5rem;
  }

  .hero__title {
    font-size: clamp(4.2rem, 22vw, 7rem);
  }

  .hero__subtitle {
    font-size: 0.98rem;
  }

  .holding-page__title {
    font-size: clamp(3.8rem, 19vw, 6.4rem);
  }

  .holding-page__content {
    padding-bottom: 7.25rem;
  }

  .holding-page__partners {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1rem 0 1.5rem;
    background: linear-gradient(180deg, rgba(5, 5, 5, 0) 0%, rgba(5, 5, 5, 0.36) 100%);
  }

  .holding-page__logos {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.85rem 1rem;
  }

  .site-footer__logos {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.85rem 1rem;
  }

  .holding-page__logo {
    max-height: 1.45rem;
  }

  .holding-page__logo--auntie,
  .holding-page__logo--cmm,
  .holding-page__logo--cibra {
    max-height: 1.25rem;
  }

  .holding-page__logo--consuegra,
  .holding-page__logo--cazalegas {
    max-height: 1.35rem;
  }

  .holding-page__logo--cazalegas {
    max-height: 1.55rem;
  }

  .holding-page__logo--cibra {
    max-height: 1.05rem;
  }

  .holding-page__logo--jccm {
    max-height: 1.7rem;
  }

  .manifesto__title,
  .section-title,
  .salvapastores__title,
  .commitment__title,
  .final-cta__title,
  .event-gallery__title,
  .detail-hero__title,
  .detail-section-title,
  .trailer__title {
    max-width: 100%;
  }

  .location-card {
    min-height: 68vh;
  }

  .commitment__portrait {
    justify-self: stretch;
    width: 100%;
  }

  .event-gallery__viewport {
    grid-auto-columns: minmax(18rem, 78vw);
  }

  .event-gallery__slide {
    aspect-ratio: 1.12 / 1;
  }

  .gallery-lightbox {
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%);
    width: min(96vw, 90rem);
  }

  .gallery-lightbox__shell {
    padding: 3.5rem 0 0;
  }

  .gallery-lightbox__close {
    top: 0.25rem;
    right: 0.25rem;
  }

  .gallery-lightbox__stage {
    grid-template-columns: 1fr;
  }

  .gallery-lightbox__figure {
    order: 1;
  }

  .gallery-lightbox__nav {
    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
  }

  .gallery-lightbox__nav--prev {
    left: 0.25rem;
  }

  .gallery-lightbox__nav--next {
    right: 0.25rem;
  }

  .detail-hero__actions {
    align-items: stretch;
  }

  .detail-hero__actions .button {
    width: 100%;
  }

  .detail-hero__title {
    font-size: clamp(4rem, 18vw, 6rem);
  }

  .location-card__topline {
    flex-direction: column;
    align-items: flex-start;
  }

  .impact__stats {
    gap: 2rem;
  }

  .impact-chart__bars {
    min-height: 13rem;
  }

  .site-footer__meta {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .js .reveal-lines,
  .js .location-card__title,
  .js .location-card__subtitle,
  .js .impact-stat,
  .js .commitment__content > *,
  .js .final-cta__content > *,
  .js .detail-stat,
  .js .detail-timeline__item,
  .js .detail-info-card,
  .js .detail-practical__card {
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
    will-change: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  .hero__media,
  .hero__lights,
  .location-card__media,
  .commitment__media {
    transform: none !important;
  }

  .impact-chart__bar {
    height: var(--bar-height) !important;
  }

  .final-cta__stars::before,
  .final-cta__stars::after {
    animation: none !important;
  }
}
