/* ═══════════════════════════════════════════════════
   Light Casino Hotel Theme — warm ivory surfaces, deep ink text,
   petrol-green secondary accents and vivid orange #F18509.
   The palette is designed for strong readability on light backgrounds,
   while hero, casino and footer areas use controlled dark contrast.
   ═══════════════════════════════════════════════════ */

:root {
    --font-display: Georgia, 'Big Caslon', 'Palatino Linotype', serif;
    --font-body: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --font-ui: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

    --section-padding: 108px 0;
    --container-max: 1160px;

    /* Light surfaces */
    --c-bg: #F8F4ED;
    --c-s1: #FFFFFF;
    --c-s2: #F3ECE2;
    --c-s3: #E9DED0;
    --c-s4: #DED0BE;

    /* Main palette */
    --gold-flat: #F18509;
    --gold-hover: #D86F00;
    --accent-text: #A94F00;
    --accent2: #1F4B4A;
    --accent2-hover: #163B3A;

    /* Accessible text colours for light backgrounds */
    --text-heading: #241A12;
    --text-body: #3A2D22;
    --text-secondary: #5B4B3D;
    --hairline: rgba(45, 34, 23, 0.16);

    /* Material-compatible aliases */
    --md-sys-color-primary: #F18509;
    --md-sys-color-on-primary: #24170D;
    --md-sys-color-background: #F8F4ED;
    --md-sys-color-on-background: #3A2D22;
    --md-sys-color-surface: #FFFFFF;
    --md-sys-color-surface-variant: #F3ECE2;

    /* Soft page glow */
    --glow1: color-mix(in srgb, var(--gold-flat) 10%, var(--c-bg) 90%);
    --glow2: color-mix(in srgb, var(--accent2) 5%, var(--c-bg) 95%);

    /* Light cards */
    --wine: #4A2A16;
    --card-a: #FFFFFF;
    --card-b: #F5EEE5;
    --card-ink: #2A2017;
    --card-ink-secondary: #5B4B3D;

    /* Fixed colours for image overlays and dark contrast areas */
    --hero-ink: #FFF9F2;
    --hero-muted: #F1E4D5;
    --footer-bg: #211A14;
    --footer-heading: #FFF8EF;
    --footer-text: #D8CCBE;
    --footer-hairline: rgba(255, 255, 255, 0.14);

    --shadow-sm: 0 8px 24px rgba(54, 38, 22, 0.08);
    --shadow-md: 0 18px 46px rgba(54, 38, 22, 0.13);
    --ease: all 0.2s ease;
}

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-body);
    background: radial-gradient(ellipse 1100px 600px at 50% -10%, var(--glow1) 0%, var(--glow2) 46%, var(--c-bg) 78%);
    color: var(--text-body);
    line-height: 1.75;
    overflow-x: hidden;
    text-align: center;
}

img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

ul {
    list-style: none;
}

.hwg80_container {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 24px;
}

.hwg80_section {
    padding: var(--section-padding);
    position: relative;
}

.hwg80_section:nth-of-type(even) {
    background: radial-gradient(ellipse 900px 500px at 50% 0%, color-mix(in srgb, var(--gold-flat) 8%, transparent) 0%, transparent 70%);
}

/* ── Plain rule divider ── */
.hwg80_rule-deco {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: fit-content;
    margin: 22px auto;
}

.hwg80_rule-deco span {
    width: 36px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--accent2));
}

.hwg80_rule-deco span:last-child {
    background: linear-gradient(90deg, var(--accent2), transparent);
}

.hwg80_btn-filled, .hwg80_btn-outlined, .hwg80_btn-text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 30px;
    border-radius: 3px;
    font-family: var(--font-ui);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
    line-height: 1;
    transition: var(--ease);
    border: 1px solid var(--gold-flat);
}

.hwg80_btn-filled {
    background: var(--gold-flat);
    color: var(--md-sys-color-on-primary, #161311);
}

.hwg80_btn-filled:hover {
    opacity: 0.85;
}

.hwg80_btn-outlined {
    background: transparent;
    color: var(--text-heading);
}

.hwg80_btn-outlined:hover {
    background: color-mix(in srgb, var(--gold-flat) 12%, transparent);
}

.hwg80_btn-text {
    background: transparent;
    border-color: transparent;
    color: var(--gold-flat);
    text-decoration: underline;
    text-underline-offset: 4px;
}

.hwg80_card-elevated {
    background: linear-gradient(165deg, var(--card-a), var(--card-b) 70%);
    border: 1px solid color-mix(in srgb, var(--accent2) 35%, transparent);
    border-radius: 3px;
}

.hwg80_section-eyebrow {
    display: block;
    font-family: var(--font-ui);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.36em;
    text-transform: uppercase;
    color: var(--accent2);
    margin-bottom: 12px;
}

.hwg80_section-title {
    font-family: var(--font-display);
    font-style: italic;
    font-weight: 700;
    font-size: clamp(1.9rem, 4vw, 2.8rem);
    line-height: 1.1;
    color: var(--text-heading);
    text-shadow: 0 0 24px color-mix(in srgb, var(--gold-flat) 32%, transparent);
}

.hwg80_section-title.hwg80_light {
    color: var(--text-heading);
}

.hwg80_section-subtitle {
    font-family: var(--font-ui);
    font-size: 0.95rem;
    color: var(--text-secondary);
    max-width: 480px;
    margin: 0 auto;
}

.hwg80_section-body {
    font-size: 1rem;
    color: var(--text-secondary);
    max-width: 540px;
    margin: 0 auto;
    line-height: 1.85;
}

.hwg80_section-header {
    margin-bottom: 52px;
}

[data-reveal] {
    opacity: 0;
    transform: translateY(14px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

[data-reveal].revealed {
    opacity: 1;
    transform: none;
}

/* ═══════════════════════════════════════ NAVIGATION */
.hwg80_nav-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    padding: 24px 0;
    transition: var(--ease);
}

.hwg80_nav-header.scrolled {
    background: color-mix(in srgb, var(--c-bg) 90%, transparent);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid var(--hairline);
    padding: 15px 0;
}

.hwg80_nav-inner {
    display: flex;
    align-items: center;
    gap: 36px;
}

.hwg80_nav-logo {
    font-family: var(--font-display);
    font-style: italic;
    font-size: 1.2rem;
    color: var(--text-heading);
    white-space: nowrap;
    flex-shrink: 0;
}

.hwg80_nav-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 28px;
    row-gap: 6px;
    margin-left: auto;
}

.hwg80_nav-links a {
    font-family: var(--font-ui);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--text-secondary);
    transition: var(--ease);
    white-space: nowrap;
}

