/* Solution steps timeline */
.solution-steps {
    background: #edf7fc;
    padding-left: max(32px, calc((100vw - var(--max))/2 + 32px));
    padding-right: max(32px, calc((100vw - var(--max))/2 + 32px));
    overflow: hidden
}

.solution-heading {
    text-align: center;
    margin: 0 auto 55px
}

.solution-badge {
    display: inline-block;
    border: 1px solid #73b982;
    border-radius: 20px;
    color: #397850;
    font-size: 10px;
    padding: 3px 9px;
    margin-bottom: 12px
}

.solution-heading h2 {
    font: 700 clamp(32px, 4vw, 52px)/1.05 Manrope;
    letter-spacing: -.045em;
    margin: 0
}

.solution-heading h2 em {
    font-style: normal;
    color: var(--orange)
}

.solution-heading p {
    color: var(--muted);
    font-size: 12px;
    margin: 14px 0 0
}

.steps-timeline {
    display: grid;
    grid-template-columns: 150px minmax(0, 620px);
    justify-content: center;
    gap: 0;
    position: relative
}

.steps-counter {
    font: 700 26px Manrope;
    color: #123f3d;
    display: flex;
    align-items: flex-start;
    gap: 2px;
    padding-top: 0
}

.steps-counter span {
    font-size: 18px;
    font-weight: 500
}

.steps-track {
    position: relative;
    padding-left: 38px;
    border-left: 1px solid #c5e3ee;
    display: grid;
    gap: 30px
}

.steps-track:before {
    content: '';
    position: absolute;
    left: -5px;
    top: 0;
    bottom: 0;
    width: 9px;
    background: linear-gradient(#12605a 0 24%, transparent 24% 26%, #12605a 26% 49%, transparent 49% 51%, #12605a 51% 74%, transparent 74% 76%, #12605a 76%);
    opacity: .16
}

.solution-step {
    position: relative;
    min-height: 162px;
    padding: 24px 28px;
    background: #dceacb;
    border-radius: 5px;
    box-shadow: 0 8px 0 #d2e1e7;
    overflow: hidden
}

.solution-step:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    border-style: solid;
    border-width: 0 0 70px 70px;
    border-color: transparent transparent #c8dcae transparent
}

.solution-step-yellow {
    background: #f7f9c9
}

.solution-step-yellow:after {
    border-color: transparent transparent #e6e9a7 transparent
}

.solution-step-orange {
    background: #f8ddc0
}

.solution-step-orange:after {
    border-color: transparent transparent #efcda8 transparent
}

.solution-step-blue {
    background: #d5e3f5
}

.solution-step-blue:after {
    border-color: transparent transparent #bdcfe7 transparent
}

.step-node {
    position: absolute;
    left: -50px;
    top: 26px;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background: #104d4a;
    color: transparent;
    box-shadow: 0 0 0 7px #edf7fc;
    z-index: 2
}

.step-icon {
    position: absolute;
    right: 17px;
    top: 17px;
    font-size: 24px;
    color: #1b4a47;
    z-index: 1
}

.solution-step h3 {
    font: 700 18px/1.1 Manrope;
    margin: 0 0 13px;
    position: relative;
    z-index: 1
}

.solution-step p {
    font-size: 11px;
    line-height: 1.45;
    color: #56645e;
    max-width: 390px;
    margin: 0 0 12px;
    position: relative;
    z-index: 1
}

.solution-step ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 5px;
    color: #56645e;
    font-size: 10px;
    position: relative;
    z-index: 1
}

.solution-step li:before {
    content: '✓';
    display: inline-grid;
    place-items: center;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #b4cb9e;
    margin-right: 7px;
    font-size: 8px
}

.solution-step-yellow li:before {
    background: #e2e5a5
}

.solution-step-orange li:before {
    background: #edc79e
}

.solution-step-blue li:before {
    background: #b9cde7
}

.steps-counter strong {
    display: inline-block;
    min-width: 30px;
    transition: color .2s, transform .2s
}

.steps-counter strong.counter-pop {
    animation: counter-pop .4s ease
}

.solution-step {
    opacity: .58;
    transform: translateX(14px);
    transition: opacity .45s, transform .45s, box-shadow .45s
}

.solution-step.step-active {
    opacity: 1;
    transform: none;
    box-shadow: 0 10px 0 #c5dbe4
}

.step-node {
    transition: background .3s, transform .3s, box-shadow .3s
}

.step-active .step-node {
    background: var(--orange);
    transform: scale(1.15);
    box-shadow: 0 0 0 7px #edf7fc, 0 0 0 10px #ef7c1840
}

@keyframes counter-pop {
    50% {
        transform: scale(1.25);
        color: var(--orange)
    }
}

@media(max-width:700px) {
    .solution-steps {
        padding-left: 20px;
        padding-right: 20px
    }

    .steps-timeline {
        grid-template-columns: 1fr
    }

    .steps-counter {
        display: none
    }

    .steps-track {
        padding-left: 27px
    }

    .solution-step {
        padding: 22px 22px;
        min-height: 175px
    }

    .step-node {
        left: -39px
    }
}

/* Static selected work cards */
.work-display {
    margin: 65px 0 0 25%
}

.work-display .work-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin: 0;
    border: 0;
    overflow: visible
}

.work-display .work-item {
    display: flex;
    min-width: 0;
    width: auto;
    min-height: 340px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 14px;
    background: #e9e6df;
    border: 1px solid var(--line);
    position: relative;
    transition: transform .25s, box-shadow .25s
}

.work-display .work-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 35px #13131318
}

.work-display .work-thumb {
    width: 100%;
    height: 145px;
    flex: 0 0 145px;
    margin-bottom: 24px
}

.work-display .work-mark {
    font-size: 60px
}

.work-display .work-item>div:nth-child(2) {
    padding: 0 10px
}

.work-display .work-type {
    margin-bottom: 10px
}

.work-display .work-item h3 {
    font: 700 22px/1.12 Manrope;
    margin: 0 30px 13px 0
}

