:root {
    --blue: #2757a8;
    --green: #159848;
    --aqua: #58aec8;
    --navy: #0f2e66;
    --ink: #11274c;
    --muted: #61708b;
    --soft: #f7f9fc;
    --white: #fff;
    --line: rgba(15, 46, 102, .12);
    --sans: 'DM Sans', sans-serif;
    --display: 'Manrope', sans-serif
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background: #fff;
    color: var(--ink);
    font-family: var(--sans);
    font-size: 16px;
    line-height: 1.6
}

.skip-link {
    position: fixed;
    z-index: 100;
    left: 20px;
    top: -60px;
    background: #fff;
    color: var(--navy);
    padding: 8px 16px;
    border-radius: 8px
}

.skip-link:focus {
    top: 20px
}

.container {
    width: min(1190px, calc(100% - 48px));
    margin: auto
}

.section>div {
    padding: 70px 0
}

.section--navy {
    background: var(--navy);
    color: #fff
}

.section--soft {
    background: var(--soft)
}

h1,
h2,
h3,
p {
    margin-top: 0
}

h1,
h2,
h3 {
    font-family: var(--display);
    line-height: 1.07;
    letter-spacing: -.045em
}

h1 {
    font-size: clamp(3rem, 3.3vw, 3.3rem);
    max-width: 930px;
    font-weight: 700
}

h2 {
    font-size: clamp(2.4rem, 3.4vw, 3.5rem);
    font-weight: 700
}

h3 {
    font-size: clamp(1.45rem, 2vw, 2.1rem)
}

em {
    font-weight: 500;
    color: var(--aqua)
}

.eyebrow {
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: var(--green);
    margin-bottom: 18px
}

.eyebrow--light {
    color: #c7e5ec
}

.eyebrow--green {
    color: #6ee1a0
}

.button {
    display: inline-flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    padding: 15px 22px;
    background: var(--blue);
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: .92rem;
    transition: transform .25s, background .25s, box-shadow .25s;
    cursor: pointer
}

.button:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 26px rgba(15, 46, 102, .2);
    background: var(--green)
}

.button span {
    font-size: 1.25em
}

.button--small {
    padding: 5px 15px;
    font-size: .8rem
}

.button--green {
    background: var(--green);
    padding: 7px 25px
}

.button--green:hover {
    background: #0c7936
}

.button--ghost {
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .45);
    padding: 7px 25px
}

.button--ghost:hover {
    background: #fff;
    color: var(--navy)
}

.scroll-progress {
    height: 3px;
    background: var(--green);
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 0
}

.site-header {
    height: 82px;
    display: flex;
    align-items: center;
    gap: 35px;
    padding: 0 max(24px, calc((100vw - 1190px)/2));
    position: absolute;
    z-index: 10;
    top: 0;
    width: 100%;
    transition: all .35s
}

.site-header.scrolled {
    height: 68px;
    position: fixed;
    background: rgba(255, 255, 255, .94);
    backdrop-filter: blur(14px);
    box-shadow: 0 7px 24px rgba(15, 46, 102, .09)
}

.brand {
    display: block;
    line-height: 0
}

.brand img {
    width: 160px;
    max-height: 55px;
    object-fit: contain;
    object-position: left center;
    /* filter: brightness(0) invert(1) */
}

.site-header.scrolled .brand img {
    filter: none
}

.desktop-nav {
    display: flex;
    gap: 25px;
    margin-left: auto
}

.desktop-nav a {
    color: #fff;
    text-decoration: none;
    font-size: .87rem;
    font-weight: 600
}

.site-header.scrolled .desktop-nav a {
    color: var(--ink)
}

.menu-toggle,
.mobile-menu {
    display: none
}
.hero>.conteianer { margin-top: 0; margin-bottom: 0;}
.hero {
    height: min(850px, 100vh);
    min-height: 700px;
    position: relative;
    color: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding-bottom: 120px
}

.hero__image {
    position: absolute;
    inset: 0;
    background: url('https://images.unsplash.com/photo-1581578731548-c64695cc6952?auto=format&fit=crop&w=2100&q=85') center/cover;
    animation: heroZoom 20s ease-in-out infinite alternate
}

