:root {
  color-scheme: dark;
  --bg: #07080c;
  --panel: #14161d;
  --panel-2: #1b1e27;
  --line: rgba(255, 255, 255, 0.11);
  --text: #fff8ef;
  --muted: #aeb2be;
  --gold: #f1d78f;
  --mint: #75d8b7;
  --red: #ed1c24;
  --liquid-reflection-angle: 18deg;
  --liquid-highlight-x: 20%;
  --liquid-highlight-y: 0%;
  --liquid-reflection-start: -70%;
  --liquid-reflection-end: 128%;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Local Dubai normal-site review: preserve normal components with larger touch targets. */
.city-row button,
.filter-buttons button,
.verified-dubai-event .hero-actions button,
.verified-dubai-event .hero-actions a,
.verified-dubai-event .action-row button,
.verified-dubai-event .action-row a {
  min-height: 48px;
}

.verified-dubai-event h1,
.verified-dubai-event h2,
.verified-dubai-event-card strong {
  overflow-wrap: normal;
  word-break: normal;
}

.verified-dubai-event .event-hero .verified-dubai-venue-date {
  font-size: clamp(16px, 1.6vw, 20px);
  line-height: 1.35;
}

.verified-dubai-event .event-hero .verified-dubai-action-heading {
  margin: 16px 0 8px;
  color: rgb(241, 215, 143);
  font-size: 12px;
  font-weight: 900;
  line-height: 19.8px;
  letter-spacing: normal;
  text-transform: uppercase;
}

.verified-dubai-event .event-hero .verified-dubai-primary-actions,
.verified-dubai-event .event-hero .verified-dubai-share-actions {
  margin: 0 0 12px;
}

/* Dubai local review v3: readable long-form event detail without clipped inner flow. */
.verified-dubai-event .event-description {
  max-width: none;
  padding-right: 0;
}

.verified-dubai-event .event-description > h1 {
  max-width: 720px;
  margin: 8px auto 14px;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.06;
  letter-spacing: -0.035em;
}

.verified-dubai-event .event-description .verified-event-date-line {
  display: block;
}

.verified-dubai-event.lost-frequencies-reference .event-description > h2 {
  margin-top: 40px;
  margin-bottom: 24px;
}

.verified-dubai-event.lost-frequencies-reference .event-description > h2.verified-reservation-heading {
  margin-top: 0;
  margin-bottom: 32px;
}

.verified-dubai-event.lost-frequencies-reference .event-description img.verified-event-poster {
  margin-bottom: 52px;
}

.verified-dubai-event .event-description > h2 {
  max-width: 680px;
  margin: 36px auto 14px;
  color: var(--text);
  font-size: clamp(21px, 2vw, 27px);
  line-height: 1.18;
}

.verified-dubai-event .event-description > h2.verified-reservation-heading {
  margin-top: 0;
  color: var(--gold);
  font-size: clamp(17px, 1.55vw, 21px);
  line-height: 1.32;
}

.verified-dubai-event .event-description .verified-reservation-status {
  max-width: 620px;
  margin: 0 auto 30px;
  padding: 13px 16px;
  border-left: 3px solid rgba(237, 28, 36, 0.78);
  border-radius: 0 6px 6px 0;
  color: rgba(255, 248, 239, 0.8);
  text-align: left;
  background: rgba(237, 28, 36, 0.08);
}

.verified-dubai-event .event-description > p {
  max-width: 640px;
  margin-right: auto;
  margin-bottom: 22px;
  margin-left: auto;
  line-height: 1.65;
}

.verified-dubai-event .event-description > h2:nth-of-type(2) + p {
  color: var(--gold);
  font-size: clamp(22px, 2vw, 26px);
  letter-spacing: 0.01em;
}

.verified-dubai-event .event-description > h2:nth-of-type(3) + p {
  color: rgba(255, 248, 239, 0.9);
  font-size: 16px;
}

.verified-dubai-event .event-description > h2:last-of-type ~ p {
  margin-bottom: 10px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 6px;
  color: rgba(255, 248, 239, 0.76);
  text-align: left;
  background: rgba(255, 255, 255, 0.025);
}

.verified-dubai-event .event-description > h2:last-of-type ~ p strong {
  color: var(--text);
}

.verified-dubai-event .event-description img.verified-event-poster {
  width: min(100%, 540px);
  margin-top: 4px;
  margin-bottom: 34px;
  border-radius: 6px;
}

.verified-dubai-event .event-description img.verified-club-logo {
  width: min(100%, 300px);
  max-height: 180px;
  margin-top: 34px;
  border: 0;
  border-radius: 6px;
}

.verified-dubai-event .side-modules {
  align-self: start;
  align-content: start;
  gap: 14px;
}

.verified-dubai-event .side-modules > div {
  padding: 18px;
}

.verified-dubai-event .side-modules strong {
  display: block;
  margin-bottom: 7px;
  font-size: 16px;
}

.verified-dubai-event .side-modules p {
  color: var(--muted);
  line-height: 1.5;
}

@media (min-width: 981px) {
  .experience:has(.verified-dubai-event) {
    grid-template-columns: minmax(360px, 420px) minmax(0, 1fr);
    gap: 24px;
  }

  .experience:not(:has(.event-page.full-width)) .event-page.verified-dubai-event {
    height: auto;
    overflow: visible;
  }

  .verified-dubai-event .poster.event-hero {
    grid-template-columns: minmax(190px, 250px) minmax(0, 1fr);
    gap: 28px;
    min-height: 0;
    padding: 28px;
  }

  .verified-dubai-event .poster.event-hero h2 {
    font-size: clamp(34px, 3.4vw, 50px);
    line-height: 1;
    letter-spacing: -0.04em;
  }

  .experience:not(:has(.event-page.full-width)) .event-page.verified-dubai-event .event-body {
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 16px;
    overflow: visible;
  }

  .experience:not(:has(.event-page.full-width)) .event-page.verified-dubai-event .event-body > section:first-child {
    height: auto;
    overflow: visible;
  }

  .experience:not(:has(.event-page.full-width)) .event-page.verified-dubai-event .event-description {
    overflow: visible;
  }

  .experience:not(:has(.event-page.full-width)) .event-page.verified-dubai-event .side-modules {
    position: sticky;
    top: 98px;
    overflow: visible;
  }

  .verified-dubai-event .verified-dubai-map-module .mini-actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .verified-dubai-event .verified-dubai-map-module .mini-actions a {
    min-width: 0;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    white-space: nowrap;
  }
}

@media (min-width: 981px) and (max-width: 1180px) {
  .experience:not(:has(.event-page.full-width)) .event-page.verified-dubai-event .event-body {
    grid-template-columns: 1fr;
  }

  .experience:not(:has(.event-page.full-width)) .event-page.verified-dubai-event .side-modules {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .event-page.verified-dubai-event,
  .event-page.verified-dubai-event .event-body,
  .event-page.verified-dubai-event .event-body > section:first-child,
  .event-page.verified-dubai-event .event-description {
    height: auto;
    overflow: visible;
  }

  .verified-dubai-event .event-body {
    gap: 14px;
  }

  .verified-dubai-event .side-modules {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .verified-dubai-event .poster.event-hero {
    gap: 20px;
    min-height: 0;
    padding: 20px;
  }

  .verified-dubai-event .poster.event-hero h2 {
    font-size: clamp(32px, 11vw, 44px);
    line-height: 1.02;
  }

  .verified-dubai-event .event-body {
    padding: 12px;
  }

  .verified-dubai-event .event-body > section:first-child {
    padding: 18px;
  }

  .verified-dubai-event .event-description > h1 {
    font-size: clamp(27px, 8.4vw, 36px);
  }

  .verified-dubai-event .event-description > h2 {
    margin-top: 30px;
  }

  .verified-dubai-event .event-description img.verified-event-poster {
    min-height: 0;
  }

  .verified-dubai-event .side-modules {
    grid-template-columns: 1fr;
  }

  .verified-dubai-event .checkout {
    margin-right: 12px;
    margin-left: 12px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background:
    radial-gradient(circle at 78% 8%, rgba(237, 28, 36, 0.18), transparent 25rem),
    radial-gradient(circle at 15% 0%, rgba(237, 28, 36, 0.16), transparent 24rem),
    linear-gradient(135deg, #07080c, #11131a 58%, #06070a);
}

button,
a {
  font: inherit;
}

button,
a,
select {
  transition: color 1500ms ease, background 1500ms ease, border-color 1500ms ease, box-shadow 1500ms ease, transform 1500ms ease;
}

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

.site-nav {
  position: sticky;
  top: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px clamp(18px, 4vw, 54px);
  border-bottom: 1px solid var(--line);
  background: rgba(7, 8, 12, 0.82);
  backdrop-filter: blur(18px);
}

.brand,
.site-nav nav {
  display: flex;
  align-items: center;
  gap: 14px;
}

.brand img {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(237, 28, 36, 0.35);
  border-radius: 8px;
  object-fit: contain;
  background: #fff;
}

.brand span {
  font-weight: 900;
  letter-spacing: 0.02em;
}

.site-nav nav {
  flex-wrap: wrap;
  justify-content: flex-end;
}

.site-nav a {
  color: var(--muted);
  font-size: 14px;
}

.site-nav a:hover {
  color: var(--text);
}

.site-nav nav a.active {
  color: #fff;
  box-shadow: inset 0 -2px 0 var(--red);
}

main {
  display: grid;
  gap: 24px;
  padding: 24px clamp(18px, 4vw, 54px) 54px;
}

section[id] {
  scroll-margin-top: 110px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 28px;
  align-items: end;
  min-height: calc(100vh - 132px);
  padding: clamp(28px, 6vw, 72px) 0;
}

.eyebrow {
  margin: 0 0 8px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 980px;
  margin-bottom: 18px;
  font-size: clamp(52px, 8.6vw, 126px);
  line-height: 0.9;
}

h2 {
  margin-bottom: 10px;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1;
}

h3 {
  margin-bottom: 8px;
}

p {
  color: var(--muted);
  line-height: 1.65;
}

.hero-copy > p:not(.eyebrow) {
  max-width: 720px;
  font-size: 18px;
}

.city-row,
.stage-strip,
.action-row,
.calendar-controls,
.hero-actions,
.mini-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.city-row {
  margin-top: 26px;
}

.city-row button,
.stage-strip button,
.action-row button,
.action-row a,
.hero-actions button,
.hero-actions a,
.mini-actions button {
  display: inline-grid;
  place-items: center;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--text);
  text-align: center;
  background: rgba(255, 255, 255, 0.05);
  cursor: pointer;
}

.city-row small {
  margin-left: 8px;
  color: currentColor;
  opacity: 0.7;
}

.city-row button:hover,
.stage-strip button:hover,
.action-row button:hover,
.action-row a:hover,
.hero-actions button:hover,
.hero-actions a:hover,
.mini-actions button:hover {
  color: var(--red);
  border-color: #fff;
  background: #fff;
}

.city-row button.active,
.stage-strip button.active,
.action-row button:first-child,
.action-row a:first-child,
.hero-actions button:first-child,
.hero-actions a:first-child,
.mini-actions button.active {
  color: var(--text);
  border-color: rgba(237, 28, 36, 0.68);
  background: var(--red);
}

.city-row button.active:hover,
.stage-strip button.active:hover,
.action-row button:first-child:hover,
.action-row a:first-child:hover,
.hero-actions button:first-child:hover,
.hero-actions a:first-child:hover,
.mini-actions button.active:hover {
  color: var(--red);
  border-color: #fff;
  background: #fff;
}

.reward-card,
.calendar-panel,
.event-page,
.member-hook,
.phone-card,
.import-banner,
.news-preview,
.agent-box {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(20, 22, 29, 0.78);
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.3);
}

.reward-card {
  padding: 22px;
  background:
    radial-gradient(circle at 85% 0%, rgba(117, 216, 183, 0.22), transparent 12rem),
    rgba(20, 22, 29, 0.84);
}

.reward-card span,
.phone-card span {
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
}

.reward-card strong,
.phone-card strong {
  display: block;
  margin: 8px 0 4px;
  color: var(--gold);
  font-size: 40px;
}

.reward-card p,
.phone-card p {
  margin-bottom: 0;
  color: var(--mint);
  font-size: 13px;
}

.ai-search-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 440px);
  gap: 18px;
  align-items: end;
  padding: clamp(20px, 4vw, 34px);
  border-top: 1px solid var(--line);
  background:
    radial-gradient(circle at 82% 0%, rgba(123, 232, 203, 0.12), transparent 20rem),
    rgba(15, 17, 22, 0.86);
}

.ai-search-panel h2 {
  max-width: 860px;
  margin-bottom: 10px;
  font-size: clamp(26px, 3.4vw, 44px);
}

.ai-search-panel p {
  max-width: 820px;
  margin-bottom: 0;
}

.ai-search-box {
  display: grid;
  gap: 10px;
}

.ai-search-box span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.ai-search-box input {
  width: 100%;
  min-height: 58px;
  padding: 0 56px 0 18px;
  border: 1px solid rgba(237, 28, 36, 0.48);
  border-radius: 8px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
  font: inherit;
  font-size: 16px;
  outline: none;
}

.ai-search-box input::-webkit-search-cancel-button,
.ai-search-box input::-webkit-search-decoration {
  display: none;
  -webkit-appearance: none;
}

.ai-search-box input[type="search"] {
  appearance: textfield;
  -webkit-appearance: textfield;
}

.ai-search-box input:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 4px rgba(237, 28, 36, 0.16);
}

