:root {
    --rnl-gold: #c7a56a;
    --rnl-gold-soft: rgba(199, 165, 106, 0.18);
    --rnl-black: #070707;
    --rnl-panel: rgba(12, 12, 12, 0.94);
    --rnl-card: #111111;
    --rnl-border: rgba(255, 255, 255, 0.14);
    --rnl-text: #f5f2ea;
    --rnl-muted: #aaa69e;
}

html.rnl-modal-open,
html.rnl-modal-open body,
body.rnl-modal-open {
    overflow: hidden !important;
}

.rnl-map-app {
    width: 100%;
    color: var(--rnl-text);
    font-family: inherit;
    --rnl-map-radius: 18px;
}

.rnl-map-app--full-bleed {
    position: relative;
    left: 50%;
    width: 100vw;
    max-width: 100vw;
    margin-right: -50vw;
    margin-left: -50vw;
}

.rnl-map-app--square {
    --rnl-map-radius: 0px;
}

.rnl-map-app--square .rnl-map-shell,
.rnl-map-app--square .rnl-map-canvas,
.rnl-map-app--square .mapboxgl-map,
.rnl-map-app--square .mapboxgl-canvas-container,
.rnl-map-app--square .mapboxgl-canvas {
    border-radius: 0 !important;
}

.rnl-map-app--square .rnl-map-shell {
    border-right: 0;
    border-left: 0;
}

.rnl-map-app--screen .rnl-map-shell {
    height: 100svh;
    min-height: 520px;
}

.rnl-map-app *,
.rnl-map-app *::before,
.rnl-map-app *::after {
    box-sizing: border-box;
}

.rnl-map-shell {
    position: relative;
    width: 100%;
    min-height: 360px;
    height: var(--rnl-map-height, 620px);
    overflow: hidden;
    border: 1px solid var(--rnl-border);
    border-radius: var(--rnl-map-radius, 18px) !important;
    background: #0d0d0d;
    isolation: isolate;
}

.rnl-map-canvas {
    width: 100%;
    height: 100%;
}

.rnl-map-loading {
    position: absolute;
    inset: 0;
    z-index: 8;
    display: grid;
    place-items: center;
    pointer-events: auto;
    padding: 24px;
    background: #0d0d0d;
    color: var(--rnl-muted);
    text-align: center;
}

.rnl-map-loading[hidden] {
    display: none;
}

.rnl-map-loading.is-error {
    color: #f0b7b7;
}

.rnl-search-panel {
    position: absolute;
    z-index: 7;
    top: 20px;
    right: 20px;
    width: min(390px, calc(100% - 40px));
}

.rnl-search-toggle,
.rnl-search-close,
.rnl-modal-close,
.rnl-filters button,
.rnl-card-actions button,
.rnl-popup-actions button {
    font: inherit;
}

.rnl-search-toggle {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 0 18px;
    border: 1px solid rgba(199, 165, 106, 0.6);
    border-radius: 999px;
    color: #17120b;
    background: var(--rnl-gold);
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.3);
}

.rnl-search-toggle:hover,
.rnl-search-toggle:focus-visible {
    filter: brightness(1.06);
}

.rnl-search-toggle-icon {
    font-size: 21px;
    line-height: 1;
}

.rnl-search-expanded {
    position: relative;
    padding: 18px;
    border: 1px solid var(--rnl-border);
    border-radius: 16px;
    background: var(--rnl-panel);
    box-shadow: 0 18px 55px rgba(0, 0, 0, 0.38);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    overflow: visible;
}

.rnl-search-expanded[hidden] {
    display: none;
}

.rnl-search-heading-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.rnl-search-heading-row strong,
.rnl-search-heading-row span {
    display: block;
}

.rnl-search-heading-row strong {
    margin-bottom: 4px;
    font-size: 16px;
}

.rnl-search-heading-row span {
    color: var(--rnl-muted);
    font-size: 13px;
    line-height: 1.45;
}

.rnl-search-close,
.rnl-modal-close {
    flex: 0 0 auto;
    display: inline-grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border: 1px solid var(--rnl-border);
    border-radius: 50%;
    color: var(--rnl-text);
    background: rgba(255, 255, 255, 0.06);
    cursor: pointer;
    font-size: 24px;
    line-height: 1;
}

.rnl-search-control mapbox-search-box {
    width: 100%;
}

.rnl-search-status {
    min-height: 18px;
    margin-top: 9px;
    color: var(--rnl-gold);
    font-size: 12px;
}