.hero__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(100deg, rgba(6, 30, 76, .95) 0%, rgba(10, 42, 91, .79) 46%, rgba(16, 58, 99, .21) 100%)
}

.hero__content {
    position: relative;
    padding-top: 65px
}

.hero__intro {
    max-width: 590px;
    font-size: clamp(1rem, 1.4vw, 1.22rem);
    line-height: 1.7;
    color: rgba(255, 255, 255, .87);
    margin: 27px 0 35px
}

.hero__actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap
}

.orb {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(122, 211, 233, .55);
    z-index: 1;
    animation: float 7s ease-in-out infinite
}

.orb--a {
    height: 230px;
    width: 230px;
    right: 12%;
    top: 23%;
    background: rgba(88, 174, 200, .14);
    box-shadow: 0 0 0 32px rgba(88, 174, 200, .05)
}

.orb--b {
    height: 75px;
    width: 75px;
    right: 31%;
    bottom: 20%;
    animation-delay: -4s
}

.trust-strip {
    display: flex;
    gap: 0;
    /* position: absolute; */
    z-index: 2;
    bottom: 48px;
    left: 0;
    right: 0;
    margin-top: 40px;
}

.trust-strip div {
    width: 190px;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid rgba(255, 255, 255, .3);
    display: flex;
    flex-direction: column
}

.trust-strip div:last-child {
    border: 0
}

.trust-strip b {
    font-family: var(--display);
    font-size: 1.3rem
}

.trust-strip span {
    font-size: .73rem;
    color: rgba(255, 255, 255, .7)
}

.hero-curve {
    position: absolute;
    z-index: 2;
    bottom: -1px;
    width: 100%;
    height: 70px;
    background: #fff;
    clip-path: ellipse(64% 95% at 55% 100%)
}

.intro__grid {
    display: grid;
    grid-template-columns: .9fr 1fr;
    gap: clamp(55px, 10vw, 140px);
    align-items: center
}

.intro__visual {
    height: 580px;
    position: relative
}

.intro__photo {
    position: absolute;
    inset: 0 58px 0 0;
    border-radius: 23px;
    background: url('./assets/the-graphic-space42.webp') center/cover
}

.intro__accent {
    height: 210px;
    width: 210px;
    background: var(--aqua);
    border-radius: 40px;
    opacity: .2;
    position: absolute;
    right: 0;
    bottom: -22px;
    z-index: -1
}

.intro__stamp {
    position: absolute;
    right: -1px;
    top: 60px;
    width: 145px;
    height: 145px;
    border-radius: 50%;
    background: var(--green);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(10deg);
    box-shadow: 0 15px 35px rgba(21, 152, 72, .25)
}

.intro__stamp span {
    font-family: var(--display);
    font-size: 3rem;
    font-weight: 800;
    line-height: .8
}

.intro__stamp small {
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: .58rem;
    line-height: 1.25;
    margin-left: 6px
}

.intro__copy>p:not(.eyebrow) {
    color: var(--muted);
    max-width: 545px;
    font-size: 1.05rem
}

.intro__copy h2 {
    margin-bottom: 28px
}

.signature {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 35px
}

.signature span {
    height: 2px;
    width: 45px;
    background: var(--green)
}

.signature p {
    font-size: .85rem;
    margin: 0;
    line-height: 1.5
}

.section-heading {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    align-items: end;
    margin-bottom: 70px
}

.section-heading h2 {
    max-width: 560px;
    margin-bottom: 0;
}

.section-heading>p {
    max-width: 325px;
    color: #b9c8e4;
    margin-bottom: 0px
}

.service-list {
    border-top: 1px solid rgba(255, 255, 255, .2)
}

.service-row {
    display: grid;
    grid-template-columns: 90px 1fr auto;
    align-items: center;
    gap: 25px;
    padding: 26px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    transition: padding .3s, background .3s
}

.service-row:hover {
    padding-left: 25px;
    background: rgba(255, 255, 255, .05)
}

.service-icon {
    font-size: 2rem;
    color: #71d9a1
}

.service-number {
    color: var(--aqua);
    font-size: .71rem;
    letter-spacing: .12em;
    margin: 0 0 2px
}