.ai-search-input-wrap {
  position: relative;
  display: block;
}

.ai-search-clear {
  position: absolute;
  top: 50%;
  right: 14px;
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: #fff;
  background: rgba(237, 28, 36, 0.42);
  cursor: pointer;
  line-height: 1;
  transform: translateY(-50%);
}

.ai-search-clear[hidden] {
  display: none;
}

.ai-search-clear:hover {
  border-color: rgba(255, 255, 255, 0.58);
  background: rgba(237, 28, 36, 0.64);
}

.ai-search-results {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.ai-search-results article {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
}

.ai-search-results span {
  color: var(--red);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.ai-search-results strong {
  display: block;
  margin: 8px 0 6px;
  color: var(--text);
  font-size: 16px;
  line-height: 1.1;
}

.ai-search-results p {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.45;
}

.import-banner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 20px;
  align-items: center;
  padding: clamp(20px, 4vw, 34px);
  background:
    linear-gradient(135deg, rgba(237, 28, 36, 0.12), transparent 35%),
    rgba(20, 22, 29, 0.78);
}

.import-banner h2 {
  margin-bottom: 8px;
}

.import-banner p {
  margin-bottom: 0;
}

.agent-box {
  padding: 18px;
  background: rgba(255, 255, 255, 0.045);
}

.agent-box span {
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
}

.agent-box strong {
  display: block;
  margin: 8px 0 4px;
  color: var(--mint);
  font-size: 36px;
}

.news-preview {
  display: grid;
  gap: 18px;
  padding: clamp(20px, 4vw, 34px);
  background:
    radial-gradient(circle at 12% 0%, rgba(237, 28, 36, 0.14), transparent 18rem),
    rgba(20, 22, 29, 0.78);
}

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

.news-grid article {
  display: grid;
  gap: 10px;
  min-height: 220px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
}

.news-grid span {
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.news-grid strong {
  color: var(--text);
  font-size: 20px;
  line-height: 1.1;
}

.news-grid p {
  margin-bottom: 0;
  font-size: 14px;
}

.news-grid b {
  align-self: end;
  color: var(--gold);
  font-size: 13px;
}

.stage-strip {
  position: sticky;
  top: 79px;
  z-index: 4;
  justify-content: flex-start;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  text-align: left;
  background: rgba(7, 8, 12, 0.82);
  backdrop-filter: blur(18px);
}

.stage-strip-title {
  flex-basis: 100%;
  margin: 0 0 2px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.experience {
  display: grid;
  grid-template-columns: minmax(420px, 520px) minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}

.experience:has(.event-page.full-width) {
  grid-template-columns: 1fr;
}

.calendar-panel {
  display: grid;
  gap: 14px;
  padding: 16px;
}

.panel-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
}

.panel-head span {
  color: var(--mint);
  font-size: 13px;
}

.club-head-logo {
  display: grid;
  justify-items: end;
  gap: 6px;
}

.club-head-logo img {
  width: 76px;
  max-width: 22vw;
  aspect-ratio: 1 / 1;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  object-fit: contain;
  background: #fff;
}

.club-head-logo span {
  color: var(--mint);
  font-size: 12px;
  font-weight: 800;
}

.calendar-controls {
  align-items: end;
  margin-top: 12px;
}

.filter-block {
  display: grid;
  gap: 8px;
}

.filter-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.calendar-filter-row {
  display: grid;
  gap: 14px;
  margin-bottom: 18px;
}

.filter-buttons button {
  min-height: 34px;
  padding: 0 11px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.045);
  cursor: pointer;
}

.filter-buttons button:hover,
.month-tabs button:hover,
.mini-actions a:hover,
.quick-save:hover {
  color: var(--red);
  border-color: #fff;
  background: #fff;
}

.filter-buttons button.active {
  color: var(--text);
  border-color: var(--red);
  background: var(--red);
}

.filter-buttons button.active:hover,
.month-tabs button.active:hover,
.quick-save.saved:hover {
  color: var(--red);
  border-color: #fff;
  background: #fff;
}

.calendar-control-field {
  display: grid;
  gap: 6px;
  min-width: 128px;
  flex: 1;
}

.calendar-control-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.calendar-control-head span {
  color: var(--gold);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.date-reset {
  border: 1px solid rgba(255, 31, 47, 0.45);
  border-radius: 999px;
  padding: 3px 8px;
  color: var(--red);
  background: rgba(255, 31, 47, 0.08);
  font: inherit;
  font-size: 10px;
  line-height: 1;
  cursor: pointer;
}

.date-reset:hover {
  color: var(--text);
  background: var(--red);
}

.date-reset:disabled {
  cursor: default;
  opacity: 0.35;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.18);
}

.date-reset:disabled:hover {
  color: var(--muted);
  background: rgba(255, 255, 255, 0.03);
}

.calendar-controls select {
  width: 100%;
  min-height: 42px;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
}

.event-list {
  display: grid;
  gap: 10px;
  max-height: 980px;
  overflow: auto;
  padding-right: 6px;
}

.event-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: stretch;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
}