.work-display .work-item p:not(.work-type) {
    font-size: 12px;
    line-height: 1.55;
    color: var(--muted);
    margin: 0;
    max-width: 245px
}

.work-display .work-arrow {
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: var(--orange);
    font-size: 24px
}

.work-blue {
    background: linear-gradient(135deg, #334e87, #1f315b)
}

.work-orange {
    background: linear-gradient(135deg, #d56628, #a7411d)
}

.work-green {
    background: linear-gradient(135deg, #526f5e, #30483c)
}

@media(max-width:900px) {
    .work-display {
        margin-left: 0
    }

    .work-display .work-list {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media(max-width:640px) {
    .work-display {
        margin-top: 40px
    }

    .work-display .work-list {
        grid-template-columns: 1fr;
        gap: 12px
    }

    .work-display .work-item {
        min-height: 280px
    }

    .work-display .work-thumb {
        height: 125px;
        flex-basis: 125px
    }

    .work-display .work-item h3 {
        font-size: 19px
    }
}

/* Final Selected Work slider rules */
.work-slider {
    margin: 65px 0 0 25%;
    width: 75%
}

.work-slider .work-list {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    margin: 0;
    border-top: 1px solid var(--line);
    scroll-behavior: smooth
}

.work-slider .work-item {
    display: grid;
    min-width: 100%;
    width: 100%;
    flex: 0 0 100%;
    padding: 25px 0
}

.work-slider .work-item.reveal {
    opacity: 1;
    transform: none
}

.work-slider-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 18px
}

.work-slide-count {
    font-size: 11px;
    color: var(--muted);
    letter-spacing: .08em
}

.work-slide-count strong {
    color: var(--orange);
    font-size: 15px
}

.work-slider-controls {
    display: flex;
    gap: 8px
}

.work-slider-button {
    width: 38px;
    height: 38px;
    border: 1px solid var(--line);
    background: transparent;
    color: var(--ink);
    font: 18px Manrope;
    cursor: pointer;
    transition: .2s
}

.work-slider-button:hover,
.work-slider-button:focus-visible {
    background: var(--orange);
    border-color: var(--orange);
    color: #fff;
    outline: 0
}

.work-slider:focus-visible {
    outline: 2px solid var(--orange);
    outline-offset: 8px
}

@media(max-width:900px) {
    .work-slider {
        margin-left: 0;
        width: 100%
    }
}

@media(max-width:640px) {
    .work-slider {
        margin-top: 40px
    }

    .work-slider .work-item {
        grid-template-columns: 82px 1fr 20px
    }

    .work-slider .work-thumb {
        width: 82px;
        height: 72px
    }

    .work-slider .work-item h3 {
        font-size: 16px
    }
}

/* Selected work carousel and analyst profiles */
.work-slider {
    margin: 65px 0 0 25%;
    width: 75%
}

.work-slider .work-list {
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    border-top: 1px solid var(--line);
    scroll-behavior: smooth
}

.work-slider .work-item {
    display: grid;
    min-width: 100%;
    width: 100%;
    flex: 0 0 100%;
    padding: 25px 0
}

.work-slider .work-item.reveal {
    opacity: 1;
    transform: none
}

.work-slider-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 18px
}

.work-slide-count {
    font-size: 11px;
    color: var(--muted);
    letter-spacing: .08em
}

.work-slide-count strong {
    color: var(--orange);
    font-size: 15px
}

.work-slider-controls {
    display: flex;
    gap: 8px
}

.work-slider-button {
    width: 38px;
    height: 38px;
    border: 1px solid var(--line);
    background: transparent;
    color: var(--ink);
    font: 18px Manrope;
    cursor: pointer;
    transition: .2s
}

.work-slider-button:hover,
.work-slider-button:focus-visible {
    background: var(--orange);
    border-color: var(--orange);
    color: #fff;
    outline: 0
}

.analyst-card {
    display: grid;
    grid-template-columns: minmax(88px, 36%) minmax(0, 1fr);
    gap: 0;
    align-items: stretch;
    min-width: 0;
    min-height: 160px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .16);
    border-top: 1px solid rgba(255, 255, 255, .16);
    border-radius: 12px;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 12px 25px rgba(0, 0, 0, .16)
}

.analysts::after {
    content: '';
    position: absolute;
    width: 260px;
    height: 260px;
    right: -90px;
    bottom: -150px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 50%;
    pointer-events: none
}

.analysts-intro,
.analysts-team {
    position: relative;
    z-index: 1
}

.analysts-intro .section-label {
    color: rgba(255, 255, 255, .62);
    margin-bottom: 52px
}

.analysts-intro-content {
    max-width: 470px
}

.analysts-intro .eyebrow {
    color: #e6b84c;
    margin-bottom: 14px
}

.analysts-intro h3 {
    font: 700 clamp(26px, 3vw, 42px)/1.08 Manrope;
    letter-spacing: -.04em;
    margin: 0 0 18px
}

.analysts-intro h3 em {
    color: #e6b84c;
    font-style: normal
}

.analysts-intro-content>p:last-of-type {
    color: rgba(255, 255, 255, .7);
    font-size: 13px;
    line-height: 1.7;
    max-width: 410px;
    margin-bottom: 25px
}

.analyst-services {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 0 25px;
    list-style: none;
    padding: 0;
    margin: 0
}

.analyst-services li {
    border-top: 1px solid rgba(255, 255, 255, .16);
    color: rgba(255, 255, 255, .88);
    font-size: 12px;
    line-height: 1.35;
    padding: 12px 0 11px 17px;
    position: relative
}

.analyst-services li::before {
    content: '';
    width: 6px;
    height: 6px;
    background: #e6b84c;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 17px
}

.analysts-team {
    align-content: center;
    margin-top: 0;
    width: 100%;
    min-width: 0;
    max-width: 100%
}

.analysts-team .analyst-card {
    background: rgba(255, 255, 255, .08);
    width: 100%;
    max-width: 100%
}

.analysts-team .person-card-body {
    color: #fff;
    min-width: 0;
    padding: 20px 18px
}

.person-photo {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 160px;
    object-fit: cover;
    filter: grayscale(1);
    transition: filter .25s, transform .25s
}

.analyst-card:hover .person-photo {
    filter: grayscale(0);
    transform: scale(1.04)
}

.person-card-body {
    min-width: 0;
    padding: 20px
}

.analyst-card .person-initial {
    width: 32px;
    height: 32px;
    font-size: 10px;
    margin-bottom: 18px;
    background: #e6b84c;
    color: var(--ink)
}

.analyst-card h3 {
    font-size: 16px;
    line-height: 1.2;
    overflow-wrap: anywhere
}

.analyst-card p {
    color: rgba(255, 255, 255, .68);
    line-height: 1.45;
    overflow-wrap: anywhere;
    white-space: normal
}

@media(max-width:900px) {
    .work-slider {
        margin-left: 0
    }

    .analyst-card {
        grid-template-columns: minmax(82px, 34%) minmax(0, 1fr)
    }

    .analyst-card .person-photo {
        width: 100%;
        height: 100%;
        min-height: 150px
    }
}

@media(max-width:640px) {
    .work-slider {
        margin-top: 40px
    }

    .work-slider .work-item {
        grid-template-columns: 82px 1fr 20px
    }

    .work-slider .work-thumb {
        width: 82px;
        height: 72px
    }

    .analyst-card {
        grid-template-columns: minmax(82px, 34%) minmax(0, 1fr)
    }

    .analyst-card .person-photo {
        width: 100%;
        height: 100%;
        min-height: 145px
    }

    .person-card-body {
        padding-right: 14px
    }
}

@media(max-width:900px) {
    .project-grid {
        grid-template-columns: repeat(2, 1fr) !important
    }

    .analysts {
        grid-template-columns: 1fr;
        gap: 25px
    }

    .analysts .people-grid,
    .analysts .people-grid_2column {
        margin-top: 0
    }
}

@media(max-width:640px) {
    .principles {
        grid-template-columns: 1fr !important;
        gap: 55px
    }

    .project-grid,
    .people-grid,
    .people-grid_2column {
        grid-template-columns: 1fr !important
    }

    .project-card {
        min-height: 160px;
        padding: 20px
    }

    .project-card h3 {
        margin-top: 20px
    }

    .people-grid,
    .people-grid_2column {
        margin-top: 40px
    }

    .analysts {
        margin-top: 55px
    }

.back-to-top {
    position: fixed !important;
    right: 22px !important;
    bottom: 22px !important;

    width: 52px !important;
    height: 52px !important;

    padding: 0 !important;
    margin: 0 !important;

    border: none !important;
    border-radius: 50% !important;

    background: #111827 !important;
    color: #fff !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    font-size: 24px !important;
    line-height: 1 !important;

    cursor: pointer;
    box-sizing: border-box !important;

    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3) !important;

    transition: all 0.3s ease !important;
}

.back-to-top:hover {
    background: #6366f1 !important;
    transform: translateY(-5px) !important;
    box-shadow: 0 12px 35px rgba(99, 102, 241, 0.5) !important;
}



}

.principles {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px
}

.principle {
    border-top: 1px solid var(--line);
    padding-top: 25px
}

.principle h2 {
    font: 700 clamp(30px, 3vw, 44px)/1.06 Manrope;
    letter-spacing: -.04em;
    margin: 0 0 24px
}

.principle h2 em {
    font-style: normal;
    color: var(--orange)
}

.principle>p:last-child {
    color: var(--muted);
    font-size: 13px;
    max-width: 500px
}

.service-card-plain {
    min-height: 250px;
    padding: 28px 22px;
    background: transparent;
    border: 1px solid var(--line)
}

.service-card-plain .service-number {
    margin-bottom: 35px
}

.service-card-plain h3 {
    font-size: 18px
}

.service-card-plain p {
    max-width: 240px
}

.projects {
    background: #e9e6df;
    padding-left: max(32px, calc((100vw - var(--max))/2 + 32px));
    padding-right: max(32px, calc((100vw - var(--max))/2 + 32px))
}

.project-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--line);
    margin-top: 60px
}