.service-row h3 {
    margin: 0 0 5px
}

.service-row div>p:last-child {
    margin: 0;
    color: #bdcae0;
    font-size: .91rem
}

.arrow {
    font-size: 1.5rem;
    color: #6ee1a0
}

.reason-top {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    align-items: end;
    margin-bottom: 70px
}

.reason-top h2 {
    max-width: 560px;
    margin: 0
}

.reason-top>p:last-child {
    max-width: 325px;
    color: var(--muted);
    margin-bottom: 12px
}

.reason-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--line);
    border-left: 1px solid var(--line)
}

.reason {
    padding: 30px 28px 28px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    min-height: 190px;
    transition: background .25s, transform .25s
}

.reason:hover {
    background: var(--blue);
    color: #fff;
    transform: translateY(-7px)
}

.reason span {
    display: block;
    color: var(--green);
    font-size: .75rem;
    font-weight: 700;
    margin-bottom: 34px
}

.reason h3 {
    font-size: 1.25rem;
    margin-bottom: 9px
}

.reason p {
    font-size: .87rem;
    color: var(--muted);
    line-height: 1.45;
    margin: 0
}

.reason:hover p {
    color: #d6e4fd
}

.work-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 55px
}

.work-head h2 {
    margin-bottom: 0
}

.text-link {
    padding: 0;
    background: none;
    border: 0;
    color: var(--blue);
    font-family: var(--sans);
    font-weight: 700;
    cursor: pointer
}

.text-link span {
    font-size: 1.3em;
    padding-left: 10px
}

.masonry {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    grid-template-rows: 270px 270px;
    gap: 18px
}

.gallery-item {
    border: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    background: #ddd;
    text-align: left;
    cursor: pointer
}

.gallery-item--1 {
    grid-row: span 2
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .7s
}

.gallery-item:hover img {
    transform: scale(1.08)
}

.gallery-item:after {
    content: '';
    position: absolute;
    inset: 35% 0 0;
    background: linear-gradient(transparent, rgba(5, 25, 58, .72))
}

.gallery-item span {
    position: absolute;
    z-index: 1;
    bottom: 20px;
    left: 22px;
    right: 22px;
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-family: var(--display);
    font-weight: 700;
    font-size: 1.1rem
}

.gallery-item b {
    font-size: 1.3rem
}

.process h2 {
    margin-bottom: 85px
}

.timeline {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    position: relative;
    gap: 30px
}

.timeline:before {
    content: '';
    position: absolute;
    top: 27px;
    left: 27px;
    right: 27px;
    height: 1px;
    background: var(--aqua)
}

.step {
    position: relative
}

.step__dot {
    position: relative;
    z-index: 1;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--navy);
    color: #fff;
    font-size: .75rem;
    font-weight: 700;
    margin-bottom: 28px;
    border: 7px solid #fff
}

.step:nth-child(2) .step__dot {
    background: var(--blue)
}

.step:nth-child(3) .step__dot {
    background: var(--aqua)
}

.step:nth-child(4) .step__dot {
    background: var(--green)
}

.step h3 {
    font-size: 1.38rem;
    margin-bottom: 10px
}

.step p {
    font-size: .88rem;
    color: var(--muted);
    line-height: 1.55;
    max-width: 220px
}

.testimonial-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 52px
}

.testimonial-head h2 {
    margin-bottom: 0
}

.slider-controls {
    display: flex;
    gap: 10px
}

.slider-controls button {
    height: 45px;
    width: 45px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .4);
    color: #fff;
    font-size: 1.2rem;
    cursor: pointer;
    transition: background .2s
}

.slider-controls button:hover {
    border-color: var(--navy)
}

.testimonial-track {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px
}

.testimonial {
    border: 1px solid rgba(185, 185, 185, 0.44);
    border-radius: 18px;
    padding: 32px;
    background: rgba(255, 255, 255, .045);
    transition: transform .3s
}

.testimonial:hover {
    transform: translateY(-6px)
}

.stars {
    letter-spacing: .14em;
    color: var(--navy);
    margin-bottom: 24px
}