.hwg80_nav-links a:hover {
    color: var(--gold-flat);
}

.hwg80_nav-burger {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
}

.hwg80_nav-burger span {
    display: block;
    width: 22px;
    height: 1px;
    background: var(--gold-flat);
    transition: var(--ease);
}

.hwg80_nav-burger.active span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

.hwg80_nav-burger.active span:nth-child(2) {
    opacity: 0;
}

.hwg80_nav-burger.active span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

/* ═══════════════════════════════════════════ HERO */
.hwg80_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;
}

.hwg80_hero-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, color-mix(in srgb, var(--wine) 70%, transparent) 0%, color-mix(in srgb, var(--c-bg) 94%, transparent) 75%);
}

.hwg80_hero-content {
    position: relative;
    z-index: 2;
    max-width: 620px;
    padding: 0 24px;
    animation: fadeIn 1s ease both;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(14px);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

/* Sits over the hero photo, unlike .hwg80_section-eyebrow elsewhere on flat
   backgrounds — --accent2 is a mid-tone color that can visually disappear
   against a similarly-toned region of an arbitrary photo (confirmed directly
   across several random palette picks); --text-heading is plain ink,
   reliably darker/lighter than the surrounding scrim regardless of palette. */
.hwg80_hero-eyebrow {
    display: block;
    font-family: var(--font-ui);
    font-size: 11px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--text-heading);
    margin-bottom: 10px;
}

/* Same reasoning as .hwg80_hero-eyebrow above — .hwg80_section-eyebrow (shared class) is
   fine on flat section backgrounds elsewhere, but inside .hwg80_service-hero-content
   it sits over the service page's photo, with the same risk. */
.hwg80_service-hero-content .hwg80_section-eyebrow {
    color: var(--text-heading);
}

.hwg80_hero-title {
    font-family: var(--font-display);
    font-style: italic;
    font-weight: 700;
    font-size: clamp(2rem, 5vw, 3.6rem);
    line-height: 1.1;
    color: var(--text-heading);
    text-shadow: 0 0 30px color-mix(in srgb, var(--gold-flat) 40%, transparent), 0 0 70px color-mix(in srgb, var(--wine) 45%, transparent);
}

/* Sits over the hero photo — --text-heading (plain ink) instead of the
   softer --text-secondary blend, meaningfully darker on a light palette. */
.hwg80_hero-subtitle {
    font-family: var(--font-ui);
    font-size: clamp(0.9rem, 1.4vw, 1rem);
    color: var(--text-heading);
    max-width: 440px;
    margin: 0 auto;
    line-height: 1.7;
}

.hwg80_hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 28px;
}

.hwg80_hero-scroll {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    color: var(--text-secondary);
}

.hwg80_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 */
.hwg80_highlights-strip {
    background: transparent;
    border-top: 1px solid var(--hairline);
    border-bottom: 1px solid var(--hairline);
    padding: 64px 0;
}

.hwg80_highlights-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
}

.hwg80_highlight-item {
    border-top: 1px solid color-mix(in srgb, var(--accent2) 40%, transparent);
    padding-top: 18px;
}

.hwg80_highlight-icon {
    display: none;
}

.hwg80_highlight-title {
    font-family: var(--font-display);
    font-style: italic;
    font-size: 1.1rem;
    color: var(--gold-flat);
    margin-bottom: 8px;
}

.hwg80_highlight-desc {
    font-family: var(--font-ui);
    font-size: 0.87rem;
    color: var(--text-secondary);
    line-height: 1.6;
}

/* ═══════════════════════════════════════════ ABOUT */
.hwg80_about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
    text-align: left;
}

.hwg80_about-stats {
    display: flex;
    gap: 32px;
    margin-top: 30px;
}

.hwg80_stat-number {
    display: block;
    font-family: var(--font-display);
    font-style: italic;
    font-size: 1.8rem;
    color: var(--gold-flat);
}

.hwg80_stat-label {
    display: block;
    font-family: var(--font-ui);
    font-size: 10px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--text-secondary);
    margin-top: 4px;
}

.hwg80_about-image-group {
    position: relative;
}

.hwg80_about-image {
    border: 1px solid color-mix(in srgb, var(--accent2) 35%, transparent);
    overflow: hidden;
    aspect-ratio: 4/5;
}

.hwg80_about-image-inset {
    position: absolute;
    right: -8%;
    bottom: -8%;
    width: 46%;
    aspect-ratio: 4/3;
    border: 5px solid var(--c-bg);
    overflow: hidden;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.4);
}

/* ═══════════════════════════════════════════ ROOMS */
.hwg80_rooms-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    text-align: left;
}

.hwg80_room-card {
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.hwg80_room-image-wrap {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
}

.hwg80_room-feature-badge {
    position: absolute;
    bottom: 12px;
    left: 12px;
    background: color-mix(in srgb, var(--c-bg) 78%, transparent);
    color: var(--text-heading);
    font-family: var(--font-ui);
    font-size: 10px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 5px 12px;
    border-radius: 3px;
}

.hwg80_room-popular-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: var(--gold-flat);
    color: var(--md-sys-color-on-primary, #161311);
    font-family: var(--font-ui);
    font-size: 10px;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 3px;
}

.hwg80_room-body {
    padding: 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.hwg80_room-stars {
    display: none;
}

.hwg80_room-name {
    font-family: var(--font-display);
    font-style: italic;
    font-size: 1.2rem;
    color: var(--card-ink);
    margin-bottom: 10px;
}

.hwg80_room-desc {
    font-family: var(--font-ui);
    font-size: 0.88rem;
    color: var(--card-ink-secondary);
    line-height: 1.6;
    flex: 1;
    margin-bottom: 18px;
}

.hwg80_room-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding-top: 16px;
    border-top: 1px solid color-mix(in srgb, var(--accent2) 30%, transparent);
}

.hwg80_room-price {
    font-family: var(--font-ui);
    font-size: 0.9rem;
    color: var(--gold-flat);
    letter-spacing: 0.03em;
}

.hwg80_room-price small {
    font-size: 0.65rem;
    color: var(--card-ink-secondary);
}

/* ═══════════════════════════════════════════ CASINO */
.hwg80_casino-section {
    padding: 0;
    border-top: 1px solid var(--hairline);
}

.hwg80_casino-bg {
    position: relative;
    min-height: 540px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hwg80_casino-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
            180deg,
            rgba(20, 14, 8, 0.55) 0%,
            rgba(20, 14, 8, 0.45) 50%,
            rgba(20, 14, 8, 0.65) 100%
    );;
}

