@font-face {
  font-family: "Archivo Expanded";
  src: url("assets/fonts/Archivo-Expanded-Black.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url("assets/fonts/IBM-Plex-Sans-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url("assets/fonts/IBM-Plex-Sans-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

:root {
  color-scheme: dark;
  --night: #111426;
  --moon: #f3eee5;
  --lime: #d4ff3f;
  --coral: #ff5b62;
  --line: rgba(243, 238, 229, .24);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--night); color: var(--moon); font: 400 1rem/1.5 "IBM Plex Sans", Arial, sans-serif; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; }
.skip-link { position: fixed; top: -5rem; left: 1rem; z-index: 99; padding: .7rem 1rem; background: var(--lime); color: var(--night); font-weight: 600; }
.skip-link:focus { top: 1rem; }
.page-shell { width: min(100% - 5rem, 1440px); margin-inline: auto; }
.site-header { background: var(--night); border-bottom: 1px solid var(--line); position: relative; z-index: 20; }
.header-inner { display: flex; align-items: center; min-height: 96px; gap: clamp(1rem, 3vw, 3rem); }
.brand-link { display: block; width: 145px; flex: none; }
.brand-link img { width: 100%; height: auto; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: clamp(1rem, 2.8vw, 3rem); margin-left: auto; }
.desktop-nav a { font-size: .91rem; font-weight: 600; letter-spacing: .08em; transition: color .2s ease; }
.desktop-nav a:hover, .text-link:hover { color: var(--lime); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 1.3rem; min-height: 52px; padding: .8rem 1.2rem; font-weight: 600; line-height: 1.2; text-align: center; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-lime { background: var(--lime); color: var(--night); }
.button-lime:hover { background: var(--moon); }
.button span { font-size: 1.1em; line-height: 1; }
.header-ticket { white-space: nowrap; }
.menu-toggle, .mobile-nav, .mobile-header-cta { display: none; }
.light-section { background: var(--moon); color: var(--night); }
section[id] { scroll-margin-top: 1rem; }
.hero { overflow: clip; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .97fr); min-height: min(760px, calc(100svh - 96px)); }
.hero-copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; min-width: 0; padding: clamp(4rem, 8vw, 8rem) clamp(2rem, 6vw, 6rem) 2rem 0; }
.eyebrow { margin: 0; font-size: .9rem; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.hero-date { color: var(--lime); }
.hero-date span { padding-inline: .5em; color: var(--coral); }
.hero h1 { margin: 1.6rem 0 1.4rem; font-family: "Archivo Expanded", Arial, sans-serif; font-size: clamp(3.2rem, 5.8vw, 6.6rem); font-weight: 900; line-height: .97; letter-spacing: -.065em; }
.hero h1 span { color: var(--lime); }
.hero-intro { max-width: 36ch; margin: 0; font-size: clamp(1.08rem, 1.5vw, 1.35rem); line-height: 1.5; }
.hero-actions { display: flex; align-items: center; gap: 1.8rem; flex-wrap: wrap; margin-top: 2.4rem; }
.text-link { font-size: .98rem; font-weight: 600; border-bottom: 1px solid currentColor; padding-bottom: .2rem; transition: color .2s ease; }
.text-link span { margin-left: .65rem; }
.hero-visual { position: relative; min-height: 590px; overflow: hidden; background: #253146; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 59%; }
.section-pad { padding-block: clamp(5rem, 9vw, 9rem); }
.section-index { display: flex; align-items: center; gap: 1rem; font-size: .82rem; font-weight: 600; letter-spacing: .08em; white-space: nowrap; }
.index-rule { width: 2.4rem; height: 1px; background: currentColor; opacity: .55; }
.section-title { margin: 0; font: 900 clamp(3.2rem, 5.6vw, 6.5rem)/.98 "Archivo Expanded", Arial, sans-serif; letter-spacing: -.065em; }
.section-subtitle { margin: 1rem 0 0; font-size: 1rem; font-weight: 600; letter-spacing: .065em; }
.section-top { display: grid; grid-template-columns: minmax(115px, .19fr) 1fr; align-items: start; gap: clamp(1.5rem, 4vw, 4rem); margin-bottom: clamp(2.4rem, 5vw, 5rem); }
.intro-grid { display: grid; grid-template-columns: minmax(115px, .19fr) minmax(0, 1fr); align-items: start; column-gap: clamp(1.5rem, 4vw, 4rem); row-gap: 1.5rem; }
.intro-body { grid-column: 2; justify-self: start; width: min(100%, 32rem); }
.intro-body > p { max-width: 34ch; margin: 0; font-size: clamp(1.16rem, 1.6vw, 1.45rem); line-height: 1.48; }
.intro-facts { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 2.5rem; }
.fact { display: inline-flex; align-items: center; min-height: 48px; padding: .65rem .85rem; font-size: .88rem; font-weight: 600; }
.fact-lime { background: var(--lime); }
.fact-outline { border: 1px solid currentColor; }
.highlights { padding-top: 0; }
.highlight-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1rem, 2vw, 2rem); }
.highlight-card { min-width: 0; }
.highlight-image { aspect-ratio: 1 / 1.04; overflow: hidden; background: var(--night); }
.highlight-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.highlight-card:hover img { transform: scale(1.035); }
.highlight-copy { padding: 1.3rem 0 0; }
.category-label { display: inline-flex; width: fit-content; padding: .27rem .55rem; background: var(--coral); color: var(--night); font-size: .84rem; font-weight: 600; }
.highlight-copy h3 { margin: .8rem 0 .1rem; font-size: clamp(1.25rem, 1.9vw, 1.8rem); font-weight: 600; line-height: 1.22; }
.highlight-copy p { margin: 0; font-size: 1rem; font-weight: 600; }
.program { background: var(--night); color: var(--moon); }
.program-list { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); }
.program-list li { display: grid; grid-template-columns: minmax(110px, .2fr) 1fr auto; align-items: center; gap: clamp(1.2rem, 3vw, 3rem); padding: 1.5rem 0; border-bottom: 1px solid var(--line); }
.program-list time { color: var(--lime); font: 600 clamp(1.55rem, 2.6vw, 2.8rem)/1 "IBM Plex Sans", Arial, sans-serif; letter-spacing: -.04em; }
.program-list h3 { margin: 0; font-size: clamp(1.2rem, 2vw, 1.7rem); font-weight: 600; line-height: 1.25; }
.program-list p { margin: .25rem 0 0; font-size: 1rem; }
.program-arrow { font-size: 1.6rem; color: var(--coral); }
.program-note { margin: 1.4rem 0 0; font-size: .82rem; letter-spacing: .07em; }
.locations-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.map-wrap { min-width: 0; overflow: auto; background: #fffaf2; }
.map-wrap img { width: 100%; height: auto; max-width: none; }
.locations-list { list-style: none; padding: 0; margin: 0; border-top: 1px solid rgba(17, 20, 38, .34); }
.locations-list li { display: grid; grid-template-columns: 4rem 1fr; gap: 1rem; align-items: baseline; padding: 1rem 0; border-bottom: 1px solid rgba(17, 20, 38, .34); font-size: clamp(1rem, 1.4vw, 1.3rem); font-weight: 600; }
.locations-list li span:first-child { color: var(--coral); }
.map-note { margin: 1.2rem 0 0; max-width: 45ch; font-size: .9rem; line-height: 1.45; }
.tickets .section-title { color: var(--lime); }
.ticket-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.ticket-card { display: flex; flex-direction: column; justify-content: space-between; min-height: 240px; padding: clamp(1.5rem, 3vw, 3rem); color: var(--night); }
.ticket-card span { font-size: 1.2rem; font-weight: 600; }
.ticket-card strong { font: 900 clamp(3.5rem, 6.6vw, 7rem)/.9 "Archivo Expanded", Arial, sans-serif; letter-spacing: -.06em; }
.ticket-pass { background: var(--lime); }
.ticket-early { background: var(--moon); }
.ticket-footer { display: flex; justify-content: space-between; align-items: center; gap: 2rem; flex-wrap: wrap; padding-top: 2rem; }
.ticket-footer p { margin: 0; font-size: 1rem; font-weight: 600; letter-spacing: .05em; }
.ticket-footer button { cursor: pointer; border: 0; }
.site-footer { padding-block: 3rem 4rem; border-top: 1px solid var(--line); }
.footer-grid { display: flex; align-items: end; justify-content: space-between; gap: 2rem; }
.footer-grid > a { width: 185px; }
.footer-grid > a img { width: 100%; height: auto; }
.footer-grid > div { display: grid; gap: .25rem; text-align: right; font-size: .96rem; }
.ticket-dialog { width: min(100% - 2rem, 480px); max-width: none; padding: 2.5rem; border: 0; background: var(--moon); color: var(--night); box-shadow: 0 1rem 4rem rgba(0,0,0,.28); }
.ticket-dialog::backdrop { background: rgba(10, 12, 22, .78); }
.ticket-dialog form { position: relative; }
.ticket-dialog h2 { margin: 0 2rem 1rem 0; font: 900 clamp(1.7rem, 4vw, 2.4rem)/1.08 "Archivo Expanded", Arial, sans-serif; }
.ticket-dialog p { margin: 0 0 1.6rem; font-size: 1.08rem; }
.ticket-dialog .button { border: 0; cursor: pointer; }
.dialog-close { position: absolute; right: -.7rem; top: -1.15rem; border: 0; padding: .3rem .7rem; background: transparent; color: var(--night); font-size: 2rem; cursor: pointer; }

@media (max-width: 860px) {
  .page-shell { width: min(100% - 2.5rem, 1440px); }
  .header-inner { min-height: 74px; }
  .brand-link { width: 104px; }
  .desktop-nav, .header-ticket { display: none; }
  .mobile-header-cta { display: flex; align-items: center; justify-content: space-between; min-height: 43px; padding: .55rem 1.25rem; background: var(--lime); color: var(--night); font-size: .9rem; font-weight: 600; }
  .menu-toggle { display: flex; align-items: center; gap: .8rem; margin-left: auto; padding: .45rem 0; border: 0; background: transparent; color: var(--moon); font-size: .9rem; font-weight: 600; letter-spacing: .08em; cursor: pointer; }
  .menu-toggle span { font-size: 1.7rem; font-weight: 400; line-height: .6; color: var(--lime); }
  .mobile-nav:not([hidden]) { display: grid; gap: 0; padding: .5rem 1.25rem 1.2rem; background: var(--night); border-top: 1px solid var(--line); }
  .mobile-nav a { padding: .8rem 0; border-bottom: 1px solid var(--line); font-weight: 600; }
  .hero-grid { grid-template-columns: 1fr; min-height: 0; }
  .hero-copy { padding: 3.2rem 0 2rem; }
  .hero h1 { max-width: 13ch; margin: 1.2rem 0; font-size: clamp(2.95rem, 10.6vw, 5rem); }
  .hero-intro { font-size: 1.12rem; }
  .hero-actions { margin-top: 1.8rem; gap: 1.3rem; }
  .hero-visual { min-height: 65svh; max-height: 720px; margin-inline: -1.25rem; }
  .section-top, .intro-grid { grid-template-columns: 1fr; gap: 1.4rem; }
  .intro-body { grid-column: 1; justify-self: start; width: 100%; }
  .section-index { font-size: .75rem; }
  .section-title { font-size: clamp(2.4rem, 5.9vw, 3.2rem); }
  .intro-body > p { max-width: 58ch; }
  .locations-grid { grid-template-columns: 1fr; gap: 2rem; }
  .map-wrap { width: 100%; }
}

@media (max-width: 680px) {
  .section-pad { padding-block: 4.2rem; }
  .highlights { padding-top: 0; }
  .section-subtitle { font-size: .88rem; }
  .highlight-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .highlight-image { aspect-ratio: 1.2 / 1; }
  .highlight-copy { padding-top: 1rem; }
  .program-list li { grid-template-columns: 84px 1fr; gap: 1rem; align-items: start; padding: 1.15rem 0; }
  .program-list time { font-size: 1.4rem; }
  .program-list h3 { font-size: 1.12rem; }
  .program-list p { font-size: .93rem; }
  .program-arrow { display: none; }
  .map-wrap img { min-width: 620px; }
  .locations-list li { font-size: 1.02rem; }
  .ticket-grid { grid-template-columns: 1fr; }
  .ticket-card { min-height: 200px; }
  .ticket-footer { align-items: stretch; }
  .ticket-footer .button { width: 100%; }
  .footer-grid { flex-direction: column; align-items: flex-start; }
  .footer-grid > div { text-align: left; }
}

@media (max-width: 420px) {
  .section-title { font-size: 9vw; }
  .hero h1 { font-size: clamp(2.45rem, 10.5vw, 3.3rem); }
  .hero-visual { min-height: 445px; }
  .hero-actions .button { width: 100%; }
  .intro-facts { display: grid; }
  .fact { width: fit-content; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
