@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap');

:root {
    --green: #17483b;
    --ink: #17221e;
    --muted: #68746e;
    --cream: #f6f3eb;
    --gold: #c6a05b;
    --line: #dce2dd;
    --white: #fff
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html {
    scroll-behavior: smooth
}

body {
    font-family: 'DM Sans', sans-serif;
    background: var(--cream);
    color: var(--ink);
    line-height: 1.65
}

a {
    text-decoration: none;
    color: inherit
}

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

header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20;
    transition: .3s
}

header.scrolled {
    background: #f6f3ebee;
    backdrop-filter: blur(15px);
    border-bottom: 1px solid var(--line)
}

.nav {
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.brand {
    display: flex;
    gap: 10px;
    align-items: center
}

.brand>span {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--green);
    color: #fff;
    font: 800 19px Manrope
}

.brand b {
    font: 800 15px Manrope;
    letter-spacing: 2px;
    line-height: 1
}

.brand small {
    display: block;
    font: 600 7px 'DM Sans';
    letter-spacing: 3px;
    color: #77827d;
    margin-top: 5px
}

#links {
    display: flex;
    gap: 28px;
    align-items: center;
    font-size: 14px;
    color: #58635e
}

.active {
    color: var(--green)
}

.pill {
    background: var(--green);
    color: #fff !important;
    border-radius: 30px;
    padding: 11px 18px
}

#menu {
    display: none;
    border: 0;
    background: none;
    font-size: 25px
}

.hero {
    min-height: 100vh;
    padding: 130px 0 35px;
    background: linear-gradient(115deg, #f8f6f0, #e4ede6);
    position: relative;
    overflow: hidden
}

.hero-grid {
    min-height: 650px;
    display: grid;
    grid-template-columns: 1fr .9fr;
    align-items: center;
    gap: 70px
}

.hero label,
label {
    font-size: 10px;
    letter-spacing: 2px;
    font-weight: 800;
    color: #728078
}

.hero h1 {
    font: 800 clamp(55px, 7vw, 94px)/1.03 Manrope;
    letter-spacing: -.05em;
    margin: 22px 0
}

.hero em,
h2 em {
    font-style: normal;
    color: var(--green)
}

.hero p {
    font-size: 18px;
    color: var(--muted);
    max-width: 550px;
    margin: 0 0 30px
}

.btn {
    display: inline-block;
    background: var(--green);
    color: #fff;
    padding: 15px 21px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    transition: .25s
}

.btn:hover {
    transform: translateY(-3px);
    background: #225d4e
}

.text {
    margin-left: 22px;
    color: var(--green);
    font-weight: 700;
    font-size: 13px
}

.visual {
    position: relative
}

.art {
    height: 500px;
    background: #dce8df;
    box-shadow: 0 25px 70px #31504420;
    position: relative;
    overflow: hidden
}

.art img,
.scene img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover
}

.art img {
    object-position: center
}

.sun {
    position: absolute;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    background: #d1ad68;
    right: 5%;
    top: 10%
}

.arch {
    position: absolute;
    width: 250px;
    height: 350px;
    background: #f7f3e9;
    border-radius: 150px 150px 0 0;
    left: 15%;
    bottom: 0
}

.art i,
.art strong {
    position: absolute;
    bottom: 0;
    width: 55px;
    height: 270px;
    background: #17483b;
    left: 48%
}

.art strong {
    left: 63%;
    height: 190px;
    background: #c6a05b
}

.note {
    position: absolute;
    left: -35px;
    bottom: 30px;
    background: var(--green);
    color: white;
    padding: 18px 22px;
    font: 700 11px Manrope;
    letter-spacing: 1px;
    box-shadow: 0 15px 35px #17483b30
}

.note small {
    color: #d4b871;
    margin-right: 12px
}

.scroll {
    font-size: 8px;
    letter-spacing: 2px;
    color: #77817d;
    display: flex;
    gap: 14px
}

