/* ============================================================
   W.H. Ales mobile-only styles
   All rules scoped under .wha-mb (and .wha-mb-fab for the sticky button)
   so they can't leak onto the desktop layout.
   ============================================================ */

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

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

/* Hero photo */
.wha-mb-hero .m-hero {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
}
.wha-mb-hero .m-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 38%;
    display: block;
}
.wha-mb-hero .m-hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 30px;
    background: linear-gradient(180deg, rgba(18, 32, 59, 0) 0%, #12203B 100%);
    pointer-events: none;
}
.wha-mb-hero .m-tagwrap {
    text-align: center;
    padding: 10px 20px 16px;
}
.wha-mb-hero .m-tagwrap .accent {
    width: 48px;
    height: 2px;
    background: #E5A82B;
    margin: 0 auto 10px;
    border-radius: 2px;
}
.wha-mb-hero .m-tagwrap .tagline {
    font-size: 13px;
    opacity: 0.85;
    margin: 0 auto;
    max-width: 300px;
    line-height: 1.45;
}

/* Section wrapper */
.wha-mb-section {
    padding: 18px;
}
.wha-mb-section h2 {
    font-size: 22px;
    text-align: center;
    margin: 0 0 12px;
    font-weight: 700;
}

/* Hours & Contact collapsible — matches button style used elsewhere */
.wha-mb .hours-card {
    background: #284b65;
    border: 1px solid #fff;
    border-radius: 10px;
    overflow: hidden;
}
.wha-mb .hours-card .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;
}
.wha-mb .hours-card .toggle > span { display: inline-flex; align-items: center; flex: 1; }
.wha-mb .hours-card .toggle > span i { margin-right: 10px; }
.wha-mb .hours-card .toggle > i:last-child { margin-left: auto; transition: transform .2s; }
.wha-mb .hours-card .body {
    font-size: 13px;
    line-height: 1.6;
    opacity: 0.9;
    padding: 0 16px 14px;
    border-top: 1px solid rgba(255,255,255,.1);
    padding-top: 12px;
}
.wha-mb .hours-card .body .row-line { display: flex; justify-content: space-between; padding: 2px 0; }
.wha-mb .hours-card .phone {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
    padding: 8px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}
.wha-mb .hours-card .phone i { margin-right: 4px; }