.rnl-map-key {
    position: absolute;
    z-index: 5;
    left: 18px;
    bottom: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 10px 12px;
    border: 1px solid var(--rnl-border);
    border-radius: 999px;
    background: rgba(10, 10, 10, 0.85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: var(--rnl-muted);
    font-size: 12px;
}

.rnl-map-key span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.rnl-key-dot {
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
}

.rnl-key-active {
    background: var(--rnl-gold);
}

.rnl-key-coming {
    border: 1px solid #c9c9c9;
    background: transparent;
}

.rnl-marker {
    position: relative;
    width: 34px;
    height: 44px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    filter: drop-shadow(0 7px 8px rgba(0, 0, 0, 0.45));
}

.rnl-marker > span {
    position: absolute;
    left: 5px;
    top: 1px;
    width: 24px;
    height: 31px;
    border: 2px solid #0a0a0a;
    border-radius: 50% 50% 50% 0;
    background: var(--rnl-gold);
    transform: rotate(-45deg);
}

.rnl-marker > span::after {
    content: '';
    position: absolute;
    left: 7px;
    top: 7px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #0b0b0b;
}

.rnl-marker--coming_soon > span {
    border-color: #d5d5d5;
    background: #303030;
}

.rnl-marker:focus-visible {
    outline: 2px solid #ffffff;
    outline-offset: 4px;
    border-radius: 8px;
}

.rnl-map-app .mapboxgl-popup-content {
    padding: 0 !important;
    border: 1px solid var(--rnl-border);
    border-radius: 14px !important;
    color: var(--rnl-text);
    background: #101010 !important;
    box-shadow: 0 16px 45px rgba(0, 0, 0, 0.42) !important;
}

.rnl-map-app .mapboxgl-popup-tip {
    border-top-color: #101010 !important;
    border-bottom-color: #101010 !important;
}

.rnl-map-app .mapboxgl-popup-close-button {
    z-index: 2;
    width: 34px;
    height: 34px;
    color: #fff;
    font-size: 22px;
}

.rnl-popup {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 250px;
    padding: 18px;
}

.rnl-popup-status,
.rnl-modal-status,
.rnl-card-status {
    display: inline-flex;
    align-self: flex-start;
    padding: 5px 8px;
    border-radius: 999px;
    background: var(--rnl-gold-soft);
    color: var(--rnl-gold);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.rnl-popup-status--coming_soon,
.rnl-modal-status--coming_soon,
.rnl-card-status--coming_soon {
    background: rgba(255, 255, 255, 0.08);
    color: #dddddd;
}

.rnl-popup-title {
    padding-right: 20px;
    font-size: 18px;
    line-height: 1.2;
}

.rnl-popup-event {
    color: var(--rnl-gold);
    font-size: 13px;
}

.rnl-popup-venue {
    color: var(--rnl-muted);
    font-size: 13px;
}

.rnl-popup-actions,
.rnl-card-actions,
.rnl-modal-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 9px;
}

.rnl-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 14px;
    border: 1px solid transparent;
    border-radius: 9px;
    font-size: 13px;
    font-weight: 750;
    line-height: 1;
    text-decoration: none !important;
    cursor: pointer;
    transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.rnl-button:hover,
.rnl-button:focus-visible {
    transform: translateY(-1px);
}

.rnl-button--primary {
    border-color: var(--rnl-gold);
    color: #15100a !important;
    background: var(--rnl-gold);
}

.rnl-button--ghost {
    border-color: var(--rnl-border);
    color: var(--rnl-text) !important;
    background: rgba(255, 255, 255, 0.04);
}

.rnl-list-section {
    padding: clamp(40px, 6vw, 80px) 0 0;
}

.rnl-list-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 25px;
}

.rnl-eyebrow {
    margin: 0 0 7px;
    color: var(--rnl-gold);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.rnl-list-heading h2 {
    margin: 0;
    color: inherit;
    font-size: clamp(28px, 4vw, 46px);
    line-height: 1.08;
}

.rnl-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
}

.rnl-filters button {
    min-height: 39px;
    padding: 0 14px;
    border: 1px solid var(--rnl-border);
    border-radius: 999px;
    color: var(--rnl-muted);
    background: transparent;
    cursor: pointer;
}

.rnl-filters button.is-active {
    border-color: var(--rnl-gold);
    color: #14100a;
    background: var(--rnl-gold);
}

.rnl-location-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.rnl-location-card {
    overflow: hidden;
    border: 1px solid var(--rnl-border);
    border-radius: 15px;
    background: var(--rnl-card);
}

.rnl-location-card-media {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #1a1a1a;
}

.rnl-location-card-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 350ms ease;
}

.rnl-location-card:hover .rnl-location-card-media img {
    transform: scale(1.025);
}

