:root {
  --black: #050505;
  --rich-black: #0b0b0d;
  --navy: #071426;
  --navy-2: #0b2037;
  --gold: #d4a63a;
  --light-gold: #f2d47d;
  --white: #fff;
  --soft: #f3f3f3;
  --muted: #a5a5a5;
  --line: rgba(255, 255, 255, 0.14);
  --dark-line: rgba(5, 5, 5, 0.14);
  --display: "Space Grotesk", sans-serif;
  --body: "Inter", sans-serif;
  --shell: min(1320px, calc(100% - 48px));
  --wide: min(1600px, calc(100% - 48px));
  --radius: 18px;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--black); color: var(--white); font-family: var(--body); font-size: 16px; line-height: 1.65; overflow-x: hidden; }
.tdw-select { position: relative; display: block; width: 100%; min-width: 0; }
.tdw-select-native { position: absolute!important; width: 1px!important; height: 1px!important; min-height: 0!important; margin: -1px!important; padding: 0!important; overflow: hidden!important; clip: rect(0 0 0 0)!important; clip-path: inset(50%)!important; border: 0!important; opacity: 0!important; pointer-events: none!important; }
.tdw-select-button { display: flex; align-items: center; justify-content: space-between; gap: 12px; width: 100%; min-height: 42px; padding: 9px 12px; border: 1px solid rgba(212,166,58,.34); border-radius: 9px; outline: 0; background: linear-gradient(180deg,#0c1b2c,#07111e); color: #fff; box-shadow: inset 0 1px rgba(255,255,255,.04); font: 600 .86rem/1.3 var(--body); text-align: left; cursor: pointer; transition: border-color .2s,box-shadow .2s,background .2s; }
.tdw-select-button span { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.tdw-select-button i { flex: 0 0 auto; width: 8px; height: 8px; border-right: 2px solid var(--light-gold); border-bottom: 2px solid var(--light-gold); transform: rotate(45deg) translateY(-2px); transition: transform .2s; }
.tdw-select.is-open .tdw-select-button,.tdw-select-button:focus-visible { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(212,166,58,.16),inset 0 1px rgba(255,255,255,.05); }
.tdw-select.is-open .tdw-select-button i { transform: rotate(225deg) translate(-2px,-2px); }
.tdw-select-button:disabled { cursor: not-allowed; opacity: .55; }
.tdw-select-menu { position: fixed; z-index: 10000; max-height: 288px; padding: 6px; overflow-y: auto; border: 1px solid rgba(242,212,125,.38); border-radius: 11px; background: #07111e; box-shadow: 0 20px 55px rgba(0,0,0,.55); scrollbar-width: thin; scrollbar-color: var(--gold) #0c1b2c; }
.tdw-select-menu[hidden] { display: none; }
.tdw-select-option { display: flex; align-items: center; width: 100%; min-height: 40px; padding: 8px 11px; border: 0; border-radius: 7px; background: transparent; color: rgba(255,255,255,.84); font: 500 .85rem/1.3 var(--body); text-align: left; cursor: pointer; }
.tdw-select-option:hover,.tdw-select-option:focus-visible { outline: 0; background: rgba(212,166,58,.13); color: #fff; }
.tdw-select-option.is-selected { background: linear-gradient(90deg,var(--gold),#e9bd4c); color: #07101c; font-weight: 800; }
.tdw-select-option.is-selected::after { content: '✓'; margin-left: auto; padding-left: 10px; }
.tdw-select-option:disabled { cursor: not-allowed; opacity: .4; }
.hero-booking-field.has-custom-select .hero-field-status { display: none; }
.hero-booking-field .tdw-select-button,.visit-search-summary .tdw-select-button { min-height: 25px; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; font-size: inherit; }
body.menu-open, body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { color: inherit; font: inherit; }
button { cursor: pointer; }
p, h1, h2, h3, ul, dl, blockquote { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); line-height: 1.06; letter-spacing: -0.035em; }
h1 { font-size: clamp(3.2rem, 6.8vw, 7.2rem); }
h2 { font-size: clamp(2.15rem, 4.5vw, 4.6rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.65rem); }
em { color: var(--light-gold); font-style: normal; }
::selection { background: var(--gold); color: var(--black); }
:focus-visible { outline: 3px solid var(--light-gold); outline-offset: 4px; }
.sr-only { position: absolute!important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 9999; top: 12px; left: 12px; padding: 12px 18px; background: var(--light-gold); color: var(--black); transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }
.loader { position: fixed; z-index: 9998; inset: 0; display: grid; place-items: center; background: var(--black); transition: opacity .5s, visibility .5s; }
.loader span { color: var(--light-gold); font-family: var(--display); font-size: 2rem; font-weight: 700; letter-spacing: .32em; animation: pulseLogo 1s infinite alternate; }
.loaded .loader { opacity: 0; visibility: hidden; }
@keyframes pulseLogo { to { opacity: .35; transform: scale(.96); } }

.site-header { position: fixed; z-index: 1000; top: 0; left: 0; width: 100%; border-bottom: 1px solid transparent; transition: background .35s, border-color .35s, transform .35s; }
.site-header.scrolled { background: rgba(5,5,5,.92); border-color: var(--line); backdrop-filter: blur(18px); }
.header-shell { width: var(--wide); height: 92px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; min-width: 142px; }
.brand img { width: 54px; height: 54px; object-fit: contain; object-position: center; border-radius: 0; margin-right: 9px; }
.brand span { display: flex; flex-direction: column; font-family: var(--display); line-height: .92; }
.brand b { font-size: 1.45rem; letter-spacing: .12em; color: var(--light-gold); }
.brand small { margin-top: 5px; font-size: .57rem; letter-spacing: .22em; }
.desktop-nav { display: flex; align-items: center; gap: clamp(14px, 1.6vw, 28px); font-size: .83rem; font-weight: 600; }
.desktop-nav > a, .dropdown > button { position: relative; padding: 34px 0; color: rgba(255,255,255,.84); white-space: nowrap; }
.desktop-nav > a::after, .dropdown > button::after { position: absolute; content: ""; bottom: 24px; left: 0; width: 0; height: 2px; background: var(--gold); transition: width .25s; }
.desktop-nav > a:hover::after, .desktop-nav > a[aria-current="page"]::after, .dropdown > button:hover::after { width: 100%; }
.dropdown > button { border: 0; background: none; }
.dropdown-menu { position: absolute; top: 76px; right: 180px; width: 260px; padding: 12px; border: 1px solid var(--line); border-radius: 12px; background: rgba(11,11,13,.98); box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(8px); transition: .22s; }
.dropdown:hover .dropdown-menu, .dropdown:focus-within .dropdown-menu { opacity: 1; visibility: visible; transform: none; }
.dropdown-menu a { display: block; padding: 11px 13px; border-radius: 7px; color: var(--muted); }
.dropdown-menu a:hover, .dropdown-menu a[aria-current="page"] { background: rgba(212,166,58,.12); color: var(--light-gold); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.menu-toggle { display: none; width: 48px; height: 48px; border: 1px solid var(--line); background: rgba(0,0,0,.2); border-radius: 50%; }
.menu-toggle span { display: block; width: 19px; height: 1px; margin: 5px auto; background: white; transition: .25s; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3px) rotate(-45deg); }
.mobile-menu { position: fixed; z-index: 990; inset: 0; padding: 110px 24px 90px; background: var(--navy); opacity: 0; visibility: hidden; transform: translateX(100%); transition: .35s; overflow: auto; }
.mobile-menu[aria-hidden="false"] { opacity: 1; visibility: visible; transform: none; }
.mobile-menu-inner { display: flex; flex-direction: column; max-width: 680px; margin: auto; }
.mobile-menu-inner > a { padding: 11px 0; border-bottom: 1px solid var(--line); font-family: var(--display); font-size: clamp(1.45rem,4vw,2rem); }
.mobile-menu-cta { display: flex; gap: 12px; margin-top: 28px; }

/* Homepage signature navigation */
.home-header {
  background: linear-gradient(180deg, rgba(4,4,5,.94), rgba(4,4,5,.76) 72%, transparent);
  border-bottom-color: rgba(255,255,255,.08);
  backdrop-filter: blur(12px);
}
.home-header .header-shell { width: calc(100% - 64px); max-width: none; height: 126px; gap: 28px; }
.home-header .brand { min-width: 154px; }
.home-header .brand img {
  width: 154px;
  height: 129px;
  margin-right: 0;
  border-radius: 0;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 8px 18px rgba(0,0,0,.38));
}
.home-header .brand b { font-size: 2.25rem; line-height: .9; letter-spacing: .14em; color: var(--light-gold); }
.home-header .brand small { margin-top: 11px; font-size: .78rem; font-weight: 700; line-height: 1; color: rgba(255,255,255,.92); letter-spacing: .25em; }
.home-header .header-main {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 12px;
}
.home-header .header-utility { width: 100%; display: flex; align-items: center; justify-content: flex-end; gap: 22px; }
.home-header .header-socials { display: flex; align-items: center; gap: 7px; }
.home-header .header-socials > span {
  margin-right: 4px;
  color: rgba(255,255,255,.5);
  font-size: .64rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.home-header .header-socials a {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 50%;
  background: rgba(255,255,255,.04);
  color: rgba(255,255,255,.78);
  transition: color .2s, border-color .2s, background .2s, transform .2s;
}
.home-header .header-socials a:hover {
  color: var(--black);
  border-color: var(--light-gold);
  background: var(--light-gold);
  transform: translateY(-2px);
}
.home-header .header-socials svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.home-header .header-socials .icon-dot,
.home-header .header-socials .icon-fill { fill: currentColor; stroke: none; }
/* Official platform-inspired social colors. */
.home-header .header-socials a:nth-of-type(1) { border-color: rgba(255,255,255,.28); background: radial-gradient(circle at 30% 105%,#feda75 0 22%,#fa7e1e 38%,#d62976 58%,#962fbf 78%,#4f5bd5 100%); color: white; }
.home-header .header-socials a:nth-of-type(2) { border-color: #25f4ee; background: #050505; color: #25f4ee; box-shadow: inset -2px 0 0 rgba(254,44,85,.85); }
.home-header .header-socials a:nth-of-type(2) svg path:last-child { stroke: #fe2c55; }
.home-header .header-socials a:nth-of-type(3) { border-color: #ff0033; background: #ff0033; color: white; }
.home-header .header-socials a:nth-of-type(4) { border-color: #1877f2; background: #1877f2; color: white; }
.home-header .header-socials a:nth-of-type(1):hover,
.home-header .header-socials a:nth-of-type(2):hover,
.home-header .header-socials a:nth-of-type(3):hover,
.home-header .header-socials a:nth-of-type(4):hover { color: white; filter: brightness(1.12); }
.home-header .desktop-nav {
  width: 100%;
  justify-content: space-between;
  gap: 7px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.home-header .desktop-nav > a,
.home-header .dropdown > button {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 20px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 11px;
  background: rgba(255,255,255,.035);
  color: rgba(255,255,255,.82);
  font-size: .74rem;
  letter-spacing: .01em;
  transition: color .2s, border-color .2s, background .2s, transform .2s;
}
.home-header .desktop-nav > a:hover,
.home-header .desktop-nav > a[aria-current="page"],
.home-header .dropdown:has(.dropdown-menu a[aria-current="page"]) > button,
.home-header .dropdown > button:hover {
  color: var(--light-gold);
  border-color: rgba(242,212,125,.45);
  background: rgba(212,166,58,.1);
  transform: translateY(-2px);
}
.home-header .desktop-nav > .header-book {
  order: 2;
  margin-left: 15px;
  padding: 0 17px;
  border-color: var(--gold);
  background: linear-gradient(135deg, var(--gold), #e5b83f);
  color: var(--black);
  font-weight: 800;
  animation: headerBookPulse 2.4s ease-in-out infinite;
}
.home-header .desktop-nav > .header-member {
  order: 1;
  border-color: rgba(242,212,125,.58);
  background: rgba(7,20,38,.76);
  color: var(--light-gold);
  font-weight: 700;
}
.home-header .desktop-nav > .header-member:hover {
  border-color: var(--light-gold);
  background: var(--light-gold);
  color: #071426;
}
.home-header .desktop-nav > .header-book:hover {
  border-color: var(--light-gold);
  background: var(--light-gold);
  color: var(--black);
  animation-play-state: paused;
}
@keyframes headerBookPulse {
  0%, 100% {
    border-color: rgba(212,166,58,.9);
    box-shadow: 0 0 0 0 rgba(212,166,58,0), 0 8px 22px rgba(212,166,58,.12);
  }
  50% {
    border-color: var(--light-gold);
    box-shadow: 0 0 0 5px rgba(212,166,58,.12), 0 10px 30px rgba(212,166,58,.28);
  }
}
.home-header .desktop-nav > a::after,
.home-header .dropdown > button::after { display: none; }
.home-header .nav-icon {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.home-header .dropdown { position: relative; }
.home-header .dropdown > button .menu-chevron {
  display: inline-block;
  margin-left: 5px;
  fill: none;
  stroke: var(--light-gold);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform .2s;
}
.home-header .dropdown:hover > button .menu-chevron,
.home-header .dropdown:focus-within > button .menu-chevron { transform: rotate(180deg); }
.home-header .dropdown-menu { top: calc(100% + 10px); right: 0; }
.home-header .header-actions .btn {
  min-height: 46px;
  padding: 0 23px;
  box-shadow: 0 12px 30px rgba(212,166,58,.2);
}
.home-header .header-utility .header-actions .btn { display: none; }
.home-header .header-actions .header-member { border-color: rgba(242,212,125,.72); background: rgba(7,20,38,.76); color: var(--light-gold); box-shadow: 0 12px 30px rgba(7,20,38,.28); }
.home-header .header-actions .header-member:hover { border-color: var(--light-gold); background: var(--light-gold); color: #071426; }
.home-header .mobile-menu-inner > a[aria-current="page"] { color: var(--light-gold); }

.btn { display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 50px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; font-size: .86rem; font-weight: 700; letter-spacing: .01em; transition: transform .2s, background .2s, color .2s, border-color .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--gold); color: var(--black); }
.btn-primary:hover { background: var(--light-gold); }
.btn-outline { border-color: rgba(255,255,255,.32); background: transparent; color: white; }
.btn-outline:hover, .btn-ghost:hover { border-color: var(--light-gold); color: var(--light-gold); }
.btn-ghost { border-color: var(--line); background: rgba(0,0,0,.22); backdrop-filter: blur(12px); }
.btn-text { min-height: auto; padding: 0; color: var(--light-gold); }
.btn-wide { width: 100%; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.text-link { color: var(--light-gold); font-size: .9rem; font-weight: 700; }
.text-link span { display: inline-block; margin-left: 5px; transition: transform .2s; }
.text-link:hover span { transform: translate(3px,-3px); }
.center { margin-top: 42px; text-align: center; }

.home-hero { position: relative; min-height: 94vh; display: flex; align-items: center; }
.home-header + main .home-hero { height: 820px; min-height: 820px; padding: 126px 0 82px; overflow: hidden; }
.hero-media, .hero-media img, .hero-media video, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media img, .hero-media video { object-fit: cover; object-position: center; }
.hero-slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transform: scale(1.025); transition: opacity .75s ease, visibility .75s ease, transform 5.5s ease; }
.hero-slide.is-active { opacity: 1; visibility: visible; transform: scale(1); }
.hero-slide-video { background: #03070d; }
.video-glass-caption { position: absolute; z-index: 3; right: clamp(32px,5vw,88px); bottom: 120px; max-width: 470px; padding: 20px 24px 22px; border: 1px solid rgba(242,212,125,.42); border-left: 4px solid var(--gold); border-radius: 14px; background: linear-gradient(135deg,rgba(3,12,22,.9),rgba(7,20,38,.72)); color: white; box-shadow: 0 22px 60px rgba(0,0,0,.42); backdrop-filter: blur(12px); }
.video-glass-caption span { display: block; margin-bottom: 7px; color: var(--light-gold); font-size: .68rem; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }
.video-glass-caption strong { display: block; font-family: var(--display); font-size: clamp(1.55rem,2.35vw,2.6rem); line-height: 1.02; letter-spacing: -.035em; }
.hero-video-caption { position: absolute; z-index: 6; top: 50%; left: 50%; width: min(900px,calc(100% - 48px)); color: #fff; opacity: 0; visibility: hidden; transform: translate(-50%,calc(-50% + 12px)); text-align: center; transition: opacity .35s,visibility .35s,transform .35s; pointer-events: none; }
.video-active .hero-video-caption { opacity: 1; visibility: visible; transform: translate(-50%,-50%); }
.hero-video-caption strong { display: block; font-family: var(--display); font-size: clamp(2rem,4.4vw,4.8rem); font-weight: 700; line-height: 1.02; letter-spacing: -.045em; text-shadow: 0 3px 8px rgba(0,0,0,.9),0 12px 35px rgba(0,0,0,.72); }
.hero-slide-promo { top: 126px; background: var(--black); }
.hero-slide-promo img { object-fit: contain; object-position: center; }
.hero-slide-promo video { object-fit: cover; object-position: center; }
.mobile-promo-copy, .mobile-promo-image { display: none; }
.hero-overlay { background: linear-gradient(90deg, rgba(5,5,5,.94) 0%, rgba(5,5,5,.74) 35%, rgba(5,5,5,.08) 74%), linear-gradient(0deg, rgba(5,5,5,.88), transparent 35%); }
.hero-content { position: relative; z-index: 2; width: var(--shell); margin: 0 auto; }
.hero-content h1 { max-width: 900px; margin: 14px 0 20px; font-size: clamp(3rem,5.2vw,5.7rem); }
.hero-content > p:not(.eyebrow) { max-width: 660px; color: rgba(255,255,255,.76); font-size: clamp(1rem,1.45vw,1.2rem); }
.eyebrow { margin-bottom: 12px; color: var(--light-gold); font-size: .74rem; font-weight: 700; letter-spacing: .22em; }
.hero-content .button-row { margin-top: 26px; }
.hero-link { display: inline-block; margin-top: 23px; border-bottom: 1px solid rgba(255,255,255,.34); font-size: .9rem; }
.hero-link span { color: var(--light-gold); }
.hero-content, .hero-bottom, .scroll-cue { transition: opacity .35s, visibility .35s; }
.home-hero.promo-active .hero-content,
.home-hero.promo-active .hero-bottom,
.home-hero.promo-active .scroll-cue { opacity: 0; visibility: hidden; pointer-events: none; }
.home-hero.promo-active .hero-overlay { background: linear-gradient(180deg,rgba(5,5,5,.18),transparent 24%,transparent 82%,rgba(5,5,5,.26)); }
.hero-slider-controls { position: absolute; z-index: 4; right: max(24px, calc((100% - min(1320px, calc(100% - 48px)))/2)); bottom: 28px; display: flex; align-items: center; gap: 11px; padding: 7px; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; background: rgba(5,5,5,.72); box-shadow: 0 10px 30px rgba(0,0,0,.28); backdrop-filter: blur(14px); }
.hero-slider-controls > button { width: 34px; height: 34px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 50%; background: transparent; color: white; transition: background .2s, color .2s; }
.hero-slider-controls > button:hover { background: rgba(212,166,58,.18); color: var(--light-gold); }
.hero-dots { display: flex; align-items: center; gap: 7px; }
.hero-dots button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 99px; background: rgba(255,255,255,.38); transition: width .25s, background .25s; }
.hero-dots button.active { width: 22px; background: var(--gold); }
.hero-bottom { position: absolute; z-index: 2; right: max(24px, calc((100% - min(1320px, calc(100% - 48px)))/2)); bottom: 34px; display: flex; align-items: center; gap: 34px; }
.hero-bottom > div { display: flex; gap: 10px; align-items: center; }
.hero-bottom p { margin: 0; color: var(--muted); font-size: .72rem; line-height: 1.45; }
.hero-bottom b { color: white; }
.play-mark { padding-left: 30px; border-left: 1px solid var(--line); color: white!important; font-family: var(--display); letter-spacing: .13em; }
.play-mark i { color: var(--gold); font-style: normal; }
.pulse { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: #52d68a; box-shadow: 0 0 0 0 rgba(82,214,138,.6); animation: ping 1.8s infinite; }
@keyframes ping { 70% { box-shadow: 0 0 0 9px rgba(82,214,138,0); } }
.scroll-cue { position: absolute; z-index: 2; bottom: 30px; left: max(24px, calc((100% - min(1320px, calc(100% - 48px)))/2)); font-size: .68rem; letter-spacing: .15em; text-transform: uppercase; }
.scroll-cue span { display: inline-block; width: 1px; height: 44px; margin-right: 13px; vertical-align: middle; background: linear-gradient(white,transparent); }

.hero-brand-content { display: grid; grid-template-columns: minmax(0,1fr); align-items: center; width: min(680px, calc(100% - 48px)); text-align: center; }
.hero-brand-logo { align-self: center; width: 112px; height: 112px; margin: 0; border: 4px solid var(--gold); border-radius: 8px; object-fit: cover; box-shadow: 0 16px 45px rgba(0,0,0,.48); transform: rotate(-2deg); }
.hero-brand-content h1 { display: flex; align-items: center; justify-content: center; gap: clamp(8px,1.2vw,15px); max-width: none; margin: 0; color: white; font-size: clamp(2.15rem,4vw,4.2rem); line-height: .9; letter-spacing: -.055em; text-shadow: 0 5px 24px rgba(0,0,0,.68); }
.hero-brand-content h1 span { position: relative; display: inline-block; white-space: nowrap; transform: skewX(-3deg); }
.hero-brand-content h1 span { background: none; color: #fff; filter: drop-shadow(0 3px 0 rgba(0,0,0,.48)); -webkit-text-stroke: .3px rgba(255,255,255,.4); }
.hero-brand-content h1 span:nth-of-type(2) { background: linear-gradient(180deg,#f2d47d 8%,#d4a63a 55%,#a97918 100%); color: transparent; filter: drop-shadow(0 3px 0 rgba(0,0,0,.48)); -webkit-background-clip: text; background-clip: text; -webkit-text-stroke: .3px rgba(242,212,125,.45); }
.hero-brand-content h1 i { color: var(--gold); font-size: .42em; font-style: normal; text-shadow: 0 0 10px rgba(212,166,58,.38); }
.hero-booking-window { grid-column: 1 / -1; width: 100%; margin-top: 20px; border: 0; background: transparent; color: white; text-align: left; }
.hero-booking-options { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border: 1px solid rgba(242,212,125,.42); border-radius: 14px; background: linear-gradient(145deg,rgba(5,5,5,.8),rgba(7,20,38,.72)); box-shadow: 0 24px 70px rgba(0,0,0,.48); backdrop-filter: blur(16px) saturate(120%); }
.hero-booking-field { position: relative; display: flex; align-items: center; gap: 12px; min-width: 0; min-height: 62px; padding: 12px 42px 12px 18px; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); cursor: pointer; }
.hero-booking-location, .hero-booking-guests { grid-column: 1 / -1; border-right: 0; }
.hero-booking-guests { border-bottom: 0; }
.hero-booking-field > .icon { color: var(--light-gold); }
.hero-booking-field > span { display: flex; min-width: 0; flex: 1; flex-direction: column; }

/* Visit planner */
.visit-planner { background: var(--rich-black); color: white; }
.visit-planner-hero { position: relative; min-height: 540px; display: flex; align-items: flex-end; overflow: hidden; }
.visit-planner-media, .visit-planner-overlay { position: absolute; inset: 0; }
.visit-planner-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 46%; }
.visit-planner-overlay { background: linear-gradient(90deg,rgba(3,10,20,.96) 0%,rgba(3,10,20,.75) 42%,rgba(3,10,20,.2) 76%),linear-gradient(0deg,var(--rich-black),transparent 58%); }
.visit-planner-copy { position: relative; z-index: 1; width: min(1320px,calc(100% - 48px)); margin: 0 auto; padding: 180px 0 88px; }
.visit-planner-copy h1 { max-width: 780px; margin: 10px 0 16px; font-size: clamp(3.4rem,7vw,7rem); line-height: .88; }
.visit-planner-copy > p:last-child { max-width: 650px; color: rgba(255,255,255,.8); font-size: clamp(1rem,1.5vw,1.25rem); line-height: 1.6; }
.visit-planner-section { padding: 0 0 120px; }
.visit-search-summary { position: relative; z-index: 2; display: grid; grid-template-columns: 1.4fr repeat(3,1fr) auto; align-items: stretch; overflow: hidden; margin-top: -36px; border: 1px solid rgba(242,212,125,.38); border-radius: 14px; background: rgba(6,16,28,.96); box-shadow: 0 28px 70px rgba(0,0,0,.35); }
.visit-search-summary > label { display: flex; align-items: center; gap: 13px; min-width: 0; padding: 20px 22px; border-right: 1px solid rgba(255,255,255,.12); }
.visit-search-summary > label > span:first-child { flex: 0 0 auto; color: var(--light-gold); }
.visit-search-summary > label > span:last-child { min-width: 0; width: 100%; }
.visit-search-summary p { min-width: 0; margin: 0; }
.visit-search-summary small, .visit-search-summary b { display: block; }
.visit-search-summary small { margin-bottom: 5px; color: rgba(255,255,255,.52); font-size: .61rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.visit-search-summary input,.visit-search-summary select { width: 100%; min-width: 0; padding: 0; border: 0; outline: 0; color: white; background: transparent; font: 700 .8rem/1.4 var(--body); color-scheme: dark; }
.visit-search-summary select option { color: white; background: #06101c; }
.visit-search-summary b { overflow: hidden; color: white; font-size: .8rem; text-overflow: ellipsis; white-space: nowrap; }
.visit-search-summary > button { border: 0; padding: 0 24px; color: #07101c; background: var(--gold); font-size: .72rem; font-weight: 800; text-transform: uppercase; cursor: pointer; }
.visit-clock { width: 18px; height: 18px; border: 1.5px solid currentColor; border-radius: 50%; }
.visit-clock::before { content: ""; display: block; width: 5px; height: 6px; margin: 3px 0 0 7px; border-bottom: 1.5px solid currentColor; border-left: 1.5px solid currentColor; }
.visit-choice-heading { max-width: 720px; margin: 90px auto 38px; text-align: center; }
.visit-choice-heading h2 { margin: 8px 0 13px; font-size: clamp(2.2rem,4vw,4rem); }
.visit-choice-heading > p:last-child { color: rgba(255,255,255,.65); }
.visit-choice-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.visit-choice-card { overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: #11151b; box-shadow: 0 25px 60px rgba(0,0,0,.22); }
.visit-choice-featured { border-color: rgba(212,166,58,.65); }
.visit-choice-image { position: relative; height: 285px; overflow: hidden; }
.visit-choice-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.visit-choice-card:hover .visit-choice-image img { transform: scale(1.035); }
.visit-choice-image > span { position: absolute; top: 18px; left: 18px; padding: 8px 12px; border-radius: 99px; background: var(--gold); color: var(--black); font-size: .62rem; font-weight: 800; letter-spacing: .1em; }
.visit-choice-body { padding: clamp(25px,3.5vw,42px); }
.visit-choice-badge { display: inline-flex; margin-bottom: 22px; padding: 8px 12px; border-radius: 99px; background: var(--gold); color: var(--black); font-size: .62rem; font-weight: 800; letter-spacing: .1em; }
.visit-choice-body h2 { max-width: 520px; margin: 8px 0 16px; font-size: clamp(1.8rem,3vw,2.8rem); line-height: 1; }
.visit-choice-body > p:not(.mini-label) { min-height: 52px; color: rgba(255,255,255,.68); line-height: 1.55; }
.visit-choice-body ul { display: grid; gap: 9px; margin: 24px 0 30px; }
.visit-choice-body li { color: rgba(255,255,255,.88); font-size: .82rem; }
.visit-choice-body li::before { content: "✓"; margin-right: 10px; color: var(--gold); font-weight: 800; }
.visit-choice-body .btn { width: 100%; justify-content: space-between; }
.visit-group-callout { display: flex; align-items: center; justify-content: space-between; gap: 40px; margin-top: 28px; padding: 38px 42px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: linear-gradient(110deg,#101b29,#080b10); }
.visit-group-callout h2 { margin: 5px 0 9px; font-size: clamp(1.8rem,3vw,2.8rem); }
.visit-group-callout > div > p:last-child { margin: 0; color: rgba(255,255,255,.65); }
.visit-group-callout .btn { flex: 0 0 auto; }
.hero-booking-field small { color: rgba(255,255,255,.58); font-size: .58rem; font-weight: 700; letter-spacing: .1em; line-height: 1.2; text-transform: uppercase; }
.hero-booking-field b, .hero-booking-field input, .hero-booking-field select { width: 100%; overflow: hidden; border: 0; outline: 0; background: transparent; color: white; font-size: .9rem; font-weight: 600; line-height: 1.5; text-overflow: ellipsis; white-space: nowrap; }
.hero-booking-field input, .hero-booking-field select { min-height: 25px; padding: 0; appearance: none; cursor: pointer; }
.hero-booking-field input::-webkit-calendar-picker-indicator { position: absolute; inset: 0; width: auto; height: auto; opacity: 0; cursor: pointer; }
.hero-date-control { position: relative; }
.hero-date-native { position: absolute; z-index: 2; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer; }
.hero-booking-field select option { background: var(--navy); color: white; }
.hero-field-status { position: absolute; right: 16px; display: grid; place-items: center; width: 17px; height: 17px; border: 2px solid var(--gold); border-radius: 50%; color: var(--light-gold); font-size: .7rem; font-style: normal; font-weight: 900; line-height: 1; }
.hero-clock-icon { position: relative; width: 19px; height: 19px; flex: 0 0 19px; border-radius: 50%; background: var(--light-gold); }
.hero-clock-icon::before { position: absolute; content: ""; top: 4px; left: 9px; width: 1px; height: 6px; background: var(--navy); transform-origin: bottom; transform: rotate(-35deg); }
.hero-booking-options .icon { color: var(--light-gold); }
.hero-booking-options .icon-people::before { content: ""; top: 1px; left: 7px; width: 8px; height: 8px; border: 1px solid currentColor; border-radius: 50%; }
.hero-booking-options .icon-people::after { bottom: 2px; left: 3px; width: 16px; height: 8px; border: 1px solid currentColor; border-radius: 9px 9px 3px 3px; }
.hero-booking-button { grid-column: 1 / -1; display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%; min-height: 54px; margin-top: 14px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; background: linear-gradient(90deg,var(--gold),var(--light-gold)); color: var(--black); box-shadow: 0 14px 35px rgba(0,0,0,.35); font-family: var(--display); font-size: .82rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; transition: filter .2s, transform .2s; }
.hero-booking-button:hover { filter: brightness(1.08); transform: translateY(-2px); }
@media (min-width: 1100px) {
  .hero-video-caption { top: calc(50% - 100px); }
  .hero-video-caption strong { font-size: clamp(calc(2rem - 3px),calc(2.4vw - 2px),calc(4.8rem - 2px)); }
  .hero-brand-content { transform: translateY(150px); }
  .hero-booking-window { width: min(1485px,calc(100vw - 96px)); margin-top: 34px; justify-self: center; }
  .hero-booking-options { grid-template-columns: 1.4fr 1fr 1fr 1fr 192px; border-radius: 16px; }
  .hero-booking-field { min-height: 98px; padding: 18px 44px 18px 26px; border-bottom: 0; }
  .hero-booking-location,.hero-booking-guests { grid-column: auto; border-right: 1px solid rgba(255,255,255,.18); }
  .hero-booking-field small { margin-bottom: 6px; font-size: .62rem; letter-spacing: .14em; }
  .hero-booking-field b,.hero-booking-field input,.hero-booking-field select { font-size: .95rem; font-weight: 700; }
  .hero-booking-button { grid-column: auto; min-height: 98px; margin: 0; padding: 0 20px; border: 0; border-radius: 0; box-shadow: none; font-size: .72rem; white-space: nowrap; }
}
.home-hero .hero-overlay { background: radial-gradient(circle at center,rgba(3,12,22,.12),rgba(3,12,22,.42) 72%),linear-gradient(0deg,rgba(3,10,20,.76),transparent 62%); }

.home-programs { position: relative; padding: clamp(80px,8vw,128px) 0; overflow: hidden; background: #ece8df; color: var(--black); }
.home-programs::before { position: absolute; content: ""; width: 520px; height: 520px; top: -300px; right: -180px; border: 1px solid rgba(8,24,40,.1); border-radius: 50%; box-shadow: 0 0 0 80px rgba(8,24,40,.025),0 0 0 160px rgba(8,24,40,.018); }
.home-programs .section-shell { position: relative; }
.programs-heading { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(280px,.8fr); gap: 50px; align-items: end; margin-bottom: 48px; }
.programs-heading .eyebrow { display: inline-flex; width: fit-content; margin-bottom: 16px; padding: 7px 11px; border-left: 3px solid var(--gold); border-radius: 0 6px 6px 0; background: rgba(212,166,58,.16); color: #765309; font-size: .82rem; font-weight: 800; letter-spacing: .2em; }
.programs-heading h2 { margin: 8px 0 0; font-size: clamp(3rem,6vw,6rem); line-height: .88; }
.programs-heading h2 em { color: #087eb8; font-style: normal; }
.programs-heading > div:last-child { max-width: 440px; padding-bottom: 8px; }
.programs-heading > div:last-child p { color: #525963; font-size: 1.02rem; }
.programs-heading .text-link { color: #071426; }
.programs-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; }
.program-card { min-width: 0; overflow: hidden; border: 1px solid rgba(7,20,38,.12); border-radius: 24px; background: #fff; box-shadow: 0 22px 60px rgba(7,20,38,.09); transition: transform .25s,box-shadow .25s; }
.program-card:hover { transform: translateY(-6px); box-shadow: 0 30px 75px rgba(7,20,38,.14); }
.program-media { position: relative; height: 260px; overflow: hidden; background: #071426; }
.program-media::after { position: absolute; content: ""; inset: 0; background: linear-gradient(0deg,rgba(2,8,14,.62),transparent 55%); }
.program-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.program-card:hover .program-media img { transform: scale(1.035); }
.program-media > span { position: absolute; z-index: 1; left: 22px; bottom: 18px; padding: 8px 13px; border-radius: 999px; background: var(--gold); color: #080808; font-size: .65rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.program-body { padding: 27px; }
.program-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 15px; }
.program-meta span { padding: 6px 9px; border: 1px solid #d7d9dc; border-radius: 999px; color: #53606c; font-size: .62rem; font-weight: 700; text-transform: uppercase; }
.program-body h3,.program-card-empty h3 { margin-bottom: 11px; color: #071426; font-size: clamp(1.65rem,2.8vw,2.5rem); }
.program-body > p { min-height: 48px; color: #626871; font-size: .86rem; }
.program-details { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 23px 0; padding: 16px 0; border-top: 1px solid #e2e3e4; border-bottom: 1px solid #e2e3e4; }
.program-details span { color: #111b27; font-family: var(--display); font-size: .86rem; font-weight: 700; }
.program-details small { display: block; margin-bottom: 4px; color: #8a9199; font-family: var(--body); font-size: .58rem; letter-spacing: .11em; text-transform: uppercase; }
.program-body .btn { width: 100%; color: #071426; border-color: #b9bec4; }
.program-card-empty { position: relative; display: grid; min-height: 290px; padding: clamp(32px,4vw,54px) clamp(32px,4vw,54px) clamp(32px,4vw,54px) clamp(55px,6vw,78px); background: radial-gradient(circle at 90% 10%,rgba(7,152,223,.22),transparent 30%),#071426; color: white; }
.program-card-empty::before { position: absolute; top: clamp(42px,5vw,62px); left: clamp(27px,3.5vw,45px); width: 10px; height: 10px; border-radius: 50%; background: var(--gold); content: ""; }
.program-card-empty > div { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.program-card-empty.tournament-empty { background: radial-gradient(circle at 90% 10%,rgba(212,166,58,.2),transparent 30%),#0d1118; }
.program-card-empty h3 { max-width: 500px; color: white; }
.program-card-empty > div > p:not(.eyebrow) { max-width: 520px; color: #aab4c0; }
.program-card-empty .text-link { margin-top: 20px; color: var(--light-gold); }
.programs-footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 28px; padding: 22px 0; border-top: 1px solid rgba(7,20,38,.16); }
.programs-footer p { margin: 0; color: #66707b; font-size: .72rem; }
.programs-footer p span { margin-right: 7px; color: #25a76f; }
.programs-footer .btn { flex: 0 0 auto; }
.home-how-list { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 0 34px; margin: 0 0 40px; padding: 0; list-style: none; }
.home-how-list li { position: relative; padding: 22px 8px 22px 29px; border-bottom: 1px solid rgba(255,255,255,.18); }
.home-how-list li::before { position: absolute; top: 31px; left: 2px; width: 10px; height: 10px; border-radius: 50%; background: var(--gold); content: ""; box-shadow: 0 0 0 5px rgba(212,166,58,.12); }
.home-how-list h3 { margin: 0 0 8px; color: white; font-size: 1.3rem; }
.home-how-list p { margin: 0; color: rgba(255,255,255,.65); font-size: .88rem; }

.connection-section { position: relative; padding: 84px 0; overflow: hidden; background: radial-gradient(circle at 88% 35%,rgba(0,145,220,.18),transparent 34%),linear-gradient(135deg,#02070d 0%,#061728 58%,#02070d 100%); color: white; }
.connection-section::before { position: absolute; content: ""; inset: 0; pointer-events: none; background: linear-gradient(90deg,transparent,rgba(255,255,255,.025),transparent); }
.connection-section .section-shell { position: relative; display: grid; grid-template-columns: minmax(0,1fr) minmax(420px,.9fr); gap: 34px 54px; align-items: center; }
.connection-heading .eyebrow { margin-bottom: 2px; color: white; font-size: clamp(1rem,1.6vw,1.35rem); }
.connection-heading h2 { margin: 0; color: white; font-family: var(--display); font-size: clamp(4.4rem,10vw,9.2rem); font-weight: 800; line-height: .83; letter-spacing: -.055em; text-transform: uppercase; }
.connection-heading h2 span { color: #0798df; }
.connection-tagline { margin: 22px 0 8px; color: #0798df; font-family: var(--display); font-size: clamp(1.55rem,3vw,2.8rem); font-weight: 700; line-height: 1; text-transform: uppercase; }
.connection-intro { max-width: 760px; color: rgba(255,255,255,.88); font-size: clamp(1rem,1.5vw,1.28rem); }
.connection-occasions { display: flex; flex-wrap: wrap; gap: 9px 0; margin-top: 24px; font-family: var(--display); font-weight: 700; text-transform: uppercase; }
.connection-occasions span { display: inline-flex; align-items: center; }
.connection-occasions span:not(:last-child)::after { content: ""; width: 2px; height: 18px; margin: 0 15px; background: #0798df; }
.connection-features { padding: 30px; border: 2px solid #0798df; border-radius: 24px; background: rgba(0,0,0,.34); box-shadow: 0 20px 50px rgba(0,0,0,.24); }
.connection-features h3 { margin-bottom: 22px; color: var(--gold); font-family: var(--display); font-size: clamp(1.35rem,2vw,2rem); text-align: center; text-transform: uppercase; }
.connection-features ul { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 13px 30px; margin: 0; padding: 0; list-style: none; }
.connection-features li { position: relative; padding-left: 19px; color: white; font-weight: 700; }
.connection-features li::before { position: absolute; content: "•"; left: 0; color: #0798df; }
.connection-offer { grid-column: 1/-1; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 28px 32px; border-top: 1px solid rgba(7,152,223,.5); border-bottom: 1px solid rgba(7,152,223,.5); background: rgba(2,10,18,.62); }
.connection-offer .eyebrow { margin-bottom: 5px; color: #0798df; font-size: 1rem; }
.connection-offer h3 { margin: 0 0 5px; color: white; font-size: clamp(1.45rem,2.4vw,2.2rem); }
.connection-offer p:last-child { margin: 0; color: var(--muted); }
.connection-offer .btn { flex: 0 0 auto; }

.popup-open { overflow: hidden; }
.homepage-popup[hidden] { display: none; }
.homepage-popup { position: fixed; z-index: 3000; inset: 0; display: grid; place-items: center; padding: 24px; opacity: 0; visibility: hidden; transition: opacity .25s,visibility .25s; }
.homepage-popup.is-open { opacity: 1; visibility: visible; }
.homepage-popup-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: rgba(0,5,12,.82); backdrop-filter: blur(12px); cursor: pointer; }
.homepage-popup-dialog { position: relative; display: grid; grid-template-columns: minmax(0,1.25fr) minmax(300px,.75fr); width: min(980px,100%); max-height: min(760px,calc(100vh - 48px)); overflow: auto; border: 1px solid rgba(7,152,223,.7); border-radius: 24px; background: #071426; color: white; box-shadow: 0 32px 90px rgba(0,0,0,.65); transform: translateY(18px) scale(.98); transition: transform .25s; }
.homepage-popup.is-open .homepage-popup-dialog { transform: none; }
.homepage-popup-close { position: absolute; z-index: 2; top: 14px; right: 14px; display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: rgba(0,0,0,.68); color: white; font-size: 1.8rem; line-height: 1; cursor: pointer; }
.homepage-popup-close:hover { border-color: var(--gold); color: var(--gold); }
.homepage-popup-media { min-height: 470px; background: #02060b; }
.homepage-popup-media img, .homepage-popup-media video { display: block; width: 100%; height: 100%; min-height: 470px; }
.homepage-popup-media img { object-fit: contain; }
.homepage-popup-media video { object-fit: cover; }
.homepage-popup-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(34px,5vw,64px); }
.homepage-popup-copy .eyebrow { color: #0798df; }
.homepage-popup-copy h2 { margin: 8px 0 18px; color: white; font-size: clamp(2rem,4vw,3.7rem); line-height: .95; }
.homepage-popup-copy > p:not(.eyebrow) { margin-bottom: 28px; color: rgba(255,255,255,.78); font-size: 1rem; }

.section { padding: clamp(84px,9vw,150px) 0; background: var(--soft); color: var(--black); }
.section-dark { background: var(--rich-black); color: white; }
.section-navy { background: var(--navy); color: white; }
.section-shell { width: var(--shell); margin: auto; }
.wide-shell { width: var(--wide); margin: auto; }
.section-heading { max-width: 780px; margin-bottom: 54px; }
.section-heading h2 { margin-bottom: 18px; }
.section-heading > p:not(.eyebrow) { max-width: 620px; color: #5f6065; font-size: 1.05rem; }
.whats-on-section .section-heading .eyebrow { display: inline-flex; width: fit-content; margin-bottom: 16px; padding: 7px 11px; border-left: 3px solid var(--gold); border-radius: 0 6px 6px 0; background: rgba(212,166,58,.16); color: #765309; font-size: .82rem; font-weight: 800; letter-spacing: .2em; }
.section-dark .section-heading > p:not(.eyebrow), .section-navy .section-heading > p:not(.eyebrow), .shop-section .section-heading > p:not(.eyebrow) { color: var(--muted); }
.split-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; }
.demo-notice { display: flex; align-items: center; gap: 10px; margin: -24px 0 48px; padding: 12px 16px; border: 1px solid rgba(212,166,58,.36); border-radius: 9px; background: rgba(212,166,58,.1); color: #6f5414; font-size: .82rem; }
.section-dark .demo-notice, .section-navy .demo-notice, .booking-section .demo-notice { color: var(--light-gold); }
body[data-page="front.play"] .demo-notice { display: none; }
body[data-page="front.cart"] .demo-notice { display: none; }
body[data-page="front.gallery"] .demo-notice { display: none; }
.icon { display: inline-block; position: relative; width: 24px; height: 24px; flex: 0 0 24px; }
.icon::before, .icon::after { position: absolute; content: ""; }
.icon-info { border: 1px solid currentColor; border-radius: 50%; }
.icon-info::before { content: "i"; inset: -1px 0 0; text-align: center; font-weight: 700; }
.icon-check { width: 17px; height: 17px; border: 1px solid var(--gold); border-radius: 50%; }
.icon-check::before { width: 7px; height: 3px; left: 4px; top: 5px; border-left: 1px solid currentColor; border-bottom: 1px solid currentColor; transform: rotate(-45deg); }
.icon-pin { border: 1px solid currentColor; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); width: 18px; height: 18px; }
.icon-pin::before { inset: 5px; border: 1px solid currentColor; border-radius: 50%; }
.icon-phone::before { content: "☎"; font-size: 1.2rem; }
.icon-calendar { border: 1px solid currentColor; border-radius: 3px; width: 19px; height: 18px; }
.icon-calendar::before { top: 4px; left: 0; width: 100%; border-top: 1px solid currentColor; }
.icon-spark::before { content: "✦"; color: var(--gold); font-size: 1.6rem; }
.icon-diamond::before { inset: 2px; border: 1px solid currentColor; transform: rotate(45deg); }
.icon-paddle::before { width: 15px; height: 17px; border: 1px solid currentColor; border-radius: 50%; }
.icon-paddle::after { width: 4px; height: 9px; left: 13px; top: 15px; border-left: 2px solid currentColor; transform: rotate(-35deg); }
.icon-grid { border: 1px solid currentColor; background: linear-gradient(90deg,transparent 47%,currentColor 48%,currentColor 52%,transparent 53%), linear-gradient(transparent 47%,currentColor 48%,currentColor 52%,transparent 53%); }
.icon-glass::before { width: 17px; height: 13px; top: 2px; border: 1px solid currentColor; border-radius: 3px 3px 9px 9px; }
.icon-glass::after { height: 8px; left: 8px; top: 15px; border-left: 1px solid currentColor; box-shadow: -5px 7px 0 -4px currentColor; }
.icon-people::before { content: "◉ ◉"; font-size: 14px; letter-spacing: -3px; }
.icon-plate { border: 1px solid currentColor; border-radius: 50%; }
.icon-plate::before { inset: 5px; border: 1px solid currentColor; border-radius: 50%; }
.icon-lock::before { content: "⌑"; font-size: 1.6rem; }
.icon-box { border: 1px solid currentColor; }
.icon-play { border: 1px solid currentColor; border-radius: 50%; }
.icon-play::before { left: 9px; top: 6px; border-left: 8px solid currentColor; border-top: 5px solid transparent; border-bottom: 5px solid transparent; }

.how { position: relative; overflow: hidden; background: radial-gradient(circle at 88% 8%,rgba(212,166,58,.16),transparent 30%),linear-gradient(135deg,#071426 0%,#091b30 52%,#050b13 100%); color: white; }
.how::before { position: absolute; content: ""; inset: 0; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(90deg,transparent,black 35%,black); }
.how .section-shell { position: relative; z-index: 1; }
.how .section-heading { max-width: none; display: grid; grid-template-columns: minmax(0,1.25fr) minmax(280px,.75fr); column-gap: 80px; align-items: end; margin-bottom: 48px; }
.how .section-heading .eyebrow { grid-column: 1; }
.how .section-heading h2 { grid-column: 1; max-width: 800px; margin: 9px 0 0; color: white; }
.how .section-heading > p:not(.eyebrow) { grid-column: 2; grid-row: 1 / span 2; max-width: 430px; margin: 0 0 8px; color: rgba(255,255,255,.66); font-size: 1.08rem; }
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.steps article { position: relative; overflow: hidden; display: block; min-height: 275px; padding: 30px; border: 1px solid rgba(255,255,255,.13); border-radius: 18px; background: linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.025)); box-shadow: inset 0 1px 0 rgba(255,255,255,.06),0 24px 55px rgba(0,0,0,.18); transition: transform .3s,border-color .3s,background .3s; }
.steps article:not(:first-child) { padding-left: 30px; }
.steps article:last-child { border: 1px solid rgba(255,255,255,.13); }
.steps article:hover { transform: translateY(-7px); border-color: rgba(242,212,125,.42); background: linear-gradient(145deg,rgba(212,166,58,.13),rgba(255,255,255,.03)); }
.steps article > span { position: absolute; top: 24px; right: 26px; color: rgba(242,212,125,.5); font-family: var(--display); font-size: 2.5rem; font-weight: 700; line-height: 1; }
.steps article > div > .icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 42px; border: 1px solid rgba(242,212,125,.38); border-radius: 50%; background: rgba(212,166,58,.12); color: var(--light-gold); }
.steps h3 { margin: 0 0 11px; color: white; font-size: 1.35rem; }
.steps p { max-width: 300px; margin: 0; color: rgba(255,255,255,.62); font-size: .9rem; }
.how-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 22px; padding: 22px 25px; border: 1px solid rgba(242,212,125,.24); border-radius: 16px; background: rgba(5,5,5,.24); backdrop-filter: blur(12px); }
.how-cta > div > span { color: var(--light-gold); font-size: .65rem; font-weight: 800; letter-spacing: .18em; }
.how-cta p { margin: 3px 0 0; color: rgba(255,255,255,.78); font-size: .9rem; }
.how-cta .btn { min-width: 225px; }
.card-scroll, .product-scroll { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(300px, 1fr); gap: 18px; overflow-x: auto; scrollbar-width: thin; scrollbar-color: var(--gold) transparent; scroll-snap-type: x mandatory; padding-bottom: 22px; }
.experience-carousel { position: relative; padding-top: 68px; }
.experience-carousel .card-scroll { padding-bottom: 4px; scrollbar-width: none; overscroll-behavior-inline: contain; }
.experience-carousel .card-scroll::-webkit-scrollbar { display: none; }
.carousel-controls { position: absolute; top: 0; right: 0; display: flex; align-items: center; gap: 8px; }
.carousel-controls > span { min-width: 62px; color: rgba(255,255,255,.55); font-family: var(--display); font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-align: center; }
.carousel-controls button { width: 48px; height: 48px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: rgba(255,255,255,.04); color: white; font-size: 1.1rem; transition: color .2s,border-color .2s,background .2s,transform .2s,opacity .2s; }
.carousel-controls button:hover:not(:disabled) { color: var(--black); border-color: var(--light-gold); background: var(--light-gold); transform: translateY(-2px); }
.carousel-controls button:disabled { opacity: .3; cursor: default; }
.experience-card, .product-card, .promo-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #101012; scroll-snap-align: start; }
.card-media { position: relative; height: 310px; overflow: hidden; }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.experience-card:hover .card-media img { transform: scale(1.045); }
.card-number { position: absolute; top: 16px; left: 16px; display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.26); border-radius: 50%; background: rgba(5,5,5,.42); backdrop-filter: blur(8px); font-size: .7rem; }
.card-body { padding: 24px; }
.card-body h3 { margin-bottom: 10px; }
.card-body > p:not(.mini-label):not(.restriction) { color: var(--muted); }
.mini-label { margin-bottom: 10px; color: var(--gold); font-size: .68rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }

.vip-feature { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 780px; background: var(--navy); }
.vip-media { position: relative; min-height: 650px; }
.vip-media > img { width: 100%; height: 100%; object-fit: cover; }
.image-credit { position: absolute; left: 20px; bottom: 18px; padding: 6px 10px; background: rgba(0,0,0,.6); color: #ccc; font-size: .67rem; }
.vip-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(55px,7vw,110px); }
.vip-copy h2 { margin-bottom: 25px; }
.vip-copy > p:not(.eyebrow):not(.fine-print) { color: var(--muted); font-size: 1.05rem; }
.stat-grid { display: grid; grid-template-columns: 1fr 1fr; margin: 25px 0 40px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.stat-grid div { padding: 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stat-grid b, .stat-grid span { display: block; }
.stat-grid b { color: var(--light-gold); font-family: var(--display); font-size: 1.45rem; }
.stat-grid span { color: var(--muted); font-size: .74rem; }
.fine-print { margin-top: 25px; color: var(--muted); font-size: .72rem; }
.events-showcase { position: relative; overflow: hidden; background: radial-gradient(circle at 92% 4%,rgba(212,166,58,.22),transparent 24%),#ece9e2; }
.events-showcase .section-heading { max-width: none; display: grid; grid-template-columns: minmax(0,1.25fr) minmax(300px,.75fr); column-gap: 80px; align-items: end; }
.events-showcase .section-heading .eyebrow { grid-column: 1; display: inline-flex; width: fit-content; margin-bottom: 16px; padding: 7px 11px; border-left: 3px solid var(--gold); border-radius: 0 6px 6px 0; background: rgba(212,166,58,.16); color: #765309; font-size: .82rem; font-weight: 800; letter-spacing: .2em; }
.events-showcase .section-heading h2 { grid-column: 1; max-width: 850px; margin: 8px 0 0; }
.events-showcase .section-heading > p:not(.eyebrow) { grid-column: 2; grid-row: 1 / span 2; max-width: 420px; margin-bottom: 10px; color: #555961; }
.occasion-grid { display: grid; grid-template-columns: repeat(12,1fr); grid-auto-rows: 235px; gap: 16px; }
.occasion { position: relative; isolation: isolate; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; min-height: 0; padding: 28px; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; color: white; box-shadow: 0 20px 45px rgba(5,12,20,.16); }
.occasion:nth-child(1) { grid-column: span 5; }
.occasion:nth-child(2) { grid-column: span 3; }
.occasion:nth-child(3) { grid-column: span 4; }
.occasion:nth-child(4) { grid-column: span 4; }
.occasion:nth-child(5) { grid-column: span 8; }
.occasion::before { position: absolute; z-index: -2; content: ""; inset: 0; background-position: center; background-size: cover; transition: transform .65s ease; }
.occasion::after { position: absolute; z-index: -1; content: ""; inset: 0; background: linear-gradient(180deg,rgba(3,7,12,.12),rgba(3,7,12,.9)); transition: background .3s; }
.occasion:nth-child(1)::before,.occasion:nth-child(3)::before,.occasion:nth-child(5)::before { background-image: url("../images/hero/tdw-social-ping-pong-hero.png"); }
.occasion:nth-child(2)::before,.occasion:nth-child(4)::before { background-image: url("../images/vip/impatia-glass-table-room.jpeg"); }
.occasion:nth-child(3)::before { background-position: 70% center; }
.occasion:hover::before { transform: scale(1.06); }
.occasion:hover::after { background: linear-gradient(180deg,rgba(7,20,38,.12),rgba(7,20,38,.94)); }
.occasion > span { position: absolute; top: 22px; left: 22px; padding: 6px 10px; border: 1px solid rgba(255,255,255,.24); border-radius: 99px; background: rgba(5,5,5,.32); color: var(--light-gold); font-size: .68rem; font-weight: 700; backdrop-filter: blur(9px); }
.occasion > div { max-width: 470px; }
.occasion h3 { margin: 0 0 7px; color: white; font-size: clamp(1.35rem,2vw,1.8rem); }
.occasion p { margin: 0; color: rgba(255,255,255,.7); font-size: .85rem; line-height: 1.55; }
.occasion i { position: absolute; top: 19px; right: 20px; width: 39px; height: 39px; display: grid; place-items: center; border-radius: 50%; background: var(--gold); color: var(--black); font-style: normal; transition: transform .25s,background .25s; }
.occasion:hover i { background: var(--light-gold); transform: translate(3px,-3px); }
.events-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 18px; padding: 22px 24px; border: 1px solid rgba(5,5,5,.12); border-radius: 16px; background: rgba(255,255,255,.55); }
.events-cta p { margin: 0; color: var(--black); }
.events-cta p span { display: block; color: #65676c; font-size: .84rem; }
.food-teaser { padding: 120px 0; background: #eee8dc; color: var(--black); overflow: hidden; }
.food-teaser .section-shell { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; }
.food-copy .section-heading .eyebrow { display: inline-flex; width: fit-content; margin-bottom: 16px; padding: 7px 11px; border-left: 3px solid var(--gold); border-radius: 0 6px 6px 0; background: rgba(212,166,58,.16); color: #765309; font-size: .82rem; font-weight: 800; letter-spacing: .2em; }
.food-copy > .btn-outline { border-color: var(--gold); background: linear-gradient(135deg,var(--gold),#e5b83f); color: #071426; box-shadow: 0 10px 28px rgba(168,119,16,.22); }
.food-copy > .btn-outline:hover { border-color: var(--light-gold); background: var(--light-gold); color: #071426; box-shadow: 0 14px 34px rgba(168,119,16,.3); }
.food-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 35px; }
.food-tags span { padding: 8px 13px; border: 1px solid var(--dark-line); border-radius: 99px; font-size: .8rem; }
.food-visual { position: relative; min-height: 460px; display: grid; place-items: center; }
.plate { position: absolute; border-radius: 50%; box-shadow: 0 30px 60px rgba(0,0,0,.2); }
.plate-one { width: 360px; height: 360px; background: radial-gradient(circle at 50% 50%, #d4a63a 0 8%, #8e301e 9% 22%, #e5b96d 23% 30%, #f2f2f2 31% 70%, #ccc 71%); transform: translate(-100px,-20px); }
.plate-two { width: 260px; height: 260px; background: radial-gradient(circle, #f1cb81 0 12%, #bf4e2d 13% 26%, #f5e9d2 27% 69%, #d6d0c8 70%); transform: translate(130px,80px); }
.food-visual p { position: relative; z-index: 2; margin: 0; padding: 20px; background: var(--black); color: white; text-align: center; line-height: 1.3; font-size: .8rem; letter-spacing: .18em; transform: rotate(-5deg); box-shadow: var(--shadow); }
.food-visual b { color: var(--light-gold); }

.pricing-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.pricing-card { position: relative; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #111113; }
.pricing-card.featured { border-color: var(--gold); background: linear-gradient(145deg,#151516,#14100a); }
.badge { position: absolute; top: 18px; right: 18px; padding: 5px 9px; border-radius: 99px; background: var(--gold); color: black; font-size: .62rem; font-weight: 700; text-transform: uppercase; }
.pricing-card h3 { min-height: 54px; }
.price { margin-bottom: 0; }
.price span { display: block; color: var(--light-gold); font-family: var(--display); font-size: 2.8rem; font-weight: 700; line-height: 1; }
.price small, .weekend small { color: var(--muted); font-size: .66rem; text-transform: uppercase; }
.weekend { margin: 14px 0 0; font-weight: 700; }
.price-unit { padding-bottom: 20px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .75rem; }
.pricing-card ul { min-height: 135px; padding: 0; list-style: none; }
.pricing-card li { display: flex; gap: 8px; margin: 10px 0; color: #c7c7c7; font-size: .8rem; }
.pricing-card .btn { width: 100%; }
.promo-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.promo-card { background: white; border-color: var(--dark-line); color: var(--black); }
.promo-art { min-height: 240px; display: grid; place-items: center; overflow: hidden; background: var(--navy); }
.promo-art::before { content: ""; position: absolute; width: 220px; height: 220px; border: 1px solid rgba(212,166,58,.35); border-radius: 50%; box-shadow: 0 0 0 30px rgba(212,166,58,.06), 0 0 0 70px rgba(212,166,58,.04); }
.promo-art span { position: relative; z-index: 1; color: var(--light-gold); font-family: var(--display); font-size: clamp(1.3rem,2.8vw,2.6rem); font-weight: 700; letter-spacing: .1em; }
.art-2 { background: linear-gradient(135deg,#3c1114,#071426); }
.art-3 { background: linear-gradient(135deg,#071426,#123b60); }
.restriction { color: #777; font-size: .75rem; }
.shop-section { background: var(--navy); color: white; }
.shop-home { position: relative; overflow: hidden; background: radial-gradient(circle at 92% 3%,rgba(212,166,58,.18),transparent 24%),linear-gradient(145deg,#071426,#0a1c31 58%,#050c15); }
.shop-home::before { position: absolute; content: ""; width: 520px; height: 520px; right: -260px; bottom: -260px; border: 1px solid rgba(242,212,125,.12); border-radius: 50%; box-shadow: 0 0 0 70px rgba(242,212,125,.025),0 0 0 150px rgba(242,212,125,.018); pointer-events: none; }
.shop-home .section-shell { position: relative; z-index: 1; }
.shop-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.shop-heading-row .section-heading { margin-bottom: 42px; }
.shop-heading-row .section-heading h2 { max-width: 760px; }
.shop-heading-row > .btn { flex: 0 0 auto; margin-bottom: 42px; }
.shop-category-tabs { display: flex; align-items: center; gap: 8px; margin-bottom: 28px; padding: 7px; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: rgba(255,255,255,.035); }
.shop-category-tabs button { min-height: 44px; display: inline-flex; align-items: center; gap: 10px; padding: 0 18px; border: 1px solid transparent; border-radius: 9px; background: transparent; color: rgba(255,255,255,.65); font-size: .78rem; font-weight: 700; transition: color .2s,border-color .2s,background .2s; }
.shop-category-tabs button span { min-width: 24px; padding: 2px 5px; border-radius: 99px; background: rgba(255,255,255,.08); color: rgba(255,255,255,.52); font-size: .62rem; text-align: center; }
.shop-category-tabs button:hover { color: white; }
.shop-category-tabs button.active { border-color: rgba(242,212,125,.3); background: var(--gold); color: var(--black); }
.shop-category-tabs button.active span { background: rgba(5,5,5,.13); color: var(--black); }
.product-scroll { grid-auto-columns: minmax(265px, 320px); }
.product-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.product-card { background: white; border-color: var(--dark-line); color: var(--black); }
.product-media { display: block; height: 300px; overflow: hidden; background: #e9e9e9; }
.product-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.product-card:hover .product-media img { transform: scale(1.04); }
.product-info { padding: 19px; }
.product-info h3 { margin-bottom: 12px; font-size: 1.18rem; }
.product-meta { display: flex; justify-content: space-between; margin-bottom: 18px; color: #555; font-size: .8rem; }
.product-meta span:first-child { color: var(--black); font-weight: 700; }
.product-actions { display: flex; justify-content: space-between; align-items: center; padding-top: 15px; border-top: 1px solid var(--dark-line); }
.add-cart { border: 0; background: none; color: var(--black); font-size: .8rem; font-weight: 700; }
.home-product-grid { gap: 20px; }
.home-product-grid .product-card { border: 1px solid rgba(255,255,255,.14); border-radius: 20px; background: #f7f5ef; box-shadow: 0 22px 50px rgba(0,0,0,.2); transition: transform .3s,border-color .3s,box-shadow .3s; }
.home-product-grid .product-card:hover { transform: translateY(-7px); border-color: rgba(242,212,125,.55); box-shadow: 0 30px 65px rgba(0,0,0,.3); }
.home-product-grid .product-media { position: relative; height: 280px; background: linear-gradient(145deg,#f7f7f7,#e7e4dd); }
.home-product-grid .product-media::after { position: absolute; content: "VIEW"; right: 14px; bottom: 14px; padding: 6px 9px; border-radius: 99px; background: rgba(5,5,5,.76); color: white; font-size: .58rem; font-weight: 800; letter-spacing: .12em; opacity: 0; transform: translateY(5px); transition: opacity .25s,transform .25s; }
.home-product-grid .product-card:hover .product-media::after { opacity: 1; transform: none; }
.home-product-grid .product-info { padding: 21px; }
.home-product-grid .product-info h3 { min-height: 2.45em; margin: 7px 0 12px; }
.home-product-grid .mini-label { color: #a57813; }
.home-product-grid .product-actions { gap: 10px; }
.home-product-grid .product-actions .text-link { color: #7a5b14; font-size: .76rem; }
.home-product-grid .add-cart { min-height: 36px; padding: 0 13px; border-radius: 99px; background: var(--gold); transition: background .2s,transform .2s; }
.home-product-grid .add-cart:hover { background: var(--light-gold); transform: translateY(-2px); }
.why { position: relative; overflow: hidden; background: radial-gradient(circle at 82% 12%,rgba(216,168,56,.13),transparent 25%),linear-gradient(145deg,#050505 0%,#0a0b0d 58%,#080d16 100%); color: white; }
.why::before { content: ""; position: absolute; width: 430px; height: 430px; right: -180px; bottom: -270px; border: 1px solid rgba(222,177,67,.12); border-radius: 50%; box-shadow: 0 0 0 70px rgba(222,177,67,.025),0 0 0 140px rgba(222,177,67,.018); pointer-events: none; }
.why .section-shell { position: relative; z-index: 1; }
.why-heading { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(280px,.65fr); gap: 80px; align-items: end; margin-bottom: 58px; }
.why-heading .section-heading { margin-bottom: 0; }
.why-heading h2 { margin-bottom: 0; }
.why-heading h2 span { color: var(--light-gold); }
.why-intro { max-width: 500px; margin: 0 0 8px; color: #aaaeb5; font-size: 1.05rem; line-height: 1.75; }
.why-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.why-grid article { position: relative; min-height: 255px; padding: 30px; overflow: hidden; border: 1px solid rgba(255,255,255,.11); border-radius: 18px; background: linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.018)); box-shadow: 0 18px 45px rgba(0,0,0,.18); transition: transform .25s ease,border-color .25s ease,background .25s ease; }
.why-grid article::after { content: ""; position: absolute; width: 105px; height: 105px; right: -44px; bottom: -48px; border: 1px solid rgba(222,177,67,.13); border-radius: 50%; transition: transform .3s ease,border-color .3s ease; }
.why-grid article:hover { transform: translateY(-7px); border-color: rgba(222,177,67,.48); background: linear-gradient(145deg,rgba(222,177,67,.105),rgba(255,255,255,.025)); }
.why-grid article:hover::after { transform: scale(1.25); border-color: rgba(222,177,67,.3); }
.why-icon { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 34px; border: 1px solid rgba(242,212,125,.38); border-radius: 15px; background: rgba(216,168,56,.1); color: var(--light-gold); box-shadow: inset 0 0 20px rgba(216,168,56,.04); }
.why-icon svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.why-number { position: absolute; top: 31px; right: 30px; color: rgba(242,212,125,.55); font-size: .68rem; font-weight: 800; letter-spacing: .15em; }
.why-grid h3 { margin: 0 0 11px; font-size: 1.12rem; }
.why-grid p { max-width: 300px; margin: 0; color: #9499a1; font-size: .89rem; line-height: 1.6; }
.big-num {
  display: block;
  width: 12px;
  height: 12px;
  margin-bottom: 45px;
  overflow: hidden;
  border-radius: 50%;
  background: var(--gold);
  color: transparent;
  font-size: 0;
}
.social-proof { padding: 120px 0; background: #d6a532; color: var(--black); }
.social-proof .section-shell { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; align-items: center; }
.social-proof .eyebrow { color: #4e3b0d; }
.social-proof .btn-outline { border-color: rgba(0,0,0,.4); color: black; }
.social-placeholder { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.social-placeholder article { aspect-ratio: .8; display: flex; flex-direction: column; justify-content: space-between; padding: 20px; border: 1px solid rgba(0,0,0,.2); background: linear-gradient(155deg,rgba(0,0,0,.05),rgba(255,255,255,.2)); }
.social-placeholder span { font-size: .65rem; letter-spacing: .14em; }
.social-placeholder b { font-family: var(--display); font-size: 1.2rem; }
.reviews-intro { align-self: start; position: sticky; top: 130px; }
.reviews-intro h2 { max-width: 520px; margin-bottom: 28px; font-size: clamp(3rem,5vw,5.2rem); line-height: .94; }
.reviews-intro > p:not(.eyebrow) { max-width: 470px; color: #201a0c; }
.reviews-rating { display: flex; align-items: center; gap: 12px; margin: 30px 0; font-size: .76rem; }
.reviews-rating span { color: #0b0b0b; letter-spacing: .12em; }
.review-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.review-card { min-width: 0; overflow: hidden; border: 1px solid rgba(0,0,0,.22); border-radius: 4px; background: rgba(255,255,255,.18); box-shadow: 0 24px 60px rgba(71,48,0,.12); }
.review-card-media { height: 185px; overflow: hidden; background: #141414; }
.review-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.review-card:hover .review-card-media img { transform: scale(1.04); }
.review-card-body { display: flex; flex-direction: column; min-height: 285px; padding: 22px; }
.review-stars { color: #090909; font-size: .82rem; letter-spacing: .12em; }
.review-stars span { color: rgba(0,0,0,.24); }
.review-card blockquote { flex: 1; margin: 20px 0 28px; font-family: var(--display); font-size: clamp(.98rem,1.2vw,1.18rem); font-weight: 600; line-height: 1.45; }
.review-card footer { display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; padding-top: 18px; border-top: 1px solid rgba(0,0,0,.16); }
.review-person { display: flex; align-items: center; gap: 10px; min-width: 0; }
.review-person > img, .review-person > span { flex: 0 0 42px; width: 42px; height: 42px; border-radius: 50%; object-fit: cover; }
.review-person > span { display: grid; place-items: center; background: #090909; color: var(--gold); font: 700 .72rem var(--display); }
.review-person div { display: flex; min-width: 0; flex-direction: column; }
.review-person b { font-size: .75rem; }
.review-person small { margin-top: 3px; color: #4f411f; font-size: .58rem; }
.review-source { color: #4f411f; font-size: .52rem; line-height: 1.25; text-align: right; text-transform: uppercase; letter-spacing: .08em; }
.visit-block { display: grid; grid-template-columns: 1fr 1fr; min-height: 650px; background: var(--navy); }
.map-embed { min-height: 500px; background: #d8d8d2; }
.map-embed iframe { display: block; width: 100%; height: 100%; min-height: 650px; border: 0; }
.map-placeholder { position: relative; overflow: hidden; display: grid; place-items: center; background: #d8d8d2; color: #61615c; text-align: center; }
.map-lines { position: absolute; inset: -20%; opacity: .35; background: repeating-linear-gradient(25deg,transparent 0 70px,#888 71px 73px), repeating-linear-gradient(-35deg,transparent 0 110px,#888 111px 113px); }
.map-pin { position: relative; z-index: 1; display: grid; place-items: center; width: 70px; height: 70px; border-radius: 50%; background: var(--gold); color: var(--black); }
.map-placeholder p { position: absolute; bottom: 70px; z-index: 1; }
.visit-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(55px,7vw,110px); }
.visit-copy h2 { max-width: 600px; }
.visit-details { display: grid; grid-template-columns: 1fr 1fr; margin: 20px 0 35px; border-top: 1px solid var(--line); }
.visit-details div { padding: 19px 15px 10px 0; border-bottom: 1px solid var(--line); }
.visit-details span, .contact-grid span { color: var(--gold); font-size: .66rem; letter-spacing: .13em; }
.visit-details p { margin: 4px 0; color: var(--muted); font-size: .82rem; }
.signup { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; padding: clamp(80px,9vw,140px) max(24px,calc((100% - min(1320px,calc(100% - 48px)))/2)); background: var(--rich-black); }
.signup > div p:last-child { color: var(--muted); }
.signup-form { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field { position: relative; display: flex; flex-direction: column; gap: 7px; }
.field label, fieldset > label { font-size: .75rem; font-weight: 700; }
.field label span { color: var(--gold); }
.field input, .field select, .field textarea, .signup-form input, .signup-form select, .order-summary input, .order-summary select, .shop-tools select { width: 100%; min-height: 50px; padding: 11px 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; outline: none; background: transparent; }
.section .field input, .section .field select, .section .field textarea, .section .order-summary input, .section .order-summary select { border-color: var(--dark-line); color: var(--black); }
.field select option, .signup-form select option { color: black; }
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold); }
.field.invalid input, .field.invalid textarea, .field.invalid select { border-color: #e75a5a; }
.error-message { display: none; color: #d54444; font-size: .68rem; }
.field.invalid .error-message { display: block; }
.check-field { display: flex; grid-column: 1/-1; gap: 10px; align-items: start; color: var(--muted); font-size: .72rem; }
.check-field input { width: 17px!important; height: 17px; min-height: 0!important; flex: 0 0 17px; margin-top: 2px; accent-color: var(--gold); }
.check-field a { color: var(--light-gold); text-decoration: underline; }
.full { grid-column: 1/-1; }
.honeypot { position: absolute!important; left: -10000px!important; }
.signup-form .btn { justify-self: start; }
.signup-premium { position: relative; isolation: isolate; grid-template-columns: .78fr 1.22fr; align-items: center; background: radial-gradient(circle at 8% 15%,rgba(212,166,58,.16),transparent 32%),linear-gradient(135deg,#050506 0%,#0b1019 100%); overflow: hidden; }
.signup-premium::before { content: ""; position: absolute; z-index: -1; width: 420px; height: 420px; right: -180px; bottom: -240px; border: 1px solid rgba(242,212,125,.18); border-radius: 50%; box-shadow: 0 0 0 70px rgba(242,212,125,.035),0 0 0 140px rgba(242,212,125,.025); }
.signup-intro { max-width: 520px; }
.signup-intro h2 { margin-bottom: 26px; font-size: clamp(3.4rem,5.5vw,6.6rem); line-height: .9; }
.signup-intro h2 em { color: var(--light-gold); font-style: normal; }
.signup-intro > p:not(.eyebrow):not(.signup-trust) { max-width: 470px; color: #b8c0cd; font-size: 1.02rem; }
.signup-benefits { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 30px; }
.signup-benefits span { padding: 8px 12px; border: 1px solid rgba(242,212,125,.25); border-radius: 999px; background: rgba(212,166,58,.08); color: var(--light-gold); font-size: .68rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.signup-trust { display: flex; align-items: center; gap: 9px; margin-top: 20px; color: #8993a2; font-size: .76rem; }
.signup-trust > span { display: grid; place-items: center; width: 21px; height: 21px; border-radius: 50%; background: var(--gold); color: #090909; font-weight: 900; }
.signup-card { padding: clamp(28px,4vw,52px); border: 1px solid rgba(255,255,255,.1); border-radius: 28px; background: rgba(255,255,255,.045); box-shadow: 0 30px 90px rgba(0,0,0,.35); backdrop-filter: blur(14px); }
.signup-card-heading { display: grid; grid-template-columns: 1fr auto; align-items: end; column-gap: 20px; margin-bottom: 28px; padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.1); }
.signup-card-heading > span { grid-column: 1/-1; margin-bottom: 6px; color: var(--gold); font-size: .64rem; font-weight: 800; letter-spacing: .2em; }
.signup-card-heading h3 { margin: 0; font-size: clamp(1.8rem,3vw,2.6rem); }
.signup-card-heading p { margin: 0 0 4px; color: #8993a2; font-size: .72rem; }
.signup-card-heading b { color: var(--gold); }
.signup-premium .signup-form { gap: 18px; }
.signup-premium .field { gap: 8px; }
.signup-premium .field label { color: #eef1f6; font-size: .72rem; letter-spacing: .02em; }
.signup-premium .field label small { margin-left: 5px; color: #768091; font-weight: 500; }
.signup-premium .field input,.signup-premium .field select { min-height: 56px; padding: 0 16px; border: 1px solid rgba(255,255,255,.13); border-radius: 12px; background: rgba(0,0,0,.22); color: white; transition: border-color .2s,box-shadow .2s,background .2s; }
.signup-premium .field input::placeholder { color: #657080; }
.signup-premium .field input:focus,.signup-premium .field select:focus { border-color: var(--gold); background: rgba(0,0,0,.36); box-shadow: 0 0 0 3px rgba(212,166,58,.12); }
.signup-premium .field.invalid input,.signup-premium .field.invalid select { border-color: #ff7171; box-shadow: 0 0 0 3px rgba(255,113,113,.1); }
.signup-premium .error-message { color: #ff9292; }
.check-field.invalid .error-message { display: block; margin-top: 7px; }
.consent-field { padding: 15px 16px; border: 1px solid rgba(255,255,255,.09); border-radius: 12px; background: rgba(0,0,0,.16); }
.consent-field.invalid { border-color: #ff7171; }
.signup-submit { grid-column: 1/-1; display: flex; align-items: center; gap: 18px; margin-top: 3px; }
.signup-submit .btn { min-width: 220px; }
.signup-submit .btn:disabled { cursor: wait; opacity: .65; }
.signup-submit [data-form-status] { margin: 0; color: #aab3c0; font-size: .76rem; }

.site-footer { padding: 80px max(24px,calc((100% - min(1320px,calc(100% - 48px)))/2)) 30px; background: #020203; }
.footer-top { display: grid; grid-template-columns: 1.45fr repeat(4,1fr); gap: 50px; padding-bottom: 60px; border-bottom: 1px solid var(--line); }
.footer-top h3 { margin-bottom: 20px; color: var(--light-gold); font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-top > div:not(.footer-brand) > a { display: block; margin: 9px 0; color: var(--muted); font-size: .78rem; }
.footer-top > div > a:hover { color: white; }
.footer-brand p, .footer-top p { color: var(--muted); font-size: .76rem; }
.footer-brand .brand { margin-bottom: 18px; }
.footer-brand .brand + p { max-width: 260px; }
.compact-form { display: flex; border-bottom: 1px solid var(--line); }
.compact-form input { min-width: 0; width: 100%; padding: 10px 0; border: 0; background: transparent; }
.compact-form button { border: 0; background: transparent; color: var(--gold); }
.product-attribute select { width: 100%; min-height: 48px; margin-top: 8px; padding: 0 14px; border: 1px solid var(--dark-line); border-radius: 8px; background: white; color: var(--black); }
.product-attribute select[aria-invalid="true"] { border-color: #b12626; box-shadow: 0 0 0 3px rgba(177,38,38,.12); }
.attribute-error { min-height: 20px; margin: 0 0 10px; color: #a51f1f; font-size: .76rem; }
.product-option-link { color: var(--gold); font-size: .76rem; font-weight: 700; }
.cart-toast { position: fixed; z-index: 3500; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 28px; min-width: 310px; padding: 16px 18px; border: 1px solid rgba(242,212,125,.4); border-radius: 12px; background: #071426; color: white; box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(18px); transition: .25s; }
.cart-toast.show { opacity: 1; visibility: visible; transform: none; }
.cart-toast span { display: flex; flex: 1; flex-direction: column; }
.cart-toast small { color: var(--muted); }
.cart-toast a { color: var(--light-gold); font-weight: 700; white-space: nowrap; }
.product-cart-actions { display: grid; gap: 10px; width: 100%; }
.product-cart-actions .product-view-cart { justify-content: center; border-color: #071426; color: #071426; }
.product-cart-actions .product-view-cart:hover { background: #071426; color: #fff; }
.product-view-cart[hidden] { display: none; }
.footer-bottom { display: grid; grid-template-columns: 1fr auto 1.4fr; gap: 30px; padding-top: 28px; align-items: center; color: #777; font-size: .65rem; }
.footer-bottom p { margin: 0; }
.footer-bottom p:last-child { text-align: right; }
.footer-bottom nav { display: flex; gap: 14px; }
.mobile-sticky { display: none; }
.back-top { position: fixed; z-index: 50; right: 22px; bottom: 22px; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 50%; background: var(--black); color: white; opacity: 0; visibility: hidden; transition: .25s; }
.back-top.show { opacity: 1; visibility: visible; }

.page-hero { position: relative; min-height: 72vh; display: flex; align-items: end; padding: 180px max(24px,calc((100% - min(1320px,calc(100% - 48px)))/2)) 110px; }
.page-hero-media, .page-hero-media img, .page-hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.page-hero-media img { object-fit: cover; }
.page-hero-overlay { background: linear-gradient(0deg,rgba(5,5,5,.95),rgba(5,5,5,.1) 65%),linear-gradient(90deg,rgba(5,5,5,.82),transparent 65%); }
.page-hero-content { position: relative; z-index: 2; width: 100%; max-width: 1050px; min-width: 0; }
.page-hero-content h1 { margin: 10px 0 20px; }
.page-hero-content > p:last-child { max-width: 660px; color: #d1d1d1; font-size: 1.05rem; }
.page-hero.page-hero { min-height: 340px; align-items: flex-end; padding-top: 100px; padding-bottom: 28px; background: radial-gradient(circle at 82% 20%,rgba(212,166,58,.18),transparent 32%),linear-gradient(135deg,#071426,#050505 72%); }
.page-hero .page-hero-media,.page-hero .page-hero-overlay { display: none; }
.page-hero .page-hero-content h1 { margin-bottom: 14px; }
.page-hero .page-hero-content > p:last-child { margin-bottom: 0; }
.page-hero .breadcrumb { display: none; }
.page-hero.page-hero-no-media { min-height: 340px; align-items: flex-end; padding-top: 100px; padding-bottom: 28px; background: radial-gradient(circle at 82% 20%,rgba(212,166,58,.18),transparent 32%),linear-gradient(135deg,#071426,#050505 72%); }
.page-hero-no-media .page-hero-content h1 { margin-bottom: 14px; }
.page-hero-no-media .page-hero-content > p:last-child { margin-bottom: 0; }
body[data-page="front.play"] .page-hero { min-height: 340px; align-items: flex-end; padding-top: 100px; padding-bottom: 28px; background: radial-gradient(circle at 82% 20%,rgba(212,166,58,.18),transparent 32%),linear-gradient(135deg,#071426,#050505 72%); }
body[data-page="front.play"] .page-hero-media,body[data-page="front.play"] .page-hero-overlay { display: none; }
body[data-page="front.play"] .page-hero-content h1 { margin-bottom: 14px; }
body[data-page="front.play"] .page-hero-content > p:last-child { margin-bottom: 0; }
body[data-page="front.play"] .page-hero .breadcrumb { display: none; }
.membership-shop-banner { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding: 38px max(24px,calc((100% - min(1320px,calc(100% - 48px)))/2)); border-top: 1px solid rgba(242,212,125,.32); border-bottom: 1px solid rgba(242,212,125,.32); background: linear-gradient(110deg,#0b1d32,#18263a 55%,#352509); }
.membership-shop-banner h2 { margin: 5px 0 8px; font-size: clamp(1.7rem,3vw,2.8rem); }
.membership-shop-banner p:last-child { max-width: 720px; margin: 0; color: rgba(255,255,255,.7); }
.membership-shop-banner .btn { flex: 0 0 auto; }
.membership-plans-section { scroll-margin-top: 90px; padding: 90px 0; background: #071426; }
.membership-plan-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.membership-plan-card { position: relative; display: flex; flex-direction: column; padding: 34px; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: linear-gradient(145deg,#101d2b,#09111b); box-shadow: 0 20px 50px rgba(0,0,0,.22); }
.membership-plan-card.is-featured { border-color: var(--gold); transform: translateY(-8px); }
.membership-featured-badge { position: absolute; top: 16px; right: 16px; padding: 6px 9px; border-radius: 99px; background: var(--gold); color: #071426; font-size: .56rem; font-weight: 800; letter-spacing: .08em; }
.membership-plan-card h3 { margin: 9px 0 18px; font-size: clamp(1.6rem,2.5vw,2.3rem); }
.membership-plan-price b,.membership-plan-price span { display: block; }
.membership-plan-price b { color: var(--light-gold); font-family: var(--display); font-size: 2.25rem; }
.membership-plan-price span { color: var(--muted); font-size: .7rem; }
.membership-plan-card > p:not(.mini-label):not(.membership-plan-price) { color: var(--muted); line-height: 1.6; }
.membership-plan-card ul { display: grid; gap: 9px; margin: 15px 0 28px; padding: 0; list-style: none; }
.membership-plan-card li::before { content: '✓'; margin-right: 9px; color: var(--gold); }
.membership-plan-card .btn { width: 100%; margin-top: auto; }
.event-enquiry-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 38px; padding: 30px; border: 1px solid rgba(212,166,58,.42); border-radius: 16px; background: linear-gradient(120deg,#0b1d32,#241c0d); }
.event-enquiry-cta h3 { margin: 5px 0 8px; font-size: clamp(1.5rem,2.5vw,2.3rem); }
.event-enquiry-cta p:last-child { margin: 0; color: var(--muted); }
.event-enquiry-cta .btn { flex: 0 0 auto; }
.event-enquiry-success,.event-enquiry-error { display: flex; align-items: center; gap: 13px; margin: 0 0 25px; padding: 16px 18px; border-radius: 11px; font-weight: 650; }
.event-enquiry-success { border: 1px solid #48bc78; background: #123c25; color: #ddffea; }
.event-enquiry-error { border: 1px solid #d46c6c; background: #451d1d; color: #ffe4e4; }
.event-enquiry-success > span,.event-enquiry-error > span { display: grid; flex: 0 0 30px; place-items: center; height: 30px; border-radius: 50%; background: currentColor; color: #102719; }
.event-enquiry-error > span { color: #401717; }
.event-enquiry-success p,.event-enquiry-error p { margin: 0; }
.field-server-error { display: block; margin-top: 6px; color: #ff7777; font-size: .72rem; }
.enquiry-form { scroll-margin-top: 100px; }
body[data-page="front.events"] .steps article { display: flex; align-items: flex-end; min-height: 220px; border-color: rgba(212,166,58,.28); background: radial-gradient(circle at 90% 12%,rgba(212,166,58,.17),transparent 32%),linear-gradient(145deg,#0d2035,#07111e); box-shadow: 0 20px 45px rgba(7,20,38,.18); }
body[data-page="front.events"] .steps article:hover { border-color: var(--gold); background: radial-gradient(circle at 90% 12%,rgba(212,166,58,.23),transparent 34%),linear-gradient(145deg,#102942,#07111e); }
body[data-page="front.events"] .steps article > span { color: var(--light-gold); opacity: .78; }
body[data-page="front.events"] .steps h3 { color: #fff; font-size: clamp(1.25rem,2vw,1.6rem); }
body[data-page="front.events"] .steps p { color: rgba(255,255,255,.72); line-height: 1.55; }
body[data-page="front.events"] .enquiry-form { margin-top: 70px; }
body[data-page="front.events"] .package-grid article { display: flex; flex-direction: column; }
body[data-page="front.events"] .package-grid article .package-enquire-button { width: 100%; margin-top: auto; border-color: rgba(242,212,125,.5); color: var(--light-gold); }
body[data-page="front.events"] .package-grid article .package-enquire-button:hover { background: var(--gold); color: #071426; }
body[data-page="front.events"] .enquiry-form { transition: box-shadow .35s,border-color .35s,transform .35s; }
body[data-page="front.events"] .enquiry-form.is-focused { border-color: var(--gold); box-shadow: 0 0 0 4px rgba(212,166,58,.2),0 24px 65px rgba(0,0,0,.2); transform: translateY(-3px); }
.breadcrumb { position: absolute; z-index: 2; right: max(24px,calc((100% - min(1320px,calc(100% - 48px)))/2)); bottom: 45px; display: flex; gap: 10px; color: var(--muted); font-size: .7rem; }
.breadcrumb a { color: white; }
.detail-list article { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; padding: 55px 0; border-top: 1px solid var(--dark-line); }
.detail-list article:nth-child(even) > div:first-child { order: 2; }
.detail-list article > div:first-child { height: 420px; overflow: hidden; border-radius: var(--radius); }
.detail-list article img { width: 100%; height: 100%; object-fit: cover; }
.detail-list h2 { margin-bottom: 18px; }
.detail-list dl { display: grid; grid-template-columns: repeat(3,1fr); margin: 25px 0; }
.detail-list dl div { padding: 0 15px; border-left: 1px solid var(--dark-line); }
.detail-list dt { color: #777; font-size: .65rem; text-transform: uppercase; }
.detail-list dd { margin: 4px 0 0; font-size: .8rem; font-weight: 700; }
.editorial-split { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; }
.lead { font-size: clamp(1.2rem,2.1vw,1.7rem); line-height: 1.45; }
.glass-detail { position: relative; height: 560px; }
.glass-detail img { width: 100%; height: 100%; object-fit: cover; border-radius: var(--radius); }
.glass-detail span { position: absolute; left: 15px; bottom: 15px; padding: 6px 9px; background: rgba(0,0,0,.7); color: white; font-size: .65rem; }
.vip-rate { display: grid; grid-template-columns: 1fr 1fr; max-width: 900px; margin: auto; border: 1px solid var(--dark-line); }
.vip-benefit-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 42px; margin: 0; padding: 0; list-style: none; }
.vip-benefit-list li { position: relative; padding: 23px 8px 23px 30px; border-bottom: 1px solid rgba(255,255,255,.18); }
.vip-benefit-list li::before { position: absolute; top: 31px; left: 2px; width: 10px; height: 10px; border-radius: 50%; background: var(--gold); content: ""; box-shadow: 0 0 0 5px rgba(212,166,58,.12); }
.vip-benefit-list h3 { margin: 0; color: white; font-size: 1.25rem; }
.vip-rate > div { padding: 40px; }
.vip-rate > div + div { border-left: 1px solid var(--dark-line); }
.vip-rate p { color: #777; font-size: .7rem; letter-spacing: .14em; }
.vip-rate b { display: block; color: var(--gold); font-family: var(--display); font-size: 4.5rem; line-height: 1; }
.vip-rate span { font-size: .82rem; }
.package-feature { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; padding: 50px; border: 1px solid var(--line); border-radius: var(--radius); }
.package-feature li { margin: 9px 0; color: var(--muted); }
.gallery-mini { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; }
.gallery-mini button { height: 320px; padding: 0; border: 0; overflow: hidden; background: none; }
.gallery-mini img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.gallery-mini button:hover img { transform: scale(1.04); }
.faq-block { max-width: 900px; margin: 80px auto 0; }
.faq-item { border-top: 1px solid var(--dark-line); }
.faq-item:last-child { border-bottom: 1px solid var(--dark-line); }
.section-dark .faq-item, .section-navy .faq-item { border-color: var(--line); }
.faq-item h3 { margin: 0; }
.faq-item h3 button { display: flex; justify-content: space-between; width: 100%; padding: 22px 0; border: 0; background: none; color: inherit; text-align: left; font-weight: 600; }
.faq-item h3 button span { color: var(--gold); font-size: 1.5rem; transition: transform .2s; }
.faq-item h3 button[aria-expanded="true"] span { transform: rotate(45deg); }
.faq-answer { padding: 0 45px 18px 0; color: #666; }
.event-type-grid, .mission-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 12px; }
.event-type-grid article, .mission-grid article { min-width: 0; min-height: 260px; padding: 25px; border: 1px solid var(--dark-line); border-radius: 12px; }
.event-type-grid span, .mission-grid span { color: var(--gold); font-size: .7rem; }
.event-type-grid h3, .mission-grid h3 { margin-top: 80px; }
.event-type-grid p, .mission-grid p { color: #666; font-size: .8rem; }
.event-type-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 42px; margin: 0; padding: 0; list-style: none; }
.event-type-list li { position: relative; padding: 22px 10px 22px 28px; border-bottom: 1px solid var(--dark-line); }
.event-type-list li::before { position: absolute; top: 31px; left: 2px; width: 9px; height: 9px; border-radius: 50%; background: var(--gold); content: ""; }
.event-type-list h3 { margin: 0 0 7px; font-size: 1.25rem; }
.event-type-list p { margin: 0; color: #666; font-size: .86rem; }
.event-booking-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.event-booking-card { padding: 28px; border: 1px solid rgba(255,255,255,.18); border-radius: 16px; background: #0a1727; }
.event-booking-card.featured { border-color: var(--gold); }
.event-booking-card h3 { color: white; font-size: 1.6rem; }
.event-booking-card > p,.event-booking-card li { color: rgba(255,255,255,.7); }
.event-booking-card li::marker { color: var(--gold); }
.event-package-price b { color: var(--light-gold); font-size: 1.55rem; }
.event-config { display: grid; grid-template-columns: .65fr 1fr 1fr; gap: 10px; margin: 22px 0; }
.event-config label { color: var(--light-gold); font-size: .7rem; font-weight: 700; text-transform: uppercase; }
.event-config input,.event-config select { width: 100%; margin-top: 6px; padding: 11px 9px; border: 1px solid rgba(255,255,255,.22); border-radius: 7px; background: #07111e; color: white; color-scheme: dark; }
.event-booking-card details { margin: 15px 0; color: white; }
.event-booking-card summary { cursor: pointer; color: var(--light-gold); font-weight: 700; }
.event-addon-list { display: grid; gap: 8px; margin-top: 12px; }
.event-addon-list label { display: flex; gap: 9px; color: rgba(255,255,255,.75); font-size: .78rem; }
.event-live-total { display: flex; justify-content: space-between; padding-top: 15px; border-top: 1px solid rgba(255,255,255,.16); }
.event-live-total b { color: white; }
.package-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 15px; margin-bottom: 75px; }
.package-grid article { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); }
.package-grid article.featured { border-color: var(--gold); }
.package-grid p:not(.mini-label), .package-grid li { color: var(--muted); font-size: .82rem; }
.package-grid ul { min-height: 140px; padding-left: 20px; }
.package-grid .btn { width: 100%; }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 10px; }
table { width: 100%; min-width: 780px; border-collapse: collapse; }
th, td { padding: 16px 18px; border-bottom: 1px solid var(--line); text-align: left; font-size: .8rem; }
thead th { background: rgba(255,255,255,.05); color: var(--light-gold); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
tbody th { color: white; }
tbody td { color: var(--muted); }
.timeline { max-width: 900px; margin: auto; }
.timeline article { display: grid; grid-template-columns: 80px 1fr; gap: 30px; padding: 32px 0; border-top: 1px solid var(--line); }
.timeline article > span {
  width: 12px;
  height: 12px;
  margin-top: 7px;
  overflow: hidden;
  border-radius: 50%;
  background: var(--gold);
  color: transparent;
  font-size: 0;
}
.timeline p { color: var(--muted); }
.enquiry-form, .contact-form { margin-top: 90px; padding: clamp(30px,5vw,70px); border: 1px solid var(--dark-line); border-radius: var(--radius); background: white; }
.enquiry-form { display: grid; grid-template-columns: .65fr 1.35fr; gap: 70px; }
.form-intro { position: sticky; top: 130px; align-self: start; }
.form-intro h2 { font-size: 2.5rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.form-grid .btn { justify-self: start; }
.menu-bullet-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 42px; margin: 0; padding: 0; list-style: none; }
.menu-bullet-list li { position: relative; padding: 21px 8px 21px 28px; border-bottom: 1px solid var(--dark-line); }
.menu-bullet-list li::before { position: absolute; top: 30px; left: 2px; width: 9px; height: 9px; border-radius: 50%; background: var(--gold); content: ""; }
.menu-bullet-list h3 { margin: 0 0 6px; font-size: 1.15rem; }
.menu-bullet-list p { margin: 0; color: #777; font-size: .78rem; }
.responsible-note { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; margin-top: 60px; padding: 30px; border-radius: 12px; background: #e7e2d7; }
.responsible-note p { margin: 0; color: #65635f; font-size: .8rem; }
.shop-tools { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 35px; }
.filter-toggle { display: none; }
.filter-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-chips button { padding: 9px 15px; border: 1px solid var(--dark-line); border-radius: 99px; background: none; color: var(--black); font-size: .75rem; }
.filter-chips button.active { background: var(--black); color: white; }
.shop-tools label { color: #777; font-size: .72rem; }
.shop-tools select { width: auto; margin-left: 8px; }
.corporate-orders { display: flex; justify-content: space-between; align-items: center; gap: 50px; margin-top: 100px; padding: 60px; border-radius: var(--radius); background: var(--navy); color: white; }
.corporate-orders h2 { margin-bottom: 15px; }
.corporate-orders p { color: var(--muted); }
.product-detail { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: start; }
.product-main { height: 620px; overflow: hidden; border-radius: var(--radius); background: #ddd; }
.product-main img { width: 100%; height: 100%; object-fit: cover; cursor: zoom-in; }
.product-thumbs { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 10px; }
.product-thumbs button { position: relative; height: 120px; padding: 0; border: 1px solid transparent; background: #ddd; overflow: hidden; }
.product-thumbs button.active { border-color: var(--gold); }
.product-thumbs img { width: 100%; height: 100%; object-fit: cover; }
.product-thumbs span { position: absolute; left: 5px; bottom: 5px; padding: 3px 6px; background: rgba(0,0,0,.7); color: white; font-size: .6rem; }
.product-buy { position: sticky; top: 120px; }
.product-buy h1 { margin: 0 0 15px; font-size: 3.8rem; }
.detail-price { font-family: var(--display); font-size: 1.6rem; font-weight: 700; }
.option { margin: 30px 0; padding-top: 22px; border-top: 1px solid var(--dark-line); }
.option > span, .option > label { display: block; margin-bottom: 12px; font-size: .75rem; font-weight: 700; }
.swatches { display: flex; gap: 8px; }
.swatches button { display: flex; align-items: center; gap: 8px; padding: 9px 12px; border: 1px solid var(--dark-line); background: none; font-size: .72rem; }
.swatches button.active { border-color: var(--gold); }
.swatch { width: 16px; height: 16px; border-radius: 50%; }
.swatch.black { background: linear-gradient(90deg,#111 50%,#b91522 50%); }
.swatch.blue { background: #172e9d; }
.quantity { display: grid; grid-template-columns: 42px 60px 42px; width: max-content; border: 1px solid var(--dark-line); }
.quantity button, .quantity input { height: 42px; border: 0; background: none; text-align: center; }
.stock { font-size: .8rem; }
.pickup-note { display: flex; gap: 9px; margin-top: 20px; color: #777; font-size: .75rem; }
.specs { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; margin: 100px 0; padding: 60px; background: var(--navy); color: white; }
.specs p { color: var(--muted); }
.specs dl { display: grid; grid-template-columns: 1fr 1fr; margin: 0; }
.specs dl div { display: flex; justify-content: space-between; gap: 12px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.specs dt { color: var(--muted); font-size: .75rem; }
.specs dd { margin: 0; color: var(--light-gold); font-size: .8rem; font-weight: 700; }
.cart-layout, .checkout-layout { display: grid; grid-template-columns: 1.4fr .6fr; gap: 60px; align-items: start; }
.cart-layout > *, .checkout-layout > *, .checkout-layout fieldset { min-width: 0; }
.cart-item { display: grid; grid-template-columns: 150px 1fr auto; gap: 22px; padding: 0 0 25px; margin-bottom: 25px; border-bottom: 1px solid var(--dark-line); }
.cart-item img { width: 150px; height: 150px; object-fit: cover; border-radius: 10px; }
.cart-item h3 { margin-bottom: 5px; }
.cart-item p { color: #777; font-size: .78rem; }
.cart-item-controls { display: flex; gap: 12px; align-items: center; margin-top: 20px; }
.cart-item-controls button { border: 0; background: none; color: #777; font-size: .75rem; text-decoration: underline; }
.cart-price { font-weight: 700; }
.empty-cart { padding: 80px 30px; border: 1px dashed var(--dark-line); text-align: center; }
.order-summary { position: sticky; top: 120px; padding: 30px; border: 1px solid var(--dark-line); border-radius: var(--radius); background: #e9e6df; }
.order-summary h2 { font-size: 1.55rem; }
.order-summary > div { display: flex; justify-content: space-between; gap: 15px; padding: 15px 0; border-bottom: 1px solid var(--dark-line); font-size: .8rem; }
.order-summary label { display: block; margin-top: 20px; font-size: .7rem; font-weight: 700; }
.order-summary .btn { width: 100%; margin: 25px 0 15px; }
.order-summary .text-link { display: block; text-align: center; color: #5b4515; }
.order-summary > [data-checkout-items] { display: block; padding: 4px 0 14px; }
.order-summary [data-checkout-items] p { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 18px; margin: 0; padding: 13px 0; border-bottom: 1px solid var(--dark-line); line-height: 1.45; }
.order-summary [data-checkout-items] p b { text-align: right; white-space: nowrap; }
.checkout-order-item { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 14px; align-items: start; padding: 14px 0; border-bottom: 1px solid var(--dark-line); }
.checkout-order-item > b { padding-top: 2px; white-space: nowrap; }
.checkout-product-link { color: #101820; font-weight: 650; text-decoration: underline; text-decoration-color: transparent; text-underline-offset: 3px; transition: color .2s,text-decoration-color .2s; }
.checkout-product-link:hover { color: #956a13; text-decoration-color: currentColor; }
.checkout-order-item.is-unavailable { margin: 5px -10px; padding: 12px 10px; border: 1px solid #d96767; border-radius: 8px; background: #fff0f0; }
.checkout-order-item strong { display: inline-flex; margin-left: 7px; padding: 3px 7px; border-radius: 99px; background: #b82424; color: white; font-size: .58rem; letter-spacing: .05em; text-transform: uppercase; }
.checkout-item-editor { display: flex; align-items: center; gap: 5px; margin-top: 9px; }
.order-summary .checkout-item-editor button,.order-summary .checkout-item-editor input { width: 28px; min-height: 28px; height: 28px; padding: 0; border: 1px solid #b8b4aa; border-radius: 6px; background: #fff; color: #111; text-align: center; }
.order-summary .checkout-item-editor button { cursor: pointer; font-weight: 700; }
.order-summary .checkout-item-editor [data-checkout-remove] { width: auto; margin-left: 5px; padding: 0 8px; border-color: #c55; color: #9f2020; font-size: .68rem; }
.order-summary > p { color: #666; font-size: .72rem; line-height: 1.55; }
.promo-input { display: flex!important; padding: 0!important; }
.promo-input button { border: 0; background: none; font-size: .72rem; font-weight: 700; }
.promo-message { color: #6c541b; font-size: .7rem; }
fieldset { margin: 0 0 45px; padding: 0; border: 0; }
legend { margin-bottom: 22px; font-family: var(--display); font-size: 1.5rem; font-weight: 700; }
.checkout-layout fieldset .field { margin-bottom: 20px; }
.address-match { margin-bottom: 20px; padding: 14px 16px; border: 1px solid var(--dark-line); border-radius: 10px; background: rgba(212,166,58,.08); }
[data-billing-fields] { transition: opacity .2s; }
[data-billing-fields].is-synced { opacity: .45; }
.radio-card { display: flex; margin-bottom: 10px; padding: 18px; border: 1px solid var(--dark-line); border-radius: 10px; }
.radio-card input { margin-right: 14px; accent-color: var(--gold); }
.radio-card b, .radio-card small { display: block; }
.radio-card small { color: #777; font-weight: 400; }
.payment-placeholder { display: flex; gap: 18px; align-items: center; padding: 28px; border: 1px dashed rgba(212,166,58,.6); border-radius: 12px; background: rgba(212,166,58,.08); }
.payment-placeholder > .icon { display: grid; place-items: center; flex: 0 0 44px; width: 44px; height: 44px; border: 1px solid rgba(212,166,58,.45); border-radius: 50%; color: #8f6815; }
.payment-placeholder > div { min-width: 0; }
.payment-placeholder p { margin: 4px 0 0; color: #777; font-size: .78rem; }
.section-navy .payment-placeholder p, .booking-step .payment-placeholder p { color: var(--muted); }
.expired { margin-top: 80px; padding: 60px; border: 1px dashed var(--dark-line); border-radius: var(--radius); text-align: center; }
.coming-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.coming-grid article { min-height: 420px; display: flex; flex-direction: column; justify-content: end; padding: 40px; border-radius: var(--radius); background: var(--navy); color: white; }
.coming-grid article:nth-child(2) { background: #2b1013; }
.coming-grid li, .coming-grid p { color: var(--muted); }
.gift-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.gift-card-preview { position: sticky; top: 130px; aspect-ratio: 1.58; display: flex; flex-direction: column; justify-content: space-between; padding: 40px; border-radius: 22px; background: radial-gradient(circle at 80% 10%,rgba(212,166,58,.2),transparent 40%), var(--navy); color: white; box-shadow: var(--shadow); }
.gift-card-preview > div span, .gift-card-preview > div small { display: block; font-family: var(--display); }
.gift-card-preview > div span { color: var(--light-gold); font-size: 3rem; font-weight: 700; letter-spacing: .15em; }
.gift-card-preview > div small, .gift-card-preview p { letter-spacing: .18em; }
.gift-card-preview b { align-self: end; color: var(--light-gold); font-size: 1.7rem; }
.gift-form { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.gift-form fieldset { grid-column: 1/-1; }
.amount-options { display: flex; flex-wrap: wrap; gap: 8px; }
.amount-options button { min-width: 70px; padding: 12px; border: 1px solid var(--dark-line); background: none; }
.amount-options button.active { border-color: var(--gold); background: var(--gold); }
.masonry { columns: 3 320px; column-gap: 12px; margin-top: 35px; }
.gallery-item, .video-placeholder { position: relative; width: 100%; margin-bottom: 12px; padding: 0; border: 0; break-inside: avoid; overflow: hidden; background: #ddd; }
.gallery-item img { width: 100%; min-height: 280px; object-fit: cover; transition: transform .4s; }
.gallery-item:nth-child(3n) img { min-height: 420px; }
.gallery-item:hover img { transform: scale(1.035); }
.gallery-item span { position: absolute; right: 14px; bottom: 14px; left: 14px; display: flex; justify-content: space-between; padding: 10px; background: rgba(0,0,0,.62); color: white; font-size: .75rem; text-align: left; }
.gallery-item span i { color: var(--gold); font-style: normal; }
.video-placeholder { min-height: 330px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 15px; background: var(--navy); color: white; }
.video-placeholder .icon { width: 50px; height: 50px; }
.video-placeholder .icon::before { left: 20px; top: 14px; }
.mission-grid { grid-template-columns: repeat(3,1fr); margin-top: 100px; }
.founder-placeholder { margin-top: 70px; padding: 60px; border-left: 3px solid var(--gold); background: #e7e3da; }
.founder-placeholder blockquote { font-family: var(--display); font-size: clamp(1.5rem,3vw,2.5rem); line-height: 1.3; }
.founder-placeholder span { color: #777; font-size: .8rem; }
.faq-layout { display: grid; grid-template-columns: 220px 1fr; gap: 80px; align-items: start; }
.faq-layout aside { position: sticky; top: 130px; }
.faq-layout aside button { display: block; width: 100%; padding: 9px 0; border: 0; background: none; color: #777; text-align: left; font-size: .8rem; }
.faq-layout aside button.active { color: var(--black); font-weight: 700; }
.faq-layout .faq-block { margin-top: 0; margin-bottom: 70px; }
.faq-simple { max-width: 920px; }
.faq-simple .section-heading { max-width: 720px; margin-bottom: 45px; }
.faq-simple .faq-block { margin-bottom: 55px; }
.faq-simple .faq-answer { max-width: 760px; padding: 0 44px 20px 0; color: #666; }
.faq-simple .center { padding-top: 10px; border-top: 0; }
.contact-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 15px; }
.contact-grid > div { min-height: 260px; padding: 28px; border: 1px solid var(--dark-line); }
.contact-grid h3 { margin: 60px 0 15px; }
.contact-grid p, .contact-grid small { color: #777; font-size: .8rem; }
.contact-grid a { color: #765b18; font-size: .8rem; font-weight: 700; }
.contact-page { background: var(--rich-black); color: #fff; }
.contact-page-hero .page-hero-overlay { background: linear-gradient(90deg,rgba(3,10,20,.96),rgba(3,10,20,.65) 52%,rgba(3,10,20,.2)),linear-gradient(0deg,var(--rich-black),transparent 60%); }
.contact-intro-section { padding: 95px 0 110px; }
.contact-intro-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 38px; }
.contact-intro-heading h2 { margin: 8px 0 0; font-size: clamp(2.5rem,5vw,5rem); }
.contact-intro-heading > p { max-width: 480px; margin: 0 0 9px; color: rgba(255,255,255,.62); line-height: 1.7; }
.contact-info-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.contact-info-grid article { min-height: 310px; padding: 30px; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: linear-gradient(145deg,#101d2b,#07111e); box-shadow: 0 18px 45px rgba(0,0,0,.2); }
.contact-info-icon { display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 35px; border: 1px solid rgba(212,166,58,.48); border-radius: 50%; color: var(--light-gold); }
.contact-info-grid .visit-clock::before { margin: 0; }
.contact-info-grid .mini-label { color: var(--gold); }
.contact-info-grid h3 { margin: 10px 0 15px; font-size: 1.15rem; }
.contact-info-grid article > p:not(.mini-label),.contact-info-grid small { color: rgba(255,255,255,.62); font-size: .82rem; line-height: 1.75; }
.contact-info-grid article > a,.contact-info-grid article > p a { color: var(--light-gold); font-size: .8rem; font-weight: 700; }
.contact-info-grid article > a { display: inline-flex; gap: 9px; margin-top: 20px; }
.contact-map-section { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 650px; background: var(--navy); }
.contact-map { min-height: 520px; }
.contact-map iframe { width: 100%; height: 100%; min-height: 520px; border: 0; filter: saturate(.78) contrast(1.04); }
.contact-map-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(50px,7vw,105px); }
.contact-map-copy h2 { margin: 8px 0 20px; font-size: clamp(2.5rem,4.5vw,4.6rem); }
.contact-map-copy > p:not(.eyebrow) { color: rgba(255,255,255,.64); line-height: 1.75; }
.contact-address { display: flex; align-items: center; gap: 15px; margin: 25px 0 30px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
.contact-address > span { color: var(--gold); }
.contact-address p { margin: 0; color: rgba(255,255,255,.68); }
.contact-address b { color: #fff; }
.contact-message-section { padding: 110px 0; background: #f4f1e9; color: var(--black); }
.contact-message-layout { display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: clamp(45px,8vw,120px); }
.contact-message-copy { position: sticky; top: 125px; padding-top: 35px; }
.contact-message-copy h2 { margin: 8px 0 20px; font-size: clamp(2.6rem,5vw,5rem); }
.contact-message-copy > p:not(.eyebrow) { color: #6f6f6f; line-height: 1.75; }
.contact-message-copy > a { display: inline-block; margin-top: 18px; color: #765b18; font-weight: 700; }
.contact-message-layout .contact-form { margin: 0; border-color: rgba(7,17,30,.12); border-radius: 18px; box-shadow: 0 24px 65px rgba(7,17,30,.1); }
.corporate-page { background: #05080c; color: #fff; }
.corporate-hero { position: relative; display: flex; align-items: flex-end; min-height: 720px; overflow: hidden; }
.corporate-hero-media,.corporate-hero-overlay { position: absolute; inset: 0; }
.corporate-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.corporate-hero-overlay { background: linear-gradient(90deg,rgba(2,8,15,.97),rgba(2,8,15,.7) 50%,rgba(2,8,15,.2)),linear-gradient(0deg,#05080c,transparent 55%); }
.corporate-hero-content { position: relative; z-index: 1; width: var(--shell); margin: 0 auto; padding: 190px 0 100px; }
.corporate-hero-content h1 { max-width: 900px; margin: 12px 0 20px; font-size: clamp(3.4rem,7vw,7rem); line-height: .91; }
.corporate-hero-content h1 em { color: var(--light-gold); font-style: normal; }
.corporate-hero-content > p:not(.eyebrow) { max-width: 650px; color: rgba(255,255,255,.76); font-size: 1.08rem; line-height: 1.7; }
.corporate-hero-content .btn { margin-top: 25px; }
.corporate-purpose { padding: 110px 0; background: #f4f1e9; color: var(--black); }
.corporate-purpose-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px,9vw,140px); }
.corporate-purpose h2 { margin: 10px 0 0; font-size: clamp(2.7rem,5vw,5rem); }
.corporate-purpose .lead { margin-top: 5px; color: #626262; line-height: 1.75; }
.corporate-facilities { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.corporate-facilities span { padding: 9px 13px; border: 1px solid rgba(7,17,30,.16); border-radius: 99px; color: #34404c; font-size: .72rem; font-weight: 700; }
.corporate-benefits { padding: 105px 0; background: #07111e; }
.corporate-benefit-grid { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 40px; border-top: 1px solid rgba(255,255,255,.14); border-left: 1px solid rgba(255,255,255,.14); }
.corporate-benefit-grid article { min-height: 270px; padding: 30px; border-right: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
.corporate-bullet { display: block; width: 12px; height: 12px; border: 3px solid var(--gold); border-radius: 50%; box-shadow: 0 0 0 6px rgba(212,166,58,.1); }
.corporate-benefit-grid h3 { margin: 55px 0 12px; }
.corporate-benefit-grid p { color: rgba(255,255,255,.6); font-size: .82rem; line-height: 1.65; }
.corporate-packages { padding: 110px 0 120px; background: #05080c; }
.corporate-package-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; margin-top: 42px; }
.corporate-package-card { position: relative; display: flex; flex-direction: column; min-height: 570px; padding: 30px; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; background: linear-gradient(145deg,#111b28,#08111d); }
.corporate-package-card.is-featured { border-color: var(--gold); transform: translateY(-10px); box-shadow: 0 24px 70px rgba(212,166,58,.12); }
.corporate-package-badge { position: absolute; top: 0; right: 24px; padding: 7px 11px; border-radius: 0 0 8px 8px; background: var(--gold); color: #06101c; font-size: .6rem; font-weight: 900; }
.corporate-package-card h3 { margin: 15px 0; font-size: 1.65rem; }
.corporate-package-card > p:not(.mini-label):not(.corporate-price) { color: rgba(255,255,255,.62); font-size: .82rem; line-height: 1.65; }
.corporate-price { margin: 22px 0; color: rgba(255,255,255,.58); font-size: .72rem; text-transform: uppercase; }
.corporate-price b { display: block; color: var(--light-gold); font-size: 2rem; line-height: 1.2; text-transform: none; }
.corporate-package-card ul { display: grid; gap: 10px; margin: 0 0 28px; padding: 0; list-style: none; }
.corporate-package-card li { font-size: .8rem; }
.corporate-package-card li::before { content: '✓'; margin-right: 9px; color: var(--gold); }
.corporate-package-card .btn { width: 100%; margin-top: auto; padding-inline: 16px; font-size: .68rem; }
.corporate-flow { padding: 110px 0; background: linear-gradient(135deg,#172535,#07111e); }
.corporate-flow-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 40px; }
.corporate-flow-grid article { padding: 36px; border: 1px solid rgba(255,255,255,.13); border-radius: 14px; background: rgba(0,0,0,.14); }
.corporate-flow-grid h3 { margin: 38px 0 12px; font-size: 1.45rem; }
.corporate-flow-grid p { color: rgba(255,255,255,.62); font-size: .84rem; }
.corporate-inquiry-section { padding: 120px 0; background: #f4f1e9; color: var(--black); }
.corporate-inquiry-layout { display: grid; grid-template-columns: .68fr 1.32fr; align-items: start; gap: clamp(45px,7vw,105px); }
.corporate-inquiry-copy { position: sticky; top: 120px; }
.corporate-inquiry-copy h2 { margin: 10px 0 20px; font-size: clamp(2.7rem,5vw,5rem); }
.corporate-inquiry-copy > p:not(.eyebrow) { color: #686868; line-height: 1.75; }
.corporate-location { display: flex; gap: 14px; margin-top: 35px; padding-top: 25px; border-top: 1px solid rgba(7,17,30,.15); }
.corporate-location > span { color: #9b751e; }
.corporate-location p { margin: 0; color: #666; }
.corporate-location b { color: var(--black); }
.corporate-inquiry-form { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 25px 20px; padding: clamp(28px,5vw,60px); border: 1px solid rgba(7,17,30,.12); border-radius: 18px; background: #fff; box-shadow: 0 25px 70px rgba(7,17,30,.1); }
.corporate-inquiry-form .full { grid-column: 1/-1; }
.corporate-inquiry-form .form-intro h3 { margin: 7px 0 8px; font-size: 2rem; }
.corporate-choice-set,.corporate-check-set { margin: 0; padding: 0; border: 0; }
.corporate-choice-set legend,.corporate-check-set legend { margin-bottom: 12px; font-size: .73rem; font-weight: 700; }
.corporate-choice-set legend span { color: #bd7c00; }
.corporate-choice-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; }
.corporate-choice-grid label { cursor: pointer; }
.corporate-choice-grid input { position: absolute; opacity: 0; }
.corporate-choice-grid label > span { display: block; padding: 14px; border: 1px solid rgba(7,17,30,.14); border-radius: 9px; transition: .2s; }
.corporate-choice-grid small { display: block; margin-top: 4px; color: #787878; }
.corporate-choice-grid input:checked + span { border-color: #b98b24; background: rgba(212,166,58,.11); box-shadow: 0 0 0 2px rgba(212,166,58,.12); }
.corporate-check-set > div { display: flex; flex-wrap: wrap; gap: 9px; }
.corporate-check-set label { cursor: pointer; }
.corporate-check-set input { position: absolute; opacity: 0; }
.corporate-check-set label span { display: block; padding: 8px 12px; border: 1px solid rgba(7,17,30,.15); border-radius: 99px; color: #59616a; font-size: .72rem; }
.corporate-check-set input:checked + span { border-color: #b98b24; background: #07111e; color: #fff; }
.corporate-toggle { display: flex; align-items: center; gap: 10px; color: #555; font-size: .78rem; }
.corporate-toggle input { accent-color: #b98b24; }

.booking-section { padding: 90px 0 140px; background: var(--rich-black); }
.booking-layout { display: grid; grid-template-columns: 1.4fr .6fr; gap: 30px; align-items: start; }
.booking-panel { min-height: 670px; display: flex; flex-direction: column; padding: clamp(25px,4vw,55px); border: 1px solid var(--line); border-radius: var(--radius); background: #111113; }
.booking-progress { display: flex; align-items: center; gap: 20px; margin-bottom: 55px; }
.booking-progress > div { flex: 1; height: 3px; background: #333; }
.booking-progress > div span { display: block; width: 12.5%; height: 100%; background: var(--gold); transition: width .3s; }
.booking-progress p { margin: 0; color: var(--muted); font-size: .7rem; }
.booking-step { display: none; flex: 1; }
.booking-step.active { display: block; animation: reveal .35s; }
@keyframes reveal { from { opacity: 0; transform: translateY(8px); } }
.booking-step h2 { margin-bottom: 35px; font-size: clamp(2rem,4vw,3.4rem); }
.booking-nav { display: flex; justify-content: space-between; gap: 12px; margin-top: 45px; }
.booking-nav button:disabled { opacity: .3; cursor: not-allowed; }
.choice-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.choice-card input, .choice-row input, .time-grid input { position: absolute; opacity: 0; }
.choice-card > span { min-height: 180px; display: flex; flex-direction: column; padding: 22px; border: 1px solid var(--line); border-radius: 12px; cursor: pointer; }
.choice-card input:checked + span { border-color: var(--gold); background: rgba(212,166,58,.08); }
.choice-card .icon { margin-bottom: 55px; color: var(--gold); }
.choice-card small { margin-top: 5px; color: var(--muted); }
.booking-step .field { max-width: 500px; }
.booking-step .field input { color-scheme: dark; }
.field-help { margin-top: 15px; color: var(--muted); font-size: .75rem; }
.time-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.time-grid span, .choice-row span { display: block; padding: 15px; border: 1px solid var(--line); border-radius: 8px; text-align: center; font-size: .82rem; }
.time-grid input:checked + span, .choice-row input:checked + span { border-color: var(--gold); background: rgba(212,166,58,.1); color: var(--light-gold); }
.choice-row { display: flex; gap: 10px; }
.guest-picker { display: grid; grid-template-columns: 55px 100px 55px; width: max-content; border: 1px solid var(--line); }
.guest-picker button, .guest-picker input { height: 55px; border: 0; background: none; text-align: center; }
.addon-list { display: grid; gap: 10px; }
.addon-list label { cursor: pointer; }
.addon-list input { position: absolute; opacity: 0; }
.addon-list span { display: flex; justify-content: space-between; padding: 18px; border: 1px solid var(--line); border-radius: 9px; }
.addon-list input:checked + span { border-color: var(--gold); color: var(--light-gold); }
.booking-summary { position: sticky; top: 110px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--navy); }
.booking-summary h2 { font-size: 1.8rem; }
.summary-visual { height: 150px; margin-bottom: 20px; overflow: hidden; border-radius: 10px; }
.summary-visual img { width: 100%; height: 100%; object-fit: cover; }
.booking-summary dl div { display: flex; justify-content: space-between; gap: 15px; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: .72rem; }
.booking-summary dt { color: var(--muted); }
.booking-summary dd { margin: 0; text-align: right; }
.summary-total { display: flex; justify-content: space-between; margin-top: 22px; }
.summary-total b { color: var(--light-gold); font-size: 1.4rem; }
.booking-summary > p:last-child { margin: 12px 0 0; color: var(--muted); font-size: .65rem; }
.summary-control, .summary-time-button { display: none; }
.time-slot-modal { position: fixed; z-index: 2100; inset: 0; display: grid; align-items: end; opacity: 0; visibility: hidden; transition: opacity .25s, visibility .25s; }
.time-slot-modal[aria-hidden="false"] { opacity: 1; visibility: visible; }
.time-slot-backdrop { position: absolute; inset: 0; width: 100%; border: 0; background: rgba(0,0,0,.76); backdrop-filter: blur(7px); }
.time-slot-dialog { position: relative; z-index: 1; width: min(620px,100%); max-height: min(78vh,720px); margin: 0 auto; padding: 28px 22px 34px; overflow-y: auto; border: 1px solid rgba(242,212,125,.25); border-radius: 24px 24px 0 0; outline: 0; background: linear-gradient(145deg,#071426,#0b2037); box-shadow: 0 -24px 70px rgba(0,0,0,.5); transform: translateY(35px); transition: transform .3s ease; }
.time-slot-modal[aria-hidden="false"] .time-slot-dialog { transform: none; }
.time-slot-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.time-slot-heading h2 { margin: 4px 0 7px; font-size: clamp(1.8rem,7vw,2.5rem); }
.time-slot-heading p:last-child { margin: 0; color: var(--muted); font-size: .78rem; }
.time-slot-close { display: grid; place-items: center; flex: 0 0 42px; width: 42px; height: 42px; border: 1px solid rgba(242,212,125,.3); border-radius: 50%; background: rgba(255,255,255,.06); color: var(--light-gold); font-size: 1.6rem; line-height: 1; }
.time-slot-options { grid-template-columns: repeat(3,minmax(0,1fr)); }
body.time-modal-open { overflow: hidden; }
/* Guest booking checkout */
.guest-checkout-page { min-height: 100vh; background: #f3f2ee; color: #111820; }
.guest-checkout-top { padding: 150px 0 34px; border-bottom: 1px solid #d9d7d0; background: #07111e; color: white; }
.checkout-back { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 30px; color: rgba(255,255,255,.7); font-size: .75rem; font-weight: 700; }
.checkout-title-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 35px; }
.checkout-title-row h1 { margin: 7px 0 0; font-size: clamp(2.6rem,5vw,5.2rem); line-height: .92; }
.checkout-security { display: flex; align-items: center; gap: 12px; padding: 13px 16px; border: 1px solid rgba(255,255,255,.14); border-radius: 10px; background: rgba(255,255,255,.05); }
.checkout-security > span { color: var(--gold); }
.checkout-security p, .checkout-security small { margin: 0; }
.checkout-security b, .checkout-security small { display: block; }
.checkout-security b { font-size: .75rem; }
.checkout-security small { margin-top: 3px; color: rgba(255,255,255,.55); font-size: .62rem; }
.checkout-progress { position: relative; display: grid; grid-template-columns: repeat(4,1fr); max-width: 720px; margin: 38px 0 0; padding: 0; list-style: none; }
.checkout-progress::before { content: ""; position: absolute; top: 14px; right: 12.5%; left: 12.5%; height: 1px; background: rgba(255,255,255,.2); }
.checkout-progress li { position: relative; z-index: 1; display: grid; justify-items: center; gap: 8px; color: rgba(255,255,255,.42); font-size: .66rem; }
.checkout-progress li span { display: grid; place-items: center; width: 29px; height: 29px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: #07111e; }
.checkout-progress li.complete, .checkout-progress li.active { color: white; }
.checkout-progress li.complete span { border-color: var(--gold); background: var(--gold); color: #050505; }
.checkout-progress li.active span { border-color: var(--gold); color: var(--light-gold); box-shadow: 0 0 0 5px rgba(212,166,58,.12); }
.guest-checkout-content { padding: 55px 0 120px; }
.checkout-alert { display: flex; align-items: center; gap: 12px; width: min(1320px,100%); margin: 0 auto 22px; padding: 15px 18px; border: 1px solid #d39c31; border-radius: 10px; background: #fff7e2; color: #62420c; }
.guest-checkout-grid { display: grid; grid-template-columns: minmax(0,1fr) 410px; gap: 32px; align-items: start; }
.guest-checkout-main { display: grid; gap: 22px; }
.checkout-card { padding: clamp(24px,3vw,38px); border: 1px solid #dedcd5; border-radius: 14px; background: white; box-shadow: 0 12px 35px rgba(12,20,30,.05); }
.checkout-card.membership-choice-card { background: linear-gradient(145deg,#071426,#111f30); color: white; border-color: rgba(212,166,58,.45); }
.membership-choice-heading h2 { margin: 6px 0 9px; color: white; font-size: clamp(1.55rem,2.5vw,2.25rem); }
.membership-choice-heading > p:last-child { margin-bottom: 24px; color: rgba(255,255,255,.68); }
.membership-options { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.membership-option { cursor: pointer; }
.membership-option input { position: absolute; opacity: 0; pointer-events: none; }
.membership-option-content { display: grid; grid-template-columns: 42px 1fr 24px; align-items: center; gap: 12px; min-height: 102px; padding: 17px; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; background: rgba(255,255,255,.055); transition: border-color .2s,background .2s,transform .2s; }
.membership-option-content > i { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: rgba(255,255,255,.11); color: white; font-style: normal; font-weight: 800; }
.membership-option-content b,.membership-option-content small { display: block; }
.membership-option-content b { color: white; }
.membership-option-content small { margin-top: 5px; color: rgba(255,255,255,.62); line-height: 1.35; }
.membership-option-content em { display: grid; place-items: center; width: 22px; height: 22px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: transparent; font-style: normal; }
.membership-option input:checked + .membership-option-content { border-color: var(--light-gold); background: rgba(212,166,58,.15); box-shadow: 0 0 0 2px rgba(212,166,58,.12); transform: translateY(-2px); }
.membership-option input:checked + .membership-option-content > i,.membership-option input:checked + .membership-option-content em { background: var(--gold); border-color: var(--gold); color: #071426; }
.vip-verification-note { display: flex; align-items: flex-start; gap: 10px; margin-top: 17px; padding: 12px 14px; border-radius: 9px; background: rgba(212,166,58,.12); color: #f6e8b9; font-size: .78rem; }
.vip-verification-note[hidden] { display: none; }
.vip-verification-note p { margin: 0; }
.checkout-card-heading { display: flex; align-items: flex-start; gap: 18px; margin-bottom: 28px; }
.checkout-card-heading > span { display: grid; flex: 0 0 auto; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: #091625; color: var(--light-gold); font-family: var(--display); font-size: .8rem; font-weight: 800; }
.checkout-card-heading h2 { margin: 3px 0 8px; color: #08121f; font-size: clamp(1.65rem,2.5vw,2.35rem); }
.checkout-card-heading p { margin-bottom: 0; color: #67717b; }
.checkout-fields { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; }
.checkout-fields .full { grid-column: 1 / -1; }
.checkout-card .field label { color: #17212c; font-size: .72rem; font-weight: 750; }
.checkout-card .field label small { color: #78818a; font-weight: 500; }
.checkout-card .field input, .checkout-card .field textarea { padding: 11px 13px; border: 1px solid #cfcfc9; border-radius: 7px; background: white; color: #111820; }
.checkout-card .field input:focus, .checkout-card .field textarea:focus { border-color: #ad7c1a; box-shadow: 0 0 0 3px rgba(212,166,58,.13); }
.shift4-payment-panel { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 16px; padding: 20px; border: 1px solid #d4d5d2; border-radius: 10px; background: #f8f8f6; }
.shift4-mark { display: flex; align-items: center; padding: 7px 10px; border-radius: 6px; background: #090304; color: white; font-size: .72rem; }
.shift4-mark b { margin-left: 2px; color: #ff5b35; font-size: 1.25rem; }
.shift4-payment-panel p { margin: 4px 0 0; color: #727a82; font-size: .7rem; }
.shift4-payment-panel > .icon { color: #198754; }
.gateway-test-note { margin-top: 16px; padding: 15px 17px; border-left: 3px solid var(--gold); background: #fff9e9; color: #5d481a; }
.gateway-test-note p { margin: 3px 0 0; font-size: .75rem; }
.checkout-agreement { display: grid; gap: 15px; }
.checkout-agreement .check-field { color: #303a43; }
.checkout-agreement .check-field a { color: #79570e; text-decoration: underline; }
.guest-order-summary { position: sticky; top: 115px; overflow: hidden; border: 1px solid #d6d3cb; border-radius: 14px; background: white; box-shadow: 0 18px 50px rgba(12,20,30,.1); }
.guest-summary-body { padding: 27px; }
.guest-summary-body h2 { margin: 6px 0 10px; color: #08121f; font-size: 1.75rem; }
.guest-summary-location { display: flex; align-items: center; gap: 8px; color: #6b747d; font-size: .73rem; }
.guest-summary-location .icon { color: #a97817; }
.guest-summary-body dl { margin: 23px 0; border-top: 1px solid #e3e1dc; }
.guest-summary-body dl div { display: flex; justify-content: space-between; gap: 18px; padding: 11px 0; border-bottom: 1px solid #e3e1dc; font-size: .75rem; }
.guest-summary-body dt { color: #747c83; }
.guest-summary-body dd { margin: 0; color: #15202b; font-weight: 700; text-align: right; }
.guest-price-lines { display: grid; gap: 10px; }
.guest-price-lines > div, .guest-summary-total { display: flex; justify-content: space-between; gap: 20px; }
.guest-price-lines > div { color: #5e6871; font-size: .75rem; }
.guest-summary-total { margin: 18px 0 22px; padding-top: 17px; border-top: 2px solid #161f28; color: #101923; font-family: var(--display); font-size: 1.1rem; }
.guest-summary-total b { font-size: 1.35rem; }
.guest-pay-button { width: 100%; justify-content: space-between; }
.guest-pay-button b { color: inherit; }
.guest-payment-fine { display: flex; justify-content: center; gap: 7px; margin: 13px 0 0; color: #737b82; font-size: .65rem; text-align: center; }

.confirmation { min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 140px 24px 80px; text-align: center; background: radial-gradient(circle at 50% 35%,#102b4b,var(--black) 55%); }
.confirmation-mark { display: grid; place-items: center; width: 70px; height: 70px; margin-bottom: 25px; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); }
.confirmation h1 { max-width: 900px; margin: 0 0 20px; }
.confirmation > p:not(.eyebrow) { max-width: 650px; color: var(--muted); }
.confirmation-card { width: min(520px,100%); margin: 35px 0; padding: 30px; border: 1px solid var(--line); border-radius: 15px; background: rgba(255,255,255,.04); }
.confirmation-card > span { color: var(--gold); font-size: .65rem; letter-spacing: .15em; }
.confirmation-card > b { display: block; margin: 8px 0 20px; font-family: var(--display); font-size: 1.45rem; }
.confirmation-card dl div { display: flex; justify-content: space-between; padding: 9px 0; border-top: 1px solid var(--line); font-size: .75rem; }
.confirmation-card dt { color: var(--muted); }
.confirmation-card dd { margin: 0; }
.policy-grid { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid var(--dark-line); }
.policy-grid a { display: grid; grid-template-columns: auto 1fr auto; gap: 25px; align-items: center; padding: 35px 25px; border-right: 1px solid var(--dark-line); border-bottom: 1px solid var(--dark-line); }
.policy-grid a:nth-child(even) { border-right: 0; }
.policy-grid span, .policy-grid i { color: var(--gold); font-size: .7rem; font-style: normal; }
.policy-grid h2 { margin: 0; font-size: 1.6rem; }
.legal-shell { width: min(860px,calc(100% - 48px)); margin: auto; }
.legal-shell .updated { color: #777; font-size: .75rem; }
.legal-shell > section { padding: 35px 0; border-top: 1px solid var(--dark-line); }
.legal-shell > section h2 { font-size: 1.5rem; }
.legal-shell > section p { color: #646464; }
.legal-contact { padding: 30px; background: #e5e1d7; }
.error-page { min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 130px 24px 70px; text-align: center; background: radial-gradient(circle at 50% 45%,#10243e,var(--black) 60%); }
.error-code { position: absolute; color: rgba(212,166,58,.07); font-family: var(--display); font-size: 36vw; font-weight: 700; line-height: 1; }
.error-page > *:not(.error-code) { position: relative; z-index: 1; }
.error-page h1 { margin: 0 0 15px; }
.error-page > p:not(.eyebrow):not(.error-code) { color: var(--muted); }

.modal { position: fixed; z-index: 2000; inset: 0; display: grid; place-items: center; padding: 20px; opacity: 0; visibility: hidden; transition: .25s; }
.modal[aria-hidden="false"] { opacity: 1; visibility: visible; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.78); backdrop-filter: blur(7px); }
.modal-panel { position: relative; z-index: 1; width: min(520px,100%); padding: 45px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--navy); box-shadow: var(--shadow); }
.modal-panel h2 { font-size: 2.5rem; }
.modal-panel > p:not(.eyebrow) { color: var(--muted); }
.confirmation-details { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin: 24px 0; overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: var(--line); }
.confirmation-details div { min-width: 0; padding: 13px 15px; background: #0b1727; }
.confirmation-details dt { margin-bottom: 4px; color: var(--gold); font-size: .62rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.confirmation-details dd { margin: 0; overflow-wrap: anywhere; color: white; font-size: .8rem; }
.confirmation-page { width: 100%; overflow: hidden; }
.confirmation-page h1 { font-size: clamp(2.7rem,6vw,5.8rem); }
.confirmation-page .confirmation-details { width: min(680px,100%); grid-template-columns: repeat(3,minmax(0,1fr)); }
.confirmation-page .confirmation-details div { display: grid; gap: 6px; padding: 19px 22px; text-align: left; }
.confirmation-page .confirmation-details span { color: var(--gold); font-size: .65rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.confirmation-page .confirmation-details b { overflow-wrap: anywhere; color: white; font-size: .95rem; }
.modal-close { position: absolute; top: 12px; right: 15px; border: 0; background: none; color: white; font-size: 1.6rem; }
.lightbox-panel { width: min(1100px,95vw); padding: 12px; background: #050505; }
.lightbox-panel img { max-height: 82vh; width: 100%; object-fit: contain; }