.event-card.active {
  border-color: rgba(237, 28, 36, 0.52);
  background: rgba(237, 28, 36, 0.1);
}

.event-open {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 112px;
  grid-template-rows: auto auto 1fr;
  gap: 8px 14px;
  width: 100%;
  min-height: 136px;
  padding: 14px 14px 44px 16px;
  border: 0;
  border-radius: 8px;
  color: var(--text);
  text-align: left;
  background: transparent;
  cursor: pointer;
}

.event-open > span,
.event-open > strong,
.event-open > small,
.event-open > .area-pill {
  grid-column: 1;
}

.event-open img,
.event-open i {
  grid-column: 2;
  grid-row: 1 / 4;
  width: 112px;
  height: 108px;
  border: 1px solid var(--line);
  border-radius: 6px;
  object-fit: cover;
  background: rgba(255, 255, 255, 0.07);
}

.event-open i {
  display: grid;
  place-items: center;
  color: var(--text);
  background: var(--red);
  font-style: normal;
  font-weight: 900;
}

.event-card:hover {
  border-color: rgba(237, 28, 36, 0.52);
}

.saved-sidebar-note {
  margin-bottom: 16px;
  color: var(--muted);
  font-size: 14px;
}

.event-open span {
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.event-open small {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.35;
}

.event-open .area-pill {
  width: fit-content;
  padding: 4px 8px;
  border: 1px solid rgba(237, 28, 36, 0.42);
  border-radius: 999px;
  color: var(--red);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.event-open strong {
  font-size: 21px;
  line-height: 1.16;
}

.quick-save {
  position: absolute;
  right: 128px;
  top: 92px;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid rgba(237, 28, 36, 0.45);
  border-radius: 999px;
  color: var(--gold);
  background: rgba(0, 0, 0, 0.42);
  cursor: pointer;
}

.quick-save.saved {
  color: var(--text);
  border-color: var(--red);
  background: var(--red);
}

.event-card:has(.book-table-card) .event-open {
  gap: 12px 14px;
  padding-bottom: 54px;
}

.event-card:has(.book-table-card) .event-open small {
  margin-top: 2px;
}

.event-card.scorpios-card .event-open .area-pill {
  grid-column: 2;
  grid-row: 4;
  justify-self: end;
  align-self: start;
}

.event-card.scorpios-card:has(.book-table-card-actions) .event-open .area-pill {
  position: absolute;
  right: 16px;
  bottom: 17px;
  grid-column: auto;
  grid-row: auto;
}

.book-table-card-actions {
  position: absolute;
  bottom: 14px;
  left: 16px;
  display: flex;
  gap: 8px;
  align-items: center;
}

.event-card:has(.book-table-card-actions) .quick-save {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  display: inline-grid;
  place-items: center;
  margin: 0;
  border-radius: 8px;
  line-height: 1;
  text-align: center;
}

.book-table-card {
  right: auto;
  left: auto;
  display: inline-grid;
  place-items: center;
  text-decoration: none;
}

.book-table-card,
.book-table-hero {
  color: var(--gold);
  border-color: rgba(237, 28, 36, 0.45);
  background:
    radial-gradient(circle at var(--liquid-highlight-x) var(--liquid-highlight-y), rgba(255, 255, 255, 0.12), transparent 42%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(237, 28, 36, 0.055) 50%, rgba(255, 255, 255, 0.04)),
    rgba(0, 0, 0, 0.42);
}

.book-table-hero {
  display: inline-grid;
  place-items: center;
  line-height: 1;
  text-align: center;
}

.list-note {
  margin: 4px 2px 0;
  font-size: 12px;
}

.list-more {
  display: grid;
  gap: 10px;
  justify-items: center;
  padding: 10px 0 4px;
}

.liquid-button.compact {
  min-height: 38px;
  padding: 9px 16px;
  font-size: 13px;
}

.event-page {
  overflow: hidden;
}

.event-page:has(.search-empty-state) {
  align-self: stretch;
  display: grid;
}

.month-calendar {
  padding: clamp(18px, 3vw, 28px);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(117, 216, 183, 0.08), transparent 36%),
    rgba(255, 255, 255, 0.025);
}

.calendar-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: end;
  margin-bottom: 18px;
}

