/**
 * BladeHub Dark Theme Override
 * Transforms BarberCrop into BladeHub premium dark aesthetic
 * Colors: #0a0a0a (bg), #C8A96E (gold accent), #fff/#888 (text)
 * Fonts: Playfair Display (headlines), Montserrat (body)
 */

/* ========================================
   1. GLOBAL OVERRIDES
   ======================================== */

/* --- CUSTOM CURSOR --- */
.bh-cursor {
    position: fixed;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #C8A96E;
    pointer-events: none;
    z-index: 999999;
    transform: translate(-50%, -50%);
    transition: width 0.2s, height 0.2s, background 0.2s, opacity 0.2s;
    opacity: 0;
    will-change: left, top;
}
.bh-cursor--visible { opacity: 1; }
.bh-cursor-ring {
    position: fixed;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1.5px solid rgba(200,169,110,.5);
    pointer-events: none;
    z-index: 999998;
    transform: translate(-50%, -50%);
    transition: width 0.3s, height 0.3s, border-color 0.3s, opacity 0.3s;
    opacity: 0;
    will-change: left, top;
}
.bh-cursor-ring--visible { opacity: 1; }
.bh-cursor--hover {
    width: 6px;
    height: 6px;
    background: #C8A96E;
}
.bh-cursor-ring--hover {
    width: 55px;
    height: 55px;
    border-color: rgba(200,169,110,.7);
}
.bh-cursor-ring--click {
    width: 30px;
    height: 30px;
    border-color: #C8A96E;
}
/* Hide custom cursor on touch / mobile */
@media (hover: none), (max-width: 991px) {
    .bh-cursor, .bh-cursor-ring { display: none !important; }
}
/* Hide default cursor on desktop */
@media (hover: hover) and (min-width: 992px) {
    *, body, a, button, input, textarea, select, img, div, span, svg, path, li, ul, section, header, footer, nav { cursor: none !important; }
}

body {
    background: #0a0a0a !important;
    color: #999 !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.02em;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif !important;
    font-weight: 700 !important;
    text-transform: none !important;
    color: #fff !important;
    letter-spacing: 0.01em;
}

/* Keep uppercase only for small labels/subtitles */
.section_header-subtitle,
.header_nav-list_item,
.theme-element,
.link--underline {
    text-transform: uppercase !important;
    letter-spacing: 4px !important;
}

.text {
    font-family: 'Montserrat', sans-serif !important;
    color: #888 !important;
    font-weight: 400 !important;
}

/* ========================================
   2. ACCENT COLOR: Gold #C8A96E
   ======================================== */

.highlight {
    color: #C8A96E !important;
}

.brand-logo_icon {
    color: #C8A96E !important;
}

.brand-logo_name {
    font-family: 'Playfair Display', serif !important;
    font-weight: 700 !important;
    font-size: 26px !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
    color: #fff !important;
}

/* Theme buttons → gold */
.theme-element {
    background: #C8A96E !important;
    border-color: #C8A96E !important;
    color: #0a0a0a !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: 3px !important;
    font-size: 12px !important;
    padding: 14px 30px !important;
    transition: all 0.4s ease !important;
}

.theme-element:hover,
.theme-element:focus {
    background: transparent !important;
    color: #C8A96E !important;
    border-color: #C8A96E !important;
}

.theme-element.btn--revert {
    background: transparent !important;
    color: #C8A96E !important;
}

.theme-element.btn--revert:hover,
.theme-element.btn--revert:focus,
.theme-element.btn--revert.current {
    background: #C8A96E !important;
    color: #0a0a0a !important;
}

/* Underline links → gold */
.link--underline {
    color: #C8A96E !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    font-size: 12px !important;
}

.link--underline:after {
    background: #C8A96E !important;
}

/* Progress bar → gold */
.hero_slider-pagination {
    z-index: 2 !important;
}
.hero_slider-pagination .swiper-pagination-progressbar-fill {
    background: #C8A96E !important;
}

/* ========================================
   3. HEADER
   ======================================== */

.header {
    background: rgba(10, 10, 10, 0.95) !important;
    padding: 20px 0 !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(200, 169, 110, 0.1);
}

.header_nav-list_item {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500 !important;
    font-size: 11px !important;
    letter-spacing: 3px !important;
    color: #ccc !important;
}

.header_nav-list_item a {
    color: #ccc !important;
    transition: color 0.3s ease !important;
}

.header_nav-list_item a:hover {
    color: #C8A96E !important;
}

/* Active nav indicator → gold */
.header_nav-list .dropdown-toggle.active:before,
.header_nav-list .dropdown-toggle:hover:before,
.header_nav-list .nav-item.active:before,
.header_nav-list .nav-item:hover:before {
    background: #C8A96E !important;
}

.header_nav-list .dropdown-toggle.active,
.header_nav-list .nav-item.active {
    background: transparent !important;
}

/* Dropdown menu */
.header_nav-list .dropdown-menu .nav-item {
    background: #111 !important;
}

.header_nav-list .dropdown-menu .nav-item:hover,
.header_nav-list .dropdown-menu .nav-item.active {
    background: rgba(200, 169, 110, 0.15) !important;
}

/* Mobile hamburger */
.header_trigger .line {
    background: #C8A96E !important;
}

.header_trigger.active .line {
    background: #C8A96E !important;
}

/* Header Cart icon */
.header_cart {
    color: inherit;
    font-size: 20px;
    display: none;
    order: 3;
    margin-left: 20px;
    transition: color 0.3s ease;
}
.header_cart:hover { color: #C8A96E; }
@media screen and (min-width: 991.98px) {
    .header_cart { display: flex; align-items: center; }
}

/* Header CTA button */
.header_btn {
    background: transparent !important;
    border: 1px solid #C8A96E !important;
    color: #C8A96E !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    font-size: 11px !important;
    letter-spacing: 3px !important;
    padding: 10px 24px !important;
}

.header_btn:hover {
    background: #C8A96E !important;
    color: #0a0a0a !important;
}

/* ========================================
   SIDE PANEL
   ======================================== */
.bh-sidepanel-toggle {
    background: none;
    border: 1px solid rgba(255,255,255,.2);
    color: inherit;
    cursor: pointer;
    width: 40px;
    height: 40px;
    padding: 0;
    display: none;
    align-items: center;
    justify-content: center;
    order: 4;
    margin-left: 15px;
    transition: border-color 0.3s, color 0.3s;
}
.bh-sidepanel-toggle:hover {
    border-color: #C8A96E;
    color: #C8A96E;
}
@media screen and (min-width: 991.98px) {
    .bh-sidepanel-toggle { display: flex; }
}

.bh-sidepanel-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s, visibility 0.4s;
}
.bh-sidepanel-overlay--open {
    opacity: 1;
    visibility: visible;
}

.bh-sidepanel {
    position: fixed;
    top: 0;
    right: 0;
    width: 400px;
    max-width: 90vw;
    height: 100vh;
    background: #1a1a1a;
    z-index: 9999;
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow-y: auto;
    padding: 40px 35px;
    box-sizing: border-box;
}
.bh-sidepanel--open {
    transform: translateX(0);
}

.bh-sidepanel-close {
    position: sticky;
    top: 0;
    float: right;
    z-index: 10;
    background: #1a1a1a;
    border: 1px solid rgba(200,169,110,.3);
    color: #C8A96E;
    cursor: pointer;
    width: 44px;
    height: 44px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s;
    margin-bottom: 10px;
}
.bh-sidepanel-close:hover {
    background: #C8A96E;
    color: #0a0a0a;
    border-color: #C8A96E;
}

.bh-sidepanel-logo {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.3;
    margin-bottom: 30px;
}
.bh-sidepanel-logo span {
    color: #C8A96E;
}

.bh-sidepanel-tagline {
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.4;
    margin-bottom: 25px;
}

.bh-sidepanel-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    margin-bottom: 30px;
}
.bh-sidepanel-gallery img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    filter: grayscale(30%);
    transition: filter 0.3s;
}
.bh-sidepanel-gallery img:hover {
    filter: grayscale(0);
}

.bh-sidepanel-heading {
    font-family: 'Playfair Display', serif;
    font-size: 14px;
    font-weight: 700;
    color: #C8A96E;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

.bh-sidepanel-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #ccc;
    line-height: 1.7;
    margin-bottom: 8px;
}

.bh-sidepanel-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #ccc;
    text-decoration: none;
    display: block;
    margin-bottom: 4px;
    transition: color 0.3s;
}
.bh-sidepanel-link:hover { color: #C8A96E; }

.bh-sidepanel-hours {
    margin-bottom: 25px;
}
.bh-sidepanel-hours div {
    display: flex;
    justify-content: space-between;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    padding: 4px 0;
}
.bh-sidepanel-hours div span:first-child { color: #888; }
.bh-sidepanel-hours div span:last-child { color: #fff; }

.bh-sidepanel-socials {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}
.bh-sidepanel-socials a {
    color: #888;
    transition: color 0.3s;
}
.bh-sidepanel-socials a:hover { color: #C8A96E; }

/* ========================================
   4. HERO SECTION — CINEMATIC
   ======================================== */

.hero {
    position: relative !important;
    min-height: 100vh;
    overflow: hidden;
}

/* Cinematic background slides */
.bh-hero-cinema {
    position: absolute;
    inset: 0;
    z-index: 0;
}
.bh-hero-slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1.8s ease;
    transform: scale(1.05);
    animation: bh-hero-ken 12s ease-in-out infinite alternate;
}
.bh-hero-slide--active {
    opacity: 1;
}
@keyframes bh-hero-ken {
    0% { transform: scale(1); }
    100% { transform: scale(1.08); }
}

/* Dark overlay — low opacity to show photos */
.bh-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(10,10,10,0.3) 0%,
        rgba(10,10,10,0.15) 30%,
        rgba(10,10,10,0.5) 70%,
        rgba(10,10,10,0.95) 100%
    );
    z-index: 1;
}

/* Hero content */
.bh-hero-content {
    position: relative;
    z-index: 10;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding-top: 80px;
}

.bh-hero-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 6px;
    color: #C8A96E;
    text-transform: uppercase;
    margin-bottom: 20px;
    opacity: 0;
    animation: bh-hero-fadein 1s ease 0.3s forwards;
}

.bh-hero-title {
    font-family: 'Playfair Display', serif !important;
    font-size: 44px !important;
    font-weight: 700 !important;
    color: #fff !important;
    line-height: 1.15 !important;
    text-transform: none !important;
    margin-bottom: 15px;
    opacity: 0;
    animation: bh-hero-fadein 1s ease 0.5s forwards;
}
.bh-hero-title em {
    color: #C8A96E;
    font-style: italic;
}

.bh-hero-sub {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: rgba(255,255,255,0.6);
    letter-spacing: 1px;
    margin-bottom: 30px;
    opacity: 0;
    animation: bh-hero-fadein 1s ease 0.7s forwards;
}

.bh-hero-btns {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
    opacity: 0;
    animation: bh-hero-fadein 1s ease 0.9s forwards;
}

.bh-hero-btn {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 14px 30px;
    text-decoration: none;
    transition: all 0.3s ease;
}
.bh-hero-btn--primary {
    background: #C8A96E;
    color: #0a0a0a;
}
.bh-hero-btn--primary:hover {
    background: #d4b87a;
}
.bh-hero-btn--outline {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.3);
}
.bh-hero-btn--outline:hover {
    border-color: #C8A96E;
    color: #C8A96E;
}

/* Hero story dots */
.bh-hero-dots {
    display: flex;
    gap: 8px;
    margin-top: 40px;
    opacity: 0;
    animation: bh-hero-fadein 1s ease 1.1s forwards;
}
.bh-hero-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255,255,255,0.2);
    cursor: pointer;
    transition: all 0.4s ease;
}
.bh-hero-dot--active {
    width: 30px;
    border-radius: 4px;
    background: #C8A96E;
}

