@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=DM+Sans:wght@400;500;700;800&family=Great+Vibes&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap");

.ticket-event-detail {
  --ticket-bg: #efe1bb;
  --ticket-bg-deep: #dcc58f;
  --ticket-surface: rgba(249, 240, 214, 0.9);
  --ticket-surface-strong: #fbf4e2;
  --ticket-ink: #241d13;
  --ticket-muted: #5d5648;
  --ticket-line: rgba(47, 40, 28, 0.14);
  --ticket-accent: #efbc18;
  --ticket-accent-dark: #a06636;
  --ticket-accent-soft: #f4e6bf;
  --ticket-deep: #46544f;
  --ticket-deep-2: #2d3835;
  --ticket-gold: #fac42e;
  --ticket-green: #7c938e;
  --ticket-red: #d84c47;
  background:
    radial-gradient(circle at top, rgba(255, 248, 228, 0.95), rgba(239, 225, 187, 0.72) 45%, rgba(206, 186, 133, 0.4) 100%),
    linear-gradient(180deg, #f8ebca 0%, #efe1bb 48%, #d5c090 100%);
  color: var(--ticket-ink);
  font-family: "DM Sans", sans-serif;
  padding: 28px 0 120px;
  position: relative;
  overflow-x: clip;
  overflow-y: visible;
}

.ticket-event-detail::before,
.ticket-event-detail::after {
  content: "";
  position: absolute;
  inset: auto auto 18% -5%;
  width: 320px;
  height: 320px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(250, 196, 46, 0.22) 0%, rgba(250, 196, 46, 0) 68%);
  pointer-events: none;
}

.ticket-event-detail::after {
  inset: 10% -8% auto auto;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(124, 147, 142, 0.22) 0%, rgba(124, 147, 142, 0) 72%);
}

.ticket-event-shell {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 1;
}

.ticket-event-hero-copy,
.ticket-event-hero-media {
  min-width: 0;
}

.ticket-event-breadcrumb {
    display: flex;
    gap: 8px;
    align-items: center;
    color: var(--ticket-muted);
    font-size: 13px;
    font-family: "Plus Jakarta Sans", sans-serif;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.ticket-event-breadcrumb a {
  color: #4b5f5b;
  font-weight: 800;
  text-wrap: nowrap;
}

.ticket-event-hero,
.ticket-event-section,
.ticket-trust-strip,
.ticket-anchor-strip,
.ticket-sticky-cta {
  border: 1px solid var(--ticket-line);
  box-shadow: 0 20px 55px rgba(36, 27, 20, 0.08);
}

.ticket-event-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
    gap: 30px;
    padding: 30px;
    border-radius: 34px;
    background: linear-gradient(rgba(248, 240, 214, 0.98), rgba(232, 208, 155, 0.98)) padding-box, linear-gradient(180deg, rgb(18 18 18 / 13%), rgb(18 18 18 / 0%)) border-box;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    border: 2px solid transparent;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    box-shadow: inset 4px 4px 8px #6d5e4678, inset -4px -4px 8px #8b7d654d;
}

.ticket-event-hero::after {
  content: "";
  position: absolute;
  right: -40px;
  top: -50px;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(124, 147, 142, 0.22) 0%, rgba(124, 147, 142, 0) 72%);
  pointer-events: none;
}

.ticket-event-kicker,
.ticket-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #4b5f5b;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 12px;
  font-weight: 800;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.ticket-event-kicker {
  margin-top: 16px;
}

.ticket-event-kicker::before,
.ticket-section-kicker::before {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
}

.ticket-event-badge {
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 249, 233, 0.55);
  border: 1px solid rgba(34, 28, 20, 0.18);
  color: #4b5f5b;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-family: "Plus Jakarta Sans", sans-serif;
  box-shadow: 4px 4px 8px #6d5e4678, inset -4px -4px 8px #8b7d654d;
}

.ticket-event-hero h1,
.ticket-event-section-head h2,
.ticket-gallery-block h3,
.ticket-package-card h3,
.ticket-itinerary-day h3,
.ticket-include-grid h3,
.ticket-accommodation-card h3 {
  font-family: "Cormorant Garamond", serif;
}

.ticket-event-hero h1 {
  font-size: clamp(36px, 6vw, 49px);
  line-height: 0.88;
  margin: 14px 0 14px;
  /* max-width: 10ch; */
  letter-spacing: -0.05em;
  color: #221c14;
  font-weight: 700;
  background-color: #475350;
  color: transparent;
  text-shadow: 0px 3px 3px rgba(255, 255, 255, 0.5);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
}

.ticket-event-subheadline {
  font-size: 19px;
  font-weight: 700;
  color: #3b4038;
  margin-bottom: 12px;
  font-family: "Cormorant Garamond", serif;
}

