@font-face {
  font-family: "Dazzle Unicase";
  src:
    url("../dazzle-unicase-bold.woff2") format("woff2"),
    url("../dazzle-unicase-bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #0b0b0b;
  --white: #ffffff;
  --paper: #f5f2ea;
  --lime: #c8ce26;
  --coral: #f35c5c;
  --violet: #972dc4;
  --blue: #6e75ff;
  --green: #4aa684;
  --orange: #de9b32;
  --header-height: 88px;
  --page-padding: clamp(20px, 4vw, 72px);
  --max-width: 1600px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
}

body {
  margin: 0;
  color: var(--black);
  background: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

body.menu-open .site-header {
  border-bottom-color: rgba(11, 11, 11, 0.12);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(8px);
}

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

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button:focus-visible,
a:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 4px;
}

::selection {
  color: var(--white);
  background: var(--violet);
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  background: var(--black);
  color: var(--white);
  transform: translateY(-150%);
  transition: transform 180ms ease;
}

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

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  height: var(--header-height);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 12px var(--page-padding);
  border-bottom: 1px solid rgba(11, 11, 11, 0.12);
  background: rgba(255, 255, 255, 0.94);
  color: var(--black);
  backdrop-filter: blur(8px);
  transition: height 240ms ease, border-color 240ms ease, background 240ms ease;
}

.site-header.is-scrolled {
  height: 72px;
  border-bottom-color: rgba(11, 11, 11, 0.16);
  background: rgba(255, 255, 255, 0.94);
}

.brand {
  width: 58px;
  height: 54px;
  overflow: hidden;
}

.brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(20px, 3vw, 48px);
  font-family: "Dazzle Unicase", Impact, sans-serif;
}

.main-nav a {
  text-decoration: none;
}

.main-nav a {
  position: relative;
  font-size: 0.82rem;
}

.main-nav a::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 3px;
  content: "";
  background: var(--black);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms ease;
}

.main-nav a:hover::after,
.main-nav a:focus-visible::after {
  transform: scaleX(1);
}

.header-ticket {
  justify-self: end;
}

.menu-toggle {
  display: none;
  padding: 8px 0;
  border: 0;
  background: transparent;
  color: var(--black);
  font: 700 0.85rem/1 "Dazzle Unicase", Impact, sans-serif;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 14px 23px;
  border: 2px solid var(--black);
  border-radius: 7px;
  background: var(--black);
  color: var(--white);
  font-family: "Dazzle Unicase", Impact, sans-serif;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  transition: color 200ms ease, background 200ms ease, transform 200ms ease;
}

.button:hover {
  background: var(--coral);
  color: var(--black);
  transform: translateY(-3px);
}

.button--small {
  min-height: 44px;
  padding: 12px 18px;
  font-size: 0.8rem;
}

.button--light {
  border-color: var(--white);
  background: var(--white);
  color: var(--black);
}

.button--light:hover {
  border-color: var(--black);
  background: var(--lime);
}

.hero {
  position: relative;
  height: 100svh;
  min-height: 620px;
  display: grid;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
  background: var(--white);
}

.hero-stage {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  isolation: isolate;
}