.project-card {
    background: #e9e6df;
    min-height: 190px;
    padding: 25px
}

.project-card span {
    color: var(--orange);
    font-size: 11px
}

.project-card h3 {
    font: 700 19px/1.15 Manrope;
    margin: 28px 0 10px;
    max-width: 260px
}

.project-card p {
    font-size: 12px;
    color: var(--muted);
    max-width: 260px;
    margin: 0
}

.people {
    max-width: var(--max);
    margin: auto;
    padding-left: 32px;
    padding-right: 32px
}

.people-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 60px
}

.people-grid_2column {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 60px;
    min-width: 0
}

.person-card {
    border-top: 1px solid var(--line);
    padding: 20px 0
}

.person-initial {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--ink);
    color: #fff;
    font: 700 13px Manrope;
    margin-bottom: 20px
}

.person-card h3 {
    font: 700 18px Manrope;
    margin: 0 0 5px
}

.person-card p {
    font-size: 12px;
    color: var(--muted);
    margin: 0
}

.analysts {
    display: grid;
    grid-template-columns: minmax(280px, .85fr) minmax(0, 1.15fr);
    gap: 48px;
    margin-top: 72px;
    padding: 34px;
    background: var(--ink);
    color: #fff;
    border-radius: 18px;
    overflow: hidden;
    position: relative
}

.analysts .people-grid,
.analysts .people-grid_2column {
    margin-top: 0
}

@media(max-width:767px) {
    .analysts {
        display: flex;
        flex-direction: column;
        padding: 24px 20px;
        align-items: stretch;
    }

    .analysts-intro {
        align-self: start;
        width: 100%;
        height: max-content;
    }

    .analysts-intro-content {
        width: 100%;
        max-width: none;
    }

    .analysts .people-grid_2column {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        align-content: start;
        gap: 14px;
        width: 100%;
        max-width: 100%;
        flex: none;
    }

    .analysts .analyst-card {
        grid-template-columns: minmax(96px, 34%) minmax(0, 1fr);
        width: 100%;
        max-width: 100%;
    }

    .analysts .person-photo {
        display: block;
        height: 160px;
        min-height: 160px;
    }
}

