/* ==========================================================================
   Frame & Flow - Custom Interconnected Architecture & UI Enhancements
   Theme Color: #d9b256 | Dark: #1c1c1c / #242424 | Light: #f9f9f9
   ========================================================================== */

/* Header Navigation Single-Line Layout & Refined Typography */
.main-header .main-box,
.main-header .main-box .outer-container {
    border-bottom: none !important;
}

.main-header .nav-outer {
    padding-right: 0px;
}

.main-header .main-menu .navigation > li {
    margin-left: 22px;
}

@media only screen and (min-width: 768px) {
    .main-header .main-menu .navigation > li > a {
        font-weight: 500;
        color: #333333;
        letter-spacing: 0.3px;
        font-size: 13px;
        transition: all 0.25s ease;
    }

    .main-header .main-menu .navigation > li:hover > a,
    .main-header .main-menu .navigation > li.current > a {
        color: #d9b256 !important;
    }

    .main-header .sticky-header .main-menu .navigation > li > a {
        font-weight: 500;
        color: #333333;
        letter-spacing: 0.3px;
        font-size: 13px;
    }

    .main-header .sticky-header .main-menu .navigation > li:hover > a,
    .main-header .sticky-header .main-menu .navigation > li.current > a {
        color: #d9b256 !important;
    }

    /* Header "LET'S TALK" CTA Button */
    .main-header .main-menu .navigation > li.nav-btn-item {
        display: flex;
        align-items: center;
        margin-left: 18px;
    }

    .main-header .main-menu .navigation > li > a.header-nav-btn,
    .main-header .sticky-header .main-menu .navigation > li > a.header-nav-btn {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        gap: 6px;
        background: #d9b256 !important;
        color: #111111 !important;
        font-size: 12px !important;
        font-weight: 600 !important;
        letter-spacing: 0.8px !important;
        text-transform: uppercase !important;
        padding: 7px 15px !important;
        line-height: 18px !important;
        border-radius: 4px !important;
        margin: 18px 0 !important;
        border: 1px solid #d9b256 !important;
        transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease !important;
        text-decoration: none !important;
        box-shadow: none !important;
    }

    .main-header .main-menu .navigation > li > a.header-nav-btn::before,
    .main-header .sticky-header .main-menu .navigation > li > a.header-nav-btn::before {
        display: none !important;
    }

    .main-header .main-menu .navigation > li > a.header-nav-btn .nav-btn-arrow,
    .main-header .sticky-header .main-menu .navigation > li > a.header-nav-btn .nav-btn-arrow {
        font-size: 13px;
        line-height: 1;
        display: inline-block;
        transition: color 0.25s ease;
    }

    .main-header .main-menu .navigation > li:hover > a.header-nav-btn,
    .main-header .sticky-header .main-menu .navigation > li:hover > a.header-nav-btn,
    .main-header .main-menu .navigation > li > a.header-nav-btn:hover,
    .main-header .sticky-header .main-menu .navigation > li > a.header-nav-btn:hover {
        background: #111111 !important;
        color: #d9b256 !important;
        border-color: #111111 !important;
    }

    .main-header .main-menu .navigation > li:hover > a.header-nav-btn .nav-btn-arrow,
    .main-header .main-menu .navigation > li > a.header-nav-btn:hover .nav-btn-arrow {
        color: #d9b256 !important;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1280px) {
    .main-header .main-menu .navigation > li {
        margin-left: 12px;
    }
    .main-header .main-menu .navigation > li > a {
        font-size: 12px;
        letter-spacing: 0.2px;
    }
    .main-header .main-menu .navigation > li > a.header-nav-btn,
    .main-header .sticky-header .main-menu .navigation > li > a.header-nav-btn {
        padding: 6px 12px !important;
        font-size: 11.5px !important;
    }
}

/* ==========================================================================
   Global Header Dropdowns - Consolidated Shared Architecture
   Master Reference: Services, Portfolio, Solutions
   ========================================================================== */
@media only screen and (min-width: 768px) {
    /* 1. Shared Dropdown Container */
    .main-menu .navigation > li > ul {
        width: 210px !important;
        min-width: 210px !important;
        max-width: 215px !important;
        background: #ffffff !important;
        border: 1px solid #e5e5e5 !important;
        border-top: 3px solid #d9b256 !important;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12) !important;
        padding: 0 !important;
        border-radius: 0 0 4px 4px !important;
    }

    /* 2. Shared Dropdown Items */
    .main-menu .navigation > li > ul > li {
        width: 100% !important;
        border-bottom: 1px solid #f2f2f2 !important;
    }

    .main-menu .navigation > li > ul > li:last-child {
        border-bottom: none !important;
    }

    /* 3. Shared Dropdown Item Links */
    .main-menu .navigation > li > ul > li > a {
        display: block !important;
        font-size: 12.5px !important;
        line-height: 1.35 !important;
        font-weight: 500 !important;
        color: #555555 !important;
        padding: 11px 16px !important;
        text-align: left !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        transition: all 0.2s ease !important;
        background: transparent !important;
    }

    /* 4. Shared Hover Interaction */
    .main-menu .navigation > li > ul > li:hover > a {
        color: #d9b256 !important;
        background-color: #fcfbfa !important;
        padding-left: 19px !important;
    }

    /* 5. Highlighted Bottom Actions (View All Services / All Projects) */
    .main-menu .navigation > li > ul > li > a:has(strong),
    .main-menu .navigation > li > ul > li > a strong,
    .main-menu .navigation > li.dropdown > a[href*="services"] + ul > li:last-child > a,
    .main-menu .navigation > li.current > a[href*="services"] + ul > li:last-child > a,
    .main-menu .navigation > li.dropdown > a[href*="portfolio"] + ul > li:last-child > a,
    .main-menu .navigation > li.current > a[href*="portfolio"] + ul > li:last-child > a {
        font-weight: 700 !important;
    }

    .main-menu .navigation > li.dropdown > a[href*="services"] + ul > li:last-child > a,
    .main-menu .navigation > li.current > a[href*="services"] + ul > li:last-child > a,
    .main-menu .navigation > li.dropdown > a[href*="portfolio"] + ul > li:last-child > a,
    .main-menu .navigation > li.current > a[href*="portfolio"] + ul > li:last-child > a {
        background-color: #faf8f5 !important;
        border-top: 1px solid #ebe4d5 !important;
        color: #222222 !important;
        font-size: 12.5px !important;
        letter-spacing: 0.2px !important;
        padding: 12px 16px !important;
    }

    .main-menu .navigation > li.dropdown > a[href*="services"] + ul > li:last-child:hover > a,
    .main-menu .navigation > li.current > a[href*="services"] + ul > li:last-child:hover > a,
    .main-menu .navigation > li.dropdown > a[href*="portfolio"] + ul > li:last-child:hover > a,
    .main-menu .navigation > li.current > a[href*="portfolio"] + ul > li:last-child:hover > a {
        color: #d9b256 !important;
        background-color: #f5f0e6 !important;
        padding-left: 19px !important;
    }
}

/* Page Header / Hero Section */
.page-hero-section {
    position: relative;
    padding: 90px 0 80px;
    background: #1e1e1e url('../images/common/backgrounds/page-hero-bg.jpg') center center/cover no-repeat;
    color: #ffffff;
    text-align: center;
}

.page-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(18, 18, 18, 0.82);
}

.page-hero-section .auto-container {
    position: relative;
    z-index: 2;
}

.page-hero-section .sub-title {
    color: #d9b256;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.page-hero-section h1 {
    font-size: 42px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 15px;
    line-height: 1.25;
}

.page-hero-section .lead-text {
    max-width: 780px;
    margin: 0 auto 20px;
    font-size: 17px;
    color: #d0d0d0;
    line-height: 1.6;
}

.page-hero-section .breadcrumb-nav {
    display: inline-block;
    padding: 8px 20px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 30px;
    font-size: 13px;
    margin-top: 10px;
}

.page-hero-section .breadcrumb-nav a {
    color: #d9b256;
    text-decoration: none;
}

.page-hero-section .breadcrumb-nav span {
    color: #aaaaaa;
    margin: 0 8px;
}

.page-hero-section .breadcrumb-nav .current {
    color: #ffffff;
}

/* Content Sections */
.section-padding {
    padding: 80px 0;
}

.bg-light-gray {
    background-color: #f9f9f9;
}

.bg-dark {
    background-color: #1a1a1a;
    color: #ffffff;
}

/* Feature & Service Detail Cards */
.ff-card {
    background: #ffffff;
    border: 1px solid #e9e9e9;
    padding: 35px 30px;
    margin-bottom: 30px;
    border-radius: 4px;
    transition: all 0.35s ease;
    height: calc(100% - 30px);
    display: flex;
    flex-direction: column;
}

.ff-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    border-color: #d9b256;
}

.ff-card .card-icon {
    font-size: 38px;
    color: #d9b256;
    margin-bottom: 20px;
}

.ff-card h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #242424;
}

.ff-card h3 a {
    color: #242424;
    transition: color 0.2s ease;
}

.ff-card h3 a:hover {
    color: #d9b256;
}

.ff-card p {
    font-size: 14px;
    color: #666666;
    line-height: 1.7;
    margin-bottom: 20px;
    flex-grow: 1;
}

.ff-card .card-link {
    font-size: 13px;
    font-weight: 700;
    color: #d9b256;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
}

.ff-card .card-link span {
    margin-left: 6px;
    transition: transform 0.2s ease;
}

.ff-card:hover .card-link span {
    transform: translateX(4px);
}

/* Process Steps Grid */
.process-step-block {
    position: relative;
    padding: 30px 20px;
    text-align: center;
    margin-bottom: 30px;
}

.process-step-block .step-number {
    width: 60px;
    height: 60px;
    line-height: 56px;
    border-radius: 50%;
    border: 2px solid #d9b256;
    background: #ffffff;
    color: #d9b256;
    font-size: 20px;
    font-weight: 800;
    margin: 0 auto 20px;
}

.process-step-block h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #242424;
}

.process-step-block p {
    font-size: 13px;
    color: #666666;
    line-height: 1.6;
}

/* Deliverable List */
.deliverable-list {
    list-style: none;
    padding-left: 0;
    margin: 20px 0;
}

.deliverable-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    font-size: 15px;
    color: #444444;
}

.deliverable-list li::before {
    content: '\f00c';
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 1px;
    color: #d9b256;
    font-size: 14px;
}

/* Related Services / Interconnection Bar */
.related-services-box {
    background: #fdfaf3;
    border-left: 4px solid #d9b256;
    padding: 30px;
    margin: 40px 0;
    border-radius: 0 4px 4px 0;
}

.related-services-box h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #242424;
}

.related-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.related-pills a {
    display: inline-block;
    padding: 6px 16px;
    background: #ffffff;
    border: 1px solid #d9b256;
    color: #242424;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.2s ease;
}

.related-pills a:hover {
    background: #d9b256;
    color: #ffffff;
}

/* Global Interconnected CTA Banner */
.global-cta-section {
    position: relative;
    padding: 70px 0;
    background: #1a1a1a url('../images/common/backgrounds/page-hero-bg.jpg') center center/cover no-repeat;
    color: #ffffff;
    text-align: center;
}

.global-cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(20, 20, 20, 0.88);
}

.global-cta-section .auto-container {
    position: relative;
    z-index: 2;
}

.global-cta-section h2 {
    font-size: 34px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 15px;
}

.global-cta-section p {
    font-size: 16px;
    color: #cccccc;
    max-width: 650px;
    margin: 0 auto 30px;
}

.global-cta-section .btn-group-cta {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.btn-gold {
    background-color: #d9b256;
    color: #ffffff !important;
    padding: 14px 32px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 2px;
    border: 2px solid #d9b256;
    display: inline-block;
    transition: all 0.3s ease;
}

.btn-gold:hover {
    background-color: transparent;
    color: #d9b256 !important;
}

.btn-outline-white {
    background-color: transparent;
    color: #ffffff !important;
    padding: 14px 32px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 2px;
    border: 2px solid #ffffff;
    display: inline-block;
    transition: all 0.3s ease;
}

.btn-outline-white:hover {
    background-color: #ffffff;
    color: #1a1a1a !important;
}

.btn-whatsapp {
    background-color: #25d366;
    color: #ffffff !important;
    padding: 14px 28px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 2px;
    border: 2px solid #25d366;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.btn-whatsapp:hover {
    background-color: #1eb956;
    border-color: #1eb956;
    color: #ffffff !important;
}

/* Portfolio Grid */
.portfolio-filter-nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 40px;
}

.portfolio-filter-nav a {
    padding: 8px 22px;
    border: 1px solid #d9b256;
    background: #ffffff;
    color: #242424;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.25s ease;
}

.portfolio-filter-nav a.active,
.portfolio-filter-nav a:hover {
    background: #d9b256;
    color: #ffffff;
}

.portfolio-item-card {
    position: relative;
    background: #ffffff;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
}

.portfolio-item-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.12);
}

.portfolio-item-card .img-wrapper {
    position: relative;
    overflow: hidden;
    height: 250px;
}

.portfolio-item-card .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.portfolio-item-card:hover .img-wrapper img {
    transform: scale(1.08);
}

.portfolio-item-card .card-body-content {
    padding: 20px;
}

.portfolio-item-card .cat-badge {
    color: #d9b256;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 6px;
    display: block;
}

.portfolio-item-card h4 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #242424;
}

.portfolio-item-card p {
    font-size: 13px;
    color: #666666;
    line-height: 1.5;
    margin-bottom: 12px;
}

/* Quote Interactive Form */
.quote-form-container {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    padding: 40px;
    border-radius: 6px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.06);
}

.quote-form-container h3 {
    font-size: 24px;
    font-weight: 800;
    color: #242424;
    margin-bottom: 25px;
    border-bottom: 2px solid #d9b256;
    padding-bottom: 12px;
    display: inline-block;
}

.quote-form-container .form-group {
    margin-bottom: 20px;
}

.quote-form-container label {
    font-size: 14px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 6px;
    display: block;
}

.quote-form-container input,
.quote-form-container select,
.quote-form-container textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    font-size: 14px;
    color: #333333;
    transition: border-color 0.2s ease;
}

.quote-form-container input:focus,
.quote-form-container select:focus,
.quote-form-container textarea:focus {
    border-color: #d9b256;
    outline: none;
}

/* Rich Master Multi-Column Footer */
.master-footer {
    background-color: #181818;
    color: #bbbbbb;
    padding: 70px 0 0;
    font-size: 14px;
    border-top: 4px solid #d9b256;
}

.master-footer h4 {
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 22px;
    position: relative;
    padding-bottom: 10px;
}

.master-footer h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 35px;
    height: 2px;
    background-color: #d9b256;
}

.master-footer .footer-desc {
    color: #aaaaaa;
    line-height: 1.7;
    margin-bottom: 20px;
}

.master-footer .footer-links {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.master-footer .footer-links li {
    margin-bottom: 0;
}

.master-footer .footer-contact-info {
    list-style: none;
    padding-left: 0;
}

.master-footer .footer-contact-info li {
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
    color: #bbbbbb;
}

.master-footer .footer-contact-info li .fa {
    color: #d9b256;
    margin-right: 12px;
    margin-top: 4px;
    font-size: 15px;
}

.master-footer .footer-contact-info li a {
    color: #bbbbbb;
    text-decoration: none;
    transition: color 0.2s ease;
}

.master-footer .footer-contact-info li a:hover {
    color: #d9b256;
}

.master-footer .footer-bottom {
    background-color: #111111;
    padding: 22px 0;
    margin-top: 50px;
    border-top: 1px solid #282828;
    font-size: 13px;
    color: #888888;
}

.master-footer .footer-socials {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    gap: 12px;
}

.master-footer .footer-socials li a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #252525;
    color: #ffffff;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.3s ease;
}

.master-footer .footer-socials li a:hover {
    background: #d9b256;
    color: #ffffff;
}



/* ==========================================================================
   Left Vertical Rail (Locked Upper Phone, Inserted Appointment & Locked Lower Social)
   ========================================================================== */
.left-info-bar {
    position: fixed !important;
    left: 0px !important;
    top: 0px !important;
    bottom: auto !important;
    transform: none !important;
    -webkit-transform: none !important;
    width: 70px !important;
    height: 100% !important;
    max-height: none !important;
    display: block !important;
    padding-top: 75px !important;
    padding-bottom: 0 !important;
    margin: 0 !important;
    z-index: 99 !important;
}

/* 1. Upper Area: Phone Number (LOCKED ORIGINAL POSITION) */
.left-info-bar .number {
    position: absolute !important;
    top: 280px !important;
    left: 22px !important;
    bottom: auto !important;
    right: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 14px !important;
    width: 300px !important;
    height: auto !important;
    font-weight: 600 !important;
    color: rgba(35, 35, 35, 0.65) !important;
    letter-spacing: 1px !important;
    line-height: 1 !important;
    writing-mode: horizontal-tb !important;
    -webkit-transform: rotate(-90deg) !important;
    transform: rotate(-90deg) !important;
    -webkit-transform-origin: left top !important;
    transform-origin: left top !important;
    text-align: left !important;
    z-index: 10 !important;
}

.left-info-bar .number a {
    color: rgba(35, 35, 35, 0.65) !important;
    text-decoration: none !important;
    display: inline-block !important;
    transition: color 0.25s ease !important;
}

.left-info-bar .number a:hover {
    color: #d9b256 !important;
}

/* 2. Middle Area: Make An Appointment (Inserted in existing space) */
.left-info-bar .rail-appointment {
    position: absolute !important;
    top: 580px !important;
    left: 22px !important;
    bottom: auto !important;
    right: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 11px !important;
    width: 250px !important;
    height: auto !important;
    font-weight: 600 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    line-height: 1 !important;
    writing-mode: horizontal-tb !important;
    -webkit-transform: rotate(-90deg) !important;
    transform: rotate(-90deg) !important;
    -webkit-transform-origin: left top !important;
    transform-origin: left top !important;
    text-align: left !important;
    z-index: 10 !important;
}

.left-info-bar .rail-appointment a {
    color: #d9b256 !important;
    text-decoration: none !important;
    display: inline-block !important;
    transition: color 0.25s ease !important;
}

.left-info-bar .rail-appointment a:hover {
    color: #111111 !important;
}

/* 3. Lower Area: Social Icons (LOCKED ORIGINAL POSITION) */
.left-info-bar .social-icon-one {
    position: absolute !important;
    bottom: 25px !important;
    left: 28px !important;
    top: auto !important;
    right: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 8px !important;
    z-index: 10 !important;
}

.left-info-bar .social-icon-one li {
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
    line-height: 1 !important;
    list-style: none !important;
}

.left-info-bar .social-icon-one li a {
    font-size: 13.5px !important;
    line-height: 13.5px !important;
    color: #333333 !important;
    display: inline-block !important;
    transition: color 0.25s ease !important;
    text-decoration: none !important;
    transform: none !important;
}

.left-info-bar .social-icon-one li a:hover {
    color: #d9b256 !important;
}

.left-info-bar .social-icon-one li.rail-separator {
    width: 14px !important;
    height: 1px !important;
    background: rgba(217, 178, 86, 0.6) !important;
    margin: 4px 0 !important;
    pointer-events: none !important;
}

.left-info-bar .social-icon-one li.rail-whatsapp a {
    color: #333333 !important;
    font-size: 15px !important;
    line-height: 15px !important;
}

.left-info-bar .social-icon-one li.rail-whatsapp a:hover {
    color: #25D366 !important;
    transform: none !important;
    -webkit-transform: none !important;
}

/* 4. Responsive Visibility: Completely Hide Left Rail on Tablet & Mobile (<= 1140px) */
@media only screen and (max-width: 1140px) {
    .left-info-bar {
        display: none !important;
        visibility: hidden !important;
        pointer-events: none !important;
        width: 0 !important;
        height: 0 !important;
        max-height: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        opacity: 0 !important;
        overflow: hidden !important;
        left: -9999px !important;
        position: absolute !important;
        z-index: -1 !important;
    }

    .left-info-bar .number,
    .left-info-bar .rail-appointment,
    .left-info-bar .social-icon-one {
        display: none !important;
        visibility: hidden !important;
    }
}

/* ==========================================================================
   Back-to-Top / Scroll-to-Top Button - Premium Minimal Circular Style
   ========================================================================== */
.scroll-to-top {
    position: fixed;
    bottom: 90px !important;
    right: 24px !important;
    width: 42px !important;
    height: 42px !important;
    line-height: 40px !important;
    background: rgba(24, 24, 24, 0.85) !important;
    border: 1px solid rgba(217, 178, 86, 0.35) !important;
    border-radius: 50% !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.35) !important;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    padding: 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    text-align: center !important;
    cursor: pointer !important;
    z-index: 99 !important;
    transform: none !important;
    -webkit-transform: none !important;
    transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease !important;
    -webkit-transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease !important;
}

.scroll-to-top:hover {
    background: #d9b256 !important;
    border-color: #d9b256 !important;
    transform: none !important;
    -webkit-transform: none !important;
    box-shadow: 0 4px 18px rgba(217, 178, 86, 0.45) !important;
}

.scroll-to-top span,
.scroll-to-top .fa {
    font-family: 'FontAwesome' !important;
    font-size: 14px !important;
    line-height: 40px !important;
    color: rgba(255, 255, 255, 0.9) !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    text-align: center !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
    -webkit-transform: none !important;
    transition: color 0.25s ease !important;
    -webkit-transition: color 0.25s ease !important;
}

/* Use refined angle-up chevron to match hero slider arrows (\f104/\f105) */
.scroll-to-top span:before,
.scroll-to-top .fa:before {
    content: "\f106" !important;
    display: inline-block;
    line-height: 40px !important;
    vertical-align: middle;
}