.hero-shapes,
.hero-portraits {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.shape,
.portrait {
  position: absolute;
  will-change: transform;
}

.home-motion-item {
  will-change: transform, translate, rotate;
}

.shape {
  z-index: 0;
}

.shape--1 { top: -29.9svh; left: -16.1vw; width: min(24vw, 42.6svh); }
.shape--2 { top: -21.4svh; left: 2.45vw; width: min(20.3vw, 36.1svh); }
.shape--3 { top: -23.15svh; left: 36.45vw; width: min(26.6vw, 47.2svh); }
.shape--4 { top: -13.9svh; right: -3.1vw; width: min(30.2vw, 53.7svh); }
.shape--5 { top: 16.4svh; right: -7.8vw; width: min(30.7vw, 54.6svh); }
.shape--6 { right: -5.2vw; bottom: -33.2svh; width: min(25.5vw, 45.4svh); }
.shape--7 { top: 88.9svh; left: 62vw; width: min(18.25vw, 32.4svh); }
.shape--8 { top: 93.4svh; left: 47.6vw; width: min(19.7vw, 35svh); }
.shape--9 { top: 51.3svh; left: -13.1vw; width: min(41.3vw, 73.4svh); }
.shape--10 { top: 85.4svh; left: -30.5vw; width: min(38.8vw, 69svh); }
.shape--11 { top: 91svh; left: 25.3vw; width: min(28.7vw, 51svh); }

.shape--mobile {
  display: none;
}

.shape--3 {
  --drift-x: 9px;
  --drift-y: 5px;
  --drift-rotate: 0.5deg;
  animation: hero-drift 13s ease-in-out -2s infinite;
}

.shape--5 {
  --drift-x: -7px;
  --drift-y: 11px;
  --drift-rotate: -0.35deg;
  animation: hero-drift 17s ease-in-out -11s infinite;
}

.shape--6 {
  --drift-x: -10px;
  --drift-y: -6px;
  --drift-rotate: 0.4deg;
  animation: hero-drift 19s ease-in-out -5s infinite;
}

.shape--9 {
  --drift-x: 12px;
  --drift-y: -8px;
  --drift-rotate: -0.45deg;
  animation: hero-drift 23s ease-in-out -16s infinite;
}

@keyframes hero-drift {
  0%, 18%, 100% {
    transform: translate3d(0, 0, 0) rotate(0);
  }
  48% {
    transform: translate3d(var(--drift-x), var(--drift-y), 0) rotate(var(--drift-rotate));
  }
  72% {
    transform: translate3d(0, 0, 0) rotate(0);
  }
}

.portrait {
  z-index: 1;
}

.portrait--goyo {
  top: -8.3svh;
  left: 4.7vw;
  width: min(19.3vw, 34.3svh);
}

.portrait--galder {
  top: 54.2svh;
  left: -1.6vw;
  width: min(38vw, 67.6svh);
}

.portrait--george {
  top: 20.8svh;
  right: -5.7vw;
  width: min(27.6vw, 49.1svh);
}

.hero-copy {
  position: absolute;
  z-index: 2;
  top: 10.3svh;
  left: 50%;
  width: min(34.3vw, 61svh);
  margin: 0;
  text-align: center;
  translate: -50% 0;
}

.venue,
.date-line,
.edition,
.artist-names,
.kicker,
.section-number,
.event-facts span,
.countdown-grid span,
.footer-brand p,
.scroll-cue,
.ticker,
.copyright {
  font-family: "Dazzle Unicase", Impact, sans-serif;
}

.venue-asset,
.date-asset,
.festival-asset {
  display: block;
  width: 100%;
}

.hero h1 {
  margin: 2.1% 0 0;
}

.fich-word {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  aspect-ratio: 656 / 543;
  background: transparent;
  cursor: pointer;
}

.fich-letter {
  position: absolute;
  inset: 0;
  background: url("../WEB-ELEMENTS/FICH.png") center / 100% 100% no-repeat;
  will-change: transform;
}

.fich-letter--f {
  --letter-delay: 0ms;
  clip-path: inset(0 74.39% 0 0);
  transform-origin: 12.73% 82%;
}

.fich-letter--i {
  --letter-delay: 120ms;
  clip-path: inset(0 61.13% 0 30.49%);
  transform-origin: 34.6% 82%;
}

.fich-letter--c {
  --letter-delay: 240ms;
  clip-path: inset(0 30.64% 0 43.75%);
  transform-origin: 56.48% 82%;
}

.fich-letter--h {
  --letter-delay: 360ms;
  clip-path: inset(0 0.15% 0 74.24%);
  transform-origin: 86.97% 82%;
}

.fich-word.is-jumping .fich-letter {
  animation: fich-letter-jump 560ms var(--ease) var(--letter-delay) both;
}

@keyframes fich-letter-jump {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  38% {
    transform: translateY(-7%) scale(1.015, 0.985);
  }
  68% {
    transform: translateY(1.5%) scale(0.99, 1.01);
  }
}

.fichando-word {
  display: inline;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: inherit;
  text-align: inherit;
  vertical-align: baseline;
  cursor: pointer;
}

.fichando-word > span {
  display: inline-block;
}

.fichando-letter--f {
  --dance-delay: 0ms;
  --dance-tilt: -7deg;
  --dance-return: 3deg;
}

.fichando-letter--i {
  --dance-delay: 90ms;
  --dance-tilt: 5deg;
  --dance-return: -2deg;
}

.fichando-letter--c {
  --dance-delay: 180ms;
  --dance-tilt: -5deg;
  --dance-return: 2deg;
}

.fichando-letter--h {
  --dance-delay: 270ms;
  --dance-tilt: 7deg;
  --dance-return: -3deg;
}

.fichando-word.is-dancing .fichando-letter {
  animation: fichando-dance 540ms var(--ease) var(--dance-delay) both;
}

@keyframes fichando-dance {
  0%, 100% {
    transform: translateY(0) rotate(0);
  }
  30% {
    transform: translateY(-0.22em) rotate(var(--dance-tilt));
  }
  58% {
    transform: translateY(0.08em) rotate(var(--dance-return));
  }
  78% {
    transform: translateY(-0.06em) rotate(0);
  }
}

.hero h1 > span {
  display: block;
  margin-top: 4.1%;
}

.date-asset {
  width: 99.7%;
  margin: 4.1% auto 0;
}

.artist-names {
  display: grid;
  grid-template-columns: 34% 40% 26%;
  margin: 2.9% 0 0;
  font-size: min(2.38vw, 4.22svh);
  line-height: 1.18;
  text-align: left;
}

.edition {
  display: none;
}

.hero-ticket {
  min-height: 46px;
  display: inline-flex;
  margin-top: 3.6%;
  padding: 12px 20px;
  font-size: 0.78rem;
}

.scroll-cue {
  position: absolute;
  z-index: 3;
  right: var(--page-padding);
  bottom: 28px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.72rem;
  text-decoration: none;
  writing-mode: vertical-rl;
}

.scroll-line {
  display: block;
  width: 2px;
  height: 44px;
  overflow: hidden;
  background: var(--black);
  transform-origin: top;
  animation: scroll-pulse 1.8s var(--ease) infinite;
}

@keyframes scroll-pulse {
  0%, 100% { transform: scaleY(0.4); opacity: 0.4; }
  50% { transform: scaleY(1); opacity: 1; }
}

@media (min-width: 761px) {
  .site-header:not(.is-scrolled) {
    height: var(--header-height);
    border-bottom-color: transparent;
    background: transparent;
    color: var(--black);
    backdrop-filter: none;
  }

  .site-header:not(.is-scrolled) .brand {
    visibility: visible;
    opacity: 1;
  }

  .site-header:not(.is-scrolled) .main-nav a::after {
    background: var(--black);
  }
}

.countdown {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) 2fr;
  gap: clamp(40px, 8vw, 140px);
  align-items: end;
  padding: clamp(60px, 8vw, 120px) var(--page-padding);
  background: var(--black);
  color: var(--white);
}

