.service-shell {
    width: min(1240px, calc(100% - 48px));
    margin: auto
}

.service-kicker {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font: 700 12px/1 Montserrat, sans-serif;
    letter-spacing: .19em;
    text-transform: uppercase;
    color: #efca37
}

.service-kicker:before {
    content: "";
    width: 42px;
    height: 2px;
    background: currentColor
}

.service-kicker--dark {
    color: #b58c09
}

.service-heading h2,
.service-section-top h2,
.service-feature h2,
.service-cta h2,
.services-split h2 {
    margin: 22px 0 0;
    font: 600 clamp(38px, 5vw, 72px)/.98 "Playfair Display", serif;
    color: #0a0c1c;
    letter-spacing: -.035em
}

.service-heading h2 span,
.service-feature h2 span {
    color: #b58c09
}

.service-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 0 28px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 700;
    font-size: 13px;
    transition: .25s
}

.service-button--gold {
    background: #efc72f;
    color: #080a18
}

.service-button--outline {
    border: 1px solid rgba(255, 255, 255, .4);
    color: #fff
}

.service-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 36px
}

.service-text-link {
    display: inline-flex;
    gap: 10px;
    margin-top: 24px;
    color: #0a0c1c;
    font-weight: 700;
    text-decoration: none
}

.service-detail-hero,
.services-hero {
    position: relative;
    overflow: hidden;
    background: #080a1a;
    color: #fff
}

.service-detail-grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
    background-size: 72px 72px
}

.service-detail-hero__inner {
    position: relative;
    z-index: 1;
    min-height: 760px;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 72px;
    align-items: center;
    padding: 90px 0
}

.service-breadcrumbs {
    display: flex;
    gap: 9px;
    flex-wrap: wrap;
    margin-bottom: 35px;
    font-size: 12px;
    color: rgba(255, 255, 255, .58)
}

.service-breadcrumbs a {
    color: inherit;
    text-decoration: none
}

.service-breadcrumbs strong {
    color: #efca37
}

.service-detail-hero h1,
.services-hero h1 {
    margin: 23px 0 25px;
    font: 600 clamp(52px, 6vw, 88px)/.93 "Playfair Display", serif;
    letter-spacing: -.045em
}

.service-detail-hero__copy>p,
.services-hero__copy>p {
    color: rgba(255, 255, 255, .72);
    font-size: 18px;
    line-height: 1.78
}

.service-detail-hero__visual {
    position: relative
}

.service-detail-hero__image {
    aspect-ratio: 4/5;
    background: #111428;
    padding: 12px
}

.service-detail-hero__image img,
.service-feature__image img,
.service-gallery__item img,
.services-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.service-detail-hero__badge {
    position: absolute;
    left: -30px;
    bottom: 35px;
    background: #efc72f;
    color: #090b1b;
    padding: 18px 22px;
    display: flex;
    gap: 15px;
    align-items: center
}

.service-detail-hero__badge span {
    font-weight: 700;
    font-size: 20px
}

.service-detail-hero__badge strong {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .1em
}

.service-image-placeholder {
    width: 100%;
    height: 100%;
    min-height: 260px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(135deg, #15182a, #0b0d1d);
    border: 1px solid rgba(239, 199, 47, .24);
    color: #fff
}

.service-image-placeholder span {
    color: #efca37;
    font: 700 11px Montserrat;
    letter-spacing: .18em
}

.service-image-placeholder strong {
    font: 600 13px Montserrat;
    color: rgba(255, 255, 255, .55)
}

.service-marquee {
    overflow: hidden;
    background: #efc72f
}

.service-marquee__track {
    display: flex;
    width: max-content;
    animation: ticker 30s linear infinite
}

.service-marquee__group {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 19px 12px
}

.service-marquee span {
    font: 700 12px Montserrat;
    text-transform: uppercase;
    letter-spacing: .15em;
    white-space: nowrap
}

.service-marquee i {
    width: 6px;
    height: 6px;
    background: #080a18;
    transform: rotate(45deg)
}

@keyframes ticker {
    to {
        transform: translateX(-50%)
    }
}

.service-overview,
.services-intro {
    padding: 120px 0;
    background: #f5f4f1
}

.service-overview__grid {
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    gap: 100px
}

.service-overview__copy p {
    color: #5b5d65;
    line-height: 1.85
}

.service-overview__copy .service-lead {
    font: 500 clamp(20px, 2.1vw, 29px)/1.55 Montserrat;
    color: #161824
}

.service-section-top {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    align-items: end;
    margin-bottom: 50px
}

.service-section-top>p {
    max-width: 520px;
    color: #666;
    line-height: 1.8
}

.service-includes {
    padding: 110px 0
}

.service-includes__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd
}