.scroll-to-top:hover span,
.scroll-to-top:hover .fa,
.scroll-to-top:hover span:before,
.scroll-to-top:hover .fa:before {
    color: #ffffff !important;
    transform: none !important;
    -webkit-transform: none !important;
}

/* Mobile viewport adjustment */
@media (max-width: 767px) {
    .scroll-to-top {
        bottom: 24px !important;
        right: 18px !important;
        width: 36px !important;
        height: 36px !important;
        line-height: 34px !important;
    }
    .scroll-to-top span,
    .scroll-to-top .fa,
    .scroll-to-top span:before,
    .scroll-to-top .fa:before {
        font-size: 12px !important;
        line-height: 34px !important;
    }
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .main-header .quote-btn-box {
        display: none;
    }
    .page-hero-section h1 {
        font-size: 32px;
    }
    .page-hero-section {
        padding: 60px 0;
    }
    .master-footer .footer-col {
        margin-bottom: 35px;
    }
}

/* Accessibility / SEO helper */
.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/* ==========================================================================
   Contact Page - Premium Balanced Layout (Refined Aesthetics & Field Alignment)
   ========================================================================== */
.contact-section-clean {
    background: #f8f9fa;
    padding: 60px 0 80px;
}

.contact-form-card {
    background: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 40px 35px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.contact-info-card {
    background: #1c1c1c;
    border-radius: 8px;
    padding: 35px 30px;
    color: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.contact-card-title {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 8px;
    display: inline-block;
}

.contact-gold-bar {
    width: 36px;
    height: 3px;
    background-color: #d9b256;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    border-radius: 2px;
}

.contact-gold-bar-block {
    width: 36px;
    height: 3px;
    background-color: #d9b256;
    display: block;
    margin: 10px 0 22px;
    border-radius: 2px;
}

.contact-form-group {
    position: relative;
    margin-bottom: 20px;
}

.contact-form-group .field-label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #222222;
    margin-bottom: 7px;
}

.input-icon-wrapper {
    position: relative;
    width: 100%;
}

.input-icon-wrapper .field-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #888888;
    font-size: 14px;
    pointer-events: none;
    z-index: 2;
}

.input-icon-wrapper.textarea-icon-wrapper .field-icon {
    top: 16px;
    transform: none;
}

.contact-form-card .form-control-clean {
    width: 100%;
    height: 46px;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    padding: 10px 14px 10px 40px;
    font-size: 14px;
    color: #333333;
    background: #ffffff;
    box-shadow: none;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.contact-form-card select.form-control-clean {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23666'%3e%3cpath d='M7 10l5 5 5-5z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 18px;
    padding-right: 36px;
    cursor: pointer;
}

.contact-form-card textarea.form-control-clean {
    height: 110px;
    padding: 12px 14px 12px 40px;
    resize: vertical;
}

.contact-form-card .form-control-clean:focus {
    border-color: #d9b256;
    outline: none;
    box-shadow: 0 0 0 3px rgba(217, 178, 86, 0.18);
}

.contact-form-card .form-control-clean::placeholder {
    color: #8f8f8f;
    font-size: 13.5px;
}

.contact-submit-btn {
    background-color: #d9b256;
    color: #ffffff !important;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 13px 30px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.contact-submit-btn:hover {
    background-color: #c49d42;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(217, 178, 86, 0.35);
}

.info-item-box {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 20px;
}

.info-icon-badge {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 50%;
    background: rgba(217, 178, 86, 0.15);
    color: #d9b256;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.info-text-wrap {
    flex: 1;
}

.info-text-wrap .info-label {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 3px;
}

.info-text-wrap .info-val {
    font-size: 13.5px;
    color: #c5c5c5;
    line-height: 1.5;
    margin: 0;
}

.info-text-wrap .info-val a {
    color: #c5c5c5;
    text-decoration: none;
    transition: color 0.2s;
}

.info-text-wrap .info-val a:hover {
    color: #d9b256;
}

.contact-wa-panel {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    padding: 16px 20px;
    margin: 24px 0;
    display: flex;
    align-items: center;
    gap: 16px;
}

.contact-wa-badge {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 50%;
    background: #25d366;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.contact-wa-pill-btn {
    background: #d9b256;
    color: #ffffff !important;
    font-weight: 700;
    font-size: 13px;
    padding: 9px 22px;
    border-radius: 25px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease;
}

.contact-wa-pill-btn:hover {
    background: #c49d42;
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(217, 178, 86, 0.3);
}

.contact-map-container {
    width: 100%;
    height: 180px;
    border-radius: 6px;
    border: 1px solid #333333;
    overflow: hidden;
}

.contact-map-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

@media (max-width: 991px) {
    .contact-form-card {
        padding: 30px 20px;
        margin-bottom: 30px;
    }
    .contact-info-card {
        padding: 30px 20px;
    }
    .contact-wa-panel {
        flex-direction: column;
        text-align: center;
    }
}

/* ==========================================================================
   Home Page Hero Section - Heading Containment & Proportions
   ========================================================================== */
.main-slider-four .content {
    max-width: 420px;
    padding-right: 15px;
}

.main-slider-four .content h2 {
    font-size: 63px;
    line-height: 1.05em;
    letter-spacing: -0.5px;
}

.main-slider-four .content h2 span {
    font-size: 61px;
}

@media only screen and (min-width: 1024px) and (max-width: 1220px) {
    .main-slider-four .content {
        max-width: 380px;
    }
    .main-slider-four .content h2 {
        font-size: 54px;
    }
    .main-slider-four .content h2 span {
        font-size: 52px;
    }
}

/* ==========================================================================
   Hero Section - Premium Minimal Slider Navigation Arrows
   ========================================================================== */
.main-slider .metis.tparrows {
    width: 42px !important;
    height: 42px !important;
    line-height: 40px !important;
    background: rgba(24, 24, 24, 0.85) !important;
    border: 1px solid rgba(217, 178, 86, 0.35) !important;
    border-radius: 50% !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.35) !important;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    padding: 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    text-align: center !important;
    cursor: pointer !important;
    z-index: 100 !important;
    transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease !important;
    -webkit-transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease !important;
}

.main-slider .metis.tparrows:hover {
    background: #d9b256 !important;
    border-color: #d9b256 !important;
    box-shadow: 0 4px 18px rgba(217, 178, 86, 0.45) !important;
}

.main-slider .metis.tparrows:before {
    font-family: 'FontAwesome' !important;
    font-size: 14px !important;
    line-height: 40px !important;
    color: rgba(255, 255, 255, 0.9) !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    text-align: center !important;
    transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
    transition: color 0.25s ease !important;
    -webkit-transition: color 0.25s ease !important;
}

.main-slider .metis.tparrows.tp-leftarrow:before {
    content: "\f104" !important;
    margin-left: -1px;
}

.main-slider .metis.tparrows.tp-rightarrow:before {
    content: "\f105" !important;
    margin-left: 1px;
}

.main-slider .metis.tparrows:hover:before {
    color: #ffffff !important;
    transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
}

@media only screen and (max-width: 767px) {
    .main-slider .metis.tparrows {
        width: 36px !important;
        height: 36px !important;
        line-height: 34px !important;
    }
    .main-slider .metis.tparrows:before {
        font-size: 12px !important;
        line-height: 34px !important;
    }
}

/* ==========================================================================
   Home Page - Core Disciplines (Wide Staggered Editorial Theme)
   ========================================================================== */
.core-disciplines-section {
    position: relative;
    background: #0d0d0d !important;
    padding: 68px 0 65px;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

/* Wide Editorial Container (Occupies 93% Usable Width for Expansive Spread) */
.editorial-wide-container {
    width: 93%;
    max-width: 1680px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

/* 2-Column Editorial Section Header */
.core-disciplines-section .editorial-sec-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 45px;
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.core-disciplines-section .editorial-header-left {
    flex: 1 1 54%;
    max-width: 660px;
}

.core-disciplines-section .editorial-eyebrow-pill {
    display: inline-flex;
    align-items: center;
    padding: 4px 14px;
    border: 1px solid rgba(217, 178, 86, 0.35);
    border-radius: 20px;
    color: #d9b256;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.core-disciplines-section .editorial-heading {
    font-size: 54px;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: -0.5px;
    line-height: 1.06;
    margin: 0 0 16px 0;
    text-transform: uppercase;
}

/* Header Left Navigation Buttons (< >) */
.core-disciplines-section .editorial-header-nav {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 4px;
}

.core-disciplines-section .editorial-nav-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(24, 24, 24, 0.9);
    border: 1px solid rgba(217, 178, 86, 0.35);
    color: #d9b256;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
    transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
    padding: 0;
    outline: none;
}

.core-disciplines-section .editorial-nav-btn:hover {
    background: #d9b256;
    color: #111111;
    border-color: #d9b256;
    box-shadow: 0 4px 18px rgba(217, 178, 86, 0.45);
}

.core-disciplines-section .editorial-nav-btn:active {
    transform: scale(0.95);
}

/* Right Column (Lead Text + Consultation CTA) */
.core-disciplines-section .editorial-header-right {
    flex: 1 1 42%;
    max-width: 550px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}

.core-disciplines-section .editorial-lead {
    color: rgba(255, 255, 255, 0.72);
    font-size: 15.5px;
    line-height: 1.6;
    font-weight: 300;
    margin: 0 0 16px 0;
}

.core-disciplines-section .editorial-action-row {
    display: flex;
    align-items: center;
}

.core-disciplines-section .editorial-consult-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 6px 8px 6px 22px;
    border-radius: 40px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #ffffff;
    font-size: 13.5px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.core-disciplines-section .editorial-consult-btn .action-icon-circle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #ffffff;
    color: #111111;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.core-disciplines-section .editorial-consult-btn:hover {
    border-color: #d9b256;
    color: #d9b256;
}

.core-disciplines-section .editorial-consult-btn:hover .action-icon-circle {
    background: #d9b256;
    color: #111111;
    transform: rotate(45deg);
}

/* Carousel Outer Wrapper */
.core-disciplines-section .services-carousel-wrap {
    position: relative;
    margin-top: 5px;
    padding: 0 0 15px;
}

/* Staggered Vertical Offset (80px Visual Rhythm on Desktop) */
@media (min-width: 1200px) {
    .core-disciplines-section .services-carousel .owl-item:nth-child(even) .editorial-service-card {
        margin-top: 80px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .core-disciplines-section .services-carousel .owl-item:nth-child(even) .editorial-service-card {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .core-disciplines-section .services-carousel .owl-item .editorial-service-card {
        margin-top: 0 !important;
    }
}

/* Open Editorial Service Card (Seamless / Non-Boxed Design) */
.editorial-service-card {
    background: transparent;
    border: none;
    box-shadow: none;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-bottom: 10px;
}

/* Card Image Wrap (Dominant Rounded Editorial Panel) */
.editorial-service-card .card-image-wrap {
    position: relative;
    width: 100%;
    height: 300px;
    border-radius: 16px;
    overflow: hidden;
    background: #161616;
}

.editorial-service-card .card-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), filter 0.35s ease;
    filter: brightness(0.92);
}

.editorial-service-card:hover .card-image-wrap img {
    transform: scale(1.05);
    filter: brightness(1);
}

/* Card Body Wrap (Clean Open Typographic Zone) */
.editorial-service-card .card-body-wrap {
    padding: 20px 4px 0;
    background: transparent;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    border: none;
}

/* Card Header Row (Title on Left + Number on Right) */
.editorial-service-card .card-header-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
}

.editorial-service-card .card-title-text {
    font-size: 15.5px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 1.3;
    margin: 0;
    flex-grow: 1;
}

.editorial-service-card .card-title-text a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.25s ease;
}

.editorial-service-card .card-title-text a:hover {
    color: #d9b256;
}

.editorial-service-card .card-number {
    font-size: 13.5px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #d9b256;
    flex-shrink: 0;
    font-family: 'Poppins', sans-serif;
}

/* Description Text */
.editorial-service-card .card-desc-text {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.55;
    margin: 0 0 16px 0;
    flex-grow: 1;
    min-height: 60px;
    font-weight: 300;
}

/* Bottom CTA Row (Minimalist Text Link) */
.editorial-service-card .card-cta-row {
    margin-top: auto;
    padding-top: 6px;
    border: none;
}

.editorial-service-card .card-link-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #d9b256;
    text-decoration: none;
    transition: color 0.25s ease, gap 0.25s ease;
}

.editorial-service-card .card-link-cta .cta-arrow {
    font-size: 13px;
    transition: transform 0.25s ease;
}

.editorial-service-card:hover .card-link-cta {
    color: #ffffff;
    gap: 12px;
}

.editorial-service-card:hover .card-link-cta .cta-arrow {
    transform: translateX(3px);
    color: #d9b256;
}

/* Carousel Pagination Dots */
.core-disciplines-section .services-carousel .owl-dots {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 20px;
    line-height: 1;
}

.core-disciplines-section .services-carousel .owl-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 4px;
    background: rgba(255, 255, 255, 0.2) !important;
    border-radius: 50%;
    transition: all 0.25s ease;
    border: none !important;
    outline: none !important;
}

.core-disciplines-section .services-carousel .owl-dot.active {
    background: #d9b256 !important;
    width: 22px;
    border-radius: 4px;
}

/* View All Services CTA Button */
.btn-editorial-view-all {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    color: #d9b256 !important;
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 13px 34px;
    border-radius: 4px;
    border: 1px solid rgba(217, 178, 86, 0.45);
    transition: all 0.3s ease;
    text-decoration: none;
}

.btn-editorial-view-all:hover {
    background: #d9b256;
    color: #111111 !important;
    border-color: #d9b256;
    box-shadow: 0 6px 22px rgba(217, 178, 86, 0.35);
}

/* Responsive Overrides */
@media (max-width: 1199px) {
    .editorial-wide-container {
        width: 95%;
    }
    .core-disciplines-section .editorial-heading {
        font-size: 44px;
    }
}

@media (max-width: 991px) {
    .core-disciplines-section .editorial-sec-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        margin-bottom: 20px;
        padding-bottom: 18px;
    }
    .core-disciplines-section .editorial-header-left,
    .core-disciplines-section .editorial-header-right {
        max-width: 100%;
        flex: 1 1 100%;
    }
}

@media (max-width: 767px) {
    .core-disciplines-section {
        padding: 48px 0 45px;
    }
    .core-disciplines-section .editorial-heading {
        font-size: 32px;
    }
    .core-disciplines-section .editorial-lead {
        font-size: 14.5px;
    }
    .core-disciplines-section .editorial-nav-btn {
        width: 38px;
        height: 38px;
        font-size: 14px;
    }
}

/* ==========================================================================
   Home Page - Selected Work / Architectural Project Gallery
   ========================================================================== */
.recent-work-section {
    background: #fafaf8 !important;
    padding: 95px 0 90px;
    position: relative;
    border-top: 1px solid #eeeeea;
    border-bottom: 1px solid #eeeeea;
}

/* Section Header */
.recent-work-header {
    margin-bottom: 50px;
}

.recent-work-header .work-eyebrow {
    color: #d9b256;
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.recent-work-header .work-heading {
    font-size: 38px;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: -0.5px;
    line-height: 1.2;
    margin: 0 0 14px 0;
}

.recent-work-header .work-subheading {
    font-size: 15px;
    color: #666662;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
    font-weight: 400;
}

/* Multidisciplinary Category Navigation */
.work-category-nav {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-top: 24px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.work-category-nav .category-item {
    background: none;
    border: none;
    outline: none;
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #777775;
    position: relative;
    padding: 4px 0;
    cursor: pointer;
    transition: color 0.25s ease, font-weight 0.25s ease;
    font-family: inherit;
    line-height: 1.4;
}

.work-category-nav .category-item::after {
    content: '';
    position: absolute;
    bottom: -9px;
    left: 0;
    width: 0;
    height: 2px;
    background: #d9b256;
    transition: width 0.25s ease;
}

.work-category-nav .category-item:hover {
    color: #d9b256;
}

.work-category-nav .category-item.active {
    color: #d9b256;
    font-weight: 600;
}

.work-category-nav .category-item.active::after {
    width: 100%;
}

.work-category-nav .category-item:focus-visible {
    outline: 2px solid rgba(217, 178, 86, 0.5);
    outline-offset: 4px;
    border-radius: 2px;
}

.work-category-nav .category-sep {
    color: #d0d0cc;
    font-size: 11px;
    user-select: none;
}

/* Empty State Message */
.work-empty-state {
    text-align: center;
    padding: 55px 20px;
    margin: 10px auto 20px;
    max-width: 480px;
}

.work-empty-state .empty-state-text {
    font-size: 15px;
    color: #777775;
    margin: 0 0 12px 0;
    font-weight: 400;
    letter-spacing: 0.3px;
}

.work-empty-state .empty-state-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #d9b256;
    text-decoration: none;
    transition: color 0.2s ease, gap 0.2s ease;
}

.work-empty-state .empty-state-link:hover {
    color: #1a1a1a;
    gap: 10px;
}

/* Asymmetrical Project Gallery Grid */
.recent-work-gallery {
    margin-top: 20px;
}

.arch-project-card {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 35px;
    background: transparent;
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.work-col-stacked .arch-project-card:last-child {
    margin-bottom: 0;
}

.arch-project-image-link {
    display: block;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.arch-image-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #e9e9e6;
    border-radius: 10px;
}

.project-featured .arch-image-wrap {
    height: 585px;
}

.project-secondary .arch-image-wrap {
    height: 235px;
}

.arch-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.65s cubic-bezier(0.25, 1, 0.5, 1), filter 0.35s ease;
    filter: brightness(0.97);
}

.arch-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(18, 18, 18, 0.25);
    opacity: 0;
    transition: opacity 0.35s ease;
}

.arch-view-badge {
    position: absolute;
    bottom: 18px;
    right: 18px;
    background: rgba(24, 24, 24, 0.88);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #ffffff;
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 7px 16px;
    border-radius: 20px;
    border: 1px solid rgba(217, 178, 86, 0.4);
    opacity: 0;
    transform: translateY(8px);
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    z-index: 2;
}

.arch-project-card:hover .arch-image-wrap img {
    transform: scale(1.04);
    filter: brightness(1.02);
}

.arch-project-card:hover .arch-overlay {
    opacity: 1;
}

.arch-project-card:hover .arch-view-badge {
    opacity: 1;
    transform: translateY(0);
}

/* Card Project Info */
.arch-project-info {
    padding: 16px 2px 0;
}

.arch-meta-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
}

.arch-category {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #d9b256;
    text-transform: uppercase;
}

.arch-index {
    font-size: 12px;
    font-weight: 500;
    color: #a0a09c;
    font-family: 'Poppins', sans-serif;
}

.arch-title {
    font-size: 19px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.3;
    margin: 0 0 6px 0;
    transition: color 0.25s ease;
}

.arch-title a {
    color: #1a1a1a;
    text-decoration: none;
    transition: color 0.25s ease;
}

.arch-project-card:hover .arch-title a {
    color: #d9b256;
}

.arch-desc {
    font-size: 13.5px;
    color: #666662;
    line-height: 1.55;
    margin: 0 0 10px 0;
    font-weight: 400;
}

.arch-link-cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #1a1a1a;
    text-decoration: none;
    transition: color 0.25s ease, gap 0.25s ease;
}

.arch-link-cta .cta-arrow {
    color: #d9b256;
    font-size: 13px;
    transition: transform 0.25s ease;
}

.arch-project-card:hover .arch-link-cta {
    color: #d9b256;
    gap: 10px;
}

.arch-project-card:hover .arch-link-cta .cta-arrow {
    transform: translateX(3px);
}

/* Bottom CTA */
.recent-work-bottom-cta {
    margin-top: 45px;
}

.btn-arch-portfolio {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 13px 34px;
    background: transparent;
    color: #1a1a1a;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 1px solid #1a1a1a;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-arch-portfolio .cta-arrow {
    color: #d9b256;
    transition: transform 0.25s ease;
}

.btn-arch-portfolio:hover {
    background: #1a1a1a;
    color: #ffffff !important;
    border-color: #1a1a1a;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.btn-arch-portfolio:hover .cta-arrow {
    transform: translateX(4px);
}

/* Responsive Overrides for Selected Work */
@media (max-width: 991px) {
    .project-featured .arch-image-wrap {
        height: 425px;
    }
    .project-secondary .arch-image-wrap {
        height: 260px;
    }
    .work-col-featured {
        margin-bottom: 25px;
    }
    .work-col-stacked .arch-project-card:last-child {
        margin-bottom: 35px;
    }
}

@media (max-width: 767px) {
    .recent-work-section {
        padding: 60px 0 55px;
    }
    .recent-work-header .work-heading {
        font-size: 28px;
    }
    .recent-work-header .work-subheading {
        font-size: 14px;
    }
    .work-category-nav {
        gap: 10px;
        margin-top: 16px;
        border-bottom: none;
    }
    .work-category-nav .category-item {
        font-size: 10.5px;
        letter-spacing: 1.5px;
    }
    .work-category-nav .category-sep {
        font-size: 10px;
    }
    .project-featured .arch-image-wrap,
    .project-secondary .arch-image-wrap {
        height: 240px;
    }
    .arch-title {
        font-size: 17px;
    }
    .arch-view-badge {
        display: none;
    }
}

/* ==========================================================================
   Home Page - Who We Work With (Client Segments Section)
   ========================================================================== */
.client-segments-section {
    background: #fbfbfa !important;
    padding: 95px 0 90px;
    position: relative;
    border-top: 1px solid #eeeeea;
    border-bottom: 1px solid #eeeeea;
}

