/* VelvetSpace Custom Enhancements - Clean UI, Typography, High-Contrast & Smooth Animations */

/* VelvetSpace primary palette (60% ivory · 25% dark · 10% white · 5% gold) */
:root {
    --vs-velvet-black: #0B0B0D;
    --vs-obsidian: #161618;
    --vs-espresso: #5A4636;
    --vs-gold: #D4AF7C;
    --vs-champagne: #D4AF7C;
    --vs-ivory: #F8F6F1;
    --vs-white: #FFFFFF;
    --vs-taupe: #8A8A8A;
    --vs-brown: var(--vs-espresso);
    --vs-charcoal: var(--vs-velvet-black);
    --vs-beige: #C9B99D;
    --vs-olive: #3F4A3A;
    --vs-body: #0B0B0D;
}

/* Header: Free Consultation + menu control — vertical center */
header .de-flex > .de-flex-col:last-child {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
    flex-shrink: 0;
}

.menu_side_area {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end;
    gap: 14px;
}

.menu_side_area .btn-main,
.menu_side_area a.btn-main {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 44px;
    padding: 0 20px !important;
    line-height: 1.15 !important;
    margin: 0;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 11px;
    letter-spacing: 0.14em;
}

/* Header CTA: no fx-slide (breaks hover / wraps text) */
.menu_side_area a.btn-main.fx-slide::before,
.menu_side_area a.btn-main.fx-slide:hover::before {
    display: none !important;
    content: none !important;
}

.menu_side_area a.btn-main.fx-slide span,
.menu_side_area a.btn-main.fx-slide:hover span {
    transform: none !important;
    opacity: 1 !important;
}

.menu_side_area .btn-main span {
    display: block;
    line-height: 1.15;
    padding: 0;
}

/* Desktop: only 2-line menu (#btn-extra) — hide mobile hamburger (#menu-btn) */
@media only screen and (min-width: 993px) {
    #menu-btn {
        display: none !important;
    }

    #btn-extra {
        display: block !important;
        align-self: center;
        margin: 0 !important;
        margin-left: 4px !important;
        flex-shrink: 0;
        width: 24px;
        height: 12px;
        position: relative;
        cursor: pointer;
        top: 0;
    }
}

/* Mobile / tablet: single hamburger for nav — hide #btn-extra */
@media only screen and (max-width: 992px) {
    #btn-extra {
        display: none !important;
    }

    #menu-btn {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        float: none !important;
        margin: 0 !important;
        height: 44px;
        width: 44px;
        line-height: 1;
    }
}

header.transparent:not(.smaller) .menu_side_area .btn-main {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.88);
    color: var(--vs-white) !important;
    box-shadow: none;
}

header.transparent:not(.smaller) .menu_side_area .btn-main:hover {
    background: var(--vs-gold);
    border-color: var(--vs-gold);
    color: var(--vs-velvet-black) !important;
}

@media only screen and (max-width: 992px) {
    .menu_side_area {
        width: auto !important;
        margin-left: 0 !important;
        text-align: right;
    }
}

@media only screen and (max-width: 767px) {
    .menu_side_area .btn-main,
    .menu_side_area a.btn-main {
        font-size: 10px;
        letter-spacing: 0.08em;
        padding: 0 14px !important;
        min-height: 40px;
    }
}

/* 1. Reset & Global Layout Containment */
html, body {
    overflow-x: hidden !important;
    max-width: 100vw;
}

*, *::before, *::after {
    box-sizing: border-box;
}

/* Prevent white screen loader blockage */
#de-loader {
    display: none !important;
}

/* 2. Logo Visibility Across All Headers */
#logo {
    display: flex;
    align-items: center;
}

#logo a {
    display: inline-flex;
    align-items: center;
}

#logo img,
#logo .logo-main,
#logo .logo-scroll,
#logo .logo-mobile {
    display: block !important;
    max-height: 42px !important;
    width: auto !important;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.45));
    transition: all 0.3s ease;
}

/* Header Scrolled & Mobile Background - Sleek Dark Contrast */
header.smaller,
header.smaller.scroll-light,
header.smaller.scroll-dark,
header.header-mobile {
    background: rgba(22, 19, 16, 0.96) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.35) !important;
}

header.smaller #mainmenu > li > a,
header.smaller.scroll-light #mainmenu > li > a {
    color: var(--vs-ivory) !important;
}

header.smaller #mainmenu > li > a:hover,
header.smaller.scroll-light #mainmenu > li > a:hover {
    color: var(--vs-gold) !important;
}

/* 3. Header & Subheader Readability & Contrast */
#subheader {
    position: relative;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

#subheader::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(17, 16, 14, 0.72) 0%, rgba(17, 16, 14, 0.9) 100%);
    z-index: 1;
}

#subheader .container {
    position: relative;
    z-index: 2;
}

#subheader h1, 
#subheader.text-light h1,
body.home-default-font #subheader h1 {
    color: #ffffff !important;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.7) !important;
    font-size: 52px;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.2;
    margin-bottom: 12px;
}

@media (max-width: 768px) {
    #subheader h1,
    body.home-default-font #subheader h1 {
        font-size: 32px !important;
    }
}

#subheader .subtitle {
    color: var(--vs-champagne) !important;
    font-size: 13px !important;
    letter-spacing: 0.25em !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: inline-block;
}

#subheader p {
    color: #f0ebe4 !important;
    font-size: 16px;
    line-height: 1.6;
    max-width: 650px;
    margin: 0 auto;
}

/* 4. Dropdown Menu Luxury Styling */
#mainmenu li ul {
    width: 280px !important;
    min-width: 280px !important;
    background: var(--vs-charcoal) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.45) !important;
    border-radius: 4px !important;
    padding: 8px 0 !important;
    top: 100% !important;
}

#mainmenu li li {
    width: 100% !important;
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
}

#mainmenu li li a {
    color: #ded9d0 !important;
    padding: 10px 22px !important;
    font-size: 13.5px !important;
    letter-spacing: 0.03em !important;
    text-transform: none !important;
    font-weight: 500 !important;
    display: block !important;
    white-space: normal !important;
    line-height: 1.4 !important;
    transition: all 0.2s ease-in-out !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
    background: transparent !important;
}

#mainmenu li li:last-child a {
    border-bottom: none !important;
}

#mainmenu li li a:hover,
#mainmenu li li:hover > a {
    background: var(--vs-olive) !important;
    color: #ffffff !important;
    padding-left: 26px !important;
}

