/* /Components/ContentCard.razor.rz.scp.css */
.content-card[b-ovh259qrw5] {
    background: white;
    border-radius: 0;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.content-card:hover[b-ovh259qrw5] {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.card-image[b-ovh259qrw5] {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.card-image.large[b-ovh259qrw5] {
    height: 350px;
}

.card-image img[b-ovh259qrw5] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-image-placeholder[b-ovh259qrw5] {
    width: 100%;
    height: 250px;
    background: linear-gradient(45deg, #f0f0f0, #e0e0e0);
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-image-placeholder.large[b-ovh259qrw5] {
    height: 350px;
}

.placeholder-content[b-ovh259qrw5] {
    font-size: 3rem;
    color: #ccc;
}

.card-content[b-ovh259qrw5] {
    padding: 2rem;
}

.card-title[b-ovh259qrw5] {
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #2c2c2c;
    margin: 0 0 1rem 0;
}

.card-description[b-ovh259qrw5] {
    font-size: 1rem;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

.card-extra[b-ovh259qrw5] {
    margin-top: 1.5rem;
}

@media (max-width: 768px) {
    .card-image[b-ovh259qrw5],
    .card-image-placeholder[b-ovh259qrw5] {
        height: 200px;
    }
    
    .card-content[b-ovh259qrw5] {
        padding: 1.5rem;
    }
    
    .card-title[b-ovh259qrw5] {
        font-size: 1.1rem;
    }
}
/* /Components/HeroSection.razor.rz.scp.css */
.hero-section[b-hldkrhnsx6] {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.hero-background[b-hldkrhnsx6] {
    width: 100%;
    height: 100%;
    background: transparent;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 3;
}

.hero-content[b-hldkrhnsx6] {
    text-align: center;
    color: white;
    z-index: 4;
    position: relative;
}

.hero-location[b-hldkrhnsx6] {
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 1rem;
    opacity: 0.9;
    color: white !important;
}

.hero-title[b-hldkrhnsx6] {
    font-size: 3.5rem;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 0 3rem 0;
    line-height: 1.2;
    color: white !important;
}

.hero-cta[b-hldkrhnsx6] {
    background: transparent;
    color: white;
    border: 2px solid white;
    padding: 1rem 2rem;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
}

.hero-cta:hover[b-hldkrhnsx6] {
    background: white;
    color: #2c2c2c;
}

@media (max-width: 768px) {
    .hero-title[b-hldkrhnsx6] {
        font-size: 2.5rem;
    }
    
    .hero-cta[b-hldkrhnsx6] {
        padding: 0.8rem 1.5rem;
        font-size: 0.8rem;
    }
}

@media (max-width: 480px) {
    .hero-title[b-hldkrhnsx6] {
        font-size: 2rem;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-sjrvm7xh40] {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100vh;
    background: transparent;
}

main[b-sjrvm7xh40] {
    flex: 1;
    width: 100%;
    background: transparent;
}

.top-row[b-sjrvm7xh40] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-sjrvm7xh40]  a, .top-row[b-sjrvm7xh40]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-sjrvm7xh40]  a:hover, .top-row[b-sjrvm7xh40]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-sjrvm7xh40]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-sjrvm7xh40] {
        justify-content: space-between;
    }

    .top-row[b-sjrvm7xh40]  a, .top-row[b-sjrvm7xh40]  .btn-link {
        margin-left: 0;
    }
}

#blazor-error-ui[b-sjrvm7xh40] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-sjrvm7xh40] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-e2ositvia9],
.components-reconnect-repeated-attempt-visible[b-e2ositvia9],
.components-reconnect-failed-visible[b-e2ositvia9],
.components-pause-visible[b-e2ositvia9],
.components-resume-failed-visible[b-e2ositvia9],
.components-rejoining-animation[b-e2ositvia9] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-e2ositvia9],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-e2ositvia9],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-e2ositvia9],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-e2ositvia9],
#components-reconnect-modal.components-reconnect-retrying[b-e2ositvia9],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-e2ositvia9],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-e2ositvia9],
#components-reconnect-modal.components-reconnect-failed[b-e2ositvia9],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-e2ositvia9] {
    display: block;
}


