/* ═══════════════════════════════════════════════════
   Vintage Print / Heritage — a literal gazette/broadsheet
   reading of the hotel-casino: masthead bars in place of
   plain eyebrows, drop-cap first letters on prose, numbered
   "No. 01" labels on every list of 3+, multi-column
   newspaper text, thick/thin rules as dividers, and every
   photograph toned sepia like an archival print.
   Palette tokens (--gold-flat, --c-bg, --c-s1..4, --md-sys-color-*,
   --text-*, --hairline) are injected per-generation by
   src/paletteEngine.js — this file only defines how those
   tokens are USED, never hard-codes hex.
   ═══════════════════════════════════════════════════ */

:root {
  /* Typography — Georgia serif carries every headline and paragraph;
     Courier New monospace is reserved for the "printed matter" chrome
     (mastheads, labels, bylines, nav) — the one deliberate contrast. */
  --font-display: Georgia, 'Times New Roman', serif;
  --font-body:    Georgia, 'Times New Roman', serif;
  --font-ui:      'Courier New', Courier, monospace;

  --section-padding: 104px 0;
  --container-max:   1240px;

  /* Fallback defaults — always overridden per-build via PALETTE_STYLE injection */
  --c-bg: #1C1B18;
  --c-s1: #201F1B;
  --c-s2: #242320;
  --c-s3: #292824;
  --c-s4: #302E29;
  --gold-flat: #6FAE8E;
  --hairline: rgba(255,255,255,0.14);
  --text-body: rgba(255,255,255,0.82);
  --text-heading: #F2EFE6;
  --text-accent: var(--gold-flat);
  --text-secondary: rgba(255,255,255,0.62);

  /* Derived "photograph" tint ramp — an aged sepia gradient built only
     from the injected accent + background, used as the placeholder/frame
     backing behind every photo (mirrors the approved --ph1/2/3 device). */
  --ph1: color-mix(in srgb, var(--gold-flat) 25%, var(--c-bg) 75%);
  --ph2: color-mix(in srgb, var(--gold-flat) 55%, var(--c-bg) 45%);
  --ph3: color-mix(in srgb, var(--gold-flat) 85%, black 15%);

  --ease: all 0.2s ease;
  --ease-transform: transform 0.3s ease;
}

/* ── Reset & Base ─────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html  { scroll-behavior: smooth; }
body  {
  font-family: var(--font-body);
  background: var(--c-bg);
  color: var(--text-body);
  line-height: 1.7;
  overflow-x: hidden;
}
img   { display: block; width: 100%; height: 100%; object-fit: cover; }
/* Every photograph on the site gets an aged, archival cast — the one
   exception is the AI-generated brand logo, which must stay true to color. */
img:not(#navLogo) { filter: sepia(0.45) contrast(1.05); }
a     { color: inherit; text-decoration: none; }
ul    { list-style: none; }

.jqwqb_container {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 24px;
}
.jqwqb_section { padding: var(--section-padding); border-top: 1px solid var(--hairline); }

/* ── Buttons — flat rectangles, printed-ticket edges ──────────────────── */
.jqwqb_btn-filled,
.jqwqb_btn-outlined,
.jqwqb_btn-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 26px;
  border-radius: 0;
  font-family: var(--font-ui);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1;
  transition: var(--ease);
  border: 1px solid transparent;
}
.jqwqb_btn-filled {
  background: var(--gold-flat);
  color: var(--md-sys-color-on-primary, #161311);
  border: 1px solid var(--gold-flat);
}
.jqwqb_btn-filled:hover { opacity: 0.86; }
.jqwqb_btn-filled:active { opacity: 0.72; }

.jqwqb_btn-outlined {
  background: transparent;
  color: var(--text-heading);
  border: 1px solid var(--text-heading);
}
.jqwqb_btn-outlined:hover { border-color: var(--gold-flat); color: var(--gold-flat); }

.jqwqb_btn-text {
  background: transparent;
  color: var(--gold-flat);
  padding: 13px 4px;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.jqwqb_btn-text:hover { opacity: 0.75; }

/* ── Cards — hairline border, sharp corners, no shadow ───────────────── */
.jqwqb_card-elevated {
  background: var(--c-s1);
  border: 1px solid var(--hairline);
  border-radius: 0;
  overflow: hidden;
}

/* ── Typography helpers ───────────────────────────── */
.jqwqb_section-eyebrow {
  display: inline-block;
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-flat);
}
.jqwqb_section-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.1rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.005em;
  color: var(--text-heading);
  margin-bottom: 22px;
  text-wrap: balance;
}
.jqwqb_section-title.jqwqb_light { color: var(--text-heading); }
.jqwqb_section-subtitle {
  font-family: var(--font-ui);
  font-size: 0.85rem;
  color: var(--text-secondary);
  max-width: 560px;
  margin: 0 auto;
}
.jqwqb_section-body {
  font-size: 1.05rem;
  color: var(--text-secondary);
  line-height: 1.8;
}
.jqwqb_section-header {
  text-align: center;
  margin-bottom: 48px;
}

/* ── The masthead device — reused as a section-header bar everywhere,
   not just once at the top: thick rule above, thin rule below, publication
   name left / edition-and-volume right, set in the monospace "typewriter" face. */
.jqwqb_section-masthead {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  border-top: 3px solid var(--text-heading);
  border-bottom: 1px solid var(--hairline);
  padding-block: 10px;
  margin-bottom: 40px;
  font-family: var(--font-ui);
}
.jqwqb_section-masthead.jqwqb_center { justify-content: center; text-align: center; }
.jqwqb_masthead-edition {
  font-family: var(--font-ui);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-secondary);
}
.jqwqb_section-masthead.jqwqb_on-photo {
  border-top-color: var(--text-heading);
  border-bottom-color: color-mix(in srgb, var(--text-heading) 25%, transparent);
}