.ticket-event-description {
  color: var(--ticket-muted);
  font-size: 16px;
  line-height: 1.9;
  max-width: 64ch;
  margin-bottom: 18px;
}

.ticket-event-highlight-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}

.ticket-highlight-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(34, 28, 20, 0.12);
  background: rgba(255, 249, 233, 0.72);
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  color: #312b20;
  box-shadow: 4px 4px 8px #6d5e4678, inset -4px -4px 8px #8b7d654d;
}

.ticket-highlight-icon {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(160, 102, 54, 0.12);
  color: var(--ticket-accent-dark);
  flex: 0 0 28px;
  box-shadow: 2px 2px 4px #6d5e4678, inset -4px -4px 8px #8b7d654d;
}

.ticket-highlight-icon svg {
  width: 14px;
  height: 14px;
}

.ticket-event-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 20px;
}

.ticket-event-facts div,
.ticket-event-price-card,
.ticket-package-card,
.ticket-event-section,
.ticket-trust-strip,
.ticket-anchor-strip,
.ticket-accommodation-card,
.ticket-note-box {
  border-radius: 24px;
}

.ticket-event-facts div {
  background: linear-gradient(180deg, rgba(255, 249, 233, 0.92) 0%, rgba(245, 232, 194, 0.95) 100%);
  border: 1px solid rgba(34, 28, 20, 0.08);
  padding: 16px 18px;
  box-shadow: 4px 4px 8px #6d5e4678, inset -4px -4px 8px #8b7d654d;
}

.ticket-event-facts span,
.ticket-package-date,
.ticket-package-stock,
.ticket-event-price-card span,
.ticket-sticky-cta span,
.ticket-trust-label {
  display: block;
  color: var(--ticket-muted);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.ticket-event-facts strong {
  display: block;
  margin-top: 6px;
  font-size: 18px;
  color: #2a2418;
  font-family: "Cormorant Garamond", serif;
  font-size: 28px;
  line-height: 1;
}

.ticket-event-price-card {
  background:
    radial-gradient(circle at 100% 0%, rgba(250, 196, 46, 0.24), transparent 34%),
    linear-gradient(135deg, var(--ticket-deep) 0%, var(--ticket-deep-2) 100%);
  color: #fff8ec;
  padding: 22px;
  border: 1px solid rgba(255, 247, 228, 0.12);
  box-shadow: 4px 4px 8px #6d5e4678, inset -4px -4px 8px #8b7d654d;
}

.ticket-event-price-top {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 16px;
}

.ticket-event-seat-badge {
  border: 1px solid rgba(255, 247, 228, 0.16);
  background: rgba(243, 229, 194, 0.14);
  border-radius: 999px;
  padding: 10px 14px;
  font-weight: 700;
  font-size: 13px;
  white-space: nowrap;
}

.ticket-event-price-card strong {
  display: block;
  font-size: clamp(20px, 5vw, 38px);
  line-height: 1;
  margin: 8px 0 10px;
  letter-spacing: -0.04em;
  font-family: "Cormorant Garamond", serif;
  color: #fff7ea;
}

.ticket-event-price-card p {
  margin: 0;
  color: rgba(255, 248, 236, 0.9);
  max-width: 42ch;
}

.ticket-event-hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.ticket-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 999px;
  padding: 14px 24px;
  font-weight: 800;
  transition: 0.2s ease;
  border: 1px solid transparent;
  font-family: "Plus Jakarta Sans", sans-serif;
  letter-spacing: 0.01em;
}