.auto-container-wide {
    width: 94%;
    max-width: 1560px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

/* Section Header */
.segment-sec-header {
    margin-bottom: 50px;
}

.segment-sec-header .segment-eyebrow {
    color: #d9b256;
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.segment-sec-header .segment-heading {
    font-size: 40px;
    font-weight: 800;
    color: #1a1a1a;
    letter-spacing: -0.5px;
    line-height: 1.2;
    margin: 0 0 16px 0;
}

.segment-sec-header .segment-heading .gold-accent-text {
    color: #d9b256;
    font-weight: 800;
}

.segment-sec-header .segment-lead {
    font-size: 15.5px;
    color: #666662;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
    font-weight: 400;
}

/* 4 Client Panels Grid */
.client-segments-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 10px;
    align-items: stretch;
}

/* Individual Segment Card - Full-Height Hero Image Layout */
.segment-card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
    transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.35s ease, border-color 0.35s ease;
}

.segment-card:hover {
    transform: translateY(-4px);
    border-color: rgba(217, 178, 86, 0.32);
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.05);
}

/* Hero Image Wrap - Full Card Width from Top Edge */
.segment-hero-wrap {
    position: relative;
    width: 100%;
    height: 410px;
    overflow: hidden;
    background: #1a1a1a;
    flex-shrink: 0;
}

.segment-hero-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.65s cubic-bezier(0.25, 1, 0.5, 1);
}

.segment-card:hover .segment-hero-wrap img {
    transform: scale(1.02);
}

/* Subtle Gradient Overlay for Text Readability */
.segment-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.45) 0%,
        rgba(0, 0, 0, 0.12) 55%,
        rgba(0, 0, 0, 0.28) 100%
    );
    z-index: 1;
    pointer-events: none;
}

/* Large Number in Upper-Left Area Behind Title */
.segment-watermark {
    position: absolute;
    top: 10px;
    left: 22px;
    font-size: 76px;
    font-weight: 800;
    color: rgba(255, 235, 180, 0.38);
    font-family: 'Poppins', sans-serif;
    line-height: 1;
    pointer-events: none;
    user-select: none;
    z-index: 1;
    letter-spacing: -2px;
}

/* Hero Content Overlay (Title overlapping lower portion of number + Description) */
.segment-hero-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 22px 20px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
}

.segment-title {
    position: relative;
    z-index: 2;
    font-size: 36px;
    font-weight: 500;
    color: #111111;
    line-height: 1.0;
    margin: 38px 0 12px 0;
    padding-right: 0;
    letter-spacing: -0.5px;
}

.segment-title a {
    color: #111111;
    text-decoration: none;
    transition: opacity 0.25s ease;
}

.segment-card:hover .segment-title a {
    color: #111111;
    opacity: 0.85;
}

.segment-desc {
    position: relative;
    z-index: 2;
    font-size: 13.5px;
    color: #111111;
    line-height: 1.5;
    margin: 0;
    font-weight: 400;
}

/* Lower Body Wrap (Services + CTA) */
.segment-body-wrap {
    padding: 24px 22px 22px;
    background: #ffffff;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Services List */
.segment-services-wrap {
    margin-bottom: 20px;
    flex-grow: 1;
}

.segment-service-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.segment-service-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12.5px;
    color: #111111;
    font-weight: 400;
    line-height: 1.35;
}

.service-icon-bullet {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: rgba(217, 178, 86, 0.12);
    color: #d9b256;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    font-weight: 700;
    flex-shrink: 0;
}

/* CTA Row */
.segment-cta-wrap {
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.segment-card-cta {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #1a1a1a;
    text-decoration: none;
    padding-bottom: 9px;
    transition: color 0.25s ease, gap 0.25s ease;
}

.segment-card-cta::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #d9b256;
    pointer-events: none;
}

.segment-card-cta .cta-arrow {
    color: #d9b256;
    font-size: 13px;
    transition: transform 0.25s ease;
}

.segment-card:hover .segment-card-cta {
    color: #d9b256;
    gap: 11px;
}

.segment-card:hover .segment-card-cta .cta-arrow {
    transform: translateX(3px);
}

/* Responsive Overrides */
@media (max-width: 1280px) {
    .client-segments-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
    .segment-hero-wrap {
        height: 370px;
    }
}

@media (max-width: 991px) {
    .client-segments-section {
        padding: 75px 0 70px;
    }
    .segment-sec-header .segment-heading {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .client-segments-section {
        padding: 60px 0 55px;
    }
    .auto-container-wide {
        width: 92%;
    }
    .client-segments-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .segment-hero-wrap {
        height: 300px;
    }
    .segment-hero-content {
        padding: 22px 18px 18px;
    }
    .segment-body-wrap {
        padding: 22px 18px 20px;
    }
    .segment-sec-header .segment-heading {
        font-size: 26px;
    }
    .segment-sec-header .segment-lead {
        font-size: 14px;
    }
    .segment-title {
        font-size: 28px;
    }
}

/* ==========================================================================
   HOMEPAGE: SECTION 6 - WHY CHOOSE US + OUR PROCESS EDITORIAL SPLIT
   ========================================================================== */

.why-process-editorial-section {
    padding: 100px 0 95px;
    background: #ffffff;
    position: relative;
}

.why-process-editorial-grid {
    display: grid;
    grid-template-columns: 42fr 58fr;
    column-gap: 80px;
    row-gap: 50px;
    align-items: start;
}

/* Editorial Section Header (Shared for Left & Right Columns) */
.editorial-sec-header {
    margin-bottom: 24px;
}

.editorial-eyebrow {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #d9b256;
    margin-bottom: 12px;
}

.editorial-heading {
    font-size: 34px;
    font-weight: 500;
    color: #111111;
    line-height: 1.25;
    letter-spacing: -0.5px;
    margin: 0;
}

/* Left Column: Why Choose Us */
.why-us-editorial-col {
    display: flex;
    flex-direction: column;
}

.why-us-editorial-lead {
    font-size: 14.5px;
    color: #555555;
    line-height: 1.7;
    margin: 0 0 32px 0;
}

.why-benefit-rows {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.why-benefit-row {
    display: grid;
    grid-template-columns: 48px 1fr;
    column-gap: 20px;
    padding: 22px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    align-items: start;
}

.benefit-num {
    font-size: 28px;
    font-weight: 300;
    color: #d9b256;
    line-height: 1;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -1px;
    padding-top: 2px;
}

.benefit-content {
    flex-grow: 1;
}

.benefit-title {
    font-size: 14px;
    font-weight: 600;
    color: #111111;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin: 0 0 6px 0;
    line-height: 1.35;
}

.benefit-desc {
    font-size: 13.5px;
    color: #555555;
    line-height: 1.55;
    margin: 0;
}

/* Right Column: Our Process Timeline */
.process-editorial-col {
    display: flex;
    flex-direction: column;
}

.process-editorial-timeline {
    position: relative;
    margin-top: 16px;
    display: flex;
    flex-direction: column;
}

.process-timeline-stage {
    position: relative;
    display: grid;
    grid-template-columns: 50px 1fr;
    column-gap: 30px;
    padding-bottom: 40px;
    align-items: start;
}

.process-timeline-stage:last-child {
    padding-bottom: 0;
}

/* Thin vertical warm-gold line running through the stages */
.process-timeline-stage:not(:last-child)::before {
    content: '';
    position: absolute;
    top: 40px;
    bottom: 0;
    left: 24px;
    width: 1px;
    background: rgba(217, 178, 86, 0.45);
}

.stage-num-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
}

.stage-num {
    font-size: 32px;
    font-weight: 300;
    color: #d9b256;
    line-height: 1;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -1px;
    background: #ffffff;
    padding: 2px 0;
}

.stage-content {
    padding-top: 4px;
}

.stage-title {
    font-size: 18px;
    font-weight: 600;
    color: #111111;
    margin: 0 0 8px 0;
    line-height: 1.35;
}

.stage-desc {
    font-size: 14px;
    color: #555555;
    line-height: 1.6;
    margin: 0;
}

/* Responsive Styles for Section 6 */
@media (max-width: 1199px) {
    .why-process-editorial-grid {
        column-gap: 50px;
    }
    .editorial-heading {
        font-size: 30px;
    }
}

@media (max-width: 991px) {
    .why-process-editorial-section {
        padding: 75px 0 70px;
    }
    .why-process-editorial-grid {
        grid-template-columns: 1fr;
        row-gap: 55px;
    }
}

@media (max-width: 767px) {
    .why-process-editorial-section {
        padding: 55px 0 50px;
    }
    .editorial-eyebrow {
        font-size: 13.5px;
    }
    .editorial-heading {
        font-size: 26px;
    }
    .why-benefit-row {
        grid-template-columns: 40px 1fr;
        column-gap: 16px;
        padding: 18px 0;
    }
    .benefit-num {
        font-size: 24px;
    }
    .process-timeline-stage {
        grid-template-columns: 40px 1fr;
        column-gap: 20px;
        padding-bottom: 32px;
    }
    .process-timeline-stage:not(:last-child)::before {
        left: 19px;
        top: 36px;
    }
    .stage-num {
        font-size: 26px;
    }
}

/* ==========================================================================
   HOMEPAGE: FINAL CTA SECTION & MASTER FOOTER REDESIGN
   ========================================================================== */

/* 7. Global Architectural CTA Banner */
.global-cta-section {
    position: relative;
    padding: 110px 0 105px;
    background: #0f0f0f url('../images/common/backgrounds/page-hero-bg.jpg') center center/cover no-repeat;
    color: #ffffff;
    text-align: center;
    overflow: hidden;
}

.global-cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(12, 12, 12, 0.84);
    z-index: 1;
}

/* Thin Frame & Flow warm-gold line at the bottom of the CTA image area */
.global-cta-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #d9b256;
    z-index: 2;
}

.global-cta-section .auto-container {
    position: relative;
    z-index: 3;
}

.cta-inner-content {
    max-width: 820px;
    margin: 0 auto;
}

.cta-heading {
    font-size: 38px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.25;
    letter-spacing: -0.5px;
    margin: 0 0 16px 0;
}

.cta-desc {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.65;
    max-width: 660px;
    margin: 0 auto 36px;
}

.cta-btn-group {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    padding: 0 32px;
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 0;
    transition: all 0.3s ease;
    min-width: 220px;
}

/* Button 1: Dark/black button with warm-gold text and subtle gold border */
.cta-btn-dark {
    background: #111111;
    color: #d9b256;
    border: 1px solid rgba(217, 178, 86, 0.6);
}

.cta-btn-dark:hover {
    background: #d9b256;
    color: #111111;
    border-color: #d9b256;
}

/* Button 2: Warm-gold button with dark text */
.cta-btn-gold {
    background: #d9b256;
    color: #111111;
    border: 1px solid #d9b256;
}

.cta-btn-gold:hover {
    background: #e5c370;
    border-color: #e5c370;
    color: #111111;
}

/* Master Footer - Deep Charcoal / Near-Black Editorial Layout */
.master-footer {
    background-color: #121212;
    color: #9e9e9e;
    padding: 85px 0 0;
    font-size: 14px;
    border-top: none;
    position: relative;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1.1fr 1.2fr;
    column-gap: 50px;
    row-gap: 40px;
    padding-bottom: 70px;
}

.footer-col-brand .footer-logo-wrap {
    display: inline-block;
    margin-bottom: 22px;
}

.footer-col-brand .footer-logo {
    max-width: 170px;
    height: auto;
    display: block;
}

.footer-desc {
    color: #949494;
    font-size: 13.5px;
    line-height: 1.7;
    margin-bottom: 26px;
}

.footer-socials {
    display: flex;
    gap: 10px;
    align-items: center;
}

.footer-socials a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid rgba(217, 178, 86, 0.3);
    color: #d9b256;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.02);
}

.footer-socials a:hover {
    background: #d9b256;
    color: #111111;
    border-color: #d9b256;
    transform: translateY(-2px);
}

/* Column Headings with Short Thin Warm-Gold Underline */
.footer-col-title {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 0 0 24px 0;
    position: relative;
    padding-bottom: 12px;
}

.footer-col-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 32px;
    height: 1.5px;
    background-color: #d9b256;
}

/* Footer Links List */
.footer-links,
.master-footer .footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-links li,
.master-footer .footer-links li {
    margin: 0;
    padding: 0;
}

.footer-links li a,
.master-footer .footer-links li a {
    color: #9e9e9e;
    font-size: 13.5px;
    line-height: 1.4;
    text-decoration: none;
    transition: color 0.25s ease, transform 0.25s ease;
    display: inline-block;
}

.footer-links li a:hover,
.master-footer .footer-links li a:hover {
    color: #d9b256;
    transform: translateX(4px);
}

/* Contact Column */
.footer-contact-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 13.5px;
    color: #9e9e9e;
    line-height: 1.5;
}

.footer-contact-item .contact-icon {
    color: #d9b256;
    font-size: 15px;
    margin-top: 3px;
    flex-shrink: 0;
    width: 16px;
    text-align: center;
}

.footer-contact-item .contact-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.footer-contact-item .contact-text a {
    color: #9e9e9e;
    text-decoration: none;
    transition: color 0.25s ease;
}

.footer-contact-item .contact-text a:hover {
    color: #d9b256;
}

/* Bottom Copyright Bar */
.footer-bottom-bar {
    background-color: #0c0c0c;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding: 22px 0;
}

.footer-bottom-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}

.footer-copyright p {
    color: #777777;
    font-size: 13px;
    margin: 0;
}

.bottom-nav-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

.bottom-nav-links li a {
    color: #777777;
    font-size: 13px;
    text-decoration: none;
    transition: color 0.25s ease;
}

.bottom-nav-links li a:hover {
    color: #d9b256;
}

/* Responsive Footer & CTA */
@media (max-width: 1199px) {
    .footer-grid {
        grid-template-columns: 1.2fr 1fr 1fr 1.1fr;
        column-gap: 35px;
    }
}

@media (max-width: 991px) {
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 45px;
        padding-bottom: 55px;
    }
    .global-cta-section {
        padding: 85px 0 80px;
    }
    .cta-heading {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 38px;
        padding-bottom: 45px;
    }
    .global-cta-section {
        padding: 70px 0 65px;
    }
    .cta-heading {
        font-size: 26px;
    }
    .cta-desc {
        font-size: 14.5px;
        margin-bottom: 28px;
    }
    .cta-btn-group {
        flex-direction: column;
        width: 100%;
    }
    .cta-btn {
        width: 100%;
        max-width: 320px;
    }
    .footer-bottom-flex {
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }
    .bottom-nav-links {
        justify-content: center;
        gap: 16px;
    }
}

/* ==========================================================================
   Client Testimonials / Feedback Section (Home Page)
   ========================================================================== */
.testimonials-section {
    background: #fbfbfa !important;
    padding: 95px 0 90px;
    position: relative;
    border-top: 1px solid #eeeeea;
    border-bottom: 1px solid #eeeeea;
}

.testimonials-section .testimonials-header {
    margin-bottom: 50px;
}

.testimonials-section .testimonial-eyebrow {
    color: #d9b256;
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 12px;
    display: inline-block;
}

.testimonials-section .testimonial-heading {
    font-size: 40px;
    font-weight: 800;
    color: #1a1a1a;
    letter-spacing: -0.5px;
    line-height: 1.25;
    margin: 0 0 16px 0;
}

.testimonials-section .testimonial-heading .gold-accent-text {
    color: #d9b256;
    font-weight: 800;
}

.testimonials-section .testimonial-lead {
    font-size: 15.5px;
    color: #666662;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
    font-weight: 400;
}

/* 3 Testimonial Cards Grid */
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    align-items: stretch;
}

.testimonial-card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 14px;
    padding: 38px 32px 34px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.02);
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.3s ease, border-color 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.05);
    border-color: rgba(217, 178, 86, 0.4);
}

.testimonial-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 22px;
}

.testimonial-company {
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #1a1a1a;
    position: relative;
    padding-bottom: 8px;
}

.testimonial-company::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 22px;
    height: 2px;
    background: #d9b256;
}

.testimonial-quote-mark {
    font-size: 20px;
    line-height: 1;
    color: #d9b256;
    opacity: 0.75;
}

.testimonial-quote-body {
    flex-grow: 1;
    margin-bottom: 28px;
}

.testimonial-quote-text {
    font-size: 15px;
    line-height: 1.7;
    color: #555552;
    font-style: italic;
    margin: 0;
}

.testimonial-card-author {
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    gap: 16px;
}

.testimonial-author-avatar {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(217, 178, 86, 0.45);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.testimonial-author-photo {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.testimonial-author-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.testimonial-author-name {
    font-size: 15.5px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 2px 0;
    line-height: 1.3;
}

.testimonial-author-role {
    font-size: 12.5px;
    font-weight: 500;
    color: #666662;
    margin: 0 0 1px 0;
    line-height: 1.3;
}

.testimonial-author-company {
    font-size: 12px;
    font-weight: 600;
    color: #d9b256;
    margin: 0;
    line-height: 1.3;
}

@media (max-width: 991px) {
    .testimonials-section {
        padding: 75px 0 70px;
    }
    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }
    .testimonials-section .testimonial-heading {
        font-size: 30px;
    }
    .testimonial-card {
        padding: 32px 26px 28px;
    }
    .testimonial-author-avatar {
        width: 56px;
        height: 56px;
    }
}

@media (max-width: 767px) {
    .testimonial-author-avatar {
        width: 52px;
        height: 52px;
    }
    .testimonial-author-name {
        font-size: 14.5px;
    }
    .testimonial-author-role {
        font-size: 12px;
    }
    .testimonial-author-company {
        font-size: 11.5px;
    }
}

/* ==========================================================================
   ABOUT US PAGE: EDITORIAL STUDIO SECTIONS
   ========================================================================== */

.about-eyebrow {
    display: inline-block;
    font-size: 13.5px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #d9b256;
    margin-bottom: 12px;
}

.about-section-heading {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.25;
    color: #1a1a1a;
    letter-spacing: -0.5px;
    margin: 0;
}

.about-heading-line {
    width: 44px;
    height: 2px;
    background: #d9b256;
    margin-top: 18px;
}

.about-section-header {
    margin-bottom: 50px;
}

/* 2. Studio Introduction */
.about-intro-section {
    padding: 100px 0 90px;
    background: #ffffff;
}

.about-intro-grid {
    display: grid;
    grid-template-columns: 45fr 55fr;
    column-gap: 70px;
    row-gap: 30px;
    align-items: start;
    margin-bottom: 70px;
}

.about-intro-left {
    padding-right: 20px;
}

.about-intro-right {
    color: #4a4a48;
    font-size: 15.5px;
    line-height: 1.8;
}

.about-intro-right p {
    margin-bottom: 20px;
    color: #4a4a48;
}

.about-intro-right p:last-child {
    margin-bottom: 0;
}

.about-lead-p {
    font-size: 17px;
    font-weight: 500;
    color: #1a1a1a !important;
    line-height: 1.75;
}

/* 3. Main Project Visual */
.about-main-visual-wrap {
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.07);
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.about-main-visual-img {
    width: 100%;
    height: auto;
    max-height: 580px;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* 4. Three Integrated Core Areas */
.about-capabilities-section {
    padding: 95px 0 90px;
    background: #fbfbfa;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.about-capabilities-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.about-capability-card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 4px;
    padding: 42px 34px 38px;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.about-capability-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.06);
    border-color: rgba(217, 178, 86, 0.4);
}

.about-cap-num {
    font-size: 28px;
    font-weight: 700;
    color: #d9b256;
    letter-spacing: 1px;
    margin-bottom: 18px;
    line-height: 1;
}

.about-cap-title {
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #1a1a1a;
    margin: 0 0 14px 0;
}

.about-cap-desc {
    font-size: 14.5px;
    line-height: 1.7;
    color: #555552;
    margin: 0;
}

/* 5. Why Frame & Flow */
.about-why-section {
    padding: 100px 0 95px;
    background: #ffffff;
}

.about-why-header {
    max-width: 820px;
    margin: 0 auto 60px;
}

.about-why-lead {
    font-size: 16.5px;
    line-height: 1.75;
    color: #555552;
    margin-top: 16px;
    margin-bottom: 0;
}

.about-why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}

.about-why-card {
    background: #fbfbfa;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    padding: 34px 26px 30px;
    transition: all 0.3s ease;
}

.about-why-card:hover {
    border-color: rgba(217, 178, 86, 0.45);
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.04);
}

.about-why-num {
    font-size: 24px;
    font-weight: 700;
    color: #d9b256;
    margin-bottom: 14px;
    line-height: 1;
}

.about-why-title {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #1a1a1a;
    margin: 0 0 10px 0;
}

.about-why-desc {
    font-size: 13.5px;
    line-height: 1.65;
    color: #555552;
    margin: 0;
}

/* 6. Who We Work With */
.about-audience-section {
    padding: 95px 0 90px;
    background: #fbfbfa;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.about-audience-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
}

.about-audience-card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 4px;
    padding: 32px 24px 28px;
    transition: all 0.3s ease;
}

.about-audience-card:hover {
    border-color: rgba(217, 178, 86, 0.4);
    transform: translateY(-3px);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.05);
}

.about-audience-num {
    font-size: 20px;
    font-weight: 700;
    color: #d9b256;
    margin-bottom: 12px;
}

.about-audience-title {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 10px 0;
    line-height: 1.35;
}

.about-audience-desc {
    font-size: 13.5px;
    line-height: 1.65;
    color: #555552;
    margin: 0;
}

/* 7. Final About CTA */
.about-cta-section {
    position: relative;
    padding: 95px 0 90px;
    background: #121212 url('../images/common/backgrounds/page-hero-bg.jpg') center center/cover no-repeat;
    color: #ffffff;
}

.about-cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 15, 15, 0.88);
}