/* Thick/thin rules as major/minor section dividers */
.jqwqb_rule-thick {
  border: none;
  border-top: 3px solid var(--text-heading);
  margin-block: clamp(1.6rem, 4vw, 2.6rem);
}
.jqwqb_rule-thick.jqwqb_no-margin { margin: 0; }

/* Multi-column newspaper prose + drop-cap first letter — the signature
   device, applied to every longer block of AI-generated body copy. */
.jqwqb_cols {
  columns: 2;
  column-gap: 2.2rem;
  font-size: 0.98rem;
  line-height: 1.7;
}
.jqwqb_cols.jqwqb_cols-2 { columns: 2; }
.jqwqb_cols p:first-child::first-letter {
  font-family: var(--font-display);
  font-size: 3.4rem;
  font-weight: 700;
  float: left;
  line-height: 0.82;
  margin: 0.06em 0.08em 0 0;
  color: var(--gold-flat);
}

/* Numbered "No. 01" label — small caps monospace, used on every list of
   3+ items (highlights, rooms, casino features, amenities). */
.jqwqb_lbl {
  display: block;
  font-family: var(--font-ui);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold-flat);
  margin-bottom: 8px;
}
.jqwqb_card { border-left: 1px solid var(--hairline); padding-left: 1.1rem; }
.jqwqb_name { font-family: var(--font-display); font-size: 1.25rem; font-weight: 700; color: var(--text-heading); }
.d    { font-size: 0.92rem; line-height: 1.6; color: var(--text-secondary); margin-top: 0.4rem; }

/* Photograph frame — every real photo sits on top of the sepia --ph1/2/3
   gradient (visible as a border wash / loading backdrop), tying every
   image on the site to one consistent archival treatment. */
.jqwqb_ph {
  position: relative;
  background: linear-gradient(160deg, var(--ph1), var(--ph2) 60%, var(--ph3));
  border: 1px solid var(--text-heading);
}

/* "Clipped" inset photograph — a small archival print taped over the
   main image, tilted slightly like a scrapbook clipping. */
.jqwqb_clipping {
  position: absolute;
  border: 6px solid var(--c-bg);
  box-shadow: 0 14px 30px rgba(0,0,0,0.35);
  transform: rotate(-3deg);
  transition: transform 0.3s ease;
}
.jqwqb_clipping:hover { transform: rotate(0deg) scale(1.02); }
.jqwqb_clipping-pin {
  position: absolute;
  top: -7px; left: 50%;
  transform: translateX(-50%);
  width: 14px; height: 14px;
  border-radius: 50%;
  background: var(--gold-flat);
  border: 2px solid var(--c-bg);
  box-shadow: 0 2px 6px rgba(0,0,0,0.4);
}

/* ── Scroll-reveal animations ─────────────────────── */
[data-reveal] {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
[data-reveal].revealed {
  opacity: 1;
  transform: none;
}

/* ═══════════════════════════════════════ NAVIGATION */
.jqwqb_nav-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 200;
  background: color-mix(in srgb, var(--c-bg) 97%, transparent);
  border-top: 4px solid var(--text-heading);
  border-bottom: 1px solid var(--hairline);
  transition: var(--ease);
}
.jqwqb_nav-header.scrolled { box-shadow: 0 6px 18px rgba(0,0,0,0.28); }

.jqwqb_masthead-bar {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding-block: 7px;
  font-family: var(--font-ui);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-secondary);
  border-bottom: 1px solid var(--hairline);
}
.jqwqb_masthead-name { color: var(--text-heading); }
.jqwqb_nav-header.scrolled .jqwqb_masthead-bar { display: none; }

.jqwqb_nav-inner {
  display: flex;
  align-items: center;
  gap: 40px;
  padding-block: 18px;
  transition: var(--ease);
}
.jqwqb_nav-header.scrolled .jqwqb_nav-inner { padding-block: 12px; }
.jqwqb_nav-logo {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-heading);
  white-space: nowrap;
  flex-shrink: 0;
}
.jqwqb_nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 30px;
  row-gap: 6px;
  margin-left: auto;
}
.jqwqb_nav-links a {
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-secondary);
  transition: var(--ease);
  padding: 4px 0;
  white-space: nowrap;
  border-bottom: 1px solid transparent;
}
.jqwqb_nav-links a:hover { color: var(--gold-flat); border-bottom-color: var(--gold-flat); }

/* Burger */
.jqwqb_nav-burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.jqwqb_nav-burger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--gold-flat);
  transition: var(--ease);
}
.jqwqb_nav-burger.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.jqwqb_nav-burger.active span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.jqwqb_nav-burger.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ═══════════════════════════════════════════ HERO */
.jqwqb_hero {
  position: relative;
  height: 100vh;
  min-height: 680px;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
/* Sepia color-cast (blend) + a plain darkening scrim above it for text
   legibility — two stacked layers instead of a CSS filter on .jqwqb_hero itself,
   so the centered headline/dek stay fully legible and undistorted. */
.jqwqb_hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, var(--ph1), var(--ph2) 55%, var(--ph3));
  mix-blend-mode: color;
  opacity: 0.6;
}
.jqwqb_hero-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--c-bg) 74%, transparent) 0%,
    color-mix(in srgb, var(--c-bg) 38%, transparent) 42%,
    color-mix(in srgb, var(--c-bg) 48%, transparent) 60%,
    color-mix(in srgb, var(--c-bg) 88%, transparent) 100%
  );
}
.jqwqb_hero-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
  padding: 0 clamp(24px, 8vw, 64px);
  animation: fadeInUp 0.9s ease both;
}
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: none; }
}
.jqwqb_hero-kicker {
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-flat);
  margin-bottom: 22px;
}
.jqwqb_hero-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(2.4rem, 6.5vw, 5rem);
  line-height: 0.98;
  color: var(--text-heading);
  margin-bottom: 22px;
  text-wrap: balance;
}
.jqwqb_hero-subtitle,
.jqwqb_dek {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  color: var(--text-secondary);
  max-width: 52ch;
  margin: 0 auto 40px;
  line-height: 1.6;
}
.jqwqb_hero-actions { display: flex; gap: 16px; flex-wrap: wrap; justify-content: center; }
.jqwqb_hero-scroll {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  color: var(--text-secondary);
  transition: var(--ease);
}
.jqwqb_hero-scroll:hover { color: var(--gold-flat); }
.jqwqb_scroll-arrow {
  display: block;
  font-size: 20px;
  animation: bounceY 2s ease-in-out infinite;
}
@keyframes bounceY {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(8px); }
}