@keyframes bh-hero-fadein {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (min-width: 768px) {
    .bh-hero-title { font-size: 58px !important; }
}
@media (min-width: 1200px) {
    .bh-hero-title { font-size: 68px !important; }
}

.hero_content-tel {
    color: #fff !important;
}

.hero_content-tel:hover {
    color: #C8A96E !important;
}

.hero_content-tel .link {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    letter-spacing: 2px !important;
}

/* Hero slider controls → gold border */
.hero_slider-control {
    color: #C8A96E !important;
    border-color: rgba(200, 169, 110, 0.4) !important;
}

.hero_slider-control:hover {
    color: #fff !important;
    background: #C8A96E !important;
}

/* ========================================
   5. SECTION HEADERS
   ======================================== */

.section_header-subtitle {
    color: rgba(200, 169, 110, 0.06) !important;
    font-family: 'Playfair Display', serif !important;
}

.section_header-title {
    font-family: 'Playfair Display', serif !important;
    text-transform: none !important;
}

/* ========================================
   6. ABOUT SECTION (BladeHub layout)
   ======================================== */

.about {
    background: #fff !important;
    padding: 0 !important;
    position: relative;
    z-index: 2;
    overflow: visible !important;
}

/* --- Top row: images + text --- */
.bh-about-row {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 40px 1.25rem 80px;
}

.bh-about-images {
    display: flex;
    gap: 20px;
    flex: 1;
    position: relative;
    z-index: 5;
    margin-top: -60px;
}

.bh-about-img {
    flex: 1;
    overflow: hidden;
    min-height: 500px;
    background: none;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
    border: none;
    line-height: 0;
}

.bh-about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: none;
}

.bh-about-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 0;
}

.bh-about-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 4px;
    color: #999;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block;
}

.bh-about-title {
    font-family: 'Playfair Display', serif !important;
    font-size: 36px !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    text-transform: uppercase !important;
    line-height: 1.2 !important;
    margin-bottom: 20px;
    letter-spacing: 1px !important;
}

.bh-about-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.8;
    color: #777;
    margin-bottom: 30px;
    max-width: 500px;
}

.bh-about-btn {
    display: inline-flex;
    align-items: center;
    gap: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #1a1a1a;
    text-decoration: none;
    border: 1px solid #1a1a1a;
    transition: all 0.3s ease;
    width: fit-content;
}

.bh-about-btn span:first-child {
    padding: 14px 24px;
}

.bh-about-btn-arrow {
    padding: 14px 16px;
    border-left: 1px solid #1a1a1a;
    font-size: 16px;
    transition: all 0.3s ease;
}

.bh-about-btn:hover {
    background: #1a1a1a !important;
    color: #fff !important;
}

/* Fix all button hover states - prevent blue/black override */
a:focus, button:focus {
    outline: none !important;
}

a:visited {
    color: inherit;
}

.bh-about-btn:hover .bh-about-btn-arrow {
    border-color: rgba(255,255,255,0.2);
}

/* --- Feature boxes (4 columns) --- */
.bh-features {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    border-top: 1px solid #e5e5e5;
    padding: 60px 1.25rem 80px;
}

.bh-feature-box {
    padding: 30px 20px;
    border-bottom: 1px solid #e5e5e5;
}

.bh-feature-icon {
    margin-bottom: 20px;
}

.bh-feature-icon svg {
    width: 36px;
    height: 36px;
}

.bh-feature-title {
    font-family: 'Playfair Display', serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    text-transform: uppercase !important;
    line-height: 1.3 !important;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
}

.bh-feature-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 1.7;
    color: #999;
    margin-bottom: 15px;
}

.bh-feature-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #1a1a1a;
    text-decoration: none;
    position: relative;
    transition: color 0.3s ease;
}

.bh-feature-link::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 1px;
    background: #C8A96E;
    transition: width 0.3s ease;
}

.bh-feature-link:hover {
    color: #C8A96E;
}

.bh-feature-link:hover::after {
    width: 100%;
}

/* --- Responsive --- */
@media screen and (min-width: 575.98px) {
    .bh-features {
        grid-template-columns: 1fr 1fr;
    }

    .bh-feature-box {
        border-right: 1px solid #e5e5e5;
    }

    .bh-feature-box:nth-child(2n) {
        border-right: none;
    }
}

@media screen and (min-width: 991.98px) {
    .bh-about-row {
        flex-direction: row;
        gap: 0;
        padding: 0;
        align-items: stretch;
    }

    .bh-about-images {
        flex: 0 0 55%;
        min-height: 650px;
        margin-top: -80px;
        gap: 25px;
    }

    .bh-about-content {
        flex: 0 0 45%;
        padding: 60px 50px;
    }

    .bh-about-title {
        font-size: 42px !important;
    }
}

@media screen and (min-width: 1199.98px) {
    .bh-features {
        grid-template-columns: repeat(4, 1fr);
        padding: 0;
    }

    .bh-feature-box {
        padding: 50px 30px;
        border-right: 1px solid #e5e5e5;
        border-bottom: none;
    }

    .bh-feature-box:last-child {
        border-right: none;
    }

    .bh-about-content {
        padding: 80px 60px;
    }

    .bh-about-title {
        font-size: 48px !important;
    }
}

/* ========================================
   6b. SINCE 2012 SECTION
   ======================================== */

/* --- SINCE section: split layout (text left / photo right) --- */
.bh-since {
    background-color: #F8F8F8 !important;
    padding: 0 !important;
    border-top: 1px solid #e5e5e5;
    min-height: 600px;
    overflow: hidden;
}

.bh-since-layout {
    display: flex;
    flex-direction: column;
    min-height: 600px;
}

/* LEFT COLUMN — text */
.bh-since-left {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 30px;
}

.bh-since-left-inner {
    max-width: 500px;
    width: 100%;
    position: relative;
}

.bh-since-title {
    font-family: 'Playfair Display', serif !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    text-transform: uppercase !important;
    line-height: 1.25 !important;
    margin-bottom: 35px;
    letter-spacing: 0.5px;
}

.bh-since-title-accent {
    color: #C8A96E;
    display: inline-block;
    position: relative;
}

.bh-since-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bh-since-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 22px;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(0,0,0,0.04);
    transition: padding-left 0.3s ease;
}

.bh-since-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.bh-since-item:hover {
    padding-left: 4px;
}

.bh-since-check {
    flex-shrink: 0;
    margin-top: 2px;
    cursor: pointer;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

.bh-since-check svg {
    display: block;
    transition: transform 0.25s ease;
}

.bh-since-check:hover svg {
    transform: scale(1.15);
}

.bh-since-check:active svg {
    transform: scale(0.92);
}

.bh-since-item-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.7;
    color: #777;
    transition: color 0.3s ease;
}

/* Year badge */
.bh-since-year-badge {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    padding: 14px 28px;
    border: 1px solid #1a1a1a;
    position: relative;
}

.bh-badge-est {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    letter-spacing: 4px;
    color: #999;
    text-transform: uppercase;
}

.bh-badge-year {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1;
    margin-top: 2px;
}

/* RIGHT COLUMN — photo */
.bh-since-right {
    flex: 1;
    min-height: 400px;
    position: relative;
}

.bh-since-photo-wrap {
    width: 100%;
    height: 100%;
    min-height: 400px;
    position: relative;
    overflow: hidden;
}

.bh-since-photo-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    transition: transform 6s ease;
}

.bh-since-photo-wrap:hover img {
    transform: scale(1.04);
}

/* warm cinematic overlay that matches the photo's amber tones */
.bh-since-photo-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(248, 248, 248, 0.4) 0%,
        transparent 40%,
        transparent 100%
    );
    pointer-events: none;
}

/* subtle gold accent line on the left edge of the photo */
.bh-since-photo-accent {
    position: absolute;
    top: 10%;
    left: 0;
    width: 3px;
    height: 80%;
    background: linear-gradient(
        to bottom,
        transparent,
        rgba(193, 154, 89, 0.6),
        transparent
    );
    pointer-events: none;
}

/* ---------- DESKTOP: side-by-side ---------- */
@media screen and (min-width: 991.98px) {
    .bh-since-layout {
        flex-direction: row;
    }

    .bh-since-left {
        flex: 0 0 48%;
        padding: 80px 60px 80px 8%;
    }

    .bh-since-right {
        flex: 0 0 52%;
        min-height: 650px;
    }

    .bh-since-photo-wrap {
        min-height: 650px;
    }

    .bh-since-title {
        font-size: 38px !important;
    }

    /* diagonal clip on the photo for a more dynamic feel */
    .bh-since-photo-wrap {
        clip-path: polygon(8% 0, 100% 0, 100% 100%, 0% 100%);
    }

    .bh-since-photo-overlay {
        background: linear-gradient(
            to right,
            rgba(248, 248, 248, 0.85) 0%,
            transparent 15%,
            transparent 100%
        );
    }
}

@media screen and (min-width: 1199.98px) {
    .bh-since-left {
        padding: 100px 80px 100px 10%;
    }

    .bh-since-title {
        font-size: 42px !important;
    }
}

/* ========================================
   7. SERVICES SECTION
   ======================================== */

.services {
    background: #0f0f0f !important;
    position: relative;
}

.services::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(200, 169, 110, 0.2), transparent);
}

.services_header-title {
    font-family: 'Playfair Display', serif !important;
    text-transform: none !important;
}

.services_header-subtitle {
    color: rgba(200, 169, 110, 0.05) !important;
    font-family: 'Playfair Display', serif !important;
}

.services_header-text {
    color: #888 !important;
    font-family: 'Montserrat', sans-serif !important;
}

.services_list-item_wrapper {
    padding: 30px !important;
    background: rgba(200, 169, 110, 0.03) !important;
    border: 1px solid rgba(200, 169, 110, 0.08) !important;
    transition: all 0.4s ease !important;
    position: relative;
}

.services_list-item_wrapper:hover {
    border-color: rgba(200, 169, 110, 0.3) !important;
    background: rgba(200, 169, 110, 0.06) !important;
    box-shadow: 0 8px 40px rgba(200, 169, 110, 0.08) !important;
}

/* Gold glow on hover */
.services_list-item_wrapper::after {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    height: 2px;
    background: #C8A96E;
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.services_list-item_wrapper:hover::after {
    transform: scaleX(1);
}

/* SVG icons → gold */
.services_list-item .icon svg path[fill="#EB1616"],
.services_list-item .icon svg path[fill="#eb1616"] {
    fill: #C8A96E !important;
}

.services_list-item .main .title {
    font-family: 'Playfair Display', serif !important;
    text-transform: none !important;
    color: #fff !important;
    font-size: 22px !important;
}

.services_list-item .main .description {
    color: #777 !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
    line-height: 1.7 !important;
}

/* Prices in gold */
.services_list-item .main .link.highlight {
    color: #C8A96E !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    letter-spacing: 2px !important;
}

/* ========================================
   7b. TEAM SECTION
   ======================================== */

.bh-team {
    background: #0a0a0a !important;
    padding: 100px 0 80px !important;
    text-align: center;
}

.bh-team-header {
    margin-bottom: 50px;
}

.bh-team-title {
    font-family: 'Playfair Display', serif !important;
    font-size: 36px !important;
    font-weight: 700 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    line-height: 1.2 !important;
    text-align: center;
    letter-spacing: 1px;
}

.bh-team-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 1100px;
    margin: 0 auto;
}

.bh-team-card {
    position: relative;
    overflow: hidden;
}

.bh-team-photo {
    position: relative;
    aspect-ratio: 4/5;
    overflow: hidden;
    background: #1a1a1a;
}

.bh-team-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(30%);
    transition: all 0.5s ease;
}

.bh-team-card:hover .bh-team-photo img {
    filter: grayscale(0%);
    transform: scale(1.05);
}

.bh-team-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 25px;
    background: linear-gradient(transparent, rgba(0,0,0,0.8));
}

.bh-team-role {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 3px;
    color: #C8A96E;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
}

.bh-team-name {
    font-family: 'Playfair Display', serif !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #fff !important;
    text-transform: none !important;
}

@media screen and (min-width: 575.98px) {
    .bh-team-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (min-width: 991.98px) {
    .bh-team-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
    }

    .bh-team-title {
        font-size: 48px !important;
    }
}

/* ========================================
   7c. PRICING SECTION
   ======================================== */

.bh-pricing {
    background: #0a0a0a !important;
    padding: 60px 0 100px !important;
    position: relative;
    overflow: hidden;
}

.bh-pricing-watermark {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Playfair Display', serif;
    font-size: 18vw;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.03);
    white-space: nowrap;
    pointer-events: none;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1;
}

.bh-pricing-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    position: relative;
    z-index: 1;
}

.bh-pricing-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.bh-pricing-info {
    flex: 1;
}

.bh-pricing-service {
    font-family: 'Playfair Display', serif !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #fff !important;
    text-transform: none !important;
    margin-bottom: 4px;
}