/* 5. Service Cards Containment & Clean Layout */
.service-box-clean {
    background: #ffffff;
    border: 1px solid rgba(90, 70, 54, 0.08);
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.service-box-clean:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.09);
}

.service-box-clean .card-img-wrap {
    position: relative;
    overflow: hidden;
    height: 240px;
    flex-shrink: 0;
}

.service-box-clean .card-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.service-box-clean:hover .card-img-wrap img {
    transform: scale(1.08);
}

.service-box-clean .card-content {
    padding: 26px 24px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.service-box-clean .card-content h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    color: var(--vs-brown);
    text-transform: none;
    line-height: 1.35;
    letter-spacing: -0.01em;
}

.service-box-clean .card-content p {
    font-size: 14.5px;
    color: #8A8A8A;
    line-height: 1.65;
    margin-bottom: 22px;
    flex-grow: 1;
    word-break: normal;
    overflow-wrap: break-word;
}

.service-box-clean .card-content .btn-main {
    width: 100%;
    text-align: center;
    padding: 12px 20px;
}

/* Homepage services carousel captions stay inside each slide */
#services-carousel .vs-service-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    padding: 56px 16px 18px;
    pointer-events: none;
}

#services-carousel .vs-service-caption h2 {
    margin: 0;
    max-width: 100%;
    font-size: clamp(24px, 1.55vw, 32px);
    line-height: 1.05;
    font-weight: 500;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #fff;
    overflow-wrap: break-word;
    text-wrap: balance;
}

/* 6. Project Card Refinements with Taller Images */
.project-box-clean {
    background: #ffffff;
    border: 1px solid rgba(90, 70, 54, 0.08);
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.03);
    transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.35s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.project-box-clean:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.1);
}

.project-box-clean .project-img-wrap {
    position: relative;
    overflow: hidden;
    height: 360px;
    flex-shrink: 0;
}

@media (max-width: 991px) {
    .project-box-clean .project-img-wrap {
        height: 320px;
    }
}

@media (max-width: 576px) {
    .project-box-clean .project-img-wrap {
        height: 260px;
    }
}

.project-box-clean .project-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.project-box-clean:hover .project-img-wrap img {
    transform: scale(1.08);
}

.project-details {
    padding: 22px 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.project-tag {
    display: inline-block;
    background: var(--vs-brown);
    color: var(--vs-ivory);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 2px;
}

.project-loc {
    font-size: 13px;
    color: #8A8A8A;
    font-weight: 500;
}

.project-loc i {
    color: var(--vs-taupe);
}

.project-box-clean h3 {
    font-size: 18px;
    font-weight: 600;
    color: var(--vs-brown);
    line-height: 1.4;
    margin-top: 10px;
    margin-bottom: 0;
    letter-spacing: -0.01em;
}

.vs-project-has-video .vs-project-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    width: 56px;
    height: 56px;
    border: none;
    border-radius: 50%;
    background: rgba(90, 70, 54, 0.82);
    color: var(--vs-ivory);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    cursor: pointer;
    transition: background 0.25s ease, transform 0.25s ease;
}

.vs-project-has-video .vs-project-play:hover {
    background: var(--vs-olive);
    transform: translate(-50%, -50%) scale(1.06);
}

.vs-project-video-layer {
    position: absolute;
    inset: 0;
    z-index: 4;
    background: #0B0B0D;
    overflow: hidden;
}

.vs-project-video-layer[hidden] {
    display: none !important;
}

/* Fill card area — no side letterboxing (portrait/landscape) */
.vs-project-video-layer .vs-project-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    object-fit: cover;
    object-position: center center;
    background: #0B0B0D;
}

.vs-project-video-layer .vs-project-embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    border: 0;
}

.vs-project-card.is-video-open .vs-project-card__media img {
    visibility: hidden;
}

.vs-project-card.is-video-open .vs-project-play {
    display: none;
}

.vs-project-card.is-video-open .vs-project-card__media {
    height: auto;
    aspect-ratio: 16 / 9;
    max-height: none;
}

.vs-project-card.is-video-open .vs-project-video-layer {
    border-radius: inherit;
}

.project-box-clean.is-video-open .project-img-wrap img {
    transform: none;
}

.vs-section-intro .subtitle.vs-subtitle-nowrap {
    white-space: nowrap;
    letter-spacing: 0.18em;
}

@media (max-width: 420px) {
    .vs-section-intro .subtitle.vs-subtitle-nowrap {
        white-space: normal;
        letter-spacing: 0.12em;
    }
}

.vs-section-intro .vs-services-lead {
    font-size: 17px;
    line-height: 1.75;
    color: rgba(90, 70, 54, 0.78);
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

/* Intrio template FAQ (accordion-s1) — keep chevrons on-brand, not blue */
.vs-page-faq .accordion-section-title:before {
    color: var(--vs-taupe) !important;
    background: transparent !important;
}

.vs-page-faq .accordion-section-title.active:before {
    color: #fff !important;
    background: var(--vs-olive) !important;
}

.vs-page-faq .accordion-section-title.active {
    color: var(--vs-brown);
}

.vs-page-faq {
    padding: 72px 0 88px;
}

/* Floating WhatsApp + email (right, above bottom) */
.vs-float-contact {
    position: fixed;
    right: 14px;
    bottom: 92px;
    z-index: 9992;
    display: flex;
    flex-direction: column;
    gap: 10px;
    pointer-events: none;
}

.vs-float-contact .vs-float-btn {
    pointer-events: auto;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 6px 22px rgba(24, 20, 18, 0.22);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.vs-float-contact .vs-float-btn i {
    display: block;
    line-height: 1;
    margin: 0;
    transform: translateY(1px);
}

.vs-float-whatsapp {
    background: #25d366;
}

.vs-float-call {
    background: var(--vs-gold);
    color: var(--vs-velvet-black);
    font-size: 18px;
}

.vs-float-email {
    background: var(--vs-obsidian);
    font-size: 18px;
}

.vs-float-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(24, 20, 18, 0.28);
    color: #fff;
}

@media (max-width: 576px) {
    .vs-float-contact {
        right: 12px;
        bottom: 78px;
    }
    .vs-float-contact .vs-float-btn {
        width: 42px;
        height: 42px;
        font-size: 18px;
    }
}

.vs-thank-you-box {
    max-width: 560px;
    margin: 0 auto;
    text-align: center;
    padding: 48px 24px 64px;
}

.vs-legal-content {
    max-width: 800px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.75;
    color: rgba(90, 70, 54, 0.85);
}

.vs-legal-content h2 {
    font-size: 1.25rem;
    margin-top: 2rem;
    color: var(--vs-brown);
}

/* 7. Buttons — vertical center + readable label */
a.btn-main,
.btn-main,
button.btn-main,
input[type="submit"].btn-main,
#btn-submit,
#btn-subscribe {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 48px;
    padding: 0 28px !important;
    line-height: 1.15 !important;
    box-sizing: border-box;
    vertical-align: middle;
}