.service-include-card {
    min-height: 180px;
    padding: 32px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

.service-include-card span {
    font-size: 11px;
    color: #b58c09;
    font-weight: 700
}

.service-include-card h3 {
    margin-top: 45px;
    font-size: 22px
}

.service-feature {
    padding: 120px 0;
    background: #eeeae2
}

.service-feature__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 85px;
    align-items: center
}

.service-feature__image {
    height: 650px;
    background: #fff;
    padding: 12px
}

.service-feature__copy p {
    color: #5c5d63;
    line-height: 1.85
}

.service-feature__points {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 30px
}

.service-feature__points span {
    padding: 16px 0;
    border-bottom: 1px solid #ccc;
    font-weight: 700;
    font-size: 13px
}

.service-gallery {
    padding: 120px 0;
}

.service-gallery__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    align-items: stretch;
}

.service-gallery__item {
    margin: 0;
    display: flex;
    flex-direction: column;
}

.service-gallery__img,
.service-gallery__item .service-image-placeholder {
    display: block;
    width: 100%;
    height: 480px;
}

.service-gallery__img {
    object-fit: cover;
    object-position: center;
}

.service-gallery__item .service-image-placeholder {
    min-height: 0;
}

.service-gallery__item figcaption {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 14px;
    font: 700 11px/1.4 Montserrat, sans-serif;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #161824;
}

.service-gallery__item figcaption span {
    flex: 0 0 auto;
    color: #b58c09;
}

.service-process {
    padding: 115px 0;
    background: #090b1b;
    color: #fff
}

.service-heading--center {
    text-align: center;
    margin-bottom: 55px
}

.service-heading--center h2 {
    color: #fff
}

.service-process__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-left: 1px solid rgba(255, 255, 255, .15);
    border-top: 1px solid rgba(255, 255, 255, .15)
}

.service-process__grid article {
    min-height: 270px;
    padding: 34px;
    border-right: 1px solid rgba(255, 255, 255, .15);
    border-bottom: 1px solid rgba(255, 255, 255, .15)
}

.service-process__grid article>span {
    color: #efca37;
    font-weight: 700
}

.service-process__grid h3 {
    margin-top: 70px
}

.service-process__grid p {
    color: rgba(255, 255, 255, .62);
    line-height: 1.75
}

.service-related {
    padding: 110px 0;
    background: #f5f4f1
}

.service-related__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px
}

.service-related__card {
    position: relative;
    min-height: 260px;
    padding: 34px;
    background: #fff;
    color: #0a0c1c;
    text-decoration: none
}

.service-related__card>span {
    font-size: 10px;
    color: #b58c09;
    text-transform: uppercase
}

.service-related__card h3 {
    margin-top: 55px;
    font-size: 27px
}

.service-related__card strong {
    position: absolute;
    bottom: 30px;
    left: 34px
}

.service-cta {
    padding: 120px 0;
    background: #101326;
    color: #fff;
    text-align: center
}

.service-cta h2 {
    color: #fff;
    font-size: clamp(50px, 6vw, 86px)
}

.service-cta h2 span {
    color: #efca37
}

.service-cta p {
    max-width: 630px;
    margin: 28px auto;
    color: rgba(255, 255, 255, .67);
    line-height: 1.8
}

.services-hero__inner {
    position: relative;
    z-index: 1;
    min-height: 690px;
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 100px;
    align-items: center
}

.services-hero h1 span {
    color: #efca37
}

.services-hero__side {
    border-left: 1px solid rgba(255, 255, 255, .2);
    padding-left: 38px
}

.services-hero__side>span {
    display: block;
    font: 600 100px "Playfair Display";
    color: #efca37
}

.services-list {
    padding: 120px 0
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px
}

.services-card {
    position: relative;
    display: grid;
    grid-template-columns: 220px 1fr;
    min-height: 330px;
    overflow: hidden;
    background: #f4f2ed;
    color: #0a0c1c;
    text-decoration: none;
    transition: transform .28s ease, box-shadow .28s ease;
}

