/* Creative-Sparx customisation */
body.creative-sparx-theme {
    background: #101012;
    color: #fff;
}

.creative-sparx-theme:before {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: radial-gradient(circle at 50% 40%, rgba(255, 78, 20, 0.18), rgba(16, 16, 18, 0.92) 44%, #0b0b0d 100%);
    pointer-events: none;
    z-index: 0;
}

.creative-sparx-theme #page,
.creative-sparx-theme .cd-background-wrapper,
.creative-sparx-theme .cd-floating-background {
    background-color: #101012 !important;
}

.hero-container {
    text-align: center;
}

.creative-brand {
    margin-bottom: 18px;
}

.creative-brand img {
    width: min(760px, 86vw);
    max-height: 190px;
    object-fit: contain;
    filter: drop-shadow(0 10px 25px rgba(0, 0, 0, 0.5));
}

.creative-strapline {
    color: #fff3e7;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: 0.01em;
    margin: 0 auto 34px;
    max-width: 920px;
    text-shadow: 0 3px 18px rgba(0, 0, 0, 0.65);
}

.creative-heading h1.large {
    color: #ffffff;
    text-shadow: 0 5px 30px rgba(0, 0, 0, 0.72);
}

.creative-heading p {
    color: #f5e8df;
    font-size: 19px;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    text-shadow: 0 3px 16px rgba(0, 0, 0, 0.75);
}

.btn.btn-border {
    border-color: rgba(255, 111, 44, 0.95);
    color: #ffffff;
    background-color: rgba(14, 14, 16, 0.45);
    box-shadow: 0 8px 26px rgba(255, 70, 20, 0.18);
}

.btn.btn-border:hover,
.btn.btn-border:focus {
    background-color: #ff5a1f;
    border-color: #ff5a1f;
    color: #ffffff;
}

.side-panel {
    background-color: #f7f3ef;
    color: #242124;
}

.side-panel .wrapper {
    background: linear-gradient(180deg, #fffaf5 0%, #f3ede7 100%);
}

.side-panel h2,
.side-panel h3,
.side-panel h4 {
    color: #141214;
}

.side-panel p,
.side-panel address {
    color: #383136;
    font-size: 16px;
    line-height: 1.75;
}

.side-panel a {
    color: #d94713;
}

.side-panel a:hover,
.side-panel a:focus {
    color: #a92d08;
}

.single-gallery-card {
    margin-top: 30px;
}

.upcoming-card {
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 20px 45px rgba(46, 28, 20, 0.16);
    padding: 18px 18px 24px;
    text-align: center;
}

.upcoming-card h4 {
    margin-top: 22px;
    margin-bottom: 8px;
    font-weight: 700;
}

.upcoming-card p {
    margin-bottom: 0;
}

.portrait-placeholder {
    background-position: center center;
    background-size: cover;
    border-radius: 4px;
    height: 0;
    padding-bottom: 144%;
    overflow: hidden;
}

.portrait-placeholder img {
    display: none;
}

.contact-section {
    border-top: 1px solid rgba(217, 71, 19, 0.18);
    padding-top: 30px;
}

.copyright {
    color: #71655f !important;
    font-size: 13px !important;
}

.loader {
    background-color: #101012;
}

@media (max-width: 767px) {
    .creative-brand img {
        width: 92vw;
        max-height: 150px;
    }
    .creative-strapline {
        font-size: 17px;
        margin-bottom: 24px;
    }
    .creative-heading p {
        font-size: 16px;
    }
}
