* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

html,
body {
    width: 100%;
    height: 100%;
    min-height: 100dvh;
    font-family: 'Montserrat', sans-serif;
    background-color: #0d0d0d;
    color: #ffffff;
    overflow: hidden;
    /* Prevents initial horizontal scrollbar layout jump */
    position: relative;
}

/* Background Slider Container */
.hero-slider {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    z-index: 1;
    overflow: hidden;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transform: scale(1.08);
    transition: opacity 1.5s ease, transform 6s ease;
    will-change: transform, opacity;
    backface-visibility: hidden;
}

.slide.active {
    opacity: 0.45;
    transform: scale(1);
}

/* Top Branding Bar Overlay */

a.brand-text {
    text-decoration: none;
}
.top-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: clamp(15px, 3vh, 30px) clamp(20px, 4vw, 50px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 20;
    pointer-events: none;
}

.top-bar {
    position: relative;
    z-index: 9999 !important;
    pointer-events: auto !important;
}

.brand-text,
a.catering-badge-btn {
    position: relative;
    z-index: 10000 !important;
    pointer-events: auto !important;
    cursor: pointer !important;
}
.brand-text,
.logo-container {
    pointer-events: auto;
}

.brand-text {
    font-family: 'Cinzel', serif;
    font-size: clamp(1.1rem, 2vw, 2.4rem);
    letter-spacing: 3px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    opacity: 0;
    transform: translateY(-20px);
    will-change: transform, opacity;
}

.brand-text span {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    letter-spacing: 3px;
    color: #d4af37;
    margin-top: 4px;
    font-weight: bold;
    text-align: center;
}

.logo-container {
    display: none;
}

.logo-container img {
    height: clamp(45px, 6vh, 85px);
    width: auto;
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.5));
    opacity: 0;
    transform: translateY(-20px);
    will-change: transform, opacity;
}

/* Full Height Split Location Cards */
.locations-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100dvh;
    display: flex;
    z-index: 10;
    overflow: hidden;
}

.location-card {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: clamp(80px, 12vh, 120px) 20px;
    position: relative;
    cursor: pointer;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
    transition: background 0.4s ease;
    opacity: 0;
    transform: translateY(30px);
    will-change: transform, opacity;
}

.location-card:last-child {
    border-right: none;
}

/* Full Height Dark Overlay On Hover */
.location-card:hover {
    background: rgba(0, 0, 0, 0.45);
}

.location-card h2 {
    font-family: 'Cinzel', serif;
    font-size: clamp(1.4rem, 2.8vw, 3rem);
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 8px;
    color: #ffffff;
    line-height: 1.2;
}

.location-card p {
    font-size: clamp(0.65rem, 1vw, 0.9rem);
    letter-spacing: 2px;
    color: #cccccc;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.btn-enter {
    display: inline-block;
    padding: clamp(10px, 1.5vh, 14px) clamp(24px, 3vw, 36px);
    border: 1px solid #ffffff;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: clamp(0.7rem, 0.9vw, 0.85rem);
    letter-spacing: 2.5px;
    font-weight: 600;
    transition: all 0.3s ease;
    background: transparent;
}

.location-card:hover .btn-enter {
    background: #ffffff;
    color: #0d0d0d;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
}



/* Button Wrapper & Styling */
.btn-group {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 8px;
    width: 100%;
    max-width: 100%;
}


.btn-enter {
    border: 1px solid rgba(255, 255, 255, 0.6);
    color: #ffffff;
    background: rgba(0, 0, 0, 0.4);
}

.btn-book {
    border: 1px solid #c5a059;
    color: #d4af37;
    background: rgba(197, 160, 89, 0.15);
}


.btn-catering {
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #ffffff;
    background: rgba(0, 0, 0, 0.4);
}

.btn-enter,
.btn-book,
.btn-catering {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: clamp(0.6rem, 0.75vw, 0.75rem);
    padding: 10px 16px;
    transition: all 0.3s ease;
    backdrop-filter: blur(4px);
    white-space: nowrap;
    grid-column: auto !important;
    width: auto !important;
}

.btn-enter:hover {
    background: #ffffff;
    color: #0d0d0d;
}


.btn-book:hover {
    background: #c5a059;
    color: #0d0d0d;
}

.btn-catering:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: #ffffff;
}

/*catering */


/* Top-Right Badge Button Style */
.catering-badge-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    /* background: rgba(18, 18, 18, 0.75); */
    border: 1px solid #d4af377a;
    padding: clamp(8px, 1.2vh, 12px) clamp(16px, 1.8vw, 24px);
    border-radius: 3px;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(8px);
    /* opacity: 0; */
    transform: translateY(0px);
    box-shadow: 0 0 10px rgba(212, 175, 55, 0.2);
    z-index: 10000 !important;
}

.catering-badge-btn:hover {
    background: #d4af37;
    color: #0d0d0d;
    box-shadow: 0 0 20px rgba(212, 175, 55, 0.6);
}



.catering-badge-btn:hover .badge-sub {
    color: #222222;
}

.badge-pulse {
    width: 8px;
    height: 8px;
    background-color: #d4af37;
    border-radius: 50%;
    box-shadow: 0 0 0 rgba(212, 175, 55, 0.7);
    animation: pulse 2s infinite;
}

.catering-badge-btn:hover .badge-pulse {
    background-color: #0d0d0d;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(212, 175, 55, 0.7);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(212, 175, 55, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(212, 175, 55, 0);
    }
}

.badge-text-wrap {
    display: flex;
    flex-direction: column;
    text-align: right;
    gap: 3px;
}

.badge-main {
    font-size: clamp(0.65rem, 0.85vw, 0.7rem);
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;

}

.badge-sub {
    font-size: clamp(0.55rem, 0.7vw, 0.6rem);
    letter-spacing: 1.5px;
    color: #d4af37;
    text-transform: uppercase;
    margin-top: 1px;
    transition: color 0.3s ease;
}


/* Top-Right Badge Button Style */




/* Footer Tagline Overlay */
.footer-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: clamp(15px, 2.5vh, 25px) 15px;
    text-align: center;
    z-index: 20;
    font-size: clamp(0.6rem, 0.8vw, 0.75rem);
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
    pointer-events: none;
}

/* Mobile Responsive Overrides */
@media (max-width: 768px) {

    html,
    body {
        overflow-x: hidden;
        overflow-y: auto;
    }

    .locations-wrapper {
        position: relative;
        flex-direction: column;
        height: auto;
        min-height: 100dvh;
    }

    .location-card {
        height: 50vh;
        min-height: 320px;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        padding: 60px 20px;
    }

    .location-card:last-child {
        border-bottom: none;
    }

    .top-bar,
    .footer-bar {
        position: fixed;
    }

    .btn-group {
        display: flex !important;
        flex-wrap: wrap;
        justify-content: center;
        gap: 6px;
    }

    .btn-enter,
    .btn-book,
    .btn-catering {
        font-size: 0.62rem;
        padding: 8px 12px;
    }

    .brand-text {
        letter-spacing: 2px;
        line-height: 1;
    }

    .brand-text span {
        font-size: 0.7rem;

    }

.badge-main {
    font-size: clamp(0.55rem, 0.85vw, 0.7rem);

}

.badge-sub {
    letter-spacing: 1px;
 
}

}