.hwg80_casino-content {
    position: relative;
    z-index: 2;
    padding: 80px 24px;
    max-width: 620px;
}

.hwg80_casino-desc {
    font-family: var(--font-ui);
    font-size: 0.98rem;
    color: var(--text-secondary);
    line-height: 1.8;
    margin-bottom: 36px;
}

.hwg80_casino-features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 28px;
    margin-bottom: 40px;
}

.hwg80_casino-feature {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-family: var(--font-ui);
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--text-heading);
}

.hwg80_cf-icon {
    display: none;
}

/* ═══════════════════════════════════════════ DINING */
.hwg80_dining-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
    text-align: left;
}

.hwg80_dining-image-group {
    position: relative;
}

.hwg80_dining-image {
    border: 1px solid color-mix(in srgb, var(--accent2) 35%, transparent);
    overflow: hidden;
    aspect-ratio: 4/5;
}

.hwg80_dining-image-inset {
    position: absolute;
    left: -8%;
    bottom: -8%;
    width: 46%;
    aspect-ratio: 4/3;
    border: 5px solid var(--c-bg);
    overflow: hidden;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.4);
}

/* ═══════════════════════════════════════ AMENITIES */
.hwg80_amenities-layout {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 48px;
    align-items: center;
    text-align: left;
}

.hwg80_amenities-image {
    aspect-ratio: 3/4;
    border: 1px solid color-mix(in srgb, var(--accent2) 35%, transparent);
    overflow: hidden;
}

.hwg80_amenities-list li {
    padding: 15px 0;
    border-bottom: 1px solid var(--hairline);
    font-family: var(--font-ui);
    font-size: 0.95rem;
    color: var(--text-secondary);
}

.hwg80_amenities-list li:first-child {
    border-top: 1px solid var(--hairline);
}

/* ══════════════════════════════════ TESTIMONIALS */
.hwg80_testimonial-card {
    background: linear-gradient(165deg, var(--card-a), var(--card-b) 70%);
    border: 1px solid color-mix(in srgb, var(--accent2) 35%, transparent);
    border-radius: 3px;
    padding: 28px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.hwg80_testimonial-stars {
    display: none;
}

.hwg80_testimonial-text {
    font-family: var(--font-display);
    font-style: italic;
    font-size: 1.1rem;
    color: var(--card-ink);
    line-height: 1.6;
    flex: 1;
}

.hwg80_testimonial-author {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.hwg80_testimonial-name {
    font-family: var(--font-ui);
    font-weight: 600;
    color: var(--gold-flat);
    font-size: 0.85rem;
}

.hwg80_testimonial-location {
    font-family: var(--font-ui);
    font-size: 0.78rem;
    color: var(--card-ink-secondary);
}

.hwg80_testimonials-swiper {
    padding-bottom: 48px !important;
}

.swiper-pagination-bullet {
    background: var(--hairline);
    opacity: 1;
    width: 6px;
    height: 6px;
}

.swiper-pagination-bullet-active {
    background: var(--gold-flat);
}

/* ═══════════════════════════════ INTERLUDE (full-bleed) */
.hwg80_interlude-section {
    border-top: 1px solid var(--hairline);
    border-bottom: 1px solid var(--hairline);
    padding: 40px 0;
}

.hwg80_interlude-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 24px;
}

.hwg80_interlude-item {
    overflow: hidden;
    border-radius: 3px;
    border: 1px solid color-mix(in srgb, var(--accent2) 30%, transparent);
}

.hwg80_interlude-tall,
.hwg80_interlude-wide,
.hwg80_interlude-square {
    aspect-ratio: 4/3;
}

.hwg80_interlude-item img {
    filter: sepia(0.2) saturate(1.1);
}

/* ═══════════════════════════════ MORE SERVICES */
.hwg80_more-services-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
}

/* ═══════════════════════════════════════════ CONTACT */
.hwg80_contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: start;
    text-align: left;
}

.hwg80_contact-details {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin: 26px 0;
}

.hwg80_contact-item {
    display: flex;
    align-items: center;
    gap: 14px;
    color: var(--text-secondary);
    font-size: 0.95rem;
}

.hwg80_contact-icon {
    display: none;
}

.hwg80_contact-item a:hover {
    color: var(--gold-flat);
}

.hwg80_contact-actions {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
}

.hwg80_hotel-map {
    aspect-ratio: 4/5;
    border: 1px solid color-mix(in srgb, var(--accent2) 35%, transparent);
    overflow: hidden;
    isolation: isolate;
}

.hwg80_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 var(--c-bg);
}

.leaflet-popup-content-wrapper {
    background: var(--c-s2) !important;
    border: 1px solid var(--hairline) !important;
    box-shadow: none !important;
    color: var(--text-body) !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-bar a {
    background: var(--c-s2) !important;
    color: var(--gold-flat) !important;
}

.leaflet-bar a:hover {
    background: var(--c-s3) !important;
}

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

/* ═══════════════════════════════════════════ FOOTER */
.hwg80_footer {
    background: var(--c-bg);
    border-top: 1px solid var(--hairline);
    text-align: left;
}

.hwg80_footer-inner {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    padding: 64px 24px;
    max-width: var(--container-max);
    margin: 0 auto;
}

.hwg80_footer-logo {
    display: block;
    font-family: var(--font-display);
    font-style: italic;
    font-size: 1.3rem;
    color: var(--text-heading);
    margin-bottom: 12px;
}

.hwg80_footer-brand p {
    font-family: var(--font-ui);
    font-size: 0.85rem;
    color: var(--text-secondary);
    line-height: 1.6;
    max-width: 240px;
}

.hwg80_footer-links h4 {
    font-family: var(--font-ui);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--accent2);
    margin-bottom: 16px;
}