.countdown-intro h2,
.section-heading h2,
.encounter h2,
.manifesto h2,
.final-cta h2 {
  margin: 0;
  font-family: "Dazzle Unicase", Impact, sans-serif;
  font-weight: 700;
  line-height: 0.96;
}

.countdown-intro h2 {
  max-width: 440px;
  font-size: clamp(2rem, 4vw, 4.5rem);
}

.section-number {
  margin: 0 0 24px;
  font-size: 0.85rem;
}

.countdown-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #5d5d5d;
}

.countdown-grid div {
  min-width: 0;
  padding: 22px clamp(8px, 2vw, 32px) 0;
  border-left: 1px solid #5d5d5d;
}

.countdown-grid strong {
  display: block;
  font-family: "Dazzle Unicase", Impact, sans-serif;
  font-size: clamp(2.5rem, 6.7vw, 8rem);
  font-weight: 700;
  line-height: 0.86;
  font-variant-numeric: tabular-nums;
}

.countdown-grid span {
  display: block;
  margin-top: 16px;
  color: #bdbdbd;
  font-size: clamp(0.6rem, 0.9vw, 0.82rem);
}

.ticker {
  overflow: hidden;
  border-top: 2px solid var(--black);
  border-bottom: 2px solid var(--black);
  background: var(--lime);
  font-size: clamp(1rem, 2.1vw, 2rem);
  line-height: 1;
  white-space: nowrap;
}

.ticker-track {
  display: flex;
  width: max-content;
  padding: 18px 0;
  animation: ticker 26s linear infinite;
}

.ticker span {
  display: inline-flex;
  align-items: center;
}

.ticker span::after {
  width: 10px;
  height: 10px;
  margin: 0 28px;
  content: "";
  background: var(--black);
  transform: rotate(45deg);
}

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

.section {
  padding: clamp(80px, 10vw, 180px) var(--page-padding);
}

