/* ============================================================
   Banquets (lh-banquets index) — mobile-only styles.
   All rules scoped under .lh-bnq-mb.
   ============================================================ */

.lh-bnq-mb {
    background-color: #12203B;
    color: #fff;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

.lh-bnq-mb h1,
.lh-bnq-mb h2,
.lh-bnq-mb h3,
.lh-bnq-mb h4 {
    font-family: 'Big Caslon', 'Times New Roman', serif;
    margin: 0;
}

/* Page hero */
.lh-bnq-mb .page-hero {
    padding: 22px 20px 8px;
    text-align: center;
}
.lh-bnq-mb .page-hero h1 {
    font-size: 28px;
    margin-bottom: 6px;
}
.lh-bnq-mb .page-hero p {
    font-size: 13px;
    opacity: .85;
    line-height: 1.45;
    margin: 0 auto;
    max-width: 320px;
}

/* Service tiles (2x2 grid, all visible) */
.lh-bnq-mb .service-tiles {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 14px 14px 16px;
}
.lh-bnq-mb .service-tile {
    position: relative;
    aspect-ratio: 1 / 1;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    border: 1px solid rgba(255,255,255,.5);
    box-shadow: 0 4px 12px rgba(0,0,0,.4);
    display: block;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
}
.lh-bnq-mb .service-tile img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .25s;
}
.lh-bnq-mb .service-tile::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,.05) 45%, rgba(0,0,0,.78) 100%);
}
.lh-bnq-mb .service-tile.active {
    border: 3px solid #fff;
    box-shadow: 0 6px 18px rgba(0,0,0,.55);
}
.lh-bnq-mb .service-tile .tile-label {
    position: absolute;
    left: 0; right: 0; bottom: 12px;
    z-index: 1;
    text-align: center;
    font-family: 'Big Caslon', 'Times New Roman', serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #fff;
    text-shadow: 0 2px 6px rgba(0,0,0,.9);
    line-height: 1.1;
    padding: 0 6px;
}

/* Section base */
.lh-bnq-mb .b-section {
    padding: 20px;
    display: none;
}
.lh-bnq-mb .b-section.visible { display: block; }
.lh-bnq-mb .b-section.alt { background-color: #182A4C; }
.lh-bnq-mb .b-section.dark { background-color: #0E1B33; }
.lh-bnq-mb .b-section h2 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 6px;
}
.lh-bnq-mb .b-section .section-sub {
    font-size: 12px;
    text-align: center;
    opacity: .65;
    text-transform: uppercase;
    letter-spacing: .2em;
    margin-bottom: 20px;
}

.lh-bnq-mb .b-img,
.lh-bnq-mb .b-section img.lead-img {
    width: 100%;
    border-radius: 12px;
    display: block;
    margin-bottom: 18px;
    box-shadow: 0 4px 12px rgba(0,0,0,.4);
}

.lh-bnq-mb .b-body {
    font-size: 14px;
    line-height: 1.55;
    opacity: .9;
}
.lh-bnq-mb .b-body.collapsed {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.lh-bnq-mb .b-body p { margin: 0 0 12px; }
.lh-bnq-mb .b-body p:last-child { margin-bottom: 0; }
.lh-bnq-mb .read-more {
    background: none; border: none;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    margin-top: 8px;
    cursor: pointer;
    padding: 0;
    text-decoration: underline;
    font-family: inherit;
}

/* CTA button */
.lh-bnq-mb .b-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #284b65;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 14px 16px;
    border: 1px solid #fff;
    border-radius: 8px;
    font-family: 'Big Caslon', 'Times New Roman', serif;
    font-size: 15px;
    font-weight: 600;
    margin-top: 14px;
}
.lh-bnq-mb .b-btn i, .lh-bnq-mb .sub-grid a i { margin-right: 10px; }

.lh-bnq-mb .gallery-link {
    display: block;
    text-align: center;
    margin: -10px 0 18px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.lh-bnq-mb .gallery-link i { margin-left: 6px; font-size: 11px; }

/* Quicklinks accordion */
.lh-bnq-mb .ql-group {
    background: #284b65;
    border: 1px solid rgba(255,255,255,.5);
    border-radius: 10px;
    margin-bottom: 8px;
    overflow: hidden;
}
.lh-bnq-mb .ql-toggle {
    width: 100%; background: none; border: none; color: #fff;
    padding: 14px 16px;
    display: flex; align-items: center; gap: 12px;
    cursor: pointer;
    font-family: 'Big Caslon', 'Times New Roman', serif;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
}
.lh-bnq-mb .ql-toggle > i:first-child { margin-right: 10px; }
.lh-bnq-mb .ql-toggle .chev { margin-left: auto; transition: transform .2s; }
.lh-bnq-mb .ql-group.open .ql-toggle .chev { transform: rotate(180deg); }
.lh-bnq-mb .ql-body {
    display: none;
    padding: 0 16px 14px;
    border-top: 1px solid rgba(255,255,255,.08);
}
.lh-bnq-mb .ql-group.open .ql-body { display: block; padding-top: 12px; }
.lh-bnq-mb .ql-body a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
    font-size: 14px;
}
.lh-bnq-mb .ql-body a:last-child { border-bottom: 0; }

/* Capacity bullets (Private Events) */
.lh-bnq-mb .capacity-list {
    list-style: none;
    margin: 0 0 18px;
    padding: 0;
}
.lh-bnq-mb .capacity-list li {
    position: relative;
    padding: 8px 0 8px 24px;
    font-size: 15px;
    line-height: 1.4;
    border-bottom: 1px solid rgba(255,255,255,.1);
}
.lh-bnq-mb .capacity-list li:last-child { border-bottom: 0; }
.lh-bnq-mb .capacity-list li::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 17px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
}

