/*
 * Mobile-first marketing shell for the 2026 Gastrofest page.
 *
 * Every selector is scoped by .mf-page and every component class uses the
 * mf- prefix. The live ticket selector and booking checkout intentionally
 * remain outside this stylesheet's component API.
 */

body.mf-page {
  --mf-paper: #f3eadc;
  --mf-paper-light: #fff8ec;
  --mf-ink: #211510;
  --mf-muted: #6e5d52;
  --mf-red: #a72d1f;
  --mf-red-dark: #7e1f15;
  --mf-green: #214735;
  --mf-green-light: #dbe5dc;
  --mf-gold: #d9a45e;
  --mf-line: #21151029;
  --mf-shadow: 0 22px 55px #3d27191a;
  --mf-shell-width: 1380px;
  --mf-dock-clearance: 112px;
  background:
    radial-gradient(circle at 15% 0%, #ffffffb8, transparent 30rem),
    var(--mf-paper);
  color: var(--mf-ink);
  overflow-x: hidden;
  overflow-x: clip;
}

.mf-page .mf-site-main {
  padding-bottom: calc(var(--mf-dock-clearance) + env(safe-area-inset-bottom));
}

.mf-page .mf-skip-link {
  z-index: 200;
  min-height: 48px;
  padding: 12px 16px;
  border-radius: 12px;
  color: var(--mf-ink);
  background: var(--mf-paper-light);
  box-shadow: var(--mf-shadow);
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
  transform: translateY(-160%);
  position: fixed;
  top: 8px;
  left: 8px;
}

.mf-page .mf-skip-link:focus {
  transform: none;
}

.mf-page .mf-header,
.mf-page .mf-hero,
.mf-page .mf-section,
.mf-page .mf-dock {
  font-family: Inter, Manrope, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.mf-page .mf-header {
  z-index: 50;
  min-height: 68px;
  height: auto;
  padding: 0;
  border-bottom: 1px solid var(--mf-line);
  background: #f3eadce8;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  display: block;
  position: sticky;
  top: 0;
}

.mf-page .mf-header__inner {
  width: min(100%, var(--mf-shell-width));
  min-height: 68px;
  margin: 0 auto;
  padding: 8px clamp(18px, 5vw, 72px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.mf-page .mf-brand {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--mf-ink);
  font-size: 16px;
  font-weight: 900;
  letter-spacing: -0.02em;
  text-decoration: none;
  white-space: nowrap;
}

.mf-page .mf-brand__logo {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

.mf-page .mf-nav {
  display: flex;
  align-items: center;
  gap: 4px;
}

.mf-page .mf-nav a {
  min-height: 44px;
  padding: 0 13px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  color: var(--mf-muted);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.mf-page .mf-nav a:hover {
  color: var(--mf-ink);
  background: #ffffff8c;
}

.mf-page .mf-hero,
.mf-page .mf-section {
  width: min(100%, var(--mf-shell-width));
  margin: 0 auto;
  padding-inline: clamp(18px, 5vw, 72px);
}

.mf-page .mf-hero {
  min-height: 0;
  padding-top: clamp(38px, 6vw, 82px);
  padding-bottom: clamp(42px, 7vw, 88px);
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(440px, 1.08fr);
  align-items: center;
  gap: clamp(28px, 5vw, 80px);
  background: transparent;
  overflow: visible;
}

.mf-page .mf-hero__copy,
.mf-page .mf-hero__media,
.mf-page .mf-carousel,
.mf-page .mf-venue__media,
.mf-page .mf-proof__media {
  min-width: 0;
}

.mf-page .mf-eyebrow {
  margin: 0 0 12px;
  color: var(--mf-red);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.mf-page .mf-hero__title,
.mf-page .mf-section__title,
.mf-page .mf-card-title {
  margin: 0;
  color: inherit;
  font-family: Georgia, "Times New Roman", Prata, serif;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.mf-page .mf-hero__title {
  font-size: clamp(48px, 6.4vw, 94px);
  line-height: 0.93;
}

.mf-page .mf-hero__slogan {
  margin: 18px 0 0;
  color: var(--mf-red-dark);
  font-family: Georgia, "Times New Roman", Prata, serif;
  font-size: clamp(20px, 2vw, 28px);
  font-style: italic;
  font-weight: 700;
  line-height: 1.25;
}

.mf-page .mf-hero__lead {
  max-width: 610px;
  margin: 14px 0 0;
  color: var(--mf-ink);
  font-size: clamp(17px, 1.8vw, 22px);
  line-height: 1.5;
}

.mf-page .mf-event-meta {
  margin: 24px 0;
  display: flex;
  gap: 10px;
}

.mf-page .mf-event-meta__item {
  min-height: 72px;
  padding: 12px 14px;
  border: 1px solid var(--mf-line);
  border-radius: 14px;
  background: #ffffff61;
  flex: 1;
}

.mf-page .mf-event-meta__item strong,
.mf-page .mf-event-meta__item span,
.mf-page .mf-event-meta__item small {
  display: block;
}

.mf-page .mf-event-meta__item strong {
  font-size: 16px;
  line-height: 1.35;
}

.mf-page .mf-event-meta__item span,
.mf-page .mf-event-meta__item small {
  margin-top: 5px;
  color: var(--mf-muted);
  font-size: 14px;
  line-height: 1.45;
}

.mf-page .mf-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.mf-page .mf-button {
  min-height: 52px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--mf-red-dark);
  background: transparent;
  font: inherit;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition:
    transform 0.16s ease,
    background-color 0.16s ease,
    border-color 0.16s ease,
    filter 0.16s ease;
}

.mf-page .mf-button--primary {
  color: #fff;
  background: var(--mf-red);
  box-shadow: 0 12px 30px #7e1f1533;
}

.mf-page .mf-button--secondary {
  border-color: var(--mf-line);
  background: var(--mf-paper-light);
}

.mf-page .mf-button--text {
  min-height: 48px;
  padding-inline: 8px;
}

.mf-page .mf-button:hover {
  transform: translateY(-1px);
}

.mf-page .mf-button--primary:hover {
  background: var(--mf-red-dark);
}

.mf-page .mf-offer {
  max-width: 610px;
  margin-top: 22px;
  padding: 18px;
  border: 1px solid var(--mf-line);
  border-radius: 20px;
  background: var(--mf-paper-light);
  box-shadow: 0 14px 36px #3d271912;
}

.mf-page .mf-offer__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.mf-page .mf-offer__label,
.mf-page .mf-offer__includes {
  color: var(--mf-red);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.mf-page .mf-offer__price {
  color: var(--mf-ink);
  font-family: Georgia, "Times New Roman", Prata, serif;
  font-size: clamp(29px, 3vw, 40px);
  line-height: 1;
  white-space: nowrap;
}

.mf-page .mf-offer__old-price {
  margin-left: 7px;
  color: var(--mf-muted);
  font-size: 14px;
}

.mf-page .mf-offer__includes {
  display: block;
  margin-top: 16px;
  color: var(--mf-muted);
  letter-spacing: 0.04em;
}

.mf-page .mf-offer__list {
  margin: 10px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px 14px;
  list-style: none;
}

.mf-page .mf-offer__list li {
  padding-left: 17px;
  color: var(--mf-ink);
  font-size: 14px;
  line-height: 1.45;
  position: relative;
}

.mf-page .mf-offer__list li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--mf-red);
  position: absolute;
  top: 7px;
  left: 0;
}

.mf-page .mf-offer__discount {
  margin: 13px 0 0;
  padding: 11px 13px;
  border-radius: 12px;
  color: #1c3d2e;
  background: var(--mf-green-light);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.45;
}

.mf-page .mf-carousel__track {
  width: 100%;
  display: flex;
  align-items: stretch;
  gap: 14px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 4px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.mf-page .mf-carousel__track::-webkit-scrollbar {
  display: none;
}

.mf-page .mf-carousel__slide {
  min-width: 0;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.mf-page .mf-carousel__toolbar {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.mf-page .mf-carousel__buttons {
  display: flex;
  gap: 8px;
}

.mf-page .mf-carousel__button {
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid var(--mf-line);
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  color: var(--mf-red-dark);
  background: var(--mf-paper-light);
  font: inherit;
  font-size: 20px;
  font-weight: 800;
  cursor: pointer;
  transition:
    transform 0.16s ease,
    filter 0.16s ease;
}

.mf-page .mf-carousel__button:hover {
  transform: translateY(-1px);
  filter: brightness(0.97);
}

.mf-page .mf-carousel__button:disabled {
  opacity: 0.38;
  cursor: default;
  transform: none;
}

.mf-page .mf-carousel__status,
.mf-page .mf-carousel__note {
  color: var(--mf-muted);
  font-size: 14px;
  line-height: 1.5;
}

.mf-page .mf-carousel__status {
  font-weight: 900;
}

.mf-page .mf-carousel__note {
  max-width: 680px;
  margin: 10px 0 0;
}

.mf-page .mf-carousel__note a {
  color: var(--mf-red-dark);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.mf-page .mf-carousel--hero .mf-carousel__track {
  gap: 0;
  border-radius: 30px;
  box-shadow: var(--mf-shadow);
}

.mf-page .mf-carousel--hero .mf-carousel__slide {
  flex: 0 0 100%;
}

.mf-page .mf-hero-photo {
  aspect-ratio: 4 / 3;
  min-height: 0;
  margin: 0;
  border-radius: 30px;
  background: #ad805d;
  position: relative;
  overflow: hidden;
}

.mf-page .mf-hero-photo::after {
  content: "";
  pointer-events: none;
  background: linear-gradient(#0000 58%, #180d0957);
  position: absolute;
  inset: 0;
}

.mf-page .mf-hero-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  user-select: none;
}

.mf-page .mf-hero-photo figcaption {
  z-index: 1;
  max-width: calc(100% - 28px);
  padding: 10px 12px;
  border: 1px solid #ffffff40;
  border-radius: 13px;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 9px;
  color: #fff;
  background: #1b100bc7;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  font-size: 14px;
  line-height: 1.4;
  position: absolute;
  inset: auto 14px 14px;
}

.mf-page .mf-hero-photo figcaption strong {
  color: #ffd59b;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.mf-page .mf-section {
  padding-top: clamp(64px, 9vw, 116px);
  padding-bottom: clamp(64px, 9vw, 116px);
}

.mf-page .mf-section__heading,
.mf-page .mf-venue__copy,
.mf-page .mf-proof__copy {
  max-width: 800px;
  margin-bottom: 30px;
}

.mf-page .mf-section__title {
  font-size: clamp(40px, 5.4vw, 72px);
  line-height: 0.98;
}

.mf-page .mf-section__lead,
.mf-page .mf-venue__copy > p:not(.mf-eyebrow),
.mf-page .mf-proof__copy > p:not(.mf-eyebrow) {
  max-width: 740px;
  margin: 16px 0 0;
  color: var(--mf-muted);
  font-size: 17px;
  line-height: 1.6;
}

.mf-page .mf-venue {
  border-top: 1px solid var(--mf-line);
  display: block;
}

.mf-page .mf-venue__copy {
  max-width: 920px;
}

.mf-page .mf-venue__media {
  margin-top: 32px;
}

.mf-page .mf-venue__media-intro {
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.mf-page .mf-venue__media-intro p {
  max-width: 780px;
  margin: 0;
  color: var(--mf-muted);
  font-size: 16px;
  line-height: 1.6;
}

.mf-page .mf-venue__media-intro strong {
  color: var(--mf-ink);
}

.mf-page .mf-origin-label {
  padding: 8px 11px;
  border-radius: 999px;
  display: inline-flex;
  color: #633719;
  background: #f0d9bd;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.mf-page .mf-carousel--video .mf-carousel__track,
.mf-page .mf-carousel--archive .mf-carousel__track {
  padding: 4px 4px 24px;
}

.mf-page .mf-carousel--video .mf-carousel__slide {
  flex: 0 0 min(76vw, 310px);
}

.mf-page .mf-video-card {
  height: 100%;
  margin: 0;
  padding: 12px;
  border: 1px solid #fff8;
  border-radius: 24px;
  color: var(--mf-ink);
  background: var(--mf-paper-light);
  box-shadow: 0 14px 36px #3d271912;
  overflow: hidden;
}

.mf-page .mf-video-card--featured {
  display: grid;
  grid-template-columns: minmax(240px, 0.72fr) minmax(220px, 1fr);
  align-items: center;
  gap: 24px;
}

.mf-page .mf-carousel--video .mf-video-card--featured {
  flex-basis: min(88vw, 650px);
}

.mf-page .mf-video-card video {
  width: 100%;
  max-height: 570px;
  aspect-ratio: 9 / 16;
  border-radius: 16px;
  display: block;
  object-fit: contain;
  background: #140d0a;
}

.mf-page .mf-video-card__copy {
  padding: 16px 10px 12px;
}

.mf-page .mf-video-card__index {
  color: var(--mf-red);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mf-page .mf-video-card__title {
  margin: 12px 0 10px;
  color: var(--mf-ink);
  font-family: Georgia, "Times New Roman", Prata, serif;
  font-size: clamp(26px, 2.6vw, 36px);
  line-height: 1.05;
  letter-spacing: -0.025em;
}

.mf-page .mf-video-card__copy p {
  margin: 0;
  color: var(--mf-muted);
  font-size: 15px;
  line-height: 1.6;
}

.mf-page .mf-included {
  border-top: 1px solid var(--mf-line);
}

.mf-page .mf-included__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.mf-page .mf-included-card {
  min-height: 238px;
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid #fff8;
  border-radius: 22px;
  color: var(--mf-ink);
  background: var(--mf-paper-light);
  box-shadow: 0 14px 36px #3d271912;
}

.mf-page .mf-included-card__label {
  color: var(--mf-red);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.mf-page .mf-included-card__title {
  margin: 22px 0 10px;
  font-family: Georgia, "Times New Roman", Prata, serif;
  font-size: clamp(25px, 2.6vw, 34px);
  line-height: 1.05;
  letter-spacing: -0.025em;
}

.mf-page .mf-included-card p {
  margin: 0;
  color: var(--mf-muted);
  font-size: 15px;
  line-height: 1.6;
}

.mf-page .mf-included-card--lead,
.mf-page .mf-included-card--wide {
  grid-column: span 2;
}

.mf-page .mf-included-card--lead {
  color: #fff;
  background: var(--mf-red);
}

.mf-page .mf-included-card--lead .mf-included-card__label,
.mf-page .mf-included-card--lead p {
  color: #fff;
}

.mf-page .mf-included-card--lead .mf-included-card__title {
  max-width: 560px;
  font-size: clamp(36px, 4.8vw, 62px);
}

.mf-page .mf-included-card--wide {
  background: var(--mf-green-light);
}

.mf-page .mf-weather {
  margin-top: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.mf-page .mf-weather__card {
  min-height: 250px;
  padding: clamp(22px, 3vw, 34px);
  border-radius: 22px;
  background: var(--mf-paper-light);
  box-shadow: var(--mf-shadow);
}

.mf-page .mf-weather__label {
  color: var(--mf-red);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.mf-page .mf-weather__title {
  margin: 22px 0 10px;
  font-family: Georgia, "Times New Roman", Prata, serif;
  font-size: clamp(25px, 2.6vw, 34px);
  line-height: 1.05;
}

.mf-page .mf-weather__card p {
  margin: 0;
  color: var(--mf-muted);
  font-size: 15px;
  line-height: 1.6;
}

.mf-page .mf-proof {
  border-top: 1px solid var(--mf-line);
}

.mf-page .mf-proof__copy {
  max-width: 780px;
}

.mf-page .mf-carousel--archive .mf-carousel__slide {
  flex: 0 0 min(78vw, 760px);
}

.mf-page .mf-carousel--archive .mf-carousel__slide--portrait {
  flex-basis: min(58vw, 520px);
}

.mf-page .mf-archive-card {
  height: clamp(390px, 52vw, 560px);
  margin: 0;
  border-radius: 24px;
  background: #af8160;
  box-shadow: var(--mf-shadow);
  position: relative;
  overflow: hidden;
}

.mf-page .mf-archive-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.mf-page .mf-archive-card figcaption {
  z-index: 1;
  max-width: calc(100% - 24px);
  padding: 10px 12px;
  border: 1px solid #ffffff2e;
  border-radius: 12px;
  color: #fff;
  background: #1f120ccc;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
  position: absolute;
  inset: auto 12px 12px;
}

.mf-page .mf-program {
  width: min(1280px, calc(100% - 28px));
  margin-block: 18px;
  border-radius: 34px;
  color: #fff;
  background: var(--mf-green);
}

.mf-page .mf-program .mf-eyebrow {
  color: #f0c486;
}

.mf-page .mf-program .mf-section__lead {
  color: #ffffffc2;
}

.mf-page .mf-program__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.mf-page .mf-program-card {
  min-height: 250px;
  padding: 20px;
  border: 1px solid #ffffff29;
  border-radius: 18px;
  background: #ffffff0d;
}

.mf-page .mf-program-card__index {
  color: #f0c486;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

.mf-page .mf-program-card__title {
  margin: 42px 0 10px;
  font-family: Georgia, "Times New Roman", Prata, serif;
  font-size: 28px;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.mf-page .mf-program-card p {
  margin: 0;
  color: #ffffffc2;
  font-size: 15px;
  line-height: 1.6;
}

.mf-page .mf-program__note {
  margin: 20px 0 0;
  color: #ffffffad;
  font-size: 14px;
  line-height: 1.5;
}

.mf-page .mf-faq {
  border-top: 1px solid var(--mf-line);
}

.mf-page .mf-faq__list {
  border-top: 1px solid var(--mf-line);
}

.mf-page .mf-faq__list > details {
  border-bottom: 1px solid var(--mf-line);
}

.mf-page .mf-faq__list > details > summary {
  min-height: 70px;
  padding: 12px 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--mf-ink);
  font-family: Georgia, "Times New Roman", Prata, serif;
  font-size: clamp(21px, 2.6vw, 28px);
  font-weight: 700;
  line-height: 1.25;
  list-style: none;
  cursor: pointer;
}

.mf-page .mf-faq__list > details > summary::-webkit-details-marker {
  display: none;
}

.mf-page .mf-faq__icon {
  width: 46px;
  height: 46px;
  border: 1px solid var(--mf-line);
  border-radius: 50%;
  display: grid;
  flex: 0 0 46px;
  place-items: center;
  color: var(--mf-red);
  font-family: Inter, Manrope, sans-serif;
  font-size: 23px;
  line-height: 1;
  transition: transform 0.18s ease;
}

.mf-page .mf-faq__list > details[open] .mf-faq__icon {
  transform: rotate(45deg);
}

.mf-page .mf-faq__answer {
  max-width: 800px;
  margin: 0;
  padding: 0 4px 24px;
  color: var(--mf-muted);
  font-size: 16px;
  line-height: 1.65;
}

.mf-page .mf-footer {
  margin-top: 24px;
  padding: 34px clamp(18px, 5vw, 72px);
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px 30px;
  color: #fff;
  background: #1d1713;
  font-size: 14px;
  line-height: 1.5;
}

.mf-page .mf-footer__brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
}

.mf-page .mf-footer__logo {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.mf-page .mf-footer p {
  margin: 0;
}

.mf-page .mf-dock {
  z-index: 90;
  padding: 8px;
  border: 1px solid #21151024;
  border-radius: 22px;
  display: grid;
  grid-template-columns: auto repeat(3, 52px);
  align-items: center;
  gap: 8px;
  background: #fff9f0ed;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 48px #21151038;
  position: fixed;
  right: max(16px, env(safe-area-inset-right));
  bottom: max(16px, env(safe-area-inset-bottom));
}

.mf-page .mf-dock__booking,
.mf-page .mf-dock__action {
  min-height: 52px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.1;
  text-decoration: none;
  transition:
    transform 0.16s ease,
    filter 0.16s ease;
}

.mf-page .mf-dock__booking {
  min-width: 170px;
  padding: 8px 18px;
  flex-direction: column;
  background: var(--mf-red);
  box-shadow: 0 10px 24px #7e1f1538;
}

.mf-page .mf-dock__booking small {
  margin-top: 4px;
  opacity: 0.84;
  font-size: 14px;
  font-weight: 800;
}

.mf-page .mf-dock__action {
  width: 52px;
}

.mf-page .mf-dock__action svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.mf-page .mf-dock__glyph {
  font-size: 25px;
  line-height: 1;
}

.mf-page .mf-dock__action--phone {
  background: var(--mf-ink);
}

.mf-page .mf-dock__action--telegram {
  background: #238cc5;
}

.mf-page .mf-dock__action--whatsapp {
  background: #168a4a;
}

.mf-page .mf-dock__booking:hover,
.mf-page .mf-dock__action:hover {
  transform: translateY(-1px);
  filter: brightness(0.96);
}

.mf-page .mf-dock__booking:active,
.mf-page .mf-dock__action:active {
  transform: translateY(0);
}

.mf-page .mf-button:focus-visible,
.mf-page .mf-carousel__button:focus-visible,
.mf-page .mf-dock__booking:focus-visible,
.mf-page .mf-dock__action:focus-visible,
.mf-page .mf-brand:focus-visible,
.mf-page .mf-nav a:focus-visible,
.mf-page .mf-faq__list > details > summary:focus-visible,
.mf-page .mf-carousel__track:focus-visible {
  outline: 3px solid var(--mf-gold);
  outline-offset: 3px;
}

@media (max-width: 1100px) {
  .mf-page .mf-hero {
    grid-template-columns: minmax(0, 0.95fr) minmax(380px, 1.05fr);
  }

  .mf-page .mf-included__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mf-page .mf-included-card--lead,
  .mf-page .mf-included-card--wide {
    grid-column: 1 / -1;
  }

  .mf-page .mf-program__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  body.mf-page {
    --mf-dock-clearance: 104px;
  }

  .mf-page .mf-header,
  .mf-page .mf-header__inner {
    min-height: 60px;
  }

  .mf-page .mf-header__inner {
    padding-block: 6px;
    gap: 12px;
  }

  .mf-page .mf-brand {
    min-height: 44px;
    font-size: 15px;
  }

  .mf-page .mf-brand__logo {
    width: 40px;
    height: 40px;
  }

  .mf-page .mf-nav a {
    min-height: 44px;
    padding-inline: 8px;
    font-size: 14px;
  }

  .mf-page .mf-hero {
    padding-top: 24px;
    padding-bottom: 44px;
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .mf-page .mf-hero__title {
    font-size: clamp(42px, 12.4vw, 62px);
  }

  .mf-page .mf-hero__slogan {
    margin-top: 12px;
    font-size: 20px;
  }

  .mf-page .mf-hero__lead {
    margin-top: 10px;
    font-size: 17px;
  }

  .mf-page .mf-event-meta {
    margin: 17px 0;
  }

  .mf-page .mf-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .mf-page .mf-button {
    width: 100%;
  }

  .mf-page .mf-button--text {
    min-height: 48px;
  }

  .mf-page .mf-offer {
    margin-top: 18px;
    padding: 16px;
    border-radius: 18px;
  }

  .mf-page .mf-offer__list {
    grid-template-columns: 1fr;
  }

  .mf-page .mf-carousel--hero .mf-carousel__track,
  .mf-page .mf-hero-photo {
    border-radius: 21px;
  }

  .mf-page .mf-hero-photo figcaption {
    max-width: calc(100% - 16px);
    font-size: 14px;
    inset: auto 8px 8px;
  }

  .mf-page .mf-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .mf-page .mf-section__heading,
  .mf-page .mf-venue__copy,
  .mf-page .mf-proof__copy {
    margin-bottom: 24px;
  }

  .mf-page .mf-section__title {
    font-size: clamp(38px, 11vw, 54px);
  }

  .mf-page .mf-section__lead,
  .mf-page .mf-venue__copy > p:not(.mf-eyebrow),
  .mf-page .mf-proof__copy > p:not(.mf-eyebrow) {
    font-size: 16px;
  }

  .mf-page .mf-venue__media {
    margin-top: 24px;
  }

  .mf-page .mf-venue__media-intro {
    display: grid;
    align-items: start;
    gap: 14px;
  }

  .mf-page .mf-carousel--video .mf-carousel__track,
  .mf-page .mf-carousel--archive .mf-carousel__track {
    gap: 10px;
    padding-right: 4px;
  }

  .mf-page .mf-carousel--video .mf-carousel__slide,
  .mf-page .mf-carousel--video .mf-video-card--featured {
    flex-basis: min(84vw, 350px);
  }

  .mf-page .mf-video-card,
  .mf-page .mf-video-card--featured {
    display: block;
    border-radius: 21px;
  }

  .mf-page .mf-video-card video {
    max-height: none;
  }

  .mf-page .mf-included__grid,
  .mf-page .mf-weather {
    grid-template-columns: 1fr;
  }

  .mf-page .mf-included-card,
  .mf-page .mf-weather__card {
    min-height: 0;
  }

  .mf-page .mf-included-card--lead,
  .mf-page .mf-included-card--wide {
    grid-column: auto;
  }

  .mf-page .mf-carousel--archive .mf-carousel__slide {
    flex-basis: min(88vw, 360px);
  }

  .mf-page .mf-carousel--archive .mf-carousel__slide--portrait {
    flex-basis: min(76vw, 315px);
  }

  .mf-page .mf-archive-card {
    height: min(112vw, 410px);
    border-radius: 20px;
  }

  .mf-page .mf-program {
    width: calc(100% - 18px);
    border-radius: 24px;
  }

  .mf-page .mf-program__grid {
    grid-template-columns: 1fr;
  }

  .mf-page .mf-program-card {
    min-height: 0;
  }

  .mf-page .mf-program-card__title {
    margin-top: 30px;
  }

  .mf-page .mf-faq__list > details > summary {
    min-height: 72px;
    font-size: 21px;
  }

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

  .mf-page .mf-dock {
    grid-template-columns: minmax(0, 1fr) repeat(3, 48px);
    gap: 7px;
    padding: 8px;
    left: max(10px, env(safe-area-inset-left));
    right: max(10px, env(safe-area-inset-right));
    bottom: calc(8px + env(safe-area-inset-bottom));
  }

  .mf-page .mf-dock__booking {
    min-width: 0;
    padding-inline: 12px;
  }

  .mf-page .mf-dock__action {
    width: 48px;
  }
}

@media (max-width: 390px) {
  .mf-page .mf-header__inner,
  .mf-page .mf-hero,
  .mf-page .mf-section {
    padding-inline: 14px;
  }

  .mf-page .mf-event-meta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7px;
  }

  .mf-page .mf-event-meta__item {
    min-width: 0;
    padding: 10px;
  }

  .mf-page .mf-offer__head {
    display: grid;
    gap: 8px;
  }

  .mf-page .mf-offer__price {
    white-space: normal;
  }
}

@media (max-width: 340px) {
  .mf-page .mf-brand__logo {
    width: 38px;
    height: 38px;
  }

  .mf-page .mf-brand span {
    display: none;
  }

  .mf-page .mf-nav a:first-child {
    display: none;
  }

  .mf-page .mf-hero__title {
    font-size: 40px;
  }

  .mf-page .mf-event-meta {
    grid-template-columns: 1fr;
  }

  .mf-page .mf-dock {
    grid-template-columns: minmax(0, 1fr) repeat(3, 46px);
    gap: 6px;
    padding: 7px;
    left: max(8px, env(safe-area-inset-left));
    right: max(8px, env(safe-area-inset-right));
  }

  .mf-page .mf-dock__booking,
  .mf-page .mf-dock__action {
    min-height: 46px;
  }

  .mf-page .mf-dock__action {
    width: 46px;
  }

  .mf-page .mf-dock__booking small {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mf-page .mf-button,
  .mf-page .mf-carousel__button,
  .mf-page .mf-dock__booking,
  .mf-page .mf-dock__action,
  .mf-page .mf-faq__icon {
    transition: none;
  }

  .mf-page .mf-carousel__track {
    scroll-behavior: auto;
  }
}

@media (prefers-contrast: more) {
  body.mf-page {
    --mf-line: #21151061;
  }
}

/* Production markup bridge: the live checkout keeps its long-lived IDs and
   classes while the new marketing shell stays isolated behind .mf-page. */
.mf-page .mf-header {
  width: 100%;
  min-height: 68px;
  padding: 8px clamp(18px, 5vw, 72px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.mf-page .mf-header nav { align-items: center; }
.mf-page .mf-header nav a { min-height: 44px; display: inline-flex; align-items: center; font-size: 14px; }
.mf-page .mf-header .menu-button { min-width: 48px; min-height: 44px; font-size: 14px; }

.mf-page .mf-hero h1,
.mf-page .mf-section__heading h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", Prata, serif;
  font-weight: 400;
  letter-spacing: -.045em;
  text-wrap: balance;
}

.mf-page .mf-hero h1 { font-size: clamp(48px, 6.4vw, 94px); line-height: .93; }
.mf-page .mf-section__heading h2 { font-size: clamp(40px, 5.4vw, 72px); line-height: .98; }
.mf-page .mf-hero h1 em,
.mf-page .mf-section__heading h2 em { color: var(--mf-red); font-style: normal; }
.mf-page .mf-slogan { margin: 18px 0 0; color: var(--mf-red-dark); font: italic 700 clamp(20px, 2vw, 28px)/1.25 Georgia, "Times New Roman", Prata, serif; }
.mf-page .mf-section__heading > p:not(.mf-eyebrow) { max-width: 760px; margin: 16px 0 0; color: var(--mf-muted); font-size: 17px; line-height: 1.6; }

.mf-page .mf-event-meta > span {
  min-height: 72px;
  padding: 12px 14px;
  border: 1px solid var(--mf-line);
  border-radius: 14px;
  background: #ffffff61;
  display: block;
  flex: 1;
}
.mf-page .mf-event-meta > span strong,
.mf-page .mf-event-meta > span small { display: block; }
.mf-page .mf-event-meta > span strong { font-size: 16px; line-height: 1.35; }
.mf-page .mf-event-meta > span small { margin-top: 5px; color: var(--mf-muted); font-size: 14px; line-height: 1.45; }
.mf-page .mf-hero__actions { margin-top: 24px; display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.mf-page .mf-hero__actions .button,
.mf-page .mf-actions .button { min-height: 52px; border-radius: 999px; padding: 13px 20px; font-size: 16px; }
.mf-page .mf-text-link { min-height: 48px; padding: 8px; display: inline-flex; align-items: center; color: var(--mf-red-dark); font-size: 16px; font-weight: 900; text-decoration: none; }

.mf-page .mf-hero-offer { max-width: 610px; margin-top: 22px; padding: 18px; border: 1px solid var(--mf-line); border-radius: 20px; background: var(--mf-paper-light); box-shadow: 0 14px 36px #3d271912; }
.mf-page .mf-hero-offer .hero-offer__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
.mf-page .mf-hero-offer .hero-offer__head > span,
.mf-page .mf-hero-offer .hero-offer__includes { color: var(--mf-red); font-size: 14px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.mf-page .mf-hero-offer .hero-offer__head strong { font: 400 clamp(29px, 3vw, 40px)/1 Georgia, "Times New Roman", Prata, serif; white-space: nowrap; }
.mf-page .mf-hero-offer .hero-offer__head del { margin-left: 7px; color: var(--mf-muted); font-size: 14px; }
.mf-page .mf-hero-offer .hero-offer__includes { margin-top: 16px; display: block; color: var(--mf-muted); }
.mf-page .mf-hero-offer ul { margin: 10px 0 0; padding: 0; display: grid; gap: 7px; list-style: none; }
.mf-page .mf-hero-offer li { padding-left: 17px; font-size: 14px; line-height: 1.45; position: relative; }
.mf-page .mf-hero-offer li::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--mf-red); position: absolute; top: 7px; left: 0; }
.mf-page .mf-hero-offer .hero-offer__discount { margin: 13px 0 0; padding: 11px 13px; border-radius: 12px; background: var(--mf-green-light); color: #1c3d2e; font-size: 14px; font-weight: 750; }

.mf-page .mf-hero-carousel .mf-carousel__track { gap: 0; border-radius: 30px; box-shadow: var(--mf-shadow); }
.mf-page .mf-hero-slide { flex: 0 0 100%; aspect-ratio: 4 / 3; margin: 0; border-radius: 30px; background: #ad805d; scroll-snap-align: start; position: relative; overflow: hidden; }
.mf-page .mf-hero-slide picture { width: 100%; height: 100%; display: block; }
.mf-page .mf-hero-slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
.mf-page .mf-hero-slide--video { isolation: isolate; }
.mf-page .mf-hero-slide--video::before { content: ""; z-index: 0; pointer-events: none; background: url("assets/mf-poster-hero-main.31bad370e0.jpg") center / cover no-repeat; filter: blur(22px) brightness(.68) saturate(1.05); position: absolute; inset: -24px; transform: scale(1.08); }
.mf-page .mf-hero-slide video { z-index: 1; width: 100%; height: 100%; display: block; object-fit: contain; background: transparent; position: relative; }
.mf-page .mf-hero-slide--video::after { display: none; }
.mf-page .mf-hero-slide::after { content: ""; pointer-events: none; background: linear-gradient(#0000 58%, #180d0957); position: absolute; inset: 0; }
.mf-page .mf-hero-slide figcaption { z-index: 1; max-width: calc(100% - 28px); padding: 10px 12px; border: 1px solid #ffffff40; border-radius: 13px; display: flex; flex-wrap: wrap; gap: 4px 9px; color: #fff; background: #1b100bc7; font-size: 14px; position: absolute; inset: auto 14px 14px; }
.mf-page .mf-hero-slide figcaption strong { color: #ffd59b; text-transform: uppercase; }
.mf-page .mf-carousel__toolbar > div { display: flex; gap: 8px; }
.mf-page .mf-carousel__toolbar button { width: 48px; height: 48px; padding: 0; border: 1px solid var(--mf-line); border-radius: 50%; display: grid; place-items: center; color: var(--mf-red-dark); background: var(--mf-paper-light); font-size: 20px; font-weight: 800; cursor: pointer; }
.mf-page .mf-carousel__toolbar > span { color: var(--mf-muted); font-size: 14px; font-weight: 900; }
.mf-page .mf-media-note { max-width: 760px; margin: 10px 0 0; color: var(--mf-muted); font-size: 14px; line-height: 1.5; }
.mf-page .mf-media-note a { color: var(--mf-red-dark); font-weight: 800; text-decoration: underline; }

.mf-page .mf-venue__heading { max-width: 920px; }
.mf-page .mf-video-intro { margin: 30px 0 18px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.mf-page .mf-video-intro p { max-width: 780px; margin: 0; color: var(--mf-muted); font-size: 16px; line-height: 1.6; }
.mf-page .mf-video-intro > span { padding: 8px 11px; border-radius: 999px; color: #633719; background: #f0d9bd; font-size: 14px; font-weight: 900; text-transform: uppercase; }
.mf-page .mf-video-carousel .mf-carousel__track,
.mf-page .mf-archive-carousel .mf-carousel__track { padding: 4px 4px 24px; }
.mf-page .mf-video-slide { flex: 0 0 min(76vw, 310px); height: auto; padding: 12px; border: 1px solid #fff8; border-radius: 24px; background: var(--mf-paper-light); box-shadow: 0 14px 36px #3d271912; scroll-snap-align: start; overflow: hidden; }
.mf-page .mf-video-slide:first-child { flex-basis: min(88vw, 650px); }
.mf-page .mf-video-slide video { width: 100%; max-height: 570px; aspect-ratio: 9 / 16; border-radius: 16px; display: block; object-fit: contain; background: #140d0a; }
.mf-page .mf-video-slide > div { padding: 16px 10px 12px; }
.mf-page .mf-video-slide span { color: var(--mf-red); font-size: 14px; font-weight: 900; text-transform: uppercase; }
.mf-page .mf-video-slide h3 { margin: 12px 0 10px; font: 400 clamp(26px, 2.6vw, 36px)/1.05 Georgia, "Times New Roman", Prata, serif; }
.mf-page .mf-video-slide p { margin: 0; color: var(--mf-muted); font-size: 15px; line-height: 1.6; }

.mf-page .mf-weather > article { min-height: 250px; padding: clamp(22px, 3vw, 34px); border-radius: 22px; background: var(--mf-paper-light); box-shadow: var(--mf-shadow); }
.mf-page .mf-weather > article > span,
.mf-page .mf-included-card > span { color: var(--mf-red); font-size: 14px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.mf-page .mf-weather > article h3,
.mf-page .mf-included-card h3 { margin: 22px 0 10px; font: 400 clamp(25px, 2.6vw, 34px)/1.05 Georgia, "Times New Roman", Prata, serif; }
.mf-page .mf-weather > article p { margin: 0; color: var(--mf-muted); font-size: 15px; line-height: 1.6; }
.mf-page .mf-included-card--lead > span,
.mf-page .mf-included-card--lead p { color: #fff; }

.mf-page .mf-archive-slide { flex: 0 0 min(78vw, 760px); height: clamp(390px, 52vw, 560px); margin: 0; border-radius: 24px; background: #af8160; box-shadow: var(--mf-shadow); scroll-snap-align: start; position: relative; overflow: hidden; }
.mf-page .mf-archive-slide img { width: 100%; height: 100%; display: block; object-fit: cover; }
.mf-page .mf-archive-slide--video::before { content: ""; z-index: 0; pointer-events: none; background: url("assets/mf-poster-archive-boil-2015.b1dc77c9c6.jpg") center/cover; filter: blur(20px) brightness(.62); position: absolute; inset: -24px; }
.mf-page .mf-archive-slide video { z-index: 2; width: 100%; height: 100%; display: block; object-fit: contain; background: transparent; position: relative; }
.mf-page .mf-video-play-button { z-index: 3; width: 72px; height: 72px; padding: 0 0 0 5px; border: 2px solid #ffffffd9; border-radius: 50%; display: grid; place-items: center; color: #fff; background: #1f120cdb; box-shadow: 0 10px 28px #0006; font-size: 30px; line-height: 1; cursor: pointer; position: absolute; inset: 50% auto auto 50%; transform: translate(-50%, -50%); }
.mf-page .mf-video-play-button:hover { background: var(--mf-red-dark); }
.mf-page .mf-video-play-button:focus-visible { outline: 3px solid #ffd59b; outline-offset: 3px; }
.mf-page .mf-video-play-button[hidden] { display: none; }
.mf-page .mf-archive-slide figcaption { z-index: 1; max-width: calc(100% - 24px); padding: 10px 12px; border-radius: 12px; color: #fff; background: #1f120ccc; font-size: 14px; font-weight: 800; position: absolute; inset: auto 12px 12px; }

.mf-page .mf-program__grid > article { min-height: 250px; padding: 20px; border: 1px solid #ffffff29; border-radius: 18px; background: #ffffff0d; }
.mf-page .mf-program__grid > article > span { color: #f0c486; font-size: 14px; font-weight: 900; letter-spacing: .1em; }
.mf-page .mf-program__grid > article h3 { margin: 42px 0 10px; font: 400 28px/1.05 Georgia, "Times New Roman", Prata, serif; }
.mf-page .mf-program__grid > article p { margin: 0; color: #ffffffc2; font-size: 15px; line-height: 1.6; }
.mf-page .mf-program .mf-section__heading > p:not(.mf-eyebrow) { color: #ffffffc2; }

.mf-page .mf-faq__list > details > summary > span { width: 46px; height: 46px; border: 1px solid var(--mf-line); border-radius: 50%; display: grid; flex: 0 0 46px; place-items: center; color: var(--mf-red); font: 400 23px/1 Manrope, sans-serif; }
.mf-page .mf-faq__list > details > p { max-width: 800px; margin: 0; padding: 0 4px 24px; color: var(--mf-muted); font-size: 16px; line-height: 1.65; }

.mf-page .mf-dock { display: grid !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; transform: none !important; }
.mf-page .mf-dock__actions { display: contents !important; }
.mf-page .mf-dock__booking::before { display: none; }
.mf-page .mf-dock__label { display: none !important; }
.mf-page .mf-dock__glyph { display: inline !important; }

/* The checkout predates the mobile-first shell and used compact desktop
   typography. Keep transactional and explanatory copy comfortably readable. */
.mf-page .hero-search-light__availability,
.mf-page #tickets .kicker,
.mf-page #tickets .ticket-card__ribbon,
.mf-page #tickets .ticket-card__label,
.mf-page #tickets .ticket-card li,
.mf-page #tickets .ticket-card__availability,
.mf-page #tickets .ticketscloud-checkout__copy > span,
.mf-page #tickets .ticketscloud-checkout p,
.mf-page #tickets .ticket-availability-status,
.mf-page #tickets .tickets__note,
.mf-page #booking .order-guide summary,
.mf-page #booking .booking-form__status,
.mf-page #booking .booking-fallback p,
.mf-page #booking .booking-field > span,
.mf-page #booking .booking-field > small,
.mf-page #booking .booking-promo label,
.mf-page #booking .booking-promo summary,
.mf-page #booking .booking-check,
.mf-page #booking .booking-check span,
.mf-page #booking .booking-legal,
.mf-page #booking .booking-mobile-summary,
.mf-page #booking .booking-pending__support,
.mf-page #booking .booking-pending__code,
.mf-page #booking .booking-summary,
.mf-page #booking .booking-summary small {
  font-size: 14px;
  line-height: 1.55;
}

.mf-page #tickets .ticket-card > a,
.mf-page #tickets .ticketscloud-checkout button {
  min-height: 48px;
  font-size: 14px;
}

.mf-page #booking input,
.mf-page #booking select,
.mf-page #booking button,
.mf-page #booking .button {
  min-height: 48px;
  font-size: 16px;
}

@media (max-width: 760px) {
  .mf-page .mf-header { min-height: 60px; padding: 6px max(14px, env(safe-area-inset-left)); }
  .mf-page .mf-hero h1 { font-size: clamp(42px, 12.4vw, 62px); }
  .mf-page .mf-slogan { margin-top: 12px; font-size: 20px; }
  .mf-page .mf-hero__actions,
  .mf-page .mf-actions { display: grid; grid-template-columns: 1fr; }
  .mf-page .mf-hero__actions .button,
  .mf-page .mf-actions .button { width: 100%; }
  .mf-page .mf-hero-carousel .mf-carousel__track,
  .mf-page .mf-hero-slide { border-radius: 21px; }
  .mf-page .mf-section__heading h2 { font-size: clamp(38px, 11vw, 54px); }
  .mf-page .mf-section__heading > p:not(.mf-eyebrow) { font-size: 16px; }
  .mf-page .mf-video-intro { display: grid; align-items: start; gap: 14px; }
  .mf-page .mf-video-slide,
  .mf-page .mf-video-slide:first-child { flex-basis: min(84vw, 350px); }
  .mf-page .mf-archive-slide { flex-basis: min(88vw, 360px); height: min(112vw, 410px); border-radius: 20px; }
  .mf-page .mf-program__grid > article { min-height: 0; }
  .mf-page .mf-program__grid > article h3 { margin-top: 30px; }
}

@media (min-width: 761px) {
  body.mf-page { --mf-shell-width: 1440px; --mf-dock-clearance: 126px; background: radial-gradient(circle at 8% 2%, #fff9ef 0, transparent 34rem), radial-gradient(circle at 92% 18%, #e4c7a429 0, transparent 28rem), var(--mf-paper); }
  .mf-page .mf-header { min-height: 76px; padding: 10px max(32px, calc((100vw - 1400px) / 2 + 32px)); box-shadow: 0 10px 34px #3320160b; }
  .mf-page .logo--header { min-height: 52px; display: inline-flex; align-items: center; gap: 12px; font-size: 22px; }
  .mf-page .logo--header img { width: 52px; height: 52px; }

  .mf-page .mf-header nav { gap: 6px; }
  .mf-page .mf-header nav a { padding-inline: 15px; border-radius: 999px; font-size: 15px; }

  .mf-page .mf-header > .button { min-height: 48px; padding-inline: 24px; border-radius: 14px; font-size: 15px; }

  .mf-page .mf-hero,
  .mf-page .mf-section {
    padding-inline: clamp(32px, 5vw, 80px);
  }

  .mf-page .mf-hero { padding-top: clamp(54px, 5.5vw, 82px); padding-bottom: clamp(66px, 7vw, 104px); align-items: start; gap: clamp(34px, 4.5vw, 72px); }

  .mf-page .mf-hero__copy { display: flex; flex-direction: column; }

  .mf-page .mf-hero__copy > .mf-eyebrow { order: 1; }
  .mf-page .mf-hero__copy > h1 { order: 2; }
  .mf-page .mf-hero__copy > .mf-slogan { order: 3; }
  .mf-page .mf-hero__copy > .mf-hero__lead { order: 4; }
  .mf-page .mf-hero__copy > .mf-hero__actions { order: 5; }
  .mf-page .mf-hero__copy > .mf-hero-offer { order: 6; }
  .mf-page .mf-hero__copy > .mf-event-meta { order: 7; }
  .mf-page .mf-hero__copy > .mf-hero-search-light { order: 8; }

  .mf-page .mf-hero h1 { max-width: 690px; font-size: clamp(58px, 5.35vw, 82px); line-height: .92; }

  .mf-page .mf-slogan { margin-top: 16px; font-size: clamp(22px, 2vw, 28px); }

  .mf-page .mf-hero__lead { max-width: 650px; font-size: clamp(18px, 1.55vw, 21px); }

  .mf-page .mf-hero__actions { margin-top: 22px; }
  .mf-page .mf-hero__actions .button { min-height: 56px; padding-inline: 25px; border-radius: 16px; font-size: 16px; box-shadow: 0 14px 34px #7e1f1530; }
  .mf-page .mf-hero__actions .mf-text-link { padding-inline: 2px; font-size: 15px; }

  .mf-page .mf-hero-offer { width: 100%; max-width: 650px; margin-top: 20px; padding: 19px 20px; border-radius: 22px; }

  .mf-page .mf-hero-offer ul { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px 18px; }

  .mf-page .mf-hero-offer li:last-child { grid-column: 1 / -1; }
  .mf-page .mf-event-meta { margin: 16px 0 0; }
  .mf-page .mf-event-meta > span { min-height: 68px; background: #fffaf1a8; }

  .mf-page .mf-hero-carousel { width: 100%; align-self: start; padding: 0; border: 0; border-radius: 30px; background: transparent; box-shadow: none; }

  .mf-page .mf-hero-carousel .mf-carousel__track,
  .mf-page .mf-hero-slide { border-radius: 27px; }
  .mf-page .mf-hero-carousel .mf-carousel__track { box-shadow: 0 28px 70px #3d271921; }
  .mf-page .mf-hero-slide { min-width: 100%; }
  .mf-page .mf-hero-slide figcaption { inset: auto 18px 18px; }
  .mf-page .mf-hero-carousel .mf-carousel__toolbar { margin-top: 14px; padding-inline: 0; }
  .mf-page .mf-hero-carousel .mf-media-note { max-width: none; padding-inline: 0; }

  .mf-page .mf-section {
    padding-top: clamp(78px, 7vw, 104px);
    padding-bottom: clamp(78px, 7vw, 104px);
  }

  .mf-page .mf-section__heading { max-width: 900px; }
  .mf-page .mf-section__heading h2 { font-size: clamp(48px, 4.7vw, 68px); line-height: .98; }
  .mf-page .mf-section__heading > p:not(.mf-eyebrow) { max-width: 800px; font-size: 18px; }

  .mf-page .mf-video-carousel .mf-carousel__track { align-items: flex-start; gap: 16px; padding: 4px 0 20px; }

  .mf-page .mf-video-slide,
  .mf-page .mf-video-slide:first-child { min-width: 100%; min-height: 462px; flex: 0 0 100%; padding: 16px; border-radius: 26px; display: grid; grid-template-columns: minmax(190px, .72fr) minmax(0, 1fr); align-items: center; gap: clamp(20px, 3vw, 36px); }

  .mf-page .mf-video-slide video { width: auto; max-width: 100%; height: clamp(360px, 31vw, 430px); max-height: 430px; justify-self: center; }

  .mf-page .mf-video-slide > div,
  .mf-page .mf-video-slide:first-child > div { padding: 20px 22px 20px 4px; }

  .mf-page .mf-carousel__toolbar button:disabled { opacity: .42; cursor: default; }
  .mf-page .mf-weather > article {
    min-height: 220px;
    border: 1px solid #fff9;
  }

  .mf-page .mf-included__grid { gap: 14px; }
  .mf-page .mf-included-card {
    min-height: 216px;
    padding: clamp(22px, 2.4vw, 30px);
    border-radius: 24px;
    transition: transform .18s ease, box-shadow .18s ease;
  }
  .mf-page .mf-included-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 48px #3d27191c;
  }
  .mf-page .mf-included-card h3 { margin-top: 18px; }

  .mf-page #tickets {
    width: min(calc(100% - 48px), 1320px);
    margin: 24px auto;
    padding: clamp(78px, 7vw, 104px) clamp(30px, 4.5vw, 68px);
    border: 1px solid #fff8;
    border-radius: 38px;
    background:
      radial-gradient(circle at 8% 8%, #fffaf0 0, transparent 31rem),
      #eadcc9;
  }

  .mf-page #tickets .tickets__head {
    max-width: none;
    display: grid;
    grid-template-columns: minmax(320px, .88fr) minmax(420px, 1.12fr);
    align-items: end;
    gap: 14px 60px;
    text-align: left;
  }
  .mf-page #tickets .tickets__head .kicker { grid-column: 1 / -1; text-align: left; }
  .mf-page #tickets .tickets__head h2 { grid-column: 1; line-height: .98; }
  .mf-page #tickets .tickets__head > p:last-child {
    grid-column: 2;
    margin: 0;
    font-size: 17px;
  }

  .mf-page #tickets .ticket-grid {
    gap: 16px;
    margin-top: 48px;
  }
  .mf-page #tickets .ticket-card {
    min-height: 0;
    padding: 28px;
    border-radius: 20px;
    box-shadow: 0 18px 42px #54341f0f;
  }
  .mf-page #tickets .ticket-card--featured {
    transform: none;
    box-shadow: 0 22px 52px #7e1f1520;
  }
  .mf-page #tickets .ticket-card__label,
  .mf-page #tickets .ticket-card__ribbon { font-size: 11px; }
  .mf-page #tickets .ticket-card h3 { font-size: 27px; }
  .mf-page #tickets .ticket-card__price { font-size: 32px; }
  .mf-page #tickets .ticket-card li { padding-block: 9px; font-size: 14px; }
  .mf-page #tickets .ticket-card > a {
    min-height: 52px;
    border-radius: 12px;
    font-size: 14px;
  }
  .mf-page #tickets .ticketscloud-checkout {
    margin-top: 22px;
    border-radius: 18px;
  }
  .mf-page #tickets .ticketscloud-checkout__button { border-radius: 12px; font-size: 14px; }

  .mf-page #booking {
    width: min(100%, var(--mf-shell-width));
    margin-inline: auto;
    padding: clamp(82px, 7vw, 108px) clamp(32px, 5vw, 80px);
    background: #fffaf2;
  }
  .mf-page #booking .order__head { max-width: none; }
  .mf-page #booking .order__head h2 { line-height: .98; }
  .mf-page #booking .order__head > p:last-child { font-size: 17px; }
  .mf-page #booking .order-guide { border-radius: 18px; }
  .mf-page #booking .booking-layout { max-width: 1180px; gap: 24px; }
  .mf-page #booking .booking-form,
  .mf-page #booking .booking-summary { border-radius: 20px; }
  .mf-page #booking .booking-form { padding: clamp(28px, 3vw, 40px); }
  .mf-page #booking .booking-field > span,
  .mf-page #booking .booking-field > small,
  .mf-page #booking .booking-check,
  .mf-page #booking .booking-legal { font-size: 14px; }
  .mf-page #booking .booking-summary > strong { font-size: 28px; }

  .mf-page .mf-program {
    width: min(calc(100% - 48px), 1320px);
    margin-block: 24px;
    padding-inline: clamp(36px, 5vw, 74px);
    border-radius: 38px;
    box-shadow: 0 26px 70px #17342826;
  }
  .mf-page .mf-program__grid { gap: 14px; }
  .mf-page .mf-program__grid > article {
    min-height: 225px;
    padding: 24px;
    border-radius: 22px;
  }
  .mf-page .mf-program__grid > article h3 { margin-top: 34px; }

  .mf-page .mf-dock {
    grid-template-columns: auto repeat(3, 54px);
    gap: 8px;
    padding: 9px;
    border-radius: 24px;
    right: max(22px, env(safe-area-inset-right));
    bottom: max(22px, env(safe-area-inset-bottom));
  }
  .mf-page .mf-dock__booking {
    min-width: 174px;
    min-height: 56px;
    border-radius: 16px;
  }
  .mf-page .mf-dock__action {
    width: 54px;
    min-width: 54px;
    min-height: 56px;
    padding: 0;
    border-radius: 16px;
    gap: 8px;
  }
  .mf-page .mf-dock__action > span:not(.mf-dock__glyph),
  .mf-page .mf-dock__label { display: none !important; }
  .mf-page .mf-dock__action svg { width: 22px; height: 22px; flex: 0 0 auto; }
}

@media (min-width: 1180px) {
  .mf-page .mf-hero {
    grid-template-columns: minmax(0, .82fr) minmax(570px, 1.18fr);
  }

  .mf-page .mf-venue {
    display: grid;
    grid-template-columns: minmax(330px, .72fr) minmax(0, 1.28fr);
    grid-template-areas:
      "heading intro"
      "heading videos"
      "weather weather";
    align-items: start;
    column-gap: clamp(44px, 5vw, 78px);
  }
  .mf-page .mf-venue__heading { grid-area: heading; margin: 0; }
  .mf-page .mf-video-intro { grid-area: intro; margin-top: 4px; }
  .mf-page .mf-video-carousel { grid-area: videos; min-width: 0; }
  .mf-page .mf-venue .mf-weather { grid-area: weather; margin-top: 34px; }

  .mf-page .mf-included-card--wide { grid-column: span 3; }

  .mf-page .mf-proof {
    display: grid;
    grid-template-columns: minmax(330px, .62fr) minmax(0, 1.38fr);
    align-items: center;
    gap: clamp(46px, 5vw, 78px);
  }
  .mf-page .mf-proof .mf-section__heading { margin-bottom: 0; }
  .mf-page .mf-proof .mf-archive-carousel { min-width: 0; }
  .mf-page .mf-proof .mf-archive-slide {
    flex-basis: min(62vw, 820px);
    height: clamp(430px, 40vw, 560px);
  }

  .mf-page .mf-faq {
    display: grid;
    grid-template-columns: minmax(320px, .62fr) minmax(0, 1.38fr);
    align-items: start;
    gap: clamp(48px, 6vw, 92px);
  }
  .mf-page .mf-faq .mf-section__heading { margin: 0; position: sticky; top: 112px; }
  .mf-page .mf-faq__list > details > summary { font-size: 25px; }
}

@media (min-width: 761px) and (max-width: 1179px) {
  .mf-page .mf-header nav a { padding-inline: 10px; font-size: 14px; }
  .mf-page #tickets .ticket-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 761px) and (max-width: 920px) {
  .mf-page .mf-header nav { display: none; }
  .mf-page .mf-header .menu-button { display: block; margin-left: auto; }
  .mf-page .mf-hero { grid-template-columns: 1fr; }
  .mf-page .mf-hero-carousel { margin-top: 8px; }
  .mf-page #tickets .tickets__head { display: block; text-align: left; }
  .mf-page #tickets .tickets__head > p:last-child { margin-top: 20px; }
}

/* Production markup bridge: the public shell keeps its historical class
   names, so these final rules close the 701–920 px menu gap and bound every
   dock child at narrow widths. */
@media (max-width: 920px) {
  .mf-page .mf-header nav {
    display: none;
    max-height: calc(100dvh - 60px - env(safe-area-inset-top, 0px));
    padding: 18px max(18px, env(safe-area-inset-right)) 18px max(18px, env(safe-area-inset-left));
    border-bottom: 1px solid var(--mf-line);
    background: var(--mf-paper-light);
    box-shadow: var(--mf-shadow);
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    overflow-y: auto;
    position: absolute;
    inset: 100% 0 auto;
  }

  .mf-page .mf-header nav.is-open { display: flex; }
  .mf-page .mf-header .menu-button { display: block; margin-left: auto; }
}

@media (max-width: 760px) {
  html {
    overflow-x: hidden;
    scroll-behavior: auto;
  }

  @supports (overflow: clip) {
    html { overflow-x: clip; }
  }

  .mf-page .mf-header > .button { display: none; }

  .mf-page .mf-dock__booking {
    min-width: 0;
    max-width: 100%;
    padding-inline: 8px;
    overflow: hidden;
    font-size: clamp(13px, 3.8vw, 16px);
    text-align: center;
    text-transform: none;
    letter-spacing: 0;
    white-space: normal;
  }

  .mf-page .mf-dock__booking-primary,
  .mf-page .mf-dock__booking-secondary {
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .mf-page .mf-dock__action {
    padding: 0;
    overflow: hidden;
  }

  .mf-page .mf-dock__action > span:not(.mf-dock__glyph) {
    display: none !important;
  }
}

@media (max-width: 390px) {
  .mf-page .mf-hero-offer .hero-offer__head {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }

  .mf-page .mf-hero-offer .hero-offer__head > div {
    min-width: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 6px 10px;
  }

  .mf-page .mf-hero-offer .hero-offer__head del {
    margin-left: 0;
    white-space: nowrap;
  }
}

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

/* Local drinks-section candidate. It continues the preceding "Included"
   section without a divider, then keeps description and carousel together. */
.mf-page .mf-included {
  padding-bottom: clamp(24px, 2.5vw, 36px);
}

.mf-page .mf-beverage-partner {
  padding-top: clamp(12px, 1.5vw, 20px);
}

.mf-page .mf-beverage-partner__panel {
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: clamp(22px, 3.5vw, 42px);
  border: 1px solid #fff9;
  border-radius: 28px;
  background: var(--mf-paper-light);
  box-shadow: var(--mf-shadow);
}

.mf-page .mf-beverage-partner__copy {
  min-width: 0;
  max-width: 1080px;
}

.mf-page .mf-beverage-partner__copy h2 {
  max-width: 1080px;
  margin: 0;
  font: 400 clamp(38px, 4.5vw, 58px)/.98 Georgia, "Times New Roman", Prata, serif;
  letter-spacing: -.04em;
  text-wrap: balance;
}

.mf-page .mf-beverage-partner__copy > p:last-child {
  max-width: 800px;
  margin: 14px 0 0;
  color: var(--mf-muted);
  font-size: 17px;
  line-height: 1.55;
}

.mf-page .mf-beverage-carousel {
  margin-top: clamp(16px, 2.5vw, 24px);
}

.mf-page .mf-beverage-partner__logo-track {
  padding: 2px 0 18px;
}

.mf-page .mf-beverage-logo-card {
  flex: 0 0 calc((100% - 28px) / 3);
  min-width: 0;
  border: 1px solid #fff9;
  border-radius: 22px;
  display: flex;
  flex-direction: column;
  background: var(--mf-paper-light);
  box-shadow: 0 14px 36px #3d271912;
  overflow: hidden;
}

.mf-page .mf-beverage-logo-card__mark {
  height: 178px;
  padding: 18px;
  background: #fff;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
}

.mf-page .mf-beverage-logo-card__mark > img {
  position: absolute;
  inset: 18px;
  width: calc(100% - 36px);
  height: calc(100% - 36px);
  object-fit: contain;
  display: block;
}

.mf-page .mf-beverage-logo-card__mark--hamovniki > img {
  transform: scale(1.28);
}

.mf-page .mf-beverage-logo-card__mark--gorilla > img {
  transform: scale(1.18);
}

.mf-page .mf-beverage-logo-card__mark--wiz > img {
  transform: scale(1.42);
}

.mf-page .mf-beverage-logo-card__mark--yakhont > img {
  transform: scale(1.18);
}

.mf-page .mf-beverage-logo-card__mark--volchok {
  padding: 0;
  background: #fff;
}

.mf-page .mf-beverage-logo-card__mark--volchok > img {
  inset: 0 auto 0 0;
  width: 200%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: left center;
}

.mf-page .mf-beverage-logo-card--dark .mf-beverage-logo-card__mark {
  background: #17191d;
}

.mf-page .mf-beverage-logo-card__copy {
  min-height: 270px;
  padding: 18px;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.mf-page .mf-beverage-logo-card__copy h3 {
  margin: 0;
  font: 400 clamp(21px, 2vw, 26px)/1.08 Georgia, "Times New Roman", Prata, serif;
  letter-spacing: -.02em;
  text-wrap: balance;
}

.mf-page .mf-beverage-logo-card__description {
  margin: 0;
  color: var(--mf-muted);
  font-size: 15px;
  line-height: 1.48;
}

.mf-page .mf-beverage-logo-card__warning {
  width: 100%;
  margin: auto 0 0;
  padding: 10px 12px;
  border-left: 3px solid var(--mf-red);
  border-radius: 10px;
  color: var(--mf-red-dark);
  background: #f8e3dc;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
}

@media (max-width: 920px) and (min-width: 761px) {
  .mf-page .mf-beverage-logo-card {
    flex-basis: calc((100% - 14px) / 2);
  }
}

@media (max-width: 760px) {
  .mf-page .mf-beverage-partner__panel {
    padding: 20px;
    border-radius: 22px;
  }

  .mf-page .mf-beverage-partner__copy h2 {
    font-size: clamp(34px, 10vw, 44px);
  }

  .mf-page .mf-beverage-partner__copy > p:last-child {
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.62;
  }

  .mf-page .mf-beverage-logo-card {
    flex-basis: min(82vw, 100%, 320px);
  }

  .mf-page .mf-beverage-logo-card__mark {
    height: 176px;
    padding: 18px;
  }

  .mf-page .mf-beverage-logo-card__copy {
    min-height: 292px;
    padding: 18px;
  }
}

@media (max-width: 520px) {
  .mf-page .mf-beverage-logo-card__mark {
    height: 184px;
  }

  .mf-page .mf-beverage-logo-card__copy {
    min-height: 292px;
  }
}

@media (max-width: 340px) {
  .mf-page .mf-beverage-partner__panel {
    padding: 16px;
  }
}