.testimonial blockquote {
    font-family: var(--display);
    font-size: 1.25rem;
    letter-spacing: -.025em;
    line-height: 1.45;
    margin: 0 0 27px
}

.person {
    display: flex;
    align-items: center;
    gap: 12px
}

.avatar {
    width: 37px;
    height: 37px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    font-size: .7rem;
    color: #fff;
    font-weight: 700;
    background: var(--aqua)
}

.avatar--two {
    background: #ab7c68
}

.avatar--three {
    background: var(--green)
}

.person p {
    font-size: .78rem;
    line-height: 1.45;
    margin: 0;
    color: #959595
}

.person strong {
    color: #fff
}

.cta {
    position: relative;
    overflow: hidden;
    background: linear-gradient(115deg, #173f84, #2757a8 50%, #17478d);
    color: #fff;
    text-align: center
}

.cta__inner {
    position: relative
}

.cta h2 {
    margin-bottom: 18px
}

.cta h2 em {
    color: #8ee1f1
}

.cta p:not(.eyebrow) {
    margin: 0 auto 30px;
    color: #d8e6ff;
    max-width: 500px
}

.cta__lines {
    position: absolute;
    inset: -50%;
    background: repeating-radial-gradient(ellipse at center, transparent 0 65px, rgba(133, 215, 235, .2) 66px 67px);
    animation: spin 50s linear infinite
}

.contact-grid {
    display: grid;
    grid-template-columns: .85fr 1fr;
    gap: clamp(55px, 9vw, 125px)
}

.contact-info>p:not(.eyebrow) {
    color: var(--muted);
    max-width: 390px
}

.contact-info h2 {
    margin-bottom: 20px
}

.contact-details {
    display: grid;
    gap: 22px;
    margin: 39px 0
}

.contact-details a,
.contact-details address {
    font-family: var(--display);
    font-size: 1.08rem;
    font-style: normal;
    color: var(--ink);
    text-decoration: none
}

.contact-details small {
    display: block;
    color: var(--green);
    text-transform: uppercase;
    letter-spacing: .13em;
    font-size: .63rem;
    font-family: var(--sans);
    font-weight: 700;
    margin-bottom: 2px
}

.hours {
    font-size: .86rem;
    color: var(--muted)
}

.hours strong {
    color: var(--ink);
    margin-right: 7px
}

.contact-form {
    background: #fff;
    padding: 35px;
    border-radius: 20px;
    box-shadow: 0 18px 45px rgba(18, 54, 112, .1)
}

.form-title {
    display: flex;
    gap: 9px;
    align-items: center;
    font-family: var(--display);
    font-weight: 700;
    font-size: 1.15rem;
    margin-bottom: 24px
}

.form-title span {
    color: var(--green);
    font-size: 1.4rem
}

.form-title p {
    margin: 0
}

.contact-form label {
    display: block;
    color: var(--ink);
    font-size: .78rem;
    font-weight: 700;
    margin-bottom: 17px
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    display: block;
    margin-top: 5px;
    border: 1px solid #d6dfed;
    background: #fbfcff;
    border-radius: 8px;
    padding: 12px;
    font: inherit;
    font-size: .92rem;
    outline-color: var(--green);
    resize: vertical
}

.button--form {
    width: 100%;
    background: var(--blue);
    margin-top: 5px
}

.form-status {
    margin: 15px 0 0;
    font-size: .84rem;
    color: var(--green);
    font-weight: 600
}

.footer {
    background: #081f49;
    color: #c3d0e6;
    padding: 70px 0 25px
}

.footer__grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1.25fr .7fr;
    gap: 40px
}

.footer__brand img {
    width: 175px;
    margin-bottom: 5px
}

.footer p {
    font-size: .85rem;
    max-width: 305px;
    line-height: 1.6
}

.footer a {
    display: block;
    color: #c3d0e6;
    text-decoration: none;
    font-size: .85rem;
    margin-bottom: 10px
}

.footer a:hover {
    color: #6ee1a0
}

.footer-label {
    font-size: .69rem !important;
    text-transform: uppercase;
    letter-spacing: .14em;
    font-weight: 700;
    color: #6ee1a0;
    margin-bottom: 17px !important
}