.ticket-btn-primary {
  background: linear-gradient(180deg, #ffd53d 0%, #efbc18 100%);
  color: #161109;
  box-shadow: 4px 4px 6px #6d5e4678, inset -4px -4px 8px #8b7d654d;
  background-color: #fff7eaeb;
}

.ticket-btn-primary:hover {
  background: linear-gradient(180deg, #ffdf68 0%, #f0c436 100%);
  color: #161109;
}

.ticket-btn-primary:disabled {
  background: linear-gradient(180deg, #d7d0be 0%, #b8ad95 100%);
  color: #4d4230;
  box-shadow: none;
  cursor: not-allowed;
}

.ticket-event-inline-note {
  margin: 14px 0 0;
  color: rgba(255, 248, 239, 0.84);
  font-size: 0.92rem;
}

.ticket-btn-secondary {
  background: rgba(243, 229, 194, 0.14);
  color: #fff8ef;
  border-color: rgba(255, 247, 228, 0.18);
  box-shadow: 2px 2px 4px #6d5e4678, inset -1px 0px 12px #8b7d654d;
}

.ticket-event-hero-media-frame {
  position: relative;
  min-height: 100%;
  object-fit: cover;
  height: 100%;
  /* background: rgba(255, 249, 233, 0.96); */
  border: 1px solid rgba(34, 28, 20, 0.08);
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 4px 4px 8px #6d5e4678, inset -4px -4px 8px #8b7d654d;
}

.ticket-event-hero-media-frame::after {
  content: "";
  position: absolute;
  inset: auto -5% -16% auto;
  width: 240px;
  height: 240px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(250, 196, 46, 0.34) 0%, rgba(250, 196, 46, 0.04) 52%, rgba(250, 196, 46, 0) 74%);
  filter: blur(6px);
}

.ticket-event-hero-media img,
.ticket-gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ticket-event-hero-media img,
.ticket-event-hero-placeholder {
  min-height: 620px;
}

.ticket-event-hero-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: rgba(255, 248, 240, 0.72);
  padding: 28px;
  background:
    radial-gradient(circle at center, rgba(250, 196, 46, 0.18), transparent 32%),
    linear-gradient(180deg, #2f3937 0%, #46544f 100%);
}

.ticket-event-media-badge {
    position: absolute;
    z-index: 2;
    backdrop-filter: blur(5px);
    overflow: hidden;
    padding: 9px 12px;
    border-radius: 999px;
    background: rgba(255, 249, 233, 0.55);
    border: 1px solid rgba(34, 28, 20, 0.18);
    color: #4b5f5b;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    font-family: "Plus Jakarta Sans", sans-serif;
    box-shadow: 4px 4px 8px #6d5e4678, inset -4px -4px 8px #8b7d654d;
}

.ticket-event-media-badge-top {
  top: 10px;
  left: 10px;
}

.ticket-event-media-badge-bottom {
  right: 8px;
  bottom: 10px;
}

.ticket-trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  background: linear-gradient(180deg, rgba(128, 150, 144, 0.92) 0%, rgba(99, 121, 116, 0.94) 100%);
  backdrop-filter: blur(12px);
  margin-bottom: 18px;
  color: #fff7e4;
}

.ticket-trust-strip article {
  padding: 18px 20px;
}

.ticket-trust-strip article + article {
  border-left: 1px solid var(--ticket-line);
}

.ticket-trust-strip strong {
  display: block;
  margin-top: 8px;
  line-height: 1.5;
  font-size: 15px;
  color: #fff7e4;
}

.ticket-anchor-strip {
  padding: 14px 16px;
  margin-bottom: 24px;
  background: rgb(70 84 79 / 32%);
  position: sticky;
  top: var(--ticket-anchor-top, 84px);
  z-index: 22;
  backdrop-filter: blur(5px);
  border-color: rgba(250, 245, 229, 0.28);
  box-shadow: inset 4px 4px 8px #6d5e4678, inset -4px -4px 8px #8b7d654d;
  border-radius: 9999px;
}

.ticket-anchor-strip-scroll {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  touch-action: auto;
  padding: 10px 0;
  overscroll-behavior-x: contain;
}

.ticket-anchor-strip-scroll::-webkit-scrollbar {
  display: none;
}

.ticket-anchor-strip a {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(243, 229, 194, 0.16);
  background: rgba(243, 229, 194, 0.1);
  color: #f6f0e4;
  font-weight: 700;
  font-size: 14px;
  white-space: nowrap;
  flex: 0 0 auto;
  transition: 0.2s ease;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #7B968F;
  background-color: #fff7eaeb;
  border-radius: 9999px;
  font-size: 14px;
  border: 1px solid white;
  padding: 11px 14px !important;
  box-shadow: 4px 4px 8px #6d5e4678, inset -4px -4px 8px #8b7d654d;
}

.ticket-anchor-strip a.is-active {
  background: linear-gradient(180deg, #f3e5c2 0%, #e8d093 100%);
  border-color: transparent;
  color: #273633;
  /* box-shadow: 0 10px 22px rgba(42, 41, 34, 0.18); */
}

#package-options,
#itinerary,
#gallery,
#meeting-point,
#facilities,
#accommodation {
  scroll-margin-top: var(--ticket-anchor-scroll-margin, 170px);
}

body.event-detail-page #live-chat-fab,
body.event-detail-page .wrapper-bottom-nav-mobile {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.ticket-event-section {
  padding: 28px;
  background: linear-gradient(rgba(248, 240, 214, 0.98), rgba(232, 208, 155, 0.98)) padding-box, linear-gradient(180deg, rgb(18 18 18 / 13%), rgb(18 18 18 / 0%)) border-box;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
  border: 2px solid transparent;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  box-shadow: inset 4px 4px 8px #6d5e4678, inset -4px -4px 8px #8b7d654d;
}

.ticket-event-section-emphasis {
  background: linear-gradient(rgba(248, 240, 214, 0.98), rgba(232, 208, 155, 0.98)) padding-box, linear-gradient(180deg, rgb(18 18 18 / 13%), rgb(18 18 18 / 0%)) border-box;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  border: 2px solid transparent;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  box-shadow: inset 4px 4px 8px #6d5e4678, inset -4px -4px 8px #8b7d654d;
}

.ticket-event-section-head {
  margin-bottom: 22px;
}

.ticket-event-section-head h2 {
  font-size: clamp(26px, 4vw, 46px);
  margin: 10px 0 10px;
  letter-spacing: -0.04em;
  line-height: 0.94;
  background-color: #475350;
  color: transparent;
  text-shadow: 0px 3px 3px rgba(255, 255, 255, 0.5);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
}

.ticket-event-section-head p {
  color: var(--ticket-muted);
  max-width: 780px;
  margin: 0;
  line-height: 1.8;
}

.ticket-package-grid,
.ticket-gallery-grid,
.ticket-include-grid {
  display: grid;
  gap: 18px;
}

.ticket-package-grid {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.ticket-package-card {
  background:
    linear-gradient(180deg, rgba(255, 249, 233, 0.98) 0%, rgba(243, 230, 191, 0.98) 100%);
  border: 1px solid rgba(34, 28, 20, 0.1);
  padding: 22px;
  position: relative;
  overflow: hidden;
  box-shadow: 4px 4px 8px #6d5e4678, inset -4px -4px 8px #8b7d654d;
}

.ticket-package-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: linear-gradient(180deg, var(--ticket-gold) 0%, var(--ticket-accent) 100%);
}

.ticket-package-card h3 {
  font-size: 30px;
  margin: 10px 0;
  line-height: 0.95;
  background-color: #475350;
  color: transparent;
  text-shadow: 0px 3px 3px rgba(255, 255, 255, 0.5);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  padding: 8px 0;
}

.ticket-package-location {
  color: var(--ticket-muted);
  margin-bottom: 18px;
}

.ticket-package-pricing {
  margin-bottom: 16px;
}

.ticket-package-pricing strong {
  display: block;
  font-size: 40px;
  line-height: 1.05;
  letter-spacing: -0.04em;
  font-family: "Cormorant Garamond", serif;
  background-color: #475350;
  color: transparent;
  text-shadow: 0px 3px 3px rgba(255, 255, 255, 0.5);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
}

.ticket-package-strike {
  color: #948979;
  text-decoration: line-through;
  display: block;
}

.ticket-package-points {
  margin: 0 0 18px;
  padding-left: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.ticket-package-points li {
  position: relative;
  padding-left: 24px;
  color: #39353f;
  line-height: 1.65;
}

.ticket-package-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--ticket-gold), var(--ticket-accent));
}

