/* =========================================================
   MPS SERVICE IMAGE HERO / CONCRETE PATIOS
========================================================= */

.mps-service-image-hero {
    position: relative;
    isolation: isolate;
    height: calc(110svh - var(--mps-header-height));
    max-height: calc(110svh - var(--mps-header-height));
    min-height: 610px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background:
        radial-gradient(circle at 14% 18%, rgba(214, 161, 31, 0.16), transparent 30%),
        radial-gradient(circle at 86% 12%, rgba(183, 180, 170, 0.08), transparent 30%),
        linear-gradient(135deg, rgba(5, 5, 5, 0.99), rgba(18, 17, 15, 0.97));
}

.mps-service-image-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -4;
    opacity: 0.3;
    background:
        linear-gradient(rgba(214, 161, 31, 0.065) 1px, transparent 1px),
        linear-gradient(90deg, rgba(214, 161, 31, 0.065) 1px, transparent 1px);
    background-size: 52px 52px;
    mask-image: linear-gradient(to bottom, transparent, #000 12%, #000 88%, transparent);
}

.mps-service-image-hero::after {
    content: "";
    position: absolute;
    right: -12%;
    bottom: -40%;
    z-index: -3;
    width: min(760px, 82vw);
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(214, 161, 31, 0.16), transparent 68%);
    pointer-events: none;
}

.mps-service-image-bg {
    position: absolute;
    inset: 0;
    z-index: -2;
    overflow: hidden;
    pointer-events: none;
}

.mps-service-image-line {
    position: absolute;
    height: 1px;
    width: 38vw;
    opacity: 0.34;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(242, 201, 76, 0.5),
        transparent
    );
    animation: mps-service-image-line-scan 7.5s linear infinite;
}

.mps-service-image-line-1 {
    top: 18%;
    left: -16%;
}

.mps-service-image-line-2 {
    top: 55%;
    right: -18%;
    animation-delay: 2s;
}

.mps-service-image-line-3 {
    bottom: 18%;
    left: 24%;
    width: 28vw;
    animation-delay: 3.5s;
}

@keyframes mps-service-image-line-scan {
    0% {
        transform: translateX(-35%) scaleX(0.25);
        opacity: 0;
    }

    20% {
        opacity: 0.42;
    }

    58% {
        transform: translateX(42%) scaleX(1);
        opacity: 0.3;
    }

    100% {
        transform: translateX(110%) scaleX(0.2);
        opacity: 0;
    }
}

/* Layout */
.mps-service-image-container {
    width: min(var(--mps-container-wide), calc(100% - 2rem));
    height: 100%;
    margin-inline: auto;
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.78fr);
    align-items: center;
    gap: clamp(1.4rem, 4vw, 4rem);
    padding-block: clamp(6rem, 3svh, 2rem);
}

/* Copy */
.mps-service-image-copy {
    max-width: 800px;
}

.mps-service-breadcrumb {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.48rem;
    margin-bottom: clamp(0.65rem, 1.5svh, 0.9rem);
    color: rgba(247, 241, 227, 0.58);
    font-size: 0.76rem;
    font-weight: 850;
    animation: mps-service-image-mask-in 760ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.mps-service-breadcrumb a {
    color: rgba(247, 241, 227, 0.65);
    transition: color var(--mps-transition);
}

.mps-service-breadcrumb a:hover {
    color: var(--mps-gold-light);
}

.mps-service-breadcrumb strong {
    color: var(--mps-gold-light);
}

.mps-service-image-badge {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    margin-bottom: clamp(0.75rem, 1.7svh, 1rem);
    padding: 0.52rem 0.75rem;
    overflow: hidden;
    border: 1px solid rgba(214, 161, 31, 0.24);
    border-radius: 999px;
    color: var(--mps-gold-light);
    background:
        linear-gradient(145deg, rgba(214, 161, 31, 0.12), rgba(255, 255, 255, 0.035)),
        rgba(255, 255, 255, 0.035);
    font-size: clamp(0.65rem, 0.9vw, 0.76rem);
    font-weight: 950;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    animation: mps-service-image-mask-in 820ms cubic-bezier(0.16, 1, 0.3, 1) both;
    animation-delay: 60ms;
}

.mps-service-image-badge span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--mps-gold-light);
    box-shadow: 0 0 18px rgba(242, 201, 76, 0.72);
}

.mps-service-image-hero h1 {
    max-width: 820px;
    margin-bottom: clamp(0.75rem, 1.8svh, 1.05rem);
    color: var(--mps-white);
    font-size: clamp(2.5rem, 5.4vw, 5.7rem);
    line-height: 0.9;
    letter-spacing: -0.075em;
    text-wrap: balance;
    animation: mps-service-image-title-in 950ms cubic-bezier(0.16, 1, 0.3, 1) both;
    animation-delay: 110ms;
}

.mps-service-image-hero h1 span {
    display: block;
    color: transparent;
    background: var(--mps-gold-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    filter: drop-shadow(0 0 18px rgba(214, 161, 31, 0.16));
}

.mps-service-image-copy > p {
    max-width: 680px;
    margin-bottom: clamp(0.9rem, 2.3svh, 1.35rem);
    color: rgba(247, 241, 227, 0.7);
    font-size: clamp(0.95rem, 1.15vw, 1.06rem);
    line-height: 1.68;
    animation: mps-service-image-mask-in 880ms cubic-bezier(0.16, 1, 0.3, 1) both;
    animation-delay: 210ms;
}

.mps-service-image-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-bottom: clamp(0.9rem, 2.4svh, 1.35rem);
    animation: mps-service-image-mask-in 880ms cubic-bezier(0.16, 1, 0.3, 1) both;
    animation-delay: 290ms;
}

/* Proof */
.mps-service-image-proof {
    width: min(640px, 100%);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.62rem;
    animation: mps-service-image-proof-in 900ms cubic-bezier(0.16, 1, 0.3, 1) both;
    animation-delay: 380ms;
}

.mps-service-image-proof div {
    position: relative;
    overflow: hidden;
    min-height: 72px;
    padding: 0.78rem;
    border: 1px solid rgba(255, 255, 255, 0.085);
    border-radius: 18px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.028)),
        rgba(255, 255, 255, 0.035);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.mps-service-image-proof div::before {
    content: "";
    position: absolute;
    left: 0;
    top: 16%;
    width: 3px;
    height: 68%;
    border-radius: 999px;
    background: var(--mps-gold-gradient);
}

.mps-service-image-proof strong {
    display: block;
    margin-bottom: 0.25rem;
    color: var(--mps-white);
    font-size: clamp(0.98rem, 1.35vw, 1.18rem);
    font-weight: 950;
    letter-spacing: -0.045em;
}

.mps-service-image-proof span {
    display: block;
    color: var(--mps-muted);
    font-size: 0.69rem;
    font-weight: 800;
    line-height: 1.25;
}

/* Visual */
.mps-service-image-visual {
    --mouse-x: 50%;
    --mouse-y: 50%;

    position: relative;
    min-width: 0;
    animation: mps-service-image-visual-in 1050ms cubic-bezier(0.16, 1, 0.3, 1) both;
    animation-delay: 180ms;
}

.mps-service-photo-frame {
    position: relative;
    isolation: isolate;
    min-height: clamp(360px, 61svh, 560px);
    overflow: hidden;
    border: 1px solid rgba(214, 161, 31, 0.3);
    border-radius: clamp(28px, 4vw, 44px);
    background:
        radial-gradient(
            circle at var(--mouse-x) var(--mouse-y),
            rgba(242, 201, 76, 0.12),
            transparent 34%
        ),
        var(--mps-charcoal);
    box-shadow:
        0 34px 95px rgba(0, 0, 0, 0.56),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.mps-service-photo-frame::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
    background:
        linear-gradient(to top, rgba(0, 0, 0, 0.76), transparent 52%),
        linear-gradient(135deg, rgba(214, 161, 31, 0.26), transparent 42%),
        radial-gradient(circle at var(--mouse-x) var(--mouse-y), rgba(242, 201, 76, 0.14), transparent 34%);
}

.mps-service-photo-frame::after {
    content: "";
    position: absolute;
    inset: 16px;
    z-index: 4;
    pointer-events: none;
    border: 1px solid rgba(242, 201, 76, 0.22);
    border-radius: calc(clamp(28px, 4vw, 44px) - 12px);
}

.mps-service-photo-frame img {
    width: 100%;
    height: 100%;
    min-height: inherit;
    object-fit: cover;
    object-position: center;
    filter: contrast(1.06) saturate(0.96);
    transform: scale(1.04);
    transition:
        transform 900ms cubic-bezier(0.16, 1, 0.3, 1),
        filter 900ms cubic-bezier(0.16, 1, 0.3, 1);
    animation: mps-service-image-breathe 11s ease-in-out infinite alternate;
}

@keyframes mps-service-image-breathe {
    from {
        transform: scale(1.04) translateX(0);
    }

    to {
        transform: scale(1.1) translateX(-1.5%);
    }
}

.mps-service-photo-frame:hover img {
    filter: contrast(1.09) saturate(1.03);
}

.mps-service-photo-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(5, 5, 5, 0.36), transparent 44%),
        linear-gradient(to top, rgba(5, 5, 5, 0.68), transparent 55%);
}