a.btn-main.fx-slide {
    position: relative;
}

a.btn-main.fx-slide span {
    display: block;
    line-height: 1.15;
    padding: 0;
    margin: 0;
}

a.btn-main.fx-slide::before {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    height: 100%;
    line-height: 1.15;
    padding: 0 28px;
    box-sizing: border-box;
}

.btn-main:not(.menu_side_area .btn-main) {
    border-radius: 2px;
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.btn-line-white {
    border: 1px solid rgba(255, 255, 255, 0.6);
    color: #ffffff !important;
    background: transparent;
    padding: 11px 28px;
    font-size: 12.5px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.btn-line-white:hover {
    background: #ffffff;
    color: #0B0B0D !important;
    border-color: #ffffff;
}

/* 8. Blog Card Proportions */
.blog-card-img {
    height: 240px;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
}

.blog-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

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

/* 9. Text Legibility & Section Spacing */
p, .lead {
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.section-dark {
    background-color: var(--vs-charcoal);
    color: var(--vs-ivory);
}

.jarallax {
    position: relative;
    z-index: 0;
}

/* 10. Card Text Protection - Prevent Truncation & Enforce Clean Multiline Wrapping */
.hover h3,
.hover h3 a,
.hover p,
.blog-card-content,
.blog-card-content h3,
.blog-card-content p,
.bg-white h3,
.bg-white h3 a,
.bg-white p {
    text-transform: none !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
}

.blog-card-img + div h3,
.blog-card-img + div h3 a,
.bg-white h3.hs-5,
.bg-white h3.hs-5 a {
    font-size: 17px !important;
    line-height: 1.4 !important;
    letter-spacing: -0.01em !important;
    font-weight: 600 !important;
    color: #5A4636 !important;
    text-transform: none !important;
    margin-bottom: 10px !important;
    display: block !important;
}

.blog-card-img + div p,
.bg-white p.fs-14 {
    font-size: 14px !important;
    line-height: 1.6 !important;
    color: #8A8A8A !important;
    margin-bottom: 18px !important;
}

/* 11. Side drawer (#extra-wrap) — close X, checkmarks & contact icons on dark panel */
#extra-wrap.bg-dark {
    background: var(--vs-charcoal) !important;
}

#extra-wrap #btn-close span {
    background: var(--vs-ivory) !important;
}

#extra-wrap #btn-close:hover span {
    background: var(--vs-taupe) !important;
}

#extra-wrap .ul-check li:before {
    color: var(--vs-taupe) !important;
}

#extra-wrap .ul-check li a {
    color: rgba(247, 244, 238, 0.9);
}

#extra-wrap .ul-check li a:hover {
    color: var(--vs-taupe);
}

#extra-wrap .id-color,
#extra-wrap i.id-color,
#extra-wrap i.icofont {
    color: var(--vs-taupe) !important;
}

#extra-wrap h4 {
    color: var(--vs-ivory) !important;
}

#extra-wrap #extra-content > div:not(.social-icons) {
    color: rgba(247, 244, 238, 0.82);
}

#extra-wrap p {
    color: rgba(247, 244, 238, 0.78);
}

#extra-wrap .social-icons a,
#extra-wrap .social-icons a i {
    color: var(--vs-ivory) !important;
}

#extra-wrap .social-icons a:hover,
#extra-wrap .social-icons a:hover i {
    color: var(--vs-taupe) !important;
}

/* 12. VelvetSpace color palette — blog & global accents */
.vs-blog-section {
    background: var(--vs-beige) !important;
}

.vs-blog-card {
    background: var(--vs-ivory);
    border: 1px solid rgba(90, 70, 54, 0.08);
}

.vs-blog-title-link {
    color: var(--vs-brown) !important;
    text-decoration: none;
}

.vs-blog-title-link:hover {
    color: var(--vs-taupe) !important;
}

.vs-blog-excerpt,
.vs-blog-meta {
    color: var(--vs-olive) !important;
}

.vs-blog-meta i {
    color: var(--vs-taupe) !important;
}

.vs-blog-content {
    color: rgba(90, 70, 54, 0.85);
    font-size: 16px;
    line-height: 1.75;
}

.vs-blog-content p {
    margin-bottom: 1.35rem;
}

.vs-blog-content p:last-child {
    margin-bottom: 0;
}

.vs-blog-content ul,
.vs-blog-content ol {
    margin: 0 0 1.35rem 1.25rem;
    padding-left: 0.5rem;
}

.vs-blog-content li {
    margin-bottom: 0.5rem;
}

.vs-blog-content h2,
.vs-blog-content h3,
.vs-blog-content h4 {
    color: var(--vs-brown);
    margin-top: 1.75rem;
    margin-bottom: 0.85rem;
}

.vs-blog-content h4,
.vs-blog-content h3 {
    color: var(--vs-brown);
}

.vs-blog-sidebar {
    background: var(--vs-ivory);
    border: 1px solid rgba(90, 70, 54, 0.1);
    padding: 24px;
    border-radius: 4px;
}

.vs-blog-sidebar h3 {
    color: var(--vs-brown);
    font-size: 18px;
    margin-bottom: 16px;
}

.widget_tags ul li span {
    display: inline-block;
    background: var(--vs-beige);
    color: var(--vs-brown);
    padding: 4px 10px;
    margin: 0 6px 6px 0;
    font-size: 12px;
    border-radius: 2px;
}

.section-dark,
footer.section-dark {
    background: var(--vs-charcoal) !important;
}

/* Hero — VelvetSpace (original stacked layout; capped 10vw so lines don’t clip) */
#section-intro .mh-800 {
    min-height: max(800px, 92vh);
}

#section-intro .vs-hero-content-wrap {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 100px 0 168px;
}

@media (min-width: 992px) {
    #section-intro .vs-hero-content-wrap {
        padding: 120px 0 188px;
    }
}

#section-intro .fs-sm-10vw {
    font-size: min(10vw, 6rem);
    line-height: 1.02;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    text-shadow: 0 4px 24px rgba(0, 0, 0, 0.45);
}