/* ══════════════════════════════════ HIGHLIGHTS STRIP */
.jqwqb_highlights-strip {
  background: var(--c-bg);
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
  padding: 52px 0;
}
.jqwqb_highlights-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.jqwqb_highlight-item { display: flex; flex-direction: column; }
.jqwqb_highlight-icon { display: none; }

/* ═══════════════════════════════════════════ ABOUT */
.jqwqb_about-section { background: var(--c-bg); }
.jqwqb_about-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 72px;
  align-items: center;
}
.jqwqb_about-stats {
  display: flex;
  gap: 36px;
  margin-top: 40px;
  padding-top: 28px;
  border-top: 1px solid var(--hairline);
}
.jqwqb_stat-number {
  display: block;
  font-family: var(--font-display);
  font-size: 2.1rem;
  font-weight: 700;
  color: var(--gold-flat);
}
.jqwqb_stat-label {
  display: block;
  font-family: var(--font-ui);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-secondary);
  margin-top: 6px;
}
.jqwqb_about-image-group { position: relative; }
.jqwqb_about-image {
  aspect-ratio: 4/5;
  overflow: hidden;
}
.jqwqb_about-image-inset {
  right: -8%;
  bottom: -10%;
  width: 48%;
  aspect-ratio: 4/3;
  overflow: hidden;
}

/* ═══════════════════════════════════════════ ROOMS */
.jqwqb_rooms-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--hairline);
  border: 1px solid var(--hairline);
}
.jqwqb_room-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: var(--c-bg);
  border-radius: 0;
  border-left: none;
  padding-left: 0;
}
.jqwqb_room-card:hover { background: var(--c-s1); }
.jqwqb_featured-card { background: var(--c-s1); }
.jqwqb_room-image-wrap {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  border: none;
  border-bottom: 1px solid var(--hairline);
}
.jqwqb_room-image-wrap img { transition: transform 0.6s ease; }
.jqwqb_room-card:hover .jqwqb_room-image-wrap img { transform: scale(1.03); }

.jqwqb_room-feature-badge {
  position: absolute;
  bottom: 14px;
  left: 14px;
  background: color-mix(in srgb, var(--c-bg) 82%, transparent);
  border: 1px solid var(--hairline);
  color: var(--text-heading);
  font-family: var(--font-ui);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 5px 10px;
}
.jqwqb_room-popular-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  background: var(--gold-flat);
  color: var(--md-sys-color-on-primary, #161311);
  font-family: var(--font-ui);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 5px 10px;
}
.jqwqb_room-body { padding: 26px; border-left: 1px solid var(--hairline); flex: 1; display: flex; flex-direction: column; }
.jqwqb_room-name { margin-bottom: 10px; }
.jqwqb_room-desc {
  flex: 1;
  margin-bottom: 20px;
}
.jqwqb_room-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding-top: 16px;
  border-top: 1px solid var(--hairline);
}
.jqwqb_room-price {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--text-heading);
}
.jqwqb_room-price small {
  font-family: var(--font-ui);
  font-size: 0.65rem;
  font-weight: 400;
  color: var(--text-secondary);
}

/* ═══════════════════════════════════════════ CASINO */
.jqwqb_casino-section { padding: 0; border-top: 1px solid var(--hairline); }
.jqwqb_casino-bg {
  position: relative;
  min-height: 580px;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: flex;
  align-items: center;
}
.jqwqb_casino-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, var(--ph1), var(--ph2) 55%, var(--ph3));
  mix-blend-mode: color;
  opacity: 0.55;
}
.jqwqb_casino-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, color-mix(in srgb, var(--c-bg) 96%, transparent) 0%, color-mix(in srgb, var(--c-bg) 62%, transparent) 100%);
}
.jqwqb_casino-content {
  position: relative;
  z-index: 2;
  padding: 84px 24px;
  max-width: 660px;
}
.jqwqb_casino-desc {
  color: var(--text-secondary);
  line-height: 1.75;
  margin-bottom: 40px;
}
.jqwqb_casino-features {
  display: flex;
  gap: 0;
  flex-wrap: wrap;
  margin-bottom: 44px;
  border-top: 1px solid var(--hairline);
  border-left: 1px solid var(--hairline);
}
.jqwqb_casino-feature {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: var(--text-heading);
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 16px 20px;
  border-right: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
  flex: 1;
  min-width: 140px;
}

/* ═══════════════════════════════════════════ DINING */
.jqwqb_dining-section { background: var(--c-bg); }
.jqwqb_dining-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 72px;
  align-items: center;
}
.jqwqb_dining-image-group { position: relative; }
.jqwqb_dining-image {
  aspect-ratio: 4/5;
  overflow: hidden;
}
.jqwqb_dining-image-inset {
  left: -8%;
  bottom: -10%;
  width: 48%;
  aspect-ratio: 4/3;
  overflow: hidden;
}