/* Top label */
.mps-service-photo-top {
    position: absolute;
    top: 1rem;
    left: 1rem;
    right: 1rem;
    z-index: 6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.mps-service-photo-top span {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    min-height: 36px;
    padding: 0.55rem 0.72rem;
    border: 1px solid rgba(214, 161, 31, 0.24);
    border-radius: 999px;
    color: rgba(247, 241, 227, 0.82);
    background: rgba(5, 5, 5, 0.42);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    font-size: 0.74rem;
    font-weight: 900;
}

.mps-service-photo-top span i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--mps-gold-light);
    box-shadow: 0 0 14px rgba(242, 201, 76, 0.65);
}

.mps-service-photo-top strong {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    padding: 0.55rem 0.72rem;
    border-radius: 999px;
    color: var(--mps-black);
    background: var(--mps-gold-gradient);
    font-size: 0.74rem;
    font-weight: 950;
    white-space: nowrap;
}

/* Floating cards */
.mps-service-photo-card {
    position: absolute;
    z-index: 6;
    width: min(290px, calc(100% - 2rem));
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.75rem;
    align-items: center;
    padding: 0.9rem;
    border: 1px solid rgba(214, 161, 31, 0.24);
    border-radius: 22px;
    background:
        radial-gradient(circle at 12% 20%, rgba(242, 201, 76, 0.14), transparent 42%),
        linear-gradient(145deg, rgba(14, 14, 12, 0.86), rgba(5, 5, 5, 0.86));
    box-shadow: 0 22px 58px rgba(0, 0, 0, 0.42);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.mps-photo-card-main {
    left: 1rem;
    bottom: 1rem;
}

.mps-photo-card-secondary {
    right: 1rem;
    bottom: 7.5rem;
    width: min(270px, calc(100% - 2rem));
}

.mps-photo-card-icon {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    color: var(--mps-black);
    background: var(--mps-gold-gradient);
    box-shadow: 0 14px 30px rgba(214, 161, 31, 0.22);
}

.mps-service-photo-card strong {
    display: block;
    margin-bottom: 0.25rem;
    color: var(--mps-white);
    font-size: 0.98rem;
    letter-spacing: -0.035em;
}

.mps-service-photo-card p {
    margin: 0;
    color: rgba(247, 241, 227, 0.68);
    font-size: 0.78rem;
    line-height: 1.4;
}

/* Tabs */
.mps-service-image-tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.55rem;
    margin-top: 0.85rem;
}

.mps-service-tab {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 0.65rem 0.6rem;
    border: 1px solid rgba(214, 161, 31, 0.16);
    border-radius: 999px;
    color: rgba(247, 241, 227, 0.76);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.025)),
        rgba(255, 255, 255, 0.035);
    font-size: 0.76rem;
    font-weight: 900;
    white-space: nowrap;
    transition:
        color var(--mps-transition),
        background var(--mps-transition),
        border-color var(--mps-transition),
        transform var(--mps-transition);
}

.mps-service-tab i {
    color: var(--mps-gold-light);
}

.mps-service-tab:hover,
.mps-service-tab.is-active {
    color: var(--mps-black);
    border-color: rgba(242, 201, 76, 0.42);
    background: var(--mps-gold-gradient);
    transform: translateY(-2px);
}

.mps-service-tab:hover i,
.mps-service-tab.is-active i {
    color: var(--mps-black);
}

.mps-service-image-note {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.75rem;
    align-items: center;
    margin-top: 0.65rem;
    padding: 0.85rem;
    border: 1px solid rgba(214, 161, 31, 0.18);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.04);
}

.mps-service-image-note span {
    color: var(--mps-gold-light);
    font-size: 0.7rem;
    font-weight: 950;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    white-space: nowrap;
}

.mps-service-image-note strong {
    color: rgba(247, 241, 227, 0.76);
    font-size: 0.84rem;
    line-height: 1.4;
}

/* Entrance animations */
@keyframes mps-service-image-title-in {
    from {
        opacity: 0;
        transform: translateY(24px) scale(0.98);
        clip-path: inset(0 0 100% 0 round 22px);
        filter: blur(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
        clip-path: inset(0 0 0 0 round 0);
        filter: blur(0);
    }
}

@keyframes mps-service-image-mask-in {
    from {
        opacity: 0;
        transform: translateY(16px);
        clip-path: inset(20% 0 0 0 round 18px);
        filter: blur(6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
        clip-path: inset(0 0 0 0 round 0);
        filter: blur(0);
    }
}

@keyframes mps-service-image-proof-in {
    from {
        opacity: 0;
        transform: translateY(22px);
        clip-path: inset(26% 0 0 0 round 20px);
        filter: blur(7px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
        clip-path: inset(0 0 0 0 round 0);
        filter: blur(0);
    }
}

@keyframes mps-service-image-visual-in {
    from {
        opacity: 0;
        transform: translateX(34px) scale(0.965);
        clip-path: inset(0 0 0 100% round 38px);
        filter: blur(10px);
    }

    to {
        opacity: 1;
        transform: translateX(0) scale(1);
        clip-path: inset(0 0 0 0 round 0);
        filter: blur(0);
    }
}



































/* =========================================================
   MPS SERVICE OVERVIEW / CONCRETE PATIOS
========================================================= */

.mps-service-overview {
    position: relative;
    isolation: auto;
    overflow: visible;
    padding-block: var(--mps-section-padding);
    background:
        radial-gradient(circle at 12% 10%, rgba(214, 161, 31, 0.12), transparent 32%),
        radial-gradient(circle at 92% 18%, rgba(183, 180, 170, 0.07), transparent 30%),
        linear-gradient(180deg, rgba(5, 5, 5, 0.98), rgba(13, 12, 10, 0.98));
}

.mps-service-overview::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -3;
    opacity: 0.26;
    background:
        linear-gradient(rgba(214, 161, 31, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(214, 161, 31, 0.06) 1px, transparent 1px);
    background-size: 52px 52px;
    mask-image: linear-gradient(to bottom, transparent, #000 14%, #000 88%, transparent);
}

.mps-service-overview::after {
    content: "";
    position: absolute;
    left: -14%;
    bottom: -30%;
    z-index: -2;
    width: min(760px, 82vw);
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(214, 161, 31, 0.11), transparent 68%);
    pointer-events: none;
}

.mps-overview-container {
    width: min(var(--mps-container-wide), calc(100% - 2rem));
    margin-inline: auto;
}

/* Header */
.mps-overview-header {
    margin-bottom: clamp(2rem, 5vw, 4rem);
}

.mps-overview-heading-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.65fr);
    gap: clamp(1.2rem, 4vw, 3.5rem);
    align-items: end;
}

.mps-overview-heading-grid h2 {
    max-width: 900px;
    margin-bottom: 0;
    color: var(--mps-white);
    font-size: clamp(2.2rem, 5vw, 5rem);
    line-height: 0.96;
    letter-spacing: -0.065em;
    text-wrap: balance;
}

.mps-overview-heading-grid h2 span {
    display: block;
    color: transparent;
    background: var(--mps-gold-gradient);
    background-clip: text;
    -webkit-background-clip: text;
}

.mps-overview-heading-grid p {
    margin-bottom: 0.35rem;
    color: rgba(247, 241, 227, 0.68);
    font-size: clamp(0.98rem, 1.15vw, 1.1rem);
    line-height: 1.75;
}

/* Layout */
.mps-overview-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(330px, 430px);
    gap: 1rem;
    align-items: start;
}

.mps-overview-content {
    display: grid;
    gap: 1rem;
}

/* Lead Card */
.mps-overview-lead-card {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    padding: clamp(1rem, 2vw, 1.35rem);
    border: 1px solid rgba(214, 161, 31, 0.22);
    border-radius: 32px;
    background:
        radial-gradient(circle at 12% 10%, rgba(242, 201, 76, 0.12), transparent 36%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.078), rgba(255, 255, 255, 0.028)),
        rgba(255, 255, 255, 0.035);
    box-shadow:
        0 30px 86px rgba(0, 0, 0, 0.34),
        inset 0 1px 0 rgba(255, 255, 255, 0.075);
}