.month-tabs {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 8px;
  max-width: min(100%, 620px);
  overflow-x: auto;
  padding-bottom: 4px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.month-tabs::-webkit-scrollbar {
  display: none;
}

.month-tabs button {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  min-width: 88px;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--text);
  text-align: center;
  line-height: 1.1;
  background: rgba(255, 255, 255, 0.045);
  cursor: pointer;
  font-size: 13px;
  white-space: nowrap;
}

.month-tabs button.active,
.month-tabs button.active {
  color: var(--text);
  border-color: var(--red);
  background: var(--red);
}

.month-calendar .month-tabs button:not(.active),
.month-calendar .month-tabs button:not(.active):hover,
.month-calendar .month-tabs button:not(.active):focus {
  color: var(--text);
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.045);
}

.weekday-row,
.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.weekday-row {
  gap: 8px;
  margin-bottom: 8px;
}

.weekday-row span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.calendar-grid {
  gap: 8px;
}

.calendar-event-overview-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.month-overview-scroll {
  max-height: min(54vh, 560px);
  padding-right: 6px;
  overflow: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.calendar-day {
  min-height: 138px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

.calendar-day.empty {
  border-color: transparent;
  background: transparent;
}

.calendar-day.has-events {
  border-color: rgba(237, 28, 36, 0.34);
  background: rgba(237, 28, 36, 0.06);
}

.calendar-day.selected {
  outline: 2px solid var(--mint);
}

.calendar-day b {
  display: block;
  color: var(--gold);
  font-size: 15px;
}

.calendar-day-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
}

.calendar-day .calendar-day-head small {
  margin-top: 4px;
  text-align: left;
}

.calendar-day button {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 7px;
  align-items: center;
  width: 100%;
  min-height: 44px;
  margin-top: 6px;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  color: var(--text);
  text-align: left;
  background: rgba(0, 0, 0, 0.18);
  cursor: pointer;
}

.calendar-day .select-day-button {
  display: inline-grid;
  grid-template-columns: 1fr;
  place-items: center;
  flex: 0 0 auto;
  width: auto;
  min-height: 32px;
  margin: 0;
  padding: 0 10px;
  border-color: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  color: var(--gold);
  text-align: center;
  font-size: 12px;
  background:
    radial-gradient(circle at var(--liquid-highlight-x) var(--liquid-highlight-y), rgba(255, 255, 255, 0.12), transparent 42%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(237, 28, 36, 0.055) 50%, rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.04);
}

.calendar-day button:hover {
  color: var(--red);
  border-color: #fff;
  background: #fff;
}

.calendar-day img {
  width: 24px;
  height: 28px;
  border-radius: 4px;
  object-fit: cover;
}

.calendar-day span {
  overflow: hidden;
  font-size: 11px;
  line-height: 1.2;
  text-overflow: ellipsis;
}

.calendar-event-text {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.calendar-event-text strong,
.calendar-event-text em,
.calendar-event-text small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.calendar-event-text strong {
  color: #fff;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}

.calendar-event-text em {
  color: var(--mint);
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
}

.calendar-event-text small {
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
}

.single-club-calendar .calendar-day button {
  grid-template-columns: 44px minmax(0, 1fr);
  min-height: 64px;
  padding: 7px;
}

.single-club-calendar .calendar-day img {
  width: 44px;
  height: 50px;
}

.single-club-calendar .calendar-event-text {
  gap: 3px;
}

.single-club-calendar .calendar-event-text strong {
  font-size: 12px;
}

.single-club-calendar .calendar-event-text em,
.single-club-calendar .calendar-event-text small {
  font-size: 11px;
}

.calendar-day small {
  display: block;
  margin-top: 7px;
  color: var(--mint);
  font-size: 11px;
}

.selected-day-events {
  margin-top: 22px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.025);
}

.day-event-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.calendar-event-day-list {
  display: grid;
  gap: 14px;
  max-height: min(62vh, 640px);
  padding-right: 6px;
  overflow: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.calendar-event-day {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.025);
}

.calendar-event-day .panel-head h3 {
  margin: 0;
  color: var(--text);
  font-size: 18px;
}

.calendar-event-day .day-event-grid {
  max-height: none;
  padding-right: 0;
  overflow: visible;
}

.month-overview {
  margin-top: 22px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.025);
}

.poster {
  display: grid;
  grid-template-columns: minmax(220px, 34%) minmax(0, 1fr);
  gap: clamp(18px, 4vw, 42px);
  align-items: center;
  min-height: 430px;
  padding: clamp(22px, 4vw, 42px);
  background:
    radial-gradient(circle at 82% 2%, rgba(237, 28, 36, 0.22), transparent 18rem),
    linear-gradient(135deg, rgba(237, 28, 36, 0.2), rgba(117, 216, 183, 0.08));
}

.poster > span {
  display: grid;
  place-items: center;
  width: 86px;
  height: 86px;
  border-radius: 8px;
  color: var(--text);
  background: var(--red);
  font-size: 48px;
  font-weight: 900;
}

.poster-image {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  min-height: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  object-fit: cover;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.34);
}

.verified-dubai-event .poster-image,
.verified-dubai-event-card .event-open img,
.verified-dubai-calendar-event img {
  object-fit: contain;
}

