:root {
  --msp-black: #050505;
  --msp-ink: #0b0b0d;
  --msp-panel: #111114;
  --msp-white: #f8f8f6;
  --msp-muted: #a9a9ae;
  --msp-blue: #1746f5;
  --msp-line: rgba(255,255,255,.16);
}

/* Elementor 4 legacy-section compatibility: restore the centered brand mark in the
   site's desktop headers. The logo column itself remains centered by Elementor. */
.elementor-100 .elementor-element.elementor-element-61007767,
.elementor-52 .elementor-element.elementor-element-74efa68c { text-align: center !important; }

/* Elementor 4 also reset the homepage hero mark to text-align:start. */
body.home .elementor-element.elementor-element-2fa98391 { text-align: center !important; }
body.home .elementor-element.elementor-element-2fa98391 img { display: block; margin-inline: auto; }

/* Reserve the venue portrait's natural 1000x1300 ratio before browser lazy-loading.
   Without an intrinsic size, Elementor rendered it at 0px and shifted the lower page on scroll. */
body.home .elementor-element.elementor-element-25a9722a img { display: block; width: 100%; height: auto; aspect-ratio: 10 / 13; object-fit: cover; }

/* Homepage flow guardrails. Elementor 4 stopped supplying the legacy Swiper and shape-divider
   layout rules used by this page, which stacked the event slides and widened the document 3x. */
body.home { overflow-x: hidden; }
body.home .elementor-shape { position: absolute; left: 0; width: 100%; overflow: hidden; line-height: 0; pointer-events: none; }
body.home .elementor-shape-top { top: -1px; }
body.home .elementor-shape-bottom { bottom: -1px; }
body.home .elementor-shape svg { position: relative; left: 50%; display: block; transform: translateX(-50%); }
body.home .swiper { position: relative; z-index: 1; display: block; margin-inline: auto; padding: 0; overflow: hidden; list-style: none; }
body.home .swiper-wrapper { position: relative; z-index: 1; display: flex; width: 100%; height: 100%; box-sizing: content-box; transition-property: transform; }
body.home .swiper-slide { position: relative; display: block; width: 100%; height: 100%; flex-shrink: 0; transition-property: transform; }
body.home .elementor-image-carousel-wrapper .swiper-slide img { display: block; width: 100%; height: auto; }
body.home .elementor-swiper-button { position: absolute; top: 50%; z-index: 2; display: flex; width: auto; height: auto; align-items: center; justify-content: center; transform: translateY(-50%); cursor: pointer; }
body.home .elementor-swiper-button-prev { left: 10px; }
body.home .elementor-swiper-button-next { right: 10px; }
body.home .swiper-pagination { position: absolute; right: 0; bottom: 8px; left: 0; z-index: 2; text-align: center; }
body.home #Events { scroll-margin-top: 112px; }