.social-icons {width: 30px !important;}

.socials {
    display: flex;
    gap: 10px
}

/* .socials a {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 50%;
    font-size: .8rem;
    margin: 0
} */

.footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, .15);
    margin-top: 30px;
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    font-size: .73rem
}

.back-top {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 20;
    width: 43px;
    height: 43px;
    border: 0;
    border-radius: 50%;
    background: var(--green);
    color: #fff;
    font-size: 1.25rem;
    box-shadow: 0 7px 20px rgba(15, 46, 102, .2);
    opacity: 0;
    transform: translateY(15px);
    pointer-events: none;
    transition: .3s
}

.back-top.show {
    opacity: 1;
    transform: none;
    pointer-events: auto
}

.lightbox {
    border: 0;
    background: transparent;
    max-width: min(900px, 92vw);
    padding: 0;
    color: #fff
}

.lightbox::backdrop {
    background: rgba(1, 14, 40, .9);
    backdrop-filter: blur(7px)
}

.lightbox img {
    max-width: 100%;
    max-height: 80vh;
    display: block;
    border-radius: 14px
}

.lightbox p {
    margin: 10px 0
}

.lightbox-close {
    position: absolute;
    right: -14px;
    top: -40px;
    background: none;
    border: 0;
    color: #fff;
    font-size: 2.2rem;
    cursor: pointer
}

.reveal {
    opacity: 0;
    transform: translateY(25px);
    filter: blur(12px);
    transition: opacity .8s cubic-bezier(.2, .65, .3, 1), transform .8s cubic-bezier(.2, .65, .3, 1), filter .8s cubic-bezier(.2, .65, .3, 1)
}

.reveal.is-visible {
    opacity: 1;
    transform: none;
    filter: blur(0)
}

@keyframes float {
    50% {
        transform: translateY(-20px) rotate(15deg)
    }
}

@keyframes heroZoom {
    to {
        transform: scale(1.08)
    }
}

@keyframes spin {
    to {
        transform: rotate(360deg)
    }
}

@media(max-height:520px) and (orientation:landscape) {
    .hero {
        min-height: 560px;
        padding-top: 70px;
        padding-bottom: 90px
    }

    .hero__content {
        padding-top: 0
    }

    .hero h1 {
        font-size: clamp(2rem, 5vw, 3rem)
    }

    .hero__intro {
        margin: 14px 0 18px
    }

    .trust-strip {
        bottom: 22px
    }

    .trust-strip b {
        font-size: 1rem
    }

    .trust-strip span {
        font-size: .65rem
    }
}