@media(max-width:420px) {
    .analyst-services {
        grid-template-columns: minmax(0, 1fr);
    }
}

.back-to-top {
    position: fixed !important;
    right: 22px !important;
    bottom: 22px !important;

    width: 52px !important;
    height: 52px !important;

    padding: 0 !important;
    margin: 0 !important;

    border: none !important;
    border-radius: 50% !important;

    background: #111827 !important;
    color: #fff !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    font-size: 24px !important;
    line-height: 1 !important;

    cursor: pointer;
    box-sizing: border-box !important;

    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3) !important;

    transition: all 0.3s ease !important;
    visibility: hidden;
}

.back-to-top.visible {
    opacity: 1;
    visibility: visible;
    transform: none
}

.back-to-top:hover {
     background: #979907 !important;
    transform: translateY(-5px) !important;
    box-shadow: 0 12px 35px rgba(99, 102, 241, 0.5) !important;
}

@media(max-width:640px) {
    .desktop-nav.mobile-open {
        display: flex;
        position: absolute;
        top: 112px;
        left: 20px;
        right: 20px;
        z-index: 5;
        flex-direction: column;
        gap: 0;
        background: #fff;
        border: 1px solid var(--line);
        box-shadow: 0 14px 30px #00000012
    }

    .desktop-nav.mobile-open a {
        padding: 14px 18px;
        border-bottom: 1px solid var(--line)
    }

    .desktop-nav.mobile-open a:last-child {
        border-bottom: 0
    }
}

:root {
    --ink: #131313;
    --muted: #6e6b66;
    --paper: #f5f3ef;
    --line: #d9d6cf;
    --orange: #ef7c18;
    --blue: #263d74;
    --green: #557467;
    --max: 1240px
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: 'DM Sans', sans-serif;
    line-height: 1.5
}

a {
    color: inherit;
    text-decoration: none
}

img {
    max-width: 100%;
    display: block
}

.announcement {
    height: 36px;
    background: var(--ink);
    color: #ddd8cf;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    font-size: 11px;
    letter-spacing: .04em
}

.announcement a {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 4px
}

.announcement a span {
    color: var(--orange);
    font-size: 15px
}

.pulse {
    width: 6px;
    height: 6px;
    background: var(--orange);
    border-radius: 50%;
    display: inline-block
}

.site-header {
    height: 92px;
    max-width: var(--max);
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 32px
}

.brand {
    width: 150px
}

.brand img {
    width: 150px;
    height: auto
}

.desktop-nav {
    display: flex;
    gap: 36px;
    font-size: 13px;
    font-weight: 600
}

.desktop-nav a,
.text-link {
    transition: color .2s
}

.desktop-nav a:hover,
.text-link:hover {
    color: var(--orange)
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 22px
}

.language-picker {
    position: relative
}

.language-trigger {
    border: 0;
    background: none;
    font: 600 12px inherit;
    cursor: pointer;
    padding: 8px
}

.language-trigger span {
    color: var(--orange);
    font-size: 16px;
    margin-left: 4px
}

.language-menu {
    position: absolute;
    right: 0;
    top: 38px;
    background: #fff;
    border: 1px solid var(--line);
    width: 110px;
    padding: 6px;
    display: none;
    z-index: 4;
    box-shadow: 0 12px 30px #00000012
}

.language-picker.open .language-menu {
    display: block
}

.language-menu button {
    display: block;
    border: 0;
    background: transparent;
    width: 100%;
    padding: 8px;
    text-align: left;
    font: 12px inherit;
    cursor: pointer
}

.language-menu button:hover {
    background: var(--paper)
}

.button {
    display: inline-flex;
    align-items: center;
    gap: 22px;
    background: var(--orange);
    color: #fff;
    border: 1px solid var(--orange);
    padding: 16px 19px;
    font-size: 12px;
    font-weight: 700;
    transition: .25s
}

.button span {
    font-size: 18px;
    line-height: 10px
}

.button:hover {
    background: var(--ink);
    border-color: var(--ink);
    transform: translateY(-2px)
}

.button-small {
    padding: 12px 16px;
    gap: 14px
}

.menu-toggle {
    display: none;
    border: 0;
    background: none;
    width: 28px;
    padding: 4px
}

.menu-toggle span {
    height: 1px;
    background: var(--ink);
    display: block;
    margin: 6px 0
}

.section-grid {
    max-width: var(--max);
    margin-left: auto;
    margin-right: auto;
    padding-left: 32px;
    padding-right: 32px
}

.hero {
    min-height: 610px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
    padding-top: 45px;
    padding-bottom: 75px;
    background: radial-gradient(circle at 82% 44%, #e8e4dc 0 2px, transparent 2px) 0 0/20px 20px
}

.hero-copy {
    padding-left: 7%
}

.eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: .13em;
    font-size: 10px;
    font-weight: 700;
    margin: 0 0 25px
}

.eyebrow-line {
    height: 1px;
    width: 30px;
    background: var(--orange);
    display: inline-block
}

.hero h1,
.section-heading h2,
.contact h2,
.location h2 {
    font-family: Manrope, sans-serif;
    letter-spacing: -.045em;
    line-height: 1.02;
    margin: 0;
    font-weight: 700
}

.hero h1 {
    font-size: clamp(48px, 6vw, 86px);
    max-width: 700px
}

.hero h1 em,
.section-heading h2 em,
.contact h2 em,
.location h2 em {
    font-style: normal;
    color: var(--orange)
}

.hero-text {
    color: var(--muted);
    max-width: 410px;
    font-size: 14px;
    margin: 30px 0
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 28px
}

.text-link {
    font-size: 12px;
    font-weight: 700
}