/* Ceremony package cards */
.lh-bnq-mb .pkg-card {
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 14px;
}
.lh-bnq-mb .pkg-card .pkg-img {
    width: 100%;
    aspect-ratio: 16/9;
    background: #333;
    background-size: cover;
    background-position: center;
    display: block;
}
.lh-bnq-mb .pkg-card .pkg-body { padding: 14px 16px; }
.lh-bnq-mb .pkg-card h3 {
    font-size: 18px;
    margin: 0 0 6px;
}
.lh-bnq-mb .pkg-card h3 .price {
    white-space: nowrap;
}
.lh-bnq-mb .pkg-card p {
    font-size: 13px;
    opacity: .85;
    line-height: 1.5;
    margin: 0;
}
.lh-bnq-mb .pkg-card .pkg-body ul {
    padding-left: 18px;
    margin: 4px 0 8px;
    font-size: 13px;
    line-height: 1.5;
    opacity: .85;
}
.lh-bnq-mb .pkg-card .pkg-body li { margin-bottom: 2px; }
.lh-bnq-mb .pkg-card .pkg-body .meta-note {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .12em;
    opacity: .65;
    margin: -2px 0 6px;
}
.lh-bnq-mb .pkg-card .pkg-body .b-btn {
    margin-top: 10px;
    padding: 10px;
    font-size: 13px;
}

/* Sub-page button grid (private events + catering sub-links) */
.lh-bnq-mb .sub-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 14px;
}
.lh-bnq-mb .sub-grid a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #284b65;
    color: #fff;
    text-decoration: none;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 8px;
    padding: 12px 8px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
}

/* Catering events 2-col bullet list */
.lh-bnq-mb .catering-events {
    list-style: none;
    margin: 0 0 14px;
    padding: 0;
    columns: 2;
    column-gap: 16px;
}
.lh-bnq-mb .catering-events li {
    position: relative;
    padding: 4px 0 4px 18px;
    font-size: 13.5px;
    line-height: 1.4;
    break-inside: avoid;
}
.lh-bnq-mb .catering-events li::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 12px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
}

/* Rentals accordions */
.lh-bnq-mb .rentals-accordions {
    display: grid;
    gap: 8px;
}
.lh-bnq-mb .rentals-group {
    background: #284b65;
    border: 1px solid #fff;
    border-radius: 10px;
    overflow: hidden;
}
.lh-bnq-mb .rentals-toggle {
    width: 100%;
    background: none; border: none; color: #fff;
    display: flex; align-items: center;
    padding: 14px 16px;
    cursor: pointer;
    font-family: 'Big Caslon', 'Times New Roman', serif;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
}
.lh-bnq-mb .rentals-toggle .chev { margin-left: auto; transition: transform .2s; }
.lh-bnq-mb .rentals-group.open .rentals-toggle .chev { transform: rotate(180deg); }
.lh-bnq-mb .rentals-body {
    display: none;
    padding: 0 16px 14px;
    border-top: 1px solid rgba(255,255,255,.1);
}
.lh-bnq-mb .rentals-group.open .rentals-body {
    display: block;
    padding-top: 12px;
}
.lh-bnq-mb .rentals-body .r-note {
    font-size: 11px;
    font-style: italic;
    opacity: .7;
    margin: 0 0 8px;
}
.lh-bnq-mb .r-list { list-style: none; padding: 0; margin: 0; }
.lh-bnq-mb .r-item {
    padding: 8px 0;
    border-bottom: 1px solid rgba(255,255,255,.1);
}
.lh-bnq-mb .r-item:last-child { border-bottom: 0; }
.lh-bnq-mb .r-name {
    font-size: 13.5px;
    line-height: 1.3;
    margin-bottom: 4px;
}
.lh-bnq-mb .r-name strong { font-weight: 600; }
.lh-bnq-mb .r-desc {
    font-style: italic;
    opacity: .7;
    font-size: 12px;
}
.lh-bnq-mb .r-gallery-link {
    display: inline-block;
    margin-left: 6px;
    font-size: 11px;
    color: #fff;
    text-decoration: underline;
    opacity: .8;
}
.lh-bnq-mb .r-prices {
    display: flex;
    gap: 10px;
}
.lh-bnq-mb .r-price-cell {
    flex: 1;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
}
.lh-bnq-mb .r-price-cell small {
    display: block;
    font-size: 10px;
    font-weight: 500;
    opacity: .65;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 2px;
}
.lh-bnq-mb .r-price-flat {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    padding: 4px 0;
}