.verified-dubai-event h1,
.verified-dubai-event h2,
.verified-dubai-event-card strong {
  overflow-wrap: normal;
  word-break: normal;
}

.city-row button {
  min-height: 48px;
  padding-right: 18px;
  padding-left: 18px;
}

.filter-buttons button {
  min-height: 44px;
  padding-right: 14px;
  padding-left: 14px;
}

.poster h2 {
  max-width: 760px;
  font-size: clamp(34px, 4.8vw, 68px);
}

.hero-actions {
  margin: 22px 0 12px;
}

.event-hero small {
  display: block;
  max-width: 620px;
  color: var(--mint);
  line-height: 1.5;
}

.event-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 18px;
  padding: 18px;
}

.event-body section,
.side-modules div,
.checkout {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

.event-body section {
  padding: 18px;
}

.event-body:not(.search-empty-state) > section:first-child {
  display: flex;
  flex-direction: column;
  height: var(--event-description-box-height, clamp(620px, calc(100vh - 220px), 900px));
  min-height: 0;
  overflow: hidden;
}

.event-body.search-empty-state > section:first-child {
  display: grid;
  align-content: center;
  min-height: 100%;
}

.event-body.search-empty-state .eyebrow {
  text-align: center;
  font-size: 16px;
}

.event-description {
  max-width: 760px;
  max-height: 520px;
  overflow: auto;
  padding-right: 12px;
  margin-bottom: 16px;
  text-align: center;
  scrollbar-width: none;
}

.event-body:not(.search-empty-state) > section:first-child .event-description {
  flex: 1 1 auto;
  width: 100%;
  min-height: 0;
  max-height: none;
  margin-bottom: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.event-description::-webkit-scrollbar {
  display: none;
}

.event-description p {
  margin-bottom: 22px;
}

.event-description h1,
.event-description h2,
.event-description h3 {
  margin: 22px 0 14px;
  font-size: clamp(17px, 1.8vw, 24px);
  line-height: 1.16;
}

.event-description h3 {
  font-weight: 700;
}

.event-description .description-heading {
  max-width: 720px;
  margin: 34px auto 18px;
  color: #fff;
  font-size: clamp(18px, 1.85vw, 26px);
  font-weight: 900;
  line-height: 1.18;
}

.event-description .description-subtitle {
  max-width: 680px;
  margin: -4px auto 28px;
  color: var(--muted);
  font-size: clamp(16px, 1.65vw, 22px);
  font-weight: 800;
  line-height: 1.24;
}

.event-description .description-heading-compact {
  font-size: clamp(16px, 1.5vw, 21px);
}

.event-description .description-heading + p {
  margin-top: -4px;
}

.event-description .lineup-names {
  color: var(--muted);
  font-size: clamp(16px, 1.65vw, 22px);
  font-weight: 800;
  line-height: 1.28;
}

.event-description .lineup-names span {
  display: block;
}

.event-description .official-event-description {
  max-width: 700px;
  margin: 4px auto 28px;
  color: #fff;
  font-size: clamp(14px, 1.35vw, 18px);
  font-weight: 400;
  line-height: 1.5;
}

.event-description .description-end-logo {
  width: min(220px, 62vw);
  margin: 24px auto 4px;
  border-radius: 8px;
  object-fit: contain;
  background: #fff;
}

.event-description img.cavo-final-logo {
  width: min(220px, 62vw);
  height: auto;
  max-height: none;
  margin: 24px auto 4px;
  border: 0;
  object-fit: contain;
  object-position: center;
}

.event-description .nammos-final-reservation-prompt {
  color: #fff !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  pointer-events: none;
}

.event-description .description-menu-link {
  margin: 30px auto;
  color: var(--red);
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.25;
}

.event-description .description-menu-link a {
  color: inherit;
}

.event-description .description-cta-row {
  margin: 24px auto;
}

.event-description .description-button-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin: 26px auto 30px;
}

.event-description a.liquid-glass-button {
  display: inline-grid;
  place-items: center;
}

.event-description a.liquid-glass-button::before,
.liquid-test .mini-actions a::before,
.liquid-test .mini-actions button::before,
.liquid-test .action-row a::before {
  position: absolute;
  inset: 1px 1px auto;
  height: 48%;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.34), transparent);
  content: "";
  opacity: 0.65;
  pointer-events: none;
}

.event-description .description-heading strong {
  color: inherit;
  font-weight: 900;
}

.spotify-embed {
  margin: 22px auto 34px;
}

.spotify-embed iframe {
  display: block;
  width: 100%;
  height: 520px;
  max-width: 720px;
  margin: 0 auto;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
}

.event-description img {
  display: block;
  width: 100%;
  max-height: 420px;
  margin: 26px 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  object-fit: cover;
}

