/* Golden Dragon Custom Overrides */

/* Text Logo */
.brand-logo .logo-text {
    font-family: 'Forum', serif;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 1px;
    white-space: nowrap;
}
.brand-logo .logo-text.white { color: #fff; }
.brand-logo .logo-text.dark { color: #1a1a1a; }
.footer-logo .logo-text { color: #fff; }

/* Chef images uniform height */
.single-team-item .chef-img {
    height: 350px;
    overflow: hidden;
}
.single-team-item .chef-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* About section images uniform height */
.about-image-gallery img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 10px;
}

/* Menu thumb images - match original 150x150 template size */
.single-menu-item .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

/* Gallery images uniform height */
.gallery-item-two .gallery-img {
    height: 280px;
    overflow: hidden;
}
.gallery-item-two .gallery-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Instagram images uniform height */
.instagram-img {
    height: 250px;
    overflow: hidden;
}
.instagram-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Testimonial background image fix */
.testimonial-one_image-box img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* Category icons via FontAwesome */
.single-category-item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
.category-icon-fa {
    font-size: 48px;
    color: #c8102e;
    line-height: 1;
}

/* Video section local video */
.video-one_image-box video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.video-one_image-box {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

/* Hours background image fix */
.hours-bg {
    background-size: cover;
    background-position: center;
}

/* Fix preloader: full coverage on mobile + center the spinning box */
.preloader {
    height: 100%;
    min-height: 100vh;
    min-height: 100dvh;
}
.preloader .loader {
    width: 50px;
    margin-bottom: 64px;
}

/* Fix logo/nav overlap on laptop-sized screens (1200-1600px) */
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .header-navigation .site-branding {
        max-width: 220px;
    }
    .brand-logo .logo-text {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .single-team-item .chef-img { height: 300px; }
    .about-image-gallery img { height: 280px; }
    .instagram-img { height: 200px; }
    .brand-logo .logo-text { font-size: 22px; }
}