/* Events chooser */
.msp-events-hub-page { background: var(--msp-black); }
.msp-hub,.msp-hub * { box-sizing: border-box; }
.msp-hub { width: 100%; overflow: hidden; background: var(--msp-black); color: var(--msp-white); font-family: Mulish,Arial,sans-serif; }
.msp-hub h1,.msp-hub h2 { margin: 0; color: inherit; font-family: Forum,"Playfair Display",Georgia,serif; font-weight: 400; line-height: .98; text-transform: uppercase; }
.msp-hub h1 { font-size: clamp(4rem,10vw,9rem); letter-spacing: -.045em; }
.msp-hub h2 { font-size: clamp(2.1rem,4vw,3.7rem); }
.msp-hub p { margin: 0; }
.msp-hub-hero { min-height: 530px; padding: clamp(90px,12vw,170px) max(24px,calc((100vw - 1240px)/2)); display: flex; flex-direction: column; justify-content: end; background: radial-gradient(circle at 78% 15%,rgba(23,70,245,.28),transparent 26%),linear-gradient(120deg,#050505,#11111a); }
.msp-hub-hero > p:last-child { max-width: 730px; margin-top: 25px; color: #c4c4c9; font-size: 1.08rem; line-height: 1.7; }
.msp-hub-grid { width: min(1240px,calc(100% - 40px)); margin: 0 auto; padding: clamp(70px,10vw,140px) 0; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.msp-hub-card { min-height: 560px; display: grid; grid-template-columns: .82fr 1.18fr; overflow: hidden; border: 1px solid var(--msp-line); background: var(--msp-panel); }
.msp-hub-card-image { min-height: 100%; overflow: hidden; }
.msp-hub-card-image img { width: 100%; height: 100%; min-height: 560px; display: block; object-fit: cover; transition: transform .45s ease; }
.msp-hub-card:hover .msp-hub-card-image img { transform: scale(1.025); }
.msp-hub-card-copy { padding: clamp(28px,4vw,54px); display: flex; flex-direction: column; justify-content: center; }
.msp-hub-card-copy h2 { margin-top: 12px; }
.msp-hub-card-copy h2 a { color: white; text-decoration: none; }
.msp-hub-card-copy > p:not(.msp-eyebrow) { margin-top: 18px; color: var(--msp-muted); }
.msp-hub-card-copy .msp-button { align-self: flex-start; margin-top: 34px; }

.msp-event-page { background: var(--msp-black); }
.msp-event-page .elementor-widget-shortcode > .elementor-widget-container { overflow: hidden; }
.msp-shell,.msp-shell * { box-sizing: border-box; }
.msp-shell { width: 100%; overflow: hidden; background: var(--msp-black); color: var(--msp-white); font-family: Mulish, Arial, sans-serif; font-size: 16px; line-height: 1.65; }
.msp-shell h1,.msp-shell h2,.msp-shell h3 { margin: 0; color: inherit; font-family: Forum, "Playfair Display", Georgia, serif; font-weight: 400; line-height: .98; text-transform: uppercase; }
.msp-shell h1 { max-width: 970px; font-size: clamp(3.7rem, 9vw, 8.5rem); letter-spacing: -.045em; }
.msp-shell h2 { font-size: clamp(2.65rem, 6vw, 5.4rem); letter-spacing: -.035em; }
.msp-shell h3 { font-size: 1.85rem; }
.msp-shell p { margin: 0; }
.msp-shell a { color: inherit; }
.msp-eyebrow { color: #87a0ff; font-size: .72rem; font-weight: 800; letter-spacing: .24em; text-transform: uppercase; }
.msp-night-nav { min-height: 58px; padding: 0 clamp(18px,4vw,64px); display: flex; align-items: center; justify-content: center; gap: clamp(14px,3vw,38px); overflow-x: auto; background: #08080a; border-bottom: 1px solid var(--msp-line); white-space: nowrap; scrollbar-width: thin; }
.msp-night-nav a { padding: 20px 0 17px; color: #b8b8bd; border-bottom: 2px solid transparent; font-size: .65rem; font-weight: 800; letter-spacing: .14em; text-decoration: none; text-transform: uppercase; }
.msp-night-nav a:hover,.msp-night-nav a[aria-current="page"] { color: white; border-color: var(--msp-blue); }
.msp-hero { position: relative; min-height: min(82vh, 840px); padding: clamp(70px,11vw,150px) clamp(24px,7vw,110px); display: flex; align-items: center; isolation: isolate; background-image: linear-gradient(90deg, rgba(3,3,5,.98) 0%, rgba(3,3,5,.86) 46%, rgba(3,3,5,.2) 100%), var(--msp-hero); background-size: cover; background-position: center; }
.msp-hero::after { position: absolute; inset: auto 0 0; height: 25%; z-index: -1; content: ""; background: linear-gradient(transparent,var(--msp-black)); }
.msp-hero-content { max-width: 920px; }
.msp-hero-tagline { margin-top: 24px !important; color: white; font-family: Forum, Georgia, serif; font-size: clamp(1.5rem,3vw,2.4rem); letter-spacing: .03em; }
.msp-lead { max-width: 720px; margin-top: 24px !important; color: #d0d0d3; font-size: clamp(1rem,1.7vw,1.2rem); }
.msp-actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 12px; }
.msp-button { min-height: 50px; padding: 15px 23px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; color: white !important; font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-decoration: none !important; text-transform: uppercase; transition: transform .2s ease, background .2s ease, border .2s ease; }
.msp-button:hover { transform: translateY(-2px); }
.msp-button-primary { background: var(--msp-blue); border-color: var(--msp-blue); }
.msp-button-primary:hover { background: #315bff; }
.msp-button-outline { border-color: rgba(255,255,255,.6); background: rgba(0,0,0,.2); backdrop-filter: blur(8px); }
.msp-button-outline:hover { border-color: white; }
.msp-button-text { min-height: 44px; padding-inline: 4px; border-bottom: 1px solid var(--msp-blue); }
.msp-proof { min-height: 78px; padding: 18px 24px; display: flex; align-items: center; justify-content: center; gap: clamp(28px,8vw,120px); border-block: 1px solid var(--msp-line); background: #08080a; }
.msp-proof span { position: relative; font-size: .68rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.msp-proof span::before { margin-right: 12px; color: var(--msp-blue); content: "◆"; font-size: .5rem; }
.msp-details { width: min(1240px, calc(100% - 40px)); margin: 0 auto; padding: clamp(80px,12vw,160px) 0; display: grid; grid-template-columns: minmax(280px,.78fr) minmax(320px,1.1fr); align-items: center; gap: clamp(50px,9vw,130px); }
.msp-flyer { position: relative; margin: 0; }
.msp-flyer::before { position: absolute; inset: 22px -22px -22px 22px; z-index: 0; border: 1px solid var(--msp-blue); content: ""; }
.msp-flyer img { position: relative; z-index: 1; width: 100%; height: auto; display: block; box-shadow: 0 35px 90px rgba(0,0,0,.48); }
.msp-detail-copy h2 { max-width: 700px; margin-top: 15px; }
.msp-detail-copy ul { max-width: 680px; margin: 35px 0 0; padding: 0; border-top: 1px solid var(--msp-line); list-style: none; }
.msp-detail-copy li { padding: 16px 4px; border-bottom: 1px solid var(--msp-line); color: #d8d8da; }
.msp-detail-copy li::before { margin-right: 13px; color: var(--msp-blue); content: "—"; }
.msp-location { margin-top: 28px !important; color: var(--msp-muted); font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; }
.msp-gallery,.msp-menu { padding: clamp(80px,11vw,150px) max(24px,calc((100vw - 1240px)/2)); border-top: 1px solid var(--msp-line); background: var(--msp-ink); }
.msp-section-heading { max-width: 740px; margin-bottom: 48px; }
.msp-section-heading h2 { margin-top: 12px; }
.msp-section-heading > p:last-child { margin-top: 18px; color: var(--msp-muted); }
.msp-gallery-grid { display: grid; grid-template-columns: 1.3fr .85fr .85fr; gap: 16px; }
.msp-gallery-grid figure { min-height: 430px; margin: 0; overflow: hidden; }
.msp-gallery-grid img { width: 100%; height: 100%; min-height: 430px; display: block; object-fit: cover; filter: saturate(.88) contrast(1.04); transition: transform .5s ease; }
.msp-gallery-grid figure:hover img { transform: scale(1.025); }
.msp-menu { background: #f0f0ed; color: #09090a; }
.msp-menu .msp-eyebrow { color: var(--msp-blue); }
.msp-menu-grid { display: grid; grid-template-columns: 1.35fr .85fr; gap: clamp(30px,7vw,100px); }
.msp-menu-grid article { padding: clamp(28px,4vw,52px); border: 1px solid rgba(0,0,0,.17); background: white; }
.msp-menu-grid h3 { margin-bottom: 18px; color: #101012; }
.msp-menu-grid h3:not(:first-child) { margin-top: 36px; }
.msp-menu-grid ul { margin: 0; padding: 0; list-style: none; }
.msp-menu-grid li { padding: 10px 0; border-bottom: 1px solid rgba(0,0,0,.1); color: #39393d; }
.msp-final { padding: clamp(90px,14vw,180px) 24px; text-align: center; background: radial-gradient(circle at 50% 0, rgba(23,70,245,.22), transparent 40%), #050505; }
.msp-final h2 { margin: 14px auto 0; }
.msp-final > p:not(.msp-eyebrow) { margin-top: 18px; color: var(--msp-muted); }
.msp-final .msp-actions { justify-content: center; }

/* Marquee Elite: retain the program's typography and functionality while making it native to the site's black, white and electric-blue system. */
.msp-elite-integrated { background: #050505; }
.msp-elite-integrated .mqe-shell { --mqe-gold: var(--msp-blue); --mqe-cream: #0c0c0e; width: 100%; margin: 0; color: white; box-shadow: none; }
.msp-elite-integrated .mqe-dashboard { color: #161616; }
.msp-elite-integrated .mqe-dashboard .mqe-form label,
.msp-elite-integrated .mqe-dashboard .mqe-form .mqe-check { color: #222 !important; }
.msp-elite-integrated .mqe-dashboard .mqe-form label span,
.msp-elite-integrated .mqe-dashboard .mqe-form small { color: #59595f !important; }
.msp-elite-integrated .mqe-dashboard .mqe-form input:not([type="checkbox"]):not([type="hidden"]),
.msp-elite-integrated .mqe-dashboard .mqe-form select,
.msp-elite-integrated .mqe-dashboard .mqe-form textarea { border-color: rgba(0,0,0,.24) !important; background: #fff !important; color: #111 !important; -webkit-text-fill-color: #111 !important; color-scheme: light; }
.msp-elite-integrated .mqe-dashboard .mqe-form input::placeholder,
.msp-elite-integrated .mqe-dashboard .mqe-form textarea::placeholder { color: #59595f !important; opacity: .8 !important; }
.msp-elite-integrated .mqe-dashboard .mqe-form input:-webkit-autofill { box-shadow: 0 0 0 1000px #fff inset !important; -webkit-text-fill-color: #111 !important; }
.msp-elite-integrated .mqe-guest { background: #0c0c0e; box-shadow: none; }
.msp-elite-integrated .mqe-guest-hero { min-height: 390px; padding: clamp(54px,8vw,105px) max(24px,calc((100vw - 1180px)/2)); background: radial-gradient(circle at 78% 18%, rgba(23,70,245,.28), transparent 28%), linear-gradient(120deg,#050505,#101016); }
.msp-elite-integrated .mqe-guest-hero .mqe-wordmark,.msp-elite-integrated .mqe-guest-hero .mqe-logo { margin-bottom: 44px; }
.msp-elite-integrated .mqe-shell h1 { max-width: 900px; font-size: clamp(2.8rem,6vw,5.15rem); }
.msp-elite-integrated .mqe-shell h2 { font-size: clamp(2rem,3.6vw,3.2rem); }
.msp-elite-integrated .mqe-wordmark strong,.msp-elite-integrated .mqe-eyebrow,.msp-elite-integrated .mqe-kicker,.msp-elite-integrated .mqe-text-link { color: #87a0ff; }
.msp-elite-integrated .mqe-benefit-row span::before { color: var(--msp-blue); }
.msp-elite-integrated .mqe-auth-grid { max-width: 1180px; margin: 0 auto; grid-template-columns: 1.15fr .85fr; }
.msp-elite-integrated .mqe-panel { background: #f0f0ed; color: #111; }
.msp-elite-integrated .mqe-panel-dark { background: #101014; color: white; }
.msp-elite-integrated .mqe-panel:not(.mqe-panel-dark) .mqe-form label { color: #222 !important; }
.msp-elite-integrated .mqe-panel:not(.mqe-panel-dark) .mqe-form .mqe-check { color: #35353a !important; }
.msp-elite-integrated .mqe-panel:not(.mqe-panel-dark) .mqe-form input:not([type="checkbox"]),
.msp-elite-integrated .mqe-panel:not(.mqe-panel-dark) .mqe-form select,
.msp-elite-integrated .mqe-panel:not(.mqe-panel-dark) .mqe-form textarea { border-color: rgba(0,0,0,.24) !important; background: #fff !important; color: #111 !important; -webkit-text-fill-color: #111 !important; color-scheme: light; }
.msp-elite-integrated .mqe-panel:not(.mqe-panel-dark) .mqe-form input::placeholder,
.msp-elite-integrated .mqe-panel:not(.mqe-panel-dark) .mqe-form textarea::placeholder { color: #59595f !important; opacity: .8 !important; }
.msp-elite-integrated .mqe-panel:not(.mqe-panel-dark) .mqe-form input:-webkit-autofill { box-shadow: 0 0 0 1000px #fff inset !important; -webkit-text-fill-color: #111 !important; }
.msp-elite-integrated .mqe-button-gold { background: var(--msp-blue); color: white !important; }
.msp-elite-integrated .mqe-button-outline { border-color: var(--msp-blue); background: var(--msp-blue) !important; color: white; }
.msp-elite-integrated .mqe-form input:focus,.msp-elite-integrated .mqe-form textarea:focus { border-color: var(--msp-blue); box-shadow: 0 0 0 2px rgba(23,70,245,.18); }
.msp-elite-integrated .mqe-check input { accent-color: var(--msp-blue); }

@media (max-width: 900px) {
  .msp-hero { min-height: 720px; background-image: linear-gradient(90deg,rgba(3,3,5,.96),rgba(3,3,5,.56)), var(--msp-hero); }
  .msp-details { grid-template-columns: 1fr; }
  .msp-flyer { width: min(100%,620px); margin-inline: auto; }
  .msp-gallery-grid { grid-template-columns: 1fr 1fr; }
  .msp-gallery-grid figure:first-child { grid-column: 1/-1; }
  .msp-menu-grid { grid-template-columns: 1fr; }
  .msp-elite-integrated .mqe-auth-grid { grid-template-columns: 1fr; }
  .msp-hub-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .msp-night-nav { justify-content: flex-start; }
  .msp-shell h1 { font-size: clamp(3.2rem,17vw,5.25rem); }
  .msp-shell h2 { font-size: clamp(2.55rem,13vw,4rem); }
  .msp-hero { min-height: 680px; padding: 74px 22px; background-position: 60% center; }
  .msp-actions { align-items: stretch; flex-direction: column; }
  .msp-button { width: 100%; }
  .msp-proof { align-items: flex-start; flex-direction: column; gap: 12px; }
  .msp-details { width: calc(100% - 34px); padding-block: 80px; }
  .msp-flyer::before { inset: 12px -12px -12px 12px; }
  .msp-gallery-grid { grid-template-columns: 1fr; }
  .msp-gallery-grid figure,.msp-gallery-grid figure:first-child { min-height: 360px; grid-column: auto; }
  .msp-gallery-grid img { min-height: 360px; }
  .msp-final .msp-actions { max-width: 430px; margin-inline: auto; }
  .msp-elite-integrated .mqe-guest-hero { min-height: 480px; }
  .msp-elite-integrated .mqe-shell h1 { font-size: clamp(2.65rem,14vw,4rem); }
  .msp-hub-hero { min-height: 460px; padding: 90px 22px 65px; }
  .msp-hub h1 { font-size: clamp(3.6rem,18vw,5.6rem); }
  .msp-hub-grid { width: calc(100% - 30px); padding-block: 65px; }
  .msp-hub-card { min-height: 0; grid-template-columns: 1fr; }
  .msp-hub-card-image,.msp-hub-card-image img { min-height: 0; aspect-ratio: 1/1; }
}

@media (prefers-reduced-motion: reduce) {
  .msp-button,.msp-gallery-grid img { transition: none; }
}