.verified-dubai-event .event-description .verified-reservation-status {
  max-width: 680px;
  margin: 0 auto 24px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.verified-dubai-event .event-description img.verified-event-poster {
  width: min(100%, 640px);
  max-height: none;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  margin: 8px auto 32px;
  background: #080808;
}

.verified-dubai-event .event-description img.verified-club-logo {
  width: min(100%, 420px);
  max-height: 240px;
  object-fit: contain;
  margin: 28px auto 8px;
}

.side-modules .mini-actions button:disabled {
  min-height: 48px;
  cursor: not-allowed;
  opacity: .55;
}

.verified-dubai-event .event-description img.verified-club-logo[src$="/bohemia-logo.webp"] {
  filter: brightness(0) invert(1);
  background: transparent;
}

.verified-dubai-event .side-modules .mini-actions a {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.event-description img.santanna-main-poster-fit {
  width: auto;
  max-width: 100%;
  max-height: 420px;
  margin-left: auto;
  margin-right: auto;
  object-fit: contain;
}

.event-description img.santanna-area-plan-image,
.event-description img.santanna-sunbeds-atmosphere-image,
.event-description img.santanna-vip-atmosphere-image {
  width: 100%;
  max-width: 100%;
  max-height: 420px;
  margin-left: auto;
  margin-right: auto;
  object-fit: contain;
}

.event-description img.scorpios-terrace-description-image {
  width: min(100%, 720px);
  height: auto;
  max-height: 420px;
  margin-left: auto;
  margin-right: auto;
  object-fit: contain;
}

.event-description img.scorpios-speedboat-transfer-image {
  width: 100%;
  height: 420px;
  max-height: 420px;
  margin-left: auto;
  margin-right: auto;
  object-fit: fill;
}

.event-description img.scorpios-culinary-lobster-image {
  width: 100%;
  height: 420px;
  max-height: 420px;
  margin-left: auto;
  margin-right: auto;
  object-fit: fill;
}

.event-description.alemagou-description img,
.event-page.alemagou-page .event-description img {
  border: 0;
}

.event-page.alemagou-page .event-description {
  padding-right: 0;
}

.event-page.alemagou-page .event-description img.description-end-logo {
  width: min(220px, 62vw);
  height: auto;
  max-height: none;
  margin: 24px auto 4px;
  object-fit: contain;
  object-position: center;
}

.event-description img.nammos-intro-logo {
  width: min(180px, 48vw);
  height: auto;
  max-height: none;
  margin: -10px auto 24px;
  border: 0;
  border-radius: 8px;
  object-fit: contain;
  object-position: center;
}

.event-description .void-description img {
  height: auto;
  max-height: none;
  object-fit: contain;
}

.event-description .public-layout-preview {
  margin: 24px auto 34px;
}

.event-page.alemagou-page .event-description .alemagou-table-plan-preview img {
  width: min(100%, 920px);
  height: auto;
  max-height: none;
  margin-right: auto;
  margin-left: auto;
  object-fit: contain;
  object-position: center;
  background: rgba(255, 255, 255, 0.03);
}

.event-description .public-layout-preview figcaption,
.event-description .public-layout-preview .public-layout-title {
  margin-top: -14px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.25;
}

.event-description a {
  color: var(--red);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.event-description a.liquid-glass-button,
.liquid-test .side-modules a,
.liquid-test .mini-actions a,
.liquid-test .mini-actions button,
.liquid-test .action-row a {
  color: rgba(255, 255, 255, 0.96);
  text-decoration: none;
}

.description-images {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.description-images img {
  width: 100%;
  aspect-ratio: 16 / 10;
  border: 1px solid var(--line);
  border-radius: 8px;
  object-fit: cover;
}

.detail-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.detail-strip span {
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--mint);
  font-size: 12px;
}

.offer-title {
  margin-top: 18px;
}

.offer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.offer:last-child {
  border-bottom: 0;
}

.offer span {
  display: block;
  color: var(--muted);
  font-size: 13px;
}

.offer b {
  color: var(--gold);
  white-space: nowrap;
}

.side-modules {
  display: grid;
  gap: 12px;
}

.side-modules div {
  padding: 15px;
}

.side-modules .scorpios-ops {
  display: grid;
  gap: 12px;
  border-color: rgba(237, 28, 36, 0.3);
  background:
    radial-gradient(circle at 12% 0%, rgba(237, 28, 36, 0.14), transparent 16rem),
    rgba(255, 255, 255, 0.035);
}

.scorpios-plan-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.scorpios-plan-grid a {
  display: grid;
  gap: 7px;
  color: var(--text);
  text-decoration: none;
}

.scorpios-plan-grid img {
  width: 100%;
  aspect-ratio: 16 / 10;
  border: 1px solid var(--line);
  border-radius: 8px;
  object-fit: cover;
}

.scorpios-plan-grid span {
  color: var(--muted);
  font-size: 12px;
}

.scorpios-ops em {
  color: var(--gold);
  font-size: 12px;
  font-style: normal;
  line-height: 1.45;
}

.side-modules p {
  margin-bottom: 0;
  font-size: 13px;
}

.side-modules a {
  color: var(--gold);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.mini-actions {
  margin-top: 12px;
}

.mini-actions button,
.mini-actions a {
  display: inline-grid;
  place-items: center;
  min-height: 34px;
  padding: 0 11px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.045);
  font-size: 12px;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
}

.action-row a {
  display: inline-grid;
  place-items: center;
  text-decoration: none;
}

.disabled-action {
  opacity: 0.52;
}

.city-row button,
.stage-strip button,
.action-row button,
.action-row a,
.hero-actions button,
.hero-actions a,
.mini-actions button,
.mini-actions a,
.filter-buttons button,
.month-tabs button,
.book-table-card,
.calendar-day button,
.club-grid button,
.saved-grid button,
.liquid-test .event-description a.liquid-glass-button {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  min-height: 40px;
  border-color: rgba(255, 255, 255, 0.2);
  background:
    radial-gradient(circle at var(--liquid-highlight-x) var(--liquid-highlight-y), rgba(255, 255, 255, 0.12), transparent 42%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(237, 28, 36, 0.055) 50%, rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.04);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    inset 0 -1px 0 rgba(255, 255, 255, 0.06),
    0 7px 16px rgba(0, 0, 0, 0.18),
    0 0 0 1px rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(14px) saturate(128%);
  -webkit-backdrop-filter: blur(14px) saturate(128%);
  text-decoration: none;
  transition: color 1500ms ease, background 1500ms ease, border-color 1500ms ease, box-shadow 1500ms ease, transform 1500ms ease;
}

.city-row button.active,
.stage-strip button.active,
.filter-buttons button.active,
.month-tabs button.active,
.action-row button:first-child,
.action-row a:first-child,
.hero-actions button:first-child,
.hero-actions a:first-child,
.mini-actions button.active,
.quick-save.saved {
  border-color: rgba(237, 28, 36, 0.68);
  background:
    radial-gradient(circle at var(--liquid-highlight-x) var(--liquid-highlight-y), rgba(255, 255, 255, 0.16), transparent 42%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(237, 28, 36, 0.36) 58%, rgba(255, 255, 255, 0.07)),
    rgba(237, 28, 36, 0.44);
}

.hero-actions.book-table-secondary-hero-actions button:first-child,
.hero-actions.book-table-secondary-hero-actions a:first-child {
  border-color: rgba(255, 255, 255, 0.2);
  background:
    radial-gradient(circle at var(--liquid-highlight-x) var(--liquid-highlight-y), rgba(255, 255, 255, 0.12), transparent 42%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(237, 28, 36, 0.055) 50%, rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.04);
}

.action-row.mykonos-reservation-actions button:first-child,
.action-row.mykonos-reservation-actions a:first-child {
  border-color: rgba(255, 255, 255, 0.2);
  background:
    radial-gradient(circle at var(--liquid-highlight-x) var(--liquid-highlight-y), rgba(255, 255, 255, 0.12), transparent 42%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(237, 28, 36, 0.055) 50%, rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.04);
}

.city-row button.active,
.city-row button.active:hover,
.stage-strip button.active,
.stage-strip button.active:hover {
  color: #fff;
  border-color: rgba(237, 28, 36, 0.74);
  background:
    radial-gradient(circle at var(--liquid-highlight-x) var(--liquid-highlight-y), rgba(255, 255, 255, 0.16), transparent 42%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(237, 28, 36, 0.38) 58%, rgba(255, 255, 255, 0.07)),
    rgba(237, 28, 36, 0.5);
}

.month-calendar .filter-buttons button.active,
.month-calendar .filter-buttons button.active:hover,
.month-calendar .month-tabs button.active,
.month-calendar .month-tabs button.active:hover,
.calendar-panel .filter-buttons button.active,
.calendar-panel .filter-buttons button.active:hover {
  color: #fff;
  border-color: rgba(237, 28, 36, 0.74);
  background:
    radial-gradient(circle at var(--liquid-highlight-x) var(--liquid-highlight-y), rgba(255, 255, 255, 0.16), transparent 42%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(237, 28, 36, 0.38) 58%, rgba(255, 255, 255, 0.07)),
    rgba(237, 28, 36, 0.5);
}

.month-calendar .month-tabs button:not(.active),
.month-calendar .month-tabs button:not(.active):hover,
.month-calendar .month-tabs button:not(.active):focus {
  color: var(--text);
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.045);
}

.month-calendar .calendar-day.selected {
  border-color: rgba(237, 28, 36, 0.74);
  outline-color: rgba(237, 28, 36, 0.84);
  background: rgba(237, 28, 36, 0.12);
}

.city-row button:hover,
.stage-strip button:hover,
.action-row button:hover,
.action-row a:hover,
.hero-actions button:hover,
.hero-actions a:hover,
.mini-actions button:hover,
.mini-actions a:hover,
.filter-buttons button:hover,
.month-tabs button:hover,
.book-table-card:hover,
.calendar-day button:hover,
.club-grid button:hover,
.saved-grid button:hover,
.liquid-test .event-description a.liquid-glass-button:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.52);
  background:
    radial-gradient(circle at var(--liquid-highlight-x) var(--liquid-highlight-y), rgba(255, 255, 255, 0.18), transparent 42%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(237, 28, 36, 0.23) 58%, rgba(255, 255, 255, 0.08)),
    rgba(237, 28, 36, 0.24);
  transform: translateY(-1px);
}