.bh-pricing-desc {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #666;
    line-height: 1.5;
}

.bh-pricing-amount {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
    white-space: nowrap;
    margin-left: 30px;
}

@media screen and (min-width: 991.98px) {
    .bh-pricing-grid {
        grid-template-columns: 1fr 1fr;
        gap: 0 80px;
    }

    .bh-pricing-service {
        font-size: 20px !important;
    }

    .bh-pricing-amount {
        font-size: 18px;
    }
}

/* ========================================
   7d. GALLERY SECTION
   ======================================== */

.bh-gallery {
    padding: 0 !important;
    margin: 0;
}

.bh-gallery-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
}

.bh-gallery-item {
    position: relative;
    overflow: hidden;
    display: block;
    aspect-ratio: 1;
    text-decoration: none;
}

.bh-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease, filter 0.6s ease;
}

.bh-gallery-item:hover img {
    transform: scale(1.08);
    filter: brightness(0.7);
}

.bh-gallery-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: linear-gradient(transparent, rgba(0,0,0,0.7));
    opacity: 0;
    transition: opacity 0.4s ease;
}

.bh-gallery-item:hover .bh-gallery-overlay {
    opacity: 1;
}

.bh-gallery-cat {
    font-family: 'Montserrat', sans-serif;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 3px;
    color: #C8A96E;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
}

.bh-gallery-label {
    font-family: 'Playfair Display', serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #fff !important;
    text-transform: uppercase !important;
}

@media screen and (min-width: 991.98px) {
    .bh-gallery-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .bh-gallery-label {
        font-size: 18px !important;
    }
}

/* ========================================
   7e. PREMIUM SERVICES SECTION
   ======================================== */

.bh-premium {
    background: #fff !important;
    padding: 100px 0 !important;
}

.bh-premium-header {
    text-align: center;
    margin-bottom: 60px;
}

.bh-premium-title {
    font-family: 'Playfair Display', serif !important;
    font-size: 36px !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    text-transform: uppercase !important;
    line-height: 1.2 !important;
    text-align: center;
}

.bh-premium-row {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
}

.bh-premium-tabs {
    display: flex;
    flex-direction: column;
    gap: 0;
    flex-shrink: 0;
}

.bh-premium-tab {
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer;
    transition: all 0.3s ease;
}

.bh-premium-tab-label {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 600;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: color 0.3s ease;
    display: block;
}

.bh-premium-tab:hover .bh-premium-tab-label,
.bh-premium-tab--active .bh-premium-tab-label {
    color: #1a1a1a;
}

/* Accordion slide-down content */
.bh-premium-tab-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease, padding 0.3s ease;
    opacity: 0;
    padding: 0;
}

.bh-premium-tab--active .bh-premium-tab-content {
    max-height: 120px;
    opacity: 1;
    padding: 12px 0 5px;
}

.bh-premium-tab-content p {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #888;
    line-height: 1.7;
}

.bh-premium-tab--active {
    border-left: 3px solid #1a1a1a;
    padding-left: 15px;
}

/* Fade transition for right-side content */
#bh-premium-img,
#bh-premium-title,
#bh-premium-text {
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.bh-premium-visual {
    flex-shrink: 0;
    max-width: 320px;
    position: relative;
}

.bh-premium-visual::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -1px;
    width: 1px;
    height: 80%;
    background: #ddd;
    transform: translateY(-50%);
}

.bh-premium-visual img {
    width: 100%;
    max-height: 500px;
    object-fit: contain;
}

.bh-premium-detail {
    flex: 1;
}

.bh-premium-detail-title {
    font-family: 'Playfair Display', serif !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    color: #1a1a1a !important;
    text-transform: none !important;
    line-height: 1.4 !important;
    margin-bottom: 15px;
}

.bh-premium-detail-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #777;
    line-height: 1.8;
    margin-bottom: 25px;
}

@media screen and (min-width: 991.98px) {
    .bh-premium-row {
        flex-direction: row;
        gap: 50px;
        align-items: flex-start;
    }

    .bh-premium-tabs {
        flex: 0 0 200px;
    }

    .bh-premium-visual {
        max-width: 350px;
    }

    .bh-premium-title {
        font-size: 44px !important;
    }
}

/* ========================================
   7f. TESTIMONIALS SECTION
   ======================================== */

.bh-testimonials {
    background: #0a0a0a !important;
    padding: 100px 0 !important;
    position: relative;
    overflow: hidden;
}

/* Razor watermark in background */
.bh-testimonials::after {
    content: '';
    position: absolute;
    top: 10%;
    right: 5%;
    width: 300px;
    height: 300px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' fill='none'%3E%3Cpath d='M70 10C70 10 75 20 75 50S70 90 70 90M30 10L70 10M30 90L70 90M30 10C30 10 25 20 25 50S30 90 30 90' stroke='rgba(255,255,255,0.04)' stroke-width='2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
}

.bh-testimonials-row {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
}

.bh-testimonials-photos {
    display: flex;
    gap: -20px;
    align-items: center;
}

.bh-testimonials-circle {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid rgba(200, 169, 110, 0.2);
    transition: transform 0.5s ease;
}

.bh-testimonials-circle--2 {
    margin-left: -40px;
    width: 170px;
    height: 170px;
}

.bh-testimonials-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(40%);
}

.bh-testimonials-content {
    flex: 1;
}

.bh-testimonials-slides {
    position: relative;
    min-height: 220px;
}

.bh-testimonials-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    pointer-events: none;
}

.bh-testimonials-slide--active {
    position: relative;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.bh-testimonials-quote {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    line-height: 1.6;
    font-style: normal;
    margin-bottom: 25px;
    max-width: 600px;
}

.bh-testimonials-author strong {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    color: #fff;
    display: block;
    margin-bottom: 3px;
}

.bh-testimonials-author span {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    letter-spacing: 3px;
    color: #666;
    text-transform: uppercase;
}

.bh-testimonials-dots {
    margin-top: 25px;
    display: flex;
    gap: 8px;
}

.bh-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255,255,255,0.2);
    cursor: pointer;
    transition: background 0.3s ease;
}

.bh-dot--active {
    background: #fff;
}

@media screen and (min-width: 991.98px) {
    .bh-testimonials-row {
        flex-direction: row;
        gap: 60px;
        align-items: center;
    }

    .bh-testimonials-quote {
        font-size: 26px;
    }

    .bh-testimonials-circle {
        width: 260px;
        height: 260px;
    }

    .bh-testimonials-circle--2 {
        width: 210px;
        height: 210px;
        margin-left: -50px;
    }
}

/* ========================================
   7g. PROMO SECTION (15% OFF)
   ======================================== */

/* --- STORY SPLIT SECTION --- */
.bh-story {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #f5f5f5;
}
@media (min-width: 768px) {
    .bh-story { flex-direction: row; min-height: 550px; }
}

.bh-story-img {
    flex: 1;
    overflow: hidden;
    min-height: 300px;
}
.bh-story-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 6s ease;
}
.bh-story-img:hover img {
    transform: scale(1.05);
}

.bh-story-cta {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 30px;
    background: #f5f5f5;
}
@media (min-width: 768px) {
    .bh-story-cta {
        flex-direction: column;
        width: 200px;
        flex-shrink: 0;
        padding: 40px 20px;
    }
}

.bh-story-line {
    flex: 1;
    background: #ddd;
}
@media (max-width: 767px) {
    .bh-story-line { height: 1px; }
}
@media (min-width: 768px) {
    .bh-story-line { width: 1px; }
}

.bh-story-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #1a1a1a;
    text-decoration: none;
    white-space: nowrap;
    padding: 14px 24px;
    border: 1px solid #1a1a1a;
    transition: all 0.3s;
}
.bh-story-btn:hover {
    background: #1a1a1a;
    color: #fff;
}
@media (min-width: 768px) {
    .bh-story-btn {
        writing-mode: vertical-lr;
        text-orientation: mixed;
        transform: rotate(180deg);
        padding: 24px 14px;
    }
    .bh-story-btn svg { transform: rotate(90deg); }
}

/* ========================================
   8. FIELD / FORM OVERRIDES
   ======================================== */

.field {
    border-color: rgba(200, 169, 110, 0.3) !important;
    background: rgba(255, 255, 255, 0.03) !important;
    font-family: 'Montserrat', sans-serif !important;
    color: #fff !important;
}

.field:focus,
.field:hover {
    border-color: #C8A96E !important;
}

.field.error {
    border-color: #c0392b !important;
}

/* ========================================
   7. ALERT / POPUP OVERRIDES
   ======================================== */

/* Kill all BarberCrop popups/alerts */
.alert_popup,
.swal2-container,
.swal2-popup,
.swal2-modal,
.swal2-backdrop-show,
body.swal2-shown .swal2-container {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

body.swal2-shown {
    overflow: auto !important;
    padding-right: 0 !important;
}

/* ========================================
   8. RESPONSIVE OVERRIDES
   ======================================== */

@media screen and (min-width: 767.98px) {
    .hero_content-header {
        font-size: 58px !important;
    }
}

@media screen and (min-width: 991.98px) {
    .header {
        padding: 25px 0 !important;
    }

    .hero_content-header {
        font-size: 72px !important;
    }
}

@media screen and (min-width: 1199.98px) {
    .hero_content-header {
        font-size: 80px !important;
    }
}

/* ========================================
   8b. BLOG SECTION
   ======================================== */

.blog {
    background: #fff !important;
}

.blog_header-title {
    color: #1a1a1a !important;
    font-family: 'Playfair Display', serif !important;
    text-transform: none !important;
}

.blog_header-subtitle {
    color: rgba(200, 169, 110, 0.06) !important;
    font-family: 'Playfair Display', serif !important;
}

.blog_recent-post .main .title {
    color: #1a1a1a !important;
    font-family: 'Playfair Display', serif !important;
    text-transform: uppercase !important;
    font-size: 18px !important;
}

.blog_recent-post .main .date {
    color: #C8A96E !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 12px !important;
    letter-spacing: 1px !important;
}

.blog_recent-post .media {
    overflow: hidden;
}

.blog_recent-post:hover .media img {
    transform: scale(1.05);
}

.blog_recent-post .media img {
    transition: transform 0.5s ease;
}

/* ========================================
   8c. FOOTER
   ======================================== */

.footer {
    background: #0a0a0a !important;
    border-top: 1px solid rgba(200, 169, 110, 0.1);
}

.footer_block-title {
    font-family: 'Playfair Display', serif !important;
    color: #fff !important;
}

.footer a:hover {
    color: #C8A96E !important;
}

.footer_copyright {
    border-top-color: rgba(255,255,255,0.08) !important;
}

/* ========================================
   PIXEL-PERFECT POLISH
   ======================================== */

/* --- HEADER polish --- */
.header .container-fluid {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px !important;
}

.brand-logo_icon svg,
.brand-logo_icon i {
    color: #C8A96E !important;
}

/* --- HERO polish + parallax --- */
.hero {
    min-height: 100vh;
    background-attachment: fixed;
}

/* Smooth AOS overrides for premium feel */
[data-aos] {
    transition-duration: 0.8s !important;
    transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1) !important;
}

[data-aos="zoom-in"] {
    transition-duration: 0.6s !important;
}

/* Gallery staggered entrance */
.bh-gallery-item:nth-child(2) { transition-delay: 0.05s; }
.bh-gallery-item:nth-child(3) { transition-delay: 0.1s; }
.bh-gallery-item:nth-child(4) { transition-delay: 0.15s; }
.bh-gallery-item:nth-child(5) { transition-delay: 0.2s; }
.bh-gallery-item:nth-child(6) { transition-delay: 0.25s; }
.bh-gallery-item:nth-child(7) { transition-delay: 0.3s; }
.bh-gallery-item:nth-child(8) { transition-delay: 0.35s; }

.hero_content {
    padding-bottom: 60px !important;
}

.hero_content-header {
    letter-spacing: -0.01em !important;
}

.hero_content-text {
    margin-top: 0 !important;
}

/* --- ABOUT polish: match BladeHub exactly --- */
.bh-about-row {
    max-width: 1400px;
    margin: 0 auto;
}

.bh-about-title {
    letter-spacing: 0.02em !important;
    line-height: 1.15 !important;
}

.bh-about-btn,
.bh-about-btn span,
.bh-about-btn .bh-about-btn-arrow {
    color: #1a1a1a !important;
    text-decoration: none !important;
}