.mps-overview-lead-card::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.24;
    pointer-events: none;
    background:
        linear-gradient(rgba(214, 161, 31, 0.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(214, 161, 31, 0.07) 1px, transparent 1px);
    background-size: 38px 38px;
    mask-image: linear-gradient(135deg, #000, transparent 78%);
}

.mps-overview-lead-icon {
    position: relative;
    z-index: 2;
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 20px;
    color: var(--mps-black);
    background: var(--mps-gold-gradient);
    box-shadow: 0 18px 40px rgba(214, 161, 31, 0.24);
}

.mps-overview-lead-card div {
    position: relative;
    z-index: 2;
}

.mps-overview-lead-card div > span {
    display: block;
    margin-bottom: 0.55rem;
    color: var(--mps-gold-light);
    font-size: 0.74rem;
    font-weight: 950;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.mps-overview-lead-card h3 {
    max-width: 820px;
    margin-bottom: 0.65rem;
    color: var(--mps-white);
    font-size: clamp(1.55rem, 2.9vw, 2.55rem);
    line-height: 0.98;
    letter-spacing: -0.06em;
    text-wrap: balance;
}

.mps-overview-lead-card p {
    max-width: 850px;
    margin-bottom: 0;
    color: rgba(247, 241, 227, 0.68);
    font-size: 0.96rem;
    line-height: 1.68;
}

/* Features */
.mps-overview-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.mps-overview-feature {
    --mouse-x: 50%;
    --mouse-y: 50%;

    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: 230px;
    padding: 1.1rem;
    border: 1px solid rgba(255, 255, 255, 0.085);
    border-radius: 28px;
    background:
        radial-gradient(
            circle at var(--mouse-x) var(--mouse-y),
            rgba(242, 201, 76, 0.12),
            transparent 36%
        ),
        linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
        rgba(255, 255, 255, 0.032);
    transition:
        transform var(--mps-transition),
        border-color var(--mps-transition),
        background var(--mps-transition),
        box-shadow var(--mps-transition);
}

.mps-overview-feature::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    opacity: 0.2;
    pointer-events: none;
    background:
        linear-gradient(rgba(214, 161, 31, 0.065) 1px, transparent 1px),
        linear-gradient(90deg, rgba(214, 161, 31, 0.065) 1px, transparent 1px);
    background-size: 34px 34px;
    mask-image: linear-gradient(135deg, #000, transparent 78%);
}

.mps-overview-feature::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    transform: translateX(-110%) skewX(-18deg);
    background: linear-gradient(
        90deg,
        transparent,
        rgba(242, 201, 76, 0.11),
        transparent
    );
    transition: transform 760ms cubic-bezier(0.16, 1, 0.3, 1);
}

.mps-overview-feature:hover {
    transform: translateY(-6px);
    border-color: rgba(242, 201, 76, 0.34);
    box-shadow:
        0 28px 76px rgba(0, 0, 0, 0.32),
        inset 0 1px 0 rgba(255, 255, 255, 0.075);
}

.mps-overview-feature:hover::after {
    transform: translateX(110%) skewX(-18deg);
}

.mps-overview-feature > span {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    margin-bottom: 1.1rem;
    border: 1px solid rgba(214, 161, 31, 0.22);
    border-radius: 18px;
    color: var(--mps-gold-light);
    background:
        radial-gradient(circle at 30% 20%, rgba(242, 201, 76, 0.2), transparent 44%),
        rgba(255, 255, 255, 0.05);
    transition:
        color var(--mps-transition),
        background var(--mps-transition),
        transform var(--mps-transition);
}

.mps-overview-feature:hover > span {
    color: var(--mps-black);
    background: var(--mps-gold-gradient);
    transform: rotate(-5deg);
}

.mps-overview-feature h3 {
    margin-bottom: 0.55rem;
    color: var(--mps-white);
    font-size: clamp(1.2rem, 1.9vw, 1.55rem);
    line-height: 1;
    letter-spacing: -0.045em;
}

.mps-overview-feature p {
    margin-bottom: 0;
    color: rgba(247, 241, 227, 0.64);
    font-size: 0.9rem;
    line-height: 1.58;
}

/* Snapshot */
.mps-overview-snapshot {
    position: sticky;
    top: calc(var(--mps-header-height) + 1rem);
    display: grid;
    gap: 1rem;
}

.mps-overview-snapshot-card,
.mps-overview-mini-stats {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(214, 161, 31, 0.24);
    border-radius: 32px;
    background:
        radial-gradient(circle at 16% 10%, rgba(242, 201, 76, 0.13), transparent 36%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.03)),
        rgba(255, 255, 255, 0.035);
    box-shadow:
        0 28px 78px rgba(0, 0, 0, 0.34),
        inset 0 1px 0 rgba(255, 255, 255, 0.075);
}

.mps-overview-snapshot-card {
    padding: 1.1rem;
}

.mps-overview-snapshot-card::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.22;
    pointer-events: none;
    background:
        linear-gradient(rgba(214, 161, 31, 0.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(214, 161, 31, 0.07) 1px, transparent 1px);
    background-size: 36px 36px;
    mask-image: linear-gradient(135deg, #000, transparent 78%);
}

.mps-snapshot-top {
    position: relative;
    z-index: 2;
    display: flex;
    gap: 0.8rem;
    align-items: center;
    margin-bottom: 1rem;
}

.mps-snapshot-icon {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    color: var(--mps-black);
    background: var(--mps-gold-gradient);
    box-shadow: 0 16px 36px rgba(214, 161, 31, 0.24);
}

.mps-snapshot-top div > span {
    display: block;
    margin-bottom: 0.25rem;
    color: var(--mps-gold-light);
    font-size: 0.7rem;
    font-weight: 950;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.mps-snapshot-top strong {
    display: block;
    color: var(--mps-white);
    font-size: 1.18rem;
    line-height: 1;
    letter-spacing: -0.04em;
}

/* Meter */
.mps-snapshot-meter {
    position: relative;
    z-index: 2;
    margin-bottom: 1rem;
    padding: 0.9rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.04);
}

.mps-meter-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.65rem;
}

.mps-meter-label span {
    color: rgba(247, 241, 227, 0.62);
    font-size: 0.78rem;
    font-weight: 900;
}

.mps-meter-label strong {
    color: var(--mps-gold-light);
    font-size: 0.9rem;
    font-weight: 950;
}

.mps-meter-track {
    height: 9px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
}

.mps-meter-track span {
    display: block;
    width: 0%;
    height: 100%;
    border-radius: inherit;
    background: var(--mps-gold-gradient);
    box-shadow: 0 0 18px rgba(242, 201, 76, 0.35);
    transition: width 950ms cubic-bezier(0.16, 1, 0.3, 1);
}

/* Checklist */
.mps-snapshot-checklist {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 0.55rem;
    margin-bottom: 1rem;
}

.mps-snapshot-checklist div {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.6rem;
    align-items: center;
    min-height: 44px;
    padding: 0.7rem;
    border-radius: 17px;
    color: rgba(247, 241, 227, 0.72);
    background: rgba(255, 255, 255, 0.04);
    font-size: 0.84rem;
    font-weight: 850;
    line-height: 1.35;
    opacity: 0.72;
    transform: translateX(8px);
    transition:
        opacity var(--mps-transition),
        transform var(--mps-transition),
        background var(--mps-transition);
}

.mps-service-overview.is-visible .mps-snapshot-checklist div {
    opacity: 1;
    transform: translateX(0);
}

.mps-service-overview.is-visible .mps-snapshot-checklist div:nth-child(1) {
    transition-delay: 180ms;
}

.mps-service-overview.is-visible .mps-snapshot-checklist div:nth-child(2) {
    transition-delay: 280ms;
}

.mps-service-overview.is-visible .mps-snapshot-checklist div:nth-child(3) {
    transition-delay: 380ms;
}

.mps-service-overview.is-visible .mps-snapshot-checklist div:nth-child(4) {
    transition-delay: 480ms;
}

.mps-snapshot-checklist i {
    color: var(--mps-gold-light);
}

.mps-snapshot-note {
    position: relative;
    z-index: 2;
    padding: 0.9rem;
    border: 1px solid rgba(214, 161, 31, 0.18);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.04);
}

.mps-snapshot-note span {
    display: block;
    margin-bottom: 0.35rem;
    color: var(--mps-gold-light);
    font-size: 0.7rem;
    font-weight: 950;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.mps-snapshot-note p {
    margin: 0;
    color: rgba(247, 241, 227, 0.66);
    font-size: 0.86rem;
    line-height: 1.55;
}

/* Mini Stats */
.mps-overview-mini-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 0.9rem;
    gap: 0.6rem;
}

.mps-overview-mini-stats div {
    min-height: 86px;
    display: grid;
    align-content: center;
    padding: 0.75rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.04);
}

.mps-overview-mini-stats strong {
    display: block;
    margin-bottom: 0.25rem;
    color: var(--mps-white);
    font-size: 1.05rem;
    line-height: 1;
    letter-spacing: -0.04em;
}

.mps-overview-mini-stats span {
    display: block;
    color: var(--mps-muted);
    font-size: 0.7rem;
    font-weight: 850;
    line-height: 1.2;
}

/* Reveal */
.mps-overview-header,
.mps-overview-content,
.mps-overview-snapshot {
    opacity: 0;
    transform: translateY(34px);
    clip-path: inset(18% 0 0 0 round 24px);
}

.mps-service-overview.is-visible .mps-overview-header {
    animation: mps-overview-reveal 850ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.mps-service-overview.is-visible .mps-overview-content {
    animation: mps-overview-left-in 900ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
    animation-delay: 120ms;
}

.mps-service-overview.is-visible .mps-overview-snapshot {
    animation: mps-overview-right-in 900ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
    animation-delay: 220ms;
}

@keyframes mps-overview-reveal {
    from {
        opacity: 0;
        transform: translateY(34px);
        clip-path: inset(18% 0 0 0 round 24px);
        filter: blur(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
        clip-path: inset(0 0 0 0 round 0);
        filter: blur(0);
    }
}

@keyframes mps-overview-left-in {
    from {
        opacity: 0;
        transform: translateX(-34px) scale(0.98);
        clip-path: inset(0 18% 0 0 round 30px);
        filter: blur(8px);
    }

    to {
        opacity: 1;
        transform: translateX(0) scale(1);
        clip-path: inset(0 0 0 0 round 0);
        filter: blur(0);
    }
}

@keyframes mps-overview-right-in {
    from {
        opacity: 0;
        transform: translateX(34px) scale(0.98);
        clip-path: inset(0 0 0 18% round 30px);
        filter: blur(8px);
    }

    to {
        opacity: 1;
        transform: translateX(0) scale(1);
        clip-path: inset(0 0 0 0 round 0);
        filter: blur(0);
    }
}




































/* =========================================================
   MPS PROBLEMS THIS SERVICE SOLVES / CONCRETE PATIOS
========================================================= */

.mps-patio-problems {
    position: relative;
    isolation: auto;
    overflow: visible;
    padding-block: var(--mps-section-padding);
    background:
        radial-gradient(circle at 16% 12%, rgba(214, 161, 31, 0.13), transparent 32%),
        radial-gradient(circle at 90% 18%, rgba(183, 180, 170, 0.07), transparent 30%),
        linear-gradient(180deg, rgba(7, 7, 6, 0.98), rgba(3, 3, 3, 0.99));
}

.mps-patio-problems::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -3;
    opacity: 0.26;
    background:
        linear-gradient(rgba(214, 161, 31, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(214, 161, 31, 0.06) 1px, transparent 1px);
    background-size: 52px 52px;
    mask-image: linear-gradient(to bottom, transparent, #000 14%, #000 88%, transparent);
}

.mps-patio-problems::after {
    content: "";
    position: absolute;
    right: -16%;
    bottom: -32%;
    z-index: -2;
    width: min(820px, 86vw);
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(214, 161, 31, 0.11), transparent 68%);
    pointer-events: none;
}

.mps-problems-container {
    width: min(var(--mps-container-wide), calc(100% - 2rem));
    margin-inline: auto;
}

/* Header */
.mps-problems-header {
    margin-bottom: clamp(2rem, 5vw, 4rem);
}

.mps-problems-heading-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.65fr);
    gap: clamp(1.2rem, 4vw, 3.5rem);
    align-items: end;
}