.hwg80_footer-links ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.hwg80_footer-links a {
    font-family: var(--font-ui);
    font-size: 13px;
    color: var(--text-secondary);
    transition: var(--ease);
}

.hwg80_footer-links a:hover {
    color: var(--gold-flat);
}

.hwg80_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;
    text-align: center;
}

.hwg80_footer-bottom p {
    font-family: var(--font-ui);
    font-size: 12px;
    color: var(--text-secondary);
}

.hwg80_gambling-notice {
    font-size: 11px !important;
}

/* ══════════════════════════════════ COOKIE BANNER */
.hwg80_cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: var(--c-s1);
    border-top: 1px solid var(--hairline);
    padding: 18px 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
    text-align: left;
}

.hwg80_cookie-banner.hidden {
    transform: translateY(110%);
    opacity: 0;
    pointer-events: none;
}

.hwg80_cookie-banner-inner {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

.hwg80_cookie-banner-text {
    flex: 1;
    font-family: var(--font-ui);
    font-size: 13px;
    color: var(--text-secondary);
    line-height: 1.6;
    min-width: 240px;
}

.hwg80_cookie-banner-text strong {
    color: var(--text-heading);
}

.hwg80_cookie-banner-text a {
    color: var(--gold-flat);
    text-decoration: underline;
}

.hwg80_cookie-banner-actions {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
}

.hwg80_cookie-btn-accept, .hwg80_cookie-btn-reject {
    padding: 10px 20px;
    border: 1px solid var(--gold-flat);
    border-radius: 3px;
    font-family: var(--font-ui);
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    transition: var(--ease);
}

.hwg80_cookie-btn-accept {
    background: var(--gold-flat);
    color: var(--md-sys-color-on-primary, #161311);
}

.hwg80_cookie-btn-accept:hover {
    opacity: 0.85;
}

.hwg80_cookie-btn-reject {
    background: transparent;
    color: var(--text-heading);
}

/* ═══════════════════════════════ LEGAL / COMPLIANCE PAGES */
.hwg80_legal-page {
    padding: 140px 0 100px;
    min-height: 80vh;
    text-align: left;
}

.hwg80_legal-header {
    margin-bottom: 48px;
    border-bottom: 1px solid var(--hairline);
    padding-bottom: 28px;
    text-align: center;
}

.hwg80_legal-header h1 {
    font-family: var(--font-display);
    font-style: italic;
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    color: var(--text-heading);
    margin-bottom: 8px;
}

.hwg80_legal-meta {
    font-family: var(--font-ui);
    font-size: 13px;
    color: var(--text-secondary);
}

.hwg80_legal-notice {
    background: var(--c-s1);
    border-left: 3px solid var(--gold-flat);
    padding: 20px 24px;
    margin-bottom: 40px;
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.7;
}

.hwg80_legal-notice--warning {
    border-left-color: #C0524A;
}

.hwg80_legal-notice--warning strong {
    color: #D68880;
}

.hwg80_legal-warning {
    background: var(--c-s1);
    border-left: 3px solid #C0524A;
    padding: 20px 24px;
    margin: 16px 0 24px;
    font-size: 0.95rem;
    color: #D68880;
    line-height: 1.6;
}

.hwg80_legal-section {
    margin-bottom: 44px;
}

.hwg80_legal-section h2 {
    font-family: var(--font-display);
    font-style: italic;
    font-size: 1.3rem;
    color: var(--text-heading);
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--hairline);
}

.hwg80_legal-section h3 {
    font-family: var(--font-ui);
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-heading);
    margin: 22px 0 10px;
}

.hwg80_legal-section p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.75;
    margin-bottom: 16px;
}

.hwg80_legal-section a {
    color: var(--gold-flat);
    text-decoration: underline;
}

.hwg80_legal-section ul, .hwg80_legal-section ol {
    margin: 12px 0 18px 22px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.hwg80_legal-section ul {
    list-style: disc;
}

.hwg80_legal-section ol {
    list-style: decimal;
}

.hwg80_legal-section li {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.7;
}

.hwg80_legal-box {
    background: var(--c-s1);
    padding: 20px 24px;
    margin: 16px 0 24px;
    font-size: 0.9rem;
    color: var(--text-secondary);
    line-height: 1.75;
}

.hwg80_table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    box-shadow: inset -12px 0 8px -8px rgba(0, 0, 0, 0.18);
}

.hwg80_legal-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 16px 0 24px;
    font-size: 0.85rem;
    background: var(--c-s2);
    border: 1px solid color-mix(in srgb, var(--accent2) 30%, transparent);
    border-radius: 3px;
    overflow: hidden;
}

.hwg80_legal-table thead th {
    padding: 10px 14px;
    text-align: left;
    font-family: var(--font-ui);
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--gold-flat);
    background: var(--c-s2);
    border-bottom: 1px solid var(--hairline);
    border-right: 1px solid var(--hairline);
}

.hwg80_legal-table thead th:last-child {
    border-right: none;
}

.hwg80_legal-table tbody tr:nth-child(even) {
    background: var(--c-s2);
}

.hwg80_legal-table tbody td {
    padding: 10px 14px;
    color: var(--text-secondary);
    vertical-align: top;
    border-bottom: 1px solid var(--hairline);
    border-right: 1px solid var(--hairline);
}

.hwg80_legal-table tbody td:last-child {
    border-right: none;
}

.hwg80_legal-table tbody tr:last-child td {
    border-bottom: none;
}

.hwg80_helplines-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin: 24px 0;
}

