:root {
  --mc-red: #dc0648;
  --mc-red-dark: #a80238;
  --mc-yellow: #ffc018;
  --mc-cream: #fbf7ec;
  --mc-cream-soft: #fffaf0;
  --mc-ink: #171717;
  --mc-muted: #6f655f;
  --mc-white: #ffffff;
  --font-display: "Work Sans", Arial, sans-serif;
  --font-body: "Work Sans", Arial, sans-serif;
  --container: min(1120px, calc(100vw - 32px));
  --radius: 8px;
  --shadow: 0 24px 70px rgba(23, 23, 23, 0.14);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--mc-cream);
  color: var(--mc-ink);
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  user-select: none;
  -webkit-user-select: none;
}

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

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

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

.narrow {
  max-width: 860px;
}

.section-pad {
  padding: clamp(72px, 9vw, 132px) 0;
}

.screen-reader-text {
  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:focus {
  z-index: 999;
  top: 12px;
  left: 12px;
  width: auto;
  height: auto;
  padding: 12px 16px;
  clip: auto;
  background: var(--mc-ink);
  color: var(--mc-white);
}

.footer-menu {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 28px);
  list-style: none;
  padding: 0;
  margin: 0;
}

.hero-section {
  position: relative;
  min-height: 1180px;
  display: grid;
  place-items: center;
  padding: 70px 0 58px;
  overflow: hidden;
  color: var(--mc-white);
  isolation: isolate;
}

.hero-section__bg,
.hero-section__wash,
.hero-section__scenery {
  position: absolute;
  z-index: -2;
}

.hero-section__bg {
  inset: 0;
  background: linear-gradient(
    180deg,
    var(--mc-hero-gradient-start, var(--mc-yellow)) 0%,
    var(--mc-hero-gradient-start, var(--mc-yellow)) 41%,
    var(--mc-hero-gradient-end, var(--mc-cream)) 82%,
    var(--mc-hero-gradient-end, var(--mc-cream)) 100%
  );
}

.hero-section__wash {
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0 46%, rgba(255, 255, 255, 0.2) 62%, var(--mc-cream) 78%);
}

.hero-section__scenery {
  left: 0;
  right: 0;
  top: clamp(35px, 8vw, 95px);
  height: auto;
  z-index: 1;
  pointer-events: none;
  transform: scale(1);
  transform-origin: center;
  transition: transform 500ms var(--ease);
}

.hero-section__scenery img {
  width: 100vw;
  max-width: none;
  height: auto;
  margin-left: 50%;
  transform: translateX(-50%);
}

.hero-cloud {
  position: absolute;
  z-index: 2;
  top: clamp(475px, 44vw, 598px);
  left: 0;
  width: 100%;
  pointer-events: none;
  opacity: 0.86;
  animation: mc26-cloud-drift 95s linear infinite;
}

.hero-cloud img {
  width: clamp(270px, 27vw, 495px);
  max-width: none;
  transform: translateX(-120%);
}

@keyframes mc26-cloud-drift {
  from {
    transform: translateX(-18vw);
  }

  to {
    transform: translateX(118vw);
  }
}

.hero-section__content {
  position: relative;
  text-align: center;
}


.hero-logo {
  position: relative;
  z-index: 3;
  width: clamp(232px, 22.7vw, 318px);
  margin: 0 auto clamp(86px, 9vw, 132px);
}

.hero-section h1 {
  position: relative;
  z-index: 0;
  max-width: 700px;
  margin: 0 auto;
  color: var(--mc-hero-title-color, var(--mc-red));
  font-family: var(--font-display);
  font-size: var(--mc-hero-title-size, clamp(4.55rem, 11vw, 9rem));
  font-weight: var(--mc-hero-title-weight, 900);
  font-style: var(--mc-hero-title-style, normal);
  line-height: 0.74;
  letter-spacing: 0;
  text-transform: uppercase;
}

.script-title-image {
  position: relative;
  z-index: 3;
  display: block;
  max-width: 792px;
  width: min(88vw, 792px);
  margin: clamp(-110px, -9vw, -72px) auto 24px;
  filter: drop-shadow(0 6px 10px rgba(23, 23, 23, 0.22));
}

.event-date {
  position: relative;
  z-index: 4;
  margin: clamp(210px, 23vw, 290px) 0 10px;
  color: var(--mc-hero-date-color, var(--mc-red));
  font-family: var(--font-display);
  font-weight: var(--mc-hero-date-weight, 400);
  font-style: var(--mc-hero-date-style, normal);
  font-size: var(--mc-hero-date-size, clamp(3.64rem, 6.48vw, 5.74rem));
  line-height: 1;
  text-transform: uppercase;
}

.hero-intro {
  position: relative;
  z-index: 4;
  max-width: 560px;
  margin: 0 auto 28px;
  color: #5d5550;
  font-size: clamp(0.95rem, 1.1vw, 1.08rem);
  font-weight: 400;
  line-height: 1.08;
}

.hero-intro > :first-child {
  margin-top: 0;
}