.rnl-location-card-placeholder {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
    background: radial-gradient(circle at center, #28231b 0, #111 65%);
}

.rnl-location-card-placeholder span {
    color: var(--rnl-gold);
    font-size: 56px;
    font-weight: 700;
    opacity: 0.7;
}

.rnl-card-status {
    position: absolute;
    left: 14px;
    top: 14px;
    background: rgba(10, 10, 10, 0.82);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.rnl-location-card-body {
    padding: 20px;
}

.rnl-card-event {
    margin: 0 0 8px;
    color: var(--rnl-gold);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.rnl-location-card h3 {
    margin: 0 0 8px;
    color: inherit;
    font-size: 22px;
    line-height: 1.2;
}

.rnl-card-venue,
.rnl-card-address {
    margin: 0;
    color: var(--rnl-muted);
    font-size: 14px;
    line-height: 1.55;
}

.rnl-card-venue {
    color: var(--rnl-text);
}

.rnl-card-directions {
    display: inline-flex;
    align-items: center;
    color: var(--rnl-gold) !important;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none !important;
}

.rnl-empty,
.rnl-notice {
    padding: 24px;
    border: 1px solid var(--rnl-border);
    border-radius: 12px;
    color: var(--rnl-muted);
    background: #111;
    text-align: center;
}

.rnl-modal,
.rnl-modal *,
.rnl-modal *::before,
.rnl-modal *::after {
    box-sizing: border-box;
}

.rnl-modal {
    position: fixed !important;
    z-index: 2147483000 !important;
    inset: 0 !important;
    display: grid;
    place-items: center;
    padding: 22px;
}

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

.rnl-modal-backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: rgba(0, 0, 0, 0.76);
    cursor: default;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.rnl-modal-dialog {
    position: relative;
    z-index: 1;
    width: min(760px, 100%);
    max-height: min(850px, calc(100vh - 44px));
    overflow: auto;
    border: 1px solid var(--rnl-border);
    border-radius: 18px;
    color: var(--rnl-text);
    background: #0d0d0d;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.55);
}

.rnl-modal-close {
    position: absolute;
    z-index: 3;
    right: 14px;
    top: 14px;
    background: rgba(5, 5, 5, 0.8);
}

.rnl-modal-image {
    display: block;
    width: 100%;
    max-height: 330px;
    object-fit: cover;
}

.rnl-modal-body {
    padding: clamp(24px, 5vw, 44px);
}

.rnl-modal-body h2 {
    margin: 12px 0 8px;
    color: inherit;
    font-size: clamp(30px, 5vw, 48px);
    line-height: 1.05;
}

.rnl-modal-event {
    margin: 0 0 12px;
    color: var(--rnl-gold);
    font-weight: 700;
}

.rnl-modal-venue,
.rnl-modal-address,
.rnl-modal-description {
    margin: 0;
    line-height: 1.6;
}

.rnl-modal-address,
.rnl-modal-description {
    color: var(--rnl-muted);
}

.rnl-modal-description {
    margin-top: 18px;
}

.rnl-modal-info {
    display: grid;
    gap: 12px;
    margin-top: 24px;
}

.rnl-modal-info-row {
    padding: 16px;
    border: 1px solid var(--rnl-border);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.025);
}

.rnl-modal-info-row strong {
    display: block;
    margin-bottom: 4px;
    color: var(--rnl-gold);
    font-size: 13px;
}

.rnl-modal-info-row p {
    margin: 0;
    color: var(--rnl-muted);
    line-height: 1.55;
}

.rnl-city-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.rnl-city-menu a,
.rnl-city-menu span {
    color: inherit;
    text-decoration: none;
}

.rnl-city-menu small {
    color: var(--rnl-muted);
}

@media (max-width: 980px) {
    .rnl-location-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .rnl-map-shell {
        height: min(72vh, 570px);
        min-height: 440px;
        border-radius: var(--rnl-map-radius, 13px) !important;
    }

    .rnl-map-app--screen .rnl-map-shell {
        height: 100svh;
        min-height: 500px;
    }

    .rnl-search-panel {
        top: 12px;
        right: 12px;
        width: calc(100% - 24px);
    }

    .rnl-search-toggle {
        min-height: 44px;
        padding: 0 15px;
    }

    .rnl-search-expanded {
        padding: 15px;
        border-radius: 13px;
    }

    .rnl-map-key {
        left: 10px;
        bottom: 10px;
    }

    .rnl-list-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .rnl-filters {
        justify-content: flex-start;
    }

    .rnl-location-grid {
        grid-template-columns: 1fr;
    }

    .rnl-modal {
        align-items: end;
        padding: 0;
    }

    .rnl-modal-dialog {
        width: 100%;
        max-height: 88vh;
        border-right: 0;
        border-bottom: 0;
        border-left: 0;
        border-radius: 20px 20px 0 0;
    }

    .rnl-modal-dialog::before {
        content: '';
        display: block;
        width: 44px;
        height: 4px;
        margin: 10px auto 2px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.25);
    }

    .rnl-popup {
        min-width: 220px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .rnl-button,
    .rnl-location-card-media img {
        transition: none;
    }
}


/* Keep square/full-bleed maps from inheriting rounded clipping from Elementor's shortcode wrapper. */
@supports selector(:has(*)) {
    .elementor-widget-shortcode:has(.rnl-map-app--square) > .elementor-widget-container,
    .elementor-widget-container:has(> .rnl-map-app--square) {
        border-radius: 0 !important;
    }

    .elementor-widget-shortcode:has(.rnl-map-app--full-bleed) > .elementor-widget-container,
    .elementor-widget-container:has(> .rnl-map-app--full-bleed) {
        overflow: visible !important;
    }
}


@supports (width: 100dvw) {
    .rnl-map-app--full-bleed {
        width: 100dvw;
        max-width: 100dvw;
        margin-right: -50dvw;
        margin-left: -50dvw;
    }
}