.mps-problems-heading-grid h2 {
    max-width: 920px;
    margin-bottom: 0;
    color: var(--mps-white);
    font-size: clamp(2.2rem, 5vw, 5rem);
    line-height: 0.96;
    letter-spacing: -0.065em;
    text-wrap: balance;
}

.mps-problems-heading-grid h2 span {
    display: block;
    color: transparent;
    background: var(--mps-gold-gradient);
    background-clip: text;
    -webkit-background-clip: text;
}

.mps-problems-heading-grid p {
    margin-bottom: 0.35rem;
    color: rgba(247, 241, 227, 0.68);
    font-size: clamp(0.98rem, 1.15vw, 1.1rem);
    line-height: 1.75;
}

/* Layout */
.mps-problems-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(330px, 430px);
    gap: 1rem;
    align-items: start;
}

/* Cards grid */
.mps-problems-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.mps-problem-card {
    --mouse-x: 50%;
    --mouse-y: 50%;

    position: relative;
    isolation: isolate;
    min-height: 240px;
    overflow: hidden;
    padding: 1.1rem;
    text-align: left;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.085);
    border-radius: 28px;
    color: inherit;
    background:
        radial-gradient(
            circle at var(--mouse-x) var(--mouse-y),
            rgba(242, 201, 76, 0.12),
            transparent 36%
        ),
        linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
        rgba(255, 255, 255, 0.032);
    transition:
        transform var(--mps-transition),
        border-color var(--mps-transition),
        background var(--mps-transition),
        box-shadow var(--mps-transition);
}

.mps-problem-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    opacity: 0.2;
    pointer-events: none;
    background:
        linear-gradient(rgba(214, 161, 31, 0.065) 1px, transparent 1px),
        linear-gradient(90deg, rgba(214, 161, 31, 0.065) 1px, transparent 1px);
    background-size: 34px 34px;
    mask-image: linear-gradient(135deg, #000, transparent 78%);
}

.mps-problem-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    transform: translateX(-110%) skewX(-18deg);
    background: linear-gradient(
        90deg,
        transparent,
        rgba(242, 201, 76, 0.11),
        transparent
    );
    transition: transform 760ms cubic-bezier(0.16, 1, 0.3, 1);
}

.mps-problem-card:hover,
.mps-problem-card.is-active {
    transform: translateY(-6px);
    border-color: rgba(242, 201, 76, 0.34);
    box-shadow:
        0 28px 76px rgba(0, 0, 0, 0.32),
        inset 0 1px 0 rgba(255, 255, 255, 0.075);
}

.mps-problem-card:hover::after,
.mps-problem-card.is-active::after {
    transform: translateX(110%) skewX(-18deg);
}

.mps-problem-number {
    position: absolute;
    top: 1rem;
    right: 1rem;
    color: rgba(242, 201, 76, 0.38);
    font-size: 0.78rem;
    font-weight: 950;
    letter-spacing: 0.14em;
}

.mps-problem-icon {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    margin-bottom: 1.15rem;
    border: 1px solid rgba(214, 161, 31, 0.22);
    border-radius: 18px;
    color: var(--mps-gold-light);
    background:
        radial-gradient(circle at 30% 20%, rgba(242, 201, 76, 0.2), transparent 44%),
        rgba(255, 255, 255, 0.05);
    transition:
        color var(--mps-transition),
        background var(--mps-transition),
        transform var(--mps-transition);
}

.mps-problem-card:hover .mps-problem-icon,
.mps-problem-card.is-active .mps-problem-icon {
    color: var(--mps-black);
    background: var(--mps-gold-gradient);
    transform: rotate(-5deg);
}

.mps-problem-card strong {
    display: block;
    max-width: 320px;
    margin-bottom: 0.55rem;
    color: var(--mps-white);
    font-size: clamp(1.18rem, 1.8vw, 1.5rem);
    line-height: 1;
    letter-spacing: -0.045em;
}

.mps-problem-card p {
    max-width: 370px;
    margin-bottom: 0;
    color: rgba(247, 241, 227, 0.64);
    font-size: 0.9rem;
    line-height: 1.58;
}

/* Diagnostic panel */
.mps-problem-diagnostic {
    position: sticky;
    top: calc(var(--mps-header-height) + 1rem);
}

.mps-diagnostic-card {
    --mouse-x: 50%;
    --mouse-y: 50%;

    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 1.1rem;
    border: 1px solid rgba(214, 161, 31, 0.24);
    border-radius: 34px;
    background:
        radial-gradient(
            circle at var(--mouse-x) var(--mouse-y),
            rgba(242, 201, 76, 0.14),
            transparent 36%
        ),
        linear-gradient(145deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.03)),
        rgba(255, 255, 255, 0.035);
    box-shadow:
        0 30px 86px rgba(0, 0, 0, 0.36),
        inset 0 1px 0 rgba(255, 255, 255, 0.075);
}

.mps-diagnostic-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    opacity: 0.24;
    pointer-events: none;
    background:
        linear-gradient(rgba(214, 161, 31, 0.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(214, 161, 31, 0.07) 1px, transparent 1px);
    background-size: 36px 36px;
    mask-image: linear-gradient(135deg, #000, transparent 78%);
}

.mps-diagnostic-top {
    display: flex;
    gap: 0.8rem;
    align-items: center;
    margin-bottom: 1rem;
}

.mps-diagnostic-icon {
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 18px;
    color: var(--mps-black);
    background: var(--mps-gold-gradient);
    box-shadow: 0 16px 36px rgba(214, 161, 31, 0.24);
}

.mps-diagnostic-top div > span {
    display: block;
    margin-bottom: 0.3rem;
    color: var(--mps-gold-light);
    font-size: 0.7rem;
    font-weight: 950;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.mps-diagnostic-top strong {
    display: block;
    color: var(--mps-white);
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: -0.04em;
}

/* Diagnostic visual */
.mps-diagnostic-visual {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 210px;
    margin-bottom: 1rem;
    border-radius: 26px;
    background:
        radial-gradient(circle at 50% 30%, rgba(214, 161, 31, 0.12), transparent 52%),
        rgba(255, 255, 255, 0.035);
    overflow: hidden;
}

.mps-diagnostic-surface {
    position: relative;
    width: min(320px, 82%);
    height: 145px;
    overflow: hidden;
    border: 1px solid rgba(214, 161, 31, 0.3);
    border-radius: 24px;
    background:
        linear-gradient(135deg, rgba(183, 180, 170, 0.34), rgba(94, 90, 82, 0.28)),
        linear-gradient(90deg, rgba(255, 255, 255, 0.06), transparent);
    box-shadow:
        0 28px 58px rgba(0, 0, 0, 0.38),
        inset 0 1px 0 rgba(255, 255, 255, 0.18);
    transform: rotateX(56deg) rotateZ(-7deg) translateY(10px);
    transform-origin: center;
}

.mps-diagnostic-surface::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.3;
    background:
        linear-gradient(rgba(255, 255, 255, 0.13) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.13) 1px, transparent 1px);
    background-size: 40px 40px;
}

.mps-diagnostic-surface::after {
    content: "";
    position: absolute;
    left: 50%;
    inset-block: 0;
    width: 1px;
    background: rgba(242, 201, 76, 0.48);
    box-shadow: 0 0 18px rgba(242, 201, 76, 0.32);
}

.mps-diagnostic-zone {
    position: absolute;
    z-index: 3;
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.38rem 0.6rem;
    border-radius: 999px;
    color: var(--mps-black);
    background: var(--mps-gold-gradient);
    font-size: 0.62rem;
    font-weight: 950;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24);
}

.zone-before {
    left: 12%;
    top: 22%;
}

.zone-after {
    right: 13%;
    bottom: 22%;
}

.mps-diagnostic-scan {
    position: absolute;
    inset: 0 auto 0 0;
    z-index: 6;
    width: 28%;
    transform: translateX(-105%);
    background: linear-gradient(
        90deg,
        transparent,
        rgba(242, 201, 76, 0.18),
        rgba(242, 201, 76, 0.32),
        transparent
    );
    animation: mps-diagnostic-scan 4.8s cubic-bezier(0.16, 1, 0.3, 1) infinite;
}

@keyframes mps-diagnostic-scan {
    0%, 18% {
        transform: translateX(-110%);
        opacity: 0;
    }

    34% {
        opacity: 1;
    }

    70% {
        opacity: 0.75;
    }

    100% {
        transform: translateX(420%);
        opacity: 0;
    }
}

/* Diagnostic content */
.mps-diagnostic-content,
.mps-diagnostic-solution {
    padding: 0.9rem;
    border: 1px solid rgba(214, 161, 31, 0.16);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.04);
}