.bh-about-btn {
    border-color: #1a1a1a !important;
}

/* Pricing buttons: white text on dark bg */
.bh-plan .bh-about-btn,
.bh-plan .bh-about-btn span,
.bh-plan .bh-about-btn .bh-about-btn-arrow {
    color: #fff !important;
    border-color: rgba(255,255,255,.4) !important;
}
.bh-plan .bh-about-btn {
    border-color: rgba(255,255,255,.4) !important;
}
.bh-plan .bh-about-btn:hover {
    background: #C8A96E !important;
    color: #0a0a0a !important;
    border-color: #C8A96E !important;
}
.bh-plan .bh-about-btn:hover span,
.bh-plan .bh-about-btn:hover .bh-about-btn-arrow {
    color: #0a0a0a !important;
    border-color: rgba(0,0,0,.2) !important;
}

/* --- FEATURES polish --- */
.bh-features {
    max-width: 1400px;
    margin: 0 auto;
    border-bottom: 1px solid #e5e5e5;
}

.bh-feature-icon svg {
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.bh-feature-box:hover .bh-feature-icon svg {
    opacity: 1;
}

/* --- SINCE 2012 polish --- */
.bh-since-list {
    margin-top: 10px;
}

/* --- SERVICES (dark section) — hide since BladeHub flow doesn't include it here --- */
.services {
    display: none !important;
}

/* --- TEAM polish --- */
.bh-team .container {
    max-width: 1200px;
    margin: 0 auto;
}

.bh-team-photo {
    aspect-ratio: 5/6;
}

/* --- PRICING polish --- */
.bh-pricing .container {
    max-width: 1100px;
    margin: 0 auto;
}

.bh-pricing-watermark {
    font-size: 15vw;
    letter-spacing: 0.15em;
}

/* Pricing item hover */
.bh-pricing-item {
    transition: all 0.3s ease;
    padding: 22px 10px;
    margin: 0 -10px;
}

.bh-pricing-item:hover {
    background: rgba(200, 169, 110, 0.04);
}

.bh-pricing-item:hover .bh-pricing-service {
    color: #C8A96E !important;
}

/* --- GALLERY polish --- */
.bh-gallery-grid {
    max-width: 100%;
}

.bh-gallery-item {
    aspect-ratio: auto;
}

.bh-gallery-item img {
    aspect-ratio: 1;
}

/* --- PREMIUM SERVICES polish --- */
.bh-premium .container {
    max-width: 1100px;
    margin: 0 auto;
}

.bh-premium-title {
    margin-bottom: 10px;
}

.bh-premium-detail-title {
    font-style: italic;
}

/* --- TESTIMONIALS polish --- */
.bh-testimonials .container {
    max-width: 1100px;
    margin: 0 auto;
}

.bh-testimonials-quote {
    letter-spacing: 0.01em;
}

/* --- PROMO polish --- */
.bh-promo {
    position: relative;
}

.bh-promo-content {
    background: #f5f5f5;
}

.bh-promo-big {
    color: #1a1a1a;
    font-style: italic;
}

.bh-promo-off {
    color: #1a1a1a;
    font-style: italic;
}

.bh-promo-words span {
    color: #1a1a1a;
    font-style: italic;
}

.bh-promo .bh-about-btn {
    color: #1a1a1a !important;
    border-color: #1a1a1a !important;
}

.bh-promo .bh-about-btn:hover {
    background: #1a1a1a !important;
    color: #fff !important;
}

.bh-promo .bh-about-btn-arrow {
    border-color: #1a1a1a !important;
}

.bh-promo .bh-about-btn:hover .bh-about-btn-arrow {
    border-color: rgba(255,255,255,0.2) !important;
}

/* Promo background number watermark */
.bh-promo-content::after {
    content: '15%';
    position: absolute;
    right: 35%;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Playfair Display', serif;
    font-size: 20vw;
    font-weight: 700;
    font-style: italic;
    color: rgba(0, 0, 0, 0.04);
    pointer-events: none;
    line-height: 0.8;
    white-space: nowrap;
}

/* --- SHOP / CLICK & COLLECT --- */
.bh-shop {
    background: #fff !important;
    padding: 100px 0 80px !important;
}

.bh-shop .container {
    max-width: 1200px;
    margin: 0 auto;
}

.bh-shop-header {
    text-align: center;
    margin-bottom: 50px;
}

.bh-shop-title {
    font-family: 'Playfair Display', serif !important;
    font-size: 36px;
    font-weight: 700;
    color: #1a1a1a;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 12px;
}

.bh-shop-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #888;
    max-width: 500px;
    margin: 0 auto;
}

.bh-shop-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    margin-bottom: 60px;
}

.bh-shop-card {
    text-align: center;
}

.bh-shop-img {
    position: relative;
    overflow: hidden;
    background: #f5f5f5;
    margin-bottom: 15px;
    aspect-ratio: 3/4;
    border: 1px solid #eee;
    transition: border-color 0.4s ease;
}

.bh-shop-card:hover .bh-shop-img {
    border-color: #C8A96E;
}

.bh-shop-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.bh-shop-card:hover .bh-shop-img img {
    transform: scale(1.06);
}

.bh-shop-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    font-family: 'Montserrat', sans-serif;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 5px 12px;
    background: #C8A96E;
    color: #fff;
    text-transform: uppercase;
}

.bh-shop-badge--hot {
    background: #1a1a1a;
}

.bh-shop-name {
    font-family: 'Playfair Display', serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    text-transform: none !important;
    margin-bottom: 5px;
    transition: color 0.3s;
}

.bh-shop-card:hover .bh-shop-name {
    color: #C8A96E !important;
}

.bh-shop-price {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #C8A96E;
    letter-spacing: 1px;
}

/* How it works steps */
.bh-shop-how {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 0;
    border-top: 1px solid #eee;
}

.bh-shop-step {
    text-align: center;
}

.bh-shop-step-num {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    font-weight: 700;
    color: #C8A96E;
    display: block;
    margin-bottom: 8px;
}

.bh-shop-step-title {
    font-family: 'Playfair Display', serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    text-transform: uppercase !important;
    margin-bottom: 5px;
}

.bh-shop-step p {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #888;
}

@media screen and (min-width: 767.98px) {
    .bh-shop-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 25px;
    }

    .bh-shop-how {
        flex-direction: row;
        justify-content: space-around;
    }
}

@media screen and (min-width: 991.98px) {
    .bh-shop-title {
        font-size: 42px;
    }
}

/* --- BLOG (BladeHub layout) --- */
.blog {
    display: none !important;
}

.bh-blog {
    background: #0a0a0a !important;
    padding: 100px 0 80px !important;
}

.bh-blog .container {
    max-width: 1200px;
    margin: 0 auto;
}

.bh-blog-header {
    margin-bottom: 50px;
}

.bh-blog-title {
    font-family: 'Playfair Display', serif !important;
    font-size: 36px !important;
    font-weight: 700 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    line-height: 1.2 !important;
    letter-spacing: 0.5px;
}

.bh-blog-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}

.bh-blog-card-link {
    text-decoration: none;
    display: block;
}

.bh-blog-media {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.bh-blog-media img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.bh-blog-card:hover .bh-blog-media img {
    transform: scale(1.05);
}

.bh-blog-tag {
    position: absolute;
    top: 15px;
    left: 15px;
    font-family: 'Montserrat', sans-serif;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 5px 12px;
    color: #fff;
}

.bh-blog-tag--equipment {
    background: #1a1a1a;
}

.bh-blog-tag--tips {
    background: #333;
}

.bh-blog-card-title {
    font-family: 'Playfair Display', serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    line-height: 1.35 !important;
    margin-bottom: 10px;
    transition: color 0.3s ease;
}

.bh-blog-card:hover .bh-blog-card-title {
    color: #C8A96E !important;
}

.bh-blog-readmore {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #666;
    transition: color 0.3s ease;
}

/* Blog label on dark */
.bh-blog .bh-about-label {
    color: #C8A96E !important;
}

.bh-blog-card:hover .bh-blog-readmore {
    color: #C8A96E;
}

.bh-blog-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 50px;
}

/* Middle card taller image (like BladeHub) */
@media screen and (min-width: 991.98px) {
    .bh-blog-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
        align-items: start;
    }

    .bh-blog-card--tall .bh-blog-media img {
        height: 320px;
    }

    .bh-blog-title {
        font-size: 42px !important;
    }
}

/* --- FOOTER (BladeHub clean layout) --- */
.footer {
    display: none !important;
}

.bh-footer {
    background: #0a0a0a;
    color: #fff;
}

/* 3D Robot section */
/* --- MOBILE BOOKING CTA --- */
.bh-mobile-cta {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 60px 30px;
}
@media (min-width: 991.98px) {
    .bh-mobile-cta { flex-direction: row; align-items: center; gap: 60px; padding: 80px 30px; }
}

.bh-mobile-cta-content { flex: 1; }

.bh-mobile-cta-badge {
    display: inline-flex; align-items: center; gap: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px; font-weight: 700; letter-spacing: 3px;
    color: #C8A96E; text-transform: uppercase;
    margin-bottom: 20px;
}
.bh-mobile-cta-dot {
    width: 8px; height: 8px; border-radius: 50%;
    background: #4caf50;
    box-shadow: 0 0 8px rgba(76,175,80,.5);
}

.bh-mobile-cta-title {
    font-family: 'Playfair Display', serif !important;
    font-size: 32px; font-weight: 700; color: #fff !important;
    line-height: 1.2; margin-bottom: 15px;
}
.bh-mobile-cta-title em {
    color: #C8A96E; font-style: italic;
}
@media (min-width: 991.98px) { .bh-mobile-cta-title { font-size: 38px; } }

.bh-mobile-cta-desc {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px; color: #888; line-height: 1.8;
    margin-bottom: 25px; max-width: 450px;
}

.bh-mobile-cta-features {
    list-style: none; padding: 0; margin: 0 0 30px;
}
.bh-mobile-cta-features li {
    display: flex; align-items: flex-start; gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,.05);
}
.bh-mobile-cta-features li svg { flex-shrink: 0; margin-top: 2px; }
.bh-mobile-cta-features li strong {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px; font-weight: 600; color: #fff;
    display: block;
}
.bh-mobile-cta-features li span {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px; color: #666;
}

.bh-mobile-cta-btn {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px; font-weight: 700; letter-spacing: 3px;
    background: #C8A96E; color: #0a0a0a;
    border: none; padding: 16px 35px;
    cursor: pointer; transition: background .3s;
}
.bh-mobile-cta-btn:hover { background: #d4b87a; }

/* Phone mockup */
.bh-mobile-cta-phone {
    flex: 0 0 auto;
    display: flex; justify-content: center;
}
.bh-phone-frame {
    width: 260px;
    background: #0a0a0a;
    border-radius: 30px;
    border: 2px solid #C8A96E;
    padding: 12px;
    box-shadow: 0 30px 60px rgba(0,0,0,.5), 0 0 40px rgba(200,169,110,.08), inset 0 1px 0 rgba(200,169,110,.15);
    cursor: pointer;
    transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
}
.bh-phone-frame:hover {
    transform: translateY(-4px);
    box-shadow: 0 35px 70px rgba(0,0,0,.5), 0 0 50px rgba(200,169,110,.15), inset 0 1px 0 rgba(200,169,110,.2);
    border-color: #d4b87a;
}
.bh-phone-notch {
    width: 80px; height: 6px;
    background: linear-gradient(90deg, rgba(200,169,110,.3), rgba(200,169,110,.6), rgba(200,169,110,.3));
    border-radius: 3px;
    margin: 0 auto 15px;
}
.bh-phone-screen {
    background: #0f0f0f;
    border-radius: 18px;
    border: 1px solid rgba(200,169,110,.1);
    padding: 20px 16px;
    min-height: 300px;
}
.bh-phone-header {
    display: flex; justify-content: space-between; align-items: center;
    margin-bottom: 20px;
}
.bh-phone-logo {
    font-family: 'Playfair Display', serif;
    font-size: 13px; font-weight: 700; color: #fff;
}
.bh-phone-status {
    font-family: 'Montserrat', sans-serif;
    font-size: 9px; font-weight: 700; letter-spacing: 1px;
    background: #C8A96E; color: #0a0a0a;
    padding: 3px 8px; border-radius: 10px;
}
.bh-phone-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px; font-weight: 600; color: #ccc;
    margin-bottom: 12px;
}
.bh-phone-barber {
    display: flex; align-items: center; gap: 10px;
    padding: 10px 12px; border: 1px solid rgba(255,255,255,.08);
    border-radius: 10px; margin-bottom: 8px;
    transition: border-color .3s;
}
.bh-phone-barber:hover { border-color: rgba(200,169,110,.3); background: rgba(200,169,110,.03); }
.bh-phone-barber--active { border-color: #C8A96E; background: rgba(200,169,110,.08); box-shadow: 0 0 12px rgba(200,169,110,.1); }
.bh-phone-avatar {
    width: 36px; height: 36px; border-radius: 50%;
    background: rgba(200,169,110,.2);
    display: flex; align-items: center; justify-content: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px; font-weight: 700; color: #C8A96E;
    flex-shrink: 0;
}
.bh-phone-barber strong {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px; color: #fff; display: block;
}
.bh-phone-barber span {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px; color: #666;
}
/* Phone interactive steps */
.bh-phone-step { display: none; animation: bh-phone-fadein .3s ease; }
.bh-phone-step--active { display: block; }
@keyframes bh-phone-fadein { from { opacity:0; transform:translateX(15px); } to { opacity:1; transform:translateX(0); } }

.bh-phone-dots {
    display: flex; justify-content: center; gap: 6px;
    margin-top: 20px;
}
.bh-phone-dots span {
    width: 6px; height: 6px; border-radius: 50%;
    background: #333;
}
.bh-phone-dots--active {
    width: 18px !important; border-radius: 3px !important;
    background: #C8A96E !important;
}

.bh-footer-sep {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(200, 169, 110, 0.2), transparent);
}