.city-row button.active,
.city-row button.active:hover,
.stage-strip button.active,
.stage-strip button.active:hover,
.calendar-panel .filter-buttons button.active,
.calendar-panel .filter-buttons button.active:hover,
.month-calendar .filter-buttons button.active,
.month-calendar .filter-buttons button.active:hover,
.month-calendar .month-tabs button.active,
.month-calendar .month-tabs button.active:hover {
  color: #fff;
  border-color: rgba(237, 28, 36, 0.74);
  background:
    radial-gradient(circle at var(--liquid-highlight-x) var(--liquid-highlight-y), rgba(255, 255, 255, 0.16), transparent 42%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(237, 28, 36, 0.38) 58%, rgba(255, 255, 255, 0.07)),
    rgba(237, 28, 36, 0.5);
  transform: none;
}

.month-calendar .month-tabs button:not(.active),
.month-calendar .month-tabs button:not(.active):hover,
.month-calendar .month-tabs button:not(.active):focus {
  color: var(--text);
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.045);
  transform: none;
}

.city-row button::after,
.stage-strip button::after,
.action-row button::after,
.action-row a::after,
.hero-actions button::after,
.hero-actions a::after,
.mini-actions button::after,
.mini-actions a::after,
.filter-buttons button::after,
.month-tabs button::after,
.calendar-day button::after,
.club-grid button::after,
.saved-grid button::after,
.liquid-test .event-description a.liquid-glass-button::after {
  position: absolute;
  inset: -45% auto -45% var(--liquid-reflection-start);
  width: 42%;
  transform: rotate(var(--liquid-reflection-angle));
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.28), transparent);
  content: "";
  opacity: 0;
  pointer-events: none;
}

.city-row button:hover::after,
.stage-strip button:hover::after,
.action-row button:hover::after,
.action-row a:hover::after,
.hero-actions button:hover::after,
.hero-actions a:hover::after,
.mini-actions button:hover::after,
.mini-actions a:hover::after,
.filter-buttons button:hover::after,
.month-tabs button:hover::after,
.calendar-day button:hover::after,
.club-grid button:hover::after,
.saved-grid button:hover::after,
.liquid-test .event-description a.liquid-glass-button:hover::after {
  animation: liquidReflection 1500ms ease forwards;
}

.quick-save {
  position: absolute;
  overflow: hidden;
  isolation: isolate;
  min-height: 30px;
  height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 12px;
  background:
    radial-gradient(circle at var(--liquid-highlight-x) var(--liquid-highlight-y), rgba(255, 255, 255, 0.12), transparent 42%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(237, 28, 36, 0.055) 50%, rgba(255, 255, 255, 0.04)),
    rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(14px) saturate(128%);
  -webkit-backdrop-filter: blur(14px) saturate(128%);
  transition: color 1500ms ease, background 1500ms ease, border-color 1500ms ease, box-shadow 1500ms ease, transform 1500ms ease;
}

.quick-save:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.52);
  background:
    radial-gradient(circle at var(--liquid-highlight-x) var(--liquid-highlight-y), rgba(255, 255, 255, 0.18), transparent 42%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(237, 28, 36, 0.23) 58%, rgba(255, 255, 255, 0.08)),
    rgba(237, 28, 36, 0.24);
  transform: translateY(-1px);
}

.book-table-card {
  color: var(--gold);
  border-color: rgba(237, 28, 36, 0.45);
  background:
    radial-gradient(circle at var(--liquid-highlight-x) var(--liquid-highlight-y), rgba(255, 255, 255, 0.12), transparent 42%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(237, 28, 36, 0.055) 50%, rgba(255, 255, 255, 0.04)),
    rgba(0, 0, 0, 0.42);
  box-shadow: none;
}

.book-table-card:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.52);
  background:
    radial-gradient(circle at var(--liquid-highlight-x) var(--liquid-highlight-y), rgba(255, 255, 255, 0.18), transparent 42%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(237, 28, 36, 0.23) 58%, rgba(255, 255, 255, 0.08)),
    rgba(237, 28, 36, 0.24);
}

.quick-save::after {
  position: absolute;
  inset: -45% auto -45% var(--liquid-reflection-start);
  width: 42%;
  transform: rotate(var(--liquid-reflection-angle));
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.28), transparent);
  content: "";
  opacity: 0;
  pointer-events: none;
}

.quick-save:hover::after {
  animation: liquidReflection 1500ms ease forwards;
}

.event-open {
  min-height: 136px;
}

@keyframes liquidReflection {
  0% {
    left: var(--liquid-reflection-start);
    opacity: 0;
  }

  18% {
    opacity: 0.62;
  }

  100% {
    left: var(--liquid-reflection-end);
    opacity: 0;
  }
}

.clubs-page {
  padding: clamp(20px, 4vw, 34px);
}

.saved-page {
  display: grid;
  gap: 18px;
  padding: clamp(20px, 4vw, 34px);
}

.saved-page > h2 {
  margin-bottom: 0;
}

.club-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
}

.club-grid button {
  display: grid;
  gap: 10px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--text);
  text-align: left;
  background: rgba(255, 255, 255, 0.045);
  cursor: pointer;
}

.club-grid button:hover span,
.saved-grid button:hover span,
.calendar-day button:hover span {
  color: var(--red);
}

.calendar-day button:hover .calendar-event-text strong {
  color: var(--red);
}

.calendar-day button:hover .calendar-event-text em {
  color: #11131a;
}

/* Timing lock: every interactive control uses the same liquid-glass pace. */
button,
.action-row a,
.mini-actions a,
.filter-buttons button,
.month-tabs button,
.quick-save,
.calendar-day button,
.club-grid button,
.saved-grid button,
.event-description a.liquid-glass-button {
  transition-duration: 1500ms, 1500ms, 1500ms, 1500ms, 1500ms;
}