.mps-diagnostic-content {
    margin-bottom: 0.75rem;
}

.mps-diagnostic-content span,
.mps-diagnostic-solution span {
    display: block;
    margin-bottom: 0.4rem;
    color: var(--mps-gold-light);
    font-size: 0.7rem;
    font-weight: 950;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.mps-diagnostic-solution span {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.mps-diagnostic-content p,
.mps-diagnostic-solution p {
    margin: 0;
    color: rgba(247, 241, 227, 0.68);
    font-size: 0.88rem;
    line-height: 1.6;
}

.mps-diagnostic-solution {
    margin-bottom: 1rem;
}

/* CTA */
.mps-diagnostic-cta {
    min-height: 52px;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    overflow: hidden;
    border-radius: 999px;
    color: var(--mps-black);
    background: var(--mps-gold-gradient);
    font-size: 0.9rem;
    font-weight: 950;
    box-shadow:
        0 20px 48px rgba(214, 161, 31, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.5);
    transition:
        transform var(--mps-transition),
        box-shadow var(--mps-transition);
}

.mps-diagnostic-cta:hover {
    transform: translateY(-3px);
    box-shadow:
        0 28px 62px rgba(214, 161, 31, 0.34),
        inset 0 1px 0 rgba(255, 255, 255, 0.58);
}

/* Reveal */
.mps-problems-header,
.mps-problems-grid,
.mps-problem-diagnostic {
    opacity: 0;
    transform: translateY(34px);
    clip-path: inset(18% 0 0 0 round 24px);
}

.mps-patio-problems.is-visible .mps-problems-header {
    animation: mps-problems-reveal 850ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.mps-patio-problems.is-visible .mps-problems-grid {
    animation: mps-problems-left-in 900ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
    animation-delay: 120ms;
}

.mps-patio-problems.is-visible .mps-problem-diagnostic {
    animation: mps-problems-right-in 900ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
    animation-delay: 220ms;
}

@keyframes mps-problems-reveal {
    from {
        opacity: 0;
        transform: translateY(34px);
        clip-path: inset(18% 0 0 0 round 24px);
        filter: blur(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
        clip-path: inset(0 0 0 0 round 0);
        filter: blur(0);
    }
}

@keyframes mps-problems-left-in {
    from {
        opacity: 0;
        transform: translateX(-34px) scale(0.98);
        clip-path: inset(0 18% 0 0 round 30px);
        filter: blur(8px);
    }

    to {
        opacity: 1;
        transform: translateX(0) scale(1);
        clip-path: inset(0 0 0 0 round 0);
        filter: blur(0);
    }
}

@keyframes mps-problems-right-in {
    from {
        opacity: 0;
        transform: translateX(34px) scale(0.98);
        clip-path: inset(0 0 0 18% round 30px);
        filter: blur(8px);
    }

    to {
        opacity: 1;
        transform: translateX(0) scale(1);
        clip-path: inset(0 0 0 0 round 0);
        filter: blur(0);
    }
}





































/* =========================================================
   MPS SERVICE GALLERY / CONCRETE PATIOS
========================================================= */

.mps-service-gallery {
    position: relative;
    isolation: auto;
    overflow: visible;
    padding-block: var(--mps-section-padding);
    background:
        radial-gradient(circle at 14% 12%, rgba(214, 161, 31, 0.13), transparent 32%),
        radial-gradient(circle at 88% 18%, rgba(183, 180, 170, 0.07), transparent 30%),
        linear-gradient(180deg, rgba(5, 5, 5, 0.99), rgba(13, 12, 10, 0.98));
}

.mps-service-gallery::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -3;
    opacity: 0.26;
    background:
        linear-gradient(rgba(214, 161, 31, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(214, 161, 31, 0.06) 1px, transparent 1px);
    background-size: 52px 52px;
    mask-image: linear-gradient(to bottom, transparent, #000 14%, #000 88%, transparent);
}

.mps-service-gallery::after {
    content: "";
    position: absolute;
    left: -14%;
    bottom: -34%;
    z-index: -2;
    width: min(820px, 86vw);
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(214, 161, 31, 0.1), transparent 68%);
    pointer-events: none;
}

.mps-gallery-container {
    width: min(var(--mps-container-wide), calc(100% - 2rem));
    margin-inline: auto;
}

/* Header */
.mps-gallery-header {
    margin-bottom: clamp(1.4rem, 4vw, 2.5rem);
}

.mps-gallery-heading-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.65fr);
    gap: clamp(1.2rem, 4vw, 3.5rem);
    align-items: end;
}

.mps-gallery-heading-grid h2 {
    max-width: 930px;
    margin-bottom: 0;
    color: var(--mps-white);
    font-size: clamp(2.2rem, 5vw, 5rem);
    line-height: 0.96;
    letter-spacing: -0.065em;
    text-wrap: balance;
}

.mps-gallery-heading-grid h2 span {
    display: block;
    color: transparent;
    background: var(--mps-gold-gradient);
    background-clip: text;
    -webkit-background-clip: text;
}

.mps-gallery-heading-grid p {
    margin-bottom: 0.35rem;
    color: rgba(247, 241, 227, 0.68);
    font-size: clamp(0.98rem, 1.15vw, 1.1rem);
    line-height: 1.75;
}

/* Filter */
.mps-gallery-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-bottom: 1rem;
}

.mps-gallery-filter-btn {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-inline: 1rem;
    border: 1px solid rgba(214, 161, 31, 0.18);
    border-radius: 999px;
    color: rgba(247, 241, 227, 0.76);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.025)),
        rgba(255, 255, 255, 0.035);
    font-size: 0.8rem;
    font-weight: 900;
    cursor: pointer;
    transition:
        color var(--mps-transition),
        background var(--mps-transition),
        border-color var(--mps-transition),
        transform var(--mps-transition);
}

.mps-gallery-filter-btn:hover,
.mps-gallery-filter-btn.is-active {
    color: var(--mps-black);
    border-color: rgba(242, 201, 76, 0.42);
    background: var(--mps-gold-gradient);
    transform: translateY(-2px);
}

/* Layout */
.mps-gallery-layout {
    display: grid;
    grid-template-columns: minmax(360px, 0.85fr) minmax(0, 1.15fr);
    gap: 1rem;
    align-items: stretch;
}

/* Shared image button */
.mps-gallery-image-btn {
    position: relative;
    isolation: isolate;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 0;
    border: 0;
    cursor: pointer;
    background: var(--mps-charcoal);
}

.mps-gallery-image-btn img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    transform: scale(1.03);
    filter: contrast(1.05) saturate(0.96);
    transition:
        transform 850ms cubic-bezier(0.16, 1, 0.3, 1),
        filter 850ms cubic-bezier(0.16, 1, 0.3, 1);
}

.mps-gallery-image-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background:
        linear-gradient(to top, rgba(5, 5, 5, 0.72), transparent 58%),
        radial-gradient(circle at 20% 20%, rgba(214, 161, 31, 0.18), transparent 44%);
}

.mps-gallery-expand {
    position: absolute;
    right: 1rem;
    top: 1rem;
    z-index: 5;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(214, 161, 31, 0.28);
    border-radius: 50%;
    color: var(--mps-black);
    background: var(--mps-gold-gradient);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28);
    transform: translateY(-8px) scale(0.92);
    opacity: 0;
    transition:
        transform var(--mps-transition),
        opacity var(--mps-transition);
}

.mps-gallery-image-btn:hover img {
    transform: scale(1.1);
    filter: contrast(1.08) saturate(1.04);
}

.mps-gallery-image-btn:hover .mps-gallery-expand {
    transform: translateY(0) scale(1);
    opacity: 1;
}

/* Featured */
.mps-gallery-featured {
    position: relative;
    min-height: 680px;
    overflow: hidden;
    border: 1px solid rgba(214, 161, 31, 0.26);
    border-radius: 34px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.078), rgba(255, 255, 255, 0.028)),
        rgba(255, 255, 255, 0.035);
    box-shadow:
        0 30px 86px rgba(0, 0, 0, 0.34),
        inset 0 1px 0 rgba(255, 255, 255, 0.075);
}

.mps-gallery-featured::after {
    content: "";
    position: absolute;
    inset: 14px;
    z-index: 4;
    pointer-events: none;
    border: 1px solid rgba(242, 201, 76, 0.22);
    border-radius: 24px;
}

