/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 15 2026 | 10:50:14 */
/* ==========================================================
   DAMIAN PHILPOTT — SITE LAYOUT MASTER V3
   HEADER + NAVIGATION + LINK COLOURS + SLIDER + ABOUT
   INCLUDES TABLET HEADER AND FOOTER REFINEMENTS

   FULL REPLACEMENT FOR:
   - Sansara Clean Master CSS
   - Site Layout Master V2

   INCLUDED — DISABLE SEPARATE COPIES:
   - Header Link States V1
   - Tablet Refinements V1

   KEEP ACTIVE SEPARATELY:
   - Master Footer V3
   - Contact page CSS
   - Contact booking strip CSS

   SETTINGS:
   CSS / External File / Head / Frontend
   ========================================================== */


/* ==========================================================
   1. GLOBAL HEADER
   ========================================================== */

.site-header {
    height: 100px;
    min-height: 100px;
    background: #000000 !important;
    color: #FFD700;
    border: 0 !important;
    box-shadow: none !important;
    z-index: 900;
}

.site-header,
.site-header a,
.site-header button,
.site-header input,
.site-header .navigation {
    font-family: Montserrat, Arial, Helvetica, sans-serif;
}

.site-header .container {
    width: 100%;
    max-width: 1480px;
    height: 100px;
    padding: 0 28px;
    margin: 0 auto;
    position: relative;
}


/* ==========================================================
   2. LOGO + NAME
   ========================================================== */

.site-header .logo {
    height: 100px;
    display: flex;
    align-items: center;
}

.site-header .logo > a {
    display: flex;
    align-items: center;
    text-decoration: none;
    white-space: nowrap;
}

.site-header .logo img {
    width: 64px !important;
    height: 64px !important;
    max-width: 64px !important;
    object-fit: contain;
    display: block;
}

.site-header .logo > a::after {
    content: "DAMIAN PHILPOTT";
    display: inline-block;
    margin-left: 22px;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .20em;
    white-space: nowrap;
}


/* ==========================================================
   3. DESKTOP RIGHT SIDE
   ========================================================== */

.site-header .fr {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}


/* ==========================================================
   4. DESKTOP NAVIGATION
   ========================================================== */

.navigation.visible_menu {
    height: 100px;
    display: flex;
    align-items: center;
    margin-right: 24px;
}

.navigation .menu {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

.navigation .menu > li {
    position: relative;
    margin: 0 30px 0 0;
    padding: 0;
}

.navigation .menu > li:last-child {
    margin-right: 0;
}

.navigation .menu > li > a {
    position: relative;
    display: flex;
    align-items: center;
    height: 100px;
    padding: 0;
    color: #FFD700 !important;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .035em;
    text-decoration: none !important;
    white-space: nowrap;
}

.navigation .menu > li > a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 31px;
    width: 100%;
    height: 1px;
    background: #FFD700;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .2s ease;
}

.navigation .menu > li:hover > a::after,
.navigation .menu > li.current-menu-item > a::after,
.navigation .menu > li.current-menu-parent > a::after {
    transform: scaleX(1);
}

.navigation .menu > li:first-child > a {
    font-weight: 700;
}

.navigation .menu > li:first-child > a::after {
    height: 2px;
    transform: scaleX(1);
}


/* ==========================================================
   5. DESKTOP NAV — NATURAL WIDTH / SPACING
   ========================================================== */

@media (min-width: 1200px) {

    .site-header .fr {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        gap: 0 !important;
        width: auto !important;
        max-width: none !important;
        overflow: visible !important;
    }

    .site-header .navigation.visible_menu {
        display: flex !important;
        align-items: center !important;
        width: auto !important;
        min-width: max-content !important;
        max-width: none !important;
        margin-right: 24px !important;
        overflow: visible !important;
        flex: 0 0 auto !important;
    }

    .site-header .navigation .menu {
        display: flex !important;
        align-items: center !important;
        width: max-content !important;
        min-width: max-content !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 !important;
        gap: 34px !important;
        overflow: visible !important;
        flex-wrap: nowrap !important;
    }

    .site-header .navigation .menu > li {
        display: block !important;
        width: auto !important;
        min-width: max-content !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 !important;
        flex: 0 0 auto !important;
    }

    .site-header .navigation .menu > li > a {
        position: relative !important;
        display: inline-flex !important;
        align-items: center !important;
        width: auto !important;
        min-width: max-content !important;
        max-width: none !important;
        height: 100px !important;
        margin: 0 !important;
        padding: 0 !important;
        white-space: nowrap !important;
        color: #FFD700 !important;
        font-size: 12px !important;
        font-weight: 600 !important;
        line-height: 1 !important;
        letter-spacing: .035em !important;
        text-decoration: none !important;
    }

    .site-header .navigation .menu > li > a::after {
        content: "" !important;
        position: absolute !important;
        left: 0 !important;
        right: auto !important;
        bottom: 31px !important;
        width: 100% !important;
        height: 1px !important;
        margin: 0 !important;
        background: #FFD700 !important;
        transform: scaleX(0) !important;
        transform-origin: left center !important;
        transition: transform .2s ease !important;
    }

    .site-header .navigation .menu > li:hover > a::after,
    .site-header .navigation .menu > li.current-menu-item > a::after,
    .site-header .navigation .menu > li.current-menu-parent > a::after {
        transform: scaleX(1) !important;
    }

    .site-header .navigation .menu > li:first-child > a {
        font-weight: 700 !important;
    }

    .site-header .navigation .menu > li:first-child > a::after {
        width: 100% !important;
        height: 2px !important;
        transform: scaleX(1) !important;
    }
}