/* ═══════════════════════════════════════ AMENITIES */
.jqwqb_amenities-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 60px;
  align-items: center;
}
.jqwqb_amenities-image {
  aspect-ratio: 3/4;
  overflow: hidden;
}
.jqwqb_amenities-list { margin-top: 28px; }
.jqwqb_amenities-list li {
  list-style: none;
  display: flex;
  align-items: baseline;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid var(--hairline);
  font-size: 1.02rem;
  color: var(--text-secondary);
  transition: var(--ease);
}
.jqwqb_amenities-list li:first-child { border-top: 1px solid var(--hairline); }
.jqwqb_amenities-list li:hover { color: var(--text-heading); }
.jqwqb_amenities-list .jqwqb_lbl { margin-bottom: 0; flex-shrink: 0; }

/* ══════════════════════════════════ TESTIMONIALS */
.jqwqb_testimonials-section { background: var(--c-bg); }

.jqwqb_testimonial-card {
  background: transparent;
  border: none;
  border-left: 2px solid var(--gold-flat);
  padding: 4px 8px 36px 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
}
.jqwqb_testimonial-mark {
  font-family: var(--font-display);
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 0.5;
  color: var(--gold-flat);
  opacity: 0.7;
}
.jqwqb_testimonial-text {
  font-family: var(--font-display);
  font-size: 1.15rem;
  color: var(--text-heading);
  line-height: 1.6;
  font-style: italic;
  flex: 1;
}
.jqwqb_testimonial-author {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding-top: 16px;
  border-top: 1px solid var(--hairline);
}
.jqwqb_testimonial-name {
  font-family: var(--font-ui);
  font-weight: 700;
  color: var(--text-heading);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.jqwqb_testimonial-location {
  font-family: var(--font-ui);
  font-size: 0.75rem;
  color: var(--text-secondary);
  letter-spacing: 0.04em;
}

/* Swiper overrides */
.jqwqb_testimonials-swiper { padding-bottom: 48px !important; }
.swiper-pagination-bullet {
  background: var(--hairline);
  opacity: 1;
  border-radius: 0;
  width: 6px; height: 6px;
}
.swiper-pagination-bullet-active {
  background: var(--gold-flat);
}

/* ═══════════════════════════════ INTERLUDE (photo-essay page-break) */
.jqwqb_interlude-section { border-top: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline); }
.jqwqb_interlude-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--hairline);
}
.jqwqb_interlude-item   { overflow: hidden; position: relative; }
.jqwqb_interlude-tall,
.jqwqb_interlude-wide,
.jqwqb_interlude-square { aspect-ratio: 4/3; }
.jqwqb_interlude-item img { transition: transform 0.6s ease; }
.jqwqb_interlude-item:hover img { transform: scale(1.04); }
.jqwqb_interlude-caption {
  position: absolute;
  bottom: 10px; left: 10px;
  background: color-mix(in srgb, var(--c-bg) 78%, transparent);
  border: 1px solid var(--hairline);
  color: var(--text-heading);
  font-family: var(--font-ui);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 8px;
}

/* ═══════════════════════════════ MORE SERVICES (home teaser for services
   beyond the header's first 4 — see src/builder.js HEADER_SERVICE_LIMIT) */
.jqwqb_more-services-section { background: var(--c-bg); }
.jqwqb_more-services-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

/* ═══════════════════════════════════════════ CONTACT */
.jqwqb_contact-section { background: var(--c-bg); }
.jqwqb_contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 72px;
  align-items: start;
}
.jqwqb_contact-details { display: flex; flex-direction: column; gap: 20px; margin: 32px 0; }
.jqwqb_contact-item    { display: flex; align-items: center; gap: 14px; color: var(--text-secondary); font-size: 0.95rem; font-family: var(--font-ui); }
.jqwqb_contact-icon    { display: none; }
.jqwqb_contact-item a:hover { color: var(--gold-flat); }
.jqwqb_contact-actions { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
/* Leaflet map — Leaflet's own CSS gives internal panes/controls z-index up to 1000
   (way above our fixed header's 200); without its own stacking context, that
   1000 gets compared directly against the header's 200 in the shared root context
   and wins, rendering the map's controls/popups on top of the header. `isolation:
   isolate` contains Leaflet's entire z-index range inside this box so it can never
   escape above anything outside it, regardless of how high Leaflet's internal
   values go. */
.jqwqb_hotel-map {
  aspect-ratio: 4/5;
  overflow: hidden;
  border: 1px solid var(--text-heading);
  isolation: isolate;
  filter: sepia(0.5) contrast(1.05);
}

/* Custom pin */
.jqwqb_map-pin {
  width: 40px; height: 40px;
  background: var(--gold-flat);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--md-sys-color-on-primary, #161311); font-size: 18px;
  border: 2px solid color-mix(in srgb, var(--c-bg) 60%, white);
  filter: none;
}

.leaflet-popup-content-wrapper {
  background: var(--c-s2) !important;
  border: 1px solid var(--hairline) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: var(--text-body) !important;
  filter: none !important;
}
.leaflet-popup-content-wrapper strong { color: var(--gold-flat); }
.leaflet-popup-content-wrapper span   { font-size: 12px; color: var(--text-secondary); }
.leaflet-popup-tip-container .leaflet-popup-tip { background: var(--c-s2) !important; }
.leaflet-popup-close-button { color: var(--text-secondary) !important; }
.leaflet-popup-close-button:hover { color: var(--gold-flat) !important; }

.leaflet-bar a {
  background: var(--c-s2) !important;
  color: var(--gold-flat) !important;
  border-color: var(--hairline) !important;
  filter: none !important;
}
.leaflet-bar a:hover { background: var(--c-s3) !important; }

.leaflet-control-attribution {
  background: color-mix(in srgb, var(--c-bg) 75%, transparent) !important;
  color: var(--text-secondary) !important;
  font-size: 10px !important;
  filter: none !important;
}
.leaflet-control-attribution a { color: var(--text-secondary) !important; }

/* ═══════════════════════════════════════════ FOOTER */
.jqwqb_footer { background: var(--c-bg); }
.jqwqb_footer-inner {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 44px;
  padding: 64px 24px 48px;
  max-width: var(--container-max);
  margin: 0 auto;
}
.jqwqb_footer-logo {
  display: block;
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--text-heading);
  margin-bottom: 14px;
}
.jqwqb_footer-brand p  { font-family: var(--font-body); font-size: 0.88rem; color: var(--text-secondary); line-height: 1.7; max-width: 240px; }
.jqwqb_footer-links h4 {
  font-family: var(--font-ui);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-flat);
  margin-bottom: 20px;
}
.jqwqb_footer-links ul { display: flex; flex-direction: column; gap: 11px; }
.jqwqb_footer-links a  { font-family: var(--font-ui); font-size: 12px; color: var(--text-secondary); transition: var(--ease); }
.jqwqb_footer-links a:hover { color: var(--gold-flat); }
.jqwqb_footer-bottom {
  border-top: 1px solid var(--hairline);
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-family: var(--font-ui);
}
.jqwqb_footer-bottom p  { font-family: var(--font-ui); font-size: 11px; color: var(--text-secondary); }
.jqwqb_gambling-notice  { font-size: 10px !important; }

