/* ══════════════════════════════════════════
   The Guilty Bar — Main Stylesheet
   ══════════════════════════════════════════ */

/* ── Anchor scroll offset (sticky header = ~96px) ─ */
.az-card, .beer-card, .cb-card, .wine-card, .sp-card, .bar-card,
.col-sm-6[id^="rc-"] { scroll-margin-top: 110px; }

/* ── Variables ────────────────────────── */
:root {
    --mafb-dark:   #001e46;
    --mafb-darker: #000d1f;
    --mafb-gold:   #c9a84c;
    --mafb-amber:  #b8860b;
    --mafb-text:   #f2e8d8;
    --mafb-muted:  rgba(242,232,216,.55);
    --mafb-light:  #1e1810;
    --mafb-border: rgba(255,255,255,.15);
}

/* ── Global ───────────────────────────── */
body {
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
    color: var(--mafb-text);
    background: #100d08;
}

/* ── Top Header Bar ───────────────────── */
.mafb-header {
    background: #000;
    color: rgba(255,255,255,.88);
    font-size: 1.15rem;
    font-weight: 600;
    padding: 0;
    border-bottom: 2px solid #c9a84c;
}
.mafb-logo-wrap {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    line-height: 0;
    padding: .75rem 1.5rem;
    text-decoration: none;
}
.mafb-logo-text {
    font-family: 'Jost', sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    letter-spacing: .07em;
    text-transform: uppercase;
    color: var(--mafb-gold);
    white-space: nowrap;
    display: block;
    text-decoration: none;
}
@media (max-width: 767px) { .mafb-logo-text { font-size: 1.15rem; } }
@media (max-width: 400px) { .mafb-logo-text { font-size: 1rem; } }
.mafb-mobile-slogan {
    display: none;
    text-align: center;
    padding: .4rem 1rem .55rem;
    color: var(--mafb-gold);
    font-size: .58rem;
    letter-spacing: .22em;
    font-weight: 600;
    text-transform: uppercase;
}
@media (max-width: 767px) { .mafb-mobile-slogan { display: block; } }

