/*
Theme Name: Sports Festival 2026
Theme URI: https://sportsfest26.dev.williamresearch.com
Description: Bright coastal NovaWorld child theme for Sports Festival 2026.
Author: William Research
Template: kadence
Version: 2.11.4
Text Domain: sportsfest26
*/

@font-face {
  font-family: "Gotham";
  src: url("assets/fonts/Gotham-Book.otf") format("opentype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("assets/fonts/Gotham-Medium.otf") format("opentype");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("assets/fonts/Gotham-Bold.otf") format("opentype");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Rosellinda";
  src: url("assets/fonts/SVN-Rosellinda.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Averta";
  src: url("assets/fonts/Averta-Semibold.otf") format("opentype");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "SVN Hemi Head";
  src: url("assets/fonts/SVN-Hemi-Head.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}

:root {
  --blue: #1955a6;
  --blue-deep: #073d70;
  --blue-sky: #0fbbee;
  --aqua: #76d8e8;
  --aqua-pale: #e5f8fa;
  --red: #e53132;
  --red-deep: #b61f2b;
  --yellow: #f6ab1b;
  --green: #229045;
  --orange: #f07e30;
  --pink: #e92c88;
  --ink: #07335d;
  --muted: #526b7c;
  --white: #fff;
  --paper: #f4fcfd;
  --rainbow: linear-gradient(90deg, #f6ab1b, #f04e4f 28%, #e92c88 50%, #43469a 72%, #0fbbee 100%);
  --shadow: 0 18px 50px rgba(7, 61, 112, .15);
  --pad: 22px;
  --radius: 6px;
  --sans: "Gotham", Arial, sans-serif;
  --script: "Rosellinda", cursive;
}

html {
  scroll-behavior: auto;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 14.5px;
  line-height: 1.65;
}
body.admin-bar #site-header { top: 32px; }
.site-header, .site-footer { display: none; }
.content-area, .content-container, .site-main { width: 100%; max-width: none; margin: 0; padding: 0; }
.sf26-luxury *, .sf26-luxury *::before, .sf26-luxury *::after { box-sizing: border-box; }
.sf26-luxury * { -webkit-tap-highlight-color: transparent; }
.sf26-luxury img { display: block; max-width: 100%; }
.sf26-luxury button { font-family: var(--sans); }
.sf26-luxury h1, .sf26-luxury h2, .sf26-luxury h3, .sf26-luxury h4 { font-family: var(--sans); }
.sf26-luxury .wrap { width: 100%; max-width: 1180px; margin: 0 auto; padding-inline: var(--pad); }
.title {
  margin: 10px 0 18px;
  color: var(--blue);
  font-size: clamp(32px, 7vw, 64px);
  font-weight: 700;
  letter-spacing: -.045em;
  line-height: .98;
  text-transform: uppercase;
}
.title > :where(span:not(.sf26-responsive-content)) {
  color: transparent;
  background: var(--rainbow);
  background-clip: text;
  -webkit-background-clip: text;
}
.script-kicker {
  display: block;
  color: var(--pink);
  font-family: var(--script);
  font-size: clamp(30px, 5vw, 48px);
  line-height: 1;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--red);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.eyebrow::before { width: 30px; height: 3px; border-radius: 2px; background: var(--yellow); content: ""; }
.eyebrow-centered { justify-content: center; }
.icon { width: 1em; height: 1em; display: inline-block; vertical-align: -.12em; }
.lede { max-width: 710px; margin: 0; color: var(--muted); }
.section-heading { max-width: 780px; margin-bottom: 32px; }
.subsection-title { margin: 56px 0 16px; color: var(--blue); font-size: clamp(23px, 4vw, 34px); font-weight: 700; letter-spacing: -.025em; }

/* Header */
#site-header {
  position: fixed;
  z-index: 90;
  inset: 0 0 auto;
  isolation: isolate;
  color: #fff;
  background: transparent;
  box-shadow: none;
  transition: background .3s, box-shadow .3s;
}
#site-header::before {
  position: absolute;
  z-index: -1;
  inset: 0 0 -24px;
  background: linear-gradient(90deg, #f6fcfd 0%, #d5eff3 39%, #2c6079 67%, #031b31 100%);
  content: "";
  opacity: 1;
  -webkit-mask-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, .88) 32%, rgba(0, 0, 0, .48) 68%, transparent 100%);
  mask-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, .88) 32%, rgba(0, 0, 0, .48) 68%, transparent 100%);
  pointer-events: none;
  transition: opacity .3s;
}
#site-header.solid {
  color: var(--blue);
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 8px 30px rgba(7, 61, 112, .1);
  backdrop-filter: blur(14px);
}
#site-header.solid::before { opacity: 0; }
.nav { height: 68px; display: flex; align-items: center; gap: 8px; }
.brand { min-width: 0; min-height: 44px; margin-right: auto; display: flex; align-items: center; gap: 6px; text-decoration: none; }
.brand-novaworld { width: auto; height: 26px; flex: 0 0 auto; }
.brand-sports { width: auto; height: 30px; flex: 0 0 auto; }
.brand-divider { width: 1px; height: 24px; flex: 0 0 auto; background: rgba(255, 255, 255, .55); }
#site-header.solid .brand-divider { background: rgba(25, 85, 166, .25); }
.mlink { display: none; }
.lang {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 999px;
}
.lang button,
.lang a {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  margin: -1px;
  padding: 0;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: inherit;
  color: #fff;
  background: rgba(3, 34, 59, .18);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .04em;
  cursor: pointer;
}
#site-header.solid .lang { border-color: rgba(25, 85, 166, .3); }
#site-header.solid .lang button,
#site-header.solid .lang a { color: #fff; background: var(--blue); }
.burger {
  min-width: 44px;
  min-height: 44px;
  padding: 4px;
  border: 0;
  color: #fff;
  background: transparent;
  font-size: 23px;
  cursor: pointer;
}
#site-header.solid .burger { color: var(--blue); }
.mobile-menu-open { overflow: hidden; }
.mobile-menu-backdrop {
  position: fixed;
  z-index: 108;
  inset: 0;
  visibility: hidden;
  background: rgba(2, 25, 45, .56);
  opacity: 0;
  pointer-events: none;
  backdrop-filter: blur(3px);
  transition: visibility .38s, opacity .38s;
}
.mobile-menu-backdrop.show { visibility: visible; opacity: 1; pointer-events: auto; }
.mobile-menu {
  position: fixed;
  z-index: 109;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(86vw, 370px);
  display: flex;
  flex-direction: column;
  padding: 22px 22px 26px;
  overflow-y: auto;
  color: var(--blue);
  background:
    radial-gradient(circle at 100% 0%, rgba(15, 187, 238, .18), transparent 34%),
    linear-gradient(165deg, #fff 0%, #edfafd 62%, #dff5f8 100%);
  box-shadow: -24px 0 70px rgba(2, 33, 60, .26);
  visibility: hidden;
  opacity: 0;
  transform: translateX(104%);
  transition: visibility .45s, opacity .35s, transform .45s cubic-bezier(.18, .78, .22, 1);
}
.mobile-menu::after {
  position: absolute;
  right: -100px;
  bottom: -100px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(25, 85, 166, .11);
  border-radius: 50%;
  box-shadow: 0 0 0 42px rgba(15, 187, 238, .06), 0 0 0 82px rgba(246, 171, 27, .045);
  content: "";
  pointer-events: none;
}
.mobile-menu.show { visibility: visible; opacity: 1; transform: none; }
.mobile-menu-head { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.mobile-menu-head img { width: min(136px, 50%); height: auto; }
.mobile-menu-close {
  width: 42px;
  height: 42px;
  padding: 0;
  display: grid;
  place-items: center;
  border: 1px solid rgba(25, 85, 166, .22);
  border-radius: 50%;
  color: var(--blue);
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 8px 24px rgba(7, 61, 112, .1);
  font-family: Arial, sans-serif;
  font-size: 19px;
  line-height: 1;
  cursor: pointer;
}
.mobile-menu-kicker {
  position: relative;
  z-index: 2;
  margin-top: clamp(46px, 10svh, 90px);
  color: var(--pink);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.mobile-menu-links { position: relative; z-index: 2; margin-top: 14px; counter-reset: mobile-nav; }
.mobile-menu a {
  padding: 15px 2px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid rgba(25, 85, 166, .12);
  color: var(--blue-deep);
  font-size: clamp(17px, 5vw, 22px);
  font-weight: 700;
  letter-spacing: -.025em;
  text-decoration: none;
  opacity: 0;
  transform: translateX(30px);
  transition: color .2s, transform .42s cubic-bezier(.18, .78, .22, 1), opacity .35s;
  counter-increment: mobile-nav;
}
.mobile-menu a::before {
  color: var(--orange);
  content: "0" counter(mobile-nav);
  font-size: 8px;
  letter-spacing: .08em;
}
.mobile-menu a::after { margin-left: auto; color: var(--blue-sky); content: "→"; font-size: 18px; transition: transform .2s; }
.mobile-menu a:hover::after,
.mobile-menu a:focus-visible::after { transform: translateX(5px); }
.mobile-menu.show a { opacity: 1; transform: none; }
.mobile-menu.show a:nth-child(1) { transition-delay: .10s; }
.mobile-menu.show a:nth-child(2) { transition-delay: .15s; }
.mobile-menu.show a:nth-child(3) { transition-delay: .20s; }
.mobile-menu.show a:nth-child(4) { transition-delay: .25s; }
.mobile-menu.show a:nth-child(5) { transition-delay: .30s; }
.mobile-menu-foot {
  position: relative;
  z-index: 2;
  margin-top: auto;
  padding-top: 26px;
  display: grid;
  gap: 2px;
  color: var(--blue);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.mobile-menu-foot small { color: var(--muted); font-size: 8px; font-weight: 500; }

/* Hero */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  background: #063a69;
}
.hero-media {
  position: absolute;
  z-index: -2;
  inset: 0;
  overflow: hidden;
  background: #063a69;
}
.hero-poster {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 1;
  transform-origin: 54% 48%;
  animation: none;
  backface-visibility: hidden;
  will-change: auto;
  transition: opacity .8s ease .35s;
}
.hero-video-frame,
.hero-video-native {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: max(100vw, 177.78svh);
  max-width: none !important;
  height: max(100svh, 56.25vw);
  border: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
}
.hero-video-native {
  object-fit: cover;
}
.hero-media.has-portrait-video .hero-video-frame,
.hero-media.has-portrait-video .hero-video-native {
  width: max(100vw, 56.25svh);
  height: max(100svh, 177.78vw);
}
.hero-media.is-playing .hero-poster {
  opacity: 0;
  pointer-events: none;
  animation-play-state: paused;
  will-change: auto;
}
@keyframes hero-poster-cinematic {
  from { transform: scale(1.025) translate3d(-.35%, .18%, 0); }
  to { transform: scale(1.085) translate3d(.45%, -.42%, 0); }
}
.hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(3, 28, 51, .24) 0%, rgba(3, 28, 51, .04) 35%, rgba(4, 44, 76, .34) 66%, #063a69 100%),
    linear-gradient(90deg, rgba(5, 38, 66, .2), transparent 52%);
  content: "";
}
.hero::after {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  height: clamp(100px, 15vh, 170px);
  background: linear-gradient(180deg, transparent 0%, rgba(0, 82, 164, .42) 58%, #0052a4 100%);
  content: "";
  pointer-events: none;
}
.hero-inner {
  position: relative;
  z-index: 4;
  width: 100%;
  padding-top: 110px;
  padding-bottom: 82px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.hero-cta { display: flex; flex-wrap: wrap; gap: 10px; }
.sf26-content-desktop { display: inline !important; }
.sf26-content-mobile { display: none !important; }
.btn {
  min-height: 44px;
  padding: 11px 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform .25s, box-shadow .25s, background .25s;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: var(--red); box-shadow: 0 12px 28px rgba(229, 49, 50, .28); }
.btn-primary:hover { color: #fff; background: var(--red-deep); }
.btn-glass { border-color: rgba(255, 255, 255, .7); color: #fff; background: rgba(255, 255, 255, .1); backdrop-filter: blur(7px); }
.btn-glass:hover { color: #fff; background: rgba(255, 255, 255, .2); }
.count-wrap { max-width: 510px; }
.count-label { display: block; margin-bottom: 7px; color: #fff; font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.count { display: flex; overflow: hidden; border: 1px solid rgba(255, 255, 255, .48); border-radius: var(--radius); background: rgba(3, 50, 84, .35); backdrop-filter: blur(9px); }
.count-status {
  margin: 0;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, .48);
  border-radius: var(--radius);
  background: rgba(3, 50, 84, .35);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  backdrop-filter: blur(9px);
}
.cbox { min-width: 0; padding: 9px 6px; flex: 1; text-align: center; }
.cbox + .cbox { border-left: 1px solid rgba(255, 255, 255, .25); }
.cbox b { display: block; font-size: clamp(20px, 5vw, 30px); line-height: 1.1; }
.cbox span { font-size: 8px; letter-spacing: .15em; text-transform: uppercase; }

/* Continuous coastal canvas */
.coastal-flow {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(244, 252, 253, .86), rgba(209, 244, 247, .74) 28%, rgba(244, 252, 253, .88) 55%, rgba(215, 247, 249, .86));
}
.coastal-flow::before,
.coastal-flow::after {
  position: absolute;
  z-index: 0;
  border: 1px solid rgba(15, 187, 238, .18);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}
.coastal-flow::before { top: 10%; right: -220px; width: 560px; height: 560px; box-shadow: 0 0 0 46px rgba(15, 187, 238, .05), 0 0 0 96px rgba(233, 44, 136, .035); }
.coastal-flow::after { bottom: 12%; left: -250px; width: 620px; height: 620px; box-shadow: 0 0 0 60px rgba(246, 171, 27, .045); }
.coastal-flow > section,
.event-flow > section { position: relative; z-index: 1; }
.event-flow {
  position: relative;
  z-index: 1;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 86% 30%, rgba(255, 255, 255, .3), transparent 24%),
    linear-gradient(180deg, #1085b7 0%, #48b9da 29%, #a9e3ef 58%, #def5f8 82%, #e8f9fa 100%);
}
@media (min-width: 783px) {
  .coastal-flow {
    background:
      linear-gradient(180deg, rgba(244, 252, 253, .86), rgba(209, 244, 247, .74) 28%, rgba(244, 252, 253, .88) 55%, rgba(215, 247, 249, .86)),
      url("assets/images/coastal-pattern.png") center top / 100% auto repeat-y;
  }
  .event-flow {
    background:
      radial-gradient(circle at 86% 30%, rgba(255, 255, 255, .3), transparent 24%),
      linear-gradient(180deg, #1085b7 0%, #48b9da 29%, #a9e3ef 58%, #def5f8 82%, #e8f9fa 100%),
      url("assets/images/coastal-pattern.png") center top / 100% auto repeat-y;
  }
}
.sf26-luxury .ambient-decor {
  position: absolute;
  display: none;
  max-width: none !important;
  height: auto;
  user-select: none;
  pointer-events: none;
}

@media (min-width: 1100px) {
  .sf26-luxury .ambient-decor {
    display: block;
    will-change: auto;
  }
  .ambient-decor--kites {
    z-index: 2;
    top: 14%;
    right: 4%;
    width: clamp(190px, 17vw, 280px);
    opacity: .62;
    filter: drop-shadow(0 14px 22px rgba(0, 55, 92, .24));
    transform-origin: 72% 46%;
    animation: none;
  }
  .ambient-decor--balloons {
    z-index: 1;
    top: clamp(56px, 6vw, 92px);
    right: clamp(24px, 4vw, 72px);
    width: clamp(190px, 18vw, 290px);
    opacity: .6;
    filter: drop-shadow(0 18px 28px rgba(7, 61, 112, .18));
    animation: none;
  }
  .ambient-decor--palm {
    z-index: 1;
    top: 14px;
    right: -54px;
    width: clamp(230px, 23vw, 370px);
    opacity: .17;
    filter: saturate(.9);
    transform-origin: 92% 8%;
    animation: none;
  }
}

@keyframes ambient-balloon-drift {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(-1deg); }
  50% { transform: translate3d(-12px, -18px, 0) rotate(1.2deg); }
}
@keyframes ambient-kite-sway {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(-1.4deg); }
  50% { transform: translate3d(12px, -10px, 0) rotate(1.8deg); }
}
@keyframes ambient-palm-sway {
  0%, 100% { transform: rotate(-1.2deg); }
  50% { transform: rotate(1.4deg); }
}

/* Cinematic story scenes */
.story-scene {
  --scene-progress: 0;
  position: relative;
  min-height: 112svh;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
}
.scene-stage {
  position: relative;
  z-index: 4;
  min-height: 100svh;
  padding-block: clamp(92px, 13vh, 145px) clamp(132px, 20vh, 210px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.scene-project {
  min-height: 155svh;
  margin-top: -1px;
  background: #0052a4;
}
.scene-project::before,
.scene-festival::before {
  position: absolute;
  z-index: 2;
  inset: 0;
  background:
    linear-gradient(180deg, #063a69 0%, rgba(6, 58, 105, .52) 6%, rgba(3, 43, 75, .16) 20%, rgba(1, 25, 48, .08) 62%, rgba(1, 31, 56, .58) 100%),
    linear-gradient(90deg, rgba(1, 25, 48, .22), transparent 30%, transparent 70%, rgba(1, 25, 48, .2));
  content: "";
  pointer-events: none;
}
.scene-project::before {
  background:
    linear-gradient(180deg, #0052a4 0%, rgba(0, 82, 164, .72) 5%, rgba(0, 82, 164, .14) 17%, rgba(0, 82, 164, .08) 52%, rgba(0, 82, 164, .2) 76%, rgba(0, 82, 164, .08) 100%),
    linear-gradient(90deg, rgba(0, 60, 130, .08), transparent 55%);
}
.scene-project::after {
  display: none;
}
.scene-bg {
  position: absolute;
  z-index: 1;
  inset: -7%;
  width: 114%;
  max-width: none !important;
  height: 114%;
  object-fit: cover;
  object-position: center;
  transform: none;
  will-change: auto;
}
.scene-bg--project {
  inset: 0 auto auto 0;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center top;
  filter: none;
  animation: none;
  transform: none;
  will-change: auto;
}
.scene-bg--festival {
  object-position: center;
  transform: scale(1.04);
  will-change: auto;
}
.scene-athlete {
  position: absolute;
  z-index: 3;
  bottom: -5%;
  max-width: none !important;
  height: auto;
  opacity: .88;
  filter: drop-shadow(0 22px 36px rgba(70, 0, 8, .28));
  pointer-events: none;
  transform: none;
  transition: none;
}
.scene-athlete--volleyball {
  left: -5%;
  width: clamp(300px, 29vw, 470px);
}
.scene-athlete--runner {
  right: -6%;
  width: clamp(320px, 30vw, 500px);
}
.scene-festival.scene-in .scene-athlete { opacity: .88; transform: none; }
.scene-festival.scene-in .scene-athlete--runner { transition-delay: 0s; }
.scene-atmosphere {
  position: absolute;
  z-index: 2;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.scene-atmosphere::before,
.scene-atmosphere::after {
  position: absolute;
  width: 54vw;
  height: 17vw;
  min-height: 120px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .32);
  filter: blur(36px);
  content: "";
  opacity: calc(.24 + var(--scene-progress) * .35);
  transform: translate3d(calc((var(--scene-progress) - .5) * 90px), 0, 0);
}
.scene-atmosphere::before { top: 48%; left: -14%; }
.scene-atmosphere::after { top: 59%; right: -19%; transform: translate3d(calc((.5 - var(--scene-progress)) * 110px), 0, 0); }
.scene-copy { width: min(680px, 100%); margin-right: auto; }
.scene-copy--center { width: min(900px, 100%); margin-inline: auto; text-align: center; }
.scene-copy--project {
  width: min(900px, 100%);
  margin: auto auto 0;
  text-align: center;
}
.scene-kicker {
  margin-top: 28px;
  color: #fff;
  text-shadow: 0 2px 5px rgba(0, 20, 38, .9), 0 10px 30px rgba(0, 20, 38, .7);
}
.scene-title {
  margin-block: 10px 18px;
  color: #fff;
  font-size: clamp(44px, 7vw, 86px);
  line-height: .88;
  text-shadow: 0 3px 8px rgba(0, 20, 38, .72), 0 14px 42px rgba(0, 25, 49, .42);
}
.scene-title > :where(span:not(.sf26-responsive-content)) {
  color: transparent;
  background: var(--rainbow);
  background-clip: text;
  -webkit-background-clip: text;
  filter: saturate(1.15);
}
.scene-body {
  max-width: 700px;
  margin-inline: auto;
  color: rgba(255, 255, 255, .86);
  font-size: clamp(13px, 1.35vw, 17px);
  line-height: 1.85;
  text-shadow: 0 2px 4px rgba(0, 18, 34, .95), 0 8px 24px rgba(0, 18, 34, .75);
}
.scene-project .scene-body {
  max-width: 760px;
  margin-inline: auto;
  color: #fff;
  font-family: var(--sans);
  font-weight: 400;
  text-shadow: 0 2px 10px rgba(0, 42, 100, .42);
}
.scene-project .scene-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 0;
  color: #fff;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  text-shadow: 0 2px 10px rgba(0, 32, 67, .4);
}
.scene-project .scene-kicker::before {
  width: 34px;
  height: 2px;
  background: #fded08;
  content: "";
}
.scene-project .scene-title {
  margin-block: 12px 20px;
  color: #fff;
  font-size: inherit;
  line-height: 1;
  letter-spacing: 0;
  text-shadow: none;
}
.scene-project .scene-title-script {
  display: block;
  color: #fff;
  background: none;
  font-family: var(--script);
  font-size: clamp(52px, 6.3vw, 82px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: .72;
  text-transform: none;
  text-shadow: 0 4px 14px rgba(0, 42, 100, .38);
  -webkit-text-fill-color: currentColor;
  filter: none;
}
.scene-project .scene-title strong {
  display: block;
  color: #fded08;
  font-family: var(--sans);
  font-size: clamp(42px, 5.4vw, 72px);
  font-weight: 700;
  letter-spacing: .018em;
  line-height: 1;
  text-transform: uppercase;
  text-shadow:
    0 3px 0 rgba(199, 161, 0, .72),
    0 8px 18px rgba(0, 42, 100, .34);
}
.scene-project .scene-stats {
  margin-top: 28px;
  background: rgba(0, 67, 145, .34);
  border-color: rgba(253, 237, 8, .35);
}
.scene-project .scene-stats .stat {
  border-color: rgba(253, 237, 8, .24);
}
.scene-project .scene-stats .stat > b {
  color: #fded08;
  font-family: var(--sans);
  font-weight: 700;
  text-shadow: 0 3px 12px rgba(0, 42, 100, .38);
}
.scene-project .scene-stats .stat > span {
  color: #fff;
  font-family: var(--sans);
  font-weight: 500;
}
.scene-project .scene-cta {
  align-self: center;
  margin-top: 20px;
  color: #fded08;
  font-family: var(--sans);
  text-shadow: 0 2px 10px rgba(0, 42, 100, .35);
}
.scene-project .scene-cta:hover {
  color: #fff;
}
.scene-stats {
  width: min(980px, 100%);
  margin-top: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid rgba(255, 255, 255, .28);
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  backdrop-filter: blur(6px);
}
.scene-stats .stat { padding: 16px 12px; border-left: 1px solid rgba(255, 255, 255, .2); text-align: center; }
.scene-stats .stat:last-child { border-right: 1px solid rgba(255, 255, 255, .2); }
.scene-stats .stat > b { display: block; color: #fff; font-size: clamp(22px, 4vw, 38px); line-height: 1.1; text-shadow: 0 4px 18px rgba(0, 24, 47, .3); }
.scene-stats .stat > span { color: rgba(255, 255, 255, .72); font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.scene-cta {
  margin-top: 24px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  align-self: center;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .13em;
  text-decoration: none;
  text-transform: uppercase;
}
.scene-cta > span:last-child { font-size: 20px; transition: transform .25s; }
.scene-cta:hover { color: #fff; }
.scene-cta:hover > span:last-child { transform: translateX(6px); }
.scene-scroll {
  position: absolute;
  z-index: 5;
  right: 20px;
  bottom: 28px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, .56);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  transform: rotate(-90deg) translateX(100%);
  transform-origin: right bottom;
}
.scene-scroll span { width: 38px; height: 1px; overflow: hidden; background: rgba(255, 255, 255, .28); }
.scene-scroll { display: none; }
.scene-scroll span::after { width: 50%; height: 100%; display: block; background: #fff; content: ""; animation: none; }

.scene-festival {
  min-height: 112svh;
  margin-top: -1px;
  background: #a50e1b;
}
.coastal-flow > .scene-festival {
  z-index: 2;
}
.scene-festival::before {
  z-index: 2;
  inset: 0;
  background:
    linear-gradient(180deg, #a50e1b 0, #a50e1b 30px, rgba(165, 14, 27, .94) 68px, rgba(165, 14, 27, .7) 122px, rgba(165, 14, 27, .32) 176px, transparent 232px),
    linear-gradient(180deg, rgba(96, 0, 9, .14) 0%, transparent 22%, transparent 72%, rgba(96, 0, 9, .52) 100%),
    linear-gradient(90deg, rgba(93, 0, 8, .16), transparent 30%, transparent 70%, rgba(93, 0, 8, .16));
  pointer-events: none;
}
.scene-festival .scene-bg--festival {
  inset: 0;
  width: 100%;
  height: 100%;
  object-position: center top;
  transform: none;
  pointer-events: none;
}
.scene-festival::after {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  height: clamp(110px, 14vh, 170px);
  background: linear-gradient(180deg, transparent 0%, rgba(165, 14, 27, .7) 66%, #a50e1b 100%);
  content: "";
  pointer-events: none;
}
.scene-festival .scene-stage {
  justify-content: center;
  padding-block: clamp(128px, 16vh, 160px) clamp(56px, 7vh, 76px);
}
.scene-festival .scene-copy {
  width: min(900px, 100%);
}
.festival-authorities {
  width: min(560px, 72vw);
  height: auto;
  margin: 0 auto clamp(20px, 3.2vh, 34px);
}
.scene-festival .festival-official-title {
  margin: 0;
  color: #fff1bd;
  font-family: "SVN Hemi Head", var(--sans);
  font-size: clamp(58px, 8.4vw, 118px);
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: .8;
  text-transform: uppercase;
  text-shadow:
    0 4px 0 #6f0008,
    0 10px 0 rgba(111, 0, 8, .48),
    0 18px 34px rgba(76, 0, 7, .42);
}
.scene-festival .festival-official-title > span {
  display: block;
  color: inherit;
  background: none;
  -webkit-text-fill-color: currentColor;
  filter: none;
}
.festival-official-date {
  margin: clamp(24px, 3.4vh, 38px) 0 8px;
  color: #fff;
  font-family: "SVN Hemi Head", var(--sans);
  font-size: clamp(22px, 2.8vw, 38px);
  font-weight: 400;
  letter-spacing: .015em;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0 3px 0 rgba(83, 0, 7, .62), 0 8px 20px rgba(62, 0, 5, .38);
}
.festival-official-location {
  max-width: none;
  margin: 0;
  color: #fff;
  font-family: "Averta", var(--sans);
  font-size: clamp(13px, 1.55vw, 21px);
  font-weight: 600;
  letter-spacing: .01em;
  line-height: 1.35;
  text-transform: uppercase;
  text-shadow: 0 3px 10px rgba(68, 0, 6, .62);
}
.festival-organizers {
  width: min(520px, 74vw);
  height: auto;
  margin: clamp(22px, 3.4vh, 36px) auto 0;
  display: block;
  border: 0;
  backdrop-filter: none;
}
.scene-festival .scene-cta {
  margin-top: clamp(20px, 3vh, 32px);
  padding: 11px 18px;
  border: 1px solid rgba(255, 241, 189, .62);
  border-radius: 999px;
  color: #fff1bd;
  background: rgba(102, 0, 8, .24);
  text-shadow: 0 2px 8px rgba(67, 0, 5, .5);
}

/* Festival and sponsors */
.sponsors {
  z-index: 2 !important;
  margin-top: -1px;
  padding: 0 0 80px;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  background: transparent;
  text-align: center;
}
.sponsors::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  background: #a50e1b;
  content: "";
  pointer-events: none;
}
.sponsors::after {
  display: none;
}
.sponsors > * { position: relative; z-index: 2; }
.motion-marquee {
  margin-bottom: 60px;
  overflow: hidden;
  border-top: 0;
  border-bottom: 1px solid rgba(246, 171, 27, .2);
  color: rgba(255, 255, 255, .09);
  font-size: clamp(36px, 7vw, 84px);
  font-weight: 700;
  letter-spacing: -.04em;
  line-height: 1.1;
  white-space: nowrap;
}
.motion-marquee > div { width: max-content; animation: none; }
.sponsors .eyebrow { color: var(--yellow); }
.sponsors .eyebrow::before { background: rgba(255, 255, 255, .7); }
.sponsors-title {
  margin-top: 14px;
  padding-block: .12em .06em;
  color: #fff1bd;
  font-family: "Averta", var(--sans);
  font-size: clamp(29px, 5vw, 48px);
  font-weight: 600;
  letter-spacing: -.018em;
  line-height: 1.16;
  text-shadow: 0 3px 12px rgba(73, 0, 7, .34);
}
.sponsor-frame {
  width: min(1160px, 100%);
  margin: 34px auto 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.sponsor-scroll { overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-color: rgba(255, 224, 119, .72) rgba(82, 0, 6, .42); }
.sponsor-art { width: 100%; margin: 0 auto; }
.sponsor-artwork {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.sponsor-mobile-table { display: none; }

/* Independent red fabric edges: rippled artwork above, approved SVG below sponsors. */
.fabric-transition {
  --fabric-x: 0px;
  --fabric-y: 0px;
  --fabric-scale: 1;
  position: relative;
  z-index: 9;
  width: 100%;
  height: 220px;
  overflow: visible;
  isolation: isolate;
  pointer-events: none;
}
.fabric-transition--arrival-wave {
  margin-top: -110px;
  margin-bottom: -110px;
}
.fabric-transition--release {
  margin-top: -40px;
  margin-bottom: -180px;
}
.fabric-transition svg {
  position: absolute;
  inset: 0 auto auto 50%;
  width: calc(100% + 80px);
  height: 100%;
  max-width: none !important;
  overflow: visible;
  transform: translateX(-50%);
}
.fabric-transition__arrival-motion {
  position: absolute;
  inset: 0;
}
.fabric-transition__arrival-image {
  position: absolute;
  inset: 0 auto auto 50%;
  width: calc(100% + 80px);
  max-width: none !important;
  height: 100%;
  object-fit: fill;
  -webkit-mask-image: linear-gradient(180deg, #000 0, #000 calc(100% - 40px), transparent 100%);
  mask-image: linear-gradient(180deg, #000 0, #000 calc(100% - 40px), transparent 100%);
  transform: translateX(-50%);
}
.fabric-transition__motion {
  transform: none;
  transform-box: fill-box;
  transform-origin: 50% 60%;
  will-change: auto;
}
.fabric-transition--release .fabric-transition__motion { transform-origin: 50% 40%; }
.fabric-transition__shadow {
  fill: none;
  stroke: rgba(35, 0, 7, .5);
  stroke-width: 18;
  vector-effect: non-scaling-stroke;
}
.fabric-transition__sheet { filter: none; }
.fabric-transition__surface { mix-blend-mode: screen; }
.fabric-transition__fold {
  fill: none;
  vector-effect: non-scaling-stroke;
  stroke-linecap: round;
}
.fabric-transition__fold--dark {
  stroke: rgba(48, 0, 6, .68);
  stroke-width: 27;
}
.fabric-transition__fold--light {
  stroke: rgba(255, 113, 125, .4);
  stroke-width: 19;
}
.fabric-transition__edge {
  fill: none;
  stroke: rgba(255, 171, 180, .45);
  stroke-width: 2;
  vector-effect: non-scaling-stroke;
  filter: drop-shadow(0 5px 7px rgba(54, 0, 6, .65));
}

/* Journey */
.journey {
  --journey-canvas-blue: #48b9da;
  position: relative;
  z-index: 3;
  margin-top: 0;
  padding: 0;
  background: var(--journey-canvas-blue);
}
.journey::before {
  display: none;
}
.journey-intro {
  position: relative;
  min-height: clamp(610px, 78svh, 790px);
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  background: transparent;
}
.journey-intro::before,
.journey-intro::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  pointer-events: none;
}
.journey-intro::before {
  display: none !important;
}
.journey-intro::after {
  display: none !important;
}
.journey-intro-bg {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  max-width: none !important;
  height: 100%;
  object-fit: cover;
  object-position: center 52%;
  -webkit-mask-image: linear-gradient(180deg, #000 0, #000 calc(100% - 180px), transparent 100%);
  mask-image: linear-gradient(180deg, #000 0, #000 calc(100% - 180px), transparent 100%);
  animation: none;
}
.journey-intro-layout {
  position: relative;
  z-index: 3;
  min-height: clamp(610px, 78svh, 790px);
  padding-block: 100px 116px;
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(540px, 1.15fr);
  align-items: center;
  gap: 20px;
}
.journey-intro-copy {
  position: relative;
  max-width: 560px;
  padding: 28px 30px;
  border-left: 4px solid #ffe375;
  border-radius: 0 20px 20px 0;
  background: transparent;
  box-shadow: none;
  text-shadow: none;
  transform: translateY(80px);
}
.journey-kicker {
  display: block;
  margin-bottom: 12px;
  color: #ffe375;
  font-family: var(--script);
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1;
}
.journey-overline {
  margin: 0 0 9px;
  color: #8fe8ff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.journey-intro-copy h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(38px, 3vw, 44px);
  font-weight: 700;
  letter-spacing: -.055em;
  line-height: .92;
  text-transform: uppercase;
  white-space: nowrap;
  text-shadow: none;
}
.journey-intro-copy strong {
  margin-top: 10px;
  display: block;
  color: #ffe375;
  font-size: clamp(19px, 2.4vw, 31px);
  letter-spacing: .12em;
  text-transform: uppercase;
}
.journey-intro-copy > p:not(.journey-overline) {
  max-width: 510px;
  margin: 22px 0 0;
  color: #fff;
  font-size: 14px;
  line-height: 1.75;
}
.journey-guide {
  width: fit-content;
  max-width: 100%;
  margin-top: 20px;
  padding: 10px 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, .54);
  border-radius: 999px;
  color: #fff;
  background: rgba(3, 57, 92, .4);
  box-shadow: 0 10px 30px rgba(0, 31, 58, .2);
  text-decoration: none;
  backdrop-filter: blur(8px);
  transition: border-color .25s, background .25s, transform .25s;
}
.journey-guide:hover {
  border-color: rgba(255, 227, 117, .9);
  background: rgba(3, 57, 92, .58);
  transform: translateY(-2px);
}
.journey-guide > .icon { width: 22px; height: 22px; flex: 0 0 auto; }
.journey-guide > span:nth-child(2) { display: grid; gap: 1px; font-size: 10px; font-weight: 700; letter-spacing: .03em; }
.journey-guide small { color: #ffe375; font-size: 7px; letter-spacing: .14em; text-transform: uppercase; }
.journey-guide > span:last-child { font-size: 16px; }
.journey-orbit {
  position: absolute;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 50%;
  pointer-events: none;
}
.journey-orbit--one { right: -130px; bottom: -210px; width: 610px; height: 610px; box-shadow: 0 0 0 62px rgba(15, 187, 238, .12); }
.journey-orbit--two { top: -170px; right: 23%; width: 330px; height: 330px; box-shadow: 0 0 0 38px rgba(246, 171, 27, .1); }
.tabs {
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
}
.journey-bubbles {
  position: relative;
  z-index: 4;
  width: 100%;
  min-width: 0;
  padding: clamp(28px, 4vw, 48px) var(--pad) clamp(44px, 5vw, 64px);
  justify-content: center;
  background: transparent;
  filter: drop-shadow(0 18px 36px rgba(0, 28, 57, .25));
}
.tab {
  position: relative;
  width: clamp(178px, 15vw, 226px);
  height: clamp(178px, 15vw, 226px);
  padding: 26px;
  flex: 0 0 auto;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, .36);
  border-radius: 50%;
  color: #fff;
  font-size: clamp(21px, 2.1vw, 31px);
  font-weight: 700;
  letter-spacing: .02em;
  text-align: center;
  text-shadow: 0 3px 12px rgba(0, 20, 45, .3);
  cursor: pointer;
  opacity: .94;
  transform: scale(.9);
  transition: opacity .3s, transform .3s, box-shadow .3s, filter .3s;
}
.tab + .tab { margin-left: clamp(-58px, -3.8vw, -34px); }
.tab .icon { width: 1.35em; height: 1.35em; }
.tab > span { display: grid; gap: 2px; }
.tab small { color: rgba(255, 255, 255, .82); font-size: 8px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; }
.tab-play { z-index: 3; background: linear-gradient(145deg, #eb268b, #672fab); }
.tab-stay { z-index: 2; background: linear-gradient(145deg, #0cbbee, #1770bf); }
.tab-eat { z-index: 1; background: linear-gradient(145deg, #ffbc20, #ef6929); }
.tab:hover { opacity: 1; transform: translateY(-6px) scale(.95); }
.tab.on {
  z-index: 4;
  opacity: 1;
  transform: scale(1);
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, .18), 0 0 0 2px rgba(255, 255, 255, .8), 0 20px 48px rgba(0, 36, 68, .28);
}
.tab.on::after {
  position: absolute;
  right: 50%;
  bottom: -22px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, .82);
  border-radius: 50%;
  color: var(--blue);
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 8px 22px rgba(0, 36, 68, .22);
  content: "↓";
  font-size: 17px;
  line-height: 1;
  transform: translateX(50%);
  animation: none;
}
.tab:focus-visible { outline: 3px solid #fff; outline-offset: 4px; }
.sf26-luxury .journey-content {
  position: relative;
  z-index: 6;
  margin-top: 0;
  padding-top: 0;
  border-radius: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}
.journey-browser-head { max-width: 760px; margin-bottom: 30px; }
.journey-browser-head h3 {
  margin: 10px 0 12px;
  color: var(--blue);
  font-size: clamp(27px, 4vw, 43px);
  letter-spacing: -.035em;
  line-height: 1.05;
  white-space: nowrap;
}
.journey-browser-head p { margin: 0; color: var(--muted); }
.jbody { display: grid; grid-template-columns: 1fr; gap: 16px; }
.jbody > * { min-width: 0; }
.catdrop { position: relative; }
.catdrop-btn {
  width: 100%;
  padding: 13px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(25, 85, 166, .3);
  border-radius: var(--radius);
  color: var(--blue);
  background: rgba(255, 255, 255, .9);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
}
.catdrop-list {
  position: absolute;
  z-index: 40;
  top: calc(100% + 5px);
  right: 0;
  left: 0;
  display: none;
  overflow: hidden;
  border: 1px solid rgba(25, 85, 166, .2);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}
.catdrop.open .catdrop-list { display: flex; flex-direction: column; }
.catdrop-list button, .sidecats button {
  padding: 13px 15px;
  display: flex;
  justify-content: space-between;
  border: 0;
  border-bottom: 1px solid rgba(25, 85, 166, .1);
  color: var(--ink);
  background: transparent;
  text-align: left;
  cursor: pointer;
}
.catdrop-list button.on, .sidecats button.on { color: #fff; background: var(--blue); }
.catdrop-list .n, .sidecats .n { opacity: .7; }
.sidecats { display: none; }
.carousel { min-width: 0; position: relative; }
.track { padding-bottom: 8px; display: flex; gap: 14px; overflow-x: auto; scrollbar-width: none; scroll-snap-type: x mandatory; }
.track.is-refreshing { animation: journey-results-in .58s cubic-bezier(.17, .84, .24, 1) both; }
.track::-webkit-scrollbar, .chipbar::-webkit-scrollbar { display: none; }
.place {
  flex: 0 0 86%;
  overflow: hidden;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
  scroll-snap-align: start;
}
.place--loop-clone { pointer-events: none; }
.place .ph { position: relative; overflow: hidden; aspect-ratio: 16 / 10; }
.place-visual-trigger {
  width: 100%;
  height: 100%;
  padding: 0;
  display: block;
  overflow: hidden;
  border: 0;
  color: inherit;
  background: transparent;
  cursor: zoom-in;
}
.place-visual-trigger > img:first-child { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .5s; }
.place:hover .place-visual-trigger > img:first-child,
.place-visual-trigger:focus-visible > img:first-child { transform: scale(1.05); }
.place-visual-trigger:focus-visible { outline: 3px solid #fff; outline-offset: -5px; }
.place .cat-tag { position: absolute; top: 10px; left: 10px; padding: 5px 9px; border-radius: var(--radius); color: #fff; background: rgba(25, 85, 166, .9); font-size: 8px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.place .place-visual-trigger > .place-logo { position: absolute; right: 10px; bottom: 10px; width: 96px; height: 42px; padding: 7px; border-radius: var(--radius); background: rgba(255, 255, 255, .94); object-fit: contain; }
.place .pi { padding: 15px 16px 16px; }
.place h4 { margin: 0; color: var(--blue); font-size: 16px; font-weight: 700; }
.place-title-trigger {
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  font: inherit;
  text-align: left;
  cursor: zoom-in;
}
.place-title-trigger:hover,
.place-title-trigger:focus-visible { color: var(--red); text-decoration: underline; text-underline-offset: 4px; }
.place .meta { margin-top: 7px; display: grid; gap: 4px; color: var(--muted); font-size: 11px; }
.place .meta span { display: flex; align-items: center; gap: 7px; }
.place .row { margin-top: 12px; padding-top: 12px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(25, 85, 166, .12); }
.place a.map { display: inline-flex; align-items: center; gap: 6px; color: var(--red); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.qr { width: 52px; height: 52px; padding: 3px; border: 1px solid rgba(25, 85, 166, .18); border-radius: 3px; background: #fff; object-fit: contain; }
.car-nav { margin-top: 13px; display: flex; justify-content: center; gap: 10px; }
.arrow { position: relative; width: 48px; height: 48px; padding: 0; display: grid; place-items: center; border: 1px solid rgba(25, 85, 166, .25); border-radius: 50%; color: var(--blue); background: #fff; font-size: 0; line-height: 1; cursor: pointer; }
.arrow::before,
.place-gallery-arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 22px;
  display: block;
  background: currentColor;
  content: "";
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.4'%3E%3Cpath d='m15 18-6-6 6-6'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.4'%3E%3Cpath d='m15 18-6-6 6-6'/%3E%3C/svg%3E") center / contain no-repeat;
  transform: translate(-50%, -50%);
}
#carNext::before,
.place-gallery-arrow--next::before { transform: translate(-50%, -50%) rotate(180deg); }
.arrow:hover,
.arrow:focus-visible { color: #fff; background: var(--blue); outline: 2px solid rgba(25, 85, 166, .22); outline-offset: 2px; }

/* Maps */
.map-thumb {
  width: 100%;
  padding: 17px;
  display: flex;
  align-items: center;
  gap: 13px;
  border: 0;
  border-radius: var(--radius);
  color: #fff;
  background: linear-gradient(115deg, var(--blue), var(--blue-sky));
  box-shadow: var(--shadow);
  text-align: left;
  cursor: pointer;
}
.map-thumb .mt-ic { width: 46px; height: 46px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: rgba(255, 255, 255, .18); }
.map-thumb .mt-ic img { width: 23px; height: 23px; }
.map-thumb b { display: block; color: #fff; font-size: 14px; }
.map-thumb span span { color: rgba(255, 255, 255, .8); font-size: 10px; }
.map-thumb .mt-go { margin-left: auto; color: #fff; font-size: 20px; }
.mapbox { position: relative; margin-top: 20px; display: none; overflow: hidden; border-radius: var(--radius); background: #dff5f8; box-shadow: var(--shadow); }
.mapbox--full {
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  border-radius: 0;
  box-shadow: 0 22px 65px rgba(7, 61, 112, .16);
}
.mapbox--utility::before {
  display: none;
}
.mapbox--utility::after {
  display: none;
}
.mapbox .map-base { width: 100%; height: auto; display: block; object-fit: contain; }
.mapbox--tournament .map-art-layer {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
.mapbox--tournament .map-art-layer--route,
.mapbox--tournament .map-art-layer--route-motion,
.mapbox--tournament .map-art-layer--callouts {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.mapbox--tournament .map-art-layer--route { z-index: 2; }
.mapbox--tournament .map-art-layer--route {
  opacity: .9;
  filter: saturate(1.2) drop-shadow(0 0 3px rgba(255, 230, 0, .62));
}
.mapbox--tournament .map-art-layer--route-motion {
  z-index: 3;
  opacity: 1;
  filter:
    brightness(1.65)
    saturate(1.5)
    drop-shadow(0 0 4px rgba(255, 245, 0, .95))
    drop-shadow(0 0 11px rgba(255, 171, 0, .88));
  mix-blend-mode: screen;
  animation: tournament-route-impact 1.14s ease-in-out infinite;
}
.mapbox--tournament .map-art-layer--callouts { z-index: 4; }
.map-event-highlight-layer {
  position: absolute;
  z-index: 5;
  inset: 0;
  pointer-events: none;
}
.map-event-highlight {
  position: absolute;
  box-sizing: border-box;
  border: 2px solid rgba(255, 238, 0, .68);
  border-radius: 5px;
  background: linear-gradient(110deg, rgba(255, 238, 0, .06), rgba(255, 168, 0, .2), rgba(255, 238, 0, .06));
  box-shadow:
    inset 0 0 12px rgba(255, 238, 0, .2),
    0 0 7px rgba(255, 238, 0, .72);
  opacity: .32;
  animation: tournament-event-highlight 1.8s ease-in-out infinite;
  animation-delay: calc(var(--event-order) * -.13s);
}
.map-section-heading {
  position: absolute;
  z-index: 8;
  top: clamp(30px, 5vw, 74px);
  left: clamp(22px, 7vw, 112px);
  max-width: min(620px, 72vw);
  padding: 18px 24px 20px 0;
  color: #fff;
  text-align: left;
  text-shadow: 0 5px 24px rgba(0, 24, 48, .58);
  isolation: isolate;
}
.map-section-heading::before {
  position: absolute;
  z-index: -1;
  inset: -18px -110px -20px -112px;
  border-top: 1px solid rgba(255, 255, 255, .18);
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  background: linear-gradient(90deg, rgba(3, 38, 65, .78), rgba(3, 74, 105, .42) 58%, transparent);
  content: "";
  backdrop-filter: blur(5px);
}
.map-section-heading::after {
  width: clamp(112px, 12vw, 184px);
  height: 5px;
  margin-top: 15px;
  display: block;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--yellow), var(--orange), #eb268b, var(--blue-sky));
  box-shadow: 0 5px 18px rgba(15, 187, 238, .3);
  content: "";
  transform-origin: left center;
}
.map-section-heading > span {
  display: block;
  margin-bottom: 8px;
  color: #8feaff;
  font-size: clamp(9px, .9vw, 12px);
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.map-section-heading h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 4.1vw, 60px);
  font-weight: 700;
  letter-spacing: -.045em;
  line-height: .98;
  text-transform: uppercase;
}
.map-section-heading--utility {
  position: absolute;
  z-index: 8;
  top: clamp(18px, 2.4vw, 36px);
  left: clamp(18px, 3.4vw, 54px);
  max-width: min(440px, 70vw);
  margin: 0;
  padding: 13px 20px 14px;
  border: 1px solid rgba(255, 255, 255, .26);
  border-radius: 15px;
  background: rgba(3, 45, 71, .7);
  color: #fff;
  text-align: left;
  text-shadow: 0 3px 14px rgba(0, 24, 48, .5);
  backdrop-filter: blur(6px);
  pointer-events: none;
}
.map-section-heading--utility::before { display: none; }
.map-section-heading--utility::after {
  width: min(118px, 34vw);
  height: 3px;
  margin: 9px 0 0;
  transform-origin: left center;
}
.map-section-heading--utility h3 {
  color: #fff;
  font-size: clamp(23px, 2.7vw, 38px);
  letter-spacing: -.035em;
}
.map-hotspot-layer {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.map-hotspot-layer--utility { aspect-ratio: 16 / 9; }
.map-hotspot-layer .map-hotspot { pointer-events: auto; }
.map-hotspot {
  position: absolute;
  z-index: 5;
  display: block;
  border: 1px solid transparent;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  transform: translate(-50%, -50%);
}
.map-hotspot--pin {
  width: clamp(28px, 2.5vw, 42px);
  aspect-ratio: 1;
  border-radius: 50%;
}
.map-hotspot-layer--utility .map-hotspot--pin:not(.map-hotspot--quiet)::before,
.map-hotspot-layer--utility .map-hotspot--pin:not(.map-hotspot--quiet)::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.map-hotspot-layer--utility .map-hotspot--pin:not(.map-hotspot--quiet)::before {
  inset: 29%;
  border: 1px solid rgba(255, 247, 0, .82);
  background: rgba(255, 247, 0, .12);
  box-shadow: 0 0 7px rgba(255, 247, 0, .78);
  animation: map-hotspot-core 2.8s ease-in-out infinite;
}
.map-hotspot-layer--utility .map-hotspot--pin:not(.map-hotspot--quiet)::after {
  inset: 11%;
  border: 1px solid rgba(255, 247, 0, .72);
  box-shadow: 0 0 9px rgba(255, 247, 0, .38);
  animation: map-hotspot-ring 2.8s ease-out infinite;
}
.map-hotspot-layer--utility .map-hotspot--pin:not(.map-hotspot--quiet):nth-of-type(3n + 2)::before,
.map-hotspot-layer--utility .map-hotspot--pin:not(.map-hotspot--quiet):nth-of-type(3n + 2)::after { animation-delay: -.9s; }
.map-hotspot-layer--utility .map-hotspot--pin:not(.map-hotspot--quiet):nth-of-type(3n)::before,
.map-hotspot-layer--utility .map-hotspot--pin:not(.map-hotspot--quiet):nth-of-type(3n)::after { animation-delay: -1.8s; }
.map-hotspot-layer--utility .map-hotspot--pin:not(.map-hotspot--quiet):hover::before,
.map-hotspot-layer--utility .map-hotspot--pin:not(.map-hotspot--quiet):focus-visible::before {
  border-color: #fff;
  background: rgba(255, 247, 0, .3);
  box-shadow: 0 0 13px rgba(255, 247, 0, .95);
}
.map-hotspot--event {
  z-index: 6;
  box-sizing: border-box;
  transform: none;
}
.map-hotspot span {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 7px);
  width: max-content;
  max-width: 220px;
  padding: 6px 9px;
  border-radius: 5px;
  color: #fff;
  background: rgba(3, 38, 65, .92);
  box-shadow: 0 8px 24px rgba(3, 38, 65, .2);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.35;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 6px);
  transition: opacity .2s, transform .2s;
}
.map-hotspot--event span { left: 0; bottom: calc(100% + 5px); transform: translateY(6px); }
.map-hotspot:hover,
.map-hotspot:focus-visible {
  border-color: rgba(255, 255, 255, .95);
  background: rgba(15, 187, 238, .15);
  box-shadow: 0 0 0 4px rgba(15, 187, 238, .22);
  outline: 0;
}
.map-hotspot:hover span,
.map-hotspot:focus-visible span { opacity: 1; transform: translate(-50%, 0); }
.map-hotspot--event:hover span,
.map-hotspot--event:focus-visible span { transform: none; }
.map-note { display: flex; align-items: center; gap: 7px; color: var(--muted); font-size: 12px; }
.map-note--overlay {
  position: absolute;
  z-index: 8;
  right: clamp(12px, 2vw, 30px);
  bottom: clamp(12px, 2vw, 28px);
  max-width: min(480px, calc(100% - 24px));
  margin: 0;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 999px;
  color: #fff;
  background: rgba(3, 38, 65, .76);
  box-shadow: 0 10px 28px rgba(3, 38, 65, .24);
  backdrop-filter: blur(7px);
  text-shadow: 0 1px 4px rgba(0, 20, 44, .55);
}
.map-note--overlay .icon { flex: 0 0 auto; }
.transit-schedule {
  width: 1280px;
  max-width: none;
  margin: 14px auto 0;
  display: none;
  overflow: hidden;
  border-radius: 12px;
  background: #31b8c9;
  box-shadow: 0 16px 42px rgba(7, 61, 112, .16);
}
.transit-schedule img {
  width: 100%;
  max-width: none;
  height: auto;
}
.transit-schedule.fx.in img { animation: transit-schedule-in .95s cubic-bezier(.18, .72, .2, 1) both; }
.map-modal { position: fixed; z-index: 120; inset: 0; display: none; flex-direction: column; background: #e7f8fa; }
.map-modal.show { display: flex; }
.mm-head { padding: 10px 14px; display: grid; grid-template-columns: minmax(0, 1fr) auto auto; align-items: center; gap: 12px; color: #fff; background: var(--blue); }
.mm-head b { font-size: 15px; }
.mm-head small { display: block; color: rgba(255, 255, 255, .75); font-size: 9px; }
.mm-close { width: 36px; height: 36px; padding: 0; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, .5); border-radius: 50%; color: #fff; background: transparent; font-family: Arial, sans-serif; font-size: 18px; line-height: 1; appearance: none; cursor: pointer; }
.mm-toolbar {
  padding: 4px;
  display: flex;
  align-items: center;
  gap: 4px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 999px;
  background: rgba(3, 38, 65, .28);
}
.mm-toolbar button,
.mm-toolbar a {
  min-width: 32px;
  height: 32px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, .12);
  font: inherit;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}
.mm-toolbar button:hover,
.mm-toolbar a:hover { background: rgba(255, 255, 255, .24); }
.mm-toolbar button {
  position: relative;
  width: 32px;
  min-width: 32px;
  padding: 0;
  display: grid;
  place-items: center;
  font-size: 0;
}
.mm-toolbar button::before,
.mm-toolbar button::after {
  position: absolute;
  top: 50%;
  left: 50%;
  background: currentColor;
  content: "";
  transform: translate(-50%, -50%);
}
.mm-toolbar [data-map-zoom-out]::before,
.mm-toolbar [data-map-zoom-in]::before,
.mm-toolbar [data-map-zoom-reset]::before {
  width: 18px;
  height: 18px;
}
.mm-toolbar [data-map-zoom-out]::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-linecap='round' stroke-width='2.4'%3E%3Cpath d='M5 12h14'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-linecap='round' stroke-width='2.4'%3E%3Cpath d='M5 12h14'/%3E%3C/svg%3E") center / contain no-repeat;
}
.mm-toolbar [data-map-zoom-in]::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-linecap='round' stroke-width='2.4'%3E%3Cpath d='M5 12h14m-7-7v14'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-linecap='round' stroke-width='2.4'%3E%3Cpath d='M5 12h14m-7-7v14'/%3E%3C/svg%3E") center / contain no-repeat;
}
.mm-toolbar [data-map-zoom-reset]::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.2'%3E%3Cpath d='M3 12a9 9 0 1 0 9-9a9.75 9.75 0 0 0-6.74 2.74L3 8M3 3v5h5'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.2'%3E%3Cpath d='M3 12a9 9 0 1 0 9-9a9.75 9.75 0 0 0-6.74 2.74L3 8M3 3v5h5'/%3E%3C/svg%3E") center / contain no-repeat;
}
.mm-toolbar button::after { display: none; }
.mm-toolbar output { min-width: 44px; color: rgba(255, 255, 255, .92); font-size: 10px; font-weight: 700; text-align: center; }
.mm-toolbar a { padding-inline: 13px; background: var(--red); font-size: 10px; }
.mm-toolbar a > span:first-child { font-size: 17px; }
.mm-body { padding: 12px; flex: 1; overflow: auto; }
.mm-body .mapbox { left: auto; width: 1280px; max-width: none; margin: 0 auto; display: block; transition: width .24s cubic-bezier(.2, .72, .2, 1); }
.mm-body .transit-schedule { display: block; }
.mm-body .map-note--overlay { display: none; }

/* Tournament */
.tour {
  position: relative;
  margin-top: 0;
  padding: clamp(96px, 8vw, 124px) 0 96px;
  background:
    linear-gradient(180deg, rgba(229, 248, 250, .98) 0%, rgba(229, 248, 250, .52) 86px, transparent 170px),
    radial-gradient(circle at 90% 10%, rgba(246, 171, 27, .26), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, .72), rgba(221, 249, 250, .68));
}
.tour > .wrap,
.news > .wrap {
  position: relative;
  z-index: 2;
}
.tour > .wrap > .title {
  padding-block: .12em .06em;
  color: var(--blue-deep);
  font-size: clamp(34px, 7vw, 60px);
  line-height: 1.12;
}
.tour > .wrap > .title > .sf26-responsive-content {
  color: var(--blue-deep);
  background: none;
  -webkit-text-fill-color: currentColor;
}
.tour > .wrap > .title > br + span {
  line-height: 1.2;
}
.tour .subsection-title { margin-top: clamp(88px, 8vw, 116px); }
.chipbar { padding: 6px 2px 14px; display: flex; gap: 10px; overflow-x: auto; scrollbar-width: none; }
.sportbar { margin: 24px 0 20px; }
.chipbar .chip {
  min-height: 46px;
  padding: 11px 16px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1.5px solid rgba(25, 85, 166, .48);
  border-radius: var(--radius);
  color: var(--blue);
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 7px 18px rgba(7, 61, 112, .08);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  cursor: pointer;
  transition: border-color .2s, color .2s, background .2s, box-shadow .2s, transform .2s;
}
.chipbar .chip img { width: 19px; height: 19px; flex: 0 0 19px; opacity: 1; }
.chipbar .chip .n {
  min-width: 20px;
  padding: 1px 5px;
  border-radius: 999px;
  color: var(--blue-deep);
  background: rgba(25, 85, 166, .1);
  font-size: 9px;
  text-align: center;
}
.chipbar .chip:hover:not(.on),
.chipbar .chip:focus-visible:not(.on) {
  border-color: var(--blue);
  color: var(--blue-deep);
  background: #e3f6f8;
  box-shadow: 0 10px 24px rgba(7, 61, 112, .14);
  transform: translateY(-2px);
}
.chipbar .chip.on { border-color: var(--red); color: #fff; background: var(--red); box-shadow: 0 10px 24px rgba(181, 31, 43, .2); }
.chipbar .chip.on img { filter: brightness(0) invert(1); }
.chipbar .chip.on .n { color: var(--red-deep); background: #fff; }
.matches-grid { display: grid; grid-template-columns: 1fr; gap: 12px; }
.match {
  overflow: hidden;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 12px 35px rgba(7, 61, 112, .11);
  transition: transform .25s, box-shadow .25s;
}
.match:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.match-head { width: 100%; min-height: 190px; padding: 18px; display: flex; flex-direction: column; align-items: flex-start; border: 0; color: var(--ink); background: linear-gradient(145deg, #fff, #e9f8fa); text-align: left; cursor: pointer; transition: background .25s; }
.match:hover .match-head,
.match-head:hover,
.match-head:focus-visible {
  color: var(--ink);
  background: linear-gradient(145deg, #fff, #dff3f6);
}
.match:hover .mname,
.match-head:hover .mname,
.match-head:focus-visible .mname { color: var(--blue); }
.match:hover .mdate,
.match-head:hover .mdate,
.match-head:focus-visible .mdate { color: var(--red); }
.match:hover .mdate small,
.match:hover .msport,
.match:hover .match-venue,
.match-head:hover .mdate small,
.match-head:hover .msport,
.match-head:hover .match-venue,
.match-head:focus-visible .mdate small,
.match-head:focus-visible .msport,
.match-head:focus-visible .match-venue { color: var(--muted); }
.match-icon { width: 42px; height: 42px; margin-bottom: 14px; display: grid; place-items: center; border-radius: 50%; background: var(--aqua-pale); }
.match-icon img { width: 21px; height: 21px; }
.mdate { color: var(--red); font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.mdate small { margin-left: 5px; color: var(--muted); }
.mname { margin-top: 8px; color: var(--blue); font-size: 16px; font-weight: 700; line-height: 1.35; }
.msport { margin-top: auto; padding-top: 12px; color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.match-venue { margin-top: 4px; color: var(--muted); font-size: 10px; }
.mnone { color: var(--muted); }

/* News and footer */
.news {
  position: relative;
  z-index: 2;
  padding: 78px 0 150px;
  overflow: hidden;
  background: linear-gradient(180deg, #ddf9fa 0%, var(--paper) 14%, #eaf9fb 68%, #d8f3f6 100%);
}
.notice { min-height: 100px; margin: 0 0 24px; padding: 18px 20px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 11px; border-radius: var(--radius); color: #fff; background: linear-gradient(110deg, var(--red), var(--orange)); box-shadow: 0 14px 36px rgba(229, 49, 50, .18); font-size: 16px; font-weight: 600; line-height: 1.55; text-align: center; }
.pin-tag { width: max-content; padding: 5px 9px; border-radius: 3px; color: var(--red); background: var(--yellow); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.ncards { display: grid; grid-template-columns: 1fr; gap: 16px; }
.ncard { overflow: hidden; border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.ncard[role="button"] { cursor: pointer; transition: transform .28s ease, box-shadow .28s ease; }
.ncard[role="button"]:hover { transform: translateY(-5px); box-shadow: 0 22px 55px rgba(7, 61, 112, .18); }
.ncard[role="button"]:focus-visible { outline: 3px solid var(--blue-sky); outline-offset: 4px; }
.ncard .ph { overflow: hidden; aspect-ratio: 16 / 9; }
.ncard .ph img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.ncard:hover .ph img { transform: scale(1.05); }
.ncard .pi { padding: 17px 18px 20px; }
.ncard time { color: var(--pink); font-size: 9px; font-weight: 700; letter-spacing: .15em; }
.ncard h4 { margin: 6px 0; color: var(--blue); font-size: 16px; line-height: 1.35; }
.ncard p { margin: 0; color: var(--muted); font-size: 12px; }
.ncard-more { margin-top: 14px; display: inline-flex; align-items: center; gap: 7px; color: var(--red); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.ncard-more > span { transition: transform .25s; }
.ncard:hover .ncard-more > span { transform: translateX(4px); }
.luxury-footer {
  position: relative;
  z-index: 2;
  margin-top: -210px;
  padding-bottom: 28px;
  overflow: hidden;
  color: rgba(255, 255, 255, .82);
  background: linear-gradient(180deg, transparent 0%, rgba(6, 88, 127, .22) 54px, rgba(7, 84, 119, .76) 126px, #075477 188px, #07466e 254px, #083e72 100%);
}
.ocean-transition {
  position: relative;
  z-index: 1;
  height: clamp(420px, 38vw, 560px);
  margin-top: -92px;
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(180deg, #d8f3f6, #0a6f9f 44%, #075477);
}
.ocean-transition::before {
  position: absolute;
  z-index: 3;
  inset: 0;
  background:
    radial-gradient(ellipse 110% 34% at 50% 0%, #d8f3f6 0%, rgba(216, 243, 246, .86) 36%, transparent 74%),
    linear-gradient(180deg, rgba(216, 243, 246, .98) 0%, rgba(216, 243, 246, .76) 12%, rgba(216, 243, 246, .28) 30%, transparent 48%, transparent 66%, rgba(7, 84, 119, .22) 78%, rgba(7, 84, 119, .72) 94%, #075477 100%),
    linear-gradient(90deg, rgba(15, 187, 238, .12), transparent 40%, rgba(25, 85, 166, .1));
  content: "";
  pointer-events: none;
}
.ocean-transition::after {
  position: absolute;
  z-index: 2;
  inset: 0;
  background: rgba(9, 111, 157, .08);
  mix-blend-mode: color;
  content: "";
  pointer-events: none;
}
.footer-ocean-video {
  position: absolute;
  z-index: 1;
  inset: -8%;
  width: 116%;
  max-width: none !important;
  height: 116%;
  object-fit: cover;
  object-position: center 42%;
  pointer-events: none;
}
.f-mono { position: relative; z-index: 3; padding: 82px var(--pad) 42px; display: flex; flex-direction: column; align-items: center; text-align: center; }
.footer-brand-lockup {
  padding: 12px 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 18px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 14px 38px rgba(0, 33, 63, .24);
  backdrop-filter: blur(8px);
}
.footer-brand-lockup img { width: auto; max-width: none; filter: none; object-fit: contain; }
.footer-brand-novaworld { height: 49px; }
.footer-brand-sports { height: 49px; }
.footer-brand-divider { width: 1px; height: 38px; background: rgba(25, 85, 166, .28); }
.f-mono span { margin-top: 12px; color: rgba(255, 255, 255, .76); font-size: clamp(9px, .85vw, 11px); font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.f-mono .footer-brand-divider { margin-top: 0; }
.fgrid { padding-top: 30px; display: grid; grid-template-columns: 1fr; gap: 25px; border-top: 1px solid rgba(255, 255, 255, .16); }
.fgrid h5 { margin: 0 0 10px; color: var(--yellow); font-size: 13px; text-transform: uppercase; }
.fgrid p, .fgrid a { color: rgba(255, 255, 255, .76); font-size: 12px; }
.fgrid a { margin-bottom: 7px; display: block; text-decoration: none; }
.fgrid a:hover,
.fgrid a:focus-visible { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.footer-contact-list { display: grid; gap: 9px 16px; }
.footer-contact-list a { margin: 0; display: inline-flex; align-items: center; gap: 8px; }
.footer-contact-list img { width: 15px; height: 15px; flex: 0 0 auto; }
.copy { margin-top: 28px; padding-top: 15px; border-top: 1px solid rgba(255, 255, 255, .13); color: rgba(255, 255, 255, .52); font-size: clamp(9px, .75vw, 11px); letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.copy a { color: inherit; text-decoration: none; }
.copy a:hover,
.copy a:focus-visible { color: rgba(255, 255, 255, .78); text-decoration: underline; }

/* Floating actions and modals */
.floats {
  position: fixed;
  z-index: 80;
  right: 14px;
  bottom: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity .25s, transform .25s;
}
.floats.is-visible { opacity: 1; pointer-events: auto; transform: none; }
.fbtn { position: relative; width: 45px; height: 45px; padding: 0; display: grid; place-items: center; border: 0; border-radius: 50%; background: var(--blue); box-shadow: 0 8px 24px rgba(7, 61, 112, .28); cursor: pointer; }
.fbtn img { width: 18px; height: 18px; }
.fbtn-facebook { background: #1877f2; }
.fbtn-facebook-novasports { background: #1558bb; }
.fbtn-facebook::after {
  position: absolute;
  right: -2px;
  bottom: -2px;
  min-width: 15px;
  height: 15px;
  padding: 0 3px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: 999px;
  color: var(--blue);
  background: #fff;
  box-shadow: 0 3px 8px rgba(3, 38, 65, .22);
  content: attr(data-action-short);
  font-size: 6px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.02em;
}
.fbtn-website { background: var(--red); animation: none; }
.fbtn-hotline { background: #11945b; }
.fbtn-contact::before {
  position: absolute;
  top: 50%;
  right: calc(100% + 9px);
  width: max-content;
  max-width: 220px;
  padding: 6px 9px;
  border-radius: 7px;
  color: #fff;
  background: rgba(3, 38, 65, .92);
  box-shadow: 0 8px 22px rgba(3, 38, 65, .22);
  content: attr(data-action-label);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  opacity: 0;
  pointer-events: none;
  transform: translate(6px, -50%);
  transition: opacity .2s, transform .2s;
}
.fbtn-contact:hover::before,
.fbtn-contact:focus-visible::before { opacity: 1; transform: translate(0, -50%); }
#toTop { opacity: 0; pointer-events: none; transition: opacity .25s; }
#toTop.show { opacity: 1; pointer-events: auto; }
.popup-bg, .event-modal-bg {
  position: fixed !important;
  z-index: 110;
  inset: 0;
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(4, 40, 69, .72);
  opacity: 0;
  pointer-events: none;
  backdrop-filter: blur(5px);
  transition: opacity .3s;
}
.popup-bg.show, .event-modal-bg.show { opacity: 1; pointer-events: auto; }
.popup {
  position: relative;
  width: min(720px, 100%);
  max-height: calc(100svh - 36px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: transparent;
}
.popup-art {
  width: auto;
  max-width: 100%;
  max-height: calc(100svh - 104px);
  display: block;
  border-radius: var(--radius);
  object-fit: contain;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .35);
}
.popup-detail-cta {
  min-width: 190px;
  margin-top: 12px;
  border: 1px solid rgba(255, 233, 157, .72);
  box-shadow: 0 16px 38px rgba(65, 0, 4, .34);
}
.popup-detail-cta span { font-size: 16px; line-height: 1; }
.popup .x, .event-modal-close {
  position: absolute;
  z-index: 3;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  padding: 0;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: rgba(4, 40, 69, .75);
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  appearance: none;
  cursor: pointer;
}
.event-modal { position: relative; width: min(620px, 100%); max-height: calc(100svh - 36px); padding: 27px; overflow: auto; border-radius: var(--radius); background: #fff; box-shadow: 0 30px 90px rgba(0, 0, 0, .3); }
.event-modal.has-event-extra { width: min(900px, 100%); }
.event-modal-icon { width: 54px; height: 54px; margin-bottom: 18px; display: grid; place-items: center; border-radius: 50%; background: var(--aqua-pale); }
.event-modal-icon img { width: 28px; height: 28px; }
.event-modal-sport { color: var(--red); font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.event-modal h3 { margin: 6px 40px 12px 0; color: var(--blue); font-size: 23px; line-height: 1.25; }
.event-modal-meta { display: flex; flex-wrap: wrap; gap: 8px 16px; color: var(--muted); font-size: 11px; }
.event-modal-body { margin: 16px 0 18px; color: var(--muted); }
.event-modal-body > p { margin: 0; }
.event-modal-program {
  margin-bottom: 10px;
  padding: 12px 14px;
  border-left: 3px solid var(--red);
  border-radius: 0 10px 10px 0;
  background: rgba(237, 49, 56, .06);
}
.event-modal-program b,
.event-modal-facts dt {
  color: var(--red);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.event-modal-program ul { margin: 7px 0 0; padding-left: 18px; }
.event-modal-program li { margin-top: 4px; color: var(--blue); font-size: 12px; line-height: 1.45; }
.event-modal-facts {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.event-modal-facts > div {
  min-width: 0;
  padding: 11px 12px;
  border: 1px solid rgba(25, 85, 166, .12);
  border-radius: 10px;
  background: var(--aqua-pale);
}
.event-modal-facts > .is-wide { grid-column: 1 / -1; }
.event-modal-facts dt,
.event-modal-facts dd { margin: 0; }
.event-modal-facts dd { margin-top: 5px; color: var(--blue); font-size: 12px; font-weight: 650; line-height: 1.45; }
.event-modal-extra {
  margin: 18px 0;
  display: grid;
  grid-template-columns: minmax(190px, 240px) minmax(0, 1fr);
  gap: 16px;
  align-items: stretch;
}
.event-modal-extra[hidden] { display: none; }
.event-modal-poster {
  position: relative;
  min-height: 320px;
  padding: 0;
  overflow: hidden;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  border: 1px solid rgba(255, 215, 116, .7);
  border-radius: 14px;
  color: #fff;
  background: #720007;
  box-shadow: 0 14px 34px rgba(83, 0, 7, .2);
  text-align: left;
  cursor: zoom-in;
}
.event-modal-poster:hover,
.event-modal-poster:focus-visible {
  outline: 3px solid rgba(237, 49, 56, .28);
  outline-offset: 2px;
  transform: translateY(-2px);
}
.event-modal-poster img {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: block;
  object-fit: contain;
  object-position: center top;
}
.event-modal-poster > span {
  padding: 11px 12px 12px;
  display: block;
  background: linear-gradient(135deg, #9f0009, #d71d22);
}
.event-modal-poster b,
.event-modal-poster small { display: block; }
.event-modal-poster b { font-size: 12px; line-height: 1.35; }
.event-modal-poster small { margin-top: 3px; color: rgba(255, 255, 255, .75); font-size: 9px; line-height: 1.35; }
.event-modal-contacts {
  padding: 16px;
  border: 1px solid rgba(25, 85, 166, .12);
  border-radius: 14px;
  background:
    radial-gradient(circle at 100% 0, rgba(255, 222, 89, .22), transparent 32%),
    var(--aqua-pale);
}
.event-modal-contacts h4 {
  margin: 0;
  color: var(--blue);
  font-size: 17px;
  line-height: 1.2;
}
.event-modal-contacts > p { margin: 4px 0 12px; color: var(--muted); font-size: 10px; }
.event-modal-contact-list { display: grid; gap: 8px; }
.event-modal-contact-group {
  padding: 10px 11px;
  border: 1px solid rgba(25, 85, 166, .11);
  border-radius: 10px;
  background: rgba(255, 255, 255, .82);
}
.event-modal-contact-group h5 {
  margin: 0 0 6px;
  color: var(--red);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.35;
  text-transform: uppercase;
}
.event-modal-contact-group > div {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 6px;
}
.event-modal-contact-group a {
  min-width: 0;
  padding: 7px 9px;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 3px 10px;
  border-radius: 8px;
  color: var(--blue);
  background: rgba(25, 85, 166, .06);
  text-decoration: none;
}
.event-modal-contact-group a:hover,
.event-modal-contact-group a:focus-visible { color: #fff; background: var(--blue); outline: 0; }
.event-modal-contact-group span { font-size: 10px; }
.event-modal-contact-group strong { font-size: 11px; white-space: nowrap; }
.place-gallery-bg {
  position: fixed !important;
  z-index: 130;
  inset: 0;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(1, 13, 25, .94);
  opacity: 0;
  pointer-events: none;
  backdrop-filter: blur(12px);
  transition: opacity .3s;
}
.place-gallery-bg.show { opacity: 1; pointer-events: auto; }
.place-gallery {
  position: relative;
  width: min(1600px, calc(100vw - 24px));
  height: min(960px, calc(100svh - 24px));
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 18px;
  background: #020f1d;
  box-shadow: 0 38px 130px rgba(0, 0, 0, .58);
}
.place-gallery-close {
  position: absolute;
  z-index: 9;
  top: 16px;
  right: 16px;
  width: 46px;
  height: 46px;
  padding: 0;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .52);
  border-radius: 50%;
  color: #fff;
  background: rgba(2, 15, 29, .74);
  box-shadow: 0 8px 24px rgba(0, 0, 0, .25);
  backdrop-filter: blur(10px);
  font-family: Arial, sans-serif;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}
.place-gallery-close:hover,
.place-gallery-close:focus-visible { background: var(--pink); outline: 3px solid rgba(255, 255, 255, .38); outline-offset: 2px; }
.place-gallery-stage {
  position: relative;
  min-height: 0;
  flex: 1 1 auto;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 45%, rgba(25, 85, 166, .17), transparent 58%),
    #020b14;
}
.place-gallery-viewport {
  position: absolute;
  z-index: 1;
  inset: 0;
  overflow: hidden;
  cursor: zoom-in;
  outline: 0;
  touch-action: none;
  user-select: none;
}
.place-gallery-viewport.is-zoomed { cursor: grab; }
.place-gallery-viewport.is-zoomed:active { cursor: grabbing; }
.place-gallery-viewport:focus-visible { box-shadow: inset 0 0 0 3px rgba(255, 255, 255, .72); }
.place-gallery-viewport > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  transform-origin: center;
  will-change: transform;
  transition: transform .18s ease-out;
  -webkit-user-drag: none;
}
.place-gallery-viewport.is-zoomed > img { transition: none; }
.place-gallery-heading {
  position: absolute;
  z-index: 5;
  top: 16px;
  left: 16px;
  max-width: min(620px, calc(100% - 96px));
  padding: 10px 16px 11px 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 14px;
  color: #fff;
  background: rgba(2, 15, 29, .7);
  box-shadow: 0 10px 34px rgba(0, 0, 0, .22);
  backdrop-filter: blur(12px);
}
.place-gallery-logo {
  width: 72px;
  height: 48px;
  flex: 0 0 auto;
  padding: 5px 7px;
  display: block;
  border-radius: 8px;
  background: rgba(255, 255, 255, .94);
  object-fit: contain;
}
.place-gallery-logo[hidden] { display: none; }
.place-gallery-category {
  display: block;
  color: #8de7f0;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .14em;
  line-height: 1.2;
  text-transform: uppercase;
}
.place-gallery-heading h3 {
  margin: 3px 0 0;
  color: #fff;
  font-size: clamp(17px, 2vw, 26px);
  letter-spacing: -.025em;
  line-height: 1.1;
}
.place-gallery-arrow {
  position: absolute;
  z-index: 5;
  top: 50%;
  width: 52px;
  height: 52px;
  padding: 0;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 50%;
  color: #fff;
  background: rgba(3, 38, 65, .68);
  box-shadow: 0 10px 28px rgba(0, 24, 48, .24);
  font-size: 0;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
}
.place-gallery-arrow:hover,
.place-gallery-arrow:focus-visible { background: var(--blue); outline: 3px solid rgba(255, 255, 255, .45); outline-offset: 2px; }
.place-gallery-arrow--prev { left: 18px; }
.place-gallery-arrow--next { right: 18px; }
.place-gallery-arrow[hidden] { display: none; }
.place-gallery-count {
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  color: #fff;
  background: rgba(3, 38, 65, .72);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  transform: translateX(-50%);
}
.place-gallery-zoom {
  position: absolute;
  z-index: 6;
  right: 16px;
  bottom: 16px;
  padding: 5px;
  display: flex;
  align-items: center;
  gap: 3px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  background: rgba(2, 15, 29, .74);
  box-shadow: 0 9px 30px rgba(0, 0, 0, .25);
  backdrop-filter: blur(10px);
}
.place-gallery-zoom button {
  width: 36px;
  height: 36px;
  padding: 0;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: transparent;
  font-size: 19px;
  line-height: 1;
  cursor: pointer;
}
.place-gallery-zoom button:hover,
.place-gallery-zoom button:focus-visible { background: var(--blue); outline: 2px solid rgba(255, 255, 255, .52); }
.place-gallery-zoom button:disabled { opacity: .35; cursor: default; }
.place-gallery-zoom output {
  min-width: 54px;
  color: #fff;
  font-size: 10px;
  font-weight: 750;
  text-align: center;
  letter-spacing: .06em;
}
.place-gallery-dock {
  position: relative;
  z-index: 7;
  min-height: 104px;
  padding: 12px 14px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  border-top: 1px solid rgba(255, 255, 255, .14);
  background: rgba(3, 23, 40, .98);
}
.place-gallery-thumbs {
  min-width: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: thin;
}
.place-gallery-thumbs button {
  position: relative;
  width: 112px;
  flex: 0 0 112px;
  padding: 0;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 8px;
  background: #dff5f8;
  aspect-ratio: 16 / 9;
  cursor: pointer;
  opacity: .56;
  transition: opacity .2s, border-color .2s, transform .2s;
}
.place-gallery-thumbs button.on {
  border-color: #fff;
  box-shadow: 0 0 0 2px var(--pink);
  opacity: 1;
  transform: translateY(-2px);
}
.place-gallery-thumbs img { width: 100%; height: 100%; display: block; object-fit: cover; }
.place-gallery-map {
  min-width: 218px;
  white-space: nowrap;
}
.place-gallery-map .icon { width: 18px; height: 18px; }
.news-modal-bg {
  position: fixed !important;
  z-index: 125;
  inset: 0;
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(3, 38, 65, .78);
  opacity: 0;
  pointer-events: none;
  backdrop-filter: blur(8px);
  transition: opacity .3s;
}
.news-modal-bg.show { opacity: 1; pointer-events: auto; }
.news-modal {
  position: relative;
  width: min(980px, 100%);
  max-height: calc(100svh - 36px);
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 32px 100px rgba(0, 0, 0, .34);
}
.news-modal-close {
  position: absolute;
  z-index: 4;
  top: 12px;
  right: 12px;
  width: 38px;
  height: 38px;
  padding: 0;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 50%;
  color: #fff;
  background: rgba(3, 38, 65, .72);
  font-family: Arial, sans-serif;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}
.news-modal-visual { min-height: 460px; overflow: hidden; background: #dff5f8; }
.news-modal-visual img { width: 100%; height: 100%; object-fit: cover; }
.news-modal-copy { padding: 42px 38px 34px; overflow: auto; }
.news-modal-copy time { color: var(--pink); font-size: 10px; font-weight: 700; letter-spacing: .15em; }
.news-modal-copy h3 { margin: 9px 42px 18px 0; color: var(--blue); font-size: clamp(25px, 3vw, 38px); letter-spacing: -.035em; line-height: 1.08; }
.news-modal-body { color: var(--muted); font-size: 13px; line-height: 1.75; }
.news-modal-body p { margin: 0 0 13px; }
.news-modal-copy .btn { margin-top: 10px; }

/* Keep drawn icons optically centered inside every circular control. */
:is(
  .lang button,
  .mobile-menu-close,
  .arrow,
  .fbtn,
  .popup .x,
  .event-modal-close,
  .place-gallery-close,
  .place-gallery-arrow,
  .mm-close,
  .news-modal-close
) {
  box-sizing: border-box;
  align-items: center;
  justify-items: center;
  line-height: 1;
  text-align: center;
}
:is(.fbtn, .map-thumb .mt-ic, .event-modal-icon, .match-icon) {
  position: relative;
}
:is(.fbtn, .map-thumb .mt-ic, .event-modal-icon, .match-icon) img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  object-position: center;
  transform: translate(-50%, -50%);
}
.tab > .icon { display: block; object-position: center; }
:is(
  .mobile-menu-close,
  .popup .x,
  .event-modal-close,
  .place-gallery-close,
  .mm-close,
  .news-modal-close
) { font-size: 0; }
.mobile-menu-close,
.mm-close { position: relative; }
:is(
  .mobile-menu-close,
  .popup .x,
  .event-modal-close,
  .place-gallery-close,
  .mm-close,
  .news-modal-close
)::before,
:is(
  .mobile-menu-close,
  .popup .x,
  .event-modal-close,
  .place-gallery-close,
  .mm-close,
  .news-modal-close
)::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
}
:is(
  .mobile-menu-close,
  .popup .x,
  .event-modal-close,
  .place-gallery-close,
  .mm-close,
  .news-modal-close
)::before {
  width: 18px;
  height: 18px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-linecap='round' stroke-width='2.4'%3E%3Cpath d='M18 6 6 18M6 6l12 12'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-linecap='round' stroke-width='2.4'%3E%3Cpath d='M18 6 6 18M6 6l12 12'/%3E%3C/svg%3E") center / contain no-repeat;
  transform: translate(-50%, -50%);
}
:is(
  .mobile-menu-close,
  .popup .x,
  .event-modal-close,
  .place-gallery-close,
  .mm-close,
  .news-modal-close
)::after { display: none; }

/* Review-only Layout ID Debugger */
.layout-debug-toggle {
  position: fixed;
  z-index: 1001;
  left: 14px;
  bottom: 16px;
  min-height: 42px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(255, 255, 255, .6);
  border-radius: 999px;
  color: #fff;
  background: rgba(25, 85, 166, .94);
  box-shadow: 0 8px 24px rgba(7, 61, 112, .3);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
}
.layout-debug-toggle > span:first-child { display: grid; place-items: center; color: var(--yellow); font-size: 19px; line-height: 1; }
.layout-debug-toggle.is-active { color: var(--blue); background: var(--yellow); }
.layout-debug-toggle.is-active > span:first-child { color: var(--blue); }
.layout-debug-overlay { position: absolute; z-index: 1000; top: 0; left: 0; width: 100%; height: 0; overflow: hidden; pointer-events: none; }
.layout-debug-label {
  position: absolute;
  min-height: 22px;
  padding: 3px 7px;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #fff;
  background: #1261a6;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .35);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 10px;
  font-weight: 700;
  white-space: nowrap;
  cursor: copy;
  pointer-events: auto;
}
.layout-debug-label.is-copied { background: var(--green); }
.layout-debug-target { outline: 2px dashed rgba(18, 97, 166, .78) !important; outline-offset: -2px; }
.layout-debug-active .fx { opacity: 1 !important; transform: none !important; transition: none !important; }

/* Motion */
@keyframes website-pulse {
  0%, 84%, 100% { transform: translateX(0) rotate(0); }
  87% { transform: translateX(-3px) rotate(-4deg); }
  90% { transform: translateX(3px) rotate(4deg); }
  93% { transform: translateX(-2px) rotate(-3deg); }
  96% { transform: translateX(2px) rotate(3deg); }
}
@keyframes scene-scroll {
  0% { transform: translateX(-100%); }
  50% { transform: translateX(70%); }
  100% { transform: translateX(210%); }
}
@keyframes project-cinematic-drift {
  0% { transform: translate3d(-1.2%, -.7%, 0) scale(1.025); }
  48% { transform: translate3d(.5%, .35%, 0) scale(1.065); }
  100% { transform: translate3d(1.2%, -.2%, 0) scale(1.095); }
}
@keyframes journey-cinematic-drift {
  0% { transform: translate3d(-1.1%, -.5%, 0) scale(1.02); }
  52% { transform: translate3d(.6%, .4%, 0) scale(1.055); }
  100% { transform: translate3d(1.15%, -.2%, 0) scale(1.075); }
}
@keyframes journey-tab-cue {
  0%, 100% { transform: translate(50%, 0); }
  50% { transform: translate(50%, 5px); }
}
@keyframes journey-results-in {
  from { opacity: .2; transform: translateY(16px); }
  to { opacity: 1; transform: none; }
}
@keyframes tournament-route-impact {
  0%, 100% { opacity: .78; }
  34% { opacity: 1; }
  58% { opacity: .9; }
}
@keyframes tournament-event-highlight {
  0%, 58%, 100% {
    border-color: rgba(255, 238, 0, .34);
    box-shadow: inset 0 0 7px rgba(255, 238, 0, .12), 0 0 3px rgba(255, 238, 0, .28);
    opacity: .2;
  }
  22% {
    border-color: rgba(255, 248, 123, .98);
    box-shadow: inset 0 0 18px rgba(255, 238, 0, .3), 0 0 12px rgba(255, 238, 0, .95);
    opacity: .92;
  }
}
@keyframes map-hotspot-core {
  0%, 100% { opacity: .48; transform: scale(.86); }
  50% { opacity: 1; transform: scale(1.08); }
}
@keyframes map-hotspot-ring {
  0% { opacity: 0; transform: scale(.55); }
  20% { opacity: .78; }
  72%, 100% { opacity: 0; transform: scale(1.36); }
}
@keyframes transit-schedule-in {
  from { filter: saturate(.72); opacity: 0; transform: translateY(28px) scale(1.015); }
  to { filter: none; opacity: 1; transform: none; }
}
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes content-rise {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: none; }
}
.story-scene .scene-date,
.story-scene .scene-kicker,
.story-scene .scene-title,
.story-scene .scene-body,
.story-scene .scene-stats,
.story-scene .scene-cta {
  opacity: 1;
  transform: none;
  transition: none;
}
.story-scene.scene-in .scene-date,
.story-scene.scene-in .scene-kicker,
.story-scene.scene-in .scene-title,
.story-scene.scene-in .scene-body,
.story-scene.scene-in .scene-stats,
.story-scene.scene-in .scene-cta { opacity: 1; transform: none; transition-delay: 0s; }
.fx { opacity: 1; transform: none; }
.fx.in { animation: none; }
.fx.d1,
.fx.d2,
.fx.d3 { animation-delay: 0s; }

@media (min-width: 720px) {
  :root { --pad: 30px; }
  .nav { height: 76px; gap: 12px; }
  .brand { gap: 9px; }
  .brand-novaworld { height: 41px; }
  .brand-sports { height: 46px; }
  .brand-divider { height: 30px; }
  .mobile-menu { top: 76px; }
  .hero-inner { padding-bottom: 92px; flex-direction: row; align-items: flex-end; justify-content: space-between; gap: 30px; }
  .count-wrap { width: 48%; }
  .scene-stats { grid-template-columns: repeat(4, 1fr); }
  .scene-stats--festival { grid-template-columns: repeat(4, 1fr); }
  .place { flex-basis: calc(50% - 7px); }
  .matches-grid { grid-template-columns: repeat(2, 1fr); }
  .ncards { grid-template-columns: repeat(2, 1fr); }
  .notice { align-items: center; justify-content: center; }
  .journey-browser-head {
    max-width: none;
    margin-bottom: 22px;
    display: grid;
    grid-template-columns: minmax(390px, .9fr) minmax(330px, 1.1fr);
    column-gap: 42px;
    align-items: end;
  }
  .journey-browser-head .eyebrow,
  .journey-browser-head h3 { grid-column: 1; }
  .journey-browser-head h3 { margin-bottom: 0; }
  .journey-browser-head p { grid-column: 2; grid-row: 1 / span 2; align-self: end; }
  .fgrid { grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 48px; }
  .footer-contact-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .popup { display: flex; }
}

@media (min-width: 783px) {
  .journey-intro-layout {
    grid-template-columns: 1fr;
  }
  .journey-intro-copy {
    position: relative;
    isolation: isolate;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
  .journey-intro-copy::before {
    display: none;
  }
  .journey-kicker {
    text-shadow: none;
  }
  .journey-overline {
    text-shadow: none;
  }
  .journey-intro-copy h2 {
    text-shadow: none;
  }
  .journey-intro-copy strong {
    text-shadow: none;
  }
  .journey-intro-copy > p:not(.journey-overline) {
    text-shadow: none;
  }
  .sf26-luxury .journey-content {
    margin-top: 0;
    padding-top: 0;
    border-radius: 0;
  }
}

@media (min-width: 1000px) {
  .mobile-menu,
  .mobile-menu-backdrop { display: none; }
  #site-header:not(.solid) {
    background: transparent;
    box-shadow: none;
  }
  #site-header:not(.solid) .brand-divider { background: rgba(7, 61, 112, .28); }
  .burger { display: none; }
  .nav { gap: 24px; }
  .mlink { position: relative; min-height: 44px; display: inline-flex; align-items: center; color: #fff; font-size: 11px; font-weight: 500; text-decoration: none; }
  #site-header.solid .mlink { color: var(--blue); }
  .mlink::after { position: absolute; right: 50%; bottom: -7px; left: 50%; height: 2px; background: var(--rainbow); content: ""; transition: right .25s, left .25s; }
  .mlink:hover::after { right: 0; left: 0; }
  .scene-project::before {
    background:
      linear-gradient(
        180deg,
        #0052a4 0%,
        rgba(0, 82, 164, .68) 5%,
        rgba(0, 82, 164, .12) 17%,
        rgba(0, 82, 164, .04) 55%,
        rgba(0, 82, 164, .12) 76%,
        rgba(0, 82, 164, .08) 100%
      ),
      linear-gradient(90deg, rgba(0, 60, 130, .08), transparent 55%);
  }
  .scene-project .scene-bg--project {
    left: 50%;
    width: 120%;
    transform: translateX(-50%);
  }
  .scene-project .scene-stage {
    min-height: 100svh;
    padding-top: clamp(100px, 12vh, 120px);
    padding-bottom: clamp(48px, 6vh, 64px);
    align-items: center;
    justify-content: flex-start;
  }
  .scene-project .scene-copy--project {
    width: min(820px, 70vw);
    margin: 0 auto;
  }
  .scene-project .scene-kicker { font-size: 9px; }
  .scene-project .scene-title { margin-block: 8px 12px; }
  .scene-project .scene-title-script { font-size: clamp(44px, 4.5vw, 60px); }
  .scene-project .scene-title strong { font-size: clamp(36px, 4vw, 54px); }
  .scene-project .scene-body {
    max-width: 820px;
    font-size: clamp(12px, .95vw, 14px);
    line-height: 1.55;
  }
  .scene-project .scene-stats {
    width: min(860px, 72vw);
    margin-top: 14px;
  }
  .scene-project .scene-stats .stat { padding: 9px 10px; }
  .scene-project .scene-stats .stat > b { font-size: clamp(24px, 2.4vw, 32px); }
  .scene-project .scene-stats .stat > span { font-size: 8px; }
  .scene-project .scene-cta { margin-top: 12px; }
  .journey-intro::before {
    background: linear-gradient(90deg, rgba(3, 45, 77, .32) 0%, rgba(3, 45, 77, .14) 42%, rgba(3, 45, 77, .04) 72%, transparent 100%);
  }
  .journey-intro-bg { object-position: center top; }
  .journey-intro-layout {
    padding-top: clamp(132px, 16vh, 158px);
    align-content: start;
  }
  .journey-intro-copy { max-width: 540px; }
  .journey-kicker {
    margin-bottom: 10px;
    font-size: clamp(34px, 3.6vw, 46px);
  }
  .journey-intro-copy h2 { font-size: clamp(34px, 2.8vw, 42px); }
  .journey-intro-copy strong {
    margin-top: 8px;
    font-size: clamp(19px, 2.1vw, 28px);
  }
  .journey-intro-copy > p:not(.journey-overline) {
    margin-top: 16px;
    font-size: 13.5px;
    line-height: 1.6;
  }
  .journey-guide { margin-top: 14px; }
  .scene-festival .scene-stage { padding-top: 11vh; }
  .scene-festival .scene-stats { margin-top: auto; }
  .jbody { grid-template-columns: 230px 1fr; gap: 24px; align-items: start; }
  .catdrop { display: none; }
  .sidecats { position: sticky; top: 96px; display: flex; flex-direction: column; overflow: hidden; border-radius: var(--radius); background: rgba(255, 255, 255, .88); box-shadow: var(--shadow); }
  .sidecats button { padding: 15px 17px; }
  .place { flex-basis: calc(50% - 7px); }
  .map-thumb { display: none; }
  .mapbox { display: block; }
  .mapbox--utility .map-note--overlay {
    right: auto;
    bottom: clamp(16px, 2vw, 30px);
    left: clamp(20px, 3vw, 48px);
    max-width: 310px;
    padding: 8px 11px;
    border-radius: 12px;
    font-size: 9px;
    line-height: 1.45;
  }
  .transit-schedule {
    position: relative;
    left: 50%;
    width: 100vw;
    margin: 0 0 0 -50vw;
    display: block;
    border-radius: 0;
    box-shadow: none;
  }
  .tour {
    background:
      linear-gradient(180deg, #31b8c9 0%, rgba(49, 184, 201, .58) 52px, rgba(221, 249, 250, 0) 170px),
      radial-gradient(circle at 90% 10%, rgba(246, 171, 27, .26), transparent 28%),
      linear-gradient(145deg, rgba(255, 255, 255, .72), rgba(221, 249, 250, .68));
  }
  .sportbar { flex-wrap: wrap; overflow-x: visible; }
  .matches-grid { grid-template-columns: repeat(3, 1fr); }
  .ncards { grid-template-columns: repeat(3, 1fr); }
  .mapbox .map-base { min-height: 480px; }
}

@media (max-width: 782px) {
  .sf26-content-desktop { display: none !important; }
  .sf26-content-mobile { display: inline !important; }
  .scene-cta { font-size: 10px; }
  .coastal-flow,
  .event-flow {
    overflow: clip;
  }
  .hero-poster {
    object-position: 60% center;
    transform-origin: 60% 50%;
    animation-duration: 16s;
  }
  body.admin-bar #site-header { top: 46px; }
  .nav { gap: 6px; }
  .brand { gap: 5px; }
  .brand-novaworld { height: 24px; }
  .brand-sports { height: 29px; }
  .brand-divider { height: 22px; }
  .lang { width: 40px; height: 40px; flex-basis: 40px; }
  .lang button,
  .lang a { font-size: 8px; }
  .burger { font-size: 21px; }
  .hero-inner { padding-bottom: 66px; }
  .hero-cta { width: 100%; display: grid; grid-template-columns: 1fr; }
  .hero-cta .btn { width: 100%; }
  .scene-scroll { display: none; }
  .scene-project {
    min-height: 135svh;
    background: #0052a4;
  }
  .scene-project::before {
    background:
      linear-gradient(
        180deg,
        #0052a4 0%,
        rgba(0, 82, 164, .68) 6%,
        rgba(0, 72, 145, .08) 18%,
        rgba(0, 82, 164, .24) 40%,
        rgba(0, 82, 164, .7) 67%,
        #0052a4 86%,
        #0052a4 100%
      ),
      linear-gradient(90deg, rgba(0, 42, 92, .18), transparent 72%);
  }
  .scene-project::after {
    display: none;
  }
  .fabric-transition {
    height: 118px;
  }
  .fabric-transition--arrival-wave {
    margin-top: -59px;
    margin-bottom: -59px;
  }
  .fabric-transition--release {
    margin-top: -26px;
    margin-bottom: -92px;
  }
  .fabric-transition svg {
    width: calc(100% + 46px);
  }
  .fabric-transition__arrival-image {
    width: calc(100% + 46px);
    -webkit-mask-image: linear-gradient(180deg, #000 0, #000 calc(100% - 22px), transparent 100%);
    mask-image: linear-gradient(180deg, #000 0, #000 calc(100% - 22px), transparent 100%);
  }
  .fabric-transition__fold--dark { stroke-width: 18; }
  .fabric-transition__fold--light { stroke-width: 12; }
  .scene-project .scene-atmosphere {
    display: none;
  }
  .scene-project .scene-atmosphere::before,
  .scene-project .scene-atmosphere::after {
    display: none;
  }
  .scene-bg--project {
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 74% top;
    transform: none;
    will-change: auto;
  }
  .scene-project .scene-stage {
    min-height: 135svh;
    padding-top: clamp(92px, 12svh, 112px);
    padding-bottom: 72px;
    display: grid;
    grid-template-rows: auto minmax(300px, 1fr) auto auto;
    align-items: stretch;
  }
  .scene-copy--project {
    grid-row: 1;
    width: 100%;
    margin: 0 auto;
  }
  .scene-project .scene-title {
    max-width: 100%;
    margin-block: 12px 17px;
  }
  .scene-project .scene-title-script {
    font-size: clamp(47px, 14vw, 62px);
    line-height: .72;
  }
  .scene-project .scene-title strong {
    font-size: clamp(31px, 9.3vw, 40px);
    letter-spacing: 0;
  }
  .scene-project .scene-body {
    max-width: 520px;
    font-size: 12px;
    line-height: 1.68;
  }
  .scene-project .scene-stats {
    grid-row: 3;
    margin-top: 0;
    grid-template-columns: repeat(2, 1fr);
  }
  .scene-project .scene-stats .stat {
    padding: 11px 8px;
  }
  .scene-project .scene-stats .stat > b {
    font-size: 22px;
  }
  .scene-project .scene-cta {
    grid-row: 4;
    margin-top: 18px;
    font-size: 10px;
  }
  .sf26-luxury .scene-athlete--volleyball { display: none; }
  .sf26-luxury .scene-athlete--runner {
    display: none;
  }
  .scene-festival.scene-in .scene-athlete--runner { opacity: 0; }
  .scene-festival .scene-atmosphere,
  .journey-orbit,
  .coastal-flow::before,
  .coastal-flow::after,
  .motion-marquee {
    display: none;
  }
  .event-flow {
    background:
      radial-gradient(circle at 86% 30%, rgba(255, 255, 255, .22), transparent 24%),
      linear-gradient(180deg, #1085b7 0%, #48b9da 29%, #a9e3ef 58%, #def5f8 82%, #e8f9fa 100%);
  }
  .scene-festival {
    min-height: 110svh;
    margin-top: -2px;
  }
  .scene-festival::before {
    background: linear-gradient(180deg, rgba(96, 0, 9, .12), transparent 28%, transparent 76%, rgba(96, 0, 9, .58));
  }
  .scene-festival .scene-stage {
    padding-block: 76px 94px;
  }
  .festival-authorities {
    width: min(340px, 94vw);
    margin-bottom: 24px;
  }
  .scene-festival .festival-official-title {
    font-size: clamp(49px, 15vw, 70px);
    line-height: .82;
    text-shadow: 0 3px 0 #6f0008, 0 7px 0 rgba(111, 0, 8, .45), 0 14px 26px rgba(76, 0, 7, .38);
  }
  .festival-official-date {
    margin-top: 25px;
    font-size: clamp(20px, 6.4vw, 29px);
  }
  .festival-official-location {
    max-width: none;
    margin-inline: auto;
    font-size: clamp(7.5px, 2.15vw, 8.4px);
    letter-spacing: -.02em;
    line-height: 1.35;
    white-space: nowrap;
  }
  .festival-organizers {
    width: min(340px, 92vw);
    margin-top: 22px;
  }
  .sponsors {
    margin-top: -2px;
    padding-bottom: 54px;
    background: transparent;
  }
  .motion-marquee { margin-bottom: 38px; border-block: 0; }
  .sponsors-title {
    margin-top: 12px;
    padding-block: .16em .08em;
    font-size: clamp(27px, 9vw, 36px);
    line-height: 1.2;
  }
  .sponsor-frame { width: 100%; margin-top: 26px; padding: 0; overflow: visible; }
  .sponsor-scroll { display: none; }
  .sponsor-mobile-table {
    display: grid;
    gap: 12px;
  }
  .sponsor-tier {
    min-width: 0;
    padding: 16px 14px 18px;
    display: grid;
    place-items: center;
    gap: 14px;
    border: 1px solid rgba(255, 241, 189, .54);
    border-radius: 14px;
    background: transparent;
  }
  .sponsor-tier h3 {
    margin: 0;
    color: #ffe697;
    font-family: "Averta", var(--sans);
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .13em;
    line-height: 1.25;
    text-align: center;
    text-transform: uppercase;
  }
  .sponsor-tier > img {
    width: auto;
    max-width: 100%;
    height: auto;
    object-fit: contain;
  }
  .sponsor-tier--main > img { width: min(220px, 78%); }
  .sponsor-tier--platinum > img { width: min(276px, 92%); }
  .sponsor-tier--gold > img { width: min(242px, 82%); }
  .sponsor-tier--silver > img { width: min(104px, 40%); }
  .sponsor-tier--bronze > img { width: min(242px, 82%); }
  .sponsor-tier--media > img { width: min(62px, 25%); }
  .sponsor-tier--media-partner > img { width: min(72px, 29%); }
  .sponsor-tier-grid {
    width: 100%;
    display: grid;
    align-items: center;
    gap: 18px 12px;
  }
  .sponsor-tier-grid--diamond { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sponsor-tier-grid img {
    width: min(132px, 100%);
    height: 58px;
    justify-self: center;
    object-fit: contain;
  }
  .layout-debug-toggle {
    left: 8px;
    bottom: 8px;
    width: 44px;
    min-height: 44px;
    padding: 0;
    justify-content: center;
  }
  .layout-debug-toggle > span:last-child { display: none; }
  .journey { padding-bottom: 80px; }
  .journey-intro {
    min-height: max(920px, 115svh);
  }
  .journey-intro::before {
    background: rgba(3, 42, 74, .18);
  }
  .journey-intro-bg {
    inset: 0;
    width: 100%;
    height: 100%;
    object-position: center top;
  }
  .journey-intro-layout {
    min-height: max(920px, 115svh);
    padding-top: clamp(88px, 12svh, 112px);
    padding-bottom: 0;
    grid-template-columns: 1fr;
    align-content: start;
    gap: 0;
  }
  .journey-intro-copy {
    max-width: 520px;
    padding: 14px 17px;
    border-left-width: 3px;
    border-radius: 0 16px 16px 0;
    transform: none;
  }
  .journey-kicker { margin-bottom: 9px; font-size: clamp(27px, 8.4vw, 35px); }
  .journey-intro-copy h2 { font-size: clamp(27px, 7.8vw, 32px); }
  .journey-intro-copy strong { font-size: clamp(17px, 5vw, 24px); }
  .journey-intro-copy > p:not(.journey-overline) { margin-top: 16px; font-size: 12.5px; line-height: 1.65; }
  .journey-guide {
    margin-top: 15px;
    padding: 9px 12px;
  }
  .journey-guide > span:nth-child(2) { font-size: 9px; }
  .journey-bubbles {
    width: 100%;
    margin-left: 0;
    padding: 72px var(--pad) 42px;
    justify-content: center;
  }
  .tab {
    width: clamp(112px, 31vw, 132px);
    height: clamp(112px, 31vw, 132px);
    padding: 15px;
    font-size: clamp(16px, 5.5vw, 22px);
    gap: 5px;
  }
  .tab + .tab { margin-left: -17px; }
  .tab small { font-size: 6.5px; }
  .sf26-luxury .journey-content {
    margin-top: 0;
    padding-top: 0;
    border-radius: 0;
  }
  .journey-browser-head { display: none; }
  .jbody { gap: 8px; }
  .catdrop-btn { min-height: 40px; padding-block: 9px; }
  #journey-map-trigger {
    margin-top: 50px;
  }
  .map-note--overlay {
    right: 12px;
    bottom: 12px;
    max-width: 330px;
    padding: 9px 12px;
    border-radius: 10px;
    font-size: 10px;
    line-height: 1.45;
  }
  .mm-body .map-hotspot-layer--utility .map-hotspot--pin::before {
    inset: 38%;
    box-shadow: 0 0 5px rgba(255, 247, 0, .66);
  }
  .mm-body .map-hotspot-layer--utility .map-hotspot--pin::after {
    inset: 27%;
    border-color: rgba(255, 247, 0, .52);
    box-shadow: 0 0 6px rgba(255, 247, 0, .28);
  }
  .mm-body .map-section-heading { display: none; }
  .mm-head { position: relative; display: block; padding: 11px 14px 10px; }
  .mm-head-copy { min-height: 38px; padding-right: 48px; }
  .mm-toolbar { margin-top: 8px; justify-content: center; }
  .mm-close { position: absolute; top: 11px; right: 14px; }
  .mm-toolbar a { padding-inline: 11px; }
  .mm-download-label { font-size: 9px; }
  .tour {
    margin-top: -1px;
    padding-block: 88px 78px;
    background:
      radial-gradient(circle at 90% 10%, rgba(246, 171, 27, .2), transparent 26%),
      linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, .48) 11%, rgba(221, 249, 250, .5) 86%, transparent 100%);
    clip-path: none;
  }
  .tournament-browser {
    position: relative;
  }
  #filters {
    position: sticky;
    z-index: 30;
    top: 68px;
    margin-right: calc(var(--pad) * -1);
    margin-left: calc(var(--pad) * -1);
    padding: 10px var(--pad) 12px;
    flex-wrap: nowrap;
    overflow-x: auto;
    background: rgba(244, 252, 253, .96);
    box-shadow: 0 12px 24px rgba(7, 61, 112, .12);
    backdrop-filter: blur(12px);
    overscroll-behavior-inline: contain;
  }
  body.admin-bar #filters {
    top: 114px;
  }
  .floats { right: 6px; bottom: 8px; gap: 6px; }
  .fbtn { width: 36px; height: 36px; }
  .fbtn img { width: 15px; height: 15px; }
  .fbtn-contact::before { display: none; }
  .news { padding-bottom: 126px; }
  .ocean-transition { height: 390px; margin-top: -78px; }
  .footer-ocean-video {
    inset: -4%;
    width: 108%;
    height: 108%;
    object-position: center 45%;
  }
  .luxury-footer { margin-top: -158px; background: linear-gradient(180deg, transparent, rgba(7, 84, 119, .34) 46px, rgba(7, 84, 119, .88) 108px, #075477 146px, #07466e 196px, #083e72 100%); }
  .map-hotspot span { display: none; }
  .f-mono { padding: 62px var(--pad) 32px; }
  .footer-brand-lockup { max-width: calc(100vw - 44px); padding: 10px 13px; gap: 10px; border-radius: 14px; }
  .footer-brand-novaworld,
  .footer-brand-sports { height: 34px; }
  .footer-brand-divider { height: 28px; }
  .f-mono > span {
    width: auto;
    max-width: none;
    font-size: clamp(7px, 2.25vw, 9px);
    line-height: 1.2;
    letter-spacing: clamp(.04em, .2vw, .1em);
    white-space: nowrap;
  }
  .copy {
    padding-right: 44px;
    padding-left: 44px;
    font-size: clamp(6.4px, 2vw, 8px);
    line-height: 1.2;
    letter-spacing: .03em;
    white-space: nowrap;
  }
  .place .cat-tag { display: none; }
  .place .place-visual-trigger > .place-logo {
    top: 10px;
    right: auto;
    bottom: auto;
    left: 10px;
    width: 98px;
    height: 40px;
    padding: 6px 8px;
    border: 1px solid rgba(255, 255, 255, .75);
    box-shadow: 0 8px 20px rgba(3, 38, 65, .14);
  }
  .popup-bg, .event-modal-bg { padding: 12px; }
  .popup { max-height: calc(100svh - 24px); display: flex; }
  .popup-art { max-height: calc(100svh - 92px); object-fit: contain; }
  .popup-detail-cta { width: min(230px, 72vw); min-height: 44px; margin-top: 10px; }
  .event-modal { max-height: calc(100svh - 24px); padding: 20px; overflow: auto; }
  .event-modal-icon { width: 44px; height: 44px; margin-bottom: 14px; }
  .event-modal-icon img { width: 23px; height: 23px; }
  .event-modal h3 { font-size: 20px; }
  .event-modal-body { margin-block: 13px 15px; }
  .event-modal-program { padding: 10px 12px; }
  .event-modal-facts > div { padding: 9px 10px; }
  .event-modal-extra { grid-template-columns: 1fr; }
  .event-modal-poster { min-height: 0; }
  .event-modal-poster img { max-height: 360px; }
  .event-modal-contacts { order: -1; padding: 13px; }
  .event-modal-facts dd { font-size: 11px; }
  .event-modal .btn { width: 100%; }
  .place-gallery-bg { padding: 0; }
  .place-gallery {
    width: 100%;
    height: 100svh;
    border: 0;
    border-radius: 0;
  }
  .place-gallery-close {
    top: max(10px, env(safe-area-inset-top));
    right: 10px;
    width: 42px;
    height: 42px;
  }
  .place-gallery-heading {
    top: max(10px, env(safe-area-inset-top));
    left: 10px;
    max-width: calc(100% - 70px);
    padding: 8px 11px 9px 9px;
    gap: 9px;
  }
  .place-gallery-logo { width: 58px; height: 39px; }
  .place-gallery-heading h3 { font-size: 17px; }
  .place-gallery-arrow {
    top: 54%;
    width: 44px;
    height: 44px;
  }
  .place-gallery-arrow--prev { left: 8px; }
  .place-gallery-arrow--next { right: 8px; }
  .place-gallery-count { bottom: 12px; }
  .place-gallery-zoom {
    right: 9px;
    bottom: 9px;
  }
  .place-gallery-zoom button { width: 33px; height: 33px; }
  .place-gallery-zoom output { min-width: 47px; }
  .place-gallery-dock {
    min-height: 88px;
    padding: 9px 10px max(9px, env(safe-area-inset-bottom));
    gap: 9px;
  }
  .place-gallery-thumbs { justify-content: flex-start; gap: 7px; }
  .place-gallery-thumbs button { width: 78px; flex-basis: 78px; }
  .place-gallery-map { min-width: 108px; min-height: 48px; padding-inline: 14px; font-size: 9px; }
  .place-gallery-map-service { display: none; }
  .place-gallery-map .icon { width: 19px; height: 19px; }
  .news-modal-bg { padding: 12px; }
  .news-modal { max-height: calc(100svh - 24px); display: flex; flex-direction: column; border-radius: 16px; }
  .news-modal-visual { min-height: 0; flex: 0 0 auto; aspect-ratio: 16 / 9; }
  .news-modal-copy { padding: 23px 20px 22px; overflow: auto; }
  .news-modal-copy h3 { margin: 7px 36px 13px 0; font-size: 24px; }
  .news-modal-body { font-size: 12px; line-height: 1.68; }
  .news-modal-copy .btn { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
  .fx { opacity: 1; transform: none; }
  .hero-video-frame,
  .hero-video-native { display: none; }
}