.mps-gallery-featured-content {
    position: absolute;
    left: 1.1rem;
    right: 1.1rem;
    bottom: 1.1rem;
    z-index: 6;
    padding: 1rem;
    border: 1px solid rgba(214, 161, 31, 0.24);
    border-radius: 24px;
    background:
        radial-gradient(circle at 12% 20%, rgba(242, 201, 76, 0.13), transparent 42%),
        linear-gradient(145deg, rgba(14, 14, 12, 0.86), rgba(5, 5, 5, 0.88));
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.mps-gallery-featured-content span,
.mps-gallery-card-content span {
    display: block;
    margin-bottom: 0.35rem;
    color: var(--mps-gold-light);
    font-size: 0.7rem;
    font-weight: 950;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.mps-gallery-featured-content h3 {
    margin-bottom: 0.45rem;
    color: var(--mps-white);
    font-size: clamp(1.45rem, 2.4vw, 2.2rem);
    line-height: 1;
    letter-spacing: -0.055em;
}

.mps-gallery-featured-content p {
    max-width: 560px;
    margin: 0;
    color: rgba(247, 241, 227, 0.68);
    font-size: 0.92rem;
    line-height: 1.55;
}

/* Grid cards */
.mps-gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.mps-gallery-card {
    position: relative;
    min-height: 330px;
    overflow: hidden;
    border: 1px solid rgba(214, 161, 31, 0.2);
    border-radius: 30px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
        rgba(255, 255, 255, 0.032);
    box-shadow:
        0 24px 68px rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.07);
    transition:
        transform var(--mps-transition),
        border-color var(--mps-transition),
        opacity var(--mps-transition);
}

.mps-gallery-card:hover {
    transform: translateY(-6px);
    border-color: rgba(242, 201, 76, 0.34);
}

.mps-gallery-card-content {
    position: absolute;
    left: 0.8rem;
    right: 0.8rem;
    bottom: 0.8rem;
    z-index: 6;
    padding: 0.85rem;
    border: 1px solid rgba(214, 161, 31, 0.2);
    border-radius: 20px;
    background:
        linear-gradient(145deg, rgba(14, 14, 12, 0.84), rgba(5, 5, 5, 0.86));
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.mps-gallery-card-content h3 {
    margin: 0;
    color: var(--mps-white);
    font-size: clamp(1.05rem, 1.6vw, 1.35rem);
    line-height: 1;
    letter-spacing: -0.04em;
}

/* Hidden by filter */
.mps-gallery-card.is-hidden,
.mps-gallery-featured.is-hidden {
    display: none;
}

/* CTA */
.mps-gallery-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1rem;
    padding: 1rem;
    border: 1px solid rgba(214, 161, 31, 0.22);
    border-radius: 28px;
    background:
        radial-gradient(circle at 12% 20%, rgba(242, 201, 76, 0.11), transparent 42%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.028)),
        rgba(255, 255, 255, 0.035);
}

.mps-gallery-cta span {
    display: block;
    margin-bottom: 0.28rem;
    color: var(--mps-gold-light);
    font-size: 0.72rem;
    font-weight: 950;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.mps-gallery-cta strong {
    display: block;
    color: var(--mps-white);
    font-size: clamp(1.1rem, 1.8vw, 1.5rem);
    line-height: 1.15;
    letter-spacing: -0.045em;
}

.mps-gallery-cta a {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    padding-inline: 1rem;
    border-radius: 999px;
    color: var(--mps-black);
    background: var(--mps-gold-gradient);
    font-size: 0.9rem;
    font-weight: 950;
    white-space: nowrap;
    box-shadow:
        0 20px 48px rgba(214, 161, 31, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.5);
    transition:
        transform var(--mps-transition),
        box-shadow var(--mps-transition);
}

.mps-gallery-cta a:hover {
    transform: translateY(-3px);
    box-shadow:
        0 28px 62px rgba(214, 161, 31, 0.34),
        inset 0 1px 0 rgba(255, 255, 255, 0.58);
}

/* Lightbox */
.mps-gallery-lightbox {
    position: fixed;
    inset: 0;
    z-index: 2147483647;
    isolation: isolate;
    display: grid;
    place-items: center;
    padding: 1rem;
    opacity: 0;
    pointer-events: none;
    transition: opacity var(--mps-transition);
}

.mps-gallery-lightbox.is-open {
    opacity: 1;
    pointer-events: auto;
}

.mps-lightbox-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(3, 3, 3, 0.82);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.mps-lightbox-dialog {
    position: relative;
    width: min(1080px, 100%);
    max-height: calc(100svh - 2rem);
    overflow: hidden;
    border: 1px solid rgba(214, 161, 31, 0.32);
    border-radius: 34px;
    background:
        linear-gradient(145deg, rgba(18, 17, 15, 0.98), rgba(5, 5, 5, 0.98));
    box-shadow: 0 40px 120px rgba(0, 0, 0, 0.64);
    transform: translateY(18px) scale(0.98);
    transition: transform var(--mps-transition);
}

.mps-gallery-lightbox.is-open .mps-lightbox-dialog {
    transform: translateY(0) scale(1);
}

.mps-lightbox-close {
    position: absolute;
    right: 1rem;
    top: 1rem;
    z-index: 8;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--mps-black);
    background: var(--mps-gold-gradient);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.36);
}

.mps-lightbox-image-wrap {
    height: min(68svh, 620px);
    background: var(--mps-black);
}

.mps-lightbox-image-wrap img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: center;
}

.mps-lightbox-content {
    padding: 1rem 1.2rem 1.2rem;
    border-top: 1px solid rgba(214, 161, 31, 0.22);
}

.mps-lightbox-content span {
    display: block;
    margin-bottom: 0.35rem;
    color: var(--mps-gold-light);
    font-size: 0.72rem;
    font-weight: 950;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.mps-lightbox-content h3 {
    margin-bottom: 0.45rem;
    color: var(--mps-white);
    font-size: clamp(1.35rem, 2.2vw, 2rem);
    line-height: 1;
    letter-spacing: -0.05em;
}

.mps-lightbox-content p {
    max-width: 760px;
    margin: 0;
    color: rgba(247, 241, 227, 0.66);
    font-size: 0.92rem;
    line-height: 1.6;
}

/* Reveal */
.mps-gallery-header,
.mps-gallery-filter,
.mps-gallery-layout,
.mps-gallery-cta {
    opacity: 0;
    transform: translateY(34px);
    clip-path: inset(18% 0 0 0 round 24px);
}

.mps-service-gallery.is-visible .mps-gallery-header {
    animation: mps-gallery-reveal 850ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.mps-service-gallery.is-visible .mps-gallery-filter {
    animation: mps-gallery-reveal 850ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
    animation-delay: 90ms;
}

.mps-service-gallery.is-visible .mps-gallery-layout {
    animation: mps-gallery-layout-in 920ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
    animation-delay: 160ms;
}

.mps-service-gallery.is-visible .mps-gallery-cta {
    animation: mps-gallery-reveal 850ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
    animation-delay: 260ms;
}

@keyframes mps-gallery-reveal {
    from {
        opacity: 0;
        transform: translateY(34px);
        clip-path: inset(18% 0 0 0 round 24px);
        filter: blur(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
        clip-path: inset(0 0 0 0 round 0);
        filter: blur(0);
    }
}

@keyframes mps-gallery-layout-in {
    from {
        opacity: 0;
        transform: translateY(34px) scale(0.985);
        clip-path: inset(10% 0 0 0 round 34px);
        filter: blur(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
        clip-path: inset(0 0 0 0 round 0);
        filter: blur(0);
    }
}






































/* =========================================================
   MPS EXTRA GALLERY SECTION
========================================================= */

.mps-extra-gallery-section {
    position: relative;
    overflow: visible;
    padding: clamp(84px, 9vw, 140px) 20px;
    background:
        radial-gradient(circle at top left, rgba(242, 201, 76, 0.11), transparent 34%),
        radial-gradient(circle at bottom right, rgba(255, 255, 255, 0.06), transparent 34%),
        linear-gradient(135deg, #050505 0%, #111111 50%, #070707 100%);
    color: #ffffff;
}

.mps-extra-gallery-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(to bottom, transparent, black 15%, black 85%, transparent);
    pointer-events: none;
}

.mps-extra-gallery-section::after {
    content: "";
    position: absolute;
    width: 430px;
    height: 430px;
    right: -190px;
    top: 16%;
    border-radius: 999px;
    background: rgba(242, 201, 76, 0.11);
    filter: blur(38px);
    pointer-events: none;
}

.mps-extra-gallery-container {
    position: relative;
    z-index: 2;
    width: min(1180px, 100%);
    margin: 0 auto;
}

.mps-extra-gallery-header {
    margin-bottom: clamp(34px, 5vw, 62px);
}

.mps-extra-gallery-heading-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
    gap: clamp(22px, 4vw, 56px);
    align-items: end;
}

.mps-extra-gallery-heading-grid h2 {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(2.1rem, 4.8vw, 4.55rem);
    line-height: 0.95;
    letter-spacing: -0.065em;
    color: #ffffff;
}

.mps-extra-gallery-heading-grid h2 span {
    display: block;
    color: #f2c94c;
}

.mps-extra-gallery-heading-grid p {
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.75;
}

/* GRID */
.mps-extra-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 210px;
    gap: 16px;
}

.mps-extra-gallery-item {
    position: relative;
    display: block;
    width: 100%;
    min-height: 210px;
    padding: 0;
    border: 0;
    border-radius: 26px;
    overflow: hidden;
    cursor: pointer;
    background: #111111;
    isolation: isolate;
    transform: translateY(28px) scale(0.985);
    opacity: 0;
    box-shadow:
        0 22px 55px rgba(0, 0, 0, 0.32),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
    transition:
        opacity 0.65s ease,
        transform 0.65s cubic-bezier(0.16, 1, 0.3, 1),
        box-shadow 0.35s ease;
}

.mps-extra-gallery-section.is-visible .mps-extra-gallery-item {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.mps-extra-gallery-section.is-visible .mps-extra-gallery-item:nth-child(1) { transition-delay: 0.03s; }
.mps-extra-gallery-section.is-visible .mps-extra-gallery-item:nth-child(2) { transition-delay: 0.07s; }
.mps-extra-gallery-section.is-visible .mps-extra-gallery-item:nth-child(3) { transition-delay: 0.11s; }
.mps-extra-gallery-section.is-visible .mps-extra-gallery-item:nth-child(4) { transition-delay: 0.15s; }
.mps-extra-gallery-section.is-visible .mps-extra-gallery-item:nth-child(5) { transition-delay: 0.19s; }
.mps-extra-gallery-section.is-visible .mps-extra-gallery-item:nth-child(6) { transition-delay: 0.23s; }
.mps-extra-gallery-section.is-visible .mps-extra-gallery-item:nth-child(7) { transition-delay: 0.27s; }
.mps-extra-gallery-section.is-visible .mps-extra-gallery-item:nth-child(8) { transition-delay: 0.31s; }
.mps-extra-gallery-section.is-visible .mps-extra-gallery-item:nth-child(9) { transition-delay: 0.35s; }
.mps-extra-gallery-section.is-visible .mps-extra-gallery-item:nth-child(10) { transition-delay: 0.39s; }
.mps-extra-gallery-section.is-visible .mps-extra-gallery-item:nth-child(11) { transition-delay: 0.43s; }
.mps-extra-gallery-section.is-visible .mps-extra-gallery-item:nth-child(12) { transition-delay: 0.47s; }
.mps-extra-gallery-section.is-visible .mps-extra-gallery-item:nth-child(13) { transition-delay: 0.51s; }

.mps-extra-gallery-wide {
    grid-column: span 2;
}

.mps-extra-gallery-tall {
    grid-row: span 2;
}

.mps-extra-gallery-item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transform: scale(1.04);
    filter: saturate(0.92) contrast(1.06);
    transition:
        transform 0.7s cubic-bezier(0.16, 1, 0.3, 1),
        filter 0.35s ease;
}

.mps-extra-gallery-item::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(242, 201, 76, 0.24), transparent 32%),
        linear-gradient(to bottom, transparent 35%, rgba(0, 0, 0, 0.72));
    opacity: 0.85;
    transition: opacity 0.35s ease;
}