.text-link span {
    font-size: 18px;
    margin-left: 8px;
    color: var(--orange)
}

.hero-visual {
    min-height: 460px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.hero-card {
    position: relative;
    width: min(82%, 390px);
    aspect-ratio: 1/1.12;
    background: var(--ink);
    color: #fff;
    overflow: hidden;
    padding: 25px;
    box-shadow: 25px 25px 0 var(--orange)
}

.hero-card:before {
    content: '';
    position: absolute;
    inset: 35px;
    background: linear-gradient(135deg, transparent 30%, #ef7c181a 30% 31%, transparent 31% 45%, #ef7c181a 45% 46%, transparent 46%)
}

.card-kicker {
    font-size: 11px;
    letter-spacing: .15em;
    color: #9b9992
}

.code-lines {
    position: absolute;
    right: 35px;
    top: 100px;
    display: grid;
    gap: 14px
}

.code-lines i {
    display: block;
    height: 7px;
    background: var(--orange);
    width: 105px;
    transform: skew(-30deg)
}

.code-lines i:nth-child(2) {
    width: 62px;
    background: #fff
}

.code-lines i:nth-child(3) {
    width: 140px
}

.code-lines i:nth-child(4) {
    width: 82px;
    background: #fff
}

.code-lines i:nth-child(5) {
    width: 118px
}

.hero-card-footer {
    position: absolute;
    bottom: 25px;
    left: 25px;
    right: 25px;
    display: flex;
    justify-content: space-between;
    align-items: end;
    border-top: 1px solid #ffffff32;
    padding-top: 14px;
    font-size: 11px;
    color: #a9a7a2
}

.hero-card-footer strong {
    font-size: 35px;
    color: var(--orange);
    line-height: .8
}

.orbit {
    position: absolute;
    border: 1px solid #d1cdc4;
    border-radius: 50%;
    width: 480px;
    height: 240px;
    transform: rotate(-42deg)
}

.orbit-two {
    width: 520px;
    height: 300px;
    transform: rotate(28deg);
    border-color: #e2ded6
}

.floating-note {
    position: absolute;
    bottom: 52px;
    left: 5%;
    background: #fff;
    padding: 13px 17px;
    font-size: 11px;
    box-shadow: 0 10px 30px #00000010;
    display: flex;
    gap: 9px;
    align-items: center
}

.status-dot {
    width: 7px;
    height: 7px;
    background: #55a671;
    border-radius: 50%
}

.hero-stamp {
    position: absolute;
    right: 5%;
    top: 46px;
    width: 78px;
    height: 78px;
    border: 1px solid #c9c4b9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transform: rotate(12deg);
    font-size: 8px;
    color: var(--muted)
}

.hero-stamp b {
    display: none
}

.metrics {
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    max-width: var(--max);
    margin: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    min-height: 145px
}

.metric {
    padding: 28px 32px;
    border-right: 1px solid var(--line)
}

.metric:last-child {
    border: 0
}

.metric strong {
    font: 700 42px/1 Manrope
}

.metric strong span {
    font-size: 20px;
    color: var(--orange)
}

.metric p {
    font-size: 11px;
    color: var(--muted);
    margin: 10px 0 0
}

.metric-note {
    display: flex;
    align-items: center;
    gap: 16px
}

.metric-note .star {
    font-size: 25px;
    color: var(--orange)
}

.section-space {
    padding-top: 120px;
    padding-bottom: 120px
}

.section-label {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-transform: uppercase;
    letter-spacing: .15em;
    font-size: 10px;
    color: var(--muted)
}

.section-label span:first-child {
    color: var(--orange);
    font-size: 12px
}

.about {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 60px
}

.about-content {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 60px
}

.section-heading h2 {
    font-size: clamp(38px, 4vw, 60px)
}

.about-detail {
    padding-top: 68px;
    color: var(--muted);
    font-size: 14px
}

.about-detail p {
    max-width: 330px;
    margin: 0 0 30px
}

.services,
.process {
    background: #e9e6df;
    padding-left: max(32px, calc((100vw - var(--max))/2 + 32px));
    padding-right: max(32px, calc((100vw - var(--max))/2 + 32px))
}

.split-heading {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 60px
}

.split-heading>p {
    max-width: 245px;
    color: var(--muted);
    font-size: 13px;
    margin: 0
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px
}

.service-card {
    background: var(--paper);
    padding: 12px 12px 22px;
    position: relative;
    min-height: 385px;
    transition: transform .25s
}

.service-card:hover {
    transform: translateY(-8px)
}

.service-image {
    height: 170px;
    overflow: hidden;
    background: #ddd9d1;
    margin-bottom: 23px
}

.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s
}

.service-card:hover img {
    transform: scale(1.05)
}

.service-number {
    font-size: 10px;
    color: var(--orange);
    margin: 0 4px 14px
}

.service-card h3 {
    font: 700 20px Manrope;
    letter-spacing: -.03em;
    margin: 0 30px 12px 4px
}

.service-card p {
    font-size: 12px;
    color: var(--muted);
    margin: 0 25px 0 4px
}

.service-card>a {
    position: absolute;
    right: 15px;
    bottom: 22px;
    color: var(--orange);
    font-size: 22px
}

.work {
    max-width: var(--max);
    margin: auto
}

.work-intro {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 60px
}

.work-list {
    margin: 65px 0 0 25%;
    border-top: 1px solid var(--line)
}

.work-item {
    display: grid;
    grid-template-columns: 150px 1fr 35px;
    gap: 30px;
    align-items: center;
    padding: 25px 0;
    border-bottom: 1px solid var(--line);
    transition: padding .25s
}

.work-item:hover {
    padding-left: 14px
}

.work-thumb {
    width: 150px;
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff
}

.work-blue {
    background: #334e87
}

.work-orange {
    background: #d56628
}

.work-green {
    background: #526f5e
}

.work-mark {
    font: 700 50px Manrope
}

.work-type {
    color: var(--orange);
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: 9px;
    margin: 0 0 7px
}

.work-item h3 {
    font: 700 21px Manrope;
    margin: 0 0 5px
}

.work-item p:not(.work-type) {
    font-size: 12px;
    color: var(--muted);
    margin: 0
}

.work-arrow {
    font-size: 24px;
    color: var(--orange)
}

.process {
    background: var(--ink);
    color: #fff
}

.process .eyebrow {
    color: #aaa59b
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 65px
}

.process-step {
    padding: 0 28px;
    border-left: 1px solid #ffffff30;
    min-height: 155px
}

.process-step:first-child {
    padding-left: 0;
    border: 0
}

.process-step span {
    color: var(--orange);
    font-size: 12px
}

.process-step h3 {
    font: 700 23px Manrope;
    margin: 24px 0 10px
}

.process-step p {
    font-size: 12px;
    color: #aaa59b;
    max-width: 190px
}

.quote-section {
    max-width: var(--max);
    margin: auto;
    padding-left: 32px;
    padding-right: 32px
}

.quote-mark {
    font: 700 90px/0.8 Manrope;
    color: var(--orange)
}

blockquote {
    font: 600 clamp(30px, 4vw, 53px)/1.12 Manrope;
    letter-spacing: -.04em;
    max-width: 900px;
    margin: 30px 0 38px
}

.quote-author {
    display: flex;
    align-items: center;
    gap: 12px
}

.avatar {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    background: var(--orange);
    color: white;
    border-radius: 50%;
    font-weight: 700
}

.quote-author strong,
.quote-author small {
    display: block;
    font-size: 12px
}

.quote-author small {
    color: var(--muted);
    margin-top: 3px
}

.contact {
    max-width: var(--max);
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 90px;
    padding-left: 32px;
    padding-right: 32px
}

.contact h2,
.location h2 {
    font-size: clamp(40px, 5vw, 68px)
}

.contact-info>p:not(.eyebrow) {
    color: var(--muted);
    font-size: 14px;
    max-width: 390px;
    margin: 28px 0 42px
}

.contact-links {
    display: grid;
    gap: 22px
}

.contact-links a {
    border-top: 1px solid var(--line);
    padding-top: 12px;
    display: flex;
    flex-direction: column;
    gap: 4px
}

.contact-links span {
    color: var(--muted);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .12em
}

.contact-links strong {
    font: 600 16px Manrope
}

.contact-form {
    background: #e9e6df;
    padding: 34px
}

.contact-form label {
    display: block;
    margin-bottom: 23px
}

.contact-form label>span {
    display: block;
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 9px
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #bdb8ae;
    background: transparent;
    padding: 8px 0;
    font: 13px inherit;
    outline: 0;
    border-radius: 0
}

.contact-form textarea {
    resize: vertical
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: var(--orange)
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #aaa59d
}

.form-status {
    font-size: 11px;
    color: #4e775c;
    min-height: 16px;
    margin: 14px 0 0
}

.location {
    background: var(--ink);
    color: #fff;
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 60px;
    padding: 75px max(32px, calc((100vw - var(--max))/2 + 32px))
}

.location .eyebrow {
    color: #aaa59b
}

.location>div>p:last-child {
    color: #aaa59b;
    font-size: 13px;
    margin-top: 25px
}

.location iframe {
    border: 0;
    width: 100%;
    height: 270px;
    filter: grayscale(1) contrast(1.1);
    opacity: .82
}

.site-footer {
    background: #0c0c0c;
    color: #fff;
    padding: 60px max(32px, calc((100vw - var(--max))/2 + 32px)) 22px
}

.footer-top {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 60px;
    align-items: center;
    padding-bottom: 60px;
    border-bottom: 1px solid #ffffff24
}

.footer-top .brand img {
    filter: grayscale(1) brightness(3);
    opacity: .9
}

.footer-top p {
    color: #aaa59b;
    font-size: 13px;
    max-width: 240px
}

.button-light {
    justify-self: end;
    background: #fff;
    color: var(--ink);
    border-color: #fff
}

.button-light:hover {
    background: var(--orange);
    color: #fff;
    border-color: var(--orange)
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    color: #77736d;
    font-size: 10px
}

.footer-bottom a {
    color: #aaa59b;
    margin-left: 15px
}

.reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .7s ease, transform .7s ease
}