#components-reconnect-modal[b-e2ositvia9] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-e2ositvia9 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-e2ositvia9 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-e2ositvia9 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-e2ositvia9]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-e2ositvia9 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-e2ositvia9 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-e2ositvia9 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-e2ositvia9 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-e2ositvia9] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-e2ositvia9] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-e2ositvia9] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-e2ositvia9] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-e2ositvia9] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-e2ositvia9] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-e2ositvia9] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-e2ositvia9 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-e2ositvia9] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-e2ositvia9 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.background-light[b-my7xtbzb8p] {
    background-color: #f8f8f8;
}

.cta-button[b-my7xtbzb8p] {
    background: #2c2c2c;
    color: white;
    border: none;
    padding: 1rem 2rem;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cta-button:hover[b-my7xtbzb8p] {
    background: #8b6f47;
    transform: translateY(-2px);
}
/* /Components/SectionContainer.razor.rz.scp.css */
.section-container[b-gvn1imdxhd] {
    padding: 4rem 2rem;
    width: 100%;
    background: transparent;
}

.section-container.full-width[b-gvn1imdxhd] {
    max-width: none;
    padding: 4rem 0;
}

.section-container.centered[b-gvn1imdxhd] {
    max-width: 1400px;
    margin: 0 auto;
}

.section-container.center-content[b-gvn1imdxhd] {
    text-align: center;
}

.section-title[b-gvn1imdxhd] {
    font-size: 2.5rem;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #2c2c2c;
    margin-bottom: 3rem;
    text-align: center;
}

.section-content[b-gvn1imdxhd] {
    width: 100%;
}

@media (max-width: 768px) {
    .section-container[b-gvn1imdxhd] {
        padding: 3rem 1rem;
    }
    
    .section-title[b-gvn1imdxhd] {
        font-size: 2rem;
        margin-bottom: 2rem;
    }
}
/* /Components/Shared/Footer.razor.rz.scp.css */
.site-footer[b-ug9utnod3d] {
    background: #f8f8f8;
    padding: 2rem 0;
    margin-top: auto;
    width: 100%;
}

.footer-content[b-ug9utnod3d] {
    width: 100%;
    padding: 0 2rem;
    text-align: center;
}

.footer-text p[b-ug9utnod3d] {
    color: #8b8b8b;
    font-size: 0.9rem;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
}
/* /Components/Shared/MobileDrawer.razor.rz.scp.css */
.mobile-drawer[b-0nsxl6sbmg] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}

.mobile-drawer.open[b-0nsxl6sbmg] {
    visibility: visible;
    opacity: 1;
}

.drawer-overlay[b-0nsxl6sbmg] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.drawer-content[b-0nsxl6sbmg] {
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    background: white;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    padding: 2rem;
}

.mobile-drawer.open .drawer-content[b-0nsxl6sbmg] {
    transform: translateX(0);
}

.drawer-header[b-0nsxl6sbmg] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #eee;
}

.drawer-header h2[b-0nsxl6sbmg] {
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 2px;
    color: #2c2c2c;
}

.close-btn[b-0nsxl6sbmg] {
    background: none;
    border: none;
    font-size: 2rem;
    color: #2c2c2c;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.drawer-nav[b-0nsxl6sbmg] {
    flex: 1;
}

.drawer-nav ul[b-0nsxl6sbmg] {
    list-style: none;
    margin: 0;
    padding: 0;
}

.drawer-nav li[b-0nsxl6sbmg] {
    margin-bottom: 1.5rem;
}

.drawer-nav a[b-0nsxl6sbmg] {
    text-decoration: none;
    color: #2c2c2c;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.drawer-nav a:hover[b-0nsxl6sbmg] {
    color: #8b6f47;
}