.mps-extra-gallery-item::after {
    content: "\f065";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    color: #111111;
    background: #f2c94c;
    transform: translate(-50%, -50%) scale(0.78);
    opacity: 0;
    transition:
        opacity 0.3s ease,
        transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.mps-extra-gallery-item span {
    position: absolute;
    z-index: 2;
    left: 18px;
    bottom: 18px;
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    color: #111111;
    background: #f2c94c;
    font-weight: 900;
    font-size: 0.84rem;
    box-shadow: 0 14px 30px rgba(242, 201, 76, 0.25);
}

.mps-extra-gallery-item:hover {
    transform: translateY(-8px) scale(1.01);
    box-shadow:
        0 32px 75px rgba(0, 0, 0, 0.45),
        0 0 0 1px rgba(242, 201, 76, 0.18);
}

.mps-extra-gallery-item:hover img {
    transform: scale(1.12);
    filter: saturate(1.06) contrast(1.12);
}

.mps-extra-gallery-item:hover::after {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

/* BOTTOM CTA */
.mps-extra-gallery-bottom {
    margin-top: 24px;
    padding: clamp(22px, 4vw, 34px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    border-radius: 30px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.04)),
        radial-gradient(circle at top left, rgba(242, 201, 76, 0.16), transparent 42%);
    border: 1px solid rgba(255, 255, 255, 0.13);
    box-shadow: 0 24px 65px rgba(0, 0, 0, 0.24);
    opacity: 0;
    transform: translateY(24px);
    transition:
        opacity 0.65s ease,
        transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);
}

.mps-extra-gallery-section.is-visible .mps-extra-gallery-bottom {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.5s;
}

.mps-extra-gallery-bottom span {
    display: block;
    margin-bottom: 8px;
    color: #f2c94c;
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.mps-extra-gallery-bottom strong {
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(1.15rem, 2vw, 1.55rem);
    letter-spacing: -0.04em;
}

/* LIGHTBOX */
.mps-extra-lightbox {
    position: fixed;
    inset: 0;
    z-index: 2147483647;
    isolation: isolate;
    display: grid;
    place-items: center;
    padding: 22px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
        opacity 0.25s ease,
        visibility 0.25s ease;
}

.mps-extra-lightbox.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.mps-extra-lightbox-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.84);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.mps-extra-lightbox-dialog {
    position: relative;
    z-index: 2;
    width: min(1060px, 100%);
    height: min(78vh, 760px);
    border-radius: 30px;
    overflow: hidden;
    background: #050505;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 35px 100px rgba(0, 0, 0, 0.6);
    transform: scale(0.96) translateY(16px);
    transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1);
}

.mps-extra-lightbox.is-open .mps-extra-lightbox-dialog {
    transform: scale(1) translateY(0);
}

.mps-extra-lightbox-image-wrap {
    width: 100%;
    height: 100%;
}

.mps-extra-lightbox-image-wrap img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    background: #050505;
}

.mps-extra-lightbox-close,
.mps-extra-lightbox-nav {
    position: absolute;
    z-index: 5;
    border: 0;
    cursor: pointer;
    display: grid;
    place-items: center;
    color: #111111;
    background: #f2c94c;
    transition:
        transform 0.25s ease,
        background 0.25s ease;
}

.mps-extra-lightbox-close {
    top: 18px;
    right: 18px;
    width: 46px;
    height: 46px;
    border-radius: 999px;
}

.mps-extra-lightbox-nav {
    top: 50%;
    width: 48px;
    height: 64px;
    transform: translateY(-50%);
    border-radius: 999px;
}

.mps-extra-lightbox-prev {
    left: 18px;
}

.mps-extra-lightbox-next {
    right: 18px;
}

.mps-extra-lightbox-close:hover,
.mps-extra-lightbox-nav:hover {
    transform: scale(1.06);
}

.mps-extra-lightbox-nav:hover {
    transform: translateY(-50%) scale(1.06);
}

.mps-extra-lightbox-count {
    position: absolute;
    z-index: 5;
    left: 18px;
    bottom: 18px;
    padding: 10px 14px;
    border-radius: 999px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.58);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    font-weight: 900;
}






































/* =========================================================
   HEIGHT PROTECTION
========================================================= */

@media (min-width: 881px) and (max-height: 760px) {
    .mps-service-image-hero {
        min-height: calc(100svh - var(--mps-header-height));
        height: calc(100svh - var(--mps-header-height));
    }

    .mps-service-image-hero h1 {
        font-size: clamp(2.35rem, 4.8vw, 4.45rem);
    }

    .mps-service-image-copy > p {
        margin-bottom: 0.8rem;
        font-size: 0.92rem;
        line-height: 1.55;
    }

    .mps-service-image-actions {
        margin-bottom: 0.8rem;
    }

    .mps-service-image-proof div {
        min-height: 58px;
        padding: 0.65rem;
    }

    .mps-service-photo-frame {
        min-height: clamp(320px, 55svh, 460px);
    }

    .mps-service-image-note {
        display: none;
    }
}

@media (min-width: 881px) and (max-height: 660px) {
    .mps-service-breadcrumb {
        display: none;
    }

    .mps-service-image-proof {
        display: none;
    }

    .mps-service-photo-frame {
        min-height: clamp(300px, 58svh, 430px);
    }

    .mps-photo-card-secondary {
        display: none;
    }
}