.hwg80_helpline-card {
    background: var(--c-s1);
    border: 1px solid color-mix(in srgb, var(--accent2) 30%, transparent);
    border-radius: 3px;
    padding: 22px 20px;
}

.hwg80_helpline-card h3 {
    font-family: var(--font-display);
    font-style: italic;
    font-size: 1.05rem;
    color: var(--text-heading);
    margin: 0 0 10px;
}

.hwg80_helpline-card p {
    font-family: var(--font-ui);
    font-size: 0.85rem;
    margin-bottom: 4px;
    color: var(--text-secondary);
}

.hwg80_helpline-card strong {
    color: var(--gold-flat);
}

.hwg80_helpline-card a {
    font-size: 0.85rem;
    color: var(--gold-flat);
    text-decoration: underline;
}

.hwg80_footer-legal-id {
    font-size: 0.75rem !important;
    color: var(--text-secondary) !important;
    margin-top: 8px !important;
}

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

.hwg80_bm[hidden] {
    display: none;
}

.hwg80_bm-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.82);
    opacity: 0;
    transition: opacity 0.28s ease;
}

.hwg80_bm.open .hwg80_bm-overlay {
    opacity: 1;
}

.hwg80_bm-dialog {
    position: relative;
    z-index: 1;
    background: linear-gradient(165deg, var(--card-a), var(--card-b) 70%);
    border: 1px solid color-mix(in srgb, var(--accent2) 35%, transparent);
    border-radius: 4px;
    padding: 40px 36px;
    width: 100%;
    max-width: 440px;
    max-height: 92vh;
    overflow-y: auto;
    opacity: 0;
    transform: translateY(14px);
    transition: opacity 0.28s ease, transform 0.28s ease;
    text-align: center;
}

.hwg80_bm.open .hwg80_bm-dialog {
    opacity: 1;
    transform: none;
}

.hwg80_bm-close {
    position: absolute;
    top: 16px;
    right: 18px;
    background: none;
    border: none;
    color: var(--text-secondary);
    font-size: 16px;
    cursor: pointer;
    padding: 6px;
}

.hwg80_bm-close:hover {
    color: var(--gold-flat);
}

.hwg80_bm-header {
    margin-bottom: 22px;
}

.hwg80_bm-header h2 {
    font-family: var(--font-display);
    font-style: italic;
    font-size: 1.5rem;
    color: var(--text-heading);
    margin-bottom: 6px;
}

.hwg80_bm-subtitle {
    font-family: var(--font-ui);
    font-size: 0.85rem;
    color: var(--text-secondary);
}

.hwg80_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: 11px;
    padding: 5px 12px;
    margin-bottom: 16px;
    border-radius: 3px;
}

.hwg80_bm-room-tag[hidden] {
    display: none;
}

.hwg80_bm-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 14px;
    text-align: left;
}

.hwg80_bm-field label {
    font-family: var(--font-ui);
    font-size: 11px;
    font-weight: 600;
    color: var(--text-secondary);
}

.hwg80_bm-field input, .hwg80_bm-field select {
    background: var(--c-bg);
    border: 1px solid var(--hairline);
    border-radius: 3px;
    padding: 12px 14px;
    font-family: var(--font-ui);
    font-size: 0.9rem;
    color: var(--text-body);
    outline: none;
    -webkit-appearance: none;
    appearance: none;
}

.hwg80_bm-field input:focus, .hwg80_bm-field select:focus {
    border-color: var(--gold-flat);
}

.hwg80_bm-field input.error {
    border-color: #C0524A;
}

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

.hwg80_bm-submit {
    width: 100%;
    padding: 14px;
    margin-top: 6px;
    background: var(--gold-flat);
    color: var(--md-sys-color-on-primary, #161311);
    border: none;
    border-radius: 3px;
    font-family: var(--font-ui);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
}

.hwg80_bm-submit:hover {
    opacity: 0.85;
}

.hwg80_bm-submit:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.hwg80_bm-success {
    text-align: center;
    padding: 16px 0;
}

.hwg80_bm-success-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1px solid var(--gold-flat);
    color: var(--gold-flat);
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
}

.hwg80_bm-success h3 {
    font-family: var(--font-display);
    font-style: italic;
    font-size: 1.2rem;
    color: var(--text-heading);
    margin-bottom: 10px;
}

.hwg80_bm-success p {
    font-family: var(--font-ui);
    font-size: 0.9rem;
    color: var(--text-secondary);
    line-height: 1.6;
    margin-bottom: 24px;
}

.hwg80_bm-close-btn {
    background: none;
    border: 1px solid var(--gold-flat);
    color: var(--text-heading);
    padding: 10px 30px;
    border-radius: 3px;
    font-family: var(--font-ui);
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
}

.hwg80_bm-close-btn:hover {
    background: color-mix(in srgb, var(--gold-flat) 12%, transparent);
}

/* ═══════════════════════════════════ SERVICE PAGES */
.hwg80_service-page {
    padding-top: 88px;
    text-align: left;
}

.hwg80_service-hero {
    position: relative;
    height: 400px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hwg80_service-hero-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, color-mix(in srgb, var(--wine) 50%, transparent) 0%, color-mix(in srgb, var(--c-bg) 90%, transparent) 100%);
}

.hwg80_service-hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
}

.hwg80_service-hero-content h1 {
    font-family: var(--font-display);
    font-style: italic;
    font-size: clamp(2rem, 5vw, 3.2rem);
    color: var(--text-heading);
    margin-top: 10px;
}

.hwg80_service-body {
    padding: 72px 24px 110px;
    max-width: var(--container-max);
    margin: 0 auto;
}

.hwg80_service-intro-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
    margin-bottom: 56px;
}

.hwg80_service-intro {
    font-size: 1rem;
    color: var(--text-secondary);
    line-height: 1.85;
}

.hwg80_service-intro-image {
    aspect-ratio: 4/3;
    border: 1px solid color-mix(in srgb, var(--accent2) 35%, transparent);
    overflow: hidden;
}

.hwg80_service-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 56px;
}

.hwg80_service-feature-card {
    background: linear-gradient(165deg, var(--card-a), var(--card-b) 70%);
    border: 1px solid color-mix(in srgb, var(--accent2) 35%, transparent);
    border-radius: 3px;
    padding: 26px 22px;
    text-align: center;
}