.drawer-actions[b-0nsxl6sbmg] {
    border-top: 1px solid #eee;
    padding-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.drawer-actions .contact-link[b-0nsxl6sbmg] {
    text-decoration: none;
    color: #2c2c2c;
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    padding: 0.8rem;
}

.drawer-actions .reserve-btn[b-0nsxl6sbmg] {
    background: #2c2c2c;
    color: white;
    border: none;
    padding: 1rem;
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.3s ease;
    border-radius: 0;
}

.drawer-actions .reserve-btn:hover[b-0nsxl6sbmg] {
    background: #8b6f47;
}

@media (min-width: 769px) {
    .mobile-drawer[b-0nsxl6sbmg] {
        display: none;
    }
}
/* /Components/Shared/PreproductionNotice.razor.rz.scp.css */
.preproduction-notice[b-uez877nnxd] {
    max-width: 1400px;
    margin: 0 auto 1.5rem;
    padding: 0.85rem 1.25rem;
    background: #fff8e8;
    border: 1px solid rgba(139, 111, 71, 0.28);
    color: #5c4524;
    text-align: center;
}

.preproduction-notice p[b-uez877nnxd] {
    margin: 0;
    font-size: 0.88rem;
    line-height: 1.5;
    letter-spacing: 0.2px;
}

.preproduction-notice strong[b-uez877nnxd] {
    font-weight: 600;
}

@media (max-width: 768px) {
    .preproduction-notice[b-uez877nnxd] {
        margin: 0 1rem 1rem;
        padding: 0.75rem 0.9rem;
    }

    .preproduction-notice p[b-uez877nnxd] {
        font-size: 0.8rem;
    }
}
/* /Components/Shared/TopMenu.razor.rz.scp.css */
.top-menu[b-64b6tzsj45] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: white;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: 1000;
    color: #2c2c2c;
}

.mobile-menu-toggle[b-64b6tzsj45],
.mobile-menu-button[b-64b6tzsj45],
.mobile-only[b-64b6tzsj45] {
    display: none;
}

.menu-container[b-64b6tzsj45] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 2rem;
    max-width: 1400px;
    margin: 0 auto;
    min-width: 0;
    width: 100%;
}

.menu-left[b-64b6tzsj45],
.menu-right[b-64b6tzsj45] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex: 1 1 0;
    min-width: 0;
}

.menu-right[b-64b6tzsj45] {
    justify-content: flex-end;
}

.menu-center[b-64b6tzsj45] {
    flex: 0 0 auto;
    text-align: center;
    min-width: 0;
}

.logo h1[b-64b6tzsj45] {
    font-size: 1.8rem;
    font-weight: 300;
    letter-spacing: 3px;
    margin: 0;
    color: #2c2c2c;
    text-transform: uppercase;
}

.logo a[b-64b6tzsj45] {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s ease;
}

.logo a:hover[b-64b6tzsj45] {
    color: #8b6f47;
}

.language-selector[b-64b6tzsj45] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    flex-shrink: 0;
    color: #2c2c2c;
    text-transform: uppercase;
}

.language-option[b-64b6tzsj45] {
    background: none;
    border: none;
    color: #2c2c2c;
    font-size: 0.8rem;
    font-weight: 400;
    letter-spacing: 1px;
    cursor: pointer;
    padding: 0;
    text-transform: uppercase;
}

.language-option.active[b-64b6tzsj45],
.language-option:hover[b-64b6tzsj45] {
    color: #8b6f47;
}

.language-separator[b-64b6tzsj45] {
    color: rgba(44, 44, 44, 0.35);
    font-size: 0.75rem;
}

.language-short[b-64b6tzsj45] {
    display: none;
}

.contact-link[b-64b6tzsj45] {
    text-decoration: none;
    color: #2c2c2c;
    font-size: 0.8rem;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: color 0.3s ease;
    white-space: nowrap;
    flex-shrink: 0;
}

.contact-link:hover[b-64b6tzsj45] {
    color: #8b6f47;
}

.menu-right .reserve-btn[b-64b6tzsj45] {
    background: none;
    color: #2c2c2c;
    border: 1px solid #2c2c2c;
    padding: 0.8rem 1.5rem;
    font-size: 0.8rem;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    flex-shrink: 0;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    border-radius: 0;
}

.menu-right .reserve-btn:hover[b-64b6tzsj45] {
    background: #2c2c2c;
    color: white;
}

/* Global reserve-btn styling for consistency across pages */
.reserve-btn[b-64b6tzsj45] {
    background: none !important;
    color: #2c2c2c !important;
    border: 1px solid #2c2c2c !important;
    padding: 0.8rem 1.5rem !important;
    font-size: 0.8rem !important;
    font-weight: 400 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
    display: inline-block !important;
    text-align: center !important;
    border-radius: 0 !important;
}

.reserve-btn:hover[b-64b6tzsj45] {
    background: #2c2c2c !important;
    color: white !important;
}