/* ══════════════════════════════════ COOKIE BANNER */
.jqwqb_cookie-banner {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 999;
  background: var(--c-s1);
  border-top: 3px solid var(--text-heading);
  padding: 16px 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.jqwqb_cookie-banner.hidden {
  transform: translateY(110%);
  opacity: 0;
  pointer-events: none;
}
.jqwqb_cookie-banner-inner {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}
.jqwqb_cookie-stamp {
  display: inline-block;
  font-family: var(--font-ui);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-flat);
  border: 1px solid var(--gold-flat);
  padding: 2px 6px;
  margin-right: 8px;
  transform: rotate(-2deg);
}
.jqwqb_cookie-banner-text {
  flex: 1;
  font-family: var(--font-body);
  font-size: 13px;
  color: var(--text-secondary);
  line-height: 1.6;
  min-width: 240px;
}
.jqwqb_cookie-banner-text strong { color: var(--text-heading); }
.jqwqb_cookie-banner-text a { color: var(--gold-flat); text-decoration: underline; text-underline-offset: 3px; }
.jqwqb_cookie-banner-actions {
  display: flex;
  gap: 12px;
  flex-shrink: 0;
}
.jqwqb_cookie-btn-accept,
.jqwqb_cookie-btn-reject {
  padding: 10px 22px;
  border: 1px solid transparent;
  border-radius: 0;
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  transition: var(--ease);
}
.jqwqb_cookie-btn-accept {
  background: var(--gold-flat);
  color: var(--md-sys-color-on-primary, #161311);
}
.jqwqb_cookie-btn-accept:hover { opacity: 0.86; }
.jqwqb_cookie-btn-reject {
  background: transparent;
  color: var(--text-heading);
  border: 1px solid var(--text-heading);
}
.jqwqb_cookie-btn-reject:hover { border-color: var(--gold-flat); color: var(--gold-flat); }

/* ═══════════════════════════════ LEGAL / COMPLIANCE PAGES */
.jqwqb_legal-page {
  padding: 108px 0 100px;
  min-height: 80vh;
}
.jqwqb_legal-header {
  margin-bottom: 48px;
  border-top: 3px solid var(--text-heading);
  border-bottom: 1px solid var(--hairline);
  padding: 14px 0 28px;
}
.jqwqb_legal-header h1 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 700;
  color: var(--text-heading);
  margin-bottom: 8px;
}
.jqwqb_legal-meta {
  font-family: var(--font-ui);
  font-size: 12px;
  color: var(--text-secondary);
}
.jqwqb_legal-notice {
  background: var(--c-s1);
  border: 1px solid var(--hairline);
  border-left: 3px solid var(--gold-flat);
  padding: 20px 24px;
  margin-bottom: 44px;
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.75;
}
.jqwqb_legal-notice--warning {
  border-left-color: #C0524A;
  background: var(--c-s1);
  border-color: var(--hairline);
}
.jqwqb_legal-notice--warning strong { color: #D68880; }
.jqwqb_legal-warning {
  background: var(--c-s1);
  border: 1px solid var(--hairline);
  border-left: 3px solid #C0524A;
  padding: 20px 24px;
  margin: 16px 0 24px;
  font-size: 0.95rem;
  color: #D68880;
  line-height: 1.7;
}
.jqwqb_legal-section {
  margin-bottom: 48px;
  columns: 2;
  column-gap: 2.4rem;
}
.jqwqb_legal-section h2 {
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 700;
  color: var(--text-heading);
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--hairline);
  column-span: all;
}
.jqwqb_legal-section h3 {
  font-family: var(--font-ui);
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--text-heading);
  margin: 22px 0 12px;
}
.jqwqb_legal-section p {
  font-size: 0.98rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 16px;
}
.jqwqb_legal-section p:first-of-type::first-letter {
  font-family: var(--font-display);
  font-size: 2.6rem;
  font-weight: 700;
  float: left;
  line-height: 0.8;
  margin: 0.04em 0.07em 0 0;
  color: var(--gold-flat);
}
.jqwqb_legal-section a { color: var(--gold-flat); text-decoration: underline; text-underline-offset: 3px; }
.jqwqb_legal-section a:hover { opacity: 0.8; }
.jqwqb_legal-section ul,
.jqwqb_legal-section ol {
  margin: 10px 0 18px 22px;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.jqwqb_legal-section ul { list-style: square; }
.jqwqb_legal-section ol { list-style: decimal; }
.jqwqb_legal-section li { font-size: 0.95rem; color: var(--text-secondary); line-height: 1.7; }
.jqwqb_legal-section ul ul { margin-top: 8px; list-style: circle; }

.jqwqb_legal-box {
  background: var(--c-s1);
  border: 1px solid var(--hairline);
  padding: 20px 24px;
  margin: 16px 0 24px;
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.8;
  break-inside: avoid;
}

/* Legal table */
.jqwqb_table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.jqwqb_legal-table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0 24px;
  font-size: 0.85rem;
  break-inside: avoid;
}
.jqwqb_legal-table thead tr { background: transparent; }
.jqwqb_legal-table thead th {
  padding: 10px 14px;
  text-align: left;
  font-family: var(--font-ui);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold-flat);
  border-bottom: 2px solid var(--text-heading);
}
.jqwqb_legal-table tbody tr { border-bottom: 1px solid var(--hairline); }
.jqwqb_legal-table tbody tr:last-child { border-bottom: none; }
.jqwqb_legal-table tbody td {
  padding: 10px 14px;
  color: var(--text-secondary);
  vertical-align: top;
  line-height: 1.6;
}