.ticket-gallery-block + .ticket-gallery-block {
  margin-top: 30px;
}

.ticket-gallery-block h3 {
  margin-bottom: 16px;
  font-size: 28px;
  background-color: #475350;
  color: transparent;
  text-shadow: 0px 3px 3px rgba(255, 255, 255, 0.5);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
}

.ticket-gallery-grid {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  box-shadow: inset 4px 4px 8px #6d5e4678, inset -4px -4px 8px #8b7d654d;
  padding: 16px;
  border-radius: 16px;
}

.ticket-gallery-grid-editorial {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.ticket-gallery-grid figure {
  margin: 0;
  background: rgba(255, 249, 233, 0.96);
  border: 1px solid rgba(34, 28, 20, 0.08);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 4px 4px 8px #6d5e4678, inset -4px -4px 8px #8b7d654d;
  max-height: 300px;
  position: relative;
}

.ticket-gallery-grid-editorial figure {
  grid-column: span 4;
}

.ticket-gallery-grid-editorial .ticket-gallery-featured {
  grid-column: span 8;
}

.ticket-gallery-grid img {
  aspect-ratio: 4 / 3;
}

.ticket-gallery-grid-editorial .ticket-gallery-featured img {
  aspect-ratio: 16 / 10;
}

.ticket-gallery-grid figcaption {
  padding: 13px 15px;
  color: var(--ticket-muted);
  font-size: 14px;
  line-height: 1.6;
}

.ticket-gallery-preview-trigger::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20, 17, 12, 0.08) 0%, rgba(20, 17, 12, 0.72) 100%);
  pointer-events: none;
}