.hero-intro > :last-child {
  margin-bottom: 0;
}

.hero-intro p {
  margin: 0 0 0.75em;
}

.hero-intro a {
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 24px;
  border: 2px solid transparent;
  border-radius: var(--radius);
  font-size: 0.82rem;
  font-weight: 600;
  text-transform: uppercase;
  transition: transform 220ms var(--ease), box-shadow 220ms var(--ease), background 220ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(23, 23, 23, 0.16);
}

.button--primary {
  min-width: 250px;
  min-height: 54px;
  border-radius: 0;
  background: var(--mc-red);
  color: var(--mc-white);
  font-size: 1rem;
  font-style: italic;
}

.button--accent {
  background: var(--mc-yellow);
  color: var(--mc-ink);
}

.sponsor-strip {
  background: #f0eee8;
  color: var(--mc-red);
}

.sponsor-strip__inner {
  min-height: 142px;
  display: grid;
  grid-template-columns: repeat(3, minmax(130px, 1fr));
  align-items: center;
  gap: clamp(18px, 5vw, 76px);
}

.sponsor-logo {
  display: grid;
  place-items: center;
  min-height: 104px;
  opacity: 0;
  transform: translateY(0);
  transition: opacity 1400ms ease;
}

.sponsor-logo[hidden] {
  display: none;
}

.sponsor-logo.is-active {
  opacity: 0.92;
}

.sponsor-strip__inner.is-fading .sponsor-logo.is-active {
  opacity: 0;
}

.sponsor-logo img {
  max-width: 342px;
  max-height: 104px;
  object-fit: contain;
}

.video-section {
  background: var(--mc-cream);
  padding-top: 78px;
  padding-bottom: 64px;
}

.video-frame {
  aspect-ratio: 16 / 9;
  display: grid;
  place-items: center;
  background: rgba(23, 23, 23, 0.035);
  box-shadow: inset 0 0 0 1px rgba(23, 23, 23, 0.04);
}

.video-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.video-placeholder,
.wide-video-banner p {
  color: rgba(23, 23, 23, 0.13);
  font-size: clamp(1.25rem, 3vw, 2rem);
  font-weight: 900;
  text-transform: uppercase;
}

.experience-section {
  text-align: center;
  padding-top: 24px;
  padding-bottom: 76px;
}

.experience-section .container.narrow {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.experience-logo {
  width: clamp(34px, 4vw, 54px);
  margin: 0 auto 20px;
}

.experience-section h2,
.timeline-section h2,
.page-hero h1 {
  margin: 0;
  color: var(--mc-red);
  font-family: var(--font-display);
  font-size: clamp(4.15rem, 10.2vw, 8.35rem);
  font-weight: 900;
  line-height: 0.74;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}

.experience-section h2 {
  display: inline-grid;
  justify-items: center;
  width: auto;
  max-width: min(1120px, calc(100% - 64px));
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  transform: translateX(clamp(-120px, -5vw, -72px));
}

.experience-title span {
  display: block;
  width: auto;
  margin-inline: auto;
  text-align: center;
}

.experience-section p {
  width: min(100%, 660px);
  max-width: 660px;
  margin: 28px auto 38px;
  color: var(--mc-muted);
  font-weight: 400;
}

.audience-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.audience-links a {
  min-width: 132px;
  padding: 13px 18px;
  border: 1px solid rgba(220, 6, 72, 0.22);
  border-radius: var(--radius);
  color: var(--mc-red);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  transition: background 220ms ease, color 220ms ease, transform 220ms var(--ease);
}

.audience-links a:hover,
.audience-links a:focus-visible {
  background: var(--mc-red);
  color: var(--mc-white);
  transform: translateY(-4px);
}

.showcase-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.showcase-card {
  position: relative;
  height: clamp(386px, 40.8vw, 562px);
  margin: 0;
  overflow: hidden;
  background: rgba(23, 23, 23, 0.03);
}

.showcase-card img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 102%;
  max-width: none;
  height: 102%;
  min-height: 0;
  object-fit: cover;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: transform 700ms var(--ease), opacity 2000ms ease;
}

.showcase-card__next {
  z-index: 2;
  opacity: 0;
}

.showcase-card__next.is-visible {
  opacity: 1;
}

.showcase-card:hover img {
  transform: translate(-50%, -50%) scale(1.04);
  opacity: 1;
}

.timeline-section {
  text-align: center;
  padding-top: clamp(88px, 8vw, 132px);
  padding-bottom: clamp(136px, 12vw, 190px);
}

.timeline-track {
  position: relative;
  height: 6px;
  max-width: 980px;
  width: min(980px, calc(100vw - 360px));
  margin: clamp(130px, 13vw, 170px) auto -112px;
  background: var(--mc-yellow);
}

.timeline-track::before,
.timeline-track::after {
  content: "";
  position: absolute;
  top: 0;
  width: 150px;
  height: 6px;
  background: repeating-linear-gradient(90deg, var(--mc-yellow) 0 38px, transparent 38px 62px);
}