.bh-footer-main {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 30px 50px;
}

/* Logo */
.bh-footer-logo {
    text-decoration: none;
    display: inline-block;
}

.bh-footer-logo-text {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.bh-footer-logo-icon {
    color: #C8A96E;
    font-size: 18px;
}

/* Column headings */
.bh-footer-heading {
    font-family: 'Playfair Display', serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

/* Hours */
.bh-footer-hours {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.bh-footer-hour-row {
    display: flex;
    gap: 15px;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #888;
}

.bh-footer-hour-row span:last-child {
    color: #ccc;
    font-weight: 500;
}

/* Text & links */
.bh-footer-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #888;
    line-height: 1.7;
    margin-bottom: 12px;
}

.bh-footer-link-item {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #888;
    text-decoration: none;
    margin-bottom: 5px;
    transition: color 0.3s ease;
}

.bh-footer-link-item:hover {
    color: #C8A96E;
}

/* Socials */
.bh-footer-socials {
    display: flex;
    gap: 18px;
    margin-top: 18px;
}

.bh-footer-socials a {
    color: #888;
    font-size: 16px;
    transition: color 0.3s ease;
    text-decoration: none;
}

.bh-footer-socials a:hover {
    color: #C8A96E;
}

/* Subscribe form */
.bh-footer-form {
    display: flex;
}

.bh-footer-input {
    flex: 1;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.15);
    border-right: none;
    padding: 12px 16px;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #fff;
    outline: none;
    transition: border-color 0.3s ease;
}

.bh-footer-input::placeholder {
    color: #666;
}

.bh-footer-input:focus {
    border-color: #C8A96E;
}

.bh-footer-submit {
    background: transparent;
    border: 1px solid rgba(255,255,255,0.15);
    padding: 12px 18px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
}

.bh-footer-submit:hover {
    background: #C8A96E;
    border-color: #C8A96E;
    color: #0a0a0a;
}

/* Copyright bar */
.bh-footer-bottom {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 25px 30px;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    border-top: 1px solid rgba(255,255,255,0.06);
}

.bh-footer-bottom p {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #555;
    letter-spacing: 0.5px;
}

.bh-footer-bottom-links {
    display: flex;
    gap: 30px;
}

.bh-footer-bottom-links a {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #555;
    text-decoration: none;
    transition: color 0.3s ease;
    letter-spacing: 0.5px;
}

.bh-footer-bottom-links a:hover {
    color: #C8A96E;
}

@media screen and (min-width: 767.98px) {
    .bh-footer-main {
        grid-template-columns: 1fr 1fr;
    }

    .bh-footer-bottom {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}

@media screen and (min-width: 991.98px) {
    .bh-footer-main {
        grid-template-columns: auto 1fr 1fr 1fr;
        gap: 60px;
        padding: 70px 40px 60px;
    }
}

@media screen and (min-width: 1199.98px) {
    .bh-footer-main {
        gap: 80px;
    }
}

/* --- SMOOTH PAGE TRANSITIONS --- */
section {
    position: relative;
}

/* Consistent max-width for content areas */
@media screen and (min-width: 1400px) {
    .bh-about-content {
        padding: 100px 80px !important;
    }

    .bh-premium-row {
        gap: 70px;
    }

    .bh-testimonials-quote {
        font-size: 28px;
    }
}

/* --- BLADEHUB PRELOADER --- */
/* Split B&W Preloader */
.bh-preloader {
    position: fixed;
    inset: 0;
    z-index: 99999;
    pointer-events: all;
}
.bh-preloader--done {
    visibility: hidden;
    pointer-events: none;
}

.bh-pre-split {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    transition: transform 0.8s cubic-bezier(0.7, 0, 0.3, 1);
}
.bh-pre-split--left {
    left: 0;
    background: #fff;
}
.bh-pre-split--right {
    right: 0;
    background: #0a0a0a;
}
.bh-preloader--split .bh-pre-split--left {
    transform: translateX(-100%);
}
.bh-preloader--split .bh-pre-split--right {
    transform: translateX(100%);
}

.bh-pre-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
    mix-blend-mode: difference;
    opacity: 1;
    transition: opacity 0.4s ease;
}
.bh-preloader--split .bh-pre-center {
    opacity: 0;
}

.bh-pre-logo {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 12px;
    text-transform: uppercase;
    animation: bh-pre-text 0.8s cubic-bezier(0.16,1,0.3,1) forwards;
    opacity: 0;
}
.bh-pre-logo--gold {
    animation-delay: 0.15s;
}
@keyframes bh-pre-text {
    0% { opacity: 0; letter-spacing: 30px; transform: translateY(10px); }
    100% { opacity: 1; letter-spacing: 12px; transform: translateY(0); }
}

.bh-pre-divider {
    margin: 10px 0;
    font-size: 20px;
    color: #fff;
    opacity: 0;
    animation: bh-pre-fade 0.5s ease 0.3s forwards;
}
@keyframes bh-pre-fade {
    to { opacity: 1; }
}

.bh-pre-line {
    width: 60px;
    height: 1px;
    background: #fff;
    margin: 12px auto;
    opacity: 0;
    transform: scaleX(0);
    animation: bh-pre-line 0.6s ease 0.4s forwards;
}
.bh-pre-line--bottom { animation-delay: 0.5s; }
@keyframes bh-pre-line {
    to { opacity: 0.5; transform: scaleX(1); }
}

.bh-pre-counter {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    letter-spacing: 4px;
    margin-top: 15px;
    opacity: 0;
    animation: bh-pre-fade 0.5s ease 0.6s forwards;
}

@media (min-width: 768px) {
    .bh-pre-logo { font-size: 56px; letter-spacing: 16px; }
    @keyframes bh-pre-text {
        0% { opacity: 0; letter-spacing: 40px; transform: translateY(15px); }
        100% { opacity: 1; letter-spacing: 16px; transform: translateY(0); }
    }
}

@keyframes bh-preload-fill {
    0% { width: 0%; }
    100% { width: 100%; }
}

@keyframes bh-gold-shimmer {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}

/* Hide original preloader if it exists */
.preloader {
    display: none !important;
}

@media screen and (min-width: 991.98px) {
    .bh-preloader-skull {
        width: 180px;
        height: 180px;
    }
    .bh-preloader-logo {
        font-size: 32px;
    }
}

/* --- PUSH TO TOP BUTTON --- */
/* --- SCROLL TO TOP — LEFT SIDE --- */
.bh-totop {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 44px;
    height: 44px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.4s ease;
}

.bh-totop--visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.bh-totop:hover {
    background: #C8A96E;
    border-color: #C8A96E;
    color: #0a0a0a;
}

@media screen and (min-width: 991.98px) {
    .bh-totop { bottom: 40px; left: 40px; }
}

/* --- WIDGET STACK — RIGHT SIDE --- */
.bh-wa {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9998;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
}

/* Unified widget buttons */
.bh-widget-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
    border: none;
    color: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}
.bh-widget-btn:hover { transform: scale(1.1); }

.bh-widget-btn--booksy {
    background: #0ba3ad;
    box-shadow: 0 2px 10px rgba(11,163,173,0.15);
    order: -1;
    padding: 0;
    overflow: visible;
}
.bh-widget-btn--booksy svg {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: block;
}
.bh-widget-btn--booksy:hover { box-shadow: 0 4px 18px rgba(11,163,173,0.3); }

.bh-widget-btn--wa {
    background: #25D366;
    box-shadow: 0 4px 20px rgba(37,211,102,0.3);
}
.bh-widget-btn--wa:hover { box-shadow: 0 6px 30px rgba(37,211,102,0.5); }