/* ==========================================================
   6. DROPDOWNS
   ========================================================== */

.navigation .sub-menu {
    width: 250px;
    min-width: 250px;
    padding: 12px 0;
    background: #090909 !important;
    border: 1px solid #2A2A2A;
    box-shadow: 0 16px 35px rgba(0,0,0,.55);
}

.navigation .sub-menu li {
    margin: 0;
    padding: 0;
}

.navigation .sub-menu li a {
    display: block;
    padding: 11px 18px;
    color: #FFFFFF !important;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: .08em;
    text-decoration: none;
}

.navigation .sub-menu li:first-child > a {
    color: #FFD700 !important;
}

.navigation .sub-menu li a:hover {
    color: #FFD700 !important;
    background: #111111 !important;
}


/* ==========================================================
   7. SEARCH
   ========================================================== */

.site-header .search-button {
    width: 24px;
    height: 100px;
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFD700 !important;
    cursor: pointer;
}

.site-header .search-button i {
    color: #FFD700 !important;
    font-size: 18px;
}

.close.ui-interface-delete {
    width: 44px !important;
    height: 44px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #FFD700 !important;
    font-size: 28px !important;
    line-height: 44px !important;
    opacity: 1 !important;
}


/* ==========================================================
   8. CART
   ========================================================== */