/* Responsible gambling helplines */
.jqwqb_helplines-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--hairline);
  border: 1px solid var(--hairline);
  margin: 22px 0;
  column-span: all;
}
.jqwqb_helpline-card {
  background: var(--c-bg);
  padding: 24px 20px;
}
.jqwqb_helpline-card h3 {
  font-family: var(--font-display);
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--text-heading);
  margin: 0 0 10px;
  text-transform: none;
  letter-spacing: normal;
}
.jqwqb_helpline-card p { font-family: var(--font-ui); font-size: 0.82rem; margin-bottom: 4px; color: var(--text-secondary); }
.jqwqb_helpline-card strong { color: var(--gold-flat); }
.jqwqb_helpline-card a { font-size: 0.82rem; color: var(--gold-flat); text-decoration: underline; }

/* Footer legal id */
.jqwqb_footer-legal-id {
  font-family: var(--font-ui) !important;
  font-size: 0.7rem !important;
  color: var(--text-secondary) !important;
  margin-top: 8px !important;
}

/* ═══════════════════════════════════ BOOKING MODAL */
.jqwqb_bm {
  position: fixed; inset: 0; z-index: 500;
  display: flex; align-items: center; justify-content: center;
  padding: 16px;
}
.jqwqb_bm[hidden] { display: none; }

.jqwqb_bm-overlay {
  position: absolute; inset: 0;
  background: color-mix(in srgb, black 82%, transparent);
  opacity: 0;
  transition: opacity 0.28s ease;
}
.jqwqb_bm.open .jqwqb_bm-overlay { opacity: 1; }

.jqwqb_bm-dialog {
  position: relative; z-index: 1;
  background: var(--c-s1);
  border: 1px solid var(--hairline);
  border-top: 3px solid var(--text-heading);
  padding: 40px 38px;
  width: 100%; max-width: 460px;
  max-height: 92vh; overflow-y: auto;
  opacity: 0; transform: translateY(16px);
  transition: opacity 0.28s ease, transform 0.28s ease;
}
.jqwqb_bm.open .jqwqb_bm-dialog { opacity: 1; transform: none; }

.jqwqb_bm-close {
  position: absolute; top: 14px; right: 16px;
  background: none; border: none;
  color: var(--text-secondary); font-size: 16px;
  cursor: pointer; padding: 6px; line-height: 1;
  transition: color 0.2s;
}
.jqwqb_bm-close:hover { color: var(--gold-flat); }

.jqwqb_bm-header        { margin-bottom: 22px; }
.jqwqb_bm-header h2     { font-family: var(--font-display); font-weight: 700; font-size: 1.65rem; color: var(--text-heading); margin-bottom: 6px; }
.jqwqb_bm-subtitle      { font-family: var(--font-ui); font-size: 0.8rem; color: var(--text-secondary); }

.jqwqb_bm-room-tag {
  display: inline-block;
  background: transparent;
  border: 1px solid var(--gold-flat);
  color: var(--gold-flat);
  font-family: var(--font-ui);
  font-size: 10px; font-weight: 700;
  letter-spacing: 0.06em; text-transform: uppercase;
  padding: 5px 12px;
  margin-bottom: 18px;
}
.jqwqb_bm-room-tag[hidden] { display: none; }

.jqwqb_bm-field         { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.jqwqb_bm-field label   { font-family: var(--font-ui); font-size: 10px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--text-secondary); }
.jqwqb_bm-field input,
.jqwqb_bm-field select  {
  background: var(--c-bg);
  border: 1px solid var(--hairline);
  border-radius: 0;
  padding: 12px 14px;
  font-family: var(--font-body); font-size: 0.9rem;
  color: var(--text-body); outline: none;
  transition: border-color 0.2s;
  -webkit-appearance: none; appearance: none;
}
.jqwqb_bm-field input::placeholder { color: var(--text-secondary); opacity: 0.6; }
.jqwqb_bm-field input:focus,
.jqwqb_bm-field select:focus  { border-color: var(--gold-flat); }
.jqwqb_bm-field input.error   { border-color: #C0524A; }

.jqwqb_bm-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }

.jqwqb_bm-submit {
  width: 100%; padding: 14px; margin-top: 8px;
  background: var(--gold-flat); color: var(--md-sys-color-on-primary, #161311);
  border: none; border-radius: 0;
  font-family: var(--font-ui); font-size: 12px;
  font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  cursor: pointer; transition: opacity 0.2s;
}
.jqwqb_bm-submit:hover    { opacity: 0.86; }
.jqwqb_bm-submit:active   { opacity: 0.72; }
.jqwqb_bm-submit:disabled { opacity: 0.5; cursor: not-allowed; }

.jqwqb_bm-success       { text-align: center; padding: 16px 0; }
.jqwqb_bm-success-icon  {
  width: 54px; height: 54px; border-radius: 50%;
  background: transparent;
  border: 1px solid var(--gold-flat);
  color: var(--gold-flat); font-size: 22px;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 20px;
}
.jqwqb_bm-success h3    { font-family: var(--font-display); font-weight: 700; font-size: 1.35rem; color: var(--text-heading); margin-bottom: 10px; }
.jqwqb_bm-success p     { font-family: var(--font-body); font-size: 0.9rem; color: var(--text-secondary); line-height: 1.7; margin-bottom: 24px; }
.jqwqb_bm-close-btn {
  background: none; border: 1px solid var(--text-heading);
  border-radius: 0; color: var(--text-heading);
  padding: 10px 30px;
  font-family: var(--font-ui); font-size: 11px; font-weight: 700;
  letter-spacing: 0.06em; text-transform: uppercase;
  cursor: pointer; transition: var(--ease);
}
.jqwqb_bm-close-btn:hover { border-color: var(--gold-flat); color: var(--gold-flat); }

/* ═══════════════════════════════════ SERVICE PAGES */
.jqwqb_service-page { padding-top: 90px; }

.jqwqb_service-hero {
  position: relative;
  height: 420px;
  background-size: cover; background-position: center;
  display: flex; align-items: flex-end;
}
.jqwqb_service-hero-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(to top, color-mix(in srgb, var(--c-bg) 92%, transparent) 0%, color-mix(in srgb, var(--c-bg) 25%, transparent) 100%),
    linear-gradient(160deg, var(--ph1), var(--ph2) 55%, var(--ph3));
  background-blend-mode: normal, color;
}
.jqwqb_service-hero-content {
  position: relative; z-index: 1;
  padding-bottom: 44px;
}
.jqwqb_service-hero-content h1 {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  font-weight: 700; color: var(--text-heading);
  margin-top: 10px;
}

.jqwqb_service-body     { padding: 68px 24px 104px; max-width: 1240px; margin: 0 auto; }
.jqwqb_service-intro-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 52px;
  align-items: center;
  margin-bottom: 56px;
}
.jqwqb_service-intro    { font-size: 1.08rem; color: var(--text-secondary); line-height: 1.85; }
.jqwqb_service-intro p:first-child::first-letter {
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 700;
  float: left;
  line-height: 0.82;
  margin: 0.04em 0.08em 0 0;
  color: var(--gold-flat);
}
.jqwqb_service-intro-image {
  aspect-ratio: 4/3;
  border: 1px solid var(--text-heading);
  overflow: hidden;
}

.jqwqb_service-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px; background: var(--hairline); border: 1px solid var(--hairline);
  margin-bottom: 60px;
}
.jqwqb_service-feature-card {
  background: var(--c-bg);
  padding: 28px 24px;
  transition: var(--ease);
}
.jqwqb_service-feature-card:hover {
  background: var(--c-s1);
}
.jqwqb_service-feature-icon { display: none; }
.jqwqb_service-feature-card h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.08rem; color: var(--text-heading); margin-bottom: 10px;
}
.jqwqb_service-feature-card p { font-family: var(--font-body); font-size: 0.88rem; color: var(--text-secondary); line-height: 1.7; }