.section-heading {
  display: grid;
  max-width: var(--max-width);
  grid-template-columns: minmax(100px, 0.25fr) 1fr;
  gap: 24px;
  align-items: start;
  margin: 0 auto clamp(60px, 8vw, 120px);
}

.section-heading h2 {
  max-width: 1050px;
  font-size: clamp(2.7rem, 6.7vw, 7.8rem);
}

.kicker {
  margin: 0 0 14px;
  font-size: 0.82rem;
}

.artist-grid {
  display: grid;
  max-width: var(--max-width);
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2vw, 34px);
  align-items: start;
  margin: 0 auto;
}

.artist-card {
  min-width: 0;
}

.artist-card:nth-child(2) {
  margin-top: 10vw;
}

.artist-photo {
  position: relative;
  height: min(52vw, 720px);
  max-height: 720px;
  min-height: 420px;
  overflow: hidden;
  isolation: isolate;
}

.artist-photo::before {
  position: absolute;
  z-index: -1;
  inset: 10% 0 0;
  content: "";
  clip-path: polygon(8% 7%, 72% 0, 100% 23%, 92% 86%, 56% 100%, 0 83%, 4% 35%);
  transition: transform 500ms var(--ease);
}

.artist-card--goyo .artist-photo::before { background: var(--coral); }
.artist-card--galder .artist-photo::before { background: var(--blue); }
.artist-card--george .artist-photo::before { background: var(--green); }

.artist-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  filter: contrast(1.05);
  transition: transform 500ms var(--ease);
}

.artist-card--goyo .artist-photo img {
  width: 114%;
  max-width: none;
  margin-left: -7%;
}

.artist-card:hover .artist-photo img {
  transform: scale(1.025) rotate(-1deg);
}

.artist-card:hover .artist-photo::before {
  transform: rotate(2deg) scale(0.98);
}

.artist-index {
  position: absolute;
  top: 22px;
  right: 18px;
  font-family: "Dazzle Unicase", Impact, sans-serif;
  font-size: 0.8rem;
}

.artist-copy {
  position: relative;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 3px solid var(--black);
}

.artist-copy h3 {
  margin: 0;
  font-family: "Dazzle Unicase", Impact, sans-serif;
  font-size: clamp(1.6rem, 2.9vw, 3.6rem);
  font-weight: 700;
  line-height: 0.95;
}

.artist-copy p {
  max-width: 37ch;
  margin: 14px 0 0;
  font-size: clamp(0.92rem, 1.2vw, 1.15rem);
}

.lineup-note {
  max-width: 920px;
  margin: clamp(70px, 9vw, 150px) auto 0;
  font-family: "Dazzle Unicase", Impact, sans-serif;
  font-size: clamp(1.8rem, 3.9vw, 4.5rem);
  line-height: 1.04;
  text-align: center;
}

.social-follow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.65fr);
  gap: clamp(40px, 6vw, 96px);
  align-items: center;
  padding: clamp(48px, 6vw, 88px) var(--page-padding);
  border-top: 1px solid rgba(11, 11, 11, 0.18);
  border-bottom: 1px solid rgba(11, 11, 11, 0.18);
  background: var(--paper);
}

.social-follow-copy {
  max-width: 780px;
}

.social-follow-handle {
  margin: 0 0 12px;
  font-family: "Dazzle Unicase", Impact, sans-serif;
  font-size: 0.74rem;
}

.social-follow h2 {
  margin: 0;
  font-family: "Dazzle Unicase", Impact, sans-serif;
  font-size: clamp(2.4rem, 4.2vw, 4.8rem);
  font-weight: 700;
  line-height: 0.98;
}

.social-follow-copy > p:last-child {
  max-width: 52ch;
  margin: 18px 0 0;
  font-size: clamp(0.95rem, 1.15vw, 1.1rem);
}

.social-follow-links {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.social-platform {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 14px 16px;
  border-radius: 7px;
  background: var(--black);
  color: var(--white);
  text-decoration: none;
  transition: color 220ms ease, background 220ms ease, transform 220ms ease;
}

.social-platform-icon {
  width: 40px;
  height: 40px;
  padding: 9px;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.11);
  fill: currentColor;
}

.social-platform-copy {
  display: grid;
  gap: 5px;
}