/* Navigation Links Row */
.nav-container[b-64b6tzsj45] {
    background: rgba(255, 255, 255, 0.95);
    border-top: 1px solid rgba(44, 44, 44, 0.1);
    padding: 0.8rem 0;
}

.nav-links[b-64b6tzsj45] {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: center;
    gap: 3rem;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

.nav-links a[b-64b6tzsj45] {
    text-decoration: none;
    color: #2c2c2c;
    font-size: 0.8rem;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: color 0.3s ease;
    opacity: 0.9;
}

.nav-links a:hover[b-64b6tzsj45] {
    color: #8b6f47;
    opacity: 1;
}

.mobile-menu-button[b-64b6tzsj45] {
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    border: 1px solid rgba(44, 44, 44, 0.2);
    background: white;
}

.mobile-menu-button span[b-64b6tzsj45] {
    width: 18px;
    height: 1px;
    background: #2c2c2c;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.mobile-menu-toggle:checked ~ .menu-container .mobile-menu-button span:nth-child(1)[b-64b6tzsj45] {
    transform: translateY(6px) rotate(45deg);
}

.mobile-menu-toggle:checked ~ .menu-container .mobile-menu-button span:nth-child(2)[b-64b6tzsj45] {
    opacity: 0;
}

.mobile-menu-toggle:checked ~ .menu-container .mobile-menu-button span:nth-child(3)[b-64b6tzsj45] {
    transform: translateY(-6px) rotate(-45deg);
}

@media (max-width: 1024px) {
    .nav-links[b-64b6tzsj45] {
        gap: 2rem;
    }
    
    .nav-links a[b-64b6tzsj45] {
        font-size: 0.75rem;
    }
    
    .menu-container[b-64b6tzsj45] {
        padding: 0.8rem 1rem;
    }
}

@media (max-width: 768px) {
    .menu-container[b-64b6tzsj45] {
        padding: 0.85rem 1rem;
        position: relative;
    }

    .menu-left[b-64b6tzsj45],
    .menu-right[b-64b6tzsj45] {
        flex: 1 1 0;
    }

    .menu-center[b-64b6tzsj45] {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .nav-container[b-64b6tzsj45] {
        display: none;
        padding: 0;
        border-top: 1px solid rgba(44, 44, 44, 0.1);
        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
    }

    .mobile-menu-toggle:checked ~ .nav-container[b-64b6tzsj45] {
        display: block;
    }
    
    .menu-right .contact-link[b-64b6tzsj45] {
        display: none;
    }

    .menu-right .reserve-btn[b-64b6tzsj45] {
        display: none !important;
    }

    .mobile-menu-button[b-64b6tzsj45] {
        display: flex;
    }

    .language-selector[b-64b6tzsj45] {
        gap: 0.25rem;
        margin-right: 0.35rem;
    }

    .language-option[b-64b6tzsj45] {
        font-size: 0.76rem;
        letter-spacing: 1px;
    }

    .language-full[b-64b6tzsj45] {
        display: none;
    }

    .language-short[b-64b6tzsj45] {
        display: inline;
    }

    .mobile-only[b-64b6tzsj45] {
        display: list-item;
    }
    
    .nav-links[b-64b6tzsj45] {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 0;
    }

    .nav-links li[b-64b6tzsj45] {
        border-bottom: 1px solid rgba(44, 44, 44, 0.08);
    }

    .nav-links li:last-child[b-64b6tzsj45] {
        border-bottom: none;
    }

    .nav-links a[b-64b6tzsj45] {
        display: block;
        padding: 1rem 1.25rem;
        text-align: center;
        font-size: 0.78rem;
    }
    
    .reserve-btn[b-64b6tzsj45] {
        padding: 0.6rem 1rem;
        font-size: 0.7rem;
    }
    
    .logo h1[b-64b6tzsj45] {
        font-size: 1.5rem;
        letter-spacing: 2px;
    }
}
/* /Components/VideoBackground.razor.rz.scp.css */
.video-background[b-ujs3pdric4] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1;
    overflow: hidden;
}

.video-background video[b-ujs3pdric4] {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}

.video-overlay[b-ujs3pdric4] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    z-index: 2;
}

/* Ensure video background works on all devices */
@media (max-width: 768px) {
    .video-background video[b-ujs3pdric4] {
        object-position: center center;
    }
}