@media (max-width: 991px) {
    #section-intro .vs-hero-content-wrap {
        padding: 96px 0 96px;
    }

    #section-intro .fs-sm-10vw {
        font-size: min(10vw, 2.75rem);
    }
}

#section-intro .vs-hero-lead {
    font-size: 17px;
    line-height: 1.75;
    color: rgba(247, 244, 238, 0.9);
    max-width: 34rem;
    margin-bottom: 28px;
}

#section-intro .vs-hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px 28px;
    margin-bottom: 4px;
}

#section-intro .vs-hero-secondary {
    color: rgba(247, 244, 238, 0.92);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 12px 0;
    border-bottom: 1px solid rgba(168, 144, 120, 0.5);
    transition: color 0.25s ease, border-color 0.25s ease;
}

#section-intro .vs-hero-secondary:hover {
    color: var(--vs-taupe);
    border-bottom-color: var(--vs-taupe);
}

#section-intro .vs-hero-note {
    margin-top: 22px;
    margin-bottom: 0;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.6;
    max-width: 34rem;
}

#section-intro .vs-hero-service-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(247, 244, 238, 0.55);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 18px;
}

#section-intro .vs-hero-service-divider {
    flex: 1;
    max-width: 48px;
    height: 1px;
    background: rgba(168, 144, 120, 0.35);
}

#section-intro .swiper .sw-overlay {
    opacity: 0.62 !important;
}

/* Trust strip — no card boxes, editorial grid */
.vs-trust-strip {
    padding: 36px 0 40px;
    background: var(--vs-ivory);
    border-top: 1px solid rgba(90, 70, 54, 0.06);
    border-bottom: 1px solid rgba(90, 70, 54, 0.06);
}

.vs-trust-strip-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 20px;
}

@media only screen and (min-width: 768px) {
    .vs-trust-strip-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (min-width: 1200px) {
    .vs-trust-strip-grid {
        grid-template-columns: repeat(6, 1fr);
        gap: 0;
    }

    .vs-trust-stat {
        padding: 0 22px;
        border-left: 1px solid rgba(90, 70, 54, 0.1);
    }

    .vs-trust-stat:first-child {
        border-left: none;
        padding-left: 0;
    }

    .vs-trust-stat:last-child {
        padding-right: 0;
    }
}

.vs-trust-stat {
    text-align: center;
}

@media only screen and (max-width: 1199px) {
    .vs-trust-stat {
        text-align: left;
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(90, 70, 54, 0.08);
    }

    .vs-trust-strip-grid .vs-trust-stat:nth-last-child(-n+2) {
        border-bottom: none;
        padding-bottom: 0;
    }
}

.vs-trust-stat-value {
    display: block;
    font-size: clamp(22px, 2.2vw, 28px);
    font-weight: 500;
    color: var(--vs-brown);
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin-bottom: 6px;
}

.vs-trust-stat-label {
    display: block;
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(90, 70, 54, 0.78);
    line-height: 1.45;
}

/* —— Service single pages —— */
.vs-service-page {
    background: var(--vs-ivory);
}

.vs-service-hero {
    padding: 140px 0 80px;
    min-height: 42vh;
    display: flex;
    align-items: flex-end;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.vs-service-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(24, 22, 20, 0.55);
    z-index: 1;
}

.vs-service-hero .container {
    width: 100%;
    position: relative;
    z-index: 2;
}

.vs-service-main {
    overflow: hidden;
}

.vs-service-intro {
    padding: 64px 0 56px;
}

body.vs-service-page {
    margin-bottom: 0;
}

body.vs-service-page footer.section-dark {
    margin-bottom: 0;
}

body.vs-service-page .jarallax {
    min-height: 0 !important;
    height: auto !important;
}


.vs-service-hero-lead {
    font-size: 16px;
    line-height: 1.65;
    color: rgba(247, 244, 238, 0.88);
}

.vs-service-intro {
    padding: 72px 0 64px;
}

.vs-service-lead {
    color: rgba(90, 70, 54, 0.82);
    font-size: 17px;
    line-height: 1.7;
}

.vs-service-highlights-panel {
    background: #fff;
    border: 1px solid rgba(90, 70, 54, 0.08);
    padding: 32px 28px;
    border-radius: 2px;
}

.vs-service-highlights-panel .ul-check li {
    color: var(--vs-olive);
    margin-bottom: 10px;
}

.vs-service-blocks {
    padding: 64px 0 72px;
}

.vs-service-block-card {
    background: #fff;
    border: 1px solid rgba(90, 70, 54, 0.07);
    padding: 32px 28px;
    border-radius: 2px;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.vs-service-block-card:hover {
    border-color: rgba(168, 144, 120, 0.35);
    box-shadow: 0 12px 40px rgba(24, 22, 20, 0.05);
}

.vs-service-block-num {
    display: block;
    font-size: 12px;
    letter-spacing: 0.2em;
    color: var(--vs-taupe);
    margin-bottom: 14px;
}

.vs-service-block-card h3 {
    color: var(--vs-brown);
    margin-bottom: 12px;
}

.vs-service-block-card p {
    color: rgba(90, 70, 54, 0.86);
    font-size: 15px;
    line-height: 1.65;
}

.vs-service-faq {
    padding: 64px 0 72px;
}

.vs-service-accordion .accordion-item {
    border: none;
    border-bottom: 1px solid rgba(90, 70, 54, 0.1);
    background: transparent;
}

.vs-service-accordion .accordion-button {
    background: transparent;
    color: var(--vs-brown);
    font-weight: 600;
    font-size: 16px;
    padding: 20px 0;
    box-shadow: none !important;
}

.vs-service-accordion .accordion-button:not(.collapsed) {
    color: var(--vs-brown);
    background: transparent;
}

.vs-service-accordion .accordion-body {
    padding: 0 0 20px;
    color: var(--vs-olive);
    line-height: 1.65;
}

.vs-service-related {
    display: block;
    text-decoration: none;
    color: inherit;
    background: #fff;
    border: 1px solid rgba(90, 70, 54, 0.08);
    padding: 28px 24px;
    border-radius: 2px;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.vs-service-related-label {
    display: block;
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--vs-taupe);
    margin-bottom: 8px;
}

.vs-service-related h3 {
    color: var(--vs-brown);
}

.vs-service-related p {
    color: var(--vs-olive);
    font-size: 14px;
    line-height: 1.55;
}

.vs-service-related:hover {
    border-color: rgba(168, 144, 120, 0.45);
    box-shadow: 0 10px 32px rgba(24, 22, 20, 0.06);
    transform: translateY(-2px);
}

.vs-service-text {
    color: rgba(90, 70, 54, 0.88);
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 16px;
}

.vs-service-detail {
    padding: 48px 0 56px;
    border-top: 1px solid rgba(90, 70, 54, 0.06);
}

.vs-service-inquiry-section {
    padding: 80px 0 96px;
    background: linear-gradient(180deg, #1f1b18 0%, var(--vs-charcoal) 100%);
    color: var(--vs-ivory);
    overflow: visible;
}

.vs-service-inquiry-section .subtitle {
    color: var(--vs-gold) !important;
}

.vs-inquiry-heading {
    color: var(--vs-ivory) !important;
    font-size: clamp(28px, 3.2vw, 40px) !important;
    font-weight: 500 !important;
    text-transform: none !important;
    letter-spacing: -0.02em !important;
    line-height: 1.2 !important;
}

.vs-service-inquiry-copy-col {
    text-align: left;
}

.vs-service-inquiry-copy {
    color: rgba(248, 246, 241, 0.92) !important;
    line-height: 1.65;
    margin-bottom: 24px;
    background: transparent !important;
}

.vs-service-inquiry-trust {
    list-style: none;
    margin: 0;
    padding: 0;
}

.vs-service-inquiry-trust li {
    font-size: 14px;
    color: rgba(248, 246, 241, 0.9) !important;
    margin-bottom: 12px;
    line-height: 1.5;
}

.vs-service-inquiry-trust i {
    color: var(--vs-gold) !important;
    margin-right: 8px;
    vertical-align: -2px;
}

.vs-service-related--current {
    border-color: var(--vs-taupe);
    box-shadow: 0 0 0 1px rgba(168, 144, 120, 0.35);
}

.vs-service-form-card {
    background: #fff;
    border-radius: 2px;
    padding: 40px 36px 44px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
    overflow: visible;
    position: relative;
    z-index: 2;
}

.vs-form-label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--vs-brown);
    margin-bottom: 8px;
}

.vs-form-control {
    border: 1px solid rgba(90, 70, 54, 0.15);
    border-radius: 2px;
    min-height: 48px;
    font-size: 15px;
    color: var(--vs-brown);
    background: var(--vs-ivory);
    width: 100%;
}

.vs-service-form select.vs-form-control {
    appearance: auto;
    -webkit-appearance: menulist;
    cursor: pointer;
    padding-right: 12px;
}

.vs-form-label {
    text-transform: none;
    letter-spacing: 0.04em;
    font-size: 13px;
}

.vs-form-control:focus {
    border-color: var(--vs-taupe);
    box-shadow: 0 0 0 3px rgba(168, 144, 120, 0.15);
    background: #fff;
}

.vs-service-form .error_input {
    border-color: #b85c5c !important;
}

.vs-service-alert {
    font-size: 14px;
    border-radius: 2px;
    margin-bottom: 20px;
}

.vs-service-form .vs-hp {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .vs-service-hero {
        padding: 120px 0 56px;
    }

    .vs-service-form-card {
        padding: 28px 20px;
    }
}

.jarallax .vs-cta-note {
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.72);
}