@media(max-width:800px) {
    .section>div {
        padding: 40px 0
    }

    .container {
        width: min(100% - 40px, 1190px)
    }

    .site-header {
        height: 72px;
        padding: 0 20px
    }

    .brand img {
        width: 130px
    }

    .desktop-nav,
    .button--nav {
        display: none
    }

    .menu-toggle {
        margin-left: auto;
        display: flex;
        width: 40px;
        height: 40px;
        border: 0;
        border-radius: 50%;
        background: rgba(255, 255, 255, .16);
        flex-direction: column;
        justify-content: center;
        gap: 5px;
        align-items: center
    }

    .menu-toggle i {
        width: 17px;
        height: 1.5px;
        background: #fff;
        transition: transform .25s, opacity .25s
    }

    .site-header.scrolled .menu-toggle {
        background: var(--blue)
    }

    .menu-toggle.active i:first-child {
        transform: translateY(3.25px) rotate(45deg)
    }

    .menu-toggle.active i:last-child {
        transform: translateY(-3.25px) rotate(-45deg)
    }

    .mobile-menu {
        position: absolute;
        display: flex;
        flex-direction: column;
        gap: 13px;
        top: 70px;
        right: 18px;
        left: 18px;
        background: #fff;
        padding: 24px;
        border-radius: 14px;
        box-shadow: 0 12px 30px rgba(4, 23, 65, .16);
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px);
        transition: .25s
    }

    .mobile-menu.open {
        opacity: 1;
        visibility: visible;
        transform: none
    }

    .mobile-menu a {
        color: var(--ink);
        font-weight: 700;
        text-decoration: none
    }

    .mobile-menu .button {
        color: #fff;
        margin-top: 5px
    }

    .hero {
        min-height: 600px;
        height: 75svh;
        padding-bottom: 0px;
    }

    .hero__content {
        padding-top: 40px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .hero h1 {
        font-size: clamp(2.7rem, 11vw, 4.4rem)
    }

    .hero__intro {
        font-size: 1rem;
        margin: 22px 0 30px
    }

    .hero__actions .button {
        padding: 14px 18px
    }

    .trust-strip {
        bottom: 36px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
        margin-top: 40px;
    }

    .trust-strip div {
        width: auto;
        border: 0;
        margin: 0;
        padding: 0
    }

    .trust-strip b {
        font-size: 1.05rem
    }

    .hero-curve {
        height: 38px
    }

    .orb--a {
        right: -70px;
        top: 20%;
        height: 170px;
        width: 170px
    }

    .orb--b {
        display: none
    }

    .intro__grid,
    .contact-grid {
        grid-template-columns: 1fr
    }

    .intro__visual {
        height: 420px;
        margin-right: 18px
    }

    .intro__photo {
        inset: 0 35px 0 0
    }

    .intro__stamp {
        width: 112px;
        height: 112px;
        right: -3px;
        top: 32px
    }

    .intro__stamp span {
        font-size: 2.3rem
    }

    .intro__accent {
        height: 140px;
        width: 140px
    }

    .section-heading,
    .reason-top {
        display: block;
        margin-bottom: 30px
    }

    .section-heading>p,
    .reason-top>p {
        margin-top: 20px
    }

    .section-heading>p {
        margin-top: 20px
    }

    .service-row {
        grid-template-columns: 48px 1fr auto;
        padding: 22px 0;
        gap: 13px
    }

    .service-icon {
        font-size: 1.4rem
    }

    .service-row h3 {
        font-size: 1.25rem
    }

    .service-row div>p:last-child {
        font-size: .82rem
    }

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

    .reason {
        min-height: 160px;
        padding: 22px 17px
    }

    .reason span {
        margin-bottom: 20px
    }

    .work-head {
        align-items: start;
        margin-bottom: 33px
    }

    .work-head .text-link {
        display: none
    }

    .masonry {
        grid-template-columns: 1fr;
        grid-template-rows: 310px 200px 200px
    }

    .gallery-item--1 {
        grid-row: auto
    }

    .process h2 {
        margin-bottom: 48px
    }

    .timeline {
        grid-template-columns: 1fr;
        gap: 21px;
        padding-left: 0
    }

    .timeline:before {
        left: 26px;
        top: 27px;
        bottom: 27px;
        right: auto;
        width: 1px;
        height: auto
    }

    .step {
        display: grid;
        grid-template-columns: 70px 1fr;
        column-gap: 16px
    }

    .step__dot {
        grid-row: span 2;
        margin: 0
    }

    .step h3 {
        margin: 5px 0 2px
    }

    .step p {
        grid-column: 2;
        margin: 0
    }

    .testimonial-head {
        margin-bottom: 32px
    }

    .testimonial-track {
        display: block
    }

    .testimonial {
        display: none
    }

    .testimonial.active {
        display: block
    }

    .cta h2 {
        font-size: clamp(2.35rem, 10vw, 3.6rem)
    }

    .contact-form {
        padding: 27px 22px
    }

    .footer {
        padding-top: 60px
    }

    .footer__grid {
        grid-template-columns: 1fr 1fr;
        gap: 37px 20px
    }

    .footer__grid>div:first-child {
        grid-column: span 2
    }

    .footer__bottom {
        margin-top: 40px;
        display: block
    }

    .footer__bottom span {
        display: block;
        margin-bottom: 5px
    }

    .lightbox-close {
        right: 2px
    }
}

@media(prefers-reduced-motion:reduce) {
    html {
        scroll-behavior: auto
    }

    *,
    *:before,
    *:after {
        animation-duration: .01ms !important;
        transition-duration: .01ms !important
    }

    .reveal {
        opacity: 1;
        transform: none;
        filter: none
    }
}