.reveal.visible {
    opacity: 1;
    transform: none
}

@media(max-width:900px) {
    .desktop-nav {
        gap: 18px
    }

    .hero {
        grid-template-columns: 1fr;
    }

    .hero-copy {
        padding-left: 0
    }

    .hero-visual {
        min-height: 420px
    }

    .metrics {
        grid-template-columns: repeat(2, 1fr)
    }

    .metric:nth-child(2) {
        border-right: 0
    }

    .metric-note {
        border-top: 1px solid var(--line)
    }

    .about-content {
        grid-template-columns: 1fr
    }

    .about-detail {
        padding-top: 0
    }

    .service-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .contact {
        gap: 50px
    }

    .work-list {
        margin-left: 0
    }
}

@media(max-width:640px) {
    .announcement {
        font-size: 9px;
        padding: 0 12px;
        gap: 7px
    }

    .announcement a {
        display: none
    }

    .site-header {
        height: 76px;
        padding: 0 20px
    }

    .brand,
    .brand img {
        width: 120px
    }

    .desktop-nav,
    .header-actions>.button {
        display: none
    }

    .menu-toggle {
        display: block
    }

    .header-actions {
        gap: 12px
    }

    .section-grid {
        padding-left: 20px;
        padding-right: 20px
    }

    .hero {
        padding-top: 42px;
        padding-bottom: 60px
    }

    .hero h1 {
        font-size: 48px
    }

    .hero-actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px
    }

    .hero-visual {
        min-height: 350px
    }

    .hero-card {
        width: 76%;
        box-shadow: 15px 15px 0 var(--orange)
    }

    .floating-note {
        left: 0;
        bottom: 15px;
        font-size: 9px
    }

    .hero-stamp {
        right: 0;
        top: 15px
    }

    .metrics {
        margin: 0 20px;
        grid-template-columns: repeat(2, 1fr)
    }

    .metric {
        padding: 22px 16px
    }

    .metric strong {
        font-size: 32px
    }

    .metric-note {
        grid-column: span 2
    }

    .section-space {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .about,
    .work-intro {
        grid-template-columns: 1fr;
        gap: 30px
    }

    .section-heading h2 {
        font-size: 42px
    }

    .split-heading {
        display: block;
        margin-bottom: 40px
    }

    .split-heading>p {
        margin-top: 20px
    }

    .services,
    .process {
        padding-left: 20px;
        padding-right: 20px
    }

    .service-grid {
        grid-template-columns: 1fr;
        gap: 12px
    }

    .service-card {
        min-height: 360px
    }

    .work-list {
        margin-top: 40px
    }

    .work-item {
        grid-template-columns: 82px 1fr 20px;
        gap: 15px
    }

    .work-thumb {
        width: 82px;
        height: 72px
    }

    .work-mark {
        font-size: 36px
    }

    .work-item h3 {
        font-size: 16px
    }

    .work-item p:not(.work-type) {
        font-size: 11px
    }

    .process-grid {
        grid-template-columns: 1fr 1fr;
        margin-top: 45px;
        gap: 30px
    }

    .process-step {
        padding: 0 0 0 15px;
        min-height: 130px
    }

    .process-step h3 {
        font-size: 19px
    }

    .quote-section {
        padding-left: 20px;
        padding-right: 20px
    }

    .contact {
        grid-template-columns: 1fr;
        padding-left: 20px;
        padding-right: 20px;
        gap: 45px
    }

    .contact-form {
        padding: 24px 18px
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 0
    }

    .location {
        grid-template-columns: 1fr;
        padding: 60px 20px;
        gap: 32px
    }

    .location iframe {
        height: 220px
    }

    .footer-top {
        grid-template-columns: 1fr;
        gap: 25px;
        padding-bottom: 40px
    }

    .button-light {
        justify-self: start
    }

    .footer-bottom {
        flex-direction: column;
        gap: 12px
    }

    .footer-bottom a {
        margin-left: 0;
        margin-right: 12px
    }
}