/* Mobile search icon + hamburger in the header bar */
.mafb-search-mobile-btn {
    display: none; margin-left: auto; flex-shrink: 0;
    background: none; border: none; cursor: pointer;
    color: rgba(255,255,255,.85); font-size: 1.35rem;
    padding: .35rem .55rem; transition: color .2s;
}
.mafb-search-mobile-btn:hover { color: #c9a84c; }
.mafb-mobile-toggler {
    display: none; flex-shrink: 0;
    background: none; border: 1px solid rgba(255,255,255,.25);
    color: rgba(255,255,255,.85); border-radius: 6px;
    padding: .38rem .62rem; font-size: 1rem; cursor: pointer;
    transition: border-color .2s, color .2s;
}
.mafb-mobile-toggler:hover { border-color: #c9a84c; color: #c9a84c; }
@media (max-width: 991px) {
    .mafb-search-mobile-btn { display: flex; align-items: center; }
    .mafb-mobile-toggler    { display: flex; align-items: center; }
}
.mafb-header-links {
    display: flex; align-items: center; gap: 1.25rem;
    margin-left: auto; flex-shrink: 0;
}
.mafb-header-links a {
    color: rgba(255,255,255,.82); text-decoration: none;
    font-size: .95rem; font-weight: 600; letter-spacing: .3px;
    white-space: nowrap; transition: color .2s;
}
.mafb-header-links a:hover { color: #c9a84c; }
@media (max-width: 767px) { .mafb-header-links { display: none; } }

.mafb-search-form {
    display: flex; align-items: center; gap: .5rem;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 50px;
    padding: .35rem .9rem;
    flex-shrink: 0;
    transition: border-color .2s, background .2s;
}
.mafb-search-form:focus-within { border-color: #c9a84c; background: rgba(255,255,255,.1); }
.mafb-search-icon { font-size: 1.2rem; line-height: 1; flex-shrink: 0; }
.mafb-search-label {
    color: rgba(255,255,255,.82); font-size: .95rem; font-weight: 600;
    white-space: nowrap; flex-shrink: 0;
}
.mafb-search-input {
    background: none; border: none; outline: none;
    color: rgba(255,255,255,.82); font-size: .95rem; width: 180px;
    min-width: 0; font-weight: 600;
}
.mafb-search-input::placeholder { color: rgba(255,255,255,.45); }
@media (max-width: 991px) { .mafb-search-label, .mafb-search-input { display: none; } .mafb-search-form { padding: .35rem .6rem; } }
@media (max-width: 767px) { .mafb-search-form { display: none; } }

/* ── Global Search Overlay ─────────────── */
#ss-overlay {
    display: none; position: fixed; inset: 0; z-index: 3000;
    background: rgba(0,13,31,.6); backdrop-filter: blur(6px);
    align-items: flex-start; justify-content: center;
    padding: 80px 1rem 2rem;
}
#ss-overlay.open { display: flex; }
.ss-box {
    width: 100%; max-width: 560px;
    background: #0d1e35;
    border: 1px solid rgba(201,168,76,.25);
    border-radius: 16px;
    box-shadow: 0 24px 60px rgba(0,0,0,.7);
    overflow: hidden;
    font-family: 'Jost', sans-serif;
    color: #f2e8d8;
}
.ss-header {
    display: flex; align-items: center; justify-content: space-between;
    padding: 1rem 1.2rem .8rem;
    border-bottom: 1px solid rgba(255,255,255,.08);
}
.ss-title { color: #c9a84c; font-weight: 700; font-size: .9rem; letter-spacing: .08em; text-transform: uppercase; }
.ss-close {
    background: none; border: none;
    color: rgba(242,232,216,.5);
    font-size: 1.4rem; cursor: pointer; line-height: 1;
    padding: 0; transition: color .15s;
}
.ss-close:hover { color: #f2e8d8; }
.ss-input-wrap { position: relative; padding: .9rem 1.2rem; }
.ss-input-wrap i { position: absolute; left: 2.2rem; top: 50%; transform: translateY(-50%); color: rgba(242,232,216,.35); font-size: 1rem; pointer-events: none; }
.ss-input {
    width: 100%; background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.14); border-radius: 10px;
    color: #f2e8d8; padding: .75rem 1rem .75rem 2.8rem;
    font-size: 1rem; font-family: 'Jost', sans-serif; font-weight: 400;
    outline: none; transition: border-color .2s;
}
.ss-input:focus { border-color: #c9a84c; background: rgba(255,255,255,.09); }
.ss-input::placeholder { color: rgba(242,232,216,.3); }
.ss-results { max-height: 52vh; overflow-y: auto; padding: 0 .5rem .8rem; }
.ss-result {
    display: flex; align-items: center; gap: .85rem;
    padding: .75rem .9rem; border-radius: 8px;
    text-decoration: none; transition: background .15s;
    cursor: pointer;
}
.ss-result:hover, .ss-result:active { background: rgba(201,168,76,.12); }
.ss-result-icon { font-size: 1.3rem; flex-shrink: 0; line-height: 1; }
.ss-result-body { display: flex; flex-direction: column; min-width: 0; gap: .1rem; }
.ss-result-title { font-family: 'Jost', sans-serif; font-size: 1rem; font-weight: 600; color: #f2e8d8; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ss-result-desc { font-family: 'Jost', sans-serif; font-size: .82rem; font-weight: 400; color: rgba(242,232,216,.6); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ss-hint { text-align: center; padding: 1.5rem 1rem; color: rgba(242,232,216,.35); font-size: .88rem; font-family: 'Jost', sans-serif; }

/* ── Search Page ───────────────────────── */
.sr-body { background: var(--mafb-dark); min-height: 60vh; padding-bottom: 5rem; }
.sr-container { padding-top: 2rem; padding-bottom: 1rem; }
.sr-filters { display: flex; gap: .5rem; flex-wrap: wrap; margin-bottom: 1.5rem; }
.sr-filter { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.7); padding: .4rem 1.1rem; border-radius: 20px; font-size: .82rem; font-weight: 500; cursor: pointer; transition: all .2s; }
.sr-filter:hover, .sr-filter.active { background: var(--mafb-gold); border-color: var(--mafb-gold); color: #fff; }
.sr-meta { color: rgba(255,255,255,.45); font-size: .85rem; margin-bottom: 1.25rem; font-weight: 500; }
.sr-card { display: flex; align-items: center; gap: 1.1rem; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1); border-radius: 12px; padding: 1.1rem 1.3rem; text-decoration: none; transition: all .2s; min-height: 82px; }
.sr-card:hover { background: rgba(201,168,76,.1); border-color: rgba(201,168,76,.5); transform: translateY(-2px); box-shadow: 0 4px 16px rgba(0,0,0,.3); }
.sr-card-icon { font-size: 2rem; flex-shrink: 0; line-height: 1; }
.sr-card-body { min-width: 0; }
.sr-card-title { font-weight: 700; color: #f2e8d8; font-size: 1rem; display: flex; align-items: center; gap: .5rem; flex-wrap: wrap; margin-bottom: .3rem; line-height: 1.3; }
.sr-card-cat { font-size: .65rem; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; background: rgba(201,168,76,.18); color: var(--mafb-gold); border-radius: 4px; padding: .15rem .5rem; flex-shrink: 0; }
.sr-card-desc { font-size: .85rem; color: rgba(242,232,216,.65); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; line-height: 1.4; }
.sr-empty { text-align: center; padding: 4rem 1rem; color: rgba(255,255,255,.35); }
.sr-empty i { font-size: 2.8rem; margin-bottom: 1rem; display: block; opacity: .4; }
.sr-empty p { margin: 0 0 .5rem; font-size: 1rem; }
@media (max-width: 575px) {
    .sr-filters { gap: .4rem; }
    .sr-filter { font-size: .78rem; padding: .35rem .85rem; }
    .sr-card { padding: .9rem 1rem; gap: .85rem; }
    .sr-card-icon { font-size: 1.6rem; }
    .sr-card-title { font-size: .95rem; }
    .sr-card-desc { font-size: .82rem; }
}

/* ── Nested dropdown submenu ───────────── */
.dropdown-submenu { position: relative; }
.dropdown-submenu-toggle { display: flex; align-items: center; justify-content: space-between; }
.dropdown-submenu-toggle .fa-chevron-right { opacity: .5; font-size: .65rem; }
.dropdown-submenu-menu {
    display: none;
    position: absolute;
    top: 0; left: 100%;
    min-width: 200px;
    margin-left: 2px;
}
/* Desktop: show on hover */
@media (min-width: 992px) {
    .dropdown-submenu:hover > .dropdown-submenu-menu { display: block; }
}
/* Mobile: show on .open class (toggled by JS click) */
@media (max-width: 991px) {
    .dropdown-submenu-menu { position: static; margin-left: 1rem; box-shadow: none; border: none; background: transparent; }
    .dropdown-submenu.open > .dropdown-submenu-menu { display: block; }
}

/* ── Navbar ───────────────────────────── */
.mafb-nav {
    background: #111;
    border-bottom: 1px solid rgba(201,168,76,.25);
}
.mafb-nav .navbar { min-height: 72px; }
@media (max-width: 767px) {
    .mafb-nav { border-bottom: none; }
    .mafb-nav .navbar { min-height: 0; padding-top: 0; padding-bottom: 0; }
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.82);
    font-size: 1rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 1.35rem .85rem;
    transition: color .2s;
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active { color: var(--mafb-gold); }

.navbar-brand {
    color: var(--mafb-gold) !important;
    font-weight: 800;
    font-size: 1.6rem;
    letter-spacing: 1px;
}

/* ── Dropdowns ────────────────────────── */
.dropdown-menu {
    background: var(--mafb-dark);
    border: none;
    border-top: 2px solid var(--mafb-gold);
    border-radius: 0;
    margin-top: 0;
    min-width: 190px;
}
.dropdown-item {
    color: rgba(255,255,255,.78);
    font-size: .85rem;
    padding: .45rem 1.2rem;
    transition: background .15s, color .15s;
}
.dropdown-item:hover { background: var(--mafb-gold); color: #fff; }

/* ── Section Headers ──────────────────── */
.section-hdr {
    font-family: 'Jost', sans-serif;
    color: var(--mafb-gold);
    font-weight: 300;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-size: 1.4rem;
    position: relative;
    padding-bottom: .85rem;
}
.section-hdr::after {
    content: '';
    position: absolute;
    bottom: 0; left: 50%;
    transform: translateX(-50%);
    width: 55px; height: 3px;
    background: var(--mafb-gold);
}

/* ── Top Rank Badge ───────────────────── */
.top-rank {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--mafb-dark);
    color: var(--mafb-gold);
    font-weight: 800;
    font-size: .95rem;
    width: 34px; height: 34px;
    border-radius: 50%;
    margin: .5rem 0;
    flex-shrink: 0;
}

/* ── Card Overrides ───────────────────── */
.card-override {
    border: none;
    background: #1e1810;
    color: #f2e8d8;
    box-shadow: 0 2px 14px rgba(0,0,0,.35);
    transition: transform .2s, box-shadow .2s;
    border-radius: .4rem;
    overflow: hidden;
}
.card-override:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,30,70,.2);
}
.card-clr { color: #f2e8d8; font-weight: 600; font-size: .95rem; }
.goog-font { font-size: 1rem; font-weight: 700; color: #f2e8d8; margin-top: .3rem; }
.goog-font-small { font-size: .82rem; color: var(--mafb-muted); }
.text-link { text-decoration: none; color: #f2e8d8; display: block; }
.text-link:hover { color: var(--mafb-gold); }

/* ── Cocktail Carousel ────────────────── */
.cocktail-carousel-wrap { background: var(--mafb-light); padding: 2.5rem 0 3rem; }
#recipeCarousel .card { max-width: 360px; margin: 0 auto; }
#recipeCarousel .card-img-top { height: 280px; object-fit: cover; }
.carousel-control-prev, .carousel-control-next { width: 6%; }
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: var(--mafb-dark);
    border-radius: 50%;
    padding: 1.1rem;
    background-size: 50%;
}

/* ── About Us ─────────────────────────── */
.about-section {
    border-left: 5px solid var(--mafb-gold);
    padding: 2rem 2.5rem;
    background: #1e1810;
    border-radius: 0 .4rem .4rem 0;
    box-shadow: 0 2px 12px rgba(0,0,0,.3);
    line-height: 1.85;
    color: #f2e8d8;
}
.about-section p:last-child { margin-bottom: 0; }

/* ── Top Bars ─────────────────────────── */
.top-bar-section { background: var(--mafb-light); }

/* ── Continent tabs ───────────────────── */
#continentTabs .nav-link {
    color: rgba(242,232,216,.7);
    font-weight: 600;
    border-radius: 0;
    border-bottom: 3px solid transparent;
    background: transparent;
    transition: color .2s, border-color .2s;
}
#continentTabs .nav-link:hover  { color: var(--mafb-gold); }
#continentTabs .nav-link.active { color: var(--mafb-gold); border-bottom-color: var(--mafb-gold); background: transparent; }

.bar-city-hdr {
    font-size: .78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .07em;
    color: var(--mafb-gold);
    text-align: center;
    border-bottom: 2px solid var(--mafb-gold);
    padding-bottom: .4rem;
    margin: 2.5rem 0 .75rem;
}

/* ── Centre-align bar card rows & content ── */
.tab-pane .row { justify-content: center; }
.tab-pane .card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* ── Google Maps link in bar cards ──────── */
.map-link {
    color: var(--mafb-muted);
    text-decoration: none;
    font-size: .82rem;
    display: inline-flex;
    align-items: center;
    gap: .25rem;
    transition: color .2s;
}
.map-link:hover { color: var(--mafb-gold); text-decoration: underline; }
.map-link i { color: var(--mafb-gold); }

/* ── Cocktail 2025 badge ──────────────── */
.badge-2025 {
    display: inline-block;
    font-size: .58rem;
    font-weight: 700;
    background: var(--mafb-gold);
    color: #fff;
    border-radius: 3px;
    padding: .1rem .3rem;
    vertical-align: middle;
    margin-left: .35rem;
    letter-spacing: .03em;
}

/* ── Craft Beer Teaser (home) ─────────── */
.craft-beer-section {
    background: #1e1810;
    color: white;
    padding: 4rem 0;
}
.craft-beer-section .section-hdr { color: var(--mafb-gold); }
.craft-beer-section .section-hdr::after { background: rgba(201,168,76,.4); }
.beer-style-card {
    background: rgba(255,255,255,.06);
    border-left: 4px solid var(--mafb-gold);
    padding: 1.4rem;
    border-radius: .25rem;
    height: 100%;
    color: rgba(255,255,255,.88);
    transition: background .2s;
}
.beer-style-card:hover { background: rgba(255,255,255,.1); }
.beer-icon { font-size: 2rem; color: var(--mafb-gold); margin-bottom: .6rem; }
.beer-style-card h6 { color: var(--mafb-gold); font-weight: 700; font-size: .95rem; margin: .5rem 0 .4rem; }
.beer-style-card p { font-size: .85rem; color: rgba(255,255,255,.65); margin: 0; }

/* ── Blog Teaser (home) ───────────────── */
.blog-teaser-section { background: #100d08; padding: 4rem 0; }
.blog-card img { height: 200px; object-fit: cover; }
.blog-card .badge-cat {
    background: rgba(201,168,76,.15);
    color: var(--mafb-gold);
    font-size: .72rem;
    letter-spacing: .5px;
    padding: .3rem .7rem;
    border-radius: .2rem;
}
.blog-card .card-title a {
    color: #f2e8d8;
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
}
.blog-card .card-title a:hover { color: var(--mafb-gold); }
.blog-card .author-line { font-size: .8rem; color: var(--mafb-muted); }
.blog-card .card-override { border-top: 3px solid var(--mafb-gold); }

/* ── Page Hero (sub-pages) ────────────── */
.page-hero {
    background: radial-gradient(ellipse 70% 100% at 50% 100%, rgba(201,168,76,.16) 0%, transparent 70%), linear-gradient(160deg, #100d08 0%, #080604 100%);
    border-bottom: 1px solid rgba(201,168,76,.25);
    padding: 1.6rem 0 1.2rem;
    color: white;
    text-align: center;
}
.page-hero h1 {
    font-family: 'Jost', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: 2.2rem;
    color: var(--mafb-gold);
    margin-bottom: .3rem;
}
.page-hero .lead { color: rgba(242,232,216,.65); font-size: .92rem; max-width: 600px; margin: 0 auto; }

/* ── Blog Page ────────────────────────── */
.category-pill {
    display: inline-block;
    padding: .35rem .9rem;
    border: 1px solid var(--mafb-gold);
    color: var(--mafb-gold);
    border-radius: 2rem;
    font-size: .8rem;
    text-decoration: none;
    margin: .2rem;
    transition: all .2s;
}
.category-pill:hover, .category-pill.active { background: var(--mafb-gold); color: white; }
.blog-list-card img { height: 220px; object-fit: cover; }
.blog-list-card { border-top: 3px solid var(--mafb-gold) !important; }
.blog-list-card .card-title { font-size: .95rem; }
.write-review-section {
    background: var(--mafb-light);
    border: 1px solid rgba(201,168,76,.2);
    border-radius: .5rem;
    padding: 2rem;
}
.star-rating { color: var(--mafb-gold); font-size: 1.1rem; }

/* ── Craft Beer Page ──────────────────── */
.beer-style-full {
    background: #1e1810;
    border-radius: .4rem;
    padding: 1.5rem;
    box-shadow: 0 2px 12px rgba(0,30,70,.08);
    height: 100%;
    border-top: 4px solid var(--mafb-gold);
}
.beer-style-full h5 { color: #f2e8d8; font-weight: 700; }
.abv-badge {
    background: rgba(201,168,76,.15);
    color: var(--mafb-gold);
    font-size: .72rem;
    padding: .2rem .55rem;
    border-radius: 2rem;
    font-weight: 600;
}
.brewery-card {
    background: #1e1810;
    border-radius: .4rem;
    padding: 1.5rem;
    box-shadow: 0 2px 10px rgba(0,30,70,.07);
    border-left: 4px solid var(--mafb-gold);
    height: 100%;
}
.brewery-card h6 { color: #f2e8d8; font-weight: 700; }

/* ── Spirits / Recipes / Beer-Wine Pages ─ */
.hub-card {
    background: #1e1810;
    border-radius: .4rem;
    padding: 2rem 1.5rem;
    box-shadow: 0 2px 12px rgba(0,30,70,.08);
    text-align: center;
    height: 100%;
    transition: transform .2s, box-shadow .2s;
    border-bottom: 3px solid transparent;
}
.hub-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0,30,70,.14);
    border-bottom-color: var(--mafb-gold);
}
.hub-card i { font-size: 2.5rem; color: var(--mafb-gold); margin-bottom: 1rem; }
.hub-card h5 { color: #f2e8d8; font-weight: 700; }
.hub-card p { font-size: .88rem; color: var(--mafb-muted); margin: 0; }
.hub-card a { text-decoration: none; color: inherit; }

/* ── Legal Pages (Terms & Privacy) ───── */
[data-page="terms"] h4,
[data-page="privacy"] h4 {
    color: var(--mafb-gold);
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: .75rem;
}
[data-page="terms"] p,
[data-page="terms"] li,
[data-page="privacy"] p,
[data-page="privacy"] li {
    color: var(--mafb-text);
    line-height: 1.9;
    font-size: .97rem;
}
[data-page="terms"] ul,
[data-page="privacy"] ul {
    padding-left: 1.4rem;
}
[data-page="terms"] a,
[data-page="privacy"] a {
    color: var(--mafb-gold);
    text-decoration: none;
}
[data-page="terms"] a:hover,
[data-page="privacy"] a:hover {
    color: #e0bc5a;
    text-decoration: underline;
}
.legal-warning {
    background: rgba(201,168,76,.08);
    border: 1px solid rgba(201,168,76,.3);
    border-left: 4px solid var(--mafb-gold);
    border-radius: 0 .5rem .5rem 0;
    padding: 1.25rem 1.5rem;
    margin: 1.5rem 0;
    color: var(--mafb-text);
    font-size: .97rem;
    line-height: 1.85;
}
.legal-warning strong { color: var(--mafb-gold); }

/* ── Contact Page ─────────────────────── */
.contact-card {
    background: #1e1810;
    border-radius: .4rem;
    padding: 2rem;
    box-shadow: 0 2px 12px rgba(0,0,0,.3);
    color: #f2e8d8;
}
.contact-info-link {
    color: var(--mafb-gold);
    font-size: 1.05rem;
    font-weight: 600;
    text-decoration: none;
}
.contact-info-link:hover { color: #e0bc5a; text-decoration: underline; }

/* ── Footer ───────────────────────────── */
.footer.site {
    background: #0d0b07;
    color: rgba(255,255,255,.75);
    padding: 3rem 0 1.5rem;
}
.footer.site h3 {
    color: white;
    font-size: 1.2rem;
    font-weight: 700;
    padding-bottom: .75rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid rgba(255,255,255,.15) !important;
}
.footer.site .pnav {
    color: var(--mafb-gold) !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: .75rem;
    font-weight: 700;
}
.footer.site ul { list-style: none; padding: 0; margin: 0; }
.footer.site ul li a {
    color: rgba(255,255,255,.6);
    text-decoration: none;
    font-size: .85rem;
    line-height: 2;
}
.footer.site ul li a:hover { color: var(--mafb-gold); }
.columned { column-count: 6; column-gap: 1.5rem; }

/* ── Responsive ───────────────────────── */
@media (max-width: 991.98px) {
    .columned { column-count: 3; }
    .mafb-nav .dropdown-menu { border-top: none; background: rgba(0,13,31,.9); }
}
@media (max-width: 575.98px) {
    .columned { column-count: 2; }
    .section-hdr { font-size: 1.15rem; }
    .page-hero { padding: 1.2rem 0 1rem; }
    .page-hero h1 { font-size: 1.7rem; }
}

/* ═══════════════════════════════════════════════════
   Featured Bar + Cocktail Carousel Split
   ═══════════════════════════════════════════════════ */
.ctail-banner {
    background: linear-gradient(180deg, #100d08 0%, #16110a 100%);
    border-bottom: 1px solid rgba(201,168,76,.15);
    padding: 2.5rem 0 2rem;
}

/* Two-column split: Featured Bar (left) + Carousel (right) */
.ctail-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
    align-items: stretch;
}
.ctail-col { min-width: 0; display: flex; flex-direction: column; justify-content: space-between; }

/* ── Featured Bar of the Month ── */
.featm-col { min-width: 0; display: flex; flex-direction: column; }

.featm-eyebrow {
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .14em;
    color: var(--mafb-gold);
    font-size: .78rem;
    margin-bottom: 1.1rem;
    display: flex;
    align-items: center;
    gap: .35rem;
}

.featm-card {
    flex: 1;
    background: #1c1610;
    border: 1px solid rgba(201,168,76,.22);
    border-radius: 18px;
    overflow: hidden;
    transition: border-color .25s;
    display: flex;
    flex-direction: column;
}
.featm-card:hover { border-color: rgba(201,168,76,.5); }

.featm-body-top { padding: 1.2rem 1.5rem; border-bottom: 1px solid rgba(201,168,76,.14); }

/* ── Live inline generator: input up top, scrollable output fills the rest ── */
.featm-live-card { min-height: 0; }
.featm-live-wrap {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
    padding: 1.3rem 1.5rem 1.5rem;
    background: radial-gradient(ellipse 80% 50% at 50% 0%, rgba(201,168,76,.1) 0%, transparent 70%),
                linear-gradient(160deg, #1e1810 0%, #100d08 100%);
}
.featm-quick-form {
    display: flex;
    gap: .6rem;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(201,168,76,.35);
    border-radius: 14px;
    padding: .5rem .5rem .5rem 1.2rem;
    flex-shrink: 0;
}
.featm-quick-input {
    flex: 1;
    min-width: 0;
    background: transparent;
    border: none;
    color: #f2e8d8;
    font-size: 1.05rem;
    outline: none;
    padding: .6rem 0;
}
.featm-quick-input::placeholder { color: rgba(242,232,216,.35); }
.featm-quick-btn {
    flex-shrink: 0;
    width: 44px; height: 44px;
    border-radius: 10px;
    border: none;
    background: var(--mafb-gold);
    color: #1e1810;
    font-size: 1.05rem;
    display: flex; align-items: center; justify-content: center;
    cursor: pointer;
    transition: transform .15s;
}
.featm-quick-btn:hover { transform: scale(1.06); }
.featm-quick-btn:disabled { opacity: .6; cursor: not-allowed; transform: none; }
.featm-quick-hint { margin: .7rem 0 0; font-size: .75rem; color: rgba(242,232,216,.4); flex-shrink: 0; }
.featm-quick-hint a { color: rgba(201,168,76,.75); text-decoration: underline; }
.featm-clear-btn {
    background: none;
    border: none;
    padding: 0;
    color: rgba(242,232,216,.4);
    font-size: .75rem;
    text-decoration: underline;
    cursor: pointer;
}
.featm-clear-btn:hover { color: rgba(242,232,216,.75); }

.featm-disclaimer-short {
    text-transform: none;
    letter-spacing: normal;
    font-weight: 400;
    font-size: 1.15em;
}

.featm-output {
    flex: 1;
    min-height: 0;
    max-height: 280px;
    overflow-y: auto;
    margin-top: 1.1rem;
    padding-right: .3rem;
}
.featm-output::-webkit-scrollbar { width: 6px; }
.featm-output::-webkit-scrollbar-track { background: transparent; }
.featm-output::-webkit-scrollbar-thumb { background: rgba(201,168,76,.25); border-radius: 3px; }

.featm-output-empty {
    color: rgba(242,232,216,.35);
    font-size: .85rem;
    text-align: center;
    padding-top: 2rem;
}
.featm-output-status { color: rgba(242,232,216,.6); font-size: .85rem; text-align: center; padding: .9rem 0; margin: 0; }

@keyframes shaker-shake {
    0%, 100% { transform: rotate(0deg); }
    20%      { transform: rotate(-18deg); }
    40%      { transform: rotate(14deg); }
    60%      { transform: rotate(-10deg); }
    80%      { transform: rotate(6deg); }
}
.shaker-icon {
    display: inline-block;
    vertical-align: -.15em;
    transform-origin: 50% 85%;
    animation: shaker-shake .6s ease-in-out infinite;
}
.featm-output-error { color: #f87171; }

.featm-out-card {
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(201,168,76,.2);
    border-radius: 12px;
    padding: 1rem 1.1rem;
    margin-bottom: .9rem;
    animation: featm-fade-in .35s ease;
}
.featm-out-card:last-child { margin-bottom: 0; }
@keyframes featm-fade-in { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }
.featm-out-badges { display: flex; gap: .4rem; flex-wrap: wrap; margin-bottom: .6rem; }
.featm-out-badge {
    font-size: .65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .4px;
    background: rgba(201,168,76,.15);
    color: var(--mafb-gold);
    border-radius: 4px;
    padding: .2rem .5rem;
}
.featm-out-name {
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    color: var(--mafb-gold);
    font-size: 1.05rem;
    margin-bottom: .25rem;
}
.featm-out-tagline { color: rgba(242,232,216,.6); font-size: .8rem; font-style: italic; margin-bottom: .7rem; }
.featm-out-list { list-style: none; padding: 0; margin: 0 0 .7rem; font-size: .8rem; color: rgba(242,232,216,.85); }
.featm-out-list li { padding: .3rem 0; border-bottom: 1px solid rgba(255,255,255,.06); }
.featm-out-list li:last-child { border-bottom: none; }
.featm-out-amt { color: var(--mafb-gold); font-weight: 600; display: inline-block; min-width: 78px; }
.featm-out-steps { padding-left: 1.1rem; margin: 0; font-size: .8rem; color: rgba(242,232,216,.85); line-height: 1.6; }
.featm-out-why { margin: .7rem 0 0; font-size: .78rem; color: rgba(242,232,216,.55); font-style: italic; }

.featm-location {
    color: rgba(201,168,76,.7);
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: .5rem;
}

.ctail-header { text-align: center; margin-bottom: 1.8rem; }
.ctail-header h2 { font-family: 'Jost', sans-serif; font-weight: 300; text-transform: uppercase; letter-spacing: .12em; color: var(--mafb-gold); font-size: 2.2rem; margin-bottom: .4rem; }
.ctail-header p  { color: rgba(242,232,216,.55); font-size: 1.05rem; margin: 0; }

/* Stage: bordered frame around window + dots — matches .featm-card's
   border/radius/background so both sides of the split are visually one
   consistent box, dots included, rather than the card floating loose
   with dot indicators sitting outside the border underneath. Column
   direction stacks the sliding window above the dots row. */
.ctail-stage {
    display: flex;
    flex-direction: column;
    flex: 1;
    background: #1e1810;
    border: 1px solid rgba(201,168,76,.22);
    border-radius: 18px;
    overflow: hidden;
}
/* position:relative here (not .ctail-stage) so the overlaid arrows stay
   centered on the image itself, unaffected by the dots row below it. */
.ctail-window { flex: 1; overflow: hidden; display: flex; position: relative; }
.ctail-track  {
    display: flex;
    gap: 1rem;
    transition: transform .4s cubic-bezier(.4,0,.2,1);
    will-change: transform;
}

/* Arrow buttons — overlaid on the image, inside the frame */
.ctail-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    flex-shrink: 0;
    width: 42px; height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(201,168,76,.4);
    background: rgba(16,13,8,.55);
    backdrop-filter: blur(2px);
    color: var(--mafb-gold);
    font-size: .9rem;
    display: flex; align-items: center; justify-content: center;
    cursor: pointer;
    transition: background .2s, border-color .2s;
}
.ctail-prev { left: 12px; }
.ctail-next { right: 12px; }
.ctail-arrow:hover  { background: rgba(201,168,76,.35); border-color: var(--mafb-gold); }
.ctail-arrow:disabled { opacity: .3; cursor: default; }

/* Individual card — fills the frame edge to edge, so the frame's own
   border/radius/background (above) is the only visible boundary. */
.ctail-card {
    /* Width is set in px by home.js (see sizeCards()), not a CSS percentage:
       .ctail-track has no definite width of its own (it's meant to hold all
       cards in a row and slide via transform), so a percentage flex-basis
       here resolves circularly/unstably against the track's own
       content-driven size rather than the visible .ctail-window — that
       mismatch was the root cause of both the oversized cards and the
       sliver-of-next-image seam on rotation. */
    flex: 0 0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.ctail-img-wrap { position: relative; }
.ctail-img-wrap img {
    width: 100%; height: 340px;
    object-fit: cover; display: block;
}
.ctail-rank {
    position: absolute; top: 10px; left: 10px;
    background: var(--mafb-gold);
    color: #100d08;
    font-size: .72rem; font-weight: 800;
    padding: .2rem .55rem;
    border-radius: 50px;
    letter-spacing: .03em;
}

.ctail-body { padding: 1rem; flex: 1; }
.ctail-body h5 { color: #f2e8d8; font-size: .95rem; font-weight: 700; margin-bottom: .4rem; }
.ctail-ing { color: rgba(242,232,216,.5); font-size: .78rem; margin-bottom: .75rem; }

/* Recipe button */
.ctail-recipe-btn {
    background: transparent;
    border: 1px solid rgba(201,168,76,.4);
    color: var(--mafb-gold);
    font-size: .78rem; font-weight: 600;
    padding: .3rem .85rem;
    border-radius: 50px;
    cursor: pointer;
    transition: background .2s;
    margin-bottom: 0;
}
.ctail-recipe-btn:hover { background: rgba(201,168,76,.15); }
.ctail-recipe-btn.open  { background: rgba(201,168,76,.15); }

/* Inline recipe panel */
.ctail-recipe-panel {
    display: none;
    margin-top: .85rem;
    padding: .85rem;
    background: rgba(255,255,255,.04);
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,.07);
    color: rgba(242,232,216,.8);
    font-size: .8rem;
    line-height: 1.65;
}
.ctail-recipe-panel.open { display: block; }
.ctail-recipe-panel strong { color: var(--mafb-gold); }

/* Dot indicators */
.ctail-dots {
    display: flex; justify-content: center; gap: .5rem;
    padding: .9rem 0 1rem;
}
.ctail-dot {
    width: 8px; height: 8px;
    border-radius: 50%;
    background: rgba(255,255,255,.2);
    cursor: pointer;
    transition: background .2s, transform .2s;
    border: none;
    padding: 0;
}
.ctail-dot.active { background: var(--mafb-gold); transform: scale(1.3); }

/* Responsive — carousel cards (always 1-up, see .ctail-card comment above) */
@media (max-width: 575px) {
    .ctail-img-wrap img { height: 200px; }
}

/* Responsive — split layout */
@media (max-width: 991px) {
    .ctail-split { grid-template-columns: 1fr; gap: 2rem; }
    .featm-live-wrap { min-height: 320px; }
}
@media (max-width: 575px) {
    .featm-quick-input { font-size: .95rem; }
}

/* ── Shared recipe page components (MT, IC, and recipe pages) ──────────── */
.section-label {
    font-size: .7rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .14em;
    color: rgba(201,168,76,.7);
    margin-bottom: .85rem;
}
.origin-card {
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 12px;
    padding: 1.1rem 1.3rem;
}
.origin-card .label {
    font-size: .68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: rgba(242,232,216,.3);
    margin-bottom: .12rem;
    margin-top: .6rem;
}
.origin-card .label:first-child { margin-top: 0; }
.origin-card .value {
    font-size: .84rem;
    color: rgba(242,232,216,.72);
    margin-bottom: .1rem;
}
.tips-card {
    background: rgba(201,168,76,.05);
    border: 1px solid rgba(201,168,76,.15);
    border-radius: 12px;
    padding: 1.25rem;
}
.related-link {
    display: flex;
    align-items: center;
    gap: .75rem;
    padding: .7rem 1rem;
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 10px;
    text-decoration: none;
    transition: border-color .2s, background .2s;
}
.related-link:hover { border-color: rgba(201,168,76,.3); background: rgba(201,168,76,.04); }
.related-link-icon { font-size: 1.3rem; line-height: 1; flex-shrink: 0; }
.related-link-text { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: .1rem; }
.related-link-title { font-size: .85rem; font-weight: 600; color: #f2e8d8; }
.related-link-sub { font-size: .75rem; color: rgba(242,232,216,.45); }
.related-link .fa-arrow-right { color: rgba(201,168,76,.5); font-size: .75rem; flex-shrink: 0; }

/* ── Shared gold/ghost buttons (AI Mixologist, homepage promo, etc.) ── */
.btn-gold {
    background: linear-gradient(135deg, var(--mafb-gold), #e8b84b);
    color: #1e1810; font-weight: 700; font-size: .95rem;
    padding: .9rem 2.3rem; border-radius: 50px; text-decoration: none; border: none;
    display: inline-flex; align-items: center; gap: .5rem;
    transition: all .22s; box-shadow: 0 4px 20px rgba(201,168,76,.25);
}
.btn-gold:hover { transform: translateY(-3px); box-shadow: 0 8px 28px rgba(201,168,76,.35); color: #1e1810; }
.btn-ghost {
    background: transparent; color: var(--mafb-text);
    border: 1.5px solid rgba(255,255,255,.18); font-weight: 600; font-size: .95rem;
    padding: .9rem 2.3rem; border-radius: 50px; text-decoration: none;
    display: inline-flex; align-items: center; gap: .5rem; transition: all .22s;
}
.btn-ghost:hover { border-color: rgba(255,255,255,.45); transform: translateY(-3px); color: var(--mafb-text); }

/* ── AI Cocktail Mixologist homepage promo banner ── */
.aim-promo-banner {
    background: radial-gradient(ellipse 60% 140% at 90% 50%, rgba(201,168,76,.12) 0%, transparent 70%), #0c0a06;
    border-top: 1px solid rgba(201,168,76,.18);
    border-bottom: 1px solid rgba(201,168,76,.18);
    padding: 2rem 0;
}
.aim-promo-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    flex-wrap: wrap;
}
.aim-promo-eyebrow {
    display: inline-block;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--mafb-gold);
    margin-bottom: .4rem;
}
.aim-promo-text h2 { font-family: 'Jost', sans-serif; font-size: 1.7rem; font-weight: 300; text-transform: uppercase; letter-spacing: .06em; color: var(--mafb-gold); margin: 0 0 .3rem; }
.aim-promo-text p { font-size: .9rem; color: rgba(242,232,216,.6); margin: 0; max-width: 480px; }
.aim-promo-btn { white-space: nowrap; }
@media (max-width: 576px) {
    .aim-promo-inner { flex-direction: column; align-items: flex-start; }
    .aim-promo-text h2 { font-size: 1.2rem; }
}

/* ── Scroll-to-top button (was completely unstyled — floated at the very
   bottom of the page in normal document flow instead of as a fixed,
   floating button) ── */
.scroll-top-btn {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--mafb-gold);
    color: #12100c;
    border: none;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity .25s ease, transform .25s ease, visibility .25s;
    z-index: 999;
    box-shadow: 0 4px 14px rgba(0,0,0,.35);
}
.scroll-top-btn.visible { opacity: 1; visibility: visible; transform: translateY(0); }
.scroll-top-btn:hover { background: #d4aa44; }