/* Responsive */
@media (max-width: 1100px) {
      .mps-extra-gallery-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .mps-extra-gallery-heading-grid {
        grid-template-columns: 1fr;
    }
     .mps-gallery-layout {
        grid-template-columns: 1fr;
    }

    .mps-gallery-featured {
        min-height: 520px;
    }
      .mps-problems-layout {
        grid-template-columns: 1fr;
    }

    .mps-problem-diagnostic {
        position: relative;
        top: auto;
    }

    .mps-diagnostic-card {
        display: grid;
        grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.65fr);
        gap: 1rem;
        align-items: start;
    }

    .mps-diagnostic-top,
    .mps-diagnostic-visual,
    .mps-diagnostic-content,
    .mps-diagnostic-solution,
    .mps-diagnostic-cta {
        grid-column: auto;
    }

    .mps-diagnostic-visual {
        grid-row: span 3;
        margin-bottom: 0;
    }
     .mps-overview-layout {
        grid-template-columns: 1fr;
    }

    .mps-overview-snapshot {
        position: relative;
        top: auto;
        grid-template-columns: 1fr 1fr;
    }

    .mps-overview-mini-stats {
        align-self: stretch;
    }
    .mps-service-image-container {
        grid-template-columns: minmax(0, 0.92fr) minmax(340px, 0.7fr);
        gap: 1.3rem;
    }

    .mps-service-image-hero h1 {
        font-size: clamp(2.35rem, 5.1vw, 4.8rem);
    }

    .mps-service-image-tabs {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 880px) {
      .mps-extra-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 190px;
        gap: 12px;
    }

    .mps-extra-gallery-wide,
    .mps-extra-gallery-tall {
        grid-column: span 1;
        grid-row: span 1;
    }

    .mps-extra-gallery-bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .mps-extra-gallery-bottom .mps-btn {
        width: 100%;
        justify-content: center;
    }

    .mps-extra-lightbox-dialog {
        height: 72vh;
        border-radius: 24px;
    }
     .mps-gallery-heading-grid {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .mps-gallery-cta {
        align-items: flex-start;
        flex-direction: column;
    }

    .mps-gallery-cta a {
        width: 100%;
    }
     .mps-problems-heading-grid {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .mps-diagnostic-card {
        grid-template-columns: 1fr;
    }

    .mps-diagnostic-visual {
        grid-row: auto;
        margin-bottom: 0;
    }
     .mps-overview-heading-grid {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .mps-overview-snapshot {
        grid-template-columns: 1fr;
    }
    .mps-service-image-hero {
        height: auto;
        max-height: none;
        min-height: calc(100svh - var(--mps-header-height));
        display: block;
    }

    .mps-service-image-container {
        min-height: calc(100svh - var(--mps-header-height));
        grid-template-columns: 1fr;
        align-content: center;
        gap: 1.2rem;
        padding-block: 1.4rem 1.8rem;
    }

    .mps-service-image-copy {
        max-width: 100%;
    }

    .mps-service-image-hero h1 {
        font-size: clamp(2.35rem, 9vw, 4.4rem);
    }

    .mps-service-image-visual {
        max-width: 720px;
    }

    .mps-service-photo-frame {
        min-height: clamp(320px, 48svh, 460px);
    }

    .mps-service-image-tabs {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 640px) {
      .mps-extra-gallery-section {
        padding: 72px 14px;
    }

    .mps-extra-gallery-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: 260px;
    }

    .mps-extra-gallery-item {
        border-radius: 22px;
    }

    .mps-extra-lightbox {
        padding: 12px;
    }

    .mps-extra-lightbox-dialog {
        height: 70vh;
        border-radius: 20px;
    }

    .mps-extra-lightbox-nav {
        width: 42px;
        height: 56px;
    }

    .mps-extra-lightbox-prev {
        left: 10px;
    }

    .mps-extra-lightbox-next {
        right: 10px;
    }

    .mps-extra-lightbox-close {
        top: 10px;
        right: 10px;
    }
       .mps-service-gallery {
        padding-block: clamp(3.8rem, 12vw, 5rem);
    }

    .mps-gallery-container {
        width: min(100% - 1rem, var(--mps-container));
    }

    .mps-gallery-heading-grid h2 {
        font-size: clamp(2.1rem, 10.5vw, 3.4rem);
        line-height: 0.98;
    }

    .mps-gallery-heading-grid p {
        font-size: 0.94rem;
        line-height: 1.65;
    }

    .mps-gallery-filter {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .mps-gallery-filter-btn {
        width: 100%;
    }

    .mps-gallery-featured {
        min-height: 430px;
        border-radius: 26px;
    }

    .mps-gallery-featured::after {
        inset: 10px;
        border-radius: 18px;
    }

    .mps-gallery-featured-content p {
        display: none;
    }

    .mps-gallery-grid {
        grid-template-columns: 1fr;
    }

    .mps-gallery-card {
        min-height: 330px;
        border-radius: 24px;
    }

    .mps-gallery-expand {
        opacity: 1;
        transform: none;
    }

    .mps-lightbox-dialog {
        border-radius: 24px;
    }

    .mps-lightbox-image-wrap {
        height: min(58svh, 520px);
    }
     .mps-patio-problems {
        padding-block: clamp(3.8rem, 12vw, 5rem);
    }

    .mps-problems-container {
        width: min(100% - 1rem, var(--mps-container));
    }

    .mps-problems-heading-grid h2 {
        font-size: clamp(2.1rem, 10.5vw, 3.4rem);
        line-height: 0.98;
    }

    .mps-problems-heading-grid p {
        font-size: 0.94rem;
        line-height: 1.65;
    }

    .mps-problems-grid {
        grid-template-columns: 1fr;
    }

    .mps-problem-card {
        min-height: auto;
        border-radius: 24px;
    }

    .mps-diagnostic-card {
        border-radius: 24px;
        padding: 1rem;
    }

    .mps-diagnostic-top {
        align-items: flex-start;
        flex-direction: column;
    }

    .mps-diagnostic-visual {
        min-height: 180px;
    }

    .mps-diagnostic-surface {
        width: 86%;
        height: 125px;
        border-radius: 20px;
    }

    .mps-diagnostic-content p,
    .mps-diagnostic-solution p {
        font-size: 0.84rem;
        line-height: 1.55;
    }
       .mps-service-overview {
        padding-block: clamp(3.8rem, 12vw, 5rem);
    }

    .mps-overview-container {
        width: min(100% - 1rem, var(--mps-container));
    }

    .mps-overview-heading-grid h2 {
        font-size: clamp(2.1rem, 10.5vw, 3.4rem);
        line-height: 0.98;
    }

    .mps-overview-heading-grid p {
        font-size: 0.94rem;
        line-height: 1.65;
    }

    .mps-overview-lead-card {
        grid-template-columns: 1fr;
        border-radius: 24px;
    }

    .mps-overview-lead-card h3 {
        font-size: clamp(1.55rem, 8vw, 2.25rem);
    }

    .mps-overview-lead-card p {
        font-size: 0.9rem;
        line-height: 1.58;
    }

    .mps-overview-feature-grid {
        grid-template-columns: 1fr;
    }

    .mps-overview-feature {
        min-height: auto;
        border-radius: 24px;
    }

    .mps-overview-snapshot-card,
    .mps-overview-mini-stats {
        border-radius: 24px;
    }

    .mps-overview-mini-stats {
        grid-template-columns: 1fr;
    }

    .mps-overview-mini-stats div {
        min-height: 66px;
    }
    .mps-service-image-container {
        width: min(100% - 1rem, var(--mps-container));
        padding-block: 6rem 1.5rem;
        gap: 1rem;
    }

    .mps-service-breadcrumb {
        display: none;
    }

    .mps-service-image-badge {
        max-width: 100%;
        padding: 0.5rem 0.65rem;
        font-size: 0.61rem;
        letter-spacing: 0.07em;
    }

    .mps-service-image-hero h1 {
        margin-bottom: 0.75rem;
        font-size: clamp(2.08rem, 11.2vw, 3.35rem);
        line-height: 0.94;
    }

    .mps-service-image-copy > p {
        margin-bottom: 0.9rem;
        font-size: 0.9rem;
        line-height: 1.55;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .mps-service-image-actions {
        flex-direction: column;
        align-items: stretch;
        margin-bottom: 0.8rem;
        gap: 0.6rem;
    }

    .mps-service-image-proof {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }

    .mps-service-image-proof div {
        min-height: 58px;
        padding: 0.68rem;
    }

    .mps-service-image-proof div:nth-child(3) {
        display: none;
    }

    .mps-service-photo-frame {
        min-height: 300px;
        border-radius: 26px;
    }

    .mps-service-photo-frame::after {
        inset: 10px;
        border-radius: 18px;
    }

    .mps-service-photo-top {
        top: 0.75rem;
        left: 0.75rem;
        right: 0.75rem;
    }

    .mps-service-photo-top strong {
        display: none;
    }

    .mps-photo-card-secondary {
        display: none;
    }

    .mps-photo-card-main {
        left: 0.75rem;
        bottom: 0.75rem;
        width: calc(100% - 1.5rem);
    }

    .mps-service-image-tabs {
        grid-template-columns: 1fr;
        gap: 0.45rem;
        margin-top: 0.65rem;
    }

    .mps-service-tab {
        min-height: 44px;
    }

    .mps-service-image-note {
        grid-template-columns: 1fr;
        gap: 0.35rem;
    }
}

@media (max-width: 430px) {
     .mps-gallery-filter {
        grid-template-columns: 1fr;
    }

    .mps-gallery-featured {
        min-height: 360px;
    }

    .mps-gallery-card {
        min-height: 290px;
    }

    .mps-gallery-card-content span {
        font-size: 0.64rem;
    }
    .mps-service-image-container {
        gap: 0.85rem;
    }

    .mps-service-image-hero h1 {
        font-size: clamp(1.95rem, 10.6vw, 2.85rem);
    }

    .mps-service-image-proof div:nth-child(2) {
        display: none;
    }

    .mps-service-photo-frame {
        min-height: 260px;
    }

    .mps-service-photo-card p {
        display: none;
    }
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
      .mps-extra-gallery-item,
    .mps-extra-gallery-bottom,
    .mps-extra-gallery-item img,
    .mps-extra-lightbox,
    .mps-extra-lightbox-dialog {
        transition: none;
    }

    .mps-extra-gallery-item,
    .mps-extra-gallery-bottom {
        opacity: 1;
        transform: none;
    }
     .mps-gallery-header,
    .mps-gallery-filter,
    .mps-gallery-layout,
    .mps-gallery-cta {
        opacity: 1 !important;
        transform: none !important;
        clip-path: none !important;
        filter: none !important;
        animation: none !important;
    }

    .mps-gallery-image-btn img,
    .mps-gallery-expand,
    .mps-gallery-card,
    .mps-gallery-filter-btn,
    .mps-lightbox-dialog,
    .mps-gallery-lightbox {
        transition: none !important;
    }
      .mps-problems-header,
    .mps-problems-grid,
    .mps-problem-diagnostic {
        opacity: 1 !important;
        transform: none !important;
        clip-path: none !important;
        filter: none !important;
        animation: none !important;
    }

    .mps-problem-card,
    .mps-problem-card::after,
    .mps-problem-icon,
    .mps-diagnostic-scan,
    .mps-diagnostic-cta {
        transition: none !important;
        animation: none !important;
    }
     .mps-overview-header,
    .mps-overview-content,
    .mps-overview-snapshot {
        opacity: 1 !important;
        transform: none !important;
        clip-path: none !important;
        filter: none !important;
        animation: none !important;
    }

    .mps-overview-feature,
    .mps-overview-feature::after,
    .mps-overview-feature > span,
    .mps-meter-track span,
    .mps-snapshot-checklist div {
        transition: none !important;
    }
    .mps-service-image-line,
    .mps-service-photo-frame img,
    .mps-service-breadcrumb,
    .mps-service-image-badge,
    .mps-service-image-hero h1,
    .mps-service-image-copy > p,
    .mps-service-image-actions,
    .mps-service-image-proof,
    .mps-service-image-visual {
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
        clip-path: none !important;
        filter: none !important;
    }

    .mps-service-tab,
    .mps-service-photo-frame img {
        transition: none !important;
    }
}