.about-cta-section .auto-container {
    position: relative;
    z-index: 2;
}

.about-cta-eyebrow {
    display: inline-block;
    font-size: 13.5px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #d9b256;
    margin-bottom: 12px;
}

.about-cta-heading {
    font-size: 38px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 14px 0;
    letter-spacing: -0.5px;
}

.about-cta-desc {
    font-size: 16.5px;
    color: #cccccc;
    max-width: 600px;
    margin: 0 auto 32px;
    line-height: 1.6;
}

.about-cta-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.about-cta-section .about-cta-btns .btn-style-one,
.about-cta-section .btn-style-one {
    transition: all 0.3s ease;
}

.about-cta-section .about-cta-btns .btn-style-one:hover,
.about-cta-section .about-cta-btns .btn-style-one:focus,
.about-cta-section .btn-style-one:hover,
.about-cta-section .btn-style-one:focus {
    background-color: #d9b256 !important;
    border-color: #d9b256 !important;
    color: #ffffff !important;
    text-decoration: none;
    box-shadow: 0 6px 20px rgba(217, 178, 86, 0.3);
}

.about-cta-section .about-cta-btns .btn-style-one:hover *,
.about-cta-section .btn-style-one:hover * {
    color: #ffffff !important;
}

/* Responsive Styles for About Page */
@media (max-width: 1199px) {
    .about-intro-grid {
        column-gap: 50px;
    }
    .about-why-grid,
    .about-audience-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}

@media (max-width: 991px) {
    .about-intro-section,
    .about-capabilities-section,
    .about-why-section,
    .about-audience-section,
    .about-cta-section {
        padding: 75px 0 70px;
    }
    .about-intro-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-bottom: 45px;
    }
    .about-intro-left {
        padding-right: 0;
    }
    .about-section-heading {
        font-size: 30px;
    }
    .about-capabilities-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }
    .about-cta-heading {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .about-intro-section,
    .about-capabilities-section,
    .about-why-section,
    .about-audience-section,
    .about-cta-section {
        padding: 60px 0 55px;
    }
    .about-section-heading {
        font-size: 25px;
    }
    .about-why-grid,
    .about-audience-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    .about-cta-heading {
        font-size: 26px;
    }
    .about-cta-btns {
        flex-direction: column;
        width: 100%;
    }
    .about-cta-btns .theme-btn {
        width: 100%;
        max-width: 300px;
    }
}

/* ==========================================================================
   Services Page Editorial Redesign Styles (Scoped for services.html)
   ========================================================================== */

.services-discipline-section {
    padding: 95px 0 90px;
    position: relative;
    background: #ffffff;
}

.services-discipline-section.bg-alt {
    background: #fbfbfa;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.services-discipline-header {
    margin-bottom: 48px;
    max-width: 800px;
}

.services-discipline-eyebrow {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #d9b256;
    margin-bottom: 10px;
}

.services-discipline-title {
    font-size: 34px;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: -0.5px;
    line-height: 1.25;
    margin: 0 0 14px 0;
}

.services-discipline-intro {
    font-size: 15.5px;
    line-height: 1.65;
    color: #555552;
    margin: 0;
}

/* Discipline 01 — Spatial Design Editorial Rows */
.services-editorial-rows {
    display: flex;
    flex-direction: column;
    border-top: 1px solid rgba(0, 0, 0, 0.09);
}

.services-editorial-row {
    display: grid;
    grid-template-columns: 80px 1.2fr 2fr 200px;
    align-items: center;
    padding: 34px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
    transition: all 0.3s ease;
    text-decoration: none !important;
    gap: 20px;
}

.services-editorial-row:hover {
    background: #fafaf8;
    padding-left: 24px;
}

.services-row-num {
    font-size: 26px;
    font-weight: 700;
    color: #d9b256;
    line-height: 1;
    font-family: inherit;
}

.services-row-heading {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
    line-height: 1.35;
    transition: color 0.25s ease;
}

.services-editorial-row:hover .services-row-heading {
    color: #d9b256;
}

.services-row-desc {
    font-size: 14.5px;
    line-height: 1.6;
    color: #555552;
    margin: 0;
}

.services-row-link {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #1a1a1a;
    transition: all 0.25s ease;
    text-align: right;
}

.services-editorial-row:hover .services-row-link {
    color: #d9b256;
    transform: translateX(4px);
}

/* Discipline 02 — 3D Visualisation Feature Blocks */
.services-feature-blocks {
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.services-feature-block {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    overflow: hidden;
    transition: all 0.35s ease;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
}

.services-feature-block:hover {
    border-color: rgba(217, 178, 86, 0.5);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.07);
    transform: translateY(-2px);
}

.services-feature-visual {
    position: relative;
    overflow: hidden;
    min-height: 320px;
    background: #1a1a1a;
}

.services-feature-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.services-feature-block:hover .services-feature-visual img {
    transform: scale(1.04);
}

.services-feature-content {
    padding: 44px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.services-feature-num {
    font-size: 22px;
    font-weight: 700;
    color: #d9b256;
    margin-bottom: 12px;
    line-height: 1;
}

.services-feature-heading {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 14px 0;
    line-height: 1.3;
}

.services-feature-desc {
    font-size: 14.5px;
    line-height: 1.65;
    color: #555552;
    margin: 0 0 24px 0;
}

.services-feature-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #1a1a1a;
    transition: all 0.25s ease;
    text-decoration: none;
    align-self: flex-start;
}

.services-feature-link:hover,
.services-feature-block:hover .services-feature-link {
    color: #d9b256;
    transform: translateX(4px);
}

/* Discipline 03 — Digital & Brand Minimal Grid */
.services-digital-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.services-digital-card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    padding: 34px 28px 30px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    position: relative;
}

.services-digital-card:hover {
    border-color: rgba(217, 178, 86, 0.45);
    background: #fafaf8;
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
}

.services-digital-num {
    font-size: 22px;
    font-weight: 700;
    color: #d9b256;
    margin-bottom: 14px;
    line-height: 1;
}

.services-digital-heading {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 12px 0;
    line-height: 1.35;
}

.services-digital-desc {
    font-size: 14px;
    line-height: 1.6;
    color: #555552;
    margin: 0 0 22px 0;
    flex-grow: 1;
}

.services-digital-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #1a1a1a;
    transition: all 0.25s ease;
    text-decoration: none;
}

.services-digital-card:hover .services-digital-link {
    color: #d9b256;
    transform: translateX(4px);
}

/* Audience Section — Who We Work With (Horizontal Editorial Rows) */
.services-audience-section {
    padding: 95px 0 90px;
    background: #fbfbfa;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.services-audience-list {
    display: flex;
    flex-direction: column;
    border-top: 1px solid rgba(0, 0, 0, 0.09);
    margin-top: 40px;
}

.services-audience-row {
    display: grid;
    grid-template-columns: 80px 1.4fr 2fr 180px;
    align-items: center;
    padding: 30px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
    transition: all 0.3s ease;
    gap: 20px;
    text-decoration: none !important;
}

.services-audience-row:hover {
    background: #ffffff;
    padding-left: 24px;
}

.services-audience-num {
    font-size: 24px;
    font-weight: 700;
    color: #d9b256;
    line-height: 1;
}

.services-audience-title {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
    line-height: 1.35;
    letter-spacing: 0.5px;
    transition: color 0.25s ease;
}

.services-audience-row:hover .services-audience-title {
    color: #d9b256;
}

.services-audience-desc {
    font-size: 14px;
    line-height: 1.6;
    color: #555552;
    margin: 0;
}

.services-audience-link {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #1a1a1a;
    transition: all 0.25s ease;
    text-align: right;
}

.services-audience-row:hover .services-audience-link {
    color: #d9b256;
    transform: translateX(4px);
}

/* Services Page CTA */
.services-cta-section {
    position: relative;
    padding: 95px 0 90px;
    background: #121212 url('../images/common/backgrounds/page-hero-bg.jpg') center center/cover no-repeat;
    color: #ffffff;
    text-align: center;
}

.services-cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 15, 15, 0.88);
}

.services-cta-section .auto-container {
    position: relative;
    z-index: 2;
}

.services-cta-eyebrow {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #d9b256;
    margin-bottom: 12px;
}

.services-cta-heading {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 14px 0;
    letter-spacing: -0.5px;
}

.services-cta-desc {
    font-size: 16px;
    color: #cccccc;
    max-width: 600px;
    margin: 0 auto 32px;
    line-height: 1.6;
}

.services-cta-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.services-cta-section .btn-style-one {
    background: #d9b256;
    color: #111111 !important;
    border: 1px solid #d9b256;
    font-weight: 600;
    transition: all 0.3s ease;
}

.services-cta-section .btn-style-one:hover,
.services-cta-section .btn-style-one:focus {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    color: #111111 !important;
    text-decoration: none;
    box-shadow: 0 6px 20px rgba(255, 255, 255, 0.2);
}

.services-cta-section .btn-style-two {
    background: transparent;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.4);
    font-weight: 600;
    transition: all 0.3s ease;
}

.services-cta-section .btn-style-two:hover,
.services-cta-section .btn-style-two:focus {
    background-color: #d9b256 !important;
    border-color: #d9b256 !important;
    color: #111111 !important;
    text-decoration: none;
    box-shadow: 0 6px 20px rgba(217, 178, 86, 0.3);
}

/* Responsive Queries for Services Page */
@media (max-width: 1199px) {
    .services-digital-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991px) {
    .services-discipline-section,
    .services-audience-section,
    .services-cta-section {
        padding: 75px 0 70px;
    }
    .services-discipline-title {
        font-size: 28px;
    }
    .services-editorial-row {
        grid-template-columns: 60px 1fr;
        row-gap: 12px;
        padding: 24px 10px;
    }
    .services-row-desc {
        grid-column: 1 / -1;
    }
    .services-row-link {
        grid-column: 1 / -1;
        justify-content: flex-start;
    }
    .services-feature-block {
        grid-template-columns: 1fr;
    }
    .services-feature-visual {
        min-height: 260px;
    }
    .services-feature-content {
        padding: 30px 24px;
    }
    .services-audience-row {
        grid-template-columns: 50px 1fr;
        row-gap: 10px;
        padding: 22px 10px;
    }
    .services-audience-desc {
        grid-column: 1 / -1;
    }
    .services-audience-link {
        grid-column: 1 / -1;
        justify-content: flex-start;
    }
    .services-cta-heading {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .services-discipline-section,
    .services-audience-section,
    .services-cta-section {
        padding: 60px 0 55px;
    }
    .services-discipline-title {
        font-size: 24px;
    }
    .services-digital-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    .services-cta-heading {
        font-size: 24px;
    }
    .services-cta-btns {
        flex-direction: column;
        width: 100%;
    }
    .services-cta-btns .theme-btn {
        width: 100%;
        max-width: 320px;
        margin-left: 0 !important;
    }
}

/* ==========================================================================
   Service Detail Editorial Studio Pages (Scoped for services/interior-design.html)
   ========================================================================== */

/* Hero Section Scoped */
.service-editorial-hero {
    position: relative;
    padding: 140px 0 90px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: #ffffff;
    text-align: left;
}

.service-editorial-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(15, 15, 15, 0.78) 0%, rgba(15, 15, 15, 0.92) 100%);
}

.service-editorial-hero .auto-container {
    position: relative;
    z-index: 2;
}

.service-hero-eyebrow {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #d9b256;
    margin-bottom: 12px;
}

.service-hero-title {
    font-size: 42px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 16px 0;
    letter-spacing: -0.5px;
    line-height: 1.2;
}

.service-hero-lead {
    font-size: 16.5px;
    line-height: 1.65;
    color: #d8d8d8;
    max-width: 780px;
    margin: 0 0 24px 0;
}

.service-hero-breadcrumbs {
    font-size: 13px;
    color: #999999;
}

.service-hero-breadcrumbs a {
    color: #d9b256;
    text-decoration: none;
    transition: color 0.2s ease;
}

.service-hero-breadcrumbs a:hover {
    color: #ffffff;
}

.service-hero-breadcrumbs span {
    margin: 0 6px;
    color: #666666;
}

.service-hero-breadcrumbs .current {
    color: #cccccc;
}

/* Editorial Introduction Section */
.service-editorial-intro-section {
    padding: 95px 0 60px;
    background: #ffffff;
}

.service-intro-container {
    max-width: 960px;
    margin: 0 auto;
}

.service-intro-eyebrow {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #d9b256;
    margin-bottom: 14px;
}

.service-intro-heading {
    font-size: 36px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.25;
    letter-spacing: -0.5px;
    margin: 0 0 22px 0;
}

.service-intro-text {
    font-size: 16.5px;
    line-height: 1.8;
    color: #444440;
    margin: 0 0 30px 0;
}

.service-intro-rule {
    width: 60px;
    height: 2px;
    background: #d9b256;
    margin: 0 0 40px 0;
}

/* Feature Image */
.service-editorial-feature-section {
    padding: 0 0 90px;
    background: #ffffff;
}

.service-feature-wrapper {
    position: relative;
    max-width: 1170px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.service-feature-img {
    width: 100%;
    max-height: 600px;
    object-fit: cover;
    display: block;
}

.service-feature-caption {
    padding: 16px 20px;
    background: #fafaf8;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: #777772;
    text-align: right;
}

/* Capabilities (What We Provide) — 2-Column Editorial Grid */
.service-capabilities-section {
    padding: 90px 0;
    background: #fbfbfa;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.service-section-header {
    margin-bottom: 50px;
}

.service-section-eyebrow {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #d9b256;
    margin-bottom: 10px;
}

.service-section-title {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 12px 0;
    letter-spacing: -0.5px;
}

.service-section-subtitle {
    font-size: 15px;
    color: #666662;
    margin: 0;
    max-width: 650px;
    line-height: 1.6;
}

.service-capabilities-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 50px;
    row-gap: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.09);
}

.service-capability-item {
    display: grid;
    grid-template-columns: 50px 1fr;
    padding: 30px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
    column-gap: 16px;
    align-items: flex-start;
    transition: all 0.25s ease;
}

.service-capability-item:hover {
    background: rgba(217, 178, 86, 0.04);
}

.service-capability-num {
    font-size: 22px;
    font-weight: 700;
    color: #d9b256;
    line-height: 1.2;
}

.service-capability-content {
    display: flex;
    flex-direction: column;
}

.service-capability-heading {
    font-size: 19px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 8px 0;
    line-height: 1.35;
}

.service-capability-desc {
    font-size: 14.5px;
    line-height: 1.65;
    color: #555552;
    margin: 0;
}

/* Process Timeline */
.service-process-section {
    padding: 95px 0 90px;
    background: #ffffff;
}

.service-process-timeline {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.service-process-timeline::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 40px;
    right: 40px;
    height: 1px;
    background: rgba(217, 178, 86, 0.35);
    z-index: 1;
}

.service-process-step {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
}

.service-process-num-wrap {
    margin-bottom: 24px;
    background: #ffffff;
    display: inline-block;
    padding-right: 15px;
}

.service-process-num {
    font-size: 28px;
    font-weight: 700;
    color: #d9b256;
    line-height: 1;
}

.service-process-title {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 10px 0;
    line-height: 1.35;
}

.service-process-desc {
    font-size: 14px;
    line-height: 1.65;
    color: #555552;
    margin: 0;
}

/* Related Capabilities Section */
.service-related-section {
    padding: 70px 0;
    background: #fafaf8;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.service-related-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.service-related-eyebrow {
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #777772;
    margin-bottom: 24px;
}

.service-related-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 12px 28px;
}

.service-related-link {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: all 0.25s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.service-related-link:hover {
    color: #d9b256;
    transform: translateX(3px);
}

.service-related-sep {
    color: #d0d0cc;
    font-size: 14px;
}

/* Service Detail CTA */
.service-editorial-cta {
    position: relative;
    padding: 95px 0 90px;
    background: #121212 url('../images/common/backgrounds/page-hero-bg.jpg') center center/cover no-repeat;
    color: #ffffff;
    text-align: center;
}

.service-editorial-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 15, 15, 0.88);
}

.service-editorial-cta .auto-container {
    position: relative;
    z-index: 2;
}

.service-cta-eyebrow {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #d9b256;
    margin-bottom: 12px;
}

.service-cta-heading {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 14px 0;
    letter-spacing: -0.5px;
}

.service-cta-desc {
    font-size: 16px;
    color: #cccccc;
    max-width: 600px;
    margin: 0 auto 34px;
    line-height: 1.6;
}

.service-cta-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.service-cta-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #d9b256;
    color: #111111 !important;
    border: 1px solid #d9b256;
    padding: 13px 26px;
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 0;
    text-decoration: none;
    transition: all 0.3s ease;
}

.service-cta-btn-primary:hover,
.service-cta-btn-primary:focus {
    background: #ffffff !important;
    border-color: #ffffff !important;
    color: #111111 !important;
    text-decoration: none;
    box-shadow: 0 6px 20px rgba(255, 255, 255, 0.2);
}

.service-cta-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.4);
    padding: 13px 26px;
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 0;
    text-decoration: none;
    transition: all 0.3s ease;
}

.service-cta-btn-secondary:hover,
.service-cta-btn-secondary:focus {
    background: #d9b256 !important;
    border-color: #d9b256 !important;
    color: #111111 !important;
    text-decoration: none;
    box-shadow: 0 6px 20px rgba(217, 178, 86, 0.3);
}

.service-cta-btn-whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #1e1e1e;
    color: #ffffff !important;
    border: 1px solid rgba(217, 178, 86, 0.5);
    padding: 13px 26px;
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 0;
    text-decoration: none;
    transition: all 0.3s ease;
}

.service-cta-btn-whatsapp .fa {
    color: #d9b256;
    font-size: 15px;
    transition: color 0.3s ease;
}

.service-cta-btn-whatsapp:hover,
.service-cta-btn-whatsapp:focus {
    background: #d9b256 !important;
    border-color: #d9b256 !important;
    color: #111111 !important;
    text-decoration: none;
    box-shadow: 0 6px 20px rgba(217, 178, 86, 0.3);
}

.service-cta-btn-whatsapp:hover .fa,
.service-cta-btn-whatsapp:focus .fa {
    color: #111111 !important;
}