/* Industries showcase */
.industries {
    background: var(--paper);
    overflow: hidden;
    padding-left: max(32px, calc((100vw - var(--max))/2 + 32px));
    padding-right: max(32px, calc((100vw - var(--max))/2 + 32px))
}

.industries-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 48px
}

.industries-badge {
    display: inline-block;
    border: 1px solid #75ca76;
    border-radius: 20px;
    color: #252525;
    font-size: 12px;
    line-height: 1;
    padding: 4px 9px;
    margin-bottom: 12px
}

.industries-heading h2 {
    color: var(--ink);
    font: 600 clamp(34px, 4.2vw, 54px)/1.05 Manrope, sans-serif;
    letter-spacing: -.04em;
    margin: 0
}

.industries-intro {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 18px;
    padding-top: 5px
}

.industries-intro p {
    color: var(--muted);
    font-size: 14px;
    margin: 0
}

.industries-link {
    border-top: 1px solid #999;
    color: var(--ink);
    font-size: 12px;
    padding-top: 8px;
    min-width: 150px
}

.industries-link span {
    font-size: 18px;
    margin-left: 8px
}

.industries-layout {
    display: grid;
    grid-template-columns: minmax(220px, 1.1fr) minmax(300px, 1.35fr) 174px;
    align-items: center;
    gap: clamp(28px, 7vw, 100px)
}

.industry-feature,
.industry-secondary-image {
    position: relative;
    overflow: visible
}

.industry-feature img,
.industry-secondary-image img {
    display: block;
    width: 100%;
    object-fit: cover;
    border-radius: 6px;
    border: 1px solid var(--line)
}

.industry-feature img {
    aspect-ratio: 1 / 1.0;
    filter: saturate(.82) contrast(1.04)
}

.industry-secondary-image {
    align-self: center;
    margin-top: 92px
}

.industry-secondary-image img {
    aspect-ratio: 1;
    background: #efd0af
}

.industry-stat {
    position: absolute;
    right: -56px;
    bottom: 46px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 114px;
    height: 114px;
    padding: 16px;
    background: #b7ef9e;
    color: var(--ink);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 28% 100%, 0 78%)
}

.industry-stat span {
    align-self: flex-end;
    font-size: 22px;
    line-height: .8
}

.industry-stat strong {
    font: 700 21px/1 Manrope, sans-serif;
    margin-top: 17px
}

.industry-stat small {
    font-size: 11px;
    margin-top: 7px
}

.industry-list {
    min-width: 0
}

.industry-item {
    border-bottom: 1px solid var(--line);
    cursor: pointer;
    outline: 0;
    padding: 11px 0;
    transition: padding .25s ease
}

.industry-item h3 {
    color: var(--muted);
    font: 500 21px/1.25 Manrope, sans-serif;
    margin: 0;
    transition: color .25s ease
}

.industry-item p {
    color: var(--muted);
    font-size: 12px;
    line-height: 1.5;
    margin: 11px 0 2px;
    max-width: 370px;
    display: none
}

.industry-item:hover,
.industry-item:focus-visible,
.industry-item.is-active {
    padding-top: 0;
    padding-bottom: 18px
}

.industry-item:hover h3,
.industry-item:focus-visible h3,
.industry-item.is-active h3 {
    color: var(--ink);
    text-decoration: underline;
    text-underline-offset: 3px
}

.industry-item:hover p,
.industry-item:focus-visible p,
.industry-item.is-active p {
    display: block
}

@media(max-width:900px) {
    .industries-layout {
        grid-template-columns: minmax(190px, 1fr) minmax(260px, 1.25fr);
        gap: 42px
    }

    .industry-secondary-image {
        display: none
    }
}

