/* ============================================================
   Havana Dan's (businesses/havana-dans/index) — mobile-only styles.
   All rules scoped under .lh-hd-mb.
   ============================================================ */

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

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

/* Hero photo with logo overlay */
.lh-hd-mb .h-hero {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
}
.lh-hd-mb .h-hero img.bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.lh-hd-mb .h-hero img.logo {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 65%;
    height: 80%;
    object-fit: contain;
    z-index: 2;
    filter: drop-shadow(2px 5px 7px rgba(0,0,0,.75));
}
.lh-hd-mb .h-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;
}

/* Compact header */
.lh-hd-mb .h-header {
    text-align: center;
    padding: 18px 20px 14px;
}
.lh-hd-mb .h-header .tagline {
    font-size: 13px;
    opacity: .9;
    margin: 0 auto;
    max-width: 320px;
    line-height: 1.45;
    font-style: italic;
}

/* Section base */
.lh-hd-mb .h-section { padding: 22px 18px; }
.lh-hd-mb .h-section.alt { background-color: #182A4C; }
.lh-hd-mb .h-section h2 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 14px;
}

/* CTA grid */
.lh-hd-mb .cta-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}
.lh-hd-mb .lh-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #284b65;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 14px 8px;
    border: 1px solid #fff;
    border-radius: 8px;
    font-family: 'Big Caslon', 'Times New Roman', serif;
    font-size: 15px;
    font-weight: 600;
    min-height: 50px;
    line-height: 1.2;
}
.lh-hd-mb .lh-btn i { margin-right: 10px; }

/* Hours card */
.lh-hd-mb .hours-card {
    background: #284b65;
    border: 1px solid #fff;
    border-radius: 10px;
    overflow: hidden;
}
.lh-hd-mb .hours-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-hd-mb .hours-toggle > i:first-child { margin-right: 10px; }
.lh-hd-mb .hours-toggle .chev { margin-left: auto; transition: transform .2s; }
.lh-hd-mb .hours-card.open .hours-toggle .chev { transform: rotate(180deg); }
.lh-hd-mb .hours-body {
    display: none;
    padding: 0 16px 14px;
    border-top: 1px solid rgba(255,255,255,.1);
}
.lh-hd-mb .hours-card.open .hours-body { display: block; padding-top: 12px; }
.lh-hd-mb .hours-body p { margin: 0; }
.lh-hd-mb .row-line { display: flex; justify-content: space-between; padding: 3px 0; font-size: 13px; }
.lh-hd-mb .phone-link {
    display: flex; align-items: center; justify-content: center; gap: 8px;
    background: rgba(255,255,255,.1);
    color: #fff; text-decoration: none;
    padding: 10px;
    border-radius: 8px;
    font-weight: 600;
    margin-top: 10px;
}
.lh-hd-mb .phone-link i { margin-right: 4px; }

/* About body */
.lh-hd-mb .h-body {
    font-size: 14px;
    line-height: 1.6;
    opacity: .9;
}
.lh-hd-mb .h-body.collapsed {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.lh-hd-mb .h-body p { margin: 0 0 12px; }
.lh-hd-mb .h-body p:last-child { margin-bottom: 0; }
.lh-hd-mb .read-more {
    display: block;
    width: 100%;
    background: none;
    border: none;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    margin-top: 10px;
    cursor: pointer;
    padding: 0;
    text-decoration: underline;
    text-align: center;
    letter-spacing: .06em;
    text-transform: uppercase;
    font-family: inherit;
}

/* Daily Special card */
.lh-hd-mb .special-card {
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,.35);
}
.lh-hd-mb .special-card img {
    display: block;
    width: 100%;
    height: auto;
}
.lh-hd-mb .special-card .special-body {
    padding: 12px 14px;
    font-size: 13px;
    line-height: 1.5;
    opacity: .9;
}
.lh-hd-mb .special-card .special-body p { margin: 0 0 8px; }
.lh-hd-mb .special-card .special-body p:last-child { margin-bottom: 0; }

/* Upcoming Events image cards */
.lh-hd-mb .event-card {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
    text-decoration: none;
    color: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,.4);
}
.lh-hd-mb .event-card img {
    display: block;
    width: 100%;
    height: auto;
}

/* Private Speakeasy section */
.lh-hd-mb .speakeasy-hero {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 12px;
    margin-bottom: 18px;
    box-shadow: 0 4px 14px rgba(0,0,0,.45);
}
.lh-hd-mb .speakeasy-sub {
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .2em;
    opacity: .7;
    margin: -8px 0 16px;
}
.lh-hd-mb .speakeasy-intro {
    font-size: 14px;
    line-height: 1.55;
    opacity: .9;
    margin: 0 0 18px;
}
.lh-hd-mb .speakeasy-head {
    font-size: 15px;
    margin: 18px 0 8px;
    text-transform: uppercase;
    letter-spacing: .12em;
}
.lh-hd-mb .speakeasy-list {
    list-style: none;
    padding: 0;
    margin: 0 0 8px;
}
.lh-hd-mb .speakeasy-list li {
    position: relative;
    padding: 7px 0 7px 22px;
    font-size: 13.5px;
    line-height: 1.45;
    border-bottom: 1px solid rgba(255,255,255,.08);
}
.lh-hd-mb .speakeasy-list li:last-child { border-bottom: 0; }
.lh-hd-mb .speakeasy-list li::before {
    content: "\2713";
    position: absolute;
    left: 2px;
    top: 7px;
    font-weight: 700;
    opacity: .8;
}
.lh-hd-mb .speakeasy-availability {
    font-size: 13.5px;
    line-height: 1.55;
    opacity: .9;
    margin: 0 0 8px;
}
.lh-hd-mb .speakeasy-foot {
    font-size: 11px;
    opacity: .55;
    text-align: center;
    margin-top: 14px;
    font-style: italic;
}

[hidden] { display: none !important; }