/* Responsive Rules for Service Editorial Pages */
@media (max-width: 991px) {
    .service-editorial-hero {
        padding: 120px 0 70px;
    }
    .service-hero-title {
        font-size: 32px;
    }
    .service-intro-heading {
        font-size: 28px;
    }
    .service-capabilities-grid {
        grid-template-columns: 1fr;
    }
    .service-process-timeline {
        grid-template-columns: 1fr;
        gap: 36px;
        padding-left: 20px;
        border-left: 1px solid rgba(217, 178, 86, 0.35);
        margin-top: 36px;
    }
    .service-process-timeline::before {
        display: none;
    }
    .service-process-num-wrap {
        margin-bottom: 12px;
        padding-right: 0;
    }
    .service-related-sep {
        display: none;
    }
    .service-related-links {
        flex-direction: column;
        gap: 16px;
    }
    .service-cta-heading {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .service-editorial-hero {
        padding: 100px 0 60px;
    }
    .service-hero-title {
        font-size: 26px;
    }
    .service-intro-heading {
        font-size: 24px;
    }
    .service-section-title {
        font-size: 24px;
    }
    .service-cta-heading {
        font-size: 24px;
    }
    .service-cta-actions {
        flex-direction: column;
        width: 100%;
    }
    .service-cta-actions a {
        width: 100%;
        max-width: 320px;
    }
}

/* ==========================================================================
   Architecture / In Detail — Editorial Deliverables Spread
   (Scoped for services/architecture-design.html)
   ========================================================================== */

.arch-detail-section {
    padding: 95px 0 90px;
    background: #fbfbfa;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.arch-detail-header {
    margin-bottom: 48px;
    max-width: 800px;
}

.arch-detail-eyebrow {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #d9b256;
    margin-bottom: 10px;
}

.arch-detail-main-title {
    font-size: 34px;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: -0.5px;
    line-height: 1.25;
    margin: 0 0 14px 0;
}

.arch-detail-subtitle {
    font-size: 15.5px;
    line-height: 1.65;
    color: #555552;
    margin: 0;
}

/* Asymmetric 58% / 42% Composition */
.arch-detail-composition {
    display: grid;
    grid-template-columns: 58fr 42fr;
    background: #161616;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.08);
}

/* Left: Large Architectural Visual */
.arch-detail-visual-wrap {
    position: relative;
    overflow: hidden;
    min-height: 700px;
    background: #111111;
}

.arch-detail-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.arch-detail-visual-wrap:hover .arch-detail-img {
    transform: scale(1.02);
}

.arch-detail-overlay-labels {
    position: absolute;
    bottom: 24px;
    left: 24px;
    right: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(18, 18, 18, 0.75);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: 12px 20px;
    border-left: 2px solid #d9b256;
}

.arch-detail-badge {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffffff;
}

.arch-detail-tags {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #d9b256;
}

/* Right: Dark Architectural Panel */
.arch-detail-panel {
    background: #161616;
    padding: 48px 42px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-left: 1px solid rgba(255, 255, 255, 0.06);
}

.arch-panel-top-header {
    margin-bottom: 24px;
}

.arch-panel-eyebrow {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #d9b256;
    display: block;
    margin-bottom: 6px;
}

.arch-panel-heading {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.3px;
    line-height: 1.25;
    margin: 0;
}

.arch-deliverables-list {
    display: flex;
    flex-direction: column;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.arch-deliverable-row {
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 14px;
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.25s ease;
    align-items: flex-start;
}

.arch-deliverable-row:hover {
    padding-left: 8px;
    border-bottom-color: rgba(217, 178, 86, 0.4);
}

.arch-deliv-num {
    font-size: 17px;
    font-weight: 700;
    color: #d9b256;
    line-height: 1.2;
    transition: color 0.25s ease;
}

.arch-deliv-content {
    display: flex;
    flex-direction: column;
}

.arch-deliv-title {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin: 0 0 4px 0;
    line-height: 1.35;
    transition: transform 0.25s ease, color 0.25s ease;
}

.arch-deliverable-row:hover .arch-deliv-title {
    transform: translateX(3px);
    color: #d9b256;
}

.arch-deliv-desc {
    font-size: 12.5px;
    line-height: 1.55;
    color: #a8a8a4;
    margin: 0;
}

.arch-panel-footer-line {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(217, 178, 86, 0.75);
    margin-top: 24px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    text-align: center;
}

/* Responsive Queries */
@media (max-width: 1199px) {
    .arch-detail-panel {
        padding: 38px 30px;
    }
    .arch-deliverable-row {
        padding: 14px 0;
    }
    .arch-deliv-title {
        font-size: 13.5px;
    }
}

@media (max-width: 991px) {
    .arch-detail-section {
        padding: 75px 0 70px;
    }
    .arch-detail-main-title {
        font-size: 28px;
    }
    .arch-detail-composition {
        grid-template-columns: 1fr;
    }
    .arch-detail-visual-wrap {
        min-height: 420px;
    }
    .arch-detail-panel {
        border-left: none;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        padding: 40px 28px;
    }
}

@media (max-width: 767px) {
    .arch-detail-section {
        padding: 60px 0 55px;
    }
    .arch-detail-main-title {
        font-size: 24px;
    }
    .arch-detail-visual-wrap {
        min-height: 320px;
    }
    .arch-detail-overlay-labels {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
        bottom: 14px;
        left: 14px;
        right: 14px;
        padding: 10px 14px;
    }
    .arch-detail-panel {
        padding: 32px 18px;
    }
    .arch-deliv-desc {
        font-size: 12px;
    }
}

/* ==========================================================================
   Exterior Elevation Service Page - Visual Strip & Vertical Spacing Rhythm
   ========================================================================== */
.elevation-visual-strip {
    position: relative;
    padding: 85px 0;
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.elevation-visual-strip::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(14, 14, 14, 0.65);
}

.elevation-strip-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 0 20px;
    max-width: 800px;
}

.elevation-strip-tagline {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    color: #d9b256;
    margin-bottom: 12px;
    display: block;
}

.elevation-strip-title {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0;
    line-height: 1.3;
}

/* Scoped Vertical Rhythm — Desktop */
.page-exterior-elevation .service-editorial-intro-section,
.page-3d-visualization .service-editorial-intro-section,
.page-3d-walkthrough .service-editorial-intro-section,
.page-website-development .service-editorial-intro-section,
.page-software-app-development .service-editorial-intro-section,
.page-seo .service-editorial-intro-section,
.page-social-media-management .service-editorial-intro-section,
.page-branding-graphic-design .service-editorial-intro-section {
    padding: 80px 0 40px;
}

.page-exterior-elevation .service-editorial-feature-section,
.page-3d-visualization .service-editorial-feature-section,
.page-3d-walkthrough .service-editorial-feature-section,
.page-website-development .service-editorial-feature-section,
.page-software-app-development .service-editorial-feature-section,
.page-seo .service-editorial-feature-section,
.page-social-media-management .service-editorial-feature-section,
.page-branding-graphic-design .service-editorial-feature-section {
    padding: 0 0 75px;
}

.page-exterior-elevation .service-capabilities-section,
.page-3d-visualization .service-capabilities-section,
.page-3d-walkthrough .service-capabilities-section,
.page-website-development .service-capabilities-section,
.page-software-app-development .service-capabilities-section,
.page-seo .service-capabilities-section,
.page-social-media-management .service-capabilities-section,
.page-branding-graphic-design .service-capabilities-section {
    padding: 75px 0 70px;
}

.page-exterior-elevation .service-capabilities-section .service-section-header,
.page-3d-visualization .service-capabilities-section .service-section-header,
.page-3d-walkthrough .service-capabilities-section .service-section-header,
.page-website-development .service-capabilities-section .service-section-header,
.page-software-app-development .service-capabilities-section .service-section-header,
.page-seo .service-capabilities-section .service-section-header,
.page-social-media-management .service-capabilities-section .service-section-header,
.page-branding-graphic-design .service-capabilities-section .service-section-header {
    margin-bottom: 38px;
}

.page-exterior-elevation .service-process-section,
.page-3d-visualization .service-process-section,
.page-3d-walkthrough .service-process-section,
.page-website-development .service-process-section,
.page-software-app-development .service-process-section,
.page-seo .service-process-section,
.page-social-media-management .service-process-section,
.page-branding-graphic-design .service-process-section {
    padding: 75px 0 70px;
}

.page-exterior-elevation .service-process-section .service-section-header,
.page-3d-visualization .service-process-section .service-section-header,
.page-3d-walkthrough .service-process-section .service-section-header,
.page-website-development .service-process-section .service-section-header,
.page-software-app-development .service-process-section .service-section-header,
.page-seo .service-process-section .service-section-header,
.page-social-media-management .service-process-section .service-section-header,
.page-branding-graphic-design .service-process-section .service-section-header {
    margin-bottom: 35px;
}

.page-exterior-elevation .service-related-section,
.page-3d-visualization .service-related-section,
.page-3d-walkthrough .service-related-section,
.page-website-development .service-related-section,
.page-software-app-development .service-related-section,
.page-seo .service-related-section,
.page-social-media-management .service-related-section,
.page-branding-graphic-design .service-related-section {
    padding: 55px 0;
}

.page-exterior-elevation .service-related-eyebrow,
.page-3d-visualization .service-related-eyebrow,
.page-3d-walkthrough .service-related-eyebrow,
.page-website-development .service-related-eyebrow,
.page-software-app-development .service-related-eyebrow,
.page-seo .service-related-eyebrow,
.page-social-media-management .service-related-eyebrow,
.page-branding-graphic-design .service-related-eyebrow {
    margin-bottom: 18px;
}

.page-exterior-elevation .service-editorial-cta,
.page-3d-visualization .service-editorial-cta,
.page-3d-walkthrough .service-editorial-cta,
.page-website-development .service-editorial-cta,
.page-software-app-development .service-editorial-cta,
.page-seo .service-editorial-cta,
.page-social-media-management .service-editorial-cta,
.page-branding-graphic-design .service-editorial-cta {
    padding: 80px 0 75px;
}

/* Scoped Vertical Rhythm — Tablet (max-width: 991px) */
@media (max-width: 991px) {
    .page-exterior-elevation .elevation-visual-strip,
    .page-3d-visualization .elevation-visual-strip,
    .page-3d-walkthrough .elevation-visual-strip,
    .page-website-development .elevation-visual-strip,
    .page-software-app-development .elevation-visual-strip,
    .page-seo .elevation-visual-strip,
    .page-social-media-management .elevation-visual-strip,
    .page-branding-graphic-design .elevation-visual-strip {
        padding: 65px 0;
    }
    .page-exterior-elevation .service-editorial-intro-section,
    .page-3d-visualization .service-editorial-intro-section,
    .page-3d-walkthrough .service-editorial-intro-section,
    .page-website-development .service-editorial-intro-section,
    .page-software-app-development .service-editorial-intro-section,
    .page-seo .service-editorial-intro-section,
    .page-social-media-management .service-editorial-intro-section,
    .page-branding-graphic-design .service-editorial-intro-section {
        padding: 60px 0 32px;
    }
    .page-exterior-elevation .service-editorial-feature-section,
    .page-3d-visualization .service-editorial-feature-section,
    .page-3d-walkthrough .service-editorial-feature-section,
    .page-website-development .service-editorial-feature-section,
    .page-software-app-development .service-editorial-feature-section,
    .page-seo .service-editorial-feature-section,
    .page-social-media-management .service-editorial-feature-section,
    .page-branding-graphic-design .service-editorial-feature-section {
        padding: 0 0 60px;
    }
    .page-exterior-elevation .service-capabilities-section,
    .page-3d-visualization .service-capabilities-section,
    .page-3d-walkthrough .service-capabilities-section,
    .page-website-development .service-capabilities-section,
    .page-software-app-development .service-capabilities-section,
    .page-seo .service-capabilities-section,
    .page-social-media-management .service-capabilities-section,
    .page-branding-graphic-design .service-capabilities-section {
        padding: 60px 0 55px;
    }
    .page-exterior-elevation .service-capabilities-section .service-section-header,
    .page-3d-visualization .service-capabilities-section .service-section-header,
    .page-3d-walkthrough .service-capabilities-section .service-section-header,
    .page-website-development .service-capabilities-section .service-section-header,
    .page-software-app-development .service-capabilities-section .service-section-header,
    .page-seo .service-capabilities-section .service-section-header,
    .page-social-media-management .service-capabilities-section .service-section-header,
    .page-branding-graphic-design .service-capabilities-section .service-section-header {
        margin-bottom: 30px;
    }
    .page-exterior-elevation .service-process-section,
    .page-3d-visualization .service-process-section,
    .page-3d-walkthrough .service-process-section,
    .page-website-development .service-process-section,
    .page-software-app-development .service-process-section,
    .page-seo .service-process-section,
    .page-social-media-management .service-process-section,
    .page-branding-graphic-design .service-process-section {
        padding: 60px 0 55px;
    }
    .page-exterior-elevation .service-process-section .service-section-header,
    .page-3d-visualization .service-process-section .service-section-header,
    .page-3d-walkthrough .service-process-section .service-section-header,
    .page-website-development .service-process-section .service-section-header,
    .page-software-app-development .service-process-section .service-section-header,
    .page-seo .service-process-section .service-section-header,
    .page-social-media-management .service-process-section .service-section-header,
    .page-branding-graphic-design .service-process-section .service-section-header {
        margin-bottom: 30px;
    }
    .page-exterior-elevation .service-related-section,
    .page-3d-visualization .service-related-section,
    .page-3d-walkthrough .service-related-section,
    .page-website-development .service-related-section,
    .page-software-app-development .service-related-section,
    .page-seo .service-related-section,
    .page-social-media-management .service-related-section,
    .page-branding-graphic-design .service-related-section {
        padding: 45px 0;
    }
    .page-exterior-elevation .service-editorial-cta,
    .page-3d-visualization .service-editorial-cta,
    .page-3d-walkthrough .service-editorial-cta,
    .page-website-development .service-editorial-cta,
    .page-software-app-development .service-editorial-cta,
    .page-seo .service-editorial-cta,
    .page-social-media-management .service-editorial-cta,
    .page-branding-graphic-design .service-editorial-cta {
        padding: 65px 0 60px;
    }
}

/* Scoped Vertical Rhythm — Mobile (max-width: 767px) */
@media (max-width: 767px) {
    .page-exterior-elevation .elevation-visual-strip,
    .page-3d-visualization .elevation-visual-strip,
    .page-3d-walkthrough .elevation-visual-strip,
    .page-website-development .elevation-visual-strip,
    .page-software-app-development .elevation-visual-strip,
    .page-seo .elevation-visual-strip,
    .page-social-media-management .elevation-visual-strip,
    .page-branding-graphic-design .elevation-visual-strip {
        padding: 50px 0;
    }
    .page-exterior-elevation .elevation-strip-title,
    .page-3d-visualization .elevation-strip-title,
    .page-3d-walkthrough .elevation-strip-title,
    .page-website-development .elevation-strip-title,
    .page-software-app-development .elevation-strip-title,
    .page-seo .elevation-strip-title,
    .page-social-media-management .elevation-strip-title,
    .page-branding-graphic-design .elevation-strip-title {
        font-size: 20px;
        letter-spacing: 3px;
    }
    .page-exterior-elevation .service-editorial-intro-section,
    .page-3d-visualization .service-editorial-intro-section,
    .page-3d-walkthrough .service-editorial-intro-section,
    .page-website-development .service-editorial-intro-section,
    .page-software-app-development .service-editorial-intro-section,
    .page-seo .service-editorial-intro-section,
    .page-social-media-management .service-editorial-intro-section,
    .page-branding-graphic-design .service-editorial-intro-section {
        padding: 45px 0 24px;
    }
    .page-exterior-elevation .service-editorial-feature-section,
    .page-3d-visualization .service-editorial-feature-section,
    .page-3d-walkthrough .service-editorial-feature-section,
    .page-website-development .service-editorial-feature-section,
    .page-software-app-development .service-editorial-feature-section,
    .page-seo .service-editorial-feature-section,
    .page-social-media-management .service-editorial-feature-section,
    .page-branding-graphic-design .service-editorial-feature-section {
        padding: 0 0 45px;
    }
    .page-exterior-elevation .service-capabilities-section,
    .page-3d-visualization .service-capabilities-section,
    .page-3d-walkthrough .service-capabilities-section,
    .page-website-development .service-capabilities-section,
    .page-software-app-development .service-capabilities-section,
    .page-seo .service-capabilities-section,
    .page-social-media-management .service-capabilities-section,
    .page-branding-graphic-design .service-capabilities-section {
        padding: 45px 0 40px;
    }
    .page-exterior-elevation .service-capabilities-section .service-section-header,
    .page-3d-visualization .service-capabilities-section .service-section-header,
    .page-3d-walkthrough .service-capabilities-section .service-section-header,
    .page-website-development .service-capabilities-section .service-section-header,
    .page-software-app-development .service-capabilities-section .service-section-header,
    .page-seo .service-capabilities-section .service-section-header,
    .page-social-media-management .service-capabilities-section .service-section-header,
    .page-branding-graphic-design .service-capabilities-section .service-section-header {
        margin-bottom: 24px;
    }
    .page-exterior-elevation .service-process-section,
    .page-3d-visualization .service-process-section,
    .page-3d-walkthrough .service-process-section,
    .page-website-development .service-process-section,
    .page-software-app-development .service-process-section,
    .page-seo .service-process-section,
    .page-social-media-management .service-process-section,
    .page-branding-graphic-design .service-process-section {
        padding: 45px 0 40px;
    }
    .page-exterior-elevation .service-process-section .service-section-header,
    .page-3d-visualization .service-process-section .service-section-header,
    .page-3d-walkthrough .service-process-section .service-section-header,
    .page-website-development .service-process-section .service-section-header,
    .page-software-app-development .service-process-section .service-section-header,
    .page-seo .service-process-section .service-section-header,
    .page-social-media-management .service-process-section .service-section-header,
    .page-branding-graphic-design .service-process-section .service-section-header {
        margin-bottom: 24px;
    }
    .page-exterior-elevation .service-related-section,
    .page-3d-visualization .service-related-section,
    .page-3d-walkthrough .service-related-section,
    .page-website-development .service-related-section,
    .page-software-app-development .service-related-section,
    .page-seo .service-related-section,
    .page-social-media-management .service-related-section,
    .page-branding-graphic-design .service-related-section {
        padding: 35px 0;
    }
    .page-exterior-elevation .service-related-eyebrow,
    .page-3d-visualization .service-related-eyebrow,
    .page-3d-walkthrough .service-related-eyebrow,
    .page-website-development .service-related-eyebrow,
    .page-software-app-development .service-related-eyebrow,
    .page-seo .service-related-eyebrow,
    .page-social-media-management .service-related-eyebrow,
    .page-branding-graphic-design .service-related-eyebrow {
        margin-bottom: 14px;
    }
    .page-exterior-elevation .service-editorial-cta,
    .page-3d-visualization .service-editorial-cta,
    .page-3d-walkthrough .service-editorial-cta,
    .page-website-development .service-editorial-cta,
    .page-software-app-development .service-editorial-cta,
    .page-seo .service-editorial-cta,
    .page-social-media-management .service-editorial-cta,
    .page-branding-graphic-design .service-editorial-cta {
        padding: 50px 0 45px;
    }
}

/* ==========================================================================
   3D Architectural Walkthrough - Two-Video Showcase
   ========================================================================== */
.page-3d-walkthrough .walkthrough-tabs-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-bottom: 28px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding-bottom: 0;
}

.page-3d-walkthrough .walkthrough-tab-btn {
    background: transparent;
    border: none;
    padding: 0 6px 14px;
    font-family: 'Syne', sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #888888;
    cursor: pointer;
    position: relative;
    outline: none;
    transition: color 0.3s ease;
}

.page-3d-walkthrough .walkthrough-tab-btn:hover {
    color: #111111;
}

.page-3d-walkthrough .walkthrough-tab-btn.active {
    color: #111111;
}

.page-3d-walkthrough .walkthrough-tab-btn.active::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #d9b256;
}

.page-3d-walkthrough .walkthrough-video-container {
    position: relative;
    width: 100%;
    background-color: #0c0c0c;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 16px 45px rgba(0, 0, 0, 0.12);
    aspect-ratio: 16 / 9;
}

.page-3d-walkthrough .walkthrough-video-panel {
    width: 100%;
    height: 100%;
}

.page-3d-walkthrough .walkthrough-video-player {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 767px) {
    .page-3d-walkthrough .walkthrough-tabs-nav {
        gap: 20px;
        margin-bottom: 20px;
    }

    .page-3d-walkthrough .walkthrough-tab-btn {
        font-size: 11px;
        letter-spacing: 1.5px;
        padding: 0 2px 10px;
    }
}

/* ==========================================================================
   Portfolio Hub Index - Premium Editorial Redesign
   ========================================================================== */
.page-portfolio-hub .portfolio-editorial-hero {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 130px 0 85px;
    color: #ffffff;
    text-align: center;
}

.page-portfolio-hub .portfolio-editorial-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(12, 12, 12, 0.78) 0%, rgba(12, 12, 12, 0.92) 100%);
    z-index: 1;
}

.page-portfolio-hub .portfolio-editorial-hero .auto-container {
    position: relative;
    z-index: 2;
}

.page-portfolio-hub .portfolio-hero-eyebrow {
    font-family: 'Syne', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    color: #d9b256;
    margin-bottom: 14px;
    display: block;
}

.page-portfolio-hub .portfolio-hero-title {
    font-family: 'Syne', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.15;
    color: #ffffff;
    letter-spacing: -0.5px;
    max-width: 820px;
    margin: 0 auto;
}

.page-portfolio-hub .portfolio-hero-lead {
    font-family: 'Montserrat', sans-serif;
    font-size: 15.5px;
    line-height: 1.7;
    color: #cccccc;
    max-width: 650px;
    margin: 16px auto 0;
}

.page-portfolio-hub .portfolio-hero-breadcrumbs {
    margin-top: 24px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #888888;
}

.page-portfolio-hub .portfolio-hero-breadcrumbs a {
    color: #aaaaaa;
    text-decoration: none;
    transition: color 0.3s ease;
}

.page-portfolio-hub .portfolio-hero-breadcrumbs a:hover {
    color: #d9b256;
}

.page-portfolio-hub .portfolio-hero-breadcrumbs span {
    margin: 0 8px;
    color: #666666;
}

.page-portfolio-hub .portfolio-hero-breadcrumbs .current {
    color: #d9b256;
    margin: 0;
}

/* Portfolio Navigation & Category Filter Section */
.page-portfolio-hub .portfolio-nav-section {
    padding: 60px 0 35px;
    background: #ffffff;
}

.page-portfolio-hub .portfolio-intro-block {
    max-width: 680px;
    margin: 0 auto 36px;
    text-align: center;
}

.page-portfolio-hub .portfolio-intro-eyebrow {
    font-family: 'Syne', sans-serif;
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #d9b256;
    text-transform: uppercase;
    display: block;
    margin-bottom: 8px;
}

.page-portfolio-hub .portfolio-intro-lead {
    font-family: 'Syne', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #111111;
    line-height: 1.4;
    margin: 0;
}

.page-portfolio-hub .portfolio-intro-rule {
    width: 40px;
    height: 2px;
    background: #d9b256;
    margin: 16px auto 0;
}

.page-portfolio-hub .portfolio-filter-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 32px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding-bottom: 16px;
}

.page-portfolio-hub .portfolio-filter-btn {
    background: transparent;
    border: none;
    font-family: 'Syne', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #777777;
    padding: 0 4px 12px;
    cursor: pointer;
    position: relative;
    outline: none;
    transition: color 0.3s ease;
}

.page-portfolio-hub .portfolio-filter-btn:hover {
    color: #111111;
}

.page-portfolio-hub .portfolio-filter-btn.active {
    color: #111111;
}

.page-portfolio-hub .portfolio-filter-btn.active::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #d9b256;
}

/* Portfolio Gallery Grid */
.page-portfolio-hub .portfolio-gallery-section {
    padding: 25px 0 90px;
    background: #ffffff;
}

.page-portfolio-hub .portfolio-editorial-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 48px;
    row-gap: 65px;
}

.page-portfolio-hub .portfolio-editorial-item {
    display: block;
    position: relative;
}

.page-portfolio-hub .portfolio-item-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.page-portfolio-hub .portfolio-item-meta-top {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 12px;
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.page-portfolio-hub .portfolio-item-num {
    font-family: 'Syne', sans-serif;
    font-size: 13.5px;
    font-weight: 700;
    color: #d9b256;
    letter-spacing: 1px;
}

.page-portfolio-hub .portfolio-item-cat {
    font-family: 'Syne', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #888888;
}

.page-portfolio-hub .portfolio-item-img-box {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #111111;
    border-radius: 2px;
}

.page-portfolio-hub .portfolio-item-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s ease;
}