.timeline-track::before {
  right: 100%;
  margin-right: 18px;
}

.timeline-track::after {
  left: 100%;
  margin-left: 18px;
}

.timeline-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 0;
  max-width: 980px;
  width: min(980px, calc(100vw - 360px));
  margin: 0 auto 68px;
}

.timeline-card {
  display: grid;
  justify-items: center;
  text-align: center;
}

.timeline-marker {
  position: relative;
  width: clamp(195px, 16.6vw, 268px);
  display: grid;
  place-items: center;
}

.timeline-marker img {
  width: 100%;
  filter: drop-shadow(0 16px 22px rgba(23, 23, 23, 0.12));
}

.timeline-card h3 {
  max-width: 235px;
  margin: clamp(86px, 8vw, 112px) auto 34px;
  color: var(--mc-yellow);
  font-family: var(--font-display);
  font-size: clamp(1.78rem, 2.3vw, 2.52rem);
  font-weight: 900;
  line-height: 0.84;
  text-transform: uppercase;
}

html[lang^="es"] .timeline-card h3 {
  max-width: 220px;
  font-size: clamp(1.42rem, 1.9vw, 2.02rem);
  line-height: 0.92;
}

.timeline-card p {
  max-width: 215px;
  margin: 0 auto;
  color: var(--mc-muted);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.55;
}

.timeline-section .button {
  min-width: 250px;
  min-height: 54px;
  border-radius: 0;
  font-size: 1rem;
  font-weight: 600;
  font-style: italic;
}

.wide-video-banner {
  width: 100%;
  min-height: 0;
  background: var(--mc-yellow);
  overflow: hidden;
}

.wide-video-banner__media {
  display: block;
  width: 102%;
  max-width: none;
  height: auto;
  margin-left: 50%;
  transform: translateX(-50%);
}

.site-footer {
  background: var(--mc-red);
  color: var(--mc-white);
  padding: clamp(56px, 8vw, 100px) 0 28px;
}

.site-footer__inner {
  width: var(--container);
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(260px, 1.35fr) minmax(260px, 1.15fr) minmax(180px, 0.8fr);
  gap: clamp(28px, 5vw, 72px);
}

.site-footer__brand img {
  width: 270px;
  margin-bottom: 18px;
}

.site-footer p,
.site-footer a {
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.9rem;
  font-weight: 400;
}

.site-footer h2 {
  margin: 0 0 18px;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.footer-menu {
  display: grid;
  gap: 8px;
  align-items: start;
}

.site-footer__quick-menu {
  grid-template-columns: repeat(2, minmax(0, max-content));
  column-gap: clamp(24px, 3vw, 54px);
  row-gap: 8px;
}

.footer-menu a:hover,
.footer-menu a:focus-visible {
  color: var(--mc-yellow);
}

.social-row {
  display: flex;
  gap: 10px;
}

.social-row a {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: var(--radius);
  transition: background 220ms ease, color 220ms ease, transform 220ms var(--ease);
}

.social-row svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.social-row a[aria-label="YouTube"] svg {
  fill: currentColor;
  stroke: none;
}

.social-row a[aria-label="YouTube"] svg path:last-child {
  fill: var(--mc-red);
}

.social-row a:hover,
.social-row a:focus-visible {
  background: var(--mc-white);
  color: var(--mc-red);
  transform: translateY(-3px);
}

.language-switcher {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.language-switcher a {
  font-size: inherit;
  font-weight: inherit;
  transition: color 220ms ease;
}

.language-switcher a:hover,
.language-switcher a:focus-visible {
  color: var(--mc-yellow);
}

.site-footer__bottom {
  width: var(--container);
  margin: 48px auto 0;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  padding-top: 22px;
  text-align: center;
}

.site-footer__bottom p {
  margin: 0;
  text-transform: uppercase;
}

.site-footer__bottom p span {
  display: inline-block;
  margin-left: 34px;
}

.site-footer__bottom a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.mc26-error-page {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: clamp(92px, 12vh, 150px) 25px clamp(64px, 9vh, 110px);
  overflow: hidden;
  isolation: isolate;
  background: var(--mc26-404-bg, var(--mc-red));
  color: var(--mc26-404-body, var(--mc-white));
}

.mc26-error-page__background,
.mc26-error-page__foreground {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.mc26-error-page__background {
  z-index: -3;
}

.mc26-error-page__foreground {
  z-index: -1;
  object-position: center bottom;
}

.mc26-error-page::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.42));
  pointer-events: none;
}

.mc26-error-page__logo {
  position: absolute;
  top: clamp(24px, 4vh, 46px);
  left: 50%;
  width: clamp(52px, 5vw, 82px);
  transform: translateX(-50%);
  z-index: 2;
}

.mc26-error-page__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.mc26-error-page__panel {
  width: min(100%, 780px);
  padding: clamp(28px, 4vw, 56px);
  background: var(--mc26-404-panel, rgba(0, 0, 0, 0.22));
  text-align: center;
}