.bh-widget-btn--chat {
    background: #1a1a1a;
    border: 1px solid rgba(255,255,255,.15);
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}
.bh-widget-btn--chat:hover { border-color: #C8A96E; }

/* Pulse on Booksy button */
.bh-widget-btn--booksy::before {
    content: '';
    position: absolute;
    width: 48px; height: 48px;
    border-radius: 50%;
    background: rgba(11,163,173,0.15);
    animation: bh-wa-pulse 2.5s ease-out infinite;
}
@keyframes bh-wa-pulse {
    0% { transform: scale(1); opacity: 0.4; }
    100% { transform: scale(1.6); opacity: 0; }
}

@media screen and (min-width: 991.98px) {
    .bh-wa { bottom: 40px; right: 40px; }
}

/* --- MARKETING WELCOME POPUP — CLASSIC BARBER --- */
.bh-popup-overlay {
    position: fixed; inset: 0; background: rgba(0,0,0,0.75);
    z-index: 100000; opacity: 0; visibility: hidden;
    transition: opacity 0.5s, visibility 0.5s;
}
.bh-popup-overlay--open { opacity: 1; visibility: visible; }
.bh-popup {
    position: fixed; top: 50%; left: 50%;
    transform: translate(-50%, -50%) scale(0.92);
    z-index: 100001; background: #0d0d0d;
    border: 1px solid rgba(200,169,110,0.25);
    border-radius: 0; padding: 50px 40px 40px;
    max-width: 420px; width: 90%; text-align: center;
    opacity: 0; visibility: hidden;
    transition: opacity 0.5s, visibility 0.5s, transform 0.5s;
    box-shadow: 0 40px 100px rgba(0,0,0,0.6);
}
/* Double border vintage frame */
.bh-popup::after {
    content: ''; position: absolute;
    top: 6px; left: 6px; right: 6px; bottom: 6px;
    border: 1px solid rgba(200,169,110,0.1);
    pointer-events: none;
}
.bh-popup--open { opacity: 1; visibility: visible; transform: translate(-50%, -50%) scale(1); }
.bh-popup-close {
    position: absolute; top: 14px; right: 18px; z-index: 2;
    background: none; border: none; color: #555;
    font-size: 20px; cursor: pointer; transition: color 0.3s;
    line-height: 1;
}
.bh-popup-close:hover { color: #C8A96E; }
/* Scissors ornament */
.bh-popup-ornament {
    margin-bottom: 20px; color: #C8A96E; opacity: 0.6;
}
.bh-popup-badge {
    font-family: 'Montserrat', sans-serif; font-size: 9px;
    font-weight: 700; letter-spacing: 4px; color: #C8A96E;
    margin-bottom: 14px;
}
.bh-popup-title {
    font-family: 'Playfair Display', serif; font-size: 30px;
    font-weight: 700; color: #fff; line-height: 1.2;
    margin-bottom: 8px; text-transform: uppercase; letter-spacing: 1px;
}
.bh-popup-subtitle {
    font-family: 'Playfair Display', serif; font-size: 16px;
    font-weight: 400; font-style: italic; color: #C8A96E;
    margin-bottom: 18px;
}
.bh-popup-desc {
    font-family: 'Montserrat', sans-serif; font-size: 12px;
    color: #666; line-height: 1.7; margin-bottom: 28px;
}
/* Divider line */
.bh-popup-divider {
    width: 50px; height: 1px; background: #C8A96E;
    margin: 0 auto 28px; opacity: 0.4;
}
.bh-popup-buttons { display: flex; flex-direction: column; gap: 12px; }
.bh-popup-btn {
    display: flex; align-items: center; justify-content: center; gap: 10px;
    padding: 14px 20px; border-radius: 0; font-family: 'Montserrat', sans-serif;
    font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
    text-decoration: none; cursor: pointer; transition: all 0.3s;
    border: 1px solid transparent;
}
.bh-popup-btn--booksy {
    background: transparent; color: #C8A96E;
    border: 2px solid #C8A96E;
}
.bh-popup-btn--booksy:hover { background: #C8A96E; color: #0a0a0a; }
.bh-popup-btn--wa {
    background: transparent; color: #25D366;
    border: 1px solid rgba(37,211,102,0.4);
}
.bh-popup-btn--wa:hover { background: rgba(37,211,102,0.1); border-color: #25D366; }
.bh-popup-btn--chat {
    background: transparent; color: #777;
    border: 1px solid rgba(255,255,255,0.1);
}
.bh-popup-btn--chat:hover { border-color: rgba(200,169,110,0.3); color: #ccc; }
.bh-popup-footer {
    font-family: 'Montserrat', sans-serif; font-size: 9px;
    color: #444; margin-top: 24px; letter-spacing: 1px;
    text-transform: uppercase;
}

/* --- LANGUAGE SELECTOR --- */
.bh-lang {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 9997;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.bh-lang-btn {
    width: 38px;
    padding: 10px 0;
    background: rgba(10, 10, 10, 0.85);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: none;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    color: #666;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    display: block;
    text-decoration: none;
}

.bh-lang-btn:first-child {
    border-radius: 4px 0 0 0;
}

.bh-lang-btn:last-child {
    border-radius: 0 0 0 4px;
    border-bottom: none;
}

.bh-lang-btn:hover {
    color: #C8A96E;
    background: rgba(10, 10, 10, 0.95);
}

.bh-lang-btn--active {
    color: #C8A96E;
    background: rgba(200, 169, 110, 0.1);
}

/* --- CHATBOT WIDGET --- */
.bh-chat-trigger {
    position: fixed;
    bottom: 30px;
    right: 90px;
    z-index: 9998;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #C8A96E;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(200, 169, 110, 0.35);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bh-chat-trigger:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 30px rgba(200, 169, 110, 0.5);
}

.bh-chat-trigger svg { width: 24px; height: 24px; fill: #0a0a0a; }

.bh-chat-trigger--open .bh-chat-icon-msg { display: none; }
.bh-chat-trigger--open .bh-chat-icon-close { display: block; }
.bh-chat-trigger .bh-chat-icon-close { display: none; }

/* Chat window */
.bh-chat {
    position: fixed;
    bottom: 95px;
    right: 30px;
    width: 360px;
    max-height: 520px;
    background: #0a0a0a;
    border: 1px solid rgba(200, 169, 110, 0.15);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px) scale(0.95);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 20px 60px rgba(0,0,0,0.5);
}

.bh-chat--open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

.bh-chat-header {
    padding: 18px 20px;
    border-bottom: 1px solid rgba(200, 169, 110, 0.1);
    display: flex;
    align-items: center;
    gap: 12px;
}

.bh-chat-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #C8A96E;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Playfair Display', serif;
    font-size: 14px;
    font-weight: 700;
    color: #0a0a0a;
    flex-shrink: 0;
}

.bh-chat-header-info h4 {
    font-family: 'Playfair Display', serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #fff !important;
    text-transform: none !important;
    margin: 0;
}

.bh-chat-header-info span {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    color: #25D366;
    letter-spacing: 1px;
}

/* Messages area */
.bh-chat-body {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-height: 340px;
    min-height: 200px;
}

.bh-chat-msg {
    max-width: 85%;
    padding: 10px 14px;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 1.5;
    animation: bh-msg-in 0.3s ease forwards;
}

@keyframes bh-msg-in {
    0% { opacity: 0; transform: translateY(8px); }
    100% { opacity: 1; transform: translateY(0); }
}

.bh-chat-msg--bot {
    background: rgba(200, 169, 110, 0.08);
    color: #ccc;
    border-radius: 0 12px 12px 12px;
    align-self: flex-start;
}

.bh-chat-msg--user {
    background: #C8A96E;
    color: #0a0a0a;
    border-radius: 12px 0 12px 12px;
    align-self: flex-end;
    font-weight: 500;
}

/* Quick reply buttons */
.bh-chat-options {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 4px;
}

.bh-chat-opt {
    background: transparent;
    border: 1px solid rgba(200, 169, 110, 0.3);
    color: #C8A96E;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 600;
    padding: 6px 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 20px;
}

.bh-chat-opt:hover {
    background: #C8A96E;
    color: #0a0a0a;
}

/* Input area */
.bh-chat-footer {
    padding: 12px 15px;
    border-top: 1px solid rgba(200, 169, 110, 0.1);
    display: flex;
    gap: 10px;
}

.bh-chat-input {
    flex: 1;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 20px;
    padding: 8px 16px;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #fff;
    outline: none;
    transition: border-color 0.3s;
}

.bh-chat-input::placeholder { color: #555; }
.bh-chat-input:focus { border-color: #C8A96E; }

.bh-chat-send {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #C8A96E;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s;
    flex-shrink: 0;
}

.bh-chat-send:hover { background: #b8993e; }
.bh-chat-send svg { width: 16px; height: 16px; fill: #0a0a0a; }

/* Typing indicator */
.bh-chat-typing { display: flex; gap: 4px; padding: 10px 14px; align-self: flex-start; }
.bh-chat-typing span { width: 6px; height: 6px; border-radius: 50%; background: #C8A96E; animation: bh-typing 1.2s infinite; }
.bh-chat-typing span:nth-child(2) { animation-delay: 0.2s; }
.bh-chat-typing span:nth-child(3) { animation-delay: 0.4s; }
@keyframes bh-typing { 0%,100% { opacity: 0.3; } 50% { opacity: 1; } }

@media screen and (max-width: 420px) {
    .bh-chat { right: 10px; left: 10px; width: auto; bottom: 85px; }
}

@media screen and (min-width: 991.98px) {
    .bh-chat-trigger { bottom: 40px; right: 100px; }
    .bh-chat { right: 40px; bottom: 105px; }
}

/* --- COOKIE BANNER (GDPR) --- */
.bh-cookie {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99998;
    background: #111;
    border-top: 1px solid rgba(200, 169, 110, 0.15);
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    transform: translateY(100%);
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.bh-cookie--visible {
    transform: translateY(0);
}

.bh-cookie--hidden {
    display: none !important;
}

.bh-cookie-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #999;
    line-height: 1.6;
    flex: 1;
}

.bh-cookie-text a {
    color: #C8A96E;
    text-decoration: underline;
}

.bh-cookie-buttons {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
}

.bh-cookie-btn {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 10px 22px;
    cursor: pointer;
    border: none;
    transition: all 0.3s ease;
}

.bh-cookie-btn--accept {
    background: #C8A96E;
    color: #0a0a0a;
}

.bh-cookie-btn--accept:hover {
    background: #b8993e;
}

.bh-cookie-btn--decline {
    background: transparent;
    color: #888;
    border: 1px solid rgba(255,255,255,0.1);
}

.bh-cookie-btn--decline:hover {
    color: #fff;
    border-color: rgba(255,255,255,0.3);
}

@media screen and (min-width: 767.98px) {
    .bh-cookie {
        flex-direction: row;
        align-items: center;
        padding: 18px 40px;
    }
}

/* --- TESTIMONIALS MARQUEE --- */
.bh-testi-marquee {
    background: #0a0a0a;
    padding: 80px 0;
    overflow: hidden;
}

.bh-testi-marquee-header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 50px;
    padding: 0 30px;
}

.bh-testi-marquee-title {
    font-family: 'Playfair Display', serif !important;
    font-size: 32px;
    font-weight: 700;
    color: #fff !important;
    line-height: 1.2;
    margin-bottom: 15px;
}

.bh-testi-marquee-desc {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #888;
}

.bh-testi-marquee-wrap {
    position: relative;
    overflow: hidden;
}

.bh-testi-marquee-track {
    display: flex;
    gap: 20px;
    animation: bh-testi-scroll 40s linear infinite;
    width: max-content;
    padding: 8px 0;
}
.bh-testi-marquee-track:hover {
    animation-play-state: paused;
}

@keyframes bh-testi-scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.bh-testi-card {
    flex-shrink: 0;
    width: 320px;
    padding: 24px;
    border-radius: 12px;
    border-top: 1px solid rgba(200,169,110,.15);
    background: linear-gradient(to bottom, rgba(255,255,255,.06), rgba(255,255,255,.02));
    transition: all 0.4s ease;
    box-shadow: 0 0 0 rgba(200,169,110,0);
    position: relative;
}
.bh-testi-card:hover {
    background: linear-gradient(to bottom, rgba(255,255,255,.09), rgba(255,255,255,.04));
    border-top-color: rgba(200,169,110,.4);
    box-shadow: 0 0 25px rgba(200,169,110,.15), 0 0 60px rgba(200,169,110,.05), inset 0 1px 0 rgba(200,169,110,.2);
}

.bh-testi-card-top {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.bh-testi-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.bh-testi-name {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
}

.bh-testi-handle {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #C8A96E;
}

.bh-testi-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #aaa;
    line-height: 1.7;
}

.bh-testi-marquee-fade {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 120px;
    z-index: 2;
    pointer-events: none;
}
.bh-testi-marquee-fade--left {
    left: 0;
    background: linear-gradient(to right, #0a0a0a, transparent);
}
.bh-testi-marquee-fade--right {
    right: 0;
    background: linear-gradient(to left, #0a0a0a, transparent);
}

@media screen and (min-width: 991.98px) {
    .bh-testi-marquee-title { font-size: 42px; }
}

/* --- TEAM LIGHTBOX --- */
.bh-team-photo { cursor: pointer; }

.bh-lightbox {
    position: fixed; inset: 0;
    background: rgba(0,0,0,.9);
    backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
    z-index: 99992;
    display: flex; align-items: center; justify-content: center;
    opacity: 0; visibility: hidden;
    transition: all .4s ease;
    padding: 30px;
}
.bh-lightbox--open { opacity: 1; visibility: visible; }

.bh-lightbox-content {
    position: relative;
    max-width: 500px; width: 100%;
    transform: scale(0.9);
    transition: transform .4s cubic-bezier(.16,1,.3,1);
}
.bh-lightbox--open .bh-lightbox-content { transform: scale(1); }

.bh-lightbox-img {
    width: 100%;
    aspect-ratio: 3/4;
    object-fit: cover;
    display: block;
}

.bh-lightbox-info {
    background: #141414;
    padding: 20px 25px;
    border-top: 2px solid #C8A96E;
}
.bh-lightbox-name {
    font-family: 'Playfair Display', serif;
    font-size: 22px; font-weight: 700; color: #fff;
    margin-bottom: 4px;
}
.bh-lightbox-role {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px; color: #C8A96E;
    text-transform: uppercase; letter-spacing: 2px;
    margin-bottom: 10px;
}
.bh-lightbox-bio {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px; color: #888; line-height: 1.7;
}

.bh-lightbox-close {
    position: absolute; top: -40px; right: 0;
    background: none; border: none; color: #fff;
    font-size: 28px; cursor: pointer;
    transition: color .3s; line-height: 1;
}
.bh-lightbox-close:hover { color: #C8A96E; }

.bh-lightbox-nav {
    position: absolute; top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,.5); border: 1px solid rgba(255,255,255,.15);
    color: #fff; width: 40px; height: 40px;
    display: flex; align-items: center; justify-content: center;
    cursor: pointer; font-size: 18px;
    transition: border-color .3s, background .3s;
}
.bh-lightbox-nav:hover { border-color: #C8A96E; background: rgba(200,169,110,.15); }
.bh-lightbox-nav--prev { left: -55px; }
.bh-lightbox-nav--next { right: -55px; }

@media (max-width: 600px) {
    .bh-lightbox-nav--prev { left: 5px; }
    .bh-lightbox-nav--next { right: 5px; }
}

/* --- FIND US / SOCIAL PLATFORMS --- */
.bh-findus { background: #0a0a0a; padding: 50px 0; border-top: 1px solid rgba(255,255,255,.05); border-bottom: 1px solid rgba(255,255,255,.05); }
.bh-findus-label { text-align: center; font-family: 'Montserrat', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: 4px; color: #C8A96E; text-transform: uppercase; margin-bottom: 25px; }
.bh-findus-grid { display: flex; justify-content: center; align-items: stretch; flex-wrap: wrap; gap: 12px; max-width: 900px; margin: 0 auto; padding: 0 20px; }
.bh-findus-item { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 18px 22px; border: 1px solid rgba(255,255,255,.08); border-radius: 12px; color: #888; text-decoration: none; transition: all .3s ease; min-width: 100px; }
.bh-findus-item:hover { border-color: rgba(200,169,110,.3); color: #fff; background: rgba(255,255,255,.03); transform: translateY(-2px); }
.bh-findus-name { font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: 1px; }
.bh-findus-tag { font-family: 'Montserrat', sans-serif; font-size: 8px; font-weight: 700; letter-spacing: 2px; background: #C8A96E; color: #0a0a0a; padding: 2px 8px; border-radius: 3px; margin-top: 2px; }
.bh-findus-item--booksy { border-color: rgba(200,169,110,.25); background: rgba(200,169,110,.05); color: #C8A96E; padding: 20px 30px; }
.bh-findus-item--booksy:hover { border-color: #C8A96E; background: rgba(200,169,110,.12); color: #fff; box-shadow: 0 0 30px rgba(200,169,110,.15); }
.bh-findus-item--booksy .bh-findus-name { font-size: 14px; font-weight: 700; }

/* --- BOOKING MODAL --- */
.bh-booking-overlay {
    position: fixed; inset: 0;
    background: rgba(0,0,0,.7);
    backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
    z-index: 99990;
    opacity: 0; visibility: hidden;
    transition: all .4s ease;
}
.bh-booking-overlay--open { opacity: 1; visibility: visible; }

.bh-booking-modal {
    position: fixed;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%) scale(0.95);
    width: 560px; max-width: 94vw;
    max-height: 90vh;
    background: #141414;
    border: 1px solid rgba(200,169,110,.15);
    z-index: 99991;
    opacity: 0; visibility: hidden;
    transition: all .4s cubic-bezier(.16,1,.3,1);
    overflow-y: auto;
    box-shadow: 0 40px 100px rgba(0,0,0,.5);
}
.bh-booking-modal--open {
    opacity: 1; visibility: visible;
    transform: translate(-50%, -50%) scale(1);
}

.bh-booking-close {
    position: absolute; top: 16px; right: 16px;
    background: none; border: none; color: #666;
    font-size: 22px; cursor: pointer; z-index: 2;
    transition: color .3s; line-height: 1;
}
.bh-booking-close:hover { color: #C8A96E; }

.bh-booking-header {
    padding: 30px 30px 0;
    text-align: center;
}
.bh-booking-title {
    font-family: 'Playfair Display', serif !important;
    font-size: 24px !important; font-weight: 700 !important;
    color: #fff !important; margin-bottom: 5px;
}
.bh-booking-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px; color: #666;
}

/* Steps indicator */
.bh-booking-steps {
    display: flex; justify-content: center; gap: 8px;
    padding: 20px 30px 10px;
}
.bh-booking-step {
    width: 40px; height: 3px;
    background: rgba(255,255,255,.1);
    border-radius: 2px;
    transition: background .3s;
}
.bh-booking-step--active { background: #C8A96E; }
.bh-booking-step--done { background: rgba(200,169,110,.4); }

/* Body */
.bh-booking-body { padding: 20px 30px 30px; }

/* Step panels */
.bh-booking-panel { display: none; }
.bh-booking-panel--active { display: block; animation: bh-book-fadein .3s ease; }
@keyframes bh-book-fadein { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }

/* Service cards */
.bh-booking-services {
    display: grid; grid-template-columns: 1fr 1fr; gap: 10px;
}
.bh-booking-svc {
    padding: 16px; border: 1px solid rgba(255,255,255,.08);
    border-radius: 8px; cursor: pointer;
    transition: all .3s; text-align: center;
}
.bh-booking-svc:hover { border-color: rgba(200,169,110,.3); }
.bh-booking-svc--selected {
    border-color: #C8A96E !important;
    background: rgba(200,169,110,.08);
}
.bh-booking-svc-name {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px; font-weight: 600; color: #fff;
    margin-bottom: 4px;
}
.bh-booking-svc-price {
    font-family: 'Playfair Display', serif;
    font-size: 20px; font-weight: 700; color: #C8A96E;
}
.bh-booking-svc-dur {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px; color: #666; margin-top: 2px;
}

/* Barber selection */
.bh-booking-barbers { display: flex; gap: 15px; justify-content: center; flex-wrap: wrap; }
.bh-booking-barber {
    text-align: center; cursor: pointer;
    padding: 12px; border: 1px solid rgba(255,255,255,.08);
    border-radius: 8px; transition: all .3s; width: 130px;
}
.bh-booking-barber:hover { border-color: rgba(200,169,110,.3); }
.bh-booking-barber--selected { border-color: #C8A96E !important; background: rgba(200,169,110,.08); }
.bh-booking-barber img {
    width: 60px; height: 60px; border-radius: 50%;
    object-fit: cover; margin-bottom: 8px;
}
.bh-booking-barber-name {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px; font-weight: 600; color: #fff;
}
.bh-booking-barber-role {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px; color: #666; text-transform: uppercase; letter-spacing: 1px;
}

/* Calendar */
.bh-booking-cal-header {
    display: flex; justify-content: space-between; align-items: center;
    margin-bottom: 15px;
}
.bh-booking-cal-month {
    font-family: 'Playfair Display', serif;
    font-size: 18px; font-weight: 700; color: #fff;
}
.bh-booking-cal-nav {
    background: none; border: 1px solid rgba(255,255,255,.1);
    color: #fff; width: 32px; height: 32px;
    display: flex; align-items: center; justify-content: center;
    cursor: pointer; transition: border-color .3s; font-size: 14px;
}
.bh-booking-cal-nav:hover { border-color: #C8A96E; }

.bh-booking-cal-grid {
    display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px;
    text-align: center;
}
.bh-booking-cal-day-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px; color: #555; text-transform: uppercase;
    padding: 4px 0; letter-spacing: 1px;
}
.bh-booking-cal-day {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px; color: #888; padding: 8px 0;
    border-radius: 6px; cursor: pointer;
    transition: all .2s;
}
.bh-booking-cal-day:hover { background: rgba(255,255,255,.05); color: #fff; }
.bh-booking-cal-day--today { color: #C8A96E; font-weight: 700; }
.bh-booking-cal-day--selected { background: #C8A96E !important; color: #0a0a0a !important; font-weight: 700; }
.bh-booking-cal-day--disabled { color: #333; cursor: default; pointer-events: none; }
.bh-booking-cal-day--empty { pointer-events: none; }

/* Time slots */
.bh-booking-times {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px;
    margin-top: 15px;
}
.bh-booking-time {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px; color: #aaa; text-align: center;
    padding: 10px; border: 1px solid rgba(255,255,255,.08);
    border-radius: 6px; cursor: pointer; transition: all .2s;
}
.bh-booking-time:hover { border-color: rgba(200,169,110,.3); color: #fff; }
.bh-booking-time--selected { background: #C8A96E !important; color: #0a0a0a !important; border-color: #C8A96E !important; font-weight: 600; }

/* Summary */
.bh-booking-summary {
    display: flex; flex-direction: column; gap: 12px;
}
.bh-booking-sum-row {
    display: flex; justify-content: space-between;
    font-family: 'Montserrat', sans-serif; font-size: 14px;
    padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.06);
}
.bh-booking-sum-label { color: #666; }
.bh-booking-sum-value { color: #fff; font-weight: 600; }
.bh-booking-sum-value--gold { color: #C8A96E; }

/* Buttons */
.bh-booking-nav {
    display: flex; gap: 10px; margin-top: 20px;
}
.bh-booking-btn {
    flex: 1; padding: 14px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px; font-weight: 600; letter-spacing: 2px;
    text-transform: uppercase; text-align: center;
    border: none; cursor: pointer; transition: all .3s;
}
.bh-booking-btn--back {
    background: transparent; border: 1px solid rgba(255,255,255,.15);
    color: #888;
}
.bh-booking-btn--back:hover { border-color: #fff; color: #fff; }
.bh-booking-btn--next {
    background: #C8A96E; color: #0a0a0a;
}
.bh-booking-btn--next:hover { background: #d4b87a; }
.bh-booking-btn--next:disabled { background: #333; color: #666; cursor: not-allowed; }

/* Confirmation */
.bh-booking-confirm {
    text-align: center; padding: 20px 0;
}
.bh-booking-confirm-icon {
    font-size: 48px; margin-bottom: 15px;
}
.bh-booking-confirm h3 {
    font-size: 22px !important; margin-bottom: 8px;
}
.bh-booking-confirm p {
    font-size: 14px; color: #888;
}

/* --- HORIZON DIGITAL STUDIO POPUP --- */
.hds-overlay{position:fixed;inset:0;background:rgba(0,0,0,.75);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);z-index:100000;display:flex;align-items:center;justify-content:center;padding:20px;opacity:0;visibility:hidden;transition:all .4s ease}
.hds-overlay--visible{opacity:1;visibility:visible}
.hds-modal{background:linear-gradient(165deg,#0f1523,#1a1f35,#0d1220);border:1px solid rgba(200,169,110,.15);max-width:520px;width:100%;max-height:90vh;overflow-y:auto;padding:40px 35px;position:relative;transform:translateY(30px) scale(.95);transition:transform .5s cubic-bezier(.16,1,.3,1);box-shadow:0 30px 80px rgba(0,0,0,.6)}
.hds-overlay--visible .hds-modal{transform:translateY(0) scale(1)}
.hds-close{position:absolute;top:15px;right:18px;background:none;border:none;color:#555;font-size:22px;cursor:pointer;transition:color .3s;line-height:1}
.hds-close:hover{color:#C8A96E}
.hds-badge{display:inline-block;background:linear-gradient(135deg,#C8A96E,#a88b4a);color:#0a0a0a;font-family:'Montserrat',sans-serif;font-size:9px;font-weight:700;letter-spacing:4px;text-transform:uppercase;padding:8px 20px;border-radius:20px;margin-bottom:22px}
.hds-title{font-family:'Playfair Display',serif!important;font-size:24px!important;font-weight:700!important;color:#fff!important;text-transform:none!important;line-height:1.35!important;margin-bottom:10px}
.hds-subtitle{font-family:'Montserrat',sans-serif;font-size:13px;color:#777;line-height:1.6;margin-bottom:25px}
.hds-divider{height:1px;background:linear-gradient(90deg,transparent,rgba(200,169,110,.2),transparent);margin:0 0 25px}
.hds-features-label{font-family:'Montserrat',sans-serif;font-size:10px;font-weight:700;letter-spacing:3px;color:#C8A96E;text-transform:uppercase;margin-bottom:15px;display:block}
.hds-features{list-style:none;padding:0;margin:0 0 25px}
.hds-features li{font-family:'Montserrat',sans-serif;font-size:13px;color:#ccc;padding:5px 0;display:flex;align-items:flex-start;gap:10px;line-height:1.5}
.hds-features li::before{content:'✓';color:#C8A96E;font-weight:700;flex-shrink:0;margin-top:1px}
.hds-price-box{border:1px solid rgba(200,169,110,.15);border-radius:8px;padding:25px;text-align:center;margin-bottom:25px;background:rgba(200,169,110,.03)}
.hds-price-label{font-family:'Montserrat',sans-serif;font-size:9px;font-weight:700;letter-spacing:3px;color:#C8A96E;text-transform:uppercase;display:block;margin-bottom:12px}
.hds-price-row{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:8px}
.hds-price-old{font-family:'Playfair Display',serif;font-size:28px;font-weight:400;color:#666;text-decoration:line-through;text-decoration-color:rgba(200,80,80,0.6)}
.hds-price-arrow{font-size:20px;color:#C8A96E}
.hds-price{font-family:'Playfair Display',serif;font-size:46px;font-weight:700;color:#fff;display:inline;line-height:1.1}
.hds-price-note{font-family:'Montserrat',sans-serif;font-size:11px;color:#999;margin-top:6px;display:block}
.hds-price-fine{font-family:'Montserrat',sans-serif;font-size:9px;color:#555;margin-top:8px;display:block;font-style:italic}
.hds-buttons{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}
.hds-btn-primary{background:linear-gradient(135deg,#C8A96E,#a88b4a);color:#0a0a0a;font-family:'Montserrat',sans-serif;font-size:13px;font-weight:700;letter-spacing:1px;padding:16px 20px;border:none;cursor:pointer;text-align:center;text-decoration:none;display:block;transition:all .3s ease}
.hds-btn-primary:hover{background:linear-gradient(135deg,#d4b87a,#b8993e);transform:translateY(-1px);box-shadow:0 6px 25px rgba(200,169,110,0.3)}
.hds-btn-secondary{background:transparent;color:#ccc;font-family:'Montserrat',sans-serif;font-size:12px;font-weight:500;padding:14px 20px;border:1px solid rgba(255,255,255,.12);cursor:pointer;transition:all .3s ease;text-align:center;text-decoration:none;display:block}
.hds-btn-secondary:hover{color:#fff;border-color:rgba(200,169,110,.3);background:rgba(200,169,110,.05)}
.hds-footer{text-align:center;padding-top:18px;border-top:1px solid rgba(255,255,255,.05)}
.hds-footer-name{font-family:'Playfair Display',serif;font-size:14px;font-weight:700;color:#fff;margin-bottom:3px}
.hds-footer-role{font-family:'Montserrat',sans-serif;font-size:10px;color:#888;letter-spacing:1px}
.hds-modal::-webkit-scrollbar{width:4px}
.hds-modal::-webkit-scrollbar-thumb{background:rgba(200,169,110,.2);border-radius:2px}

/* --- ANNA CONTACT SIDEBAR WIDGET --- */
.bh-anna-widget {
    position: fixed; right: 0; top: 50%; transform: translateY(-50%) translateX(100%);
    z-index: 9998; display: flex; flex-direction: column; gap: 8px;
    opacity: 0; transition: transform 0.5s ease, opacity 0.5s ease;
}
.bh-anna-widget--visible {
    transform: translateY(-50%) translateX(0);
    opacity: 1;
}
.bh-anna-btn {
    display: flex; align-items: center; gap: 10px;
    padding: 12px 16px 12px 20px; border-radius: 30px 0 0 30px;
    text-decoration: none; transition: all 0.3s ease; position: relative;
}
.bh-anna-btn:hover { transform: translateX(-4px); filter: brightness(1.1); }
.bh-anna-btn svg { flex-shrink: 0; }
.bh-anna-btn-label {
    font-family: Arial, sans-serif; font-size: 13px; font-weight: 700; color: #fff; white-space: nowrap;
}
/* WhatsApp button */
.bh-anna-btn--wa {
    background: #25D366; box-shadow: -3px 3px 12px rgba(0,0,0,0.25);
}
.bh-anna-btn--wa svg { animation: bh-pulse-green 2s infinite; border-radius: 50%; }
@keyframes bh-pulse-green {
    0% { box-shadow: 0 0 0 0 rgba(37,211,102,0.5); }
    70% { box-shadow: 0 0 0 10px rgba(37,211,102,0); }
    100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); }
}
/* Call button */
.bh-anna-btn--call {
    background: #C8A96E; box-shadow: -3px 3px 12px rgba(0,0,0,0.25);
}
/* CTA button */
.bh-anna-btn--cta {
    background: #1a1f35; border: 1px solid #C8A96E;
    box-shadow: -3px 3px 12px rgba(0,0,0,0.3);
    flex-direction: column; align-items: flex-start; padding: 14px 16px 14px 20px;
}
.bh-anna-btn--cta:hover { transform: translateX(-6px); background: rgba(200,169,110,0.1); filter: none; }
.bh-anna-cta-line1 { font-family: Arial, sans-serif; font-size: 11px; font-weight: 700; color: #C8A96E; letter-spacing: 1px; }
.bh-anna-cta-line2 { font-family: Arial, sans-serif; font-size: 13px; font-weight: 700; color: #fff; }
.bh-anna-cta-line3 { font-family: Arial, sans-serif; font-size: 10px; color: rgba(255,255,255,0.5); }

/* Mobile */
@media (max-width: 768px) {
    .bh-anna-widget {
        top: auto; bottom: 50%; left: 0; right: auto;
        transform: translateY(50%) translateX(-100%);
    }
    .bh-anna-widget--visible {
        transform: translateY(50%) translateX(0);
    }
    .bh-anna-btn { padding: 10px 14px 10px 12px; border-radius: 0 30px 30px 0; }
    .bh-anna-btn-label { display: none; }
    .bh-anna-btn--cta { padding: 10px 14px 10px 12px; }
    .bh-anna-cta-line1, .bh-anna-cta-line3 { display: none; }
    .bh-anna-cta-line2 { font-size: 11px; }
    .bh-anna-btn:hover { transform: translateX(4px); }
    .bh-anna-btn--cta:hover { transform: translateX(6px); }
    .bh-anna-btn--wa { box-shadow: 3px 3px 12px rgba(0,0,0,0.25); }
    .bh-anna-btn--call { box-shadow: 3px 3px 12px rgba(0,0,0,0.25); }
    .bh-anna-btn--cta { box-shadow: 3px 3px 12px rgba(0,0,0,0.3); }
}

/* --- SOCIAL PROOF NOTIFICATION --- */
.bh-social-proof {
    position: fixed;
    bottom: 25px;
    left: 25px;
    z-index: 9990;
    background: #111;
    border: 1px solid rgba(200,169,110,0.15);
    border-radius: 12px;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 340px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.5);
    transform: translateX(-120%);
    opacity: 0;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s;
    pointer-events: none;
}
.bh-social-proof--visible {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
}
.bh-social-proof-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(200,169,110,0.1);
    border: 1px solid rgba(200,169,110,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 18px;
}
.bh-social-proof-text {
    flex: 1;
    min-width: 0;
}
.bh-social-proof-name {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bh-social-proof-action {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    color: #888;
    line-height: 1.4;
}
.bh-social-proof-action strong {
    color: #C8A96E;
    font-weight: 600;
}
.bh-social-proof-time {
    font-family: 'Montserrat', sans-serif;
    font-size: 9px;
    color: #555;
    margin-top: 3px;
    display: block;
}
.bh-social-proof-close {
    position: absolute;
    top: 6px;
    right: 8px;
    background: none;
    border: none;
    color: #444;
    font-size: 14px;
    cursor: pointer;
    line-height: 1;
    padding: 0;
    transition: color 0.3s;
}
.bh-social-proof-close:hover { color: #C8A96E; }

@media (max-width: 575px) {
    .bh-social-proof { bottom: 15px; left: 15px; right: 15px; max-width: none; }
}

/* ========================================
   9. SCROLLBAR STYLING
   ======================================== */

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #0a0a0a;
}

::-webkit-scrollbar-thumb {
    background: #333;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #C8A96E;
}

/* ========================================
   10. SELECTION COLOR
   ======================================== */

::selection {
    background: rgba(200, 169, 110, 0.3);
    color: #fff;
}

::-moz-selection {
    background: rgba(200, 169, 110, 0.3);
    color: #fff;
}

/* ========================================
   11. PARALLAX SCROLLING SYSTEM
   ======================================== */

/* --- PARALLAX LAYERS (optimized) --- */
.bh-parallax-wrap { overflow: hidden; position: relative; }
[data-parallax] { backface-visibility: hidden; transform: translateZ(0); }

.hero { position: relative; overflow: hidden; }
.hero_slider-slide { backface-visibility: hidden; }
.hero_overlay, .hero_content { backface-visibility: hidden; }

.bh-about-img { overflow: hidden; }
.bh-about-img img { transform: scale(1.1); }
.bh-team-photo { overflow: hidden; }
.bh-gallery-item { overflow: hidden; }
.bh-gallery-item img { transform: scale(1.08); }
.bh-promo { overflow: hidden; position: relative; }
.bh-promo-image { overflow: hidden; }
.bh-promo-image img { transform: scale(1.1); }
.bh-premium-visual { overflow: hidden; }
.bh-product-card { transition: transform 0.2s ease-out; }
.bh-blog-media { overflow: hidden; }
.bh-blog-media img { transform: scale(1.05); }
.bh-pricing-watermark { backface-visibility: hidden; }
.bh-footer-robot { overflow: hidden; }

/* Smooth scroll — only for anchor clicks, not wheel scroll */
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

/* --- Disable parallax on mobile --- */
@media (max-width: 768px) {
    [data-parallax],
    .bh-gallery-item img,
    .bh-promo-image img,
    .bh-blog-media img {
        will-change: auto !important;
        transform: none !important;
    }
    .hero { background-attachment: scroll !important; }
}

/* ========================================
   MOBILE RESPONSIVE (iPhone / < 576px)
   ======================================== */
@media (max-width: 575px) {
    /* Hero */
    .bh-hero-title { font-size: 34px !important; }
    .bh-hero-label { font-size: 8px; letter-spacing: 4px; }
    .bh-hero-sub { font-size: 12px; }
    .bh-hero-btns { flex-direction: column; width: 100%; padding: 0 20px; }
    .bh-hero-btn { text-align: center; width: 100%; }

    /* About section */
    .bh-about-images { flex-direction: column; margin-top: -30px; }
    .bh-about-img { min-height: 300px; }
    .bh-about-title { font-size: 28px !important; }

    /* Services grid */
    .bh-booking-services { grid-template-columns: 1fr; }
    .bh-booking-times { grid-template-columns: repeat(3, 1fr); }
    .bh-booking-barbers { flex-direction: column; align-items: stretch; }
    .bh-booking-barber { width: auto; flex-direction: row; text-align: left; }

    /* Booking modal */
    .bh-booking-modal { max-width: 100vw; max-height: 100vh; width: 100%; border: none; }
    .bh-booking-body { padding: 15px 20px 20px; }
    .bh-booking-header { padding: 25px 20px 0; }

    /* Testimonials */
    .bh-testi-marquee-title { font-size: 26px; }
    .bh-testi-card { width: 280px; padding: 18px; }

    /* Mobile CTA */
    .bh-mobile-cta { padding: 40px 20px; }
    .bh-mobile-cta-title { font-size: 26px; }
    .bh-phone-frame { width: 230px; }

    /* Preloader */
    .bh-pre-logo { font-size: 30px !important; }

    /* Team */
    .bh-team-grid { gap: 15px; }

    /* Lightbox */
    .bh-lightbox-nav--prev { left: 5px; }
    .bh-lightbox-nav--next { right: 5px; }
    .bh-lightbox-content { max-width: 95vw; }
    .bh-lightbox-name { font-size: 18px; }

    /* Side panel */
    .bh-sidepanel { width: 100%; max-width: 100vw; }

    /* Widget stack */
    .bh-wa { bottom: 20px; right: 15px; }
    .bh-widget-btn { width: 42px; height: 42px; }
    .bh-totop { bottom: 20px; left: 15px; width: 40px; height: 40px; }

    /* Find Us grid */
    .bh-findus-grid { gap: 8px; }
    .bh-findus-item { padding: 12px 16px; min-width: 80px; }
    .bh-findus-item--booksy { padding: 14px 20px; }

    /* Gallery */
    .bh-gallery-grid { grid-template-columns: repeat(2, 1fr) !important; }

    /* Footer */
    .bh-footer-main { flex-direction: column; gap: 30px; padding: 30px 20px; }
}

/* Tablet tweaks (577-991px) */
@media (min-width: 576px) and (max-width: 991px) {
    .bh-hero-title { font-size: 48px !important; }
    .bh-booking-services { grid-template-columns: 1fr 1fr; }
    .bh-mobile-cta { gap: 30px; }
    .bh-testi-marquee-title { font-size: 32px; }
}

/* --- Reduce motion for accessibility --- */
@media (prefers-reduced-motion: reduce) {
    [data-parallax],
    .bh-gallery-item img,
    .bh-promo-image img,
    .bh-blog-media img,
    .bh-premium-visual img,
    .bh-team-photo img,
    .bh-about-img img {
        will-change: auto !important;
        transform: none !important;
        transition: none !important;
    }
}
