/* Unified banquets page — /banket */

.banquet-page .banner-text .grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.banquet-page #banner .banner-down .grid {
    display: flex;
    justify-content: center;
}

.banquet-page #banner .banner-down .btn.white {
    display: block;
    width: 100%;
    border: none;
    cursor: pointer;
    font-family: inherit;
    text-decoration: none;
    transition: background 0.2s ease;
    -webkit-appearance: none;
    appearance: none;
}

/* About: text + image */
.banquet-about {
    margin: 100px 0 0;
}

.banquet-about__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
    text-align: left;
}

.banquet-about__text p {
    font-weight: 300;
    font-size: 16px;
    line-height: 160%;
    color: #333;
    margin-bottom: 18px;
}

.banquet-about__text p:last-child {
    margin-bottom: 0;
}

.banquet-about__img img {
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
    display: block;
}

/* Why choose — airy schematic list */
.banquet-why {
    margin-top: 100px;
    text-align: left;
}

.banquet-why .wedding-section__title {
    text-align: center;
}

.banquet-why__layout {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: start;
}

.banquet-why__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    text-align: left;
}

.banquet-why__item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    font-size: 16px;
    font-weight: 300;
    line-height: 150%;
    color: #333;
}

.banquet-why__item::before {
    content: "";
    flex-shrink: 0;
    width: 8px;
    height: 8px;
    margin-top: 8px;
    border-radius: 50%;
    background: #fdc25c;
}

.banquet-why__media img {
    width: 100%;
    min-height: 320px;
    object-fit: cover;
    display: block;
}

/* Spaces — alternating halls (reference layout) */
.banquet-spaces {
    margin-top: 100px;
}

.banquet-spaces .wedding-section__title {
    text-align: center;
}

.banquet-space {
    margin: 50px 0;
}

.banquet-space:first-of-type {
    margin-top: 60px;
}

.banquet-space__layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 4%;
    row-gap: 20px;
    align-items: start;
}

.banquet-space__title {
    grid-column: 2;
    grid-row: 1;
    font-family: Lora, serif;
    font-size: 36px;
    font-weight: 500;
    margin: 0;
    line-height: 1.2;
    color: #222;
    text-align: left;
}

.banquet-space__media {
    grid-column: 1;
    grid-row: 2;
    width: 100%;
}

.banquet-space__details {
    grid-column: 2;
    grid-row: 2;
    color: #222;
    text-align: left;
}

.banquet-space__layout:not(:has(.banquet-space__title)) .banquet-space__media,
.banquet-space__layout:not(:has(.banquet-space__title)) .banquet-space__details {
    grid-row: 1;
}

.banquet-space--reverse .banquet-space__title {
    grid-column: 1;
}

.banquet-space--reverse .banquet-space__media {
    grid-column: 2;
}

.banquet-space--reverse .banquet-space__details {
    grid-column: 1;
}

.banquet-space__media img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
}

.banquet-space__details p {
    font-size: 16px;
    font-weight: 300;
    line-height: 150%;
    color: #333;
    margin: 0 0 16px;
}

.banquet-space__label {
    font-weight: 700;
    font-size: 16px;
    margin: 18px 0 8px;
}

.banquet-space .banquet-space__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.banquet-space .banquet-space__list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    font-size: 16px;
    font-weight: 300;
    line-height: 150%;
    color: #333;
    margin-bottom: 8px;
}

.banquet-space .banquet-space__list li::before {
    content: "";
    flex-shrink: 0;
    width: 8px;
    height: 8px;
    margin-top: 8px;
    border-radius: 50%;
    background: #fdc25c;
}

.banquet-page #m-menu .banquet-space__list {
    max-width: 480px;
    margin: 0 auto 30px;
    padding: 0;
    list-style: none;
    text-align: left;
}

.banquet-page #m-menu .banquet-space__list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    font-size: 16px;
    font-weight: 300;
    line-height: 150%;
    color: #333;
    margin-bottom: 8px;
}

.banquet-page #m-menu .banquet-space__list li::before {
    content: "";
    flex-shrink: 0;
    width: 8px;
    height: 8px;
    margin-top: 8px;
    border-radius: 50%;
    background: #fdc25c;
}

.banquet-spaces__cta {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.banquet-spaces__cta .btn-a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 205px;
    height: 50px;
    max-width: none;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    background: #1d2123;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    cursor: pointer;
    transition: all ease 0.2s;
}

.banquet-spaces__cta .btn-a:hover {
    background: #fdc25c;
    color: #1d2123;
    border: none;
}

/* Menu block tweaks */
.banquet-page #m-menu .menu-btns {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 0 30px;
}

.banquet-page #m-menu .menu-btns .btn-a {
    width: auto;
    max-width: 285px;
    padding: 0 32px;
}

.banquet-page #m-menu .banquet-check-note {
    text-align: center;
    margin: 30px 0 16px;
    font-family: Lora, serif;
    font-size: 22px;
    font-weight: 500;
    color: #222;
}