.hwg80_service-feature-icon {
    display: none;
}

.hwg80_service-feature-card h3 {
    font-family: var(--font-display);
    font-style: italic;
    font-size: 1.05rem;
    color: var(--gold-flat);
    margin-bottom: 10px;
}

.hwg80_service-feature-card p {
    font-family: var(--font-ui);
    font-size: 0.875rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.hwg80_service-cta-block {
    text-align: center;
    padding-top: 16px;
}

.hwg80_service-cta-btn {
    display: inline-block;
    padding: 15px 40px;
    background: var(--gold-flat);
    color: var(--md-sys-color-on-primary, #161311);
    border: none;
    border-radius: 3px;
    font-family: var(--font-ui);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
}

.hwg80_service-cta-btn:hover {
    opacity: 0.85;
}

@media (max-width: 860px) {
    .hwg80_service-features {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .hwg80_service-intro-grid {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .hwg80_bm-row {
        grid-template-columns: 1fr;
    }

    .hwg80_bm-dialog {
        padding: 30px 22px;
    }
}

@media (max-width: 480px) {
    .hwg80_service-features {
        grid-template-columns: 1fr;
    }
}

/* ═══════════════════════════════════ RESPONSIVE */
@media (max-width: 1024px) {
    .hwg80_about-grid, .hwg80_dining-grid, .hwg80_amenities-layout, .hwg80_contact-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .hwg80_about-image-group, .hwg80_amenities-image {
        order: -1;
    }

    .hwg80_amenities-image {
        aspect-ratio: 16/9;
    }

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

    .hwg80_footer-inner {
        grid-template-columns: 1fr 1fr;
    }

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

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

    .hwg80_hero {
        background-attachment: scroll;
    }

    .hwg80_casino-bg {
        background-attachment: scroll;
    }

    .hwg80_nav-inner {
        position: relative;
        justify-content: space-between;
        gap: 0;
    }

    .hwg80_nav-burger {
        display: flex;
        order: 0;
        flex-shrink: 0;
    }

    .hwg80_nav-logo {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        font-size: 1rem;
    }

    .hwg80_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;
    }

    .hwg80_nav-links.open {
        display: flex;
    }

    .hwg80_nav-links li {
        width: 100%;
        text-align: center;
    }

    .hwg80_nav-links a {
        display: block;
        padding: 14px;
        border-bottom: 1px solid var(--hairline);
    }

    .hwg80_nav-cta {
        display: none;
    }

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

    .hwg80_highlights-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .hwg80_footer-inner {
        grid-template-columns: 1fr 1fr;
        gap: 28px;
    }

    .hwg80_footer-bottom {
        flex-direction: column;
        text-align: center;
    }

    .hwg80_casino-features {
        gap: 20px;
    }

    .hwg80_about-stats {
        justify-content: center;
        flex-wrap: wrap;
    }

    .hwg80_about-image-inset, .hwg80_dining-image-inset {
        position: static;
        width: 60%;
        margin: -20px auto 0;
    }

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

/* This 768px block (tablet: 2-col helplines) must stay BEFORE the 480px
   block below — both queries are active simultaneously on phones narrower
   than 480px, and with equal specificity the one later in the file wins.
   If this were last, its "1fr 1fr" would silently override the 480px
   block's "1fr" on every phone, not just tablets. */
@media (max-width: 768px) {
    .hwg80_helplines-grid {
        grid-template-columns: 1fr 1fr;
    }

    .hwg80_legal-page {
        padding: 110px 0 64px;
    }
}

@media (max-width: 480px) {
    .hwg80_footer-inner {
        grid-template-columns: 1fr;
    }

    .hwg80_cookie-banner-inner {
        flex-direction: column;
        align-items: stretch;
    }

    .hwg80_cookie-banner-actions {
        justify-content: stretch;
    }

    .hwg80_cookie-btn-accept, .hwg80_cookie-btn-reject {
        width: 100%;
        text-align: center;
        padding: 12px;
    }

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

    .hwg80_legal-table {
        font-size: 0.8rem;
        min-width: 520px;
    }

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

/* ═══════════════════════════════ LIGHT THEME CONTRAST OVERRIDES */
body {
    background:
            radial-gradient(ellipse 900px 520px at 50% -8%, rgba(241, 133, 9, 0.11) 0%, transparent 62%),
            linear-gradient(180deg, #FCFAF6 0%, var(--c-bg) 42%, #F4EDE3 100%);
    color: var(--text-body);
}

.hwg80_section:nth-of-type(even) {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.62), rgba(243, 236, 226, 0.58));
}

.hwg80_section-title {
    color: var(--text-heading);
    text-shadow: none;
}

.hwg80_section-eyebrow {
    color: var(--accent2);
    font-weight: 700;
}

.hwg80_section-subtitle,
.hwg80_section-body,
.hwg80_highlight-desc,
.hwg80_stat-label,
.hwg80_amenities-list li,
.hwg80_contact-item,
.hwg80_service-intro,
.hwg80_legal-meta,
.hwg80_legal-section p,
.hwg80_legal-section li,
.hwg80_legal-box,
.hwg80_legal-notice {
    color: var(--text-secondary);
}

.hwg80_btn-filled,
.hwg80_cookie-btn-accept,
.hwg80_bm-submit,
.hwg80_service-cta-btn {
    background: var(--gold-flat);
    border-color: var(--gold-flat);
    color: #24170D;
    box-shadow: 0 8px 22px rgba(241, 133, 9, 0.22);
}

.hwg80_btn-filled:hover,
.hwg80_cookie-btn-accept:hover,
.hwg80_bm-submit:hover,
.hwg80_service-cta-btn:hover {
    background: var(--gold-hover);
    border-color: var(--gold-hover);
    opacity: 1;
    transform: translateY(-1px);
}

.hwg80_btn-outlined {
    border-color: var(--accent2);
    color: var(--accent2);
    background: rgba(255, 255, 255, 0.56);
}

.hwg80_btn-outlined:hover {
    background: rgba(31, 75, 74, 0.10);
    border-color: var(--accent2-hover);
    color: var(--accent2-hover);
}

.hwg80_btn-text {
    color: var(--accent-text);
}

.hwg80_card-elevated,
.hwg80_testimonial-card,
.hwg80_service-feature-card {
    background: linear-gradient(165deg, var(--card-a), var(--card-b) 78%);
    border-color: rgba(31, 75, 74, 0.20);
    box-shadow: var(--shadow-sm);
}

.hwg80_card-elevated:hover,
.hwg80_testimonial-card:hover,
.hwg80_service-feature-card:hover {
    border-color: rgba(241, 133, 9, 0.42);
    box-shadow: var(--shadow-md);
}

.hwg80_room-name,
.hwg80_testimonial-text {
    color: var(--card-ink);
}

.hwg80_room-desc,
.hwg80_room-price small,
.hwg80_testimonial-location {
    color: var(--card-ink-secondary);
}

.hwg80_highlight-title,
.hwg80_stat-number,
.hwg80_room-price,
.hwg80_testimonial-name,
.hwg80_legal-section a,
.hwg80_helpline-card strong,
.hwg80_helpline-card a,
.leaflet-popup-content-wrapper strong {
    color: var(--accent-text);
}

.hwg80_highlight-item,
.hwg80_about-image,
.hwg80_dining-image,
.hwg80_amenities-image,
.hwg80_hotel-map,
.hwg80_service-intro-image,
.hwg80_interlude-item,
.hwg80_helpline-card,
.hwg80_legal-table {
    border-color: rgba(31, 75, 74, 0.22);
}

.hwg80_about-image-inset,
.hwg80_dining-image-inset {
    border-color: var(--c-bg);
    box-shadow: var(--shadow-md);
}

/* Navigation remains readable over the hero, then switches to light mode. */
.hwg80_nav-header:not(.scrolled) .hwg80_nav-logo,
.hwg80_nav-header:not(.scrolled) .hwg80_nav-links a {
    color: #FFF9F2;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.72);
}

.hwg80_nav-header:not(.scrolled) .hwg80_nav-links a:hover {
    color: #FFB75C;
}

.hwg80_nav-header.scrolled {
    background: rgba(252, 249, 244, 0.94);
    border-bottom-color: var(--hairline);
    box-shadow: 0 8px 24px rgba(45, 34, 23, 0.09);
}

.hwg80_nav-header.scrolled .hwg80_nav-logo {
    color: var(--text-heading);
}

.hwg80_nav-header.scrolled .hwg80_nav-links a {
    color: var(--text-secondary);
}

.hwg80_nav-header.scrolled .hwg80_nav-links a:hover {
    color: var(--accent-text);
}

.hwg80_nav-burger span {
    height: 2px;
    background: var(--gold-flat);
}

/* Hero: dark controlled scrim, bright text and orange focal title. */
.hwg80_hero-overlay {
    background:
            linear-gradient(180deg, rgba(18, 16, 13, 0.72) 0%, rgba(24, 19, 14, 0.62) 48%, rgba(20, 16, 12, 0.78) 100%),
            radial-gradient(ellipse at center, rgba(241, 133, 9, 0.08) 0%, rgba(0, 0, 0, 0.36) 76%);
}

.hwg80_hero-content {
    max-width: 700px;
    padding: 34px 36px;
    border-radius: 8px;
    background: rgba(15, 13, 11, 0.18);
    backdrop-filter: blur(1.5px);
}

.hwg80_hero-eyebrow,
.hwg80_service-hero-content .hwg80_section-eyebrow {
    color: #FFD09A;
    font-weight: 700;
    text-shadow: 0 2px 9px rgba(0, 0, 0, 0.85);
}

.hwg80_hero-title {
    color: var(--gold-flat);
    text-shadow: 0 3px 14px rgba(0, 0, 0, 0.92), 0 0 30px rgba(241, 133, 9, 0.22);
}

.hwg80_hero-subtitle {
    color: var(--hero-ink);
    font-weight: 500;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.92);
}

.hwg80_hero .hwg80_btn-outlined {
    border-color: rgba(255, 255, 255, 0.84);
    color: #FFFFFF;
    background: rgba(0, 0, 0, 0.18);
}

.hwg80_hero .hwg80_btn-outlined:hover {
    background: rgba(255, 255, 255, 0.14);
    border-color: #FFFFFF;
    color: #FFFFFF;
}

.hwg80_hero-scroll {
    color: #FFF5E9;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.88);
}

/* Casino image section: fix the washed-out text shown in the screenshot. */
.hwg80_casino-overlay {
    background:
            linear-gradient(180deg, rgba(17, 14, 11, 0.76) 0%, rgba(24, 18, 13, 0.68) 50%, rgba(14, 12, 10, 0.82) 100%),
            radial-gradient(ellipse at center, rgba(241, 133, 9, 0.09) 0%, rgba(0, 0, 0, 0.42) 72%);
}

.hwg80_casino-content {
    max-width: 700px;
}

.hwg80_casino-content .hwg80_section-eyebrow {
    color: #FFD09A;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.92);
}

.hwg80_casino-content .hwg80_section-title,
.hwg80_section-title.hwg80_light {
    color: var(--gold-flat);
    text-shadow: 0 3px 14px rgba(0, 0, 0, 0.94);
}

.hwg80_casino-desc {
    color: #FFF8EF;
    font-weight: 500;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.95);
}

.hwg80_casino-feature {
    color: #FFF8EF;
    font-weight: 700;
    text-shadow: 0 2px 7px rgba(0, 0, 0, 0.94);
}

.hwg80_casino-content .hwg80_btn-filled {
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.34), 0 8px 22px rgba(241, 133, 9, 0.24);
}

.hwg80_room-feature-badge {
    background: rgba(25, 20, 16, 0.84);
    color: #FFF9F2;
    backdrop-filter: blur(5px);
}

.hwg80_room-popular-badge {
    background: var(--gold-flat);
    color: #24170D;
}

.swiper-pagination-bullet {
    background: rgba(31, 75, 74, 0.26);
}

.swiper-pagination-bullet-active {
    background: var(--accent2);
}

/* Map and popup surfaces */
.leaflet-popup-content-wrapper,
.leaflet-popup-tip-container .leaflet-popup-tip,
.leaflet-bar a {
    background: #FFFFFF !important;
}

.leaflet-popup-content-wrapper {
    color: var(--text-body) !important;
    border-color: var(--hairline) !important;
    box-shadow: var(--shadow-sm) !important;
}

.leaflet-popup-content-wrapper span,
.leaflet-control-attribution {
    color: var(--text-secondary) !important;
}

.leaflet-bar a {
    color: var(--accent2) !important;
}

.leaflet-bar a:hover {
    background: var(--c-s2) !important;
}

.leaflet-control-attribution {
    background: rgba(255, 255, 255, 0.88) !important;
}

/* Footer is the intentional dark anchor of the otherwise light theme. */
.hwg80_footer {
    background: var(--footer-bg);
    border-top-color: var(--footer-hairline);
}

.hwg80_footer-logo,
.hwg80_footer-links h4 {
    color: var(--footer-heading);
}

.hwg80_footer-brand p,
.hwg80_footer-links a,
.hwg80_footer-bottom p,
.hwg80_footer-legal-id {
    color: var(--footer-text) !important;
}

.hwg80_footer-links h4 {
    color: #FFB75C;
}

.hwg80_footer-links a:hover {
    color: #FFB75C;
}

.hwg80_footer-bottom {
    border-top-color: var(--footer-hairline);
}

/* Light cookie banner */
.hwg80_cookie-banner {
    background: rgba(255, 255, 255, 0.97);
    border-top-color: var(--hairline);
    box-shadow: 0 -12px 34px rgba(45, 34, 23, 0.12);
}

.hwg80_cookie-banner-text,
.hwg80_cookie-btn-reject {
    color: var(--text-secondary);
}

.hwg80_cookie-banner-text strong {
    color: var(--text-heading);
}

.hwg80_cookie-banner-text a {
    color: var(--accent-text);
}

.hwg80_cookie-btn-reject {
    border-color: var(--accent2);
    background: #FFFFFF;
}

.hwg80_cookie-btn-reject:hover {
    background: rgba(31, 75, 74, 0.08);
    color: var(--accent2-hover);
}

/* Legal pages */
.hwg80_legal-notice,
.hwg80_legal-warning,
.hwg80_legal-box,
.hwg80_helpline-card,
.hwg80_legal-table,
.hwg80_legal-table thead th,
.hwg80_legal-table tbody tr:nth-child(even) {
    background: #FFFFFF;
}

.hwg80_legal-notice {
    border-left-color: var(--gold-flat);
    box-shadow: var(--shadow-sm);
}

.hwg80_legal-notice--warning,
.hwg80_legal-warning {
    border-left-color: #A4382F;
}

.hwg80_legal-notice--warning strong,
.hwg80_legal-warning {
    color: #8F2E27;
}

.hwg80_legal-table thead th {
    color: var(--accent2);
    background: var(--c-s2);
}

.hwg80_legal-table tbody td {
    color: var(--text-secondary);
}

/* Booking modal */
.hwg80_bm-overlay {
    background: rgba(22, 17, 13, 0.72);
}

.hwg80_bm-dialog {
    background: linear-gradient(165deg, #FFFFFF, #F5EEE5 78%);
    border-color: rgba(31, 75, 74, 0.24);
    box-shadow: 0 30px 80px rgba(24, 18, 13, 0.30);
}

.hwg80_bm-header h2,
.hwg80_bm-success h3 {
    color: var(--text-heading);
}

.hwg80_bm-subtitle,
.hwg80_bm-field label,
.hwg80_bm-success p,
.hwg80_bm-close {
    color: var(--text-secondary);
}

.hwg80_bm-field input,
.hwg80_bm-field select {
    background: #FFFFFF;
    color: var(--text-body);
    border-color: rgba(45, 34, 23, 0.22);
}

.hwg80_bm-room-tag {
    border-color: var(--accent2);
    color: var(--accent2);
}

.hwg80_bm-close-btn {
    border-color: var(--accent2);
    color: var(--accent2);
}

.hwg80_bm-close-btn:hover {
    background: rgba(31, 75, 74, 0.08);
}

/* Service-page hero remains dark over imagery. */
.hwg80_service-hero-overlay {
    background: linear-gradient(180deg, rgba(16, 14, 12, 0.70), rgba(20, 16, 12, 0.80));
}

.hwg80_service-hero-content h1 {
    color: var(--gold-flat);
    text-shadow: 0 3px 14px rgba(0, 0, 0, 0.92);
}

.hwg80_service-feature-card h3 {
    color: var(--accent-text);
}

.hwg80_service-feature-card p {
    color: var(--card-ink-secondary);
}

@media (max-width: 768px) {
    .hwg80_nav-header:not(.scrolled) .hwg80_nav-logo {
        color: #FFF9F2;
    }

    .hwg80_nav-links {
        background: rgba(255, 255, 255, 0.98);
        box-shadow: 0 18px 32px rgba(45, 34, 23, 0.14);
    }

    .hwg80_nav-header .hwg80_nav-links a,
    .hwg80_nav-header:not(.scrolled) .hwg80_nav-links a {
        color: var(--text-secondary);
        text-shadow: none;
    }

    .hwg80_nav-header .hwg80_nav-links a:hover {
        color: var(--accent-text);
        background: rgba(241, 133, 9, 0.07);
    }

    .hwg80_hero-content {
        margin: 0 16px;
        padding: 28px 20px;
    }
}

.table-wrap {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-wrap table {
    width: 100%;
    min-width: 720px;
    border-collapse: collapse;
}

.table-wrap th,
.table-wrap td {
    padding: 14px 16px;
    text-align: left;
    vertical-align: top;
    white-space: normal;
}

@media (max-width: 768px) {
    .table-wrap {
        margin-inline: -16px;
        padding-inline: 16px;
    }

    .table-wrap table {
        min-width: 680px;
    }

    .table-wrap th,
    .table-wrap td {
        font-size: 14px;
        line-height: 1.45;
        padding: 12px;
    }
}