.social-platform-copy strong {
  font-family: "Dazzle Unicase", Impact, sans-serif;
  font-size: 0.92rem;
  line-height: 1;
}

.social-platform-copy > span {
  color: #bdbdbd;
  font-size: 0.78rem;
}

.social-platform-action {
  padding-left: 14px;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  font-family: "Dazzle Unicase", Impact, sans-serif;
  font-size: 0.68rem;
}

.social-platform:hover,
.social-platform:focus-visible {
  transform: translateY(-4px);
}

.social-platform--instagram:hover,
.social-platform--instagram:focus-visible {
  background: var(--violet);
}

.social-platform--tiktok:hover,
.social-platform--tiktok:focus-visible {
  background: var(--coral);
  color: var(--black);
}

.social-platform--facebook:hover,
.social-platform--facebook:focus-visible {
  background: #1877f2;
}

.social-platform:hover .social-platform-copy > span,
.social-platform:focus-visible .social-platform-copy > span {
  color: currentColor;
  opacity: 0.76;
}

.social-platform--tiktok:hover .social-platform-action,
.social-platform--tiktok:focus-visible .social-platform-action {
  border-left-color: rgba(11, 11, 11, 0.28);
}

.no-break {
  white-space: nowrap;
}

.encounter {
  display: grid;
  min-height: 780px;
  grid-template-columns: 1fr 1fr;
  background: var(--paper);
}

.encounter-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(60px, 8vw, 140px) var(--page-padding);
  container-type: inline-size;
}

.encounter-panel--copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.encounter h2 {
  width: 100%;
  max-width: 100%;
  font-size: clamp(2.4rem, 9cqw, 6.75rem);
  letter-spacing: -0.02em;
}

.encounter h2 > span {
  display: block;
}

.encounter-panel--copy > p:not(.section-number):not(.kicker) {
  max-width: 56ch;
  margin: 34px 0 0;
  font-size: clamp(1.05rem, 1.45vw, 1.4rem);
}

.text-link {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 12px;
  margin-top: 40px;
  padding-bottom: 5px;
  border-bottom: 3px solid currentColor;
  font-family: "Dazzle Unicase", Impact, sans-serif;
  font-size: 1rem;
  text-decoration: none;
}

.text-link span {
  display: inline-block;
  transition: transform 200ms ease;
}

.text-link:hover span {
  transform: translateX(6px);
}

.encounter-panel--visual {
  display: grid;
  place-items: center;
  background: var(--black);
  color: var(--white);
}

.encounter-panel--visual p {
  position: relative;
  z-index: 2;
  max-width: 11ch;
  margin: 0;
  font-family: "Dazzle Unicase", Impact, sans-serif;
  font-size: clamp(2.2rem, 5vw, 6.2rem);
  line-height: 0.98;
  text-align: center;
}

.encounter-shape {
  position: absolute;
  width: 62%;
}

.encounter-shape--blue {
  top: -18%;
  right: -17%;
  transform: rotate(14deg);
}

.encounter-shape--coral {
  bottom: -18%;
  left: -17%;
  transform: rotate(-14deg);
}

.event-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 2px solid var(--black);
  border-bottom: 2px solid var(--black);
}

.event-facts div {
  padding: clamp(34px, 4vw, 72px) var(--page-padding);
}

.event-facts div + div {
  border-left: 2px solid var(--black);
}

.event-facts span {
  display: block;
  margin-bottom: 12px;
  font-size: 0.78rem;
}

.event-facts strong {
  display: block;
  font-family: "Dazzle Unicase", Impact, sans-serif;
  font-size: clamp(1.6rem, 3.5vw, 4.5rem);
  font-weight: 700;
  line-height: 0.95;
}

.event-facts .fact-detail {
  max-width: 34ch;
  margin: 14px 0 0;
  color: #4b4b4b;
  font-size: clamp(0.72rem, 0.85vw, 0.85rem);
  line-height: 1.35;
}

.manifesto {
  position: relative;
  overflow: hidden;
  background: var(--violet);
  color: var(--white);
}

.manifesto-heading,
.manifesto-copy {
  position: relative;
  z-index: 2;
  max-width: var(--max-width);
  margin-right: auto;
  margin-left: auto;
}

.manifesto-heading {
  display: grid;
  grid-template-columns: minmax(100px, 0.25fr) 1fr;
  gap: 24px;
}

.manifesto h2 {
  max-width: 1160px;
  font-size: clamp(3rem, 7vw, 8rem);
}