/* Today's Special card */
.wha-mb .special-card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    padding: 12px;
    display: flex;
    gap: 12px;
}
.wha-mb .special-card .thumb {
    width: 96px;
    height: 96px;
    object-fit: cover;
    border-radius: 10px;
    background: #888;
    flex-shrink: 0;
}
.wha-mb .special-card .content { flex: 1; min-width: 0; }
.wha-mb .special-card h3 {
    font-size: 16px;
    margin: 0 0 6px;
    color: #fff;
    font-weight: 600;
}
.wha-mb .special-desc {
    font-size: 13px;
    opacity: 0.85;
    line-height: 1.4;
}
.wha-mb .special-desc.collapsed {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.wha-mb .special-desc p { margin: 0; }
.wha-mb .read-more {
    background: none;
    border: none;
    padding: 0;
    color: #ffffff;
    font-size: 12px;
    margin-top: 4px;
    cursor: pointer;
    font-weight: 600;
    text-decoration: underline;
    font-family: inherit;
}

/* Beer list */
.wha-mb .beer-list { display: flex; flex-direction: column; gap: 8px; }
.wha-mb .beer-row {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    padding: 10px 12px;
}
.wha-mb .beer-row .dot {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #E5A82B;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
}
.wha-mb .beer-row .meta { flex: 1; min-width: 0; }
.wha-mb .beer-row .meta .name {
    font-size: 14px;
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
}
.wha-mb .beer-row .meta .style {
    font-size: 12px;
    opacity: 0.7;
}
.wha-mb .beer-row .abv {
    font-size: 12px;
    color: #42bdee;
    white-space: nowrap;
}
.wha-mb .brew-tag {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 2px 6px;
    border-radius: 4px;
}
.wha-mb .tag-soldout { background: rgba(220, 53, 69, 0.7); color: #fff; }
.wha-mb .tag-soon { background: rgba(229, 168, 43, 0.7); color: #fff; }

/* Untappd brew menu "peek" wrapper — height-limited with fade until "View All" */
.wha-mb .brew-peek {
    position: relative;
    height: 550px;
    max-height: 550px;
    overflow: hidden;
    transition: max-height 0.3s ease, height 0.3s ease;
}
.wha-mb .brew-peek.expanded {
    height: auto;
    max-height: 99999px;
}
/* Untappd injects a cross-origin iframe so we can't style its inner content.
   We scroll past the "Draft Selection" header + description by shifting the
   iframe up with a negative margin. Tune the offset if the header height
   changes upstream. */
.wha-mb .brew-peek iframe {
    margin-top: -220px;
    width: 100%;
    border: 0;
    display: block;
}
.wha-mb .brew-peek .brew-fade {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 90px;
    background: linear-gradient(180deg, rgba(18, 32, 59, 0) 0%, #12203B 90%);
    pointer-events: none;
    transition: opacity 0.2s ease;
}
.wha-mb .brew-peek.expanded .brew-fade {
    opacity: 0;
}
.wha-mb .see-all-beers {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #284b65 !important;
    color: #fff !important;
    text-align: center;
    padding: 12px 14px;
    border-radius: 8px !important;
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
    font-family: 'Big Caslon', 'Times New Roman', serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    min-height: 48px;
    cursor: pointer;
    margin-top: 18px;
    -webkit-appearance: none;
    appearance: none;
}

/* Mug Club promo card */
.wha-mb .mug-club {
    background: linear-gradient(135deg, rgba(229, 168, 43, 0.18), rgba(229, 168, 43, 0.05));
    border: 1px solid rgba(229, 168, 43, 0.55);
    border-radius: 14px;
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 14px;
}
.wha-mb .mug-club .mug-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #E5A82B;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 26px;
    flex-shrink: 0;
}
.wha-mb .mug-club h3 {
    font-size: 22px;
    color: #E5A82B;
    margin: 0 0 2px;
    font-weight: 700;
}
.wha-mb .mug-club p {
    font-size: 12.5px;
    opacity: 0.85;
    margin: 0;
    line-height: 1.4;
}
.wha-mb .mug-club-cta {
    display: block;
    margin-top: 10px;
    background: #E5A82B;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-family: 'Big Caslon', 'Times New Roman', serif;
    font-size: 15px;
    padding: 11px 14px;
    border-radius: 8px;
    font-weight: 600;
}
.wha-mb .mug-club-cta:hover { background: #c8911f; color: #fff; }

/* Primary CTAs */
.wha-mb .primary-ctas { display: grid; gap: 10px; }
.wha-mb .lh-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #284b65;
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    padding: 12px 14px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    font-family: 'Big Caslon', 'Times New Roman', serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    min-height: 48px;
}
.wha-mb .lh-btn i { margin-right: 10px; }

/* Event flyer cards */
.wha-mb .event-card {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
    text-decoration: none;
}
.wha-mb .event-card img {
    display: block;
    width: 100%;
    height: auto;
}

/* Secondary 2-col grid */
.wha-mb .secondary {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}
.wha-mb .secondary .lh-btn { font-size: 13px; padding: 10px; min-height: 44px; }

/* Sticky gold "See our beers" FAB */
.wha-mb-fab {
    position: fixed;
    right: 16px;
    bottom: 20px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #E5A82B;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.6);
    border: none;
    text-decoration: none;
    z-index: 50;
    transition: transform 0.15s ease;
}
.wha-mb-fab:hover {
    background: #c8911f;
    color: #fff;
    transform: translateY(-2px);
}

/* Don't show the FAB on lg+ (desktop) — already hidden by parent .d-lg-none,
   but doubling up here ensures it stays gone if styles ever leak. */
@media (min-width: 992px) {
    .wha-mb-fab { display: none !important; }
}