.page-portfolio-hub .portfolio-item-overlay {
    position: absolute;
    inset: 0;
    background: rgba(12, 12, 12, 0.28);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.page-portfolio-hub .portfolio-item-overlay .overlay-cta {
    font-family: 'Syne', sans-serif;
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffffff;
    background: rgba(18, 18, 18, 0.85);
    border: 1px solid rgba(217, 178, 86, 0.6);
    padding: 10px 22px;
    transform: translateY(10px);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.page-portfolio-hub .portfolio-item-link:hover .portfolio-item-img-box img {
    transform: scale(1.03);
}

.page-portfolio-hub .portfolio-item-link:hover .portfolio-item-overlay {
    opacity: 1;
}

.page-portfolio-hub .portfolio-item-link:hover .overlay-cta {
    transform: translateY(0);
}

.page-portfolio-hub .portfolio-item-meta-bottom {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 15px;
}

.page-portfolio-hub .portfolio-item-title {
    font-family: 'Syne', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #111111;
    margin: 0;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.page-portfolio-hub .portfolio-item-link:hover .portfolio-item-title {
    color: #d9b256;
}

.page-portfolio-hub .portfolio-item-cta {
    font-family: 'Syne', sans-serif;
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #d9b256;
    white-space: nowrap;
    transition: transform 0.3s ease;
    display: inline-flex;
    align-items: center;
}

.page-portfolio-hub .portfolio-item-link:hover .portfolio-item-cta {
    transform: translateX(4px);
}

/* Desktop Asymmetrical Heights (Alternating Rhythm) */
@media (min-width: 992px) {
    .page-portfolio-hub .portfolio-editorial-item:nth-child(4n + 1) .portfolio-item-img-box,
    .page-portfolio-hub .portfolio-editorial-item:nth-child(4n + 4) .portfolio-item-img-box,
    .page-portfolio-hub .portfolio-editorial-item.item-featured .portfolio-item-img-box {
        height: 560px;
    }

    .page-portfolio-hub .portfolio-editorial-item:nth-child(4n + 2) .portfolio-item-img-box,
    .page-portfolio-hub .portfolio-editorial-item:nth-child(4n + 3) .portfolio-item-img-box,
    .page-portfolio-hub .portfolio-editorial-item.item-secondary .portfolio-item-img-box {
        height: 380px;
    }
}

/* Tablet Responsive */
@media (max-width: 991px) and (min-width: 768px) {
    .page-portfolio-hub .portfolio-editorial-grid {
        column-gap: 30px;
        row-gap: 45px;
    }

    .page-portfolio-hub .portfolio-editorial-item:nth-child(4n + 1) .portfolio-item-img-box,
    .page-portfolio-hub .portfolio-editorial-item:nth-child(4n + 4) .portfolio-item-img-box,
    .page-portfolio-hub .portfolio-editorial-item.item-featured .portfolio-item-img-box {
        height: 420px;
    }

    .page-portfolio-hub .portfolio-editorial-item:nth-child(4n + 2) .portfolio-item-img-box,
    .page-portfolio-hub .portfolio-editorial-item:nth-child(4n + 3) .portfolio-item-img-box,
    .page-portfolio-hub .portfolio-editorial-item.item-secondary .portfolio-item-img-box {
        height: 300px;
    }

    .page-portfolio-hub .portfolio-item-title {
        font-size: 18px;
    }
}

/* Mobile Responsive */
@media (max-width: 767px) {
    .page-portfolio-hub .portfolio-editorial-hero {
        padding: 95px 0 65px;
    }

    .page-portfolio-hub .portfolio-hero-title {
        font-size: 32px;
    }

    .page-portfolio-hub .portfolio-nav-section {
        padding: 40px 0 25px;
    }

    .page-portfolio-hub .portfolio-intro-lead {
        font-size: 17px;
    }

    .page-portfolio-hub .portfolio-filter-nav {
        gap: 12px 18px;
        padding-bottom: 12px;
    }

    .page-portfolio-hub .portfolio-filter-btn {
        font-size: 11px;
        letter-spacing: 1.5px;
        padding: 0 2px 8px;
    }

    .page-portfolio-hub .portfolio-gallery-section {
        padding: 15px 0 60px;
    }

    .page-portfolio-hub .portfolio-editorial-grid {
        grid-template-columns: 1fr;
        row-gap: 40px;
    }

    .page-portfolio-hub .portfolio-editorial-item .portfolio-item-img-box {
        height: 280px !important;
        width: 100%;
    }

    .page-portfolio-hub .portfolio-item-title {
        font-size: 17px;
    }

    .page-portfolio-hub .portfolio-item-meta-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
}

/* Portfolio Editorial CTA Section - Premium Image-Backed Architecture Standard */
.page-portfolio-hub .portfolio-editorial-cta {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 95px 0 90px;
    color: #ffffff;
    text-align: center;
    border-bottom: 2px solid #d9b256;
}

.page-portfolio-hub .portfolio-editorial-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(12, 12, 12, 0.62);
    z-index: 1;
}

.page-portfolio-hub .portfolio-editorial-cta .auto-container {
    position: relative;
    z-index: 2;
}

.page-portfolio-hub .portfolio-cta-eyebrow {
    font-family: 'Syne', sans-serif;
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #d9b256;
    display: inline-block;
    margin-bottom: 12px;
}

.page-portfolio-hub .portfolio-cta-heading {
    color: #ffffff;
    font-family: 'Syne', sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.2;
    max-width: 780px;
    margin: 0 auto;
    letter-spacing: -0.5px;
}

.page-portfolio-hub .portfolio-cta-desc {
    color: #dcdcdc;
    font-family: 'Montserrat', sans-serif;
    font-size: 15.5px;
    line-height: 1.65;
    max-width: 700px;
    margin: 16px auto 34px;
}

.page-portfolio-hub .portfolio-cta-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.page-portfolio-hub .portfolio-cta-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #d9b256;
    color: #111111 !important;
    border: 1px solid #d9b256;
    padding: 13px 28px;
    font-family: 'Syne', sans-serif;
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border-radius: 0;
    text-decoration: none;
    transition: all 0.3s ease;
}

.page-portfolio-hub .portfolio-cta-btn-primary:hover,
.page-portfolio-hub .portfolio-cta-btn-primary:focus {
    background: #ffffff !important;
    border-color: #ffffff !important;
    color: #111111 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 255, 255, 0.2);
}

.page-portfolio-hub .portfolio-cta-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: transparent;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.45);
    padding: 13px 28px;
    font-family: 'Syne', sans-serif;
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border-radius: 0;
    text-decoration: none;
    transition: all 0.3s ease;
}

.page-portfolio-hub .portfolio-cta-btn-secondary:hover,
.page-portfolio-hub .portfolio-cta-btn-secondary:focus {
    background: #d9b256 !important;
    border-color: #d9b256 !important;
    color: #111111 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(217, 178, 86, 0.3);
}

@media (max-width: 991px) {
    .page-portfolio-hub .portfolio-cta-heading {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .page-portfolio-hub .portfolio-editorial-cta {
        padding: 65px 0 60px;
    }

    .page-portfolio-hub .portfolio-cta-heading {
        font-size: 28px;
        line-height: 1.25;
    }

    .page-portfolio-hub .portfolio-cta-desc {
        font-size: 14px;
        margin-bottom: 28px;
    }

    .page-portfolio-hub .portfolio-cta-actions {
        flex-direction: column;
        width: 100%;
        gap: 12px;
    }

    .page-portfolio-hub .portfolio-cta-btn-primary,
    .page-portfolio-hub .portfolio-cta-btn-secondary {
        width: 100%;
        justify-content: center;
    }
}

/* ==========================================================================
   Portfolio Detail & Interior Page - Premium Editorial Redesign
   ========================================================================== */
.page-portfolio-detail .portfolio-editorial-hero {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 130px 0 85px;
    color: #ffffff;
    text-align: center;
}

.page-portfolio-detail .portfolio-editorial-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(12, 12, 12, 0.78) 0%, rgba(12, 12, 12, 0.92) 100%);
    z-index: 1;
}

.page-portfolio-detail .portfolio-editorial-hero .auto-container {
    position: relative;
    z-index: 2;
}

.page-portfolio-detail .portfolio-hero-eyebrow {
    font-family: 'Syne', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    color: #d9b256;
    margin-bottom: 14px;
    display: block;
}

.page-portfolio-detail .portfolio-hero-title {
    font-family: 'Syne', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.15;
    color: #ffffff;
    letter-spacing: -0.5px;
    max-width: 820px;
    margin: 0 auto;
}

.page-portfolio-detail .portfolio-hero-lead {
    font-family: 'Montserrat', sans-serif;
    font-size: 15.5px;
    line-height: 1.7;
    color: #cccccc;
    max-width: 680px;
    margin: 16px auto 0;
}

.page-portfolio-detail .portfolio-hero-breadcrumbs {
    margin-top: 24px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #888888;
}

.page-portfolio-detail .portfolio-hero-breadcrumbs a {
    color: #aaaaaa;
    text-decoration: none;
    transition: color 0.3s ease;
}

.page-portfolio-detail .portfolio-hero-breadcrumbs a:hover {
    color: #d9b256;
}

.page-portfolio-detail .portfolio-hero-breadcrumbs span {
    margin: 0 8px;
    color: #666666;
}

.page-portfolio-detail .portfolio-hero-breadcrumbs .current {
    color: #d9b256;
    margin: 0;
}

/* Editorial Statement Section */
.page-portfolio-detail .portfolio-detail-statement {
    padding: 75px 0 60px;
    background: #ffffff;
}

.page-portfolio-detail .statement-eyebrow {
    font-family: 'Syne', sans-serif;
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #d9b256;
    text-transform: uppercase;
    margin-bottom: 12px;
    display: block;
}

.page-portfolio-detail .statement-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 48px;
    align-items: start;
}

.page-portfolio-detail .statement-title {
    font-family: 'Syne', sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.25;
    color: #111111;
    margin: 0;
}

.page-portfolio-detail .statement-body {
    font-family: 'Montserrat', sans-serif;
    font-size: 15.5px;
    line-height: 1.75;
    color: #555555;
    margin: 0;
}

.page-portfolio-detail .statement-rule {
    width: 45px;
    height: 2px;
    background: #d9b256;
    margin: 20px 0;
}

/* Featured Asymmetric Showcase Gallery */
.page-portfolio-detail .portfolio-detail-showcase {
    padding: 10px 0 75px;
    background: #ffffff;
}

.page-portfolio-detail .showcase-row {
    display: flex;
    gap: 36px;
    margin-bottom: 48px;
}

.page-portfolio-detail .showcase-row:last-child {
    margin-bottom: 0;
}

.page-portfolio-detail .showcase-item-primary {
    flex: 0 0 calc(62% - 18px);
}

.page-portfolio-detail .showcase-item-secondary {
    flex: 0 0 calc(38% - 18px);
}

.page-portfolio-detail .showcase-item-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.page-portfolio-detail .showcase-meta-top {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.page-portfolio-detail .showcase-num {
    font-family: 'Syne', sans-serif;
    font-size: 13.5px;
    font-weight: 700;
    color: #d9b256;
    letter-spacing: 1px;
}

.page-portfolio-detail .showcase-cat {
    font-family: 'Syne', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #888888;
}

.page-portfolio-detail .showcase-img-box {
    position: relative;
    width: 100%;
    height: 480px;
    overflow: hidden;
    background: #111111;
    border-radius: 2px;
}

.page-portfolio-detail .showcase-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.page-portfolio-detail .showcase-item-link:hover .showcase-img-box img {
    transform: scale(1.03);
}

.page-portfolio-detail .showcase-title {
    font-family: 'Syne', sans-serif;
    font-size: 19px;
    font-weight: 700;
    color: #111111;
    margin-top: 14px;
    line-height: 1.35;
    transition: color 0.3s ease;
}

.page-portfolio-detail .showcase-item-link:hover .showcase-title {
    color: #d9b256;
}

/* Design Scope Section */
.page-portfolio-detail .portfolio-scope-section {
    padding: 75px 0 70px;
    background: #fdfdfd;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

.page-portfolio-detail .scope-header {
    max-width: 720px;
    margin: 0 auto 48px;
    text-align: center;
}

.page-portfolio-detail .scope-eyebrow {
    font-family: 'Syne', sans-serif;
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #d9b256;
    text-transform: uppercase;
    display: block;
    margin-bottom: 8px;
}

.page-portfolio-detail .scope-title {
    font-family: 'Syne', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #111111;
    line-height: 1.25;
    margin-bottom: 12px;
}

.page-portfolio-detail .scope-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 1.65;
    color: #666666;
    margin: 0;
}

.page-portfolio-detail .scope-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 48px;
    row-gap: 36px;
}

.page-portfolio-detail .scope-item {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    padding-top: 20px;
}

.page-portfolio-detail .scope-num {
    font-family: 'Syne', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #d9b256;
    margin-bottom: 6px;
}

.page-portfolio-detail .scope-heading {
    font-family: 'Syne', sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #111111;
    margin-bottom: 8px;
    line-height: 1.35;
}

.page-portfolio-detail .scope-desc {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.65;
    color: #666666;
    margin: 0;
}

/* Related Work Section */
.page-portfolio-detail .portfolio-related-work-section {
    padding: 75px 0 70px;
    background: #ffffff;
}

.page-portfolio-detail .related-work-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 40px;
    row-gap: 40px;
}

.page-portfolio-detail .related-work-item {
    display: block;
    text-decoration: none;
    color: inherit;
}

.page-portfolio-detail .related-work-img-box {
    position: relative;
    width: 100%;
    height: 360px;
    overflow: hidden;
    background: #111111;
    border-radius: 2px;
}

.page-portfolio-detail .related-work-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.page-portfolio-detail .related-work-item:hover .related-work-img-box img {
    transform: scale(1.03);
}

.page-portfolio-detail .related-work-meta-bottom {
    margin-top: 14px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 15px;
}

.page-portfolio-detail .related-work-title {
    font-family: 'Syne', sans-serif;
    font-size: 19px;
    font-weight: 700;
    color: #111111;
    margin: 0;
    line-height: 1.35;
    transition: color 0.3s ease;
}

.page-portfolio-detail .related-work-item:hover .related-work-title {
    color: #d9b256;
}

.page-portfolio-detail .related-work-cta {
    font-family: 'Syne', sans-serif;
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #d9b256;
    white-space: nowrap;
    transition: transform 0.3s ease;
}

.page-portfolio-detail .related-work-item:hover .related-work-cta {
    transform: translateX(4px);
}

/* Portfolio Detail CTA Section */
.page-portfolio-detail .portfolio-editorial-cta {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 95px 0 90px;
    color: #ffffff;
    text-align: center;
    border-bottom: 2px solid #d9b256;
}

.page-portfolio-detail .portfolio-editorial-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(12, 12, 12, 0.62);
    z-index: 1;
}

.page-portfolio-detail .portfolio-editorial-cta .auto-container {
    position: relative;
    z-index: 2;
}

.page-portfolio-detail .portfolio-cta-eyebrow {
    font-family: 'Syne', sans-serif;
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #d9b256;
    display: inline-block;
    margin-bottom: 12px;
}

.page-portfolio-detail .portfolio-cta-heading {
    color: #ffffff;
    font-family: 'Syne', sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.2;
    max-width: 780px;
    margin: 0 auto;
    letter-spacing: -0.5px;
}

.page-portfolio-detail .portfolio-cta-desc {
    color: #dcdcdc;
    font-family: 'Montserrat', sans-serif;
    font-size: 15.5px;
    line-height: 1.65;
    max-width: 700px;
    margin: 16px auto 34px;
}

.page-portfolio-detail .portfolio-cta-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.page-portfolio-detail .portfolio-cta-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #d9b256;
    color: #111111 !important;
    border: 1px solid #d9b256;
    padding: 13px 28px;
    font-family: 'Syne', sans-serif;
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border-radius: 0;
    text-decoration: none;
    transition: all 0.3s ease;
}

.page-portfolio-detail .portfolio-cta-btn-primary:hover,
.page-portfolio-detail .portfolio-cta-btn-primary:focus {
    background: #ffffff !important;
    border-color: #ffffff !important;
    color: #111111 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 255, 255, 0.2);
}

.page-portfolio-detail .portfolio-cta-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: transparent;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.45);
    padding: 13px 28px;
    font-family: 'Syne', sans-serif;
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border-radius: 0;
    text-decoration: none;
    transition: all 0.3s ease;
}

.page-portfolio-detail .portfolio-cta-btn-secondary:hover,
.page-portfolio-detail .portfolio-cta-btn-secondary:focus {
    background: #d9b256 !important;
    border-color: #d9b256 !important;
    color: #111111 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(217, 178, 86, 0.3);
}

.page-portfolio-detail .portfolio-cta-btn-whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #1e1e1e;
    color: #ffffff !important;
    border: 1px solid rgba(217, 178, 86, 0.5);
    padding: 13px 28px;
    font-family: 'Syne', sans-serif;
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border-radius: 0;
    text-decoration: none;
    transition: all 0.3s ease;
}

.page-portfolio-detail .portfolio-cta-btn-whatsapp:hover,
.page-portfolio-detail .portfolio-cta-btn-whatsapp:focus {
    background: #25d366 !important;
    border-color: #25d366 !important;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.3);
}

/* Tablet Responsive */
@media (max-width: 991px) {
    .page-portfolio-detail .statement-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .page-portfolio-detail .statement-title {
        font-size: 28px;
    }

    .page-portfolio-detail .showcase-img-box {
        height: 380px;
    }

    .page-portfolio-detail .portfolio-cta-heading {
        font-size: 36px;
    }
}

/* Mobile Responsive */
@media (max-width: 767px) {
    .page-portfolio-detail .portfolio-editorial-hero {
        padding: 95px 0 65px;
    }

    .page-portfolio-detail .portfolio-hero-title {
        font-size: 32px;
    }

    .page-portfolio-detail .portfolio-detail-statement {
        padding: 50px 0 40px;
    }

    .page-portfolio-detail .statement-title {
        font-size: 24px;
    }

    .page-portfolio-detail .showcase-row {
        flex-direction: column;
        gap: 36px;
        margin-bottom: 36px;
    }

    .page-portfolio-detail .showcase-item-primary,
    .page-portfolio-detail .showcase-item-secondary {
        flex: 0 0 100%;
        width: 100%;
    }

    .page-portfolio-detail .showcase-img-box {
        height: 280px !important;
    }

    .page-portfolio-detail .portfolio-scope-section {
        padding: 50px 0 45px;
    }

    .page-portfolio-detail .scope-title {
        font-size: 24px;
    }

    .page-portfolio-detail .scope-grid {
        grid-template-columns: 1fr;
        row-gap: 24px;
    }

    .page-portfolio-detail .portfolio-related-work-section {
        padding: 50px 0 45px;
    }

    .page-portfolio-detail .related-work-grid {
        grid-template-columns: 1fr;
        row-gap: 32px;
    }

    .page-portfolio-detail .related-work-img-box {
        height: 260px;
    }

    .page-portfolio-detail .related-work-meta-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .page-portfolio-detail .portfolio-editorial-cta {
        padding: 65px 0 60px;
    }

    .page-portfolio-detail .portfolio-cta-heading {
        font-size: 28px;
        line-height: 1.25;
    }

    .page-portfolio-detail .portfolio-cta-desc {
        font-size: 14px;
        margin-bottom: 28px;
    }

    .page-portfolio-detail .portfolio-cta-actions {
        flex-direction: column;
        width: 100%;
        gap: 12px;
    }

    .page-portfolio-detail .portfolio-cta-btn-primary,
    .page-portfolio-detail .portfolio-cta-btn-secondary,
    .page-portfolio-detail .portfolio-cta-btn-whatsapp {
        width: 100%;
        justify-content: center;
    }
}

/* ==========================================================================
   Page: Solution Detail (Real Estate, Builders, etc.) — Editorial System
   ========================================================================== */
.page-solution-detail .portfolio-editorial-hero {
    position: relative;
    padding: 140px 0 90px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #111111;
}

.page-solution-detail .portfolio-editorial-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(17, 17, 17, 0.85) 0%, rgba(17, 17, 17, 0.68) 50%, rgba(17, 17, 17, 0.92) 100%);
    z-index: 1;
}

.page-solution-detail .portfolio-editorial-hero .auto-container {
    position: relative;
    z-index: 2;
}

.page-solution-detail .portfolio-hero-eyebrow {
    display: inline-block;
    font-family: 'Syne', sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #d9b256;
    margin-bottom: 14px;
}

.page-solution-detail .portfolio-hero-title {
    font-family: 'Syne', sans-serif;
    font-size: 46px;
    font-weight: 700;
    line-height: 1.18;
    color: #ffffff;
    margin-bottom: 16px;
    letter-spacing: -0.5px;
}

.page-solution-detail .portfolio-hero-lead {
    font-family: 'DM Sans', sans-serif;
    font-size: 16.5px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.85);
    max-width: 780px;
    margin-bottom: 24px;
}

.page-solution-detail .portfolio-hero-breadcrumbs {
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: 0.5px;
}

.page-solution-detail .portfolio-hero-breadcrumbs a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    transition: color 0.25s ease;
}

.page-solution-detail .portfolio-hero-breadcrumbs a:hover {
    color: #d9b256;
}

.page-solution-detail .portfolio-hero-breadcrumbs span {
    margin: 0 6px;
    color: rgba(217, 178, 86, 0.6);
}

.page-solution-detail .portfolio-hero-breadcrumbs span.current {
    color: #d9b256;
}

/* 01 Statement Section */
.page-solution-detail .portfolio-detail-statement {
    padding: 90px 0 75px;
    background: #fbfbfb;
    border-bottom: 1px solid #eaeaea;
}

.page-solution-detail .statement-eyebrow {
    display: inline-block;
    font-family: 'Syne', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #d9b256;
    margin-bottom: 24px;
}

.page-solution-detail .statement-grid {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 60px;
    align-items: start;
}