.enye {
  position: relative;
  display: inline-block;
}

.enye::after {
  position: absolute;
  top: -0.16em;
  left: 50%;
  content: "˜";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.44em;
  font-weight: 700;
  line-height: 1;
  transform: translateX(-50%);
}

.manifesto-copy {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 520px));
  gap: clamp(32px, 6vw, 100px);
  justify-content: end;
  margin-top: clamp(60px, 8vw, 120px);
}

.manifesto-copy p {
  margin: 0;
  font-size: clamp(1rem, 1.35vw, 1.28rem);
}

.inline-fich {
  display: inline;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  font-weight: 700;
  line-height: inherit;
  vertical-align: baseline;
  cursor: pointer;
}

.inline-fich-letter {
  display: inline-block;
  will-change: transform;
}

.inline-fich-letter--f {
  --inline-delay: 0ms;
  --inline-tilt: -8deg;
  --inline-return: 3deg;
}

.inline-fich-letter--i {
  --inline-delay: 80ms;
  --inline-tilt: 6deg;
  --inline-return: -2deg;
}

.inline-fich-letter--c {
  --inline-delay: 160ms;
  --inline-tilt: -5deg;
  --inline-return: 2deg;
}

.inline-fich-letter--h {
  --inline-delay: 240ms;
  --inline-tilt: 8deg;
  --inline-return: -3deg;
}

.inline-fich.is-dancing .inline-fich-letter {
  animation: inline-fich-dance 520ms var(--ease) var(--inline-delay) both;
}

@keyframes inline-fich-dance {
  0%, 100% {
    transform: translateY(0) rotate(0);
  }
  34% {
    transform: translateY(-0.34em) rotate(var(--inline-tilt));
  }
  66% {
    transform: translateY(0.09em) rotate(var(--inline-return));
  }
}

.manifesto-word {
  position: absolute;
  z-index: 0;
  right: -0.06em;
  bottom: -0.26em;
  color: rgba(255, 255, 255, 0.09);
  font-family: "Dazzle Unicase", Impact, sans-serif;
  font-size: clamp(12rem, 38vw, 44rem);
  line-height: 1;
  pointer-events: none;
}

.final-cta {
  position: relative;
  min-height: 720px;
  display: grid;
  overflow: hidden;
  place-items: center;
  padding: 100px var(--page-padding);
  isolation: isolate;
  background: var(--white);
  text-align: center;
}

.final-cta > div {
  position: relative;
  z-index: 2;
}

.final-cta h2 {
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
  font-size: clamp(3.5rem, 8vw, 9.5rem);
}

.final-cta .button {
  margin-top: 38px;
}

.final-ticket {
  min-height: 68px;
  padding: 20px clamp(28px, 3vw, 52px);
  border-width: 3px;
  background: var(--black);
  color: var(--white);
  box-shadow: 8px 8px 0 var(--violet);
  font-size: clamp(0.95rem, 1.1vw, 1.15rem);
}

.final-ticket:hover {
  border-color: var(--black);
  background: var(--lime);
  color: var(--black);
  box-shadow: 5px 11px 0 var(--violet);
}

.final-shape {
  position: absolute;
  z-index: -1;
  width: clamp(280px, 37vw, 700px);
}

.final-shape--left {
  bottom: -20%;
  left: -10%;
  transform: rotate(-18deg);
}

.final-shape--right {
  top: -18%;
  right: -12%;
  transform: rotate(12deg);
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(48px, 8vw, 140px);
  padding: 70px var(--page-padding) 28px;
  background: var(--black);
  color: var(--white);
}

.footer-newsletter {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(240px, 0.8fr) minmax(320px, 1.2fr);
  gap: clamp(32px, 7vw, 110px);
  align-items: end;
  padding-bottom: clamp(44px, 6vw, 76px);
  border-bottom: 1px solid #4b4b4b;
}