.banquet-menu-carousel-wrap {
    margin-top: 0;
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.banquet-menu-carousel__item {
    padding: 0 8px;
}

.banquet-menu-carousel__item a {
    display: block;
}

.banquet-menu-carousel__item img {
    width: 100%;
    height: 460px;
    object-fit: cover;
    display: block;
}

.banquet-menu-carousel-wrap > span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    background: rgba(29, 33, 35, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all ease 0.2s;
}

.banquet-menu-carousel-wrap > span:hover {
    background: #fdc25c;
    border-color: #fdc25c;
}

.banquet-menu-carousel-wrap > span img {
    width: 16px;
    height: 16px;
}

.banquet-menu-carousel-wrap .banquet-slide-prev {
    left: 20px;
}

.banquet-menu-carousel-wrap .banquet-slide-next {
    right: 20px;
}

/* Event formats */
.banquet-formats {
    margin-top: 100px;
}

.banquet-format {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
    margin-top: 60px;
    text-align: left;
}

.banquet-format--reverse .banquet-format__media {
    order: 2;
}

.banquet-format--reverse .banquet-format__body {
    order: 1;
}

.banquet-format__media img {
    width: 100%;
    height: 360px;
    object-fit: cover;
}

.banquet-format__body h3 {
    font-family: Lora, serif;
    font-size: 32px;
    font-weight: 500;
    margin: 0 0 16px;
}

.banquet-format__body p {
    font-size: 16px;
    font-weight: 300;
    line-height: 160%;
    color: #333;
    margin-bottom: 16px;
}

.banquet-format__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.banquet-format__list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 300;
    line-height: 150%;
    color: #333;
}

.banquet-format__list li::before {
    content: "";
    flex-shrink: 0;
    width: 8px;
    height: 8px;
    margin-top: 8px;
    border-radius: 50%;
    background: #fdc25c;
}

/* Conditions */
.banquet-conditions {
    margin-top: 100px;
}

.banquet-conditions__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: start;
    margin-top: 40px;
}

.banquet-conditions__media img {
    width: 100%;
    min-height: 360px;
    object-fit: cover;
}

.banquet-conditions__list {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

.banquet-conditions__list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 14px;
    font-size: 16px;
    font-weight: 300;
    line-height: 150%;
    color: #333;
}

.banquet-conditions__list li::before {
    content: "";
    flex-shrink: 0;
    width: 8px;
    height: 8px;
    margin-top: 8px;
    border-radius: 50%;
    background: #fdc25c;
}

/* Moodboard gallery */
.banquet-gallery {
    margin-top: 100px;
    text-align: center;
}

.banquet-gallery__grid {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 180px;
    grid-auto-flow: dense;
    gap: 10px;
}

.banquet-gallery__item {
    display: block;
    overflow: hidden;
    border-radius: 2px;
    min-width: 0;
    min-height: 0;
}

.banquet-gallery__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.banquet-gallery__grid > * {
    min-width: 0;
}

.banquet-gallery__item:hover img {
    transform: scale(1.03);
}

.banquet-gallery__item--wide {
    grid-column: span 2;
}

.banquet-gallery__item--tall {
    grid-row: span 2;
}

.banquet-gallery__cta {
    margin-top: 40px;
}

@media (max-width: 1060px) {
    .banquet-page {
        overflow-x: hidden;
    }

    .banquet-page > section .grid {
        width: 100%;
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }

    .banquet-page #m-menu .wedding-menu-text,
    .banquet-page #m-menu .banquet-check-note,
    .banquet-page #m-menu .wedding-section__title {
        max-width: 100%;
        overflow-wrap: break-word;
        word-break: break-word;
    }

    .banquet-page #m-menu .banquet-space__list {
        max-width: 100%;
    }

    .banquet-about__grid,
    .banquet-conditions__grid,
    .banquet-format {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .banquet-space__layout {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .banquet-space__title {
        order: 1;
    }

    .banquet-space__media {
        order: 2;
    }

    .banquet-space__details {
        order: 3;
    }

    .banquet-space__title,
    .banquet-space__media,
    .banquet-space__details {
        width: 100%;
    }

    .banquet-space__media img {
        height: 300px;
    }

    .banquet-format--reverse .banquet-format__media,
    .banquet-format--reverse .banquet-format__body {
        order: unset;
    }

    .banquet-why__layout {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .banquet-gallery__grid {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 140px;
    }

    .banquet-gallery__item--wide {
        grid-column: span 2;
    }

    .banquet-gallery__item--tall {
        grid-row: span 1;
    }
}

@media (max-width: 620px) {
    .banquet-about {
        margin-top: 60px;
    }

    .banquet-why,
    .banquet-spaces,
    .banquet-formats,
    .banquet-conditions,
    .banquet-gallery {
        margin-top: 60px;
    }

    .banquet-space__title,
    .banquet-format__body h3 {
        font-size: 28px;
    }

    .banquet-gallery__grid {
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: 120px;
    }

    .banquet-menu-carousel__item img {
        height: 360px;
    }

    .banquet-menu-carousel-wrap .banquet-slide-prev {
        left: 8px;
    }

    .banquet-menu-carousel-wrap .banquet-slide-next {
        right: 8px;
    }

    .banquet-page #banner .banner-down .btn.white {
        margin: 0 auto;
    }
}