@media(max-width:640px) {
    .industries {
        padding-left: 20px;
        padding-right: 20px
    }

    .industries-heading {
        display: block;
        margin-bottom: 32px
    }

    .industries-heading h2 {
        font-size: 35px
    }

    .industries-intro {
        align-items: flex-start;
        margin-top: 24px
    }

    .industries-layout {
        grid-template-columns: 1fr;
        gap: 42px
    }

    .industry-feature {
        max-width: 340px
    }

    .industry-stat {
        right: -14px
    }

    .industry-item h3 {
        font-size: 19px
    }
}

/* Stable static work cards and reference-inspired footer */
.work-display {
    margin: 65px 0 0 25%;
    width: 75%
}

.work-display .work-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin: 0;
    border: 0;
    overflow: visible
}

.work-display .work-item {
    display: flex;
    min-width: 0;
    width: auto;
    min-height: 340px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 14px;
    background: #e9e6df;
    border: 1px solid var(--line);
    position: relative;
    transition: transform .25s, box-shadow .25s
}

.work-display .work-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 35px #13131318
}

.work-display .work-thumb {
    width: 100%;
    height: 145px;
    flex: 0 0 145px;
    margin-bottom: 24px
}

.work-display .work-mark {
    font-size: 60px
}

.work-display .work-item>div:nth-child(2) {
    padding: 0 10px
}

.work-display .work-type {
    margin-bottom: 10px
}

.work-display .work-item h3 {
    font: 700 22px/1.12 Manrope;
    margin: 0 30px 13px 0
}

.work-display .work-item p:not(.work-type) {
    font-size: 12px;
    line-height: 1.55;
    color: var(--muted);
    margin: 0;
    max-width: 245px
}

.work-display .work-arrow {
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: var(--orange);
    font-size: 24px
}

.site-footer {
    position: relative;
    overflow: hidden;
    background: #0e3936 url('images/footer/footer-bg.png') center/cover no-repeat;
    color: #f7f5ef;
    padding: 70px max(32px, calc((100vw - var(--max))/2 + 32px)) 22px
}

.site-footer:before {
    content: '';
    position: absolute;
    inset: 0;
    background: #0e3936d9;
    pointer-events: none
}

.site-footer:after {
    display: none
}

.footer-main,
.footer-profile-row,
.footer-bottom {
    position: relative;
    z-index: 1
}

.footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 34px;
    color: #fff
}

.footer-brand img {
    width: 52px;
    height: 52px;
    object-fit: contain;
    filter: brightness(0) invert(1)
}

.footer-brand strong {
    font: 700 20px Manrope
}

.footer-main {
    display: grid;
    grid-template-columns: 1.5fr .75fr .9fr;
    gap: 70px;
    padding-bottom: 50px
}

.footer-intro h2 {
    font: 700 clamp(32px, 3.5vw, 50px)/1.05 Manrope;
    letter-spacing: -.04em;
    margin: 0 0 45px
}

.footer-intro h2 em {
    font-style: normal;
    color: #bdf28b
}

.footer-contact-row {
    display: flex;
    gap: 28px;
    flex-wrap: wrap
}

.footer-contact-row a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #f7f5ef
}

.footer-icon,
.download-icon {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 1px solid #ffffff2e;
    font-size: 23px
}

.footer-contact-row small,
.profile-download small {
    display: block;
    color: #a6b6b1;
    font-size: 11px
}

.footer-contact-row strong {
    display: block;
    font: 700 17px Manrope;
    margin-top: 3px
}

.footer-map-link {
    display: inline-flex;
    gap: 14px;
    margin-top: 42px;
    padding: 14px 18px;
    background: #bdf28b;
    color: #102f2d;
    font-size: 13px;
    font-weight: 700
}

.footer-column h3 {
    font: 700 24px Manrope;
    margin: 0 0 25px
}

.footer-column a {
    display: block;
    color: #aebbb7;
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 17px
}

.footer-column a:hover {
    color: #bdf28b
}

.footer-column b {
    background: #bdf28b;
    color: #173c34;
    border-radius: 12px;
    padding: 2px 7px;
    font-size: 10px;
    margin-left: 6px
}

.footer-profile-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #ffffff22;
    border-bottom: 1px solid #ffffff22;
    padding: 20px 0
}

.profile-download {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #fff
}

.profile-download-light {
    border: 1px solid #ffffff30;
    padding: 10px 14px
}

.profile-download strong {
    display: block;
    font: 700 14px Manrope
}

.profile-download:hover {
    color: #bdf28b
}

.download-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    font-size: 21px
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-top: 20px;
    color: #829994;
    font-size: 10px
}

.footer-bottom a {
    color: #c3d0cc;
    margin-left: 15px
}

.work-slider {
    display: none !important
}

.hero-profile-download {
    color: var(--ink);
    font-size: 12px;
    font-weight: 700
}

.hero-profile-download .download-icon {
    width: 34px;
    height: 34px;
    border-color: var(--line);
    font-size: 18px
}

.hero-profile-download:hover {
    color: var(--orange)
}

@media(max-width:900px) {
    .work-display {
        margin-left: 0;
        width: 100%
    }

    .footer-main {
        grid-template-columns: 1fr 1fr;
        gap: 45px
    }

    .footer-intro {
        grid-column: span 2
    }
}

@media(max-width:640px) {
    .work-display {
        margin-top: 40px
    }

    .work-display .work-list {
        grid-template-columns: 1fr;
        gap: 12px
    }

    .work-display .work-item {
        min-height: 280px
    }

    .work-display .work-thumb {
        height: 125px;
        flex-basis: 125px
    }

    .work-display .work-item h3 {
        font-size: 19px
    }

    .footer-main {
        grid-template-columns: 1fr;
        gap: 38px
    }

    .footer-intro {
        grid-column: auto
    }

    .footer-intro h2 {
        margin-bottom: 30px
    }

    .footer-contact-row {
        display: grid;
        gap: 18px
    }

    .footer-profile-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px
    }

    .footer-bottom {
        flex-direction: column;
        gap: 12px
    }

    .footer-bottom a {
        margin-left: 0;
        margin-right: 12px
    }
}