.site-header .header-minicart {
    position: relative;
    width: 28px;
    height: 100px;
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-header .header-minicart .hm-cunt {
    position: relative;
    width: 28px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFD700 !important;
}

.site-header .header-minicart .hm-cunt i {
    color: #FFD700 !important;
    font-size: 19px;
}

.site-header .header-minicart .hm-cunt > span {
    position: absolute;
    top: 43px;
    right: -6px;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #FFD700 !important;
    color: #000000 !important;
    font-size: 8px;
    font-weight: 700;
    line-height: 16px;
}


/* ==========================================================
   9. DESKTOP SEARCH + CART
   ========================================================== */

@media (min-width: 1200px) {

    .site-header .search-button {
        position: relative !important;
        width: 24px !important;
        height: 100px !important;
        margin: 0 18px 0 0 !important;
        padding: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        flex: 0 0 24px !important;
    }

    .site-header .search-button i {
        display: block !important;
        margin: 0 !important;
        color: #FFD700 !important;
        font-size: 18px !important;
        line-height: 1 !important;
    }

    .site-header .header-minicart {
        position: relative !important;
        width: 28px !important;
        height: 100px !important;
        margin: 0 !important;
        padding: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        flex: 0 0 28px !important;
    }

    .site-header .header-minicart .hm-cunt {
        position: relative !important;
        width: 28px !important;
        height: 100px !important;
        margin: 0 !important;
        padding: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .site-header .header-minicart .hm-cunt i {
        display: block !important;
        margin: 0 !important;
        color: #FFD700 !important;
        font-size: 19px !important;
        line-height: 1 !important;
    }

    .site-header .header-minicart .hm-cunt > span {
        top: 43px !important;
        right: -6px !important;
        min-width: 16px !important;
        height: 16px !important;
        line-height: 16px !important;
    }
}


/* ==========================================================
   10. MINI CART
   ========================================================== */

.site-header .minicart-wrap {
    width: 310px;
    top: 100px;
    right: -4px;
    padding: 18px;
    background: #090909 !important;
    border: 1px solid #2A2A2A;
    box-shadow: 0 16px 35px rgba(0,0,0,.6);
}

.site-header .minicart-wrap::before {
    content: "YOUR CART";
    display: block;
    margin-bottom: 14px;
    color: #FFD700;
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .18em;
}

.site-header .minicart-wrap .empty {
    color: #BEBEBE;
    font-size: 11px;
    line-height: 1.5;
}

.site-header .butter-button.hidden {
    display: none !important;
}


/* ==========================================================
   11. TABLET HEADER — BASE
   ========================================================== */

@media (min-width: 768px) and (max-width: 1199px) {

    .site-header .container {
        padding-left: 24px;
        padding-right: 24px;
    }

    .site-header .logo img {
        width: 54px !important;
        height: 54px !important;
        max-width: 54px !important;
    }

    .site-header .logo > a::after {
        margin-left: 16px;
        font-size: 12px;
        letter-spacing: .15em;
    }

    .navigation .menu > li {
        margin-right: 18px;
    }

    .navigation .menu > li > a {
        font-size: 10px;
    }
}


/* ==========================================================
   12. MOBILE HEADER
   ========================================================== */

@media (max-width: 767px) {

    .site-header {
        height: 94px !important;
        min-height: 94px !important;
        background: #000000 !important;
    }

    .site-header .container {
        width: 100%;
        height: 94px !important;
        padding: 0 15px;
        position: relative;
    }

    .site-header .fr {
        position: static !important;
        display: block !important;
        width: 100% !important;
        height: 94px !important;
    }

    /* MOBILE LOGO */

    .site-header .logo {
        position: absolute;
        top: 0;
        left: 15px;
        height: 60px !important;
        z-index: 10;
    }

    .site-header .logo > a {
        height: 60px !important;
    }

    .site-header .logo img {
        width: 44px !important;
        height: 44px !important;
        max-width: 44px !important;
    }

    .site-header .logo > a::after {
        margin-left: 11px;
        color: #FFFFFF !important;
        font-size: 10px !important;
        font-weight: 500 !important;
        letter-spacing: .16em !important;
        white-space: nowrap !important;
    }

    /* MOBILE BOOK APPOINTMENT */

    header.site-header .fr > a.damian-mobile-booking {
        position: absolute !important;
        top: 50px !important;
        left: 50% !important;
        right: auto !important;
        bottom: auto !important;
        transform: translateX(-50%) !important;
        display: inline-block !important;
        width: max-content !important;
        min-width: 0 !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 0 4px !important;
        color: #FFD700 !important;
        background: transparent !important;
        border: 0 !important;
        border-bottom: 2px solid #FFD700 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        font-family: Montserrat, Arial, Helvetica, sans-serif !important;
        font-size: 12px !important;
        font-weight: 700 !important;
        line-height: 15px !important;
        letter-spacing: .06em !important;
        text-align: center !important;
        text-decoration: none !important;
        white-space: nowrap !important;
        z-index: 20 !important;
    }

    header.site-header .fr > a.damian-mobile-booking::before,
    header.site-header .fr > a.damian-mobile-booking::after {
        content: none !important;
        display: none !important;
        width: 0 !important;
        height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        background: none !important;
        box-shadow: none !important;
    }

    /* HAMBURGER */

    .site-header .butter-button.visible_menu {
        position: absolute !important;
        top: 21px !important;
        right: 100px !important;
        width: 24px !important;
        height: 18px !important;
        margin: 0 !important;
        padding: 0 !important;
        display: block !important;
        z-index: 30 !important;
    }

    .site-header .butter-button.visible_menu::before,
    .site-header .butter-button.visible_menu::after,
    .site-header .butter-button.visible_menu > div {
        content: "";
        position: absolute;
        left: 0;
        width: 24px;
        height: 2px;
        margin: 0;
        background: #FFD700 !important;
        border: 0;
        transition:
            transform .22s ease,
            top .22s ease,
            opacity .18s ease;
    }

    .site-header .butter-button.visible_menu::before {
        top: 0;
    }

    .site-header .butter-button.visible_menu > div {
        top: 8px;
    }

    .site-header .butter-button.visible_menu::after {
        top: 16px;
    }

    .site-header .butter-button.visible_menu.active::before {
        top: 8px;
        transform: rotate(45deg);
    }

    .site-header .butter-button.visible_menu.active > div {
        opacity: 0;
    }

    .site-header .butter-button.visible_menu.active::after {
        top: 8px;
        transform: rotate(-45deg);
    }

    /* SEARCH */

    .site-header .search-button {
        position: absolute !important;
        top: 0 !important;
        right: 56px !important;
        width: 22px !important;
        height: 60px !important;
        margin: 0 !important;
        padding: 0 !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
        z-index: 30 !important;
    }

    .site-header .search-button i {
        color: #FFD700 !important;
        font-size: 18px !important;
    }

    /* CART */

    .site-header .header-minicart {
        position: absolute !important;
        top: 0 !important;
        right: 15px !important;
        width: 24px !important;
        height: 60px !important;
        margin: 0 !important;
        padding: 0 !important;
        z-index: 30 !important;
    }

    .site-header .header-minicart .hm-cunt {
        width: 24px !important;
        height: 60px !important;
    }

    .site-header .header-minicart .hm-cunt i {
        color: #FFD700 !important;
        font-size: 18px !important;
    }

    header.site-header .header-minicart .hm-cunt > span {
        top: 26px !important;
        right: -7px !important;
        min-width: 14px !important;
        height: 14px !important;
        padding: 0 3px !important;
        background: #FFD700 !important;
        color: #000000 !important;
        font-size: 7px !important;
        line-height: 14px !important;
    }

    /* MOBILE NAVIGATION */

    .site-header .navigation {
        position: fixed !important;
        top: 94px !important;
        right: 0 !important;
        width: 280px !important;
        max-width: 82vw !important;
        height: calc(100vh - 94px) !important;
        margin: 0 !important;
        padding: 25px 22px !important;
        overflow-y: auto;
        background: #000000 !important;
        border-left: 1px solid #222222;
        z-index: 850 !important;
    }

    .site-header .navigation .menu {
        display: block !important;
        width: 100% !important;
    }

    .site-header .navigation .menu > li {
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        border-bottom: 1px solid #1D1D1D;
    }

    .site-header .navigation .menu > li > a {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        padding: 17px 0 !important;
        color: #FFFFFF !important;
        font-size: 12px !important;
        font-weight: 500 !important;
        line-height: 1.4 !important;
        letter-spacing: .08em !important;
    }

    .site-header .navigation .menu > li:first-child > a {
        color: #FFD700 !important;
        font-weight: 700 !important;
    }

    .site-header .navigation .menu > li > a::after {
        display: none !important;
    }

    .site-header .navigation .sub-menu {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        width: 100% !important;
        min-width: 0 !important;
        margin: 0 0 12px !important;
        padding: 0 0 0 14px !important;
        background: transparent !important;
        border: 0 !important;
        border-left: 1px solid #333333 !important;
        box-shadow: none !important;
    }

    .site-header .navigation .sub-menu li a {
        padding: 10px 0 !important;
        font-size: 10px !important;
    }

    /* MOBILE MINI CART */

    .site-header .minicart-wrap {
        position: fixed !important;
        top: 94px !important;
        right: 15px !important;
        width: 270px !important;
        max-width: calc(100vw - 30px) !important;
    }
}


/* ==========================================================
   13. SMALL MOBILE HEADER
   ========================================================== */

@media (max-width: 400px) {

    .site-header .logo > a::after {
        font-size: 9px !important;
        letter-spacing: .14em !important;
    }

    .site-header .butter-button.visible_menu {
        right: 96px !important;
    }

    .site-header .search-button {
        right: 54px !important;
    }

    header.site-header .fr > a.damian-mobile-booking {
        font-size: 11.5px !important;
    }
}

@media (max-width: 375px) {

    .site-header .logo img {
        width: 41px !important;
        height: 41px !important;
        max-width: 41px !important;
    }

    .site-header .logo > a::after {
        margin-left: 9px !important;
        font-size: 8.5px !important;
        letter-spacing: .11em !important;
    }

    .site-header .butter-button.visible_menu {
        right: 91px !important;
    }

    .site-header .search-button {
        right: 52px !important;
    }

    header.site-header .fr > a.damian-mobile-booking {
        font-size: 11px !important;
    }
}

@media (max-width: 360px) {

    .site-header .logo img {
        width: 39px !important;
        height: 39px !important;
        max-width: 39px !important;
    }

    .site-header .logo > a::after {
        margin-left: 8px !important;
        font-size: 8px !important;
        letter-spacing: .09em !important;
    }

    .site-header .butter-button.visible_menu {
        right: 88px !important;
    }

    .site-header .search-button {
        right: 50px !important;
    }

    header.site-header .fr > a.damian-mobile-booking {
        font-size: 10.5px !important;
    }
}


/* ==========================================================
   14. HERO
   ========================================================== */

.heading-container:empty {
    display: none !important;
}


/* ==========================================================
   15. SLIDER NAVIGATION
   ========================================================== */

.slider-navigation.slider-navigation-style1 {
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    color: #FFFFFF;
}

.slider-navigation.slider-navigation-style1 .container {
    width: 100%;
    max-width: 1480px;
    padding-left: 28px;
    padding-right: 28px;
    display: flex;
    align-items: center;
    gap: 18px;
}

.slider-navigation.slider-navigation-style1 .count {
    color: #FFFFFF;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .08em;
    white-space: nowrap;
}

.slider-navigation.slider-navigation-style1 .line {
    width: 165px;
    height: 1px;
    overflow: hidden;
    background: rgba(255,255,255,.30);
}

.slider-navigation.slider-navigation-style1 .line > div {
    height: 1px;
    background: #FFD700 !important;
}

.slider-navigation.slider-navigation-style1 .arrows {
    display: flex;
    align-items: center;
    gap: 12px;
}

.slider-navigation.slider-navigation-style1 .prev,
.slider-navigation.slider-navigation-style1 .next {
    width: 18px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #A5A5A5 !important;
    font-size: 11px;
    cursor: pointer;
}

.slider-navigation.slider-navigation-style1 .prev:hover,
.slider-navigation.slider-navigation-style1 .next:hover {
    color: #FFFFFF !important;
}


/* ==========================================================
   16. MOBILE SLIDER
   ========================================================== */

@media (max-width: 767px) {

    .slider-navigation.slider-navigation-style1 {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 24px;
        pointer-events: none;
    }

    .slider-navigation.slider-navigation-style1 .container {
        padding-left: 24px;
        padding-right: 24px;
        gap: 0;
    }

    .slider-navigation.slider-navigation-style1 .count {
        margin-right: 14px;
        font-size: 10px;
    }

    .slider-navigation.slider-navigation-style1 .line {
        width: 90px;
        margin-right: 14px;
    }

    .slider-navigation.slider-navigation-style1 .arrows {
        gap: 10px;
        pointer-events: auto;
    }

    .slider-navigation.slider-navigation-style1 .prev,
    .slider-navigation.slider-navigation-style1 .next {
        width: 20px;
        height: 24px;
        color: rgba(255,255,255,.8) !important;
    }
}


/* ==========================================================
   17. ABOUT ME — SECTION LAYOUT
   ========================================================== */

.vc_custom_1788787601253 {
    background: #000000 !important;
    margin: 0 !important;
    padding: 100px 4.5vw 135px !important;
    align-items: flex-start !important;
}

.vc_custom_1788787601253 > .wpb_column {
    display: flex;
    align-items: flex-start;
}

.vc_custom_1788787601253 > .wpb_column > .vc_column-inner {
    width: 100%;
    padding-top: 0 !important;
}


/* ==========================================================
   18. ABOUT HEADING
   ========================================================== */

.vc_custom_1788787601253 .pt-special-heading {
    margin: 0 0 22px !important;
}

.vc_custom_1788787601253 .pt-special-heading .sub-heading {
    margin: 0 0 12px !important;
    color: #FFD700 !important;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-size: 10px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    letter-spacing: .22em !important;
    text-transform: uppercase;
}

.vc_custom_1788787601253 .pt-special-heading .heading {
    margin: 0 !important;
    color: #FFFFFF !important;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-size: clamp(58px, 4.6vw, 82px) !important;
    font-weight: 200 !important;
    line-height: .96 !important;
    letter-spacing: .02em !important;
    text-transform: uppercase;
    white-space: nowrap;
}

.vc_custom_1788787601253 .pt-special-heading::after {
    content: "";
    display: block;
    width: 38px;
    height: 2px;
    margin-top: 17px;
    background: #FFD700;
}


/* ==========================================================
   19. ABOUT BODY
   ========================================================== */

.vc_custom_1788787601253 .wpb_text_column {
    margin-bottom: 0 !important;
}

.vc_custom_1788787601253 .wpb_text_column .wpb_wrapper {
    max-width: 620px;
}

.vc_custom_1788787601253 .wpb_text_column p {
    margin: 0 0 20px !important;
    color: #C5C5C5 !important;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-size: 15.5px !important;
    font-weight: 400;
    line-height: 1.72 !important;
}

.vc_custom_1788787601253 .wpb_text_column strong {
    color: #FFFFFF !important;
    font-weight: 600;
}

.vc_custom_1788787601253 .wpb_text_column p:last-child {
    max-width: 590px;
    margin-top: 32px !important;
    margin-bottom: 0 !important;
    padding-top: 24px;
    border-top: 2px solid #FFD700;
}

.vc_custom_1788787601253 .wpb_text_column p:last-child strong {
    display: block;
    color: #FFFFFF !important;
    font-size: 23px !important;
    font-weight: 300 !important;
    line-height: 1.35 !important;
    letter-spacing: .01em;
}


/* ==========================================================
   20. ABOUT PORTRAIT
   ========================================================== */

.vc_custom_1788787601253 .wpb_single_image {
    width: 100%;
    margin-top: 150px !important;
    margin-bottom: 0 !important;
}

.vc_custom_1788787601253 .wpb_single_image .wpb_wrapper,
.vc_custom_1788787601253 .wpb_single_image .vc_figure {
    width: 100%;
    height: auto;
    display: block;
}

.vc_custom_1788787601253 .vc_single_image-wrapper {
    position: relative;
    display: block !important;
    width: 100% !important;
    max-width: 700px;
    height: auto !important;
    margin: 0;
    overflow: hidden;
    background: #000000;
}

.vc_custom_1788787601253 .vc_single_image-wrapper img {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0;
    object-fit: contain !important;
    object-position: center center;
    filter: grayscale(100%) contrast(1.03);
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.vc_custom_1788787601253 .vc_single_image-wrapper::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background:
        linear-gradient(
            to right,
            rgba(0,0,0,.46) 0%,
            rgba(0,0,0,.14) 8%,
            rgba(0,0,0,0) 18%,
            rgba(0,0,0,0) 88%,
            rgba(0,0,0,.18) 96%,
            rgba(0,0,0,.34) 100%
        ),
        linear-gradient(
            to bottom,
            rgba(0,0,0,.22) 0%,
            rgba(0,0,0,0) 12%,
            rgba(0,0,0,0) 88%,
            rgba(0,0,0,.30) 100%
        );
}


/* ==========================================================
   21. ABOUT — LARGE DESKTOP
   ========================================================== */

@media (min-width: 1400px) {

    .vc_custom_1788787601253 {
        padding: 100px 5vw 140px !important;
    }

    .vc_custom_1788787601253 > .wpb_column:first-child {
        width: 52% !important;
    }

    .vc_custom_1788787601253 > .wpb_column:last-child {
        width: 48% !important;
    }

    .vc_custom_1788787601253 > .wpb_column:first-child > .vc_column-inner {
        padding-right: 30px !important;
    }

    .vc_custom_1788787601253 > .wpb_column:last-child > .vc_column-inner {
        padding-left: 12px !important;
        transform: none !important;
    }

    .vc_custom_1788787601253 .pt-special-heading .heading {
        font-size: 78px !important;
    }

    .vc_custom_1788787601253 .wpb_text_column .wpb_wrapper {
        max-width: 625px;
    }

    .vc_custom_1788787601253 .wpb_single_image {
        margin-top: 150px !important;
    }
}


/* ==========================================================
   22. ABOUT — TABLET
   ========================================================== */

@media (min-width: 768px) and (max-width: 1199px) {

    .vc_custom_1788787601253 {
        padding: 80px 35px 100px !important;
    }

    .vc_custom_1788787601253 .pt-special-heading .heading {
        font-size: 54px !important;
        white-space: normal;
    }

    .vc_custom_1788787601253 .wpb_text_column p {
        font-size: 14px !important;
    }

    .vc_custom_1788787601253 .wpb_text_column p:last-child strong {
        font-size: 20px !important;
    }

    .vc_custom_1788787601253 .wpb_single_image {
        margin-top: 70px !important;
    }
}


/* ==========================================================
   23. ABOUT — MOBILE
   ========================================================== */

@media (max-width: 767px) {

    .vc_custom_1788787601253 {
        display: block !important;
        padding: 62px 18px 74px !important;
    }

    .vc_custom_1788787601253 > .wpb_column {
        display: block !important;
        width: 100% !important;
        transform: none !important;
    }

    .vc_custom_1788787601253 > .wpb_column > .vc_column-inner {
        padding-left: 0 !important;
        padding-right: 0 !important;
        transform: none !important;
    }

    .vc_custom_1788787601253 .pt-special-heading {
        margin-bottom: 24px !important;
    }

    .vc_custom_1788787601253 .pt-special-heading .sub-heading {
        margin-bottom: 10px !important;
        font-size: 10px !important;
        letter-spacing: .20em !important;
    }

    .vc_custom_1788787601253 .pt-special-heading .heading {
        font-size: 43px !important;
        font-weight: 200 !important;
        line-height: 1 !important;
        white-space: normal;
    }

    .vc_custom_1788787601253 .pt-special-heading::after {
        width: 36px;
        margin-top: 16px;
    }

    .vc_custom_1788787601253 .wpb_text_column .wpb_wrapper {
        width: 100%;
        max-width: none;
    }

    .vc_custom_1788787601253 .wpb_text_column p {
        margin-bottom: 18px !important;
        font-size: 13px !important;
        line-height: 1.68 !important;
    }

    .vc_custom_1788787601253 .wpb_text_column p:last-child {
        margin-top: 26px !important;
        padding-top: 22px;
    }

    .vc_custom_1788787601253 .wpb_text_column p:last-child strong {
        font-size: 20px !important;
        line-height: 1.4 !important;
    }

    .vc_custom_1788787601253 > .wpb_column:last-child {
        margin-top: 38px !important;
    }

    .vc_custom_1788787601253 .wpb_single_image {
        margin-top: 0 !important;
    }

    .vc_custom_1788787601253 .vc_single_image-wrapper {
        width: 100% !important;
        max-width: none;
    }

    .vc_custom_1788787601253 .vc_single_image-wrapper img {
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        object-fit: contain !important;
    }

    .vc_custom_1788787601253 .vc_single_image-wrapper::after {
        background:
            linear-gradient(
                to right,
                rgba(0,0,0,.25) 0%,
                rgba(0,0,0,0) 14%,
                rgba(0,0,0,0) 90%,
                rgba(0,0,0,.20) 100%
            ),
            linear-gradient(
                to bottom,
                rgba(0,0,0,.12) 0%,
                rgba(0,0,0,0) 12%,
                rgba(0,0,0,0) 90%,
                rgba(0,0,0,.25) 100%
            );
    }
}


/* ==========================================================
   24. ABOUT — SMALL MOBILE
   ========================================================== */

@media (max-width: 400px) {

    .vc_custom_1788787601253 {
        padding: 56px 16px 68px !important;
    }

    .vc_custom_1788787601253 .pt-special-heading .heading {
        font-size: 39px !important;
    }

    .vc_custom_1788787601253 .wpb_text_column p {
        font-size: 12.5px !important;
    }

    .vc_custom_1788787601253 .wpb_text_column p:last-child strong {
        font-size: 19px !important;
    }
}


/* ==========================================================
   25. TABLET REFINEMENTS — 768px TO 991px
   HEADER ALIGNMENT + WIDER FOOTER BIOGRAPHY
   ========================================================== */

@media (min-width: 768px) and (max-width: 991px) {

    header.site-header .fr {
        display: flex !important;
        align-items: center !important;
        flex-wrap: nowrap !important;
        gap: 16px !important;
        width: auto !important;
    }

    header.site-header .fr > .damian-mobile-booking {
        position: static !important;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;
        transform: none !important;
        margin: 0 !important;
        flex: 0 0 auto !important;
        align-self: center !important;
        display: inline-flex !important;
        align-items: center !important;
        min-height: 44px !important;
        font-size: 12px !important;
        line-height: 1.4 !important;
        white-space: nowrap !important;
    }

    header.site-header .fr > .butter-button,
    header.site-header .fr > .search-button,
    header.site-header .fr > .header-minicart {
        margin: 0 !important;
        top: auto !important;
        align-self: center !important;
        flex-shrink: 0 !important;
    }

    .site-footer #black-studio-tinymce-1 .textwidget > div {
        width: 100% !important;
        max-width: 520px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: center !important;
    }

    .site-footer #black-studio-tinymce-1 p {
        max-width: 520px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: center !important;
    }

    .site-footer .footer-wrap .row > .col-md-4:first-child {
        margin-bottom: 32px !important;
    }
}