button:hover::after,
.action-row a:hover::after,
.mini-actions a:hover::after,
.filter-buttons button:hover::after,
.month-tabs button:hover::after,
.book-table-card:hover::after,
.quick-save:hover::after,
.calendar-day button:hover::after,
.club-grid button:hover::after,
.saved-grid button:hover::after,
.event-description a.liquid-glass-button:hover::after {
  animation-duration: 1500ms;
}

.club-grid img,
.club-grid i {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 8px;
  object-fit: cover;
  background: rgba(255, 255, 255, 0.07);
}

.club-grid span {
  color: var(--muted);
}

.club-detail {
  display: grid;
  gap: 18px;
}

.club-profile {
  display: grid;
  grid-template-columns: minmax(190px, 280px) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

.club-profile img,
.club-profile i {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 8px;
  object-fit: cover;
  background: rgba(255, 255, 255, 0.07);
}

.club-profile i {
  display: grid;
  place-items: center;
  color: var(--text);
  background: var(--red);
  font-style: normal;
  font-size: 72px;
  font-weight: 900;
}

.club-description {
  max-height: 360px;
  overflow: auto;
  padding-right: 10px;
}

.club-description p {
  margin-bottom: 18px;
}

.club-description h1,
.club-description h2,
.club-description h3 {
  margin: 18px 0 12px;
  font-size: clamp(18px, 2vw, 28px);
  line-height: 1.14;
}

.club-description img {
  display: block;
  width: 100%;
  max-height: 340px;
  margin: 22px 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  object-fit: cover;
}

.saved-page {
  display: grid;
  gap: 18px;
  padding: clamp(20px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(20, 22, 29, 0.78);
}

.saved-day {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

.saved-period {
  display: grid;
  gap: 10px;
}

.saved-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 10px;
}

.saved-grid button {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--text);
  text-align: left;
  background: rgba(255, 255, 255, 0.045);
  cursor: pointer;
}

.saved-grid img {
  grid-row: 1 / 3;
  width: 64px;
  height: 74px;
  border-radius: 6px;
  object-fit: cover;
}

.saved-grid span,
.empty-saved {
  color: var(--muted);
}

.checkout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 0 18px 18px;
  padding: 18px;
}

.checkout p {
  margin-bottom: 0;
}

.member-hook {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 24px;
  align-items: center;
  padding: clamp(24px, 5vw, 44px);
}

.phone-card {
  padding: 22px;
  border-color: rgba(237, 28, 36, 0.35);
  background:
    radial-gradient(circle at 85% 0%, rgba(237, 28, 36, 0.22), transparent 12rem),
    rgba(20, 22, 29, 0.88);
}

.public-footer {
  display: grid;
  gap: 8px;
  padding: 22px clamp(18px, 4vw, 54px) 30px;
  border-top: 1px solid var(--line);
  color: rgba(255, 248, 239, 0.58);
  font-size: 12px;
  line-height: 1.5;
  background: rgba(7, 8, 12, 0.42);
}

.public-footer p {
  max-width: 760px;
  margin: 0;
}

.public-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}

.public-footer a {
  color: rgba(241, 215, 143, 0.76);
}

.public-footer a:hover {
  color: var(--text);
}

@media (min-width: 981px) {
  .experience:not(:has(.event-page.full-width)) .event-page {
    display: flex;
    flex-direction: column;
    height: var(--event-detail-column-height, auto);
    overflow: hidden;
  }

  .experience:not(:has(.event-page.full-width)) .event-page .poster.event-hero {
    flex: 0 0 auto;
  }

  .experience:not(:has(.event-page.full-width)) .event-page .event-body {
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
  }

  .experience:not(:has(.event-page.full-width)) .event-page .event-body > section:first-child {
    height: auto;
  }

  .experience:not(:has(.event-page.full-width)) .event-page .side-modules {
    min-height: 0;
    overflow: auto;
    scrollbar-width: none;
  }

  .experience:not(:has(.event-page.full-width)) .event-page .side-modules::-webkit-scrollbar {
    display: none;
  }

  .month-overview-scroll,
  .calendar-event-day-list {
    max-height: none;
    padding-right: 0;
    overflow: visible;
    overscroll-behavior: auto;
  }
}

@media (max-width: 980px) {
  .hero,
  .experience,
  .event-body,
  .member-hook,
  .import-banner,
  .ai-search-panel,
  .ai-search-results,
  .news-grid,
  .calendar-head {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .stage-strip {
    position: relative;
    top: auto;
  }

  main.direct-event-route .experience {
    order: -1;
  }

  main.direct-event-route .event-page {
    order: -1;
  }

  .month-tabs {
    justify-content: flex-start;
  }
}

@media (max-width: 680px) {
  .site-nav {
    align-items: flex-start;
    flex-direction: column;
  }

  .event-card:has(.book-table-card-actions) .event-open {
    min-height: 178px;
    padding-bottom: 72px;
  }

  .event-card:has(.book-table-card-actions) .book-table-card-actions {
    right: auto;
    bottom: 14px;
    left: 16px;
    min-height: 30px;
    max-width: calc(100% - 32px);
  }

  .event-card:has(.book-table-card-actions) .book-table-card-actions .quick-save {
    height: 30px;
    min-height: 30px;
  }

  .event-list {
    max-height: min(58vh, 520px);
    padding: 8px;
    border: 1px solid var(--line);
    border-radius: 8px;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }

  .event-description img {
    min-height: min(58vw, 260px);
    object-position: center;
    background: rgba(255, 255, 255, 0.035);
  }

  .event-description img.description-end-logo,
  .event-description img.nammos-intro-logo {
    min-height: clamp(72px, 22vw, 120px);
    object-fit: contain;
    background: transparent;
  }

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

  .checkout {
    align-items: flex-start;
    flex-direction: column;
  }

  .poster h2,
  h1 {
    overflow-wrap: anywhere;
  }

  .weekday-row {
    display: none;
  }

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

  .calendar-day.empty {
    display: none;
  }
}

/* Local Dubai normal-site review: final touch-target and title safeguards. */
.city-row button,
.filter-buttons button,
.verified-dubai-event .hero-actions button,
.verified-dubai-event .hero-actions a,
.verified-dubai-event .action-row button,
.verified-dubai-event .action-row a {
  min-height: 48px;
}

.verified-dubai-event h1,
.verified-dubai-event h2,
.verified-dubai-event-card strong {
  overflow-wrap: normal;
  word-break: normal;
}

/* Keep the Dubai mobile calendar grid within its available track width. */
@media (max-width: 600px) {
  .experience:has(.month-calendar) {
    grid-template-columns: minmax(0, 1fr);
    min-width: 0;
  }
  .experience .event-page.full-width,
  .experience .month-calendar {
    min-width: 0;
    max-width: 100%;
  }
  .month-calendar .calendar-head {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* Dubai local review: one outer card per utility module, with no nested action frame. */
.verified-dubai-event .verified-dubai-hotel-module > .mini-actions,
.verified-dubai-event .verified-dubai-map-module > .mini-actions {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