.scroll span {
    width: 60px;
    height: 1px;
    background: #bcc5c0
}

.scroll span+* {
    margin-left: auto
}

.bar {
    background: var(--green);
    color: white
}

.bar .wrap {
    min-height: 74px;
    display: flex;
    align-items: center;
    gap: 35px;
    flex-wrap: wrap;
    font-size: 9px;
    letter-spacing: 1.6px
}

.bar span {
    color: #a9bbb3
}

.section {
    padding: 125px 0
}

.white {
    background: #fff
}

.two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px
}

.two h2,
.head h2,
.approach-head h2,
.cta h2 {
    font: 800 clamp(43px, 5vw, 66px)/1.08 Manrope;
    letter-spacing: -.045em;
    margin-top: 16px
}

.copy {
    padding-top: 25px
}

.copy .large {
    font-size: 22px;
    color: #35423d;
    margin-bottom: 20px
}

.copy p:not(.large),
.head>p {
    color: var(--muted);
    max-width: 570px
}

.copy a {
    display: inline-block;
    margin-top: 27px;
    color: var(--green);
    font-weight: 700;
    font-size: 13px;
    border-bottom: 1px solid #bfcac3
}

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

.head>p {
    max-width: 330px
}

.cards {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 18px
}

.card {
    background: #fff;
    padding: 25px;
    min-height: 455px;
    position: relative;
    overflow: hidden;
    transition: .3s
}

.card:hover {
    transform: translateY(-7px);
    box-shadow: 0 25px 55px #173b3020
}

.card.big {
    grid-row: span 2;
    min-height: 610px
}

.card>span {
    font-size: 9px;
    letter-spacing: 1.7px;
    color: #7b8580
}

.scene {
    height: 260px;
    margin: 18px -25px 22px;
    position: relative;
    overflow: hidden
}

.big .scene {
    height: 370px
}

.property {
    background: #e3ece3
}

.property i {
    position: absolute;
    bottom: 0;
    left: 18%;
    height: 68%;
    width: 30%;
    background: #fff
}

.property b {
    position: absolute;
    bottom: 0;
    left: 48%;
    height: 86%;
    width: 24%;
    background: #17483b
}

.property strong {
    position: absolute;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: #d0aa62;
    right: -20px;
    top: 30px
}

.logistics {
    background: #e8e3d6
}

.logistics i {
    position: absolute;
    width: 75%;
    height: 80%;
    border: 2px solid #c5a25f;
    border-left: 0;
    border-bottom: 0;
    border-radius: 0 150px 0 0;
    right: 5%;
    top: 18%
}

.logistics b {
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #17483b;
    left: 18%;
    bottom: 16%
}

.tech {
    background: #e0ebe5
}

.tech i {
    position: absolute;
    width: 110px;
    height: 110px;
    border: 2px solid #17483b;
    transform: rotate(30deg);
    left: 38%;
    top: 25%
}

.tech b {
    position: absolute;
    width: 70%;
    height: 1px;
    background: #a0b2aa;
    left: 15%;
    top: 50%;
    transform: rotate(-28deg)
}

.card h3 {
    font: 700 25px Manrope
}

.card p {
    color: var(--muted);
    font-size: 13px;
    max-width: 450px;
    margin: 7px 0
}

.card u {
    color: var(--green);
    font-weight: 700;
    font-size: 12px;
    text-decoration: none
}

.green {
    background: #17483b;
    color: white
}

.green label {
    color: #d1b46f
}

.approach-head {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: end;
    margin-bottom: 70px
}

.approach-head h2 em {
    color: #d2b56f
}

.approach-head p {
    color: #b9c8c1;
    max-width: 350px
}

.steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid #ffffff30
}

.steps>div {
    padding: 28px 22px 20px 0;
    border-right: 1px solid #ffffff30
}

.steps>div:not(:first-child) {
    padding-left: 22px
}

.steps>div:last-child {
    border: 0
}

.steps small {
    color: #d2b56f
}