.services-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 22px 50px rgba(8, 10, 24, .12);
}

.services-card:focus-visible {
    outline: 3px solid #efca37;
    outline-offset: 3px;
}


.services-card__visual {
    position: relative;
    min-height: 330px;
    padding: 28px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #0d1022;
    color: #fff;
    isolation: isolate;
}

.services-card__visual::before {
    content: "";
    position: absolute;
    width: 230px;
    height: 230px;
    right: -135px;
    top: -95px;
    border: 1px solid rgba(239, 199, 47, .32);
    transform: rotate(45deg);
    z-index: -1;
    transition: transform .4s ease, border-color .4s ease;
}

.services-card__visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
    background-size: 42px 42px;
    z-index: -2;
}

.services-card:hover .services-card__visual::before {
    transform: rotate(58deg) scale(1.08);
    border-color: rgba(239, 199, 47, .62);
}

.services-card__visual-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
}

.services-card__visual-number {
    color: #efca37;
    font: 700 12px/1 Montserrat, sans-serif;
    letter-spacing: .12em;
}

.services-card__visual-label {
    max-width: 115px;
    color: rgba(255, 255, 255, .58);
    font: 700 9px/1.45 Montserrat, sans-serif;
    letter-spacing: .14em;
    text-transform: uppercase;
    text-align: right;
}

.services-card__visual-word {
    position: relative;
    display: block;
    max-width: 165px;
    font: 600 36px/.92 "Playfair Display", serif;
    letter-spacing: -.035em;
    overflow-wrap: anywhere;
}

.services-card__visual-word::before {
    content: "";
    display: block;
    width: 42px;
    height: 2px;
    margin-bottom: 17px;
    background: #efca37;
}

.services-card__visual-mark {
    align-self: flex-end;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, .22);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #efca37;
    font-size: 18px;
    transition: background .25s ease, color .25s ease, border-color .25s ease;
}

.services-card:hover .services-card__visual-mark {
    background: #efca37;
    color: #0a0c1c;
    border-color: #efca37;
}

.services-card__content {
    position: relative;
    padding: 34px 34px 82px;
}

.services-card__content>span {
    display: inline-block;
    font-size: 10px;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: #b58c09;
    font-weight: 700;
}

.services-card__content h3 {
    margin: 34px 0 16px;
    font-size: 29px;
    line-height: 1.08;
}

.services-card__content p {
    margin: 0;
    font-size: 13px;
    color: #64656b;
    line-height: 1.75;
}

.services-card__content strong {
    position: absolute;
    left: 34px;
    bottom: 30px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
}

.services-card__content strong i {
    font-style: normal;
    transition: transform .25s ease;
}

.services-card:hover .services-card__content strong i {
    transform: translate(3px, -3px);
}

.services-split {
    padding-bottom: 120px
}

.services-split__grid {
    display: grid;
    grid-template-columns: 1fr 1fr
}