/* ==========================================================
   26. HEADER LINK COLOURS — FINAL OVERRIDES
   SOFT WHITE + GOLD HOVER / FOCUS / CURRENT PAGE
   ========================================================== */

/* Main navigation: soft white by default. */

header.site-header .navigation .menu > li > a {
    color: #E0E0E0 !important;
    transition: color .2s ease !important;
}

/* Highlight hover, keyboard focus and current section. */

header.site-header .navigation .menu > li:hover > a,
header.site-header .navigation .menu > li > a:focus-visible,
header.site-header .navigation .menu > li.current-menu-item > a,
header.site-header .navigation .menu > li.current-menu-parent > a,
header.site-header .navigation .menu > li.current-menu-ancestor > a,
header.site-header .navigation .menu > li > a[aria-current="page"] {
    color: #FFD700 !important;
}

/* Booking remains gold. */

header.site-header .navigation .menu > li#menu-item-1212 > a,
header.site-header .fr > a.damian-mobile-booking {
    color: #FFD700 !important;
}

/* Desktop and landscape tablet underline. */

@media (min-width: 992px) {

    header.site-header .navigation .menu > li > a::after {
        background: #FFD700 !important;
        transform: scaleX(0) !important;
        transform-origin: left center !important;
        transition: transform .2s ease !important;
    }

    header.site-header .navigation .menu > li:hover > a::after,
    header.site-header .navigation .menu > li > a:focus-visible::after,
    header.site-header .navigation .menu > li.current-menu-item > a::after,
    header.site-header .navigation .menu > li.current-menu-parent > a::after,
    header.site-header .navigation .menu > li.current-menu-ancestor > a::after,
    header.site-header .navigation .menu > li > a[aria-current="page"]::after,
    header.site-header .navigation .menu > li#menu-item-1212 > a::after {
        transform: scaleX(1) !important;
    }
}