.mc26-error-page h1 {
  margin: 0;
  color: var(--mc26-404-title, var(--mc-yellow));
  font-family: var(--font-display);
  font-size: clamp(5rem, 18vw, 13rem);
  font-weight: 900;
  line-height: 0.78;
  letter-spacing: 0;
  text-transform: uppercase;
}

.mc26-error-page__subtitle {
  margin: 14px auto 0;
  color: var(--mc26-404-subtitle, var(--mc-white));
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 4.8rem);
  font-weight: 900;
  line-height: 0.86;
  text-transform: uppercase;
}

.mc26-error-page__body {
  width: min(100%, 560px);
  margin: 22px auto 0;
  color: var(--mc26-404-body, var(--mc-white));
  font-size: clamp(1rem, 1.45vw, 1.2rem);
  line-height: 1.35;
}

.mc26-error-page__body p {
  margin: 0 0 12px;
}

.mc26-error-page__actions,
.mc26-error-page__socials {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

.mc26-error-page__secondary {
  background: transparent;
  color: var(--mc26-404-body, var(--mc-white));
  border: 1px solid currentColor;
}

.mc26-error-page__socials {
  margin-top: 18px;
}

.mc26-error-page__socials a {
  color: var(--mc26-404-body, var(--mc-white));
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.page-hero {
  padding: 170px 0 78px;
  background: var(--mc-yellow);
}

.page-hero .eyebrow {
  text-align: center;
  color: var(--mc-red);
  font-weight: 900;
  text-transform: uppercase;
}

.page-shell {
  padding: 72px 0 110px;
}

.entry-card,
.entry-content {
  max-width: 700px;
  margin-inline: auto;
  color: var(--mc-muted);
  font-weight: 400;
}

.entry-content h1,
.entry-content h2,
.entry-card h1 {
  color: var(--mc-red);
  font-family: var(--font-display);
  line-height: 0.95;
  text-transform: uppercase;
}

.contact-content > p:first-child {
  max-width: 530px;
  margin: 0 auto 34px;
  text-align: center;
}

.contact-form {
  display: grid;
  gap: 14px;
  max-width: 640px;
  margin: 0 auto;
}

.contact-form label {
  color: var(--mc-red);
  font-size: 0.85rem;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(23, 23, 23, 0.16);
  border-radius: 0;
  background: var(--mc-white);
  color: var(--mc-ink);
  font: inherit;
  font-weight: 400;
  padding: 14px 16px;
  user-select: text;
  -webkit-user-select: text;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form__trap {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-form .button {
  margin-top: 12px;
  justify-self: center;
}

.form-message {
  max-width: 640px;
  margin: 0 auto 24px;
  padding: 14px 16px;
  text-align: center;
  font-weight: 600;
}

.form-message--success {
  background: rgba(255, 192, 24, 0.24);
  color: var(--mc-ink);
}

.form-message--error {
  background: rgba(220, 6, 72, 0.12);
  color: var(--mc-red);
}

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

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

.js .timeline-card:nth-child(2) {
  transition-delay: 120ms;
}

.js .timeline-card:nth-child(3) {
  transition-delay: 240ms;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

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

@media (min-width: 821px) and (max-height: 1100px) {
  .hero-section {
    min-height: 880px;
    padding-top: 54px;
    padding-bottom: 34px;
  }

  .hero-logo {
    width: clamp(118px, 9.8vw, 166px);
    margin-bottom: clamp(24px, 3vh, 38px);
  }

  .hero-section h1 {
    max-width: min(82vw, 1180px);
    font-size: var(--mc-hero-title-size, clamp(4.6rem, 9vw, 7.8rem));
    line-height: 0.76;
  }

  .script-title-image {
    width: min(44vw, 470px);
    margin-top: clamp(-28px, -2.8vh, -10px);
    margin-bottom: 4px;
  }

  .hero-section__scenery {
    top: clamp(168px, 19vh, 230px);
  }

  .hero-cloud {
    top: clamp(300px, 32vh, 360px);
    left: clamp(16%, 18vw, 22%);
    opacity: 0.72;
  }

  .hero-cloud img {
    width: clamp(170px, 18vw, 250px);
  }
}


@media (min-width: 961px) and (max-width: 1180px) {
  .hero-section {
    min-height: 1040px;
    padding-top: 64px;
    place-items: start center;
  }

  .hero-logo {
    width: clamp(126px, 13.2vw, 162px);
    margin-bottom: clamp(42px, 5.5vw, 56px);
  }

  .hero-section h1 {
    z-index: 2;
    max-width: 560px;
    font-size: var(--mc-hero-title-size, clamp(3.8rem, 6.45vw, 5.1rem));
    line-height: 0.75;
  }

  .script-title-image {
    width: min(44vw, 405px);
    margin-top: clamp(-42px, -3.8vw, -26px);
  }

  .hero-section__scenery {
    top: clamp(335px, 35vw, 410px);
  }

  .hero-cloud {
    top: clamp(500px, 47vw, 575px);
  }

  .event-date {
    margin-top: clamp(198px, 20vw, 250px);
    font-size: var(--mc-hero-date-size, clamp(2.65rem, 4.35vw, 3.3rem));
  }

  .timeline-marker {
    transform: translateY(10px);
  }

  .timeline-card h3 {
    margin-top: clamp(72px, 6vw, 88px);
  }

  .mc26-burger-menu__panel {
    min-height: 100svh;
    gap: 20px;
    padding: 66px 28px 28px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .mc26-burger-menu__nav {
    width: min(100%, 760px);
  }

  .mc26-burger-menu__item + .mc26-burger-menu__item {
    margin-top: 10px;
  }

  .mc26-burger-menu__link {
    font-size: clamp(1.9rem, calc(var(--mc26-burger-font-size) * 0.44), 3.15rem);
  }

  .mc26-burger-menu__submenu-link {
    font-size: clamp(1.18rem, calc(var(--mc26-burger-font-size) * 0.308), 2.2rem);
  }
}

@media (min-width: 681px) and (max-width: 1100px) and (orientation: portrait) {
  .hero-section {
    min-height: 980px;
    padding-top: 56px;
    padding-bottom: 38px;
  }

  .hero-logo {
    width: clamp(84px, 8vw, 106px);
    margin-bottom: clamp(18px, 2.2vw, 26px);
  }

  .hero-section h1 {
    max-width: 68vw;
    font-size: var(--mc-hero-title-size, clamp(2.05rem, 5.25vw, 3.05rem));
    line-height: 0.78;
  }

  .script-title-image {
    width: min(26vw, 182px);
    margin-top: clamp(-8px, -0.6vw, -2px);
    margin-bottom: 8px;
  }

  .hero-section__scenery {
    top: clamp(280px, 30vw, 338px);
  }

  .hero-cloud {
    top: clamp(338px, 34vw, 390px);
    left: clamp(18%, 20vw, 24%);
    opacity: 0.72;
  }

  .hero-cloud img {
    width: clamp(176px, 18vw, 230px);
  }
}

@media (max-width: 960px) {
  html,
  body {
    width: 100%;
    overflow-x: hidden;
  }

  :root {
    --container: min(100% - 32px, 760px);
  }

  .section-pad {
    padding: 72px 0;
  }

  .hero-section {
    min-height: 900px;
    padding: 52px 0 54px;
    place-items: start center;
  }

  .hero-logo {
    width: clamp(96px, 16vw, 138px);
    margin-bottom: clamp(30px, 5vw, 48px);
  }

  .hero-section h1 {
    max-width: 92vw;
    font-size: var(--mc-hero-title-size, clamp(2.8rem, 9vw, 4.7rem));
    line-height: 0.76;
  }

  .script-title-image {
    width: min(56vw, 320px);
    margin-top: clamp(-34px, -4vw, -20px);
    margin-bottom: 0;
  }

  .hero-section__scenery {
    top: clamp(285px, 39vw, 380px);
  }

  .hero-cloud {
    top: clamp(390px, 51vw, 490px);
    opacity: 0.72;
  }

  .hero-cloud img {
    width: clamp(210px, 38vw, 330px);
  }

  .event-date {
    margin-top: clamp(210px, 29vw, 285px);
    font-size: var(--mc-hero-date-size, clamp(2.15rem, 5.3vw, 2.9rem));
  }

  .hero-intro {
    max-width: min(78vw, 500px);
    font-size: 0.92rem;
    line-height: 1.2;
  }

  .sponsor-strip__inner {
    min-height: 120px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    padding: 16px 0;
  }

  .sponsor-logo {
    min-height: 86px;
  }

  .sponsor-logo img {
    max-width: min(26vw, 190px);
    max-height: 82px;
  }

  .video-section {
    padding-top: 54px;
    padding-bottom: 44px;
  }

  .experience-section {
    padding-top: 18px;
    padding-bottom: 58px;
  }

  .experience-logo {
    width: 42px;
    margin-bottom: 16px;
  }

  .experience-section h2,
  .timeline-section h2,
  .page-hero h1 {
    font-size: clamp(4.1rem, 13vw, 6.7rem);
    line-height: 0.78;
  }

  .experience-section h2 {
    display: inline-grid;
    justify-items: center;
    width: auto;
    max-width: min(92vw, 720px);
    margin-inline: auto;
    transform: none;
  }

  .experience-title span {
    display: block;
    width: auto;
    max-width: 100%;
    margin-inline: auto;
    white-space: normal;
  }

  .experience-section p {
    max-width: min(78vw, 500px);
    margin-top: 22px;
    margin-bottom: 30px;
    line-height: 1.35;
  }

  .audience-links {
    gap: 12px;
  }

  .audience-links a {
    min-width: 150px;
  }

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

  .showcase-card {
    height: clamp(380px, 72vw, 560px);
  }

  .timeline-section {
    padding-top: 82px;
    padding-bottom: 118px;
  }

  .timeline-track {
    display: none;
  }

  .timeline-list {
    grid-template-columns: 1fr;
    max-width: 420px;
    width: min(88vw, 420px);
    gap: 54px;
    margin: 54px auto 46px;
  }

  .timeline-marker {
    width: min(58vw, 235px);
    transform: translateY(6px);
  }

  .timeline-card h3 {
    max-width: 320px;
    margin: 26px auto 20px;
    font-size: clamp(2.25rem, 8.4vw, 3.1rem);
    line-height: 0.86;
  }

  .timeline-card p {
    max-width: 290px;
    font-size: 0.98rem;
    line-height: 1.18;
  }

  .wide-video-banner__media {
    min-height: 320px;
    object-fit: cover;
  }

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

  .page-hero {
    padding: 120px 0 58px;
  }

  .page-shell {
    padding: 54px 0 82px;
  }
}

@media (min-width: 681px) and (max-width: 820px) and (orientation: portrait) {
  .hero-section {
    min-height: 930px;
    padding-top: 48px;
  }

  .hero-logo {
    width: clamp(76px, 11vw, 98px);
    margin-bottom: 10px;
  }

  .hero-section h1 {
    max-width: 72vw;
    font-size: var(--mc-hero-title-size, clamp(1.95rem, 5.9vw, 2.78rem));
    line-height: 0.8;
  }

  .script-title-image {
    width: min(24vw, 154px);
    margin-top: 2px;
    margin-bottom: 10px;
  }

  .hero-section__scenery {
    top: clamp(226px, 25vw, 266px);
  }

  .hero-cloud {
    top: clamp(338px, 37vw, 368px);
    left: clamp(18%, 24vw, 30%);
    opacity: 0.68;
  }

  .hero-cloud img {
    width: clamp(142px, 19vw, 186px);
  }
}

@media (max-width: 680px) {
  :root {
    --container: min(100% - 24px, 100%);
  }

  .section-pad {
    padding: 58px 0;
  }

  .hero-section {
    min-height: 760px;
    padding-top: 34px;
    padding-bottom: 42px;
  }

  .hero-logo {
    width: clamp(88px, 24vw, 124px);
    margin-bottom: clamp(22px, 6vw, 34px);
  }

  .hero-section h1 {
    max-width: 96vw;
    font-size: var(--mc-hero-title-size, clamp(2.2rem, 9.1vw, 3.25rem));
    line-height: 0.78;
  }

  .script-title-image {
    width: min(60vw, 230px);
    margin-top: clamp(-20px, -4vw, -10px);
  }

  .hero-section__scenery {
    top: clamp(245px, 58vw, 350px);
  }

  .hero-cloud {
    top: clamp(320px, 74vw, 430px);
    opacity: 0.62;
  }

  .hero-cloud img {
    width: clamp(190px, 52vw, 260px);
  }

  .event-date {
    margin-top: clamp(184px, 46vw, 248px);
    margin-bottom: 12px;
    font-size: var(--mc-hero-date-size, clamp(1.72rem, 6.1vw, 2.12rem));
  }

  .hero-intro {
    max-width: min(78vw, 360px);
    font-size: 0.86rem;
    line-height: 1.28;
    margin-bottom: 22px;
  }

  .button,
  .button--primary,
  .timeline-section .button {
    min-width: 210px;
    min-height: 50px;
    font-size: 0.9rem;
  }

  .sponsor-strip__inner {
    min-height: 100px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    padding: 14px 0;
  }

  .sponsor-logo {
    min-height: 70px;
  }

  .sponsor-logo img {
    max-width: 28vw;
    max-height: 64px;
  }

  .video-section {
    padding-top: 42px;
    padding-bottom: 36px;
  }

  .experience-section {
    padding-top: 10px;
    padding-bottom: 50px;
  }

  .experience-logo {
    width: 34px;
    margin-bottom: 14px;
  }

  .experience-section h2 {
    max-width: min(92vw, 560px);
    font-size: clamp(2.34rem, 11vw, 3.5rem);
    line-height: 0.82;
  }

  .timeline-section h2,
  .page-hero h1 {
    font-size: clamp(3.1rem, 15vw, 4.6rem);
    line-height: 0.8;
  }

  .experience-section p {
    max-width: 78vw;
    margin: 20px auto 28px;
    font-size: 0.94rem;
  }

  .audience-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(100%, 360px);
    margin-inline: auto;
  }

  .audience-links a {
    min-width: 0;
    padding: 12px 10px;
    font-size: 0.72rem;
  }

  .showcase-card {
    height: clamp(420px, 112vw, 620px);
  }

  .showcase-card:nth-child(n+3) {
    display: none;
  }

  .timeline-section {
    padding-top: 68px;
    padding-bottom: 92px;
  }

  .timeline-list {
    width: min(90vw, 360px);
    gap: 48px;
    margin-top: 42px;
  }

  .timeline-marker {
    width: min(64vw, 210px);
    transform: translateY(4px);
  }

  .timeline-card h3 {
    max-width: 310px;
    margin-top: 22px;
    margin-bottom: 16px;
    font-size: clamp(2rem, 11vw, 2.85rem);
  }

  .timeline-card p {
    max-width: 280px;
    font-size: 0.93rem;
    line-height: 1.2;
  }

  .wide-video-banner__media {
    min-height: 240px;
  }

  .site-footer {
    padding-top: 52px;
  }

  .site-footer__inner {
    grid-template-columns: 1fr;
    gap: 30px;
    text-align: center;
  }

  .site-footer__brand img {
    width: min(72vw, 250px);
    margin-inline: auto;
  }

  .footer-menu,
  .social-row,
  .language-switcher {
    justify-content: center;
    justify-items: center;
  }

  .site-footer__bottom {
    margin-top: 36px;
  }

  .site-footer__bottom p span {
    display: block;
    margin-top: 8px;
    margin-left: 0;
  }

  .page-hero {
    padding: 94px 0 48px;
  }

  .page-shell {
    padding: 42px 0 68px;
  }

  .contact-form input,
  .contact-form textarea {
    padding: 13px 14px;
  }
}

@media (max-width: 420px) {
  .hero-section {
    min-height: 720px;
  }

  .hero-section h1 {
    font-size: var(--mc-hero-title-size, clamp(2rem, 10.8vw, 2.8rem));
  }

  .script-title-image {
    width: min(62vw, 210px);
    margin-top: -12px;
  }

  .hero-section__scenery {
    top: 245px;
  }

  .event-date {
    margin-top: 172px;
    font-size: var(--mc-hero-date-size, clamp(1.5rem, 7vw, 1.92rem));
  }

  .experience-section h2 {
    max-width: min(94vw, 350px);
    font-size: clamp(2rem, 10.2vw, 2.72rem);
    line-height: 0.84;
  }

  .timeline-section h2,
  .page-hero h1 {
    font-size: clamp(2.65rem, 14.5vw, 3.55rem);
  }

  .audience-links {
    grid-template-columns: 1fr;
    width: min(100%, 260px);
  }
}

.mc26-burger-menu {
  --mc26-burger-background: #dc0648;
  --mc26-burger-hover: #ffc018;
  --mc26-burger-font-size: 4.75rem;
  pointer-events: none;
  z-index: 1200;
}

.mc26-burger-menu--front {
  position: absolute;
  top: 26px;
  right: clamp(18px, 2.2vw, 40px);
}

.mc26-burger-menu--embed-scroll {
  top: clamp(22px, 3vh, 42px);
}

.mc26-burger-menu--floating {
  position: fixed;
  top: 26px;
  right: clamp(18px, 2.2vw, 40px);
}

.mc26-burger-menu__toggle,
.mc26-burger-menu__close {
  pointer-events: auto;
  appearance: none;
  border: 0;
  background: transparent;
  color: #2f2f2f;
  cursor: pointer;
  padding: 0;
}

.mc26-burger-menu__toggle {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
}

.mc26-burger-menu__toggle-icon {
  width: 28px;
  height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.mc26-burger-menu__toggle-icon span {
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
}

.mc26-burger-menu__toggle-icon-image {
  width: 48px;
  height: 48px;
  object-fit: contain;
  display: block;
}

.mc26-burger-menu__overlay {
  position: fixed;
  inset: 0;
  background: var(--mc26-burger-background);
  pointer-events: none;
  transform: translateX(100%);
  transition: transform 460ms cubic-bezier(0.22, 0.8, 0.24, 1);
  will-change: transform;
}

.mc26-burger-menu.is-open .mc26-burger-menu__overlay {
  pointer-events: auto;
  transform: translateX(0);
}

.mc26-burger-menu.is-closing .mc26-burger-menu__overlay {
  transform: translateX(100%);
}

.mc26-burger-menu__close {
  position: fixed;
  top: 24px;
  right: clamp(18px, 2.2vw, 40px);
  z-index: 4;
  width: 48px;
  height: 48px;
  font-size: 2.25rem;
  line-height: 1;
  color: #fff;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.mc26-burger-menu__panel {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 34px;
  padding: clamp(72px, 9vh, 112px) clamp(28px, 6vw, 110px) clamp(36px, 5vh, 68px);
  pointer-events: auto;
  touch-action: manipulation;
  opacity: 0;
  transform: translateX(36px);
  transition: opacity 180ms ease 60ms, transform 280ms cubic-bezier(0.22, 0.8, 0.24, 1) 60ms;
}

.mc26-burger-menu.is-open .mc26-burger-menu__panel {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 150ms;
}

.mc26-burger-menu.is-closing .mc26-burger-menu__panel {
  opacity: 0;
  transform: translateX(24px);
  transition-delay: 0ms;
}

.mc26-burger-menu__logo {
  display: inline-flex;
  width: fit-content;
}

.mc26-burger-menu__logo img {
  width: clamp(42px, 4vw, 66px);
  height: auto;
  display: block;
}

.mc26-burger-menu__nav {
  width: min(100%, 920px);
  pointer-events: auto;
  touch-action: manipulation;
}

.mc26-burger-menu__list,
.mc26-burger-menu__submenu,
.mc26-burger-menu__item,
.mc26-burger-menu__submenu-item,
.mc26-burger-menu__logo,
.mc26-burger-menu__link,
.mc26-burger-menu__submenu-link {
  pointer-events: auto;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.mc26-burger-menu__list,
.mc26-burger-menu__submenu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mc26-burger-menu__item + .mc26-burger-menu__item {
  margin-top: 16px;
}

.mc26-burger-menu__link,
.mc26-burger-menu__submenu-link {
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  transition: color 180ms ease;
}

.mc26-burger-menu__link {
  font-size: clamp(2.2rem, calc(var(--mc26-burger-font-size) * 0.78), var(--mc26-burger-font-size));
  font-weight: 700;
  line-height: 0.95;
  text-transform: uppercase;
}

.mc26-burger-menu__parent-toggle {
  position: relative;
  padding-right: 1.2em;
}

.mc26-burger-menu__parent-toggle::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 0.55em;
  line-height: 1;
}

.mc26-burger-menu__item--has-children.is-open > .mc26-burger-menu__parent-toggle::after {
  content: "−";
}

.mc26-burger-menu__submenu {
  margin-top: 10px;
  margin-left: clamp(18px, 1.6vw, 28px);
}

.mc26-burger-menu__submenu-item + .mc26-burger-menu__submenu-item {
  margin-top: 4px;
}

.mc26-burger-menu__submenu-link {
  font-size: clamp(1.54rem, calc(var(--mc26-burger-font-size) * 0.546), calc(var(--mc26-burger-font-size) * 0.7));
  font-weight: 400;
  line-height: 0.95;
  text-transform: uppercase;
}

.mc26-burger-menu__submenu-wrap[hidden] {
  display: none !important;
}

.mc26-burger-menu__link:hover,
.mc26-burger-menu__link:focus-visible,
.mc26-burger-menu__submenu-link:hover,
.mc26-burger-menu__submenu-link:focus-visible {
  color: var(--mc26-burger-hover);
}

body.mc26-menu-open {
  overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .mc26-burger-menu__overlay,
  .mc26-burger-menu__panel {
    transition-duration: 1ms;
  }
}

@media (max-width: 980px) {
  .mc26-burger-menu__panel {
    gap: 28px;
    padding-top: 84px;
    padding-left: 24px;
    padding-right: 24px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .mc26-burger-menu__link {
    font-size: clamp(2rem, calc(var(--mc26-burger-font-size) * 0.56), 4rem);
  }

  .mc26-burger-menu__submenu-link {
    font-size: clamp(1.4rem, calc(var(--mc26-burger-font-size) * 0.392), 2.8rem);
  }
}

@media (max-width: 960px) and (orientation: portrait) {
  .hero-section {
    min-height: 100svh;
    padding-top: clamp(38px, 6.2vw, 56px);
    padding-bottom: clamp(32px, 5vw, 48px);
  }

  .hero-logo {
    width: clamp(125px, 20.8vw, 179px);
    margin-bottom: clamp(30px, 5vw, 48px);
  }

  .hero-section h1 {
    width: calc(100vw - 40px);
    max-width: calc(100vw - 40px);
    font-size: var(--mc-hero-title-size, clamp(4.75rem, 15.3vw, 8rem));
    line-height: 0.74;
  }

  .script-title-image {
    width: min(78.4vw, 448px);
    margin-top: clamp(-44px, -5vw, -24px);
  }

  .hero-section__scenery {
    inset: 0 auto 0 50%;
    height: 100%;
    transform: translateX(-50%) !important;
  }

  .hero-section__scenery img {
    width: auto;
    height: 100%;
    max-width: none;
    margin-left: 0;
    transform: none;
  }

  .hero-cloud {
    top: clamp(275px, 36vw, 380px);
    left: 0;
  }

  .event-date {
    font-size: var(--mc-hero-date-size, clamp(2.15rem, 5.3vw, 2.9rem));
  }
}

@media (max-width: 680px) and (orientation: portrait) {
  .hero-section {
    min-height: 100svh;
    padding-top: 34px;
  }

  .hero-logo {
    width: clamp(114px, 31vw, 161px);
    margin-bottom: clamp(24px, 7vw, 40px);
  }

  .hero-section h1 {
    width: calc(100vw - 40px);
    max-width: calc(100vw - 40px);
    font-size: var(--mc-hero-title-size, clamp(3.7rem, 15.5vw, 5.5rem));
    line-height: 0.76;
  }

  .script-title-image {
    width: min(84vw, 322px);
    margin-top: clamp(-28px, -6vw, -16px);
  }

  .hero-cloud {
    top: clamp(250px, 58vw, 365px);
  }

  .hero-cloud img {
    width: clamp(190px, 52vw, 260px);
  }

  .event-date {
    margin-top: clamp(184px, 44vw, 248px);
    font-size: var(--mc-hero-date-size, clamp(1.72rem, 6.1vw, 2.12rem));
  }
}