.page-solution-detail .statement-title {
    font-family: 'Syne', sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.25;
    color: #111111;
    margin: 0;
    letter-spacing: -0.3px;
}

.page-solution-detail .statement-rule {
    width: 44px;
    height: 2px;
    background: #d9b256;
    margin-bottom: 22px;
}

.page-solution-detail .statement-body {
    font-family: 'DM Sans', sans-serif;
    font-size: 15.5px;
    line-height: 1.8;
    color: #444444;
    margin: 0;
}

/* 02 Capabilities Section */
.page-solution-detail .solution-capabilities-section {
    padding: 95px 0 85px;
    background: #ffffff;
    border-bottom: 1px solid #eeeeee;
}

.page-solution-detail .solution-cap-header {
    margin-bottom: 50px;
}

.page-solution-detail .solution-cap-eyebrow {
    display: inline-block;
    font-family: 'Syne', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #d9b256;
    margin-bottom: 12px;
}

.page-solution-detail .solution-cap-title {
    font-family: 'Syne', sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.25;
    color: #111111;
    margin: 0 0 10px;
    letter-spacing: -0.3px;
}

.page-solution-detail .solution-cap-subtitle {
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #666666;
    max-width: 650px;
    margin: 0;
}

.page-solution-detail .solution-cap-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 50px;
    row-gap: 0;
}

.page-solution-detail .solution-cap-item {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    padding: 28px 0;
    border-bottom: 1px solid #eeeeee;
    transition: all 0.3s ease;
}

.page-solution-detail .solution-cap-item:hover .solution-cap-num {
    color: #111111;
    transform: translateX(3px);
}

.page-solution-detail .solution-cap-item:hover .solution-cap-heading {
    color: #d9b256;
}

.page-solution-detail .solution-cap-num {
    font-family: 'Syne', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #d9b256;
    line-height: 1.2;
    flex-shrink: 0;
    width: 32px;
    transition: all 0.3s ease;
}

.page-solution-detail .solution-cap-body {
    flex: 1;
}

.page-solution-detail .solution-cap-heading {
    font-family: 'Syne', sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #111111;
    margin: 0 0 8px;
    transition: color 0.3s ease;
}

.page-solution-detail .solution-cap-desc {
    font-family: 'DM Sans', sans-serif;
    font-size: 14.5px;
    line-height: 1.65;
    color: #666666;
    margin: 0;
}

/* 03 Visual Sales System Section */
.page-solution-detail .solution-system-section {
    padding: 95px 0 85px;
    background: #fbfbfb;
    border-bottom: 1px solid #eaeaea;
}

.page-solution-detail .solution-system-grid {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 60px;
    align-items: center;
}

.page-solution-detail .solution-system-grid.content-first {
    grid-template-columns: 1fr 1.15fr;
}

.page-solution-detail .solution-system-img-box {
    position: relative;
    overflow: hidden;
    height: 480px;
    background: #111111;
}

.page-solution-detail .solution-system-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.page-solution-detail .solution-system-img-box:hover img {
    transform: scale(1.03);
}

.page-solution-detail .solution-system-content .system-eyebrow {
    display: inline-block;
    font-family: 'Syne', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #d9b256;
    margin-bottom: 14px;
}

.page-solution-detail .solution-system-content .system-title {
    font-family: 'Syne', sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.25;
    color: #111111;
    margin: 0 0 18px;
    letter-spacing: -0.3px;
}

.page-solution-detail .solution-system-content .system-desc {
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    line-height: 1.75;
    color: #555555;
    margin: 0 0 32px;
}

.page-solution-detail .solution-system-points {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.page-solution-detail .solution-point-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    transition: all 0.25s ease;
}

.page-solution-detail .solution-point-item:hover {
    border-color: #d9b256;
    transform: translateY(-2px);
}

.page-solution-detail .solution-point-num {
    font-family: 'Syne', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #d9b256;
}

.page-solution-detail .solution-point-text {
    font-family: 'Syne', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #111111;
}

/* 04 Workflow Section */
.page-solution-detail .solution-workflow-section {
    padding: 95px 0 85px;
    background: #ffffff;
    border-bottom: 1px solid #eeeeee;
}

.page-solution-detail .workflow-header {
    margin-bottom: 50px;
}

.page-solution-detail .workflow-eyebrow {
    display: inline-block;
    font-family: 'Syne', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #d9b256;
    margin-bottom: 12px;
}

.page-solution-detail .workflow-title {
    font-family: 'Syne', sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.25;
    color: #111111;
    margin: 0;
    letter-spacing: -0.3px;
}

.page-solution-detail .workflow-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.page-solution-detail .workflow-step {
    position: relative;
    padding: 30px 24px;
    background: #fbfbfb;
    border: 1px solid #eeeeee;
    transition: all 0.3s ease;
}

.page-solution-detail .workflow-step:hover {
    border-color: #d9b256;
    background: #ffffff;
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.page-solution-detail .workflow-step-num {
    font-family: 'Syne', sans-serif;
    font-size: 32px;
    font-weight: 800;
    color: #d9b256;
    line-height: 1;
    margin-bottom: 18px;
}

.page-solution-detail .workflow-step-heading {
    font-family: 'Syne', sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #111111;
    margin: 0 0 10px;
}

.page-solution-detail .workflow-step-desc {
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #666666;
    margin: 0;
}

/* Related Capabilities Section */
.page-solution-detail .service-related-section {
    background: #ffffff;
    border-bottom: 1px solid #eaeaea;
    padding: 38px 0;
}

.page-solution-detail .service-related-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.page-solution-detail .service-related-eyebrow {
    font-family: 'Syne', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #d9b256;
}

.page-solution-detail .service-related-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px 18px;
}

.page-solution-detail .service-related-link {
    font-family: 'Syne', sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #111111;
    text-decoration: none;
    transition: color 0.25s ease;
}

.page-solution-detail .service-related-link:hover {
    color: #d9b256;
}

.page-solution-detail .service-related-sep {
    color: #cccccc;
    font-size: 13px;
}

/* 05 Related Solutions Section */
.page-solution-detail .solution-other-section {
    padding: 90px 0 80px;
    background: #fbfbfb;
    border-bottom: 1px solid #eaeaea;
}

.page-solution-detail .solution-other-header {
    margin-bottom: 45px;
}

.page-solution-detail .solution-other-eyebrow {
    display: inline-block;
    font-family: 'Syne', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #d9b256;
    margin-bottom: 12px;
}

.page-solution-detail .solution-other-title {
    font-family: 'Syne', sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.25;
    color: #111111;
    margin: 0;
    letter-spacing: -0.3px;
}

.page-solution-detail .solution-other-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.page-solution-detail .solution-other-card {
    display: block;
    padding: 28px 22px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    text-decoration: none;
    transition: all 0.3s ease;
}

.page-solution-detail .solution-other-card:hover {
    border-color: #d9b256;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
}

.page-solution-detail .solution-other-card-num {
    font-family: 'Syne', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #d9b256;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.page-solution-detail .solution-other-card-title {
    font-family: 'Syne', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #111111;
    margin: 0 0 14px;
    line-height: 1.35;
    transition: color 0.25s ease;
}

.page-solution-detail .solution-other-card:hover .solution-other-card-title {
    color: #d9b256;
}

.page-solution-detail .solution-other-card-link {
    font-family: 'Syne', sans-serif;
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #d9b256;
    display: inline-block;
    transition: transform 0.25s ease;
}

.page-solution-detail .solution-other-card:hover .solution-other-card-link {
    transform: translateX(4px);
}

/* Solution Detail CTA */
.page-solution-detail .portfolio-editorial-cta {
    position: relative;
    padding: 105px 0 95px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #111111;
    text-align: center;
    border-bottom: 3px solid #d9b256;
}

.page-solution-detail .portfolio-editorial-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(17, 17, 17, 0.62);
    z-index: 1;
}

.page-solution-detail .portfolio-editorial-cta .auto-container {
    position: relative;
    z-index: 2;
}

.page-solution-detail .portfolio-cta-eyebrow {
    color: #d9b256;
    font-family: 'Syne', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: inline-block;
}

.page-solution-detail .portfolio-cta-heading {
    color: #ffffff;
    font-family: 'Syne', sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.2;
    max-width: 780px;
    margin: 0 auto;
    letter-spacing: -0.5px;
}

.page-solution-detail .portfolio-cta-desc {
    color: #dcdcdc;
    font-family: 'Montserrat', sans-serif;
    font-size: 15.5px;
    line-height: 1.65;
    max-width: 700px;
    margin: 16px auto 34px;
}

.page-solution-detail .portfolio-cta-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.page-solution-detail .portfolio-cta-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #d9b256;
    color: #111111 !important;
    border: 1px solid #d9b256;
    padding: 13px 28px;
    font-family: 'Syne', sans-serif;
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border-radius: 0;
    text-decoration: none;
    transition: all 0.3s ease;
}

.page-solution-detail .portfolio-cta-btn-primary:hover,
.page-solution-detail .portfolio-cta-btn-primary:focus {
    background: #ffffff !important;
    border-color: #ffffff !important;
    color: #111111 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 255, 255, 0.2);
}

.page-solution-detail .portfolio-cta-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: transparent;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.45);
    padding: 13px 28px;
    font-family: 'Syne', sans-serif;
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border-radius: 0;
    text-decoration: none;
    transition: all 0.3s ease;
}

.page-solution-detail .portfolio-cta-btn-secondary:hover,
.page-solution-detail .portfolio-cta-btn-secondary:focus {
    background: #d9b256 !important;
    border-color: #d9b256 !important;
    color: #111111 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(217, 178, 86, 0.3);
}

.page-solution-detail .portfolio-cta-btn-whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #1e1e1e;
    color: #ffffff !important;
    border: 1px solid rgba(217, 178, 86, 0.5);
    padding: 13px 28px;
    font-family: 'Syne', sans-serif;
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border-radius: 0;
    text-decoration: none;
    transition: all 0.3s ease;
}

.page-solution-detail .portfolio-cta-btn-whatsapp:hover,
.page-solution-detail .portfolio-cta-btn-whatsapp:focus {
    background: #25d366 !important;
    border-color: #25d366 !important;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.3);
}

/* Tablet Responsive */
@media (max-width: 991px) {
    .page-solution-detail .statement-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .page-solution-detail .statement-title {
        font-size: 28px;
    }

    .page-solution-detail .solution-cap-grid {
        grid-template-columns: 1fr;
    }

    .page-solution-detail .solution-system-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .page-solution-detail .solution-system-img-box {
        height: 360px;
    }

    .page-solution-detail .workflow-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .page-solution-detail .solution-other-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .page-solution-detail .portfolio-cta-heading {
        font-size: 36px;
    }
}

/* Mobile Responsive */
@media (max-width: 767px) {
    .page-solution-detail .portfolio-editorial-hero {
        padding: 95px 0 65px;
    }

    .page-solution-detail .portfolio-hero-title {
        font-size: 32px;
    }

    .page-solution-detail .portfolio-detail-statement {
        padding: 50px 0 40px;
    }

    .page-solution-detail .statement-title {
        font-size: 24px;
    }

    .page-solution-detail .solution-capabilities-section,
    .page-solution-detail .solution-system-section,
    .page-solution-detail .solution-workflow-section,
    .page-solution-detail .solution-other-section {
        padding: 50px 0 45px;
    }

    .page-solution-detail .solution-cap-title,
    .page-solution-detail .solution-system-content .system-title,
    .page-solution-detail .workflow-title,
    .page-solution-detail .solution-other-title {
        font-size: 24px;
    }

    .page-solution-detail .solution-system-img-box {
        height: 260px;
    }

    .page-solution-detail .solution-system-points {
        grid-template-columns: 1fr;
    }

    .page-solution-detail .workflow-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .page-solution-detail .solution-other-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .page-solution-detail .service-related-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .page-solution-detail .service-related-links {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .page-solution-detail .service-related-sep {
        display: none;
    }

    .page-solution-detail .portfolio-editorial-cta {
        padding: 65px 0 60px;
    }

    .page-solution-detail .portfolio-cta-heading {
        font-size: 28px;
        line-height: 1.25;
    }

    .page-solution-detail .portfolio-cta-desc {
        font-size: 14px;
        margin-bottom: 28px;
    }

    .page-solution-detail .portfolio-cta-actions {
        flex-direction: column;
        width: 100%;
        gap: 12px;
    }

    .page-solution-detail .portfolio-cta-btn-primary,
    .page-solution-detail .portfolio-cta-btn-secondary,
    .page-solution-detail .portfolio-cta-btn-whatsapp {
        width: 100%;
        justify-content: center;
    }
}

/* ==========================================================================
   Page: Blog & Knowledge Hub (.page-blog-hub) — Premium Editorial System
   ========================================================================== */

/* 00 — Page Hero */
.page-blog-hub .blog-hero-editorial {
    position: relative;
    padding: 130px 0 80px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #111111;
}

.page-blog-hub .blog-hero-editorial::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(14, 14, 14, 0.88) 0%, rgba(14, 14, 14, 0.72) 50%, rgba(14, 14, 14, 0.94) 100%);
    z-index: 1;
}

.page-blog-hub .blog-hero-editorial .auto-container {
    position: relative;
    z-index: 2;
}

.page-blog-hub .blog-hero-editorial .hero-content {
    text-align: center;
}

.page-blog-hub .blog-hero-editorial .hero-tagline {
    display: inline-block;
    font-family: 'Syne', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #d9b256;
    margin-bottom: 14px;
}

.page-blog-hub .blog-hero-editorial .hero-title {
    font-family: 'Syne', sans-serif;
    font-size: 46px;
    font-weight: 700;
    line-height: 1.18;
    color: #ffffff;
    margin-bottom: 18px;
    letter-spacing: -0.5px;
}

.page-blog-hub .blog-hero-editorial .hero-subtitle {
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.88);
    max-width: 680px;
    margin: 0 auto 24px;
}

.page-blog-hub .blog-hero-editorial .hero-breadcrumbs {
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: 0.5px;
}

.page-blog-hub .blog-hero-editorial .hero-breadcrumbs a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    transition: color 0.25s ease;
}

.page-blog-hub .blog-hero-editorial .hero-breadcrumbs a:hover {
    color: #d9b256;
}

.page-blog-hub .blog-hero-editorial .hero-breadcrumbs span {
    margin: 0 6px;
    color: rgba(217, 178, 86, 0.6);
}

.page-blog-hub .blog-hero-editorial .hero-breadcrumbs span.current {
    color: #d9b256;
}

/* 01 — Split Statement Section */
.page-blog-hub .blog-statement-section {
    padding: 70px 0 60px;
    background: #fbfbfb;
    border-bottom: 1px solid #eaeaea;
}

.page-blog-hub .blog-statement-grid {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 50px;
    align-items: start;
}

.page-blog-hub .blog-section-eyebrow {
    display: inline-block;
    font-family: 'Syne', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #d9b256;
    margin-bottom: 12px;
}

.page-blog-hub .blog-statement-title {
    font-family: 'Syne', sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.25;
    color: #111111;
    margin: 0;
    letter-spacing: -0.3px;
}

.page-blog-hub .blog-statement-rule {
    width: 44px;
    height: 2px;
    background: #d9b256;
    margin-bottom: 20px;
}

.page-blog-hub .blog-statement-lead {
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    line-height: 1.75;
    font-weight: 500;
    color: #222222;
    margin: 0 0 12px;
}

.page-blog-hub .blog-statement-desc {
    font-family: 'DM Sans', sans-serif;
    font-size: 14.5px;
    line-height: 1.7;
    color: #555555;
    margin: 0;
}

/* 02 — Topics & Disciplines Section */
.page-blog-hub .blog-topics-section {
    padding: 65px 0 60px;
    background: #ffffff;
    border-bottom: 1px solid #eeeeee;
}

.page-blog-hub .blog-section-header {
    margin-bottom: 35px;
}

.page-blog-hub .blog-section-title {
    font-family: 'Syne', sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.25;
    color: #111111;
    margin: 0 0 8px;
    letter-spacing: -0.3px;
}

.page-blog-hub .blog-section-subtitle {
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    color: #666666;
    margin: 0;
}

.page-blog-hub .blog-topics-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 50px;
    row-gap: 0;
}

.page-blog-hub .blog-topic-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #eeeeee;
    text-decoration: none;
    transition: all 0.3s ease;
}

.page-blog-hub .blog-topic-left {
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

.page-blog-hub .blog-topic-num {
    font-family: 'Syne', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #d9b256;
    line-height: 1.3;
    transition: all 0.3s ease;
}

.page-blog-hub .blog-topic-info {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.page-blog-hub .blog-topic-name {
    font-family: 'Syne', sans-serif;
    font-size: 15.5px;
    font-weight: 600;
    color: #111111;
    transition: color 0.3s ease;
}

.page-blog-hub .blog-topic-desc {
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    color: #777777;
}

.page-blog-hub .blog-topic-arrow {
    font-family: 'Syne', sans-serif;
    font-size: 16px;
    color: #bbbbbb;
    transition: all 0.3s ease;
    padding-left: 10px;
}

.page-blog-hub .blog-topic-row:hover .blog-topic-name {
    color: #d9b256;
}

.page-blog-hub .blog-topic-row:hover .blog-topic-arrow {
    color: #d9b256;
    transform: translateX(4px);
}

/* 03 — Featured Editorial Insight (Balanced Split) */
.page-blog-hub .blog-featured-section {
    padding: 65px 0 60px;
    background: #fbfbfb;
    border-bottom: 1px solid #eaeaea;
}

.page-blog-hub .blog-featured-section .blog-section-header {
    margin-bottom: 30px;
}

.page-blog-hub .blog-featured-section .blog-section-title {
    font-family: 'Syne', sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.35;
    color: #555555;
    margin: 0;
    letter-spacing: 0;
}

.page-blog-hub .blog-featured-split {
    display: grid;
    grid-template-columns: 52% 48%;
    gap: 42px;
    align-items: center;
    background: #ffffff;
    border: 1px solid #ececec;
    overflow: hidden;
}

.page-blog-hub .blog-featured-img-col {
    width: 100%;
    height: 100%;
}

.page-blog-hub .blog-featured-img-box {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 380px;
    background: #111111;
    overflow: hidden;
}

.page-blog-hub .blog-featured-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.page-blog-hub .blog-featured-split:hover .blog-featured-img-box img {
    transform: scale(1.03);
}

.page-blog-hub .blog-featured-text-col {
    padding: 36px 38px 36px 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.page-blog-hub .blog-featured-cat {
    display: block;
    font-family: 'Syne', sans-serif;
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #d9b256;
    margin-bottom: 12px;
}

.page-blog-hub .blog-featured-title {
    font-family: 'Syne', sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.28;
    color: #111111;
    margin: 0 0 16px;
    letter-spacing: -0.3px;
}

.page-blog-hub .blog-featured-desc {
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    line-height: 1.7;
    color: #444444;
    margin: 0 0 12px;
}

.page-blog-hub .blog-featured-detail {
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    line-height: 1.65;
    color: #666666;
    margin: 0 0 22px;
}

.page-blog-hub .blog-featured-link-wrap {
    margin-top: 4px;
}

.page-blog-hub .blog-editorial-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: 'Syne', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: #d9b256;
    text-decoration: none;
    transition: color 0.25s ease, gap 0.25s ease;
}

.page-blog-hub .blog-editorial-link:hover {
    color: #111111;
    gap: 10px;
}

/* 04 — More From The Studio (3 Columns Grid) */
.page-blog-hub .blog-perspectives-section {
    padding: 65px 0 60px;
    background: #ffffff;
    border-bottom: 1px solid #eeeeee;
}

.page-blog-hub .blog-perspectives-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-bottom: 50px;
}

.page-blog-hub .blog-perspective-card {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    transition: transform 0.3s ease;
}

.page-blog-hub .blog-perspective-img-box {
    position: relative;
    width: 100%;
    height: 220px;
    background: #111111;
    overflow: hidden;
}

.page-blog-hub .blog-perspective-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.page-blog-hub .blog-perspective-card:hover .blog-perspective-img-box img {
    transform: scale(1.04);
}

.page-blog-hub .blog-perspective-content {
    padding: 20px 0 0;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.page-blog-hub .blog-perspective-cat {
    display: block;
    font-family: 'Syne', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #d9b256;
    margin-bottom: 8px;
}

.page-blog-hub .blog-perspective-title {
    font-family: 'Syne', sans-serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.35;
    color: #111111;
    margin: 0 0 10px;
}

.page-blog-hub .blog-perspective-desc {
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    line-height: 1.65;
    color: #555555;
    margin: 0 0 18px;
    flex-grow: 1;
}

.page-blog-hub .blog-perspective-content .blog-editorial-link {
    color: #111111;
    font-size: 11.5px;
}

.page-blog-hub .blog-perspective-content .blog-editorial-link:hover {
    color: #d9b256;
}

/* Direct Design Support Block */
.page-blog-hub .blog-support-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
    background: #181818;
    border: 1px solid rgba(217, 178, 86, 0.25);
    padding: 36px 42px;
    margin-top: 10px;
}

.page-blog-hub .blog-support-eyebrow {
    display: inline-block;
    font-family: 'Syne', sans-serif;
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #d9b256;
    margin-bottom: 6px;
}

.page-blog-hub .blog-support-title {
    font-family: 'Syne', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 6px;
}

.page-blog-hub .blog-support-desc {
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    color: #aaaaaa;
    margin: 0;
    max-width: 580px;
    line-height: 1.6;
}

.page-blog-hub .blog-support-right {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
}

.page-blog-hub .blog-support-phone {
    font-family: 'Syne', sans-serif;
    font-size: 14.5px;
    font-weight: 700;
    color: #d9b256;
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: color 0.25s ease;
    white-space: nowrap;
}

.page-blog-hub .blog-support-phone:hover {
    color: #ffffff;
}

.page-blog-hub .blog-support-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 22px;
    border: 1px solid rgba(217, 178, 86, 0.7);
    color: #ffffff;
    font-family: 'Syne', sans-serif;
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.page-blog-hub .blog-support-btn:hover {
    background: #d9b256;
    border-color: #d9b256;
    color: #111111;
}

/* Final Editorial CTA Section (Controlled Dark Overlay ~65-70%) */
.page-blog-hub .blog-editorial-cta-section {
    position: relative;
    padding: 85px 0 80px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #111111;
    text-align: center;
    border-bottom: 3px solid #d9b256;
}

.page-blog-hub .blog-editorial-cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(14, 14, 14, 0.72);
    z-index: 1;
}