/* Collapsed menus: keyboard focus and tap feedback. */

@media (max-width: 991px) {

    header.site-header .navigation .menu > li > a:focus-visible {
        outline: 1px solid #FFD700 !important;
        outline-offset: -3px !important;
    }

    header.site-header .navigation .menu > li > a:active {
        color: #FFD700 !important;
        background-color: #151515 !important;
    }
}

/* Reduced-motion preference. */

@media (prefers-reduced-motion: reduce) {

    header.site-header .navigation .menu > li > a,
    header.site-header .navigation .menu > li > a::after {
        transition: none !important;
    }
}


/* ==========================================================
   27. LANDSCAPE PHONE HEADER — CLOSED DRAWER FIX
   Wide/short phones must use the mobile header pattern.
   The drawer stays CLOSED until the hamburger is active.
   ========================================================== */

@media screen and (orientation: landscape) and (max-height: 600px) {

    /* HEADER SHELL */

    .site-header {
        height: 94px !important;
        min-height: 94px !important;
        background: #000000 !important;
    }

    .site-header .container {
        width: 100% !important;
        height: 94px !important;
        padding: 0 20px !important;
        position: relative !important;
    }

    .site-header .fr {
        position: static !important;
        display: block !important;
        width: 100% !important;
        height: 94px !important;
    }

    /* LOGO */

    .site-header .logo {
        position: absolute !important;
        top: 0 !important;
        left: 20px !important;
        height: 60px !important;
        z-index: 10 !important;
    }

    .site-header .logo > a {
        height: 60px !important;
    }

    .site-header .logo img {
        width: 44px !important;
        height: 44px !important;
        max-width: 44px !important;
    }

    .site-header .logo > a::after {
        margin-left: 11px !important;
        color: #FFFFFF !important;
        font-size: 10px !important;
        font-weight: 500 !important;
        letter-spacing: .16em !important;
        white-space: nowrap !important;
    }

    /* BOOK APPOINTMENT LINK */

    header.site-header .fr > a.damian-mobile-booking {
        position: absolute !important;
        top: 50px !important;
        left: 50% !important;
        right: auto !important;
        bottom: auto !important;
        transform: translateX(-50%) !important;

        display: inline-block !important;
        width: max-content !important;
        min-width: 0 !important;
        max-width: none !important;

        margin: 0 !important;
        padding: 0 0 4px !important;

        color: #FFD700 !important;
        background: transparent !important;
        border: 0 !important;
        border-bottom: 2px solid #FFD700 !important;
        border-radius: 0 !important;
        box-shadow: none !important;

        font-family: Montserrat, Arial, Helvetica, sans-serif !important;
        font-size: 12px !important;
        font-weight: 700 !important;
        line-height: 15px !important;
        letter-spacing: .06em !important;
        text-align: center !important;
        text-decoration: none !important;
        white-space: nowrap !important;

        z-index: 30 !important;
    }

    header.site-header .fr > a.damian-mobile-booking::before,
    header.site-header .fr > a.damian-mobile-booking::after {
        content: none !important;
        display: none !important;
    }

    /* FORCE THE HAMBURGER TO EXIST IN LANDSCAPE PHONE MODE.
       The theme can mark it .hidden above 767px, so override that here. */

    .site-header .butter-button,
    .site-header .butter-button.hidden,
    .site-header .butter-button.visible_menu {
        position: absolute !important;
        top: 21px !important;
        right: 105px !important;

        width: 24px !important;
        height: 18px !important;

        margin: 0 !important;
        padding: 0 !important;

        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        pointer-events: auto !important;

        z-index: 1000 !important;
    }

    .site-header .butter-button::before,
    .site-header .butter-button::after,
    .site-header .butter-button > div {
        content: "" !important;
        position: absolute !important;
        left: 0 !important;

        width: 24px !important;
        height: 2px !important;

        margin: 0 !important;
        padding: 0 !important;

        background: #FFD700 !important;
        border: 0 !important;

        transition:
            transform .22s ease,
            top .22s ease,
            opacity .18s ease !important;
    }

    .site-header .butter-button::before {
        top: 0 !important;
    }

    .site-header .butter-button > div {
        top: 8px !important;
    }

    .site-header .butter-button::after {
        top: 16px !important;
    }

    .site-header .butter-button.active::before {
        top: 8px !important;
        transform: rotate(45deg) !important;
    }

    .site-header .butter-button.active > div {
        opacity: 0 !important;
    }

    .site-header .butter-button.active::after {
        top: 8px !important;
        transform: rotate(-45deg) !important;
    }

    /* SEARCH */

    .site-header .search-button {
        position: absolute !important;
        top: 0 !important;
        right: 60px !important;

        width: 22px !important;
        height: 60px !important;

        margin: 0 !important;
        padding: 0 !important;

        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        z-index: 40 !important;
    }

    .site-header .search-button i {
        color: #FFD700 !important;
        font-size: 18px !important;
    }

    /* CART */

    .site-header .header-minicart {
        position: absolute !important;
        top: 0 !important;
        right: 20px !important;

        width: 24px !important;
        height: 60px !important;

        margin: 0 !important;
        padding: 0 !important;

        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        z-index: 40 !important;
    }

    .site-header .header-minicart .hm-cunt {
        width: 24px !important;
        height: 60px !important;
    }

    .site-header .header-minicart .hm-cunt i {
        color: #FFD700 !important;
        font-size: 18px !important;
    }

    header.site-header .header-minicart .hm-cunt > span {
        top: 26px !important;
        right: -7px !important;
    }

    /* ----------------------------------------------------------
       DRAWER — CLOSED BY DEFAULT
       ---------------------------------------------------------- */

    header.site-header .navigation,
    header.site-header .navigation.visible_menu {
        position: fixed !important;
        top: 94px !important;
        right: 0 !important;
        left: auto !important;

        width: 280px !important;
        min-width: 0 !important;
        max-width: 82vw !important;
        height: calc(100vh - 94px) !important;

        margin: 0 !important;
        padding: 25px 22px !important;

        display: block !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;

        background: #000000 !important;
        border-left: 1px solid #222222 !important;
        box-shadow: -18px 0 40px rgba(0,0,0,.45) !important;

        /* CLOSED STATE */
        transform: translateX(105%) !important;
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important;

        transition:
            transform .24s ease,
            opacity .20s ease,
            visibility 0s linear .24s !important;

        z-index: 900 !important;
    }

    /* The existing header JS already toggles .active on the hamburger.
       :has() lets the drawer follow that same state without extra JS. */

    header.site-header:has(.butter-button.active) .navigation,
    header.site-header:has(.butter-button.active) .navigation.visible_menu {
        transform: translateX(0) !important;
        visibility: visible !important;
        opacity: 1 !important;
        pointer-events: auto !important;
        transition:
            transform .24s ease,
            opacity .20s ease,
            visibility 0s linear 0s !important;
    }

    /* DRAWER CONTENT */

    .site-header .navigation .menu {
        display: block !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .site-header .navigation .menu > li {
        display: block !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 !important;
        border-bottom: 1px solid #1D1D1D !important;
    }

    .site-header .navigation .menu > li > a {
        display: block !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
        height: auto !important;

        margin: 0 !important;
        padding: 17px 0 !important;

        color: #FFFFFF !important;

        font-size: 12px !important;
        font-weight: 500 !important;
        line-height: 1.4 !important;
        letter-spacing: .08em !important;
        text-decoration: none !important;
        white-space: normal !important;
    }

    .site-header .navigation .menu > li:first-child > a,
    .site-header .navigation .menu > li.current-menu-item > a,
    .site-header .navigation .menu > li.current-menu-parent > a,
    .site-header .navigation .menu > li.current-menu-ancestor > a,
    .site-header .navigation .menu > li > a[aria-current="page"] {
        color: #FFD700 !important;
    }

    .site-header .navigation .menu > li > a::after {
        display: none !important;
    }

    .site-header .navigation .sub-menu {
        position: relative !important;
        top: auto !important;
        left: auto !important;

        width: 100% !important;
        min-width: 0 !important;

        margin: 0 0 12px !important;
        padding: 0 0 0 14px !important;

        background: transparent !important;
        border: 0 !important;
        border-left: 1px solid #333333 !important;
        box-shadow: none !important;
    }

    .site-header .navigation .sub-menu li a {
        padding: 10px 0 !important;
        font-size: 10px !important;
    }

    /* MINI CART */

    .site-header .minicart-wrap {
        position: fixed !important;
        top: 94px !important;
        right: 20px !important;
        width: 270px !important;
        max-width: calc(100vw - 40px) !important;
    }
}