/* —— Our Process (template de-step + VelvetSpace numbering) —— */
.vs-process-steps .de-step {
    padding: 8px 10px 16px;
}

.vs-process-steps .de-step-icon {
    background-color: var(--vs-brown);
    margin-bottom: 14px;
}

.vs-process-steps .de-step-icon i.icofont {
    font-size: 32px;
    line-height: 1;
}

.vs-process-steps .vs-service-block-num {
    margin-bottom: 6px;
}

.vs-process-steps .de-step h3.hs-4 {
    font-size: clamp(1rem, 1.5vw, 1.15rem);
    line-height: 1.35;
    margin-bottom: 10px;
    color: var(--vs-brown);
}

.vs-process-steps .de-step p {
    font-size: 15px;
    line-height: 1.65;
    color: rgba(90, 70, 54, 0.86);
    font-weight: 400;
}

/* Arrows between steps (desktop); hidden on small screens like template */
.vs-process-steps .de-step-arrow::after {
    display: none;
    color: var(--vs-taupe);
    font-size: 22px;
    font-weight: 400;
    right: -4px;
    top: 48px;
    transform: none;
}

@media (min-width: 992px) {
    .vs-process-steps .de-step-arrow::after {
        display: block;
    }

    .vs-process-steps .de-step {
        padding-left: 10px;
        padding-right: 18px;
    }
}

@media (min-width: 1200px) {
    .vs-process-steps .de-step-arrow::after {
        right: -8px;
        font-size: 24px;
    }

    .vs-process-steps .de-step {
        padding-left: 14px;
        padding-right: 22px;
    }
}

/* No arrow after last step; hide arrow on 2-col row ends (tablet) */
@media (min-width: 576px) and (max-width: 991.98px) {
    .vs-process-steps .col:nth-child(2n) .de-step-arrow::after,
    .vs-process-steps .col:last-child .de-step-arrow::after {
        display: none;
    }

    .vs-process-steps .de-step-arrow::after {
        display: block;
        top: 44px;
        right: -6px;
    }
}

/* —— Footer SEO block —— */
.vs-footer-seo {
    background: var(--vs-ivory);
    padding: 64px 0 48px;
    border-top: 1px solid rgba(90, 70, 54, 0.08);
}

.vs-footer-seo-title {
    font-size: clamp(1.35rem, 2.5vw, 1.75rem);
    color: var(--vs-brown);
    margin-bottom: 28px;
}

.vs-footer-faq .accordion-item {
    border: 1px solid rgba(90, 70, 54, 0.12);
    border-radius: 4px;
    margin-bottom: 10px;
    overflow: hidden;
    background: #fff;
}