.page-blog-hub .blog-editorial-cta-section .auto-container {
    position: relative;
    z-index: 2;
}

.page-blog-hub .blog-cta-eyebrow {
    color: #d9b256;
    font-family: 'Syne', sans-serif;
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 14px;
    display: inline-block;
}

.page-blog-hub .blog-cta-heading {
    color: #ffffff;
    font-family: 'Syne', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.25;
    max-width: 780px;
    margin: 0 auto;
    letter-spacing: -0.5px;
}

.page-blog-hub .blog-cta-divider {
    width: 44px;
    height: 2px;
    background: #d9b256;
    margin: 18px auto 20px;
}

.page-blog-hub .blog-cta-desc {
    color: #dcdcdc;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 1.65;
    max-width: 680px;
    margin: 0 auto 30px;
}

.page-blog-hub .blog-cta-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.page-blog-hub .blog-cta-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #d9b256;
    color: #111111 !important;
    border: 1px solid #d9b256;
    padding: 13px 28px;
    font-family: 'Syne', sans-serif;
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border-radius: 0;
    text-decoration: none;
    transition: all 0.3s ease;
}

.page-blog-hub .blog-cta-btn-primary:hover,
.page-blog-hub .blog-cta-btn-primary:focus {
    background: #ffffff !important;
    border-color: #ffffff !important;
    color: #111111 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 255, 255, 0.2);
}

.page-blog-hub .blog-cta-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: transparent;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.45);
    padding: 13px 28px;
    font-family: 'Syne', sans-serif;
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border-radius: 0;
    text-decoration: none;
    transition: all 0.3s ease;
}

.page-blog-hub .blog-cta-btn-secondary:hover,
.page-blog-hub .blog-cta-btn-secondary:focus {
    background: #d9b256 !important;
    border-color: #d9b256 !important;
    color: #111111 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(217, 178, 86, 0.3);
}

/* Tablet Responsive */
@media (max-width: 991px) {
    .page-blog-hub .blog-statement-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .page-blog-hub .blog-statement-title {
        font-size: 28px;
    }

    .page-blog-hub .blog-topics-grid {
        grid-template-columns: 1fr;
    }

    .page-blog-hub .blog-featured-split {
        grid-template-columns: 1fr;
    }

    .page-blog-hub .blog-featured-img-box {
        min-height: 280px;
        height: 320px;
    }

    .page-blog-hub .blog-featured-text-col {
        padding: 30px;
    }

    .page-blog-hub .blog-perspectives-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .page-blog-hub .blog-support-block {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        padding: 30px;
    }

    .page-blog-hub .blog-cta-heading {
        font-size: 34px;
    }
}

/* Mobile Responsive */
@media (max-width: 767px) {
    .page-blog-hub .blog-hero-editorial {
        padding: 100px 0 65px;
    }

    .page-blog-hub .blog-hero-editorial .hero-title {
        font-size: 32px;
    }

    .page-blog-hub .blog-statement-section,
    .page-blog-hub .blog-topics-section,
    .page-blog-hub .blog-featured-section,
    .page-blog-hub .blog-perspectives-section {
        padding: 48px 0 42px;
    }

    .page-blog-hub .blog-statement-title,
    .page-blog-hub .blog-section-title,
    .page-blog-hub .blog-featured-title {
        font-size: 24px;
    }

    .page-blog-hub .blog-featured-img-box {
        height: 240px;
        min-height: 240px;
    }

    .page-blog-hub .blog-featured-text-col {
        padding: 22px 18px;
    }

    .page-blog-hub .blog-perspectives-grid {
        grid-template-columns: 1fr;
    }

    .page-blog-hub .blog-support-block {
        padding: 24px 20px;
    }

    .page-blog-hub .blog-support-right {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
        width: 100%;
    }

    .page-blog-hub .blog-support-btn {
        width: 100%;
        text-align: center;
    }

    .page-blog-hub .blog-editorial-cta-section {
        padding: 65px 0 60px;
    }

    .page-blog-hub .blog-cta-heading {
        font-size: 28px;
        line-height: 1.25;
    }

    .page-blog-hub .blog-cta-desc {
        font-size: 14px;
        margin-bottom: 25px;
    }

    .page-blog-hub .blog-cta-actions {
        flex-direction: column;
        width: 100%;
        gap: 12px;
    }

    .page-blog-hub .blog-cta-btn-primary,
    .page-blog-hub .blog-cta-btn-secondary {
        width: 100%;
        justify-content: center;
    }
}

/* ==========================================================================
   Premium Left-Side Slide-In Off-Canvas Mobile Navigation
   ========================================================================== */

/* ==========================================================================
   Mobile Navigation Elements - Base Global Defaults (Hidden on Desktop)
   ========================================================================== */
.mobile-nav-overlay,
.mobile-nav-header,
.mobile-nav-footer,
.mobile-submenu-arrow,
.mobile-nav-close {
    display: none !important;
    visibility: hidden;
}

/* ==========================================================================
   Desktop Header & Navigation Isolation (Screen width >= 992px)
   Restore approved clean single horizontal navigation bar
   ========================================================================== */
@media only screen and (min-width: 992px) {
    /* Hide all mobile navigation artifacts */
    .mobile-nav-overlay,
    .mobile-nav-header,
    .mobile-nav-footer,
    .mobile-submenu-arrow,
    .mobile-nav-close {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important;
    }

    /* Hide Hamburger Button */
    .main-menu .navbar-header {
        display: none !important;
    }

    .main-menu .navbar-header .navbar-toggle {
        display: none !important;
    }

    /* Desktop Header Layout */
    .main-header {
        position: fixed !important;
        left: 0 !important;
        top: 0 !important;
        width: 100% !important;
        z-index: 999 !important;
    }

    .main-header .main-box {
        position: relative !important;
        background-color: #ffffff !important;
        width: 100% !important;
        border-bottom: none !important;
    }

    .main-header .main-box .outer-container {
        position: relative !important;
        margin: 0px 70px !important;
        border-bottom: none !important;
    }

    .main-header .main-box .logo-box {
        position: relative !important;
        float: left !important;
        padding: 10px 0px !important;
        z-index: 10 !important;
        text-align: left !important;
        width: auto !important;
    }

    .main-header .nav-outer {
        position: relative !important;
        float: right !important;
        padding-right: 0px !important;
        width: auto !important;
    }

    .main-menu {
        position: relative !important;
        float: left !important;
    }

    /* Reset and Restore Desktop Navbar Collapse */
    .main-menu .navbar-collapse {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        bottom: auto !important;
        right: auto !important;
        width: auto !important;
        max-width: none !important;
        min-width: 0 !important;
        height: auto !important;
        background: transparent !important;
        border: none !important;
        box-shadow: none !important;
        z-index: auto !important;
        padding: 0 !important;
        margin: 0 !important;
        overflow: visible !important;
        display: block !important;
        flex-direction: row !important;
        transform: none !important;
        -webkit-transform: none !important;
        transition: none !important;
        -webkit-transition: none !important;
        visibility: visible !important;
    }

    /* Desktop Navigation List */
    .main-menu .navbar-collapse > .navigation {
        display: block !important;
        flex-direction: row !important;
        float: left !important;
        margin: 0 !important;
        padding: 0 !important;
        width: auto !important;
        background: transparent !important;
        list-style: none !important;
        border: none !important;
    }

    .main-menu .navbar-collapse > .navigation > li {
        position: relative !important;
        float: left !important;
        display: block !important;
        width: auto !important;
        border: none !important;
        margin-left: 22px !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        margin-right: 0 !important;
        padding: 0 !important;
    }

    .main-menu .navbar-collapse > .navigation > li:first-child {
        margin-left: 0 !important;
    }

    /* Desktop Navigation Links */
    .main-menu .navbar-collapse > .navigation > li > a {
        position: relative !important;
        display: block !important;
        padding: 20px 0px !important;
        font-family: inherit !important;
        font-size: 13px !important;
        font-weight: 500 !important;
        letter-spacing: 0.3px !important;
        text-transform: uppercase !important;
        color: #333333 !important;
        background: transparent !important;
        line-height: 24px !important;
        border: none !important;
        text-decoration: none !important;
        transition: all 0.25s ease !important;
    }

    .main-menu .navbar-collapse > .navigation > li:hover > a,
    .main-menu .navbar-collapse > .navigation > li.current > a {
        color: #d9b256 !important;
        background: transparent !important;
    }

    /* Desktop Submenu Dropdowns */
    .main-menu .navigation > li > ul {
        display: block !important;
        visibility: hidden !important;
        opacity: 0 !important;
        position: absolute !important;
        top: 100% !important;
        left: 0 !important;
        width: 210px !important;
        min-width: 210px !important;
        max-width: 215px !important;
        background: #ffffff !important;
        border: 1px solid #e5e5e5 !important;
        border-top: 3px solid #d9b256 !important;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12) !important;
        padding: 0 !important;
        margin: 0 !important;
        border-radius: 0 0 4px 4px !important;
        z-index: 100 !important;
        transition: all 300ms ease !important;
    }

    .main-menu .navigation > li:hover > ul {
        visibility: visible !important;
        opacity: 1 !important;
    }

    .main-menu .navigation > li > ul > li {
        width: 100% !important;
        float: none !important;
        display: block !important;
        border: none !important;
        border-bottom: 1px solid #f2f2f2 !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .main-menu .navigation > li > ul > li:last-child {
        border-bottom: none !important;
    }

    .main-menu .navigation > li > ul > li > a {
        display: block !important;
        font-size: 12.5px !important;
        line-height: 1.35 !important;
        font-weight: 500 !important;
        color: #555555 !important;
        padding: 11px 16px !important;
        text-align: left !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        transition: all 0.2s ease !important;
        background: transparent !important;
        text-transform: none !important;
        letter-spacing: normal !important;
        border: none !important;
    }

    .main-menu .navigation > li > ul > li:hover > a {
        color: #d9b256 !important;
        background-color: #fcfbfa !important;
        padding-left: 19px !important;
    }

    .main-menu .navigation > li > ul > li > a strong {
        font-weight: 700 !important;
        color: #222222 !important;
        font-family: inherit !important;
        font-size: 12.5px !important;
        letter-spacing: 0.2px !important;
        text-transform: none !important;
    }
}

/* ==========================================================================
   Mobile Off-Canvas Left Drawer (Screen width < 992px)
   ========================================================================== */
@media only screen and (max-width: 991px) {

    /* Body scrolling lock when mobile menu is active */
    body.mobile-nav-active {
        overflow: hidden !important;
        position: fixed !important;
        width: 100% !important;
        height: 100% !important;
    }

    /* Header Clearance for Hero on Mobile */
    .header-span {
        display: block !important;
        height: 68px !important;
        position: relative !important;
    }

    /* Fixed Main Header on Mobile */
    .main-header {
        position: fixed !important;
        left: 0 !important;
        top: 0 !important;
        width: 100% !important;
        z-index: 99995 !important;
        margin: 0 !important;
    }

    body.mobile-nav-active .main-header {
        z-index: 99995 !important;
    }

    .main-header .main-box {
        position: relative !important;
        background-color: #ffffff !important;
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    /* Flex Row Container: Perfectly Align Logo & Hamburger Vertically */
    .main-header .main-box .outer-container {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between !important;
        min-height: 68px !important;
        padding: 12px 20px !important;
        margin: 0 !important;
        width: 100% !important;
        border: none !important;
    }

    .main-header .main-box .outer-container::before,
    .main-header .main-box .outer-container::after {
        display: none !important;
    }

    /* Logo Box - Left Item in Flex Row */
    .main-header .main-box .logo-box {
        position: relative !important;
        float: none !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        padding: 0 !important;
        margin: 0 !important;
        width: auto !important;
        text-align: left !important;
        z-index: 10 !important;
    }

    .main-header .main-box .logo-box .logo {
        display: flex !important;
        align-items: center !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .main-header .main-box .logo-box .logo a {
        display: flex !important;
        align-items: center !important;
    }

    .main-header .main-box .logo-box .logo img {
        max-height: 40px !important;
        width: auto !important;
        display: block !important;
        margin: 0 !important;
    }

    /* Nav Outer - Right Item in Flex Row */
    .main-header .nav-outer {
        position: relative !important;
        float: none !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        padding: 0 !important;
        margin: 0 !important;
        width: auto !important;
    }

    .main-header .nav-outer::before,
    .main-header .nav-outer::after {
        display: none !important;
    }

    .main-menu {
        position: static !important;
        float: none !important;
        display: flex !important;
        align-items: center !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .main-menu .navbar-header {
        position: relative !important;
        float: none !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 0 !important;
        margin: 0 !important;
        width: auto !important;
        z-index: 100 !important;
    }

    /* Hamburger Button - Same Vertical Center as Logo */
    .main-menu .navbar-header .navbar-toggle {
        display: inline-flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        align-self: center !important;
        gap: 5px !important;
        width: 44px !important;
        height: 40px !important;
        padding: 7px !important;
        background: #ffffff !important;
        border: 1.5px solid #d9b256 !important;
        border-radius: 4px !important;
        cursor: pointer !important;
        transition: all 0.25s ease !important;
        margin: 0 !important;
    }

    .main-menu .navbar-header .navbar-toggle:hover,
    .main-menu .navbar-header .navbar-toggle:focus {
        background: #faf8f5 !important;
        border-color: #c49d42 !important;
    }

    .main-menu .navbar-header .navbar-toggle .icon-bar {
        display: block !important;
        width: 22px !important;
        height: 2.5px !important;
        background: #111111 !important;
        border-radius: 2px !important;
        transition: all 0.25s ease !important;
        margin: 0 !important;
    }

    .main-menu .navbar-header .navbar-toggle:hover .icon-bar {
        background: #d9b256 !important;
    }

    /* Dark Backdrop Overlay (Sits between page and drawer) */
    .mobile-nav-overlay {
        display: block !important;
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100vw !important;
        height: 100vh !important;
        height: 100dvh !important;
        background: rgba(0, 0, 0, 0.65) !important;
        backdrop-filter: blur(4px) !important;
        -webkit-backdrop-filter: blur(4px) !important;
        z-index: 99990 !important;
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
        transition: opacity 0.32s cubic-bezier(0.25, 1, 0.5, 1), visibility 0.32s ease !important;
    }

    body.mobile-nav-active .mobile-nav-overlay {
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
    }

    /* Off-Canvas Container - White Editorial Drawer from Left (Highest Z-Index) */
    .main-menu .navbar-collapse,
    .main-menu .navbar-collapse.collapse {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        bottom: 0 !important;
        width: 85% !important;
        max-width: 360px !important;
        min-width: 280px !important;
        height: 100vh !important;
        height: 100dvh !important;
        max-height: none !important;
        background: #ffffff !important;
        border: none !important;
        border-right: 1px solid rgba(0, 0, 0, 0.08) !important;
        box-shadow: 10px 0 35px rgba(0, 0, 0, 0.16) !important;
        z-index: 99999 !important;
        padding: 0 !important;
        margin: 0 !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        -webkit-overflow-scrolling: touch !important;
        display: flex !important;
        flex-direction: column !important;
        transform: translateX(-100%) !important;
        -webkit-transform: translateX(-100%) !important;
        transition: transform 0.32s cubic-bezier(0.25, 1, 0.5, 1) !important;
        -webkit-transition: -webkit-transform 0.32s cubic-bezier(0.25, 1, 0.5, 1) !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    /* Open State */
    body.mobile-nav-active .main-menu .navbar-collapse,
    .main-menu .navbar-collapse.mobile-nav-active {
        transform: translateX(0) !important;
        -webkit-transform: translateX(0) !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    /* Off-Canvas Header (Logo Left, Close × Right) */
    .mobile-nav-header {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding: 16px 20px !important;
        border-bottom: 1px solid #eeeeee !important;
        background: #ffffff !important;
        flex-shrink: 0 !important;
        visibility: visible !important;
        opacity: 1 !important;
        position: relative !important;
        z-index: 10 !important;
    }

    .mobile-nav-header .drawer-logo-link {
        display: inline-block !important;
        text-decoration: none !important;
        line-height: 1 !important;
    }

    .mobile-nav-header .drawer-logo-img {
        max-height: 38px !important;
        width: auto !important;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .mobile-nav-close {
        background: #ffffff !important;
        border: 1px solid #e0e0e0 !important;
        color: #333333 !important;
        font-size: 22px !important;
        line-height: 1 !important;
        width: 36px !important;
        height: 36px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        cursor: pointer !important;
        transition: all 0.25s ease !important;
        padding: 0 !important;
        border-radius: 4px !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .mobile-nav-close:hover,
    .mobile-nav-close:focus {
        color: #d9b256 !important;
        border-color: #d9b256 !important;
        background: #faf8f5 !important;
    }

    /* Off-Canvas Navigation List */
    .main-menu .navbar-collapse > .navigation {
        display: flex !important;
        flex-direction: column !important;
        padding: 6px 0 30px !important;
        margin: 0 !important;
        width: 100% !important;
        background: #ffffff !important;
        border: none !important;
        list-style: none !important;
        visibility: visible !important;
        opacity: 1 !important;
        position: relative !important;
        z-index: 10 !important;
    }

    .main-menu .navbar-collapse > .navigation > li {
        position: relative !important;
        display: block !important;
        width: 100% !important;
        border: none !important;
        border-bottom: 1px solid #f2f2f2 !important;
        margin: 0 !important;
        padding: 0 !important;
        background: #ffffff !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .main-menu .navbar-collapse > .navigation > li:last-child {
        border-bottom: none !important;
    }

    /* Main Menu Item Links */
    .main-menu .navbar-collapse > .navigation > li > a {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding: 13px 20px !important;
        font-family: 'Syne', sans-serif !important;
        font-size: 13.5px !important;
        font-weight: 500 !important;
        letter-spacing: 0.8px !important;
        text-transform: uppercase !important;
        color: #1a1a1a !important;
        background: transparent !important;
        text-decoration: none !important;
        transition: all 0.2s ease !important;
        line-height: 1.3 !important;
        border: none !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .main-menu .navbar-collapse > .navigation > li > a:hover,
    .main-menu .navbar-collapse > .navigation > li > a:focus,
    .main-menu .navbar-collapse > .navigation > li.current > a {
        color: #d9b256 !important;
        background: #faf8f5 !important;
    }

    /* Dropdown Chevron Arrow */
    .main-menu .navbar-collapse > .navigation li.dropdown .dropdown-btn {
        display: none !important;
    }

    .mobile-submenu-arrow {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 22px !important;
        height: 22px !important;
        color: #777777 !important;
        font-size: 13px !important;
        margin-left: auto !important;
        transition: transform 0.25s ease, color 0.25s ease !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .main-menu .navbar-collapse > .navigation > li.dropdown.open-dropdown > a .mobile-submenu-arrow {
        transform: rotate(90deg) !important;
        color: #d9b256 !important;
    }

    /* Submenus (SERVICES, PORTFOLIO, SOLUTIONS) */
    .main-menu .navbar-collapse > .navigation > li > ul {
        display: none;
        position: static !important;
        width: 100% !important;
        background: #fbfbfb !important;
        border: none !important;
        box-shadow: none !important;
        padding: 4px 0 !important;
        margin: 0 !important;
        list-style: none !important;
        border-top: 1px solid #eeeeee !important;
        border-bottom: 1px solid #eeeeee !important;
    }

    .main-menu .navbar-collapse > .navigation > li.open-dropdown > ul {
        display: block;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .main-menu .navbar-collapse > .navigation > li > ul > li {
        position: relative !important;
        display: block !important;
        width: 100% !important;
        border: none !important;
        border-bottom: 1px solid #f2f2f2 !important;
        margin: 0 !important;
        padding: 0 !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .main-menu .navbar-collapse > .navigation > li > ul > li:last-child {
        border-bottom: none !important;
    }

    .main-menu .navbar-collapse > .navigation > li > ul > li > a {
        display: block !important;
        padding: 9px 20px 9px 34px !important;
        font-family: 'DM Sans', sans-serif !important;
        font-size: 13px !important;
        font-weight: 400 !important;
        letter-spacing: 0.2px !important;
        text-transform: none !important;
        color: #444444 !important;
        background: transparent !important;
        text-decoration: none !important;
        transition: all 0.2s ease !important;
        line-height: 1.4 !important;
        border: none !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .main-menu .navbar-collapse > .navigation > li > ul > li > a:hover,
    .main-menu .navbar-collapse > .navigation > li > ul > li > a:focus,
    .main-menu .navbar-collapse > .navigation > li > ul > li.current > a {
        color: #d9b256 !important;
        padding-left: 38px !important;
        background: #f4f0e8 !important;
    }

    .main-menu .navbar-collapse > .navigation > li > ul > li > a strong {
        color: #d9b256 !important;
        font-weight: 600 !important;
        font-family: 'Syne', sans-serif !important;
        font-size: 12.5px !important;
        letter-spacing: 0.8px !important;
        text-transform: uppercase !important;
    }
}





