:root {
    --bb-black: #080808;
    --bb-red: #f0091d;
    --bb-gold: #c88b3d;
    --bb-ink: #111111;
    --bb-soft: #f4f4f4;
}

.bb-home-page .site-main {
    padding-top: 0;
    background: var(--bb-black);
}

.bb-home-page .site-page-container {
    width: 100%;
    max-width: none;
    padding: 0;
}

.bb-home {
    width: 100%;
    overflow: hidden;
    background: var(--bb-black);
    color: #151515;
}

.bb-home a {
    text-decoration: none;
}

.bb-hero {
    position: relative;
    height: 100vh;
    min-height: 640px;
    max-height: 980px;
    overflow: hidden;
    background: #111;
}

.bb-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(180deg, rgba(0, 0, 0, .08) 0%, rgba(0, 0, 0, .24) 52%, rgba(0, 0, 0, .66) 100%);
    pointer-events: none;
}

.bb-hero .carousel-inner,
.bb-hero .carousel-item {
    height: 100%;
}

.bb-hero-slide {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #111;
    filter: none;
}

.bb-hero-caption {
    position: absolute;
    right: 0;
    bottom: 78px;
    left: 0;
    z-index: 3;
    color: #fff !important;
    opacity: 1 !important;
    filter: none !important;
    mix-blend-mode: normal;
}

.bb-hero-caption,
.bb-hero-caption * {
    color: #fff !important;
    opacity: 1 !important;
    -webkit-text-fill-color: #fff !important;
}

.bb-hero-caption p {
    margin-bottom: 10px;
    color: rgba(255, 255, 255, .76);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.bb-hero-caption h1 {
    max-width: 900px;
    margin: 0;
    font-size: clamp(38px, 6vw, 76px);
    font-weight: 950;
    line-height: 1;
    letter-spacing: 0;
    color: #fff !important;
    opacity: 1 !important;
    -webkit-text-fill-color: #fff;
    text-shadow: none;
}

.bb-hero-caption h1 a {
    color: #fff !important;
    opacity: 1 !important;
    -webkit-text-fill-color: #fff;
    text-decoration: none;
}

.bb-hero-caption h1 a:hover,
.bb-hero-caption h1 a:focus {
    color: #fff !important;
    -webkit-text-fill-color: #fff;
}

.bb-hero .carousel-control-prev,
.bb-hero .carousel-control-next {
    z-index: 4;
    width: 72px;
}

.bb-section-kicker {
    margin-bottom: 12px;
    color: var(--bb-red);
    font-size: 13px;
    font-weight: 950;
    letter-spacing: 0;
    text-transform: uppercase;
}

.bb-rules {
    padding: 92px 0;
    background: var(--bb-soft);
}

.bb-rules-image {
    display: block;
    width: 100%;
}

.bb-rules h2,
.bb-menu h2,
.bb-whisky h2,
.bb-visit h2,
.bb-story h2 {
    font-size: clamp(40px, 6vw, 86px);
    font-weight: 950;
    line-height: .95;
    letter-spacing: 0;
}

.bb-rules h2 {
    color: var(--bb-red);
}

.bb-rule-list {
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.bb-rule-list li {
    padding: 12px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .12);
    font-weight: 750;
}

.bb-menu {
    padding: 102px 0;
    background:
        linear-gradient(rgba(0, 0, 0, .76), rgba(0, 0, 0, .9)),
        url("../img/menu-bg.png") center / cover;
    color: #fff;
}

.bb-section-heading {
    margin-bottom: 48px;
}

.bb-drink-card {
    min-height: 264px;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, .18);
    background: rgba(255, 255, 255, .05);
    transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.bb-drink-card.is-active {
    border-color: rgba(200, 139, 61, .72);
    background: rgba(255, 255, 255, .1);
    transform: translateY(-6px);
}

.bb-drink-card span {
    display: block;
    margin-bottom: 42px;
    color: var(--bb-gold);
    font-size: 12px;
    font-weight: 950;
}

.bb-drink-card h3 {
    min-height: 58px;
    margin: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 900;
}

.bb-drink-card p {
    margin: 16px 0 0;
    color: rgba(255, 255, 255, .68);
    font-size: 14px;
}

.bb-whisky {
    padding: 102px 0;
    background: #fff;
}

.bb-whisky .lead {
    color: #5b5b5b;
    font-size: 18px;
}

.bb-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.bb-tags a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 0 18px;
    border: 1px solid #181818;
    color: #111;
    font-weight: 850;
}

.bb-tags a:hover {
    background: #111;
    color: #fff;
}

.bb-story {
    padding: 98px 0;
    background: #f4f4f4;
}

.bb-story-panel {
    height: 100%;
    min-height: 260px;
    padding: 34px;
    border: 1px solid rgba(0, 0, 0, .1);
    background: #fff;
}

.bb-story-panel h3 {
    margin-bottom: 16px;
    font-weight: 900;
}

.bb-story-panel p {
    margin: 0;
    color: #555;
    line-height: 1.8;
}

.bb-visit {
    padding: 92px 0;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, .86), rgba(0, 0, 0, .42)),
        url("../img/contact-object.png") right center / contain no-repeat,
        #15110e;
    color: #fff;
}

.bb-visit p:not(.bb-section-kicker) {
    max-width: 660px;
    color: rgba(255, 255, 255, .78);
    line-height: 1.8;
}

.bb-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.bb-socials a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, .72);
    color: #fff;
    font-weight: 800;
}

.bb-socials a:hover {
    background: #fff;
    color: #111;
}

@media (max-width: 1023px) {
    .bb-hero {
        height: 100svh;
        min-height: 520px;
        max-height: none;
    }

    .bb-rules,
    .bb-menu,
    .bb-whisky,
    .bb-story,
    .bb-visit {
        padding: 70px 0;
    }

    .bb-hero-caption {
        bottom: 44px;
        padding: 0 28px;
    }

    .bb-rules-art {
        min-height: 400px;
    }
}

@media (max-width: 575.98px) {
    .bb-hero {
        height: 62svh;
        min-height: 430px;
        max-height: 560px;
    }

    .bb-hero-caption h1 {
        font-size: 42px;
    }

    .bb-hero .carousel-control-prev,
    .bb-hero .carousel-control-next {
        width: 48px;
    }

    .bb-drink-card {
        min-height: auto;
    }
}