.ticket-gallery-more {
    position: absolute;
    inset: auto 13px 12px 90px;
    min-height: 53px;
    border: 0;
    border-radius: 18px;
    padding: 8px 12px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 2px;
    background: linear-gradient(135deg, rgba(255, 210, 74, 0.96) 0%, rgba(243, 184, 58, 0.92) 100%);
    color: #2c2008;
    box-shadow: 0 18px 38px rgba(36, 27, 20, 0.24);
    z-index: 2;
    transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.ticket-gallery-more:hover,
.ticket-gallery-more:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 22px 44px rgba(36, 27, 20, 0.3);
}

.ticket-gallery-more span {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ticket-gallery-more strong {
  font-size: 18px;
  line-height: 1;
}

body.ticket-gallery-modal-open {
  overflow: hidden;
}

.ticket-gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
}

.ticket-gallery-modal[hidden] {
  display: none;
}

.ticket-gallery-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(22, 18, 14, 0.68);
  backdrop-filter: blur(12px);
}

.ticket-gallery-modal-dialog {
  position: relative;
  width: min(1120px, 100%);
  max-height: min(86vh, 920px);
  overflow: auto;
  border-radius: 28px;
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(255, 249, 233, 0.98) 0%, rgba(248, 238, 210, 0.98) 100%);
  border: 1px solid rgba(34, 28, 20, 0.1);
  box-shadow: 0 36px 80px rgba(20, 15, 11, 0.3);
}

.ticket-gallery-modal-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.ticket-gallery-modal-head h3 {
  margin: 6px 0 0;
  font-size: clamp(28px, 4vw, 40px);
}

.ticket-gallery-modal-close {
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 999px;
  background: rgba(34, 28, 20, 0.08);
  color: #2f2e36;
  font-size: 30px;
  line-height: 1;
  flex: 0 0 auto;
}

.ticket-gallery-modal-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ticket-gallery-modal-grid.ticket-gallery-modal-grid-editorial {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.ticket-gallery-modal-grid figure {
  margin: 0;
  background: rgba(255, 252, 243, 0.98);
  border: 1px solid rgba(34, 28, 20, 0.08);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 16px 34px rgba(36, 27, 20, 0.06);
}

.ticket-gallery-modal-grid.ticket-gallery-modal-grid-editorial figure {
  grid-column: span 4;
}

.ticket-gallery-modal-grid.ticket-gallery-modal-grid-editorial .ticket-gallery-featured {
  grid-column: span 8;
}

.ticket-gallery-modal-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.ticket-gallery-modal-grid.ticket-gallery-modal-grid-editorial .ticket-gallery-featured img {
  aspect-ratio: 16 / 10;
}

.ticket-gallery-modal-grid figcaption {
  padding: 14px 16px 16px;
  color: var(--ticket-muted);
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}

.ticket-pickup-table-wrap {
  overflow-x: auto;
}

.ticket-pickup-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: rgba(255, 249, 233, 0.94);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 4px 4px 8px #6d5e4678, inset -4px -4px 8px #8b7d654d;
}

.ticket-pickup-table th,
.ticket-pickup-table td {
  padding: 15px 16px;
  border-bottom: 1px solid rgba(54, 40, 27, 0.08);
  text-align: left;
  vertical-align: top;
}

.ticket-pickup-table th {
  background: linear-gradient(180deg, #7c938e 0%, #637974 100%);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff7e4;
}

.ticket-include-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ticket-include-grid article {
  background: rgba(255, 249, 233, 0.94);
  border: 1px solid rgba(34, 28, 20, 0.08);
  border-radius: 20px;
  padding: 22px;
  box-shadow: 4px 4px 8px #6d5e4678, inset -4px -4px 8px #8b7d654d;
}

.ticket-include-grid h3 {
  font-size: 30px;
  margin-bottom: 14px;
  background-color: #475350;
  color: transparent;
  text-shadow: 0px 3px 3px rgba(255, 255, 255, 0.5);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
}

.ticket-include-grid ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.ticket-include-grid li {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 12px;
  align-items: flex-start;
  color: #2f2e36;
  line-height: 1.7;
}

.ticket-include-grid li + li {
  margin-top: 14px;
}

.ticket-include-item-icon {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 32px;
  margin-top: 2px;
}

.ticket-include-item-icon svg {
  width: 16px;
  height: 16px;
}

.ticket-include-icon-ok {
  background: rgba(124, 147, 142, 0.18);
  color: #4b5f5b;
}

.ticket-include-icon-no {
  background: rgba(216, 76, 71, 0.12);
  color: var(--ticket-red);
}

.ticket-accommodation-card,
.ticket-note-box {
  background: rgba(255, 249, 233, 0.96);
  padding: 24px;
  box-shadow: 4px 4px 8px #6d5e4678, inset -4px -4px 8px #8b7d654d;
}

.ticket-accommodation-card h3 {
  font-size: 30px;
  margin-bottom: 0px;
  background-color: #475350;
  color: transparent;
  text-shadow: 0px 3px 3px rgba(255, 255, 255, 0.5);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
}

.ticket-accommodation-card p,
.ticket-note-box {
  color: var(--ticket-muted);
  line-height: 1.9;
}

.ticket-itinerary-stack {
  display: grid;
  gap: 20px;
}

.ticket-itinerary-day {
  background: rgba(255, 249, 233, 0.94);
  border: 1px solid rgba(34, 28, 20, 0.08);
  border-radius: 22px;
  padding: 24px;
  position: relative;
  overflow: hidden;
  box-shadow: 4px 4px 8px #6d5e4678, inset -4px -4px 8px #8b7d654d;
}

.ticket-itinerary-day::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 7px;
  background: linear-gradient(180deg, var(--ticket-gold) 0%, var(--ticket-accent) 100%);
}