.footer-newsletter-kicker {
  margin: 0 0 12px;
  color: var(--lime);
  font: 700 0.72rem/1 "Dazzle Unicase", Impact, sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.footer-newsletter h2 {
  max-width: 12ch;
  margin: 0;
  font: 700 clamp(2.1rem, 5vw, 4.8rem)/0.9 "Dazzle Unicase", Impact, sans-serif;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.footer-newsletter-copy > p:last-child {
  max-width: 520px;
  margin: 18px 0 0;
  color: #c8c8c8;
}

.newsletter-form-label {
  display: block;
  margin-bottom: 10px;
  font: 700 0.75rem/1 "Dazzle Unicase", Impact, sans-serif;
}

.newsletter-form-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.newsletter-form input[type="email"] {
  width: 100%;
  min-width: 0;
  min-height: 56px;
  padding: 14px 16px;
  border: 2px solid var(--white);
  border-radius: 0;
  background: var(--white);
  color: var(--black);
  font: inherit;
}

.newsletter-form input[type="email"]:focus {
  outline: 3px solid var(--lime);
  outline-offset: 3px;
}

.newsletter-submit {
  min-height: 56px;
  padding: 14px 20px;
  border: 2px solid var(--lime);
  border-radius: 0;
  background: var(--lime);
  color: var(--black);
  cursor: pointer;
  font: 700 0.8rem/1 "Dazzle Unicase", Impact, sans-serif;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.newsletter-submit:hover {
  border-color: var(--coral);
  background: var(--coral);
}

.newsletter-consent {
  margin: 12px 0 0;
  color: #a8a8a8;
  font-size: 0.74rem;
  line-height: 1.5;
}

.newsletter-consent a {
  color: var(--white);
  text-underline-offset: 3px;
}

.newsletter-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.footer-fich-word {
  width: 96px;
}

.footer-fich-word .fich-letter {
  filter: invert(1);
}

.footer-fich-word:focus-visible {
  outline-color: var(--lime);
}

.footer-brand p {
  max-width: 280px;
  margin: 18px 0 0;
  font-size: 0.72rem;
}

.footer-directory {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 64px);
}

.footer-group {
  min-width: 0;
}

.footer-group-title {
  margin: 0 0 18px;
  color: #a8a8a8;
  font-size: 0.7rem;
}

.footer-group-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  font-family: "Dazzle Unicase", Impact, sans-serif;
  font-size: 0.86rem;
}

.footer-contact-links {
  font-style: normal;
}

.footer-group-links a {
  max-width: 100%;
  border-bottom: 1px solid transparent;
  overflow-wrap: anywhere;
  text-decoration: none;
}

.footer-group-links a:hover {
  border-bottom-color: currentColor;
}

.copyright {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 48px 0 0;
  padding-top: 20px;
  border-top: 1px solid #4b4b4b;
  color: #a8a8a8;
  font-size: 0.67rem;
}

.footer-legal-links {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 18px;
}

.footer-legal-links a {
  border-bottom: 1px solid transparent;
  text-decoration: none;
}

.footer-legal-links a:hover,
.footer-legal-links a:focus-visible {
  border-bottom-color: currentColor;
  color: var(--white);
}

.js [data-reveal] {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 800ms var(--ease), transform 800ms var(--ease);
}

.js [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1100px) {
  :root {
    --header-height: 76px;
  }

  .artist-photo {
    min-height: 350px;
  }

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

  .footer-newsletter {
    grid-template-columns: 1fr;
    align-items: start;
  }

}

@media (max-width: 760px) {
  :root {
    --header-height: 68px;
  }

  .site-header,
  .site-header.is-scrolled {
    height: var(--header-height);
    grid-template-columns: 1fr auto auto;
    gap: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .site-header:not(.is-scrolled) {
    border-bottom-color: transparent;
    background: transparent;
    backdrop-filter: none;
  }

  .site-header:not(.is-scrolled) .brand {
    visibility: visible;
    opacity: 1;
  }

  .brand {
    width: 48px;
    height: 48px;
  }

  .menu-toggle {
    display: block;
  }

  .header-ticket {
    min-height: 40px;
    padding: 10px 12px;
  }

  .main-nav {
    position: absolute;
    top: 100%;
    right: 0;
    bottom: auto;
    left: 0;
    height: calc(100svh - var(--header-height));
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 28px;
    padding: 36px var(--page-padding);
    background: var(--lime);
    visibility: hidden;
    opacity: 0;
    transform: translateY(-12px);
    transition: opacity 240ms ease, transform 240ms ease, visibility 240ms;
  }

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

  .main-nav a {
    font-size: clamp(2rem, 10vw, 4rem);
    line-height: 1;
  }

  .hero {
    height: 100svh;
    min-height: 0;
    display: grid;
    place-items: center;
  }

  .hero-stage {
    width: 100%;
    height: 100%;
  }

  .hero-copy {
    top: 31.77%;
    right: auto;
    left: 50%;
    width: 55.56%;
    margin: 0;
    padding: 0;
    translate: -50% 0;
  }

  .date-asset {
    margin-top: 4.33%;
  }

  .hero h1 {
    margin-top: 1.33%;
  }

  .hero h1 > span {
    margin-top: 4.67%;
  }

  .artist-names {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: clamp(8px, 2.5vw, 14px);
    width: 116%;
    margin-left: -8%;
    margin-top: 5.3%;
    font-size: clamp(0.64rem, 3.45vw, 0.86rem);
    text-align: left;
  }

  .artist-names span:nth-child(2) {
    justify-self: center;
  }

  .artist-names span:nth-child(3) {
    justify-self: end;
  }

  .edition {
    display: none;
  }

  .hero-ticket {
    min-height: 42px;
    display: inline-flex;
    margin-top: 5%;
    padding: 10px 14px;
    font-size: clamp(0.62rem, 2.8vw, 0.72rem);
  }

  .portrait--goyo {
    top: 10.68%;
    left: -8.33%;
    width: 32.41%;
  }

  .portrait--galder {
    top: 70.05%;
    bottom: auto;
    left: -8.33%;
    width: 62.96%;
  }

  .portrait--george {
    top: 8.59%;
    right: -8.8%;
    width: 45.37%;
  }

  .shape {
    animation: none;
  }

  .shape--mobile {
    display: block;
  }

  .shape--1 { top: -13.54%; left: -11.67%; width: 46.85%; }
  .shape--1b { top: 74.58%; left: 80.65%; width: 46.85%; }
  .shape--2 { top: 6.15%; left: -13.7%; width: 35.83%; }
  .shape--3 { top: -7.6%; left: 68.24%; width: 52.5%; }
  .shape--4 { display: none; }
  .shape--5 { top: 6.82%; right: auto; left: 56.94%; width: 55.74%; }
  .shape--6 { z-index: 1; top: 89.38%; right: auto; bottom: auto; left: 57.13%; width: 45.46%; }
  .shape--7 { top: 41.82%; right: auto; left: -18.33%; width: 38.89%; }
  .shape--7b { top: 46.4%; left: 81.3%; width: 38.89%; }
  .shape--8 { top: 38.75%; right: auto; bottom: auto; left: 77.78%; width: 35.09%; }
  .shape--9 { top: 68.75%; left: -6.5%; width: 73.43%; }
  .shape--10 {
    top: 47.2%;
    left: 5.6%;
    width: 36.3%;
    transform: rotate(90deg);
  }
  .shape--11 { top: 89.6%; left: -24.1%; width: 51.02%; }

  .scroll-cue {
    display: none;
  }

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

  .countdown-grid div {
    padding-right: 8px;
    padding-left: 8px;
  }

  .countdown-grid strong {
    font-size: clamp(2rem, 12vw, 4.5rem);
  }

  .countdown-grid span {
    font-size: 0.52rem;
  }

  .section-heading,
  .manifesto-heading {
    grid-template-columns: 1fr;
  }

  .artist-grid {
    grid-template-columns: 1fr;
    gap: 72px;
  }

  .artist-card:nth-child(2) {
    margin-top: 0;
  }

  .artist-photo {
    height: 118vw;
    max-height: 680px;
  }

  .social-follow {
    grid-template-columns: 1fr;
  }

  .social-follow-links {
    max-width: 560px;
  }

  .encounter {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .encounter-panel {
    min-height: 680px;
  }

  .event-facts {
    grid-template-columns: 1fr;
  }

  .event-facts div + div {
    border-top: 2px solid var(--black);
    border-left: 0;
  }

  .manifesto-copy {
    grid-template-columns: 1fr;
  }

  .final-cta {
    min-height: 650px;
  }

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

  .footer-directory {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .newsletter-form-row {
    grid-template-columns: 1fr;
  }

  .newsletter-submit {
    width: 100%;
  }

  .copyright {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

}

@media (max-width: 420px) {
  .header-ticket {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.72rem;
  }

  .countdown-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 26px 0;
  }

  .countdown-grid div:nth-child(3) {
    border-left: 0;
  }

  .hero-ticket,
  .final-cta .button {
    width: 100%;
  }

}

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

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

  .js [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
