:root {
    --font-family: "Manrope", Arial, sans-serif;
}

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    min-height: 100%;
}

body {
    font-family: var(--font-family);
    background: #fff;
    color: #182139;
}

figure,
blockquote {
    margin: 0;
}

.logistics-hero {
    position: relative;
    isolation: isolate;
    display: grid;
    width: 100%;
    height: clamp(440px, 48vw, 690px);
    min-height: 440px;
    place-items: center;
    overflow: hidden;
    background: #526c78 url("assets/logistics/sarpa-logistics-hero.png") center / cover no-repeat;
}

.logistics-hero__overlay {
    position: absolute;
    z-index: -1;
    inset: 0;
    background: rgba(6, 14, 22, 0.35);
    box-shadow: inset 0 -180px 150px rgba(4, 10, 16, 0.24);
}

.logistics-hero__brand {
    display: flex;
    width: min(760px, 90vw);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.logistics-hero__brand span {
    margin-bottom: 20px;
    color: #fff;
    font-size: 32px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 6px;
}

.logistics-hero__brand img {
    display: block;
    width: min(640px, 72vw);
    height: auto;
    object-fit: contain;
}

.connection {
    padding: clamp(68px, 7vw, 112px) 24px 0;
}

.connection__inner {
    position: relative;
    display: grid;
    width: min(1180px, 100%);
    min-height: 520px;
    margin: 0 auto;
    grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
    grid-template-rows: auto 1fr;
    align-items: center;
    gap: 34px clamp(48px, 6vw, 90px);
}

.connection__heading {
    position: relative;
    z-index: 2;
    width: 100%;
    align-self: end;
}

.connection__heading h1 {
    margin: 0 0 34px;
    color: #2794df;
    font-size: clamp(40px, 4vw, 54px);
    font-weight: 800;
    line-height: .94;
    letter-spacing: 0;
    text-transform: uppercase;
}

.connection__heading p,
.connection__details h2,
.sarpa-intro h2,
.sarpa-intro h3,
.logistics-about h2,
.logistics-about h3,
.why-sarpa h2 {
    color: #2589cd;
}

.connection__heading p {
    margin: 0;
    font-size: 19px;
    font-weight: 800;
}

.connection__details {
    position: relative;
    z-index: 2;
    display: grid;
    width: 100%;
    align-self: start;
    gap: 18px;
}

.connection__details h2 {
    margin: 0 0 5px;
    font-size: 18px;
}

.connection__details p {
    margin: 0;
    color: #278bcb;
    font-size: 13px;
    line-height: 1.45;
}

.connection__truck {
    position: static;
    grid-column: 2;
    grid-row: 1 / 3;
    width: 100%;
    max-height: none;
    height: auto;
    object-fit: contain;
    object-position: center;
}

.sarpa-intro {
    display: flex;
    min-height: 640px;
    padding: clamp(70px, 7vw, 110px) 24px;
    align-items: center;
}

.sarpa-intro__inner {
    display: grid;
    width: min(1280px, 100%);
    margin: 0 auto;
    grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
    align-items: center;
    gap: clamp(56px, 6vw, 88px);
}

.sarpa-intro__copy {
    order: 2;
    width: 100%;
    max-width: 470px;
    justify-self: start;
}

.sarpa-intro__media {
    order: 1;
    align-self: center;
}

.sarpa-intro h2,
.logistics-about h2,
.why-sarpa h2 {
    margin: 0 0 34px;
    font-size: clamp(35px, 4vw, 52px);
    line-height: 1.08;
    letter-spacing: 0;
}

.sarpa-intro h3 {
    margin: 30px 0 10px;
    font-size: 16px;
}

.sarpa-intro__copy p,
.logistics-about__summary p,
.logistics-about__values p,
.why-sarpa p,
.why-sarpa li {
    color: #257bb4;
    font-size: 15px;
    line-height: 1.65;
}

.sarpa-intro__copy a {
    display: inline-block;
    margin-top: 18px;
    padding: 9px 22px;
    border-radius: 20px;
    background: #eef0ef;
    color: #09b948;
    font-size: 13px;
    font-style: italic;
    text-decoration: none;
}

.sarpa-intro__media {
    width: 100%;
}

.sarpa-intro__landscape {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center 57%;
}

.logistics-about {
    padding: clamp(80px, 8vw, 132px) 24px;
    background: #fafafa;
}

.logistics-about__inner {
    position: relative;
    display: grid;
    width: min(1180px, 100%);
    min-height: 0;
    margin: 0 auto;
    grid-template-columns: minmax(330px, .82fr) minmax(480px, 1.18fr);
    grid-template-rows: auto 1fr auto;
    align-items: center;
    gap: 18px clamp(56px, 7vw, 106px);
}

.logistics-about__summary {
    width: 100%;
    align-self: start;
}

.logistics-about__summary h3 {
    margin: 0 0 8px;
}

.logistics-about__truck {
    position: static;
    grid-column: 2;
    grid-row: 1 / 3;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.logistics-about__values {
    position: relative;
    display: grid;
    grid-column: 1 / -1;
    width: 100%;
    margin-top: 54px;
    grid-template-columns: repeat(4,1fr);
    gap: 34px;
}

.logistics-about__values h3 {
    margin: 0 0 8px;
    font-size: 18px;
}

.logistics-about__values p {
    margin: 0;
    color: #333b49;
    font-size: 13px;
    line-height: 1.5;
}

.why-sarpa {
    padding: clamp(80px, 8vw, 128px) 24px;
    background: #fff;
}

.why-sarpa__inner {
    display: grid;
    width: min(1180px,100%);
    margin: 0 auto;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    background: #fff;
}

.why-sarpa__copy {
    padding: clamp(46px,6vw,82px);
}

.why-sarpa__copy > p {
    margin: 0 0 34px;
}

.why-sarpa ul {
    display: grid;
    margin: 0;
    padding: 0;
    gap: 24px;
    list-style: none;
}

.why-sarpa li {
    display: grid;
    grid-template-columns: 40px 1fr;
    align-items: start;
    gap: 14px;
}

.why-sarpa li span {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    background: #08dc47;
    color: #fff;
    font-size: 21px;
}

.why-sarpa__visual {
    min-height: 510px;
    overflow: hidden;
}

.why-sarpa__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 900px) {
    .connection__inner {
        min-height: 0;
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .connection__heading,
    .connection__details {
        width: 100%;
    }

    .connection__details {
        margin-top: 0;
        grid-template-columns: repeat(3, 1fr);
    }

    .connection__truck {
        grid-column: 1;
        grid-row: auto;
        width: min(760px, 100%);
        margin: 12px auto 0;
    }

    .sarpa-intro__inner,
    .why-sarpa__inner {
        grid-template-columns: 1fr;
    }

    .sarpa-intro {
        min-height: 0;
    }

    .sarpa-intro__copy {
        max-width: none;
    }

    .sarpa-intro__media {
        width: min(720px, 100%);
        margin: 0 auto;
    }

    .logistics-about__inner {
        min-height: 0;
        grid-template-columns: minmax(280px, .85fr) minmax(360px, 1.15fr);
    }

    .logistics-about__summary {
        width: 100%;
    }

    .logistics-about__truck {
        width: 100%;
    }

    .logistics-about__values {
        grid-template-columns: repeat(2,1fr);
    }
}

@media (max-width: 700px) {
    .logistics-hero {
        height: 72svh;
        min-height: 540px;
        background-position: 58% center;
    }

    .logistics-hero__brand span {
        margin-bottom: 16px;
        font-size: 25px;
        letter-spacing: 4px;
    }

    .logistics-hero__brand img {
        width: min(390px, 74vw);
    }

    .connection,
    .sarpa-intro,
    .logistics-about,
    .why-sarpa {
        padding-right: 18px;
        padding-left: 18px;
    }

    .connection__inner {
        min-height: 0;
    }

    .connection__details {
        grid-template-columns: 1fr;
    }

    .connection__truck {
        display: block;
        width: 100%;
        max-width: 540px;
        max-height: none;
        margin: 12px auto 0;
        object-fit: contain;
    }

    .logistics-about__inner {
        min-height: 0;
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .logistics-about__summary {
        width: 100%;
    }

    .logistics-about__truck {
        position: relative;
        grid-column: 1;
        grid-row: auto;
        width: 100%;
        margin: 24px 0;
    }

    .logistics-about__values {
        position: relative;
        grid-column: 1;
        margin-top: 18px;
        grid-template-columns: 1fr;
    }

    .why-sarpa {
        background: #ededed;
    }

    .why-sarpa__copy {
        padding: 38px 24px;
    }

    .why-sarpa__visual {
        min-height: 340px;
    }
}