.vs-footer-faq,
.vs-service-accordion {
    --bs-accordion-active-color: var(--vs-brown);
    --bs-accordion-active-bg: rgba(168, 144, 120, 0.12);
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.2rem rgba(168, 144, 120, 0.28);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232C241F'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232C241F'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.vs-footer-faq .accordion-button {
    font-weight: 600;
    color: var(--vs-brown);
    background: #fff;
    box-shadow: none !important;
}

.vs-footer-faq .accordion-button:not(.collapsed) {
    background: rgba(168, 144, 120, 0.12);
    color: var(--vs-brown);
}

.vs-footer-faq .accordion-button::after,
.vs-service-accordion .accordion-button::after {
    filter: none;
}

.vs-footer-faq .accordion-body a {
    color: var(--vs-brown);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.vs-footer-seo-copy {
    font-size: 13px;
    line-height: 1.7;
    color: rgba(90, 70, 54, 0.72);
    margin-bottom: 0;
}

.vs-footer-seo-copy a {
    color: var(--vs-brown);
    text-decoration: underline;
    text-underline-offset: 2px;
}

/* Footer — no cream gap below footer */
html {
    background-color: var(--vs-charcoal);
}

body.home-default-font,
body.vs-service-page {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0 !important;
    padding: 0 !important;
    background-color: var(--vs-charcoal);
}

body.home-default-font > main,
body.vs-service-page > main {
    flex: 1 0 auto;
    background-color: var(--vs-ivory);
}

body.home-default-font > .vs-footer-seo {
    flex-shrink: 0;
    margin-top: auto;
    background-color: var(--vs-ivory);
}

body.home-default-font > footer.section-dark,
body.vs-service-page > footer.section-dark {
    flex-shrink: 0;
    margin-top: 0;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    width: 100%;
}

/* Service pages: SEO block is sibling before footer (from partial) */
body.vs-service-page > .vs-footer-seo {
    flex-shrink: 0;
    margin-top: auto;
    background-color: var(--vs-ivory);
}

footer.section-dark {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

footer.section-dark .subfooter {
    margin-top: 40px;
    padding-bottom: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

section.jarallax {
    overflow: hidden;
    margin-bottom: 0 !important;
}

img.jarallax-img {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    pointer-events: none;
}

.vs-footer-local {
    padding: 28px 0 32px;
    background: var(--vs-charcoal);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.vs-footer-locations-title {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    margin-bottom: 16px;
}

.vs-location-chips {
    list-style: none;
    margin: 0 0 12px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 12px;
}

.vs-location-chips--soft {
    margin-bottom: 0;
    opacity: 0.92;
}

.vs-location-chips a {
    display: inline-block;
    font-size: 12px;
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.88);
    text-decoration: none;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.06);
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.vs-location-chips--soft a {
    font-size: 11px;
    padding: 6px 12px;
    color: rgba(255, 255, 255, 0.72);
    background: transparent;
    border-color: rgba(255, 255, 255, 0.1);
}

.vs-location-chips a:hover {
    color: #fff;
    border-color: rgba(201, 167, 122, 0.55);
    background: rgba(201, 167, 122, 0.18);
}

/* Gold accents on light sections */
section:not(.section-dark):not(.text-light):not(.vs-service-inquiry-section) .subtitle,
.vs-section-intro .subtitle {
    color: var(--vs-olive) !important;
}

section.section-dark .subtitle,
.text-light .subtitle {
    color: var(--vs-champagne) !important;
}

.icofont-check-circled.id-color,
.id-color-2 {
    color: var(--vs-gold) !important;
}

/* Readable body copy on light (ivory) sections */
section:not(.section-dark):not(.text-light):not(.bg-dark):not(.bg-dark-1):not(.bg-dark-2):not(.vs-service-inquiry-section) p,
section.bg-default p,
section.bg-light p,
.de_count,
.vs-section-intro .vs-services-lead {
    color: rgba(90, 70, 54, 0.88);
}

.de_count {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.02em;
}

.vs-process-steps .vs-service-block-num {
    color: rgba(90, 70, 54, 0.55);
    font-weight: 600;
}

.vs-process-steps .de-step h3.hs-4 {
    color: var(--vs-espresso);
    font-weight: 600;
}

/* Consultation popup */
.vs-consultation-modal .modal-dialog {
    max-width: 520px;
    margin: 1rem auto;
}

.vs-consultation-modal__content {
    border: 1px solid rgba(90, 70, 54, 0.1);
    border-radius: 6px;
    box-shadow: 0 28px 72px rgba(17, 16, 14, 0.22);
    background: var(--vs-ivory);
    max-height: min(92vh, 680px);
    overflow: hidden;
}

.vs-consultation-modal__form {
    display: flex;
    flex-direction: column;
    max-height: min(92vh, 680px);
}

.vs-consultation-modal__header {
    flex-shrink: 0;
    border-bottom: 1px solid rgba(90, 70, 54, 0.08);
    padding: 1.35rem 1.5rem 1.1rem;
    align-items: flex-start;
}

.vs-consultation-modal__close {
    margin-top: 0.15rem;
    opacity: 0.55;
}

.vs-consultation-modal__eyebrow {
    color: var(--vs-gold) !important;
    font-size: 11px !important;
    letter-spacing: 0.22em !important;
    margin-bottom: 0.5rem !important;
}

.vs-consultation-modal__title {
    font-family: var(--heading-font);
    font-size: clamp(1.35rem, 4vw, 1.65rem) !important;
    font-weight: 500;
    line-height: 1.2;
    color: var(--vs-espresso);
    text-transform: none;
    letter-spacing: 0.01em;
}

.vs-consultation-modal__lead {
    font-size: 14px;
    line-height: 1.55;
    color: rgba(90, 70, 54, 0.78);
    max-width: 28rem;
}

.vs-consultation-modal__body {
    flex: 1 1 auto;
    overflow-y: auto;
    padding: 1.1rem 1.5rem 0.75rem;
    -webkit-overflow-scrolling: touch;
}

.vs-consultation-modal__footer {
    flex-shrink: 0;
    padding: 0.85rem 1.5rem 1.35rem;
    border-top: 1px solid rgba(90, 70, 54, 0.08);
    background: rgba(255, 255, 255, 0.55);
}

.vs-consultation-modal__privacy {
    margin-top: 10px;
    font-size: 11px;
    line-height: 1.45;
    color: rgba(90, 70, 54, 0.55);
    text-align: center;
}

.vs-consultation-modal .form-label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: var(--vs-espresso);
    margin-bottom: 6px;
}

.vs-consultation-modal .form-control,
.vs-consultation-modal .form-select {
    font-size: 15px;
    min-height: 46px;
    padding: 10px 12px;
    color: var(--vs-espresso);
    background-color: #fff;
    border: 1px solid rgba(90, 70, 54, 0.14);
    border-radius: 3px;
}

.vs-consultation-modal textarea.form-control {
    min-height: 88px;
    resize: vertical;
}

.vs-consultation-modal .form-control::placeholder {
    color: rgba(90, 70, 54, 0.42);
}

.vs-consultation-modal .form-control:focus,
.vs-consultation-modal .form-select:focus {
    border-color: var(--vs-gold);
    box-shadow: 0 0 0 3px rgba(201, 167, 122, 0.2);
}

.vs-consultation-modal__footer .btn-main {
    min-height: 50px;
}

.vs-consultation-modal .vs-hp {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* Design inspiration — simple masonry gallery */
.vs-insp-gallery {
    background: #f3efe8;
    min-height: 50vh;
    padding: clamp(3rem, 6vw, 4.5rem) 0 140px;
}

.vs-insp-gallery__inner {
    max-width: 1320px;
}

.vs-insp-masonry {
    column-count: 2;
    column-gap: 8px;
}

@media (min-width: 768px) {
    .vs-insp-masonry {
        column-count: 3;
        column-gap: 10px;
    }
}

@media (min-width: 1200px) {
    .vs-insp-masonry {
        column-count: 4;
    }
}

.vs-insp-masonry__item {
    break-inside: avoid;
    margin: 0 0 8px;
}

.vs-insp-masonry__btn {
    display: block;
    width: 100%;
    padding: 0;
    border: none;
    background: none;
    cursor: zoom-in;
    line-height: 0;
}

.vs-insp-masonry__btn img {
    width: 100%;
    height: auto;
    display: block;
    vertical-align: middle;
}

.vs-insp-masonry__item--tall .vs-insp-masonry__btn img {
    min-height: 280px;
    object-fit: cover;
}

.vs-insp-masonry__loading,
.vs-insp-masonry__empty {
    column-span: all;
    text-align: center;
    padding: 3rem 1rem;
    color: rgba(17, 16, 14, 0.55);
    font-size: 15px;
}

/* Bottom floating filter pill */
.vs-insp-filter-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 20px;
    z-index: 900;
    display: flex;
    justify-content: center;
    padding: 0 16px;
    pointer-events: none;
}

.vs-insp-filter-bar__track {
    pointer-events: auto;
    display: inline-flex;
    align-items: center;
    gap: 2px;
    max-width: min(100%, 920px);
    padding: 6px 8px;
    background: #fff;
    border-radius: 999px;
    box-shadow: 0 12px 40px rgba(17, 16, 14, 0.14);
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.vs-insp-filter-bar__track::-webkit-scrollbar {
    display: none;
}

.vs-inspiration-tab {
    flex-shrink: 0;
    border: none;
    background: transparent;
    color: #11100e;
    font-family: var(--body-font, "Manrope", sans-serif);
    font-size: 14px;
    font-weight: 500;
    padding: 10px 18px;
    border-radius: 999px;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
    white-space: nowrap;
}

.vs-inspiration-tab:hover {
    background: rgba(17, 16, 14, 0.06);
}

.vs-inspiration-tab.active {
    background: #11100e;
    color: #fff;
}

/* Lightbox */
body.vs-insp-lightbox-open {
    overflow: hidden;
}

.vs-insp-lightbox {
    position: fixed;
    inset: 0;
    z-index: 10050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    background: rgba(17, 16, 14, 0.92);
}

.vs-insp-lightbox[hidden] {
    display: none !important;
}

.vs-insp-lightbox__close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 1.25rem;
    cursor: pointer;
}

.vs-insp-lightbox__img {
    max-width: min(1100px, 100%);
    max-height: 90vh;
    width: auto;
    height: auto;
    object-fit: contain;
}

/* —— Projects page (modern portfolio) —— */
.vs-projects-page {
    padding: clamp(3rem, 6vw, 4.5rem) 0 clamp(3.5rem, 7vw, 5rem);
}

.vs-projects-intro {
    max-width: 40rem;
    margin-bottom: 1.75rem;
}

.vs-projects-intro__eyebrow {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--vs-gold);
    margin-bottom: 0.65rem;
}

.vs-projects-intro__title {
    font-family: var(--heading-font, "Cormorant Garamond", serif);
    font-size: clamp(1.85rem, 4vw, 2.65rem);
    font-weight: 500;
    line-height: 1.15;
    margin: 0 0 0.75rem;
    color: var(--vs-espresso);
}

.vs-projects-intro__text {
    font-size: 15px;
    line-height: 1.65;
    color: rgba(90, 70, 54, 0.75);
    margin: 0;
}

.vs-projects-count {
    display: block;
    margin-top: 0.5rem;
    font-size: 13px;
    font-weight: 600;
    color: var(--vs-taupe);
}

.vs-projects-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 1.75rem;
}

.vs-projects-filter {
    border: 1px solid rgba(90, 70, 54, 0.12);
    background: #fff;
    color: var(--vs-espresso);
    font-size: 13px;
    font-weight: 600;
    padding: 10px 18px;
    border-radius: 999px;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.vs-projects-filter:hover {
    border-color: rgba(90, 70, 54, 0.22);
    box-shadow: 0 6px 18px rgba(17, 16, 14, 0.06);
}

.vs-projects-filter.active {
    background: #11100e;
    border-color: #11100e;
    color: #fff;
}

.vs-projects-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

@media (min-width: 768px) {
    .vs-projects-grid--flex {
        grid-template-columns: repeat(6, 1fr);
        gap: 1rem;
    }

    .vs-projects-grid--equal {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.25rem;
    }

    .vs-projects-grid--three-col {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.25rem;
    }

    .vs-projects-grid--flex .vs-project-card--w-standard {
        grid-column: span 2;
    }

    .vs-projects-grid--flex .vs-project-card--w-wide {
        grid-column: span 4;
    }

    .vs-projects-grid--flex .vs-project-card--w-half {
        grid-column: span 3;
    }
}

.vs-projects-grid__loading,
.vs-projects-grid__empty {
    grid-column: 1 / -1;
    text-align: center;
    padding: 3rem 1rem;
    color: rgba(90, 70, 54, 0.65);
    font-size: 15px;
}

.vs-project-card {
    width: 100%;
    min-width: 0;
    border-radius: 16px;
    overflow: hidden;
    background: #11100e;
    box-shadow: 0 12px 36px rgba(17, 16, 14, 0.08);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.vs-projects-grid.is-ready .vs-project-card {
    animation: vsProjectFade 0.5s ease both;
}

@keyframes vsProjectFade {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.vs-project-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 48px rgba(17, 16, 14, 0.14);
}

.vs-project-card__media {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    /* Fixed height from width — avoid aspect-ratio + max-height shrinking box (side gaps) */
    height: clamp(240px, 52vw, min(480px, 72vh));
    background: #11100e;
}

.vs-project-card__media > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

/* Designed posters / full graphics — fill card, no letterboxing */
.vs-project-card--graphic .vs-project-card__media {
    height: clamp(200px, 32vw, min(380px, 48vw));
    background: #0f0e0c;
}

.vs-project-card--graphic .vs-project-card__media img {
    object-fit: cover;
    object-position: center center;
}

.vs-project-card--graphic:hover .vs-project-card__media img {
    transform: none;
}

/* 50/50 layout — same height band, full bleed images */
.vs-projects-grid--equal .vs-project-card__media {
    height: clamp(200px, 28vw, 340px);
}

.vs-projects-grid--equal .vs-project-card--graphic .vs-project-card__media {
    height: clamp(200px, 28vw, 340px);
}

.vs-project-card__badge {
    align-self: flex-start;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 4px;
    background: var(--vs-gold);
    color: #11100e;
    margin-bottom: 0.5rem;
}

.vs-project-card__subtitle {
    font-size: 14px;
    line-height: 1.45;
    margin: 0.35rem 0 0.5rem;
    opacity: 0.92;
}

.vs-project-card__media img {
    display: block;
    transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.vs-project-card:hover .vs-project-card__media img {
    transform: scale(1.05);
}

.vs-project-card__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.35rem 1.4rem;
    background: linear-gradient(180deg, transparent 35%, rgba(17, 16, 14, 0.88) 100%);
    color: #fff;
    pointer-events: none;
}

.vs-project-card__cat {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--vs-champagne);
    margin-bottom: 0.35rem;
}

.vs-project-card__title {
    font-family: var(--heading-font, "Cormorant Garamond", serif);
    font-size: clamp(1.35rem, 2.5vw, 1.65rem);
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 0.35rem;
    color: #fff;
}

.vs-project-card__loc {
    font-size: 13px;
    opacity: 0.88;
}

.vs-project-card .vs-project-play {
    z-index: 5;
}

.vs-project-card.is-video-open .vs-project-card__overlay {
    opacity: 0;
    pointer-events: none;
}

.project-box-clean.is-video-open .project-img-wrap img {
    visibility: hidden;
}

.vs-projects-cta {
    padding: 0 0 clamp(4rem, 8vw, 6rem);
    background: #faf8f5;
}

.vs-projects-cta__card {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: clamp(2rem, 4vw, 2.75rem);
    border-radius: 20px;
    background: var(--vs-espresso);
    color: var(--vs-ivory);
    box-shadow: 0 24px 60px rgba(17, 16, 14, 0.18);
}

@media (min-width: 768px) {
    .vs-projects-cta__card {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 2rem;
    }
}

.vs-projects-cta__eyebrow {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--vs-gold);
    margin-bottom: 0.5rem;
}

.vs-projects-cta__title {
    font-family: var(--heading-font, "Cormorant Garamond", serif);
    font-size: clamp(1.65rem, 3vw, 2.1rem);
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 0.65rem;
    color: #fff;
}

.vs-projects-cta__copy p:last-child {
    font-size: 15px;
    opacity: 0.85;
    max-width: 36rem;
}

.vs-projects-cta__actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    flex-shrink: 0;
}