.jqwqb_service-cta-block { text-align: center; padding-top: 16px; }
.jqwqb_service-cta-btn {
  display: inline-block;
  padding: 15px 42px;
  background: var(--gold-flat); color: var(--md-sys-color-on-primary, #161311);
  border: none; border-radius: 0;
  font-family: var(--font-ui); font-size: 12px;
  font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  cursor: pointer; transition: opacity 0.2s;
}
.jqwqb_service-cta-btn:hover  { opacity: 0.86; }
.jqwqb_service-cta-btn:active { opacity: 0.72; }

@media (max-width: 768px) {
  .jqwqb_service-features    { grid-template-columns: 1fr 1fr; }
  .jqwqb_service-intro-grid  { grid-template-columns: 1fr; gap: 32px; }
  .jqwqb_bm-row              { grid-template-columns: 1fr; }
  .jqwqb_bm-dialog           { padding: 30px 22px; }
}
@media (max-width: 480px) {
  .jqwqb_service-features { grid-template-columns: 1fr; }
}

/* ═══════════════════════════════════ RESPONSIVE */
@media (max-width: 1024px) {
  .jqwqb_about-grid,
  .jqwqb_dining-grid       { grid-template-columns: 1fr; gap: 44px; }
  .jqwqb_about-image-group { order: -1; }
  .jqwqb_rooms-grid        { grid-template-columns: 1fr 1fr; }
  .jqwqb_footer-inner      { grid-template-columns: 1fr 1fr; }
  .jqwqb_highlights-grid   { gap: 24px; }
  .jqwqb_amenities-layout  { grid-template-columns: 1fr; gap: 36px; }
  .jqwqb_amenities-image   { order: -1; aspect-ratio: 16/9; }
  .jqwqb_cols              { columns: 2; }
}

@media (max-width: 860px) {
  .jqwqb_cols,
  .jqwqb_legal-section { columns: 1; }
}

@media (max-width: 768px) {
  :root { --section-padding: 68px 0; }

  .jqwqb_hero { background-attachment: scroll; }
  .jqwqb_casino-bg { background-attachment: scroll; }

  /* Mobile nav: burger LEFT, logo CENTERED, CTA hidden */
  .jqwqb_nav-inner    { position: relative; justify-content: space-between; gap: 0; }
  .jqwqb_nav-burger   { display: flex; order: 0; flex-shrink: 0; }
  .jqwqb_nav-logo     {
    position: absolute;
    left: 50%; top: 50%;
    transform: translate(-50%, -50%);
    font-size: 1rem;
  }
  .jqwqb_masthead-bar { font-size: 9px; gap: 8px; }
  /* .jqwqb_nav-header is `position: fixed`, so it's the containing block for this
     absolutely-positioned menu — `top: 100%` docks it flush against the
     header's actual rendered height instead of a hardcoded px guess. */
  .jqwqb_nav-links {
    display: none;
    position: absolute;
    top: 100%; left: 0; right: 0;
    background: var(--c-bg);
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0;
    padding: 20px 0;
    border-bottom: 1px solid var(--hairline);
    z-index: 199;
  }
  .jqwqb_nav-links.open { display: flex; }
  .jqwqb_nav-links li   { width: 100%; text-align: center; }
  .jqwqb_nav-links a    { display: block; padding: 14px; border-bottom: 1px solid var(--hairline); }
  .jqwqb_nav-cta        { display: none; }

  .jqwqb_highlights-grid { grid-template-columns: 1fr; gap: 28px; }
  .jqwqb_rooms-grid      { grid-template-columns: 1fr; }
  .jqwqb_contact-grid    { grid-template-columns: 1fr; }
  .jqwqb_footer-inner    { grid-template-columns: 1fr 1fr; gap: 32px; }
  .jqwqb_footer-bottom   { flex-direction: column; text-align: center; }
  .jqwqb_casino-features { gap: 0; }
  .jqwqb_about-stats     { gap: 20px; }

  /* Absolute overlap insets risk overflowing the viewport on narrow screens —
     drop into normal flow instead, pulled up over the main image via negative
     margin (safe: no absolute positioning, nothing can spill off-screen). */
  .jqwqb_about-image-inset,
  .jqwqb_dining-image-inset {
    position: static;
    width: 58%;
    margin: -30px 0 0 auto;
    transform: rotate(-2deg);
  }

  .jqwqb_interlude-grid    { grid-template-columns: 1fr 1fr; }
  .jqwqb_interlude-tall,
  .jqwqb_interlude-wide,
  .jqwqb_interlude-square  { aspect-ratio: 4/3; }

  .jqwqb_section-masthead { padding-block: 8px; margin-bottom: 28px; }
}

@media (max-width: 480px) {
  .jqwqb_footer-inner    { grid-template-columns: 1fr; }
  .jqwqb_interlude-grid  { grid-template-columns: 1fr; }
  .jqwqb_about-stats     { flex-direction: column; gap: 16px; }
  .jqwqb_cookie-banner-inner { flex-direction: column; align-items: stretch; }
  .jqwqb_cookie-banner-actions { justify-content: stretch; }
  .jqwqb_cookie-btn-accept,
  .jqwqb_cookie-btn-reject { width: 100%; text-align: center; padding: 12px; }
  .jqwqb_helplines-grid  { grid-template-columns: 1fr; }
  .jqwqb_legal-table     { font-size: 0.78rem; min-width: 520px; }
  .jqwqb_cols p:first-child::first-letter { font-size: 2.6rem; }

  /* The policy uses semantic tables on desktop. On phones, present every
     record as a vertical card so labels and long values remain readable. */
  #privacy-policy table,
  #privacy-policy tbody,
  #privacy-policy tr,
  #privacy-policy th,
  #privacy-policy td {
    display: block;
    width: 100%;
  }

  #privacy-policy table {
    border-collapse: collapse;
    table-layout: auto;
    margin: 14px 0 24px;
  }
  #privacy-policy tbody tr {
    padding: 12px 0;
    border-bottom: 1px solid var(--hairline);
  }
  #privacy-policy tbody tr:last-child { border-bottom: 0; }
  #privacy-policy th[scope="row"] {
    margin-bottom: 3px;
    text-align: left;
    color: var(--text-heading);
    line-height: 1.35;
  }
  #privacy-policy td {
    min-width: 0;
    line-height: 1.55;
    overflow-wrap: anywhere;
  }

  /* Column headings become field labels inside each retention card. */
  #data-retention thead { display: none; }
  #data-retention tbody tr {
    margin-bottom: 12px;
    padding: 15px 16px;
    background: var(--c-s1);
    border: 1px solid var(--hairline);
  }
  #data-retention tbody tr:last-child { border-bottom: 1px solid var(--hairline); }
  #data-retention td + td { margin-top: 11px; }
  #data-retention td::before {
    display: block;
    margin-bottom: 2px;
    font-family: var(--font-ui);
    font-size: 0.68rem;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--gold-flat);
  }
  #data-retention td:nth-child(1)::before { content: "Category of data"; }
  #data-retention td:nth-child(2)::before { content: "Retention period"; }
  #data-retention td:nth-child(3)::before { content: "Basis"; }
}

@media (max-width: 768px) {
  .jqwqb_helplines-grid  { grid-template-columns: 1fr 1fr; }
  .jqwqb_legal-page      { padding: 100px 0 64px; }
}