/* Lightbulb tip box (ceremonies) */
.lh-bnq-mb .tip-box {
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 10px;
    padding: 14px;
    margin-top: 18px;
    display: flex;
    gap: 12px;
    align-items: flex-start;
}
.lh-bnq-mb .tip-box i {
    font-size: 20px;
    flex-shrink: 0;
    opacity: .85;
    margin-top: 2px;
}
.lh-bnq-mb .tip-box p {
    font-size: 13px;
    line-height: 1.5;
    opacity: .9;
    margin: 0;
    font-style: italic;
}

/* Lead image carousel (using existing slider images) */
.lh-bnq-mb .lead-carousel {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 18px;
    box-shadow: 0 4px 12px rgba(0,0,0,.4);
    aspect-ratio: 16/9;
    position: relative;
    background: #0E1B33;
}
.lh-bnq-mb .lead-carousel img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity .35s ease;
}
.lh-bnq-mb .lead-carousel img.active { opacity: 1; }

/* Subsection heads */
.lh-bnq-mb .sub-head-c {
    font-size: 16px;
    margin: 18px 0 10px;
}
.lh-bnq-mb .sub-head-r {
    font-size: 22px;
    text-align: center;
    margin: 28px 0 6px;
}
.lh-bnq-mb .sub-head-rp {
    font-size: 18px;
    text-align: center;
    margin: 20px 0 14px;
}
.lh-bnq-mb .qlink-head {
    margin: 24px 0 10px;
    font-size: 18px;
    text-align: center;
}
.lh-bnq-mb .rentals-foot {
    font-size: 11px;
    opacity: .6;
    text-align: center;
    margin-top: 14px;
    font-style: italic;
}

/* Banquet Cost Calculator (inline Livewire wedding-calculator component
   rendered in the mobile Weddings panel). The component's own markup
   uses Bootstrap col-md-6 cards which already collapse to a single
   column below md, so we only need to fix theming (text-white on the
   dark mobile background) and tighten the .opaque-box sections. */
.lh-bnq-mb .mb-calc-anchor {
    scroll-margin-top: 12px;
}
.lh-bnq-mb .mb-calc-wrap {
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 12px;
    padding: 12px;
    margin-bottom: 4px;
}
.lh-bnq-mb .mb-calc-wrap label,
.lh-bnq-mb .mb-calc-wrap small,
.lh-bnq-mb .mb-calc-wrap p,
.lh-bnq-mb .mb-calc-wrap h2,
.lh-bnq-mb .mb-calc-wrap h6 {
    color: #fff;
}
.lh-bnq-mb .mb-calc-wrap .opaque-box {
    background: rgba(144, 221, 255, 0.10);
    border: 1px solid rgba(255,255,255,.12);
}
.lh-bnq-mb .mb-calc-wrap .form-control {
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.25);
    color: #fff;
    font-size: 14px;
}
.lh-bnq-mb .mb-calc-wrap .form-control::placeholder {
    color: rgba(255,255,255,.55);
}
.lh-bnq-mb .mb-calc-wrap select.form-control option {
    color: #000;
}
.lh-bnq-mb .mb-calc-wrap .form-check-input { margin-top: 4px; }
.lh-bnq-mb .mb-calc-wrap .btn.lh-main-blue-btn {
    background: #284b65;
    color: #fff;
    border: 1px solid #fff !important;
    padding: 10px 18px;
    font-family: 'Big Caslon', 'Times New Roman', serif;
    font-weight: 600;
}
.lh-bnq-mb .mb-calc-wrap .header-with-lines {
    color: #fff;
}
.lh-bnq-mb .mb-calc-wrap small.text-white {
    display: block;
    margin-top: 4px;
    opacity: .7;
    font-size: 11px;
}