.ticket-itinerary-day-head {
  margin-bottom: 18px;
  padding-left: 6px;
}

.ticket-itinerary-day-head span {
  display: inline-flex;
  margin-bottom: 8px;
  color: #4b5f5b;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.ticket-itinerary-day-head h3 {
  font-size: 30px;
  margin-bottom: 8px;
  background-color: #475350;
  color: transparent;
  text-shadow: 0px 3px 3px rgba(255, 255, 255, 0.5);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
}

.ticket-itinerary-day-head p,
.ticket-itinerary-item p {
  color: var(--ticket-muted);
  margin: 0;
  line-height: 1.8;
}

.ticket-itinerary-items {
  display: grid;
  gap: 14px;
}

.ticket-itinerary-item {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  border-top: 1px dashed rgba(54, 40, 27, 0.14);
  padding-top: 14px;
}

.ticket-itinerary-item strong {
  color: #4b5f5b;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ticket-note-box {
  border-left: 6px solid var(--ticket-gold);
}

.ticket-trust-label {
    color: #d5d5d5;
}

.ticket-sticky-cta {
  position: fixed;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  width: min(960px, calc(100% - 24px));
  background: linear-gradient(180deg, rgb(185 185 185 / 67%) 0%, rgb(123 123 123 / 67%) 100%);
  -webkit-backdrop-filter: blur(5px) saturate(140%);
  padding: 12px 22px 12px 22px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  z-index: 30;
  border: 1px solid rgba(255, 247, 228, 0.14);
  border-radius: 9999px !important;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  box-shadow: inset 4px 4px 8px #6d5e4678, inset -4px -4px 8px #8b7d654d;
}

.ticket-sticky-cta strong {
  color: #161616;
  font-size: 25px;
  letter-spacing: -0.03em;
  font-family: "Cormorant Garamond", serif;
}

body.event-detail-page .main-header {
  position: sticky;
  top: 0;
  z-index: 1100;
  padding: 14px 18px 0;
  background: transparent;
  box-shadow: none;
  /* backdrop-filter: blur(0px); */
  -webkit-backdrop-filter: blur(0px);
}

body.event-detail-page .main-header .container {
  max-width: 1280px;
}

body.event-detail-page .header-nav {
  border: 1px solid rgba(250, 245, 229, 0.18);
  background: rgb(248 248 255 / 1%);
  border-radius: 32px !important;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  padding: 0px 14px;
  box-shadow: inset 4px 4px 8px #6d5e4678, inset -4px -4px 8px #8b7d654d;
}

body.event-detail-page .header-nav .main-menu-wrapper {
  min-height: 82px;
  padding: 0 24px;
}

body.event-detail-page .header-nav .main-menu-wrapper .main-nav > li > a,
body.event-detail-page .header-btn a,
body.event-detail-page .header__hamburger .sidebar-menu,
body.event-detail-page .theme-toggle {
  color: #f6f0e4;
  font-family: "DM Sans", sans-serif;
}

body.event-detail-page .header-nav .main-menu-wrapper .main-nav > li.active > a,
body.event-detail-page .header-nav .main-menu-wrapper .main-nav > li:hover > a {
  color: #ffd45d;
}

body.event-detail-page .btn.btn-white {
  border-radius: 999px;
  background: linear-gradient(180deg, #e8d093 0%, #f4e6be 100%);
  color: #10247f;
  border: 0;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
}

body.event-detail-page footer {
  background:
    linear-gradient(180deg, #3f4d4a 0%, #2f3937 100%);
  color: #f6f0e4;
  position: relative;
  overflow: hidden;
}

body.event-detail-page footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 14%, rgba(250, 196, 46, 0.14), transparent 22%),
    radial-gradient(circle at 84% 12%, rgba(243, 229, 194, 0.12), transparent 20%);
  pointer-events: none;
}