.steps h3 {
    font: 700 27px Manrope;
    margin: 40px 0 12px
}

.steps p {
    font-size: 13px;
    color: #b9c8c1
}

.cta {
    padding: 80px 0;
    background: #fff
}

.cta .wrap {
    background: #e7eee8;
    padding: 60px 65px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.cta h2 {
    font-size: clamp(38px, 4.5vw, 58px)
}

.dark {
    background: #17221e
}

footer {
    background: #102f27;
    color: #fff;
    padding: 55px 0 22px
}

.foot {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 50px;
    padding-bottom: 55px
}

.light .brand>span {
    background: #fff;
    color: var(--green)
}

.foot p,
.foot a:not(.brand) {
    color: #a8bbb3;
    font-size: 13px
}

.foot>div:not(:first-child) {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.foot>div:not(:first-child)>b {
    color: #fff
}

.bottom {
    border-top: 1px solid #ffffff20;
    padding-top: 20px;
    color: #8fa49b;
    font-size: 10px;
    display: flex;
    justify-content: space-between
}

@media(max-width:800px) {
    .wrap {
        width: calc(100% - 32px)
    }

    #menu {
        display: block
    }

    #links {
        display: none;
        position: absolute;
        top: 72px;
        left: 16px;
        right: 16px;
        background: #fff;
        padding: 20px;
        flex-direction: column;
        align-items: stretch;
        box-shadow: 0 15px 40px #173b3015
    }

    #links.open {
        display: flex
    }

    .hero-grid,
    .two {
        grid-template-columns: 1fr
    }

    .hero-grid {
        gap: 45px
    }

    .hero h1 {
        font-size: clamp(52px, 14vw, 76px)
    }

    .visual {
        max-width: 540px;
        width: 100%;
        margin: auto
    }

    .art {
        height: 360px
    }

    .bar .wrap {
        padding: 18px 0;
        gap: 16px 25px
    }

    .section {
        padding: 85px 0
    }

    .head,
    .approach-head {
        display: block
    }

    .head>p,
    .approach-head p {
        margin-top: 20px
    }

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

    .card.big {
        grid-row: auto;
        min-height: 500px
    }

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

    .steps>div {
        padding: 25px 18px 25px 0
    }

    .steps>div:not(:first-child) {
        padding-left: 18px
    }

    .steps>div:nth-child(2),
    .steps>div:nth-child(4) {
        border-right: 0
    }

    .steps>div:nth-child(3),
    .steps>div:nth-child(4) {
        border-top: 1px solid #ffffff30
    }

    .cta .wrap {
        display: block;
        padding: 45px 30px
    }

    .cta .btn {
        margin-top: 25px
    }

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

    .foot>div:first-child {
        grid-column: 1/-1
    }
}

@media(max-width:500px) {
    .hero-buttons {}

    .text {
        display: inline-block;
        margin-top: 18px;
        margin-left: 0
    }

    .steps,
    .foot {
        grid-template-columns: 1fr
    }

    .steps>div {
        border-right: 0 !important;
        border-top: 1px solid #ffffff30 !important;
        padding-left: 0 !important
    }

    .steps>div:first-child {
        border-top: 0 !important
    }

    .bottom {
        flex-direction: column;
        gap: 8px
    }
}

#contactForm input,
#contactForm textarea {
    width: 100%;
    margin-top: 8px;
    padding: 13px 15px;
    border: 1px solid var(--line);
    border-radius: 4px;
    background: var(--white);
    color: var(--ink);
    font: 500 15px/1.4 'DM Sans', sans-serif;
    transition: border-color .2s, box-shadow .2s;
}

#contactForm textarea {
    min-height: 145px;
    resize: vertical;
}

#contactForm input:focus,
#contactForm textarea:focus {
    outline: 0;
    border-color: var(--green);
    box-shadow: 0 0 0 3px #17483b1f;
}

#contactForm input::placeholder,
#contactForm textarea::placeholder {
    color: var(--muted);
}