.vs-projects-cta__link {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.88);
    text-decoration: underline;
    text-underline-offset: 4px;
}

.vs-projects-cta__link:hover {
    color: #fff;
}

@media (max-width: 767px) {
    .vs-projects-grid--flex .vs-project-card {
        grid-column: span 1 !important;
    }
}

/* —— Sitewide responsive polish —— */
.vs-insp-gallery {
    padding-bottom: clamp(100px, 16vh, 140px);
}

.vs-insp-page .vs-float-contact {
    bottom: calc(88px + env(safe-area-inset-bottom, 0px));
}

@media (max-width: 767px) {
    .vs-stat-grid .de_count h3 {
        font-size: clamp(28px, 8vw, 36px) !important;
        line-height: 1.1;
    }

    .vs-stat-grid .de_count {
        font-size: 13px;
        line-height: 1.4;
    }

    #section-intro .mh-800 {
        min-height: 100svh;
    }

    #section-intro .vs-hero-content-wrap {
        padding: 108px 0 72px;
    }

    #section-intro .vs-hero-lead,
    #section-intro .vs-hero-note {
        font-size: 15px;
        max-width: 100%;
    }

    #section-intro .vs-hero-actions .btn-main {
        width: 100%;
        text-align: center;
    }

    header .de-flex {
        align-items: center;
        gap: 8px;
    }

    #logo img,
    #logo .logo-main {
        max-height: 34px !important;
        max-width: 42vw;
    }

    .menu_side_area .btn-main,
    .menu_side_area a.btn-main {
        max-width: 46vw;
        white-space: normal;
        line-height: 1.2;
        text-align: center;
    }

    img,
    video,
    iframe {
        max-width: 100%;
    }

    #services-carousel .item img {
        width: 100%;
        height: min(100vw, 480px);
        object-fit: cover;
        object-position: center 42%;
    }

    input,
    select,
    textarea,
    .form-control {
        max-width: 100%;
    }

    h1, h2, h3, h4 {
        overflow-wrap: break-word;
    }

    #subheader h1,
    body.home-default-font #subheader h1 {
        font-size: clamp(26px, 7.5vw, 34px) !important;
        overflow-wrap: anywhere;
    }

    #subheader .subtitle {
        letter-spacing: 0.14em !important;
        font-size: 11px !important;
        max-width: 100%;
        white-space: normal;
    }

    .vs-projects-intro__title {
        font-size: clamp(1.45rem, 5.5vw, 2rem);
    }

    .vs-projects-intro__text {
        font-size: 15px;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .vs-insp-filter-bar {
        bottom: max(10px, env(safe-area-inset-bottom, 10px));
        padding: 0 10px;
    }

    .vs-inspiration-tab {
        font-size: 13px;
        padding: 9px 14px;
    }

    .container {
        padding-left: max(16px, env(safe-area-inset-left, 16px));
        padding-right: max(16px, env(safe-area-inset-right, 16px));
    }
}

@media (max-width: 420px) {
    .menu_side_area .btn-main,
    .menu_side_area a.btn-main {
        padding: 0 10px !important;
        letter-spacing: 0.05em;
    }
}

.section-content img:not(.jarallax-img):not(.vs-insp-masonry__btn img),
.vs-service-page .content img {
    max-width: 100%;
    height: auto;
}

table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