body.event-detail-page footer .footer-top,
body.event-detail-page footer .footer-bottom {
  position: relative;
  z-index: 1;
}

body.event-detail-page footer .footer-wrap {
  background: rgba(243, 229, 194, 0.08) !important;
  border: 1px solid rgba(243, 229, 194, 0.12);
  border-radius: 28px;
  padding: 28px;
  backdrop-filter: blur(8px);
}

body.event-detail-page footer .footer-widget h5,
body.event-detail-page footer .footer-bottom p,
body.event-detail-page footer .footer-bottom a,
body.event-detail-page footer .footer-wrap p,
body.event-detail-page footer .footer-menu a {
  color: #f6f0e4;
}

body.event-detail-page footer .footer-widget h5 {
  font-family: "Cormorant Garamond", serif;
  font-size: 28px;
  letter-spacing: -0.02em;
}

body.event-detail-page footer .footer-menu a,
body.event-detail-page footer .social-icon a,
body.event-detail-page footer .card-links a {
  opacity: 0.88;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

body.event-detail-page footer .footer-menu a:hover,
body.event-detail-page footer .social-icon a:hover,
body.event-detail-page footer .card-links a:hover {
  opacity: 1;
  transform: translateY(-1px);
}

body.event-detail-page footer .social-icon a,
body.event-detail-page footer .avatar.avatar-lg {
  background: rgba(243, 229, 194, 0.12);
  border: 1px solid rgba(243, 229, 194, 0.12);
}

body.event-detail-page footer .footer-bottom {
  background: transparent;
  border-top: 1px solid rgba(243, 229, 194, 0.12);
  margin-top: 18px;
}

@media (max-width: 1100px) {
  .ticket-event-hero {
    grid-template-columns: 1fr;
  }

  .ticket-trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ticket-trust-strip article:nth-child(3),
  .ticket-trust-strip article:nth-child(4) {
    border-top: 1px solid var(--ticket-line);
  }

  .ticket-gallery-grid-editorial figure,
  .ticket-gallery-grid-editorial .ticket-gallery-featured {
    grid-column: span 6;
  }
}

@media (max-width: 991px) {
  .ticket-event-facts,
  .ticket-include-grid {
    grid-template-columns: 1fr;
  }

  .ticket-event-hero-media img,
  .ticket-event-hero-placeholder {
    min-height: 360px;
  }
}

section.ticket-event-detail {
    margin-top: -115px;
    padding-top: 135px;
}

span {
  background-color: #475350;
  color: transparent;
  text-shadow: 0px 3px 3px rgba(255, 255, 255, 0.5);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
}

@media (max-width: 767px) {
  .ticket-event-detail {
    padding-top: calc(var(--ticket-anchor-top, 72px) + 20px);
    padding-bottom: 70px;
  }

  .ticket-event-breadcrumb {
    font-size: 10px;
    margin-bottom: 10px;
    padding: 0;
  }

  a.logo-white.header-logo img {
    max-height: 26px !important;
  }

  .ticket-event-highlight-row {
    display: block;
    white-space: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 6px;
    width: 100%;
    touch-action: pan-x;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
  }

  .ticket-event-highlight-row::-webkit-scrollbar {
    display: none;
  }

  .ticket-highlight-pill {
    display: inline-flex;
    vertical-align: top;
    margin-right: 10px;
    white-space: nowrap;
  }
  .ticket-package-card h3 {
    font-size: 26px;
  }

  .ticket-package-pricing strong {
    font-size: 32px;
  }

  .ticket-event-shell {
    padding: 0 14px;
  }

  .ticket-event-hero,
  .ticket-event-section {
    padding: 18px 16px;
    border-radius: 24px;
  }

  .ticket-event-hero h1 {
    max-width: none;
    font-size: clamp(26px, 12vw, 36px);
    padding: 0px 0 8px 0;
  }

  .ticket-anchor-strip {
    top: var(--ticket-anchor-top, 22px);
    padding: 8px 0px;
    border-radius: 999px;
  }

  .ticket-event-price-top,
  .ticket-trust-strip {
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .ticket-anchor-strip-scroll {
    -webkit-overflow-scrolling: touch;
    touch-action: auto;
    padding: 6px 12px;
  }

  .ticket-anchor-strip a {
    min-width: max-content;
    flex: 0 0 auto;
  }

  .ticket-trust-strip article + article {
    border-left: none;
    border-top: 1px solid var(--ticket-line);
  }

  .ticket-gallery-grid-editorial figure,
  .ticket-gallery-grid-editorial .ticket-gallery-featured {
    grid-column: auto;
  }

  .ticket-gallery-grid,
  .ticket-gallery-grid-editorial {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(70vw, 1fr);
    grid-template-columns: none;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 16px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
  }

  .ticket-gallery-grid::-webkit-scrollbar,
  .ticket-gallery-grid-editorial::-webkit-scrollbar {
    display: none;
  }

  .ticket-gallery-grid figure,
  .ticket-gallery-grid-editorial figure,
  .ticket-gallery-grid-editorial .ticket-gallery-featured {
    width: 100%;
    min-width: 0;
    max-height: 300px;
    object-fit: cover;
  }

  .ticket-gallery-preview-trigger {
    min-height: 100%;
  }

  .ticket-gallery-preview-trigger img {
    display: block;
    aspect-ratio: 4 / 4.6;
    filter: saturate(0.88) brightness(0.7);
  }

  .ticket-gallery-preview-trigger::after {
    display: block;
    background: linear-gradient(180deg, rgba(24, 18, 12, 0.18) 0%, rgba(24, 18, 12, 0.66) 100%);
  }

  .ticket-gallery-preview-trigger figcaption {
    display: none;
  }

  .ticket-gallery-more {
    inset: 12px;
    min-height: calc(100% - 24px);
    border-radius: 20px;
    align-items: center;
    justify-content: center;
    text-align: center;
    background:
      linear-gradient(180deg, rgb(255 214 98 / 28%), rgb(243 184 58 / 9%)), rgba(255, 248, 228, 0.14);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 248, 228, 0.5);
  }

  .ticket-gallery-more span {
    font-size: 24px;
    text-align: center;
    background-color: #e7e7e7;
    color: transparent;
    text-shadow: 0.5px 0.5px 0.5px rgba(255, 255, 255, 0.5);
    -moz-background-clip: text;
    background-clip: text;
    font-family: "Cormorant Garamond", serif;
  }

  .ticket-gallery-more strong {
    font-size: 36px;
    text-align: center;
    background-color: #e7e7e7;
    color: transparent;
    text-shadow: 0.5px 0.5px 0.5px rgba(255, 255, 255, 0.5);
    -moz-background-clip: text;
    background-clip: text;
    font-family: "Cormorant Garamond", serif;
    padding: 0px 0 16px 0;
    margin-top: -10px;
  }

  .ticket-gallery-modal {
    padding: 12px;
    align-items: flex-end;
  }

  .ticket-gallery-modal-dialog {
    max-height: 82vh;
    padding: 18px 16px 16px;
    border-radius: 24px 24px 0 0;
  }

  .ticket-gallery-modal-head h3 {
    font-size: 24px;
  }

  .ticket-gallery-modal-close {
    width: 42px;
    height: 42px;
    font-size: 26px;
  }

  .ticket-gallery-modal-grid,
  .ticket-gallery-modal-grid.ticket-gallery-modal-grid-editorial {
    grid-template-columns: 1fr;
  }

  .ticket-gallery-modal-grid.ticket-gallery-modal-grid-editorial figure,
  .ticket-gallery-modal-grid.ticket-gallery-modal-grid-editorial .ticket-gallery-featured {
    grid-column: auto;
  }

  .ticket-itinerary-item {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .ticket-sticky-cta {
    left: 14px;
    right: 14px;
    width: auto;
    max-width: none;
    transform: none;
    border-radius: 18px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    padding: 12px 12px 12px 14px;
    bottom: 10px;
    gap: 10px;
    box-sizing: border-box;
  }

  .ticket-sticky-cta > div {
    min-width: 0;
    flex: 1 1 auto;
  }

  .ticket-sticky-cta .ticket-btn {
    width: auto;
    min-width: 120px;
    padding: 10px 14px;
    font-size: 13px;
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .ticket-sticky-cta span {
    font-size: 10px;
    letter-spacing: 0.1em;
  }

  .ticket-sticky-cta strong {
    font-size: 24px;
    line-height: 1.05;
    white-space: nowrap;
  }

  body.event-detail-page .main-header {
    padding: 10px 12px 0;
  }

  body.event-detail-page .header-nav {
    border-radius: 22px;
  }

  body.event-detail-page .header-nav .main-menu-wrapper {
    min-height: 55px;
    padding: 0 16px;
  }

  body.event-detail-page footer .footer-wrap {
    border-radius: 22px;
    padding: 20px 16px;
  }

}

html body.event-detail-page #live-chat-fab,
html body.event-detail-page #live-chat-fab *,
html body.event-detail-page .wrapper-bottom-nav-mobile,
html body.event-detail-page .wrapper-bottom-nav-mobile *,
html body.event-detail-page .back-to-top {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