.services-split__panel {
    padding: 60px;
    min-height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.services-split__panel--dark {
    background: #090b1b;
    color: #fff
}

.services-split__panel--dark h2 {
    color: #fff
}

.services-split__panel--gold {
    background: #efc72f
}

.services-split__panel a {
    font-weight: 700;
    text-decoration: none;
    color: inherit
}

@media(max-width:1000px) {

    .service-detail-hero__inner,
    .service-overview__grid,
    .service-feature__grid,
    .services-hero__inner {
        grid-template-columns: 1fr
    }

    .service-process__grid {
        grid-template-columns: 1fr 1fr
    }

    .services-grid {
        grid-template-columns: 1fr
    }

    .service-includes__grid {
        grid-template-columns: 1fr 1fr
    }
}

@media(max-width:700px) {
    .service-shell {
        width: calc(100% - 28px)
    }

    .service-detail-hero__inner {
        padding: 60px 0
    }

    .service-actions {
        flex-direction: column
    }

    .service-overview,
    .services-intro,
    .service-includes,
    .service-feature,
    .service-gallery,
    .service-related,
    .services-list {
        padding: 78px 0
    }

    .service-section-top {
        display: block
    }

    .service-includes__grid,
    .service-process__grid,
    .service-related__grid,
    .services-split__grid {
        grid-template-columns: 1fr
    }

    .service-feature__image {
        height: 420px
    }

    .services-card {
        display: block
    }

    .services-card__visual {
        min-height: 220px;
    }
}

/* =========================================
   SERVICE PROJECT GALLERY - RESPONSIVE
========================================= */

@media (max-width: 1000px) {
    .service-gallery__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .service-gallery__item:first-child {
        grid-column: auto;
    }

    .service-gallery__img,
    .service-gallery__item .service-image-placeholder {
        height: 440px;
    }
}

@media (max-width: 700px) {
    .service-gallery {
        padding: 78px 0;
    }

    .service-gallery__grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .service-gallery__item:first-child {
        grid-column: auto;
    }

    .service-gallery__img,
    .service-gallery__item .service-image-placeholder {
        height: 380px;
    }
}

/* =========================================
   MOBILE SWIPE CAROUSELS
   Desktop layouts remain unchanged.
========================================= */

.mobile-swipe__controls {
    display: none;
}

@media (max-width: 700px) {

    .mobile-swipe {
        position: relative;
        width: 100%;
    }

    .mobile-swipe__track {
        display: flex !important;
        grid-template-columns: none !important;
        gap: 14px !important;
        width: auto;
        margin-right: calc((100vw - 100%) / -2);
        padding-right: 28px;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        scroll-padding-left: 0;
        overscroll-behavior-inline: contain;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        border: 0;
        touch-action: pan-x pan-y;
    }

    .mobile-swipe__track::-webkit-scrollbar {
        display: none;
    }

    .mobile-swipe__track>* {
        flex: 0 0 min(82vw, 335px);
        width: min(82vw, 335px);
        scroll-snap-align: start;
        scroll-snap-stop: always;
    }

    /* Project-scope cards */
    .service-includes__grid {
        border: 0;
    }

    .service-include-card {
        min-height: 245px;
        padding: 28px;
        border: 1px solid #dedede;
        background: #fff;
    }

    .service-include-card h3 {
        margin-top: 70px;
        font-size: 22px;
        line-height: 1.25;
    }

    /* Process cards */
    .service-process__grid {
        border: 0;
    }

    .service-process__grid article {
        min-height: 300px;
        border: 1px solid rgba(255, 255, 255, .16);
    }

    /* Related-service cards */
    .service-related__grid {
        gap: 14px;
    }

    .service-related__card {
        min-height: 285px;
    }

    /* Main services hub: compact cards for swiping */
    .services-grid.mobile-swipe__track>.services-card {
        flex-basis: min(86vw, 360px);
        width: min(86vw, 360px);
        display: flex;
        flex-direction: column;
        min-height: 525px;
    }

    .services-grid.mobile-swipe__track .services-card__visual {
        flex: 0 0 205px;
        min-height: 205px;
        padding: 24px;
    }

    .services-grid.mobile-swipe__track .services-card__visual-word {
        max-width: 220px;
        font-size: 34px;
    }

    .services-grid.mobile-swipe__track .services-card__visual-mark {
        position: absolute;
        right: 24px;
        bottom: 24px;
    }

    .services-grid.mobile-swipe__track .services-card__content {
        flex: 1;
        padding: 26px 26px 76px;
    }

    .services-grid.mobile-swipe__track .services-card__content h3 {
        margin: 24px 0 14px;
        font-size: 25px;
    }

    .services-grid.mobile-swipe__track .services-card__content p {
        margin: 0;
    }

    .services-grid.mobile-swipe__track .services-card__content strong {
        left: 26px;
        bottom: 26px;
    }

    .mobile-swipe__controls {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        margin-top: 22px;
    }

    .mobile-swipe__button {
        width: 50px;
        height: 50px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #d8d8d8;
        background: transparent;
        color: #0a0c1c;
        font-size: 21px;
        line-height: 1;
        cursor: pointer;
        transition: opacity .2s ease, background .2s ease, color .2s ease;
    }

    .mobile-swipe__button:disabled {
        opacity: .28;
        cursor: default;
    }

    .mobile-swipe__button:not(:disabled):active {
        background: #efc72f;
    }

    .mobile-swipe__status {
        min-width: 92px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        color: #767676;
        font: 700 11px/1 Montserrat, sans-serif;
        letter-spacing: .1em;
    }

    .mobile-swipe__status [data-swipe-current] {
        color: #b58c09;
    }

    .mobile-swipe__status i {
        width: 34px;
        height: 1px;
        background: #d2d2d2;
    }

    /* Dark process section controls */
    .service-process .mobile-swipe__button {
        border-color: rgba(255, 255, 255, .2);
        color: #fff;
    }

    .service-process .mobile-swipe__status {
        color: rgba(255, 255, 255, .52);
    }

    .service-process .mobile-swipe__status [data-swipe-current] {
        color: #efca37;
    }

    .service-process .mobile-swipe__status i {
        background: rgba(255, 255, 255, .2);
    }

    /* Small cue that the row continues */
    .mobile-swipe::after {
        content: "Swipe";
        position: absolute;
        right: 0;
        bottom: 17px;
        transform: translateY(100%);
        color: #9b9b9b;
        font: 700 9px/1 Montserrat, sans-serif;
        letter-spacing: .15em;
        text-transform: uppercase;
        pointer-events: none;
        opacity: .8;
    }

    .service-process .mobile-swipe::after {
        color: rgba(255, 255, 255, .45);
    }
}

/* =========================================
   SERVICE IMAGE FALLBACK PANELS
========================================= */

.service-content-panel {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: clamp(30px, 4vw, 54px);
    background:
        linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px),
        linear-gradient(135deg, #15182a 0%, #090b1b 100%);
    background-size: 52px 52px, 52px 52px, auto;
    color: #fff;
    isolation: isolate;
}

.service-content-panel::before {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    right: -175px;
    top: -155px;
    border: 1px solid rgba(239, 199, 47, .28);
    transform: rotate(45deg);
    z-index: -1;
}

.service-content-panel::after {
    content: "";
    position: absolute;
    width: 190px;
    height: 190px;
    left: -120px;
    bottom: -115px;
    border: 1px solid rgba(255, 255, 255, .08);
    transform: rotate(45deg);
    z-index: -1;
}

.service-content-panel__top {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.service-content-panel__eyebrow {
    color: #efca37;
    font: 700 11px/1.4 Montserrat, sans-serif;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.service-content-panel__brand {
    color: rgba(255, 255, 255, .46);
    font: 700 11px/1 Montserrat, sans-serif;
    letter-spacing: .14em;
}

.service-content-panel__middle {
    margin: auto 0;
    padding: 42px 0;
}

.service-content-panel__line {
    display: block;
    width: 48px;
    height: 2px;
    margin-bottom: 22px;
    background: #efca37;
}

.service-content-panel h3 {
    max-width: 520px;
    margin: 0;
    color: #fff;
    font: 600 clamp(36px, 4.4vw, 64px)/.95 "Playfair Display", serif;
    letter-spacing: -.04em;
}

.service-content-panel__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 20px;
    margin-top: 24px;
    color: rgba(255, 255, 255, .58);
    font: 700 10px/1.5 Montserrat, sans-serif;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.service-content-panel--feature {
    justify-content: flex-start;
}

.service-content-panel--feature .service-content-panel__middle {
    width: 100%;
    margin: auto 0;
    padding: 34px 0 0;
}

.service-content-panel--feature h3 {
    max-width: 420px;
    font-size: clamp(34px, 4vw, 54px);
}

.service-content-panel__scope {
    display: grid;
    gap: 0;
    margin-top: 34px;
    border-top: 1px solid rgba(255, 255, 255, .14);
}

.service-content-panel__scope span {
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 14px;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
    color: rgba(255, 255, 255, .78);
    font: 600 12px/1.45 Montserrat, sans-serif;
}

.service-content-panel__scope strong {
    color: #efca37;
    font-weight: 700;
}

.service-gallery__grid--1 {
    grid-template-columns: minmax(0, 1fr);
    max-width: 620px;
}

.service-gallery__grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 700px) {
    .service-content-panel {
        padding: 28px;
    }

    .service-content-panel__middle {
        padding: 34px 0;
    }

    .service-content-panel h3 {
        font-size: clamp(34px, 11vw, 50px);
    }

    .service-content-panel__scope span {
        grid-template-columns: 32px 1fr;
        font-size: 11px;
    }

    .service-gallery__grid--1,
    .service-gallery__grid--2 {
        grid-template-columns: 1fr;
        max-width: none;
    }
}