:root{
    --ivory:#F7F5EF;
    --white:#FFFFFF;
    --forest:#063F2A;
    --forest-2:#0A5136;
    --deep:#05241B;
    --text:#1B2A2A;
    --muted:#53605D;
    --sage:#8EBC91;
    --line:#E7E3DA;
    --shadow:0 12px 35px rgba(0,0,0,.08);
    --radius:12px;
    --container:1360px;
}
*{
    box-sizing:border-box
}
html{
    scroll-behavior:smooth;
    overflow-y:scroll;
    scrollbar-gutter:stable
}
body{
    margin:0;
    font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif;
    background:var(--ivory);
    color:var(--text);
    line-height:1.55
}
a{
    color:inherit;
    text-decoration:none
}
img{
    max-width:100%;
    display:block
}
.container{
    width:min(var(--container),calc(100% - 96px));
    margin-inline:auto
}
.header{
    height:108px;
    background:rgba(255,255,255,.96);
    display:flex;
    align-items:center;
    box-shadow:0 2px 20px rgba(0,0,0,.08);
    position:sticky;
    top:0;
    z-index:10
}
.header-inner{
    display:grid;
    grid-template-columns:1fr auto 1fr;
    align-items:center;
    gap:40px;
    position:relative
}
.brand{
    display:flex;
    align-items:center;
    gap:16px;
    min-width:310px;
    grid-column:1;
    justify-self:start;
    position:relative;
    z-index:2
}
.brand-logo{
    width:72px;
    height:72px;
    border-radius:50%;
    object-fit:contain
}
.brand-title{
    font-weight:800;
    color:var(--forest);
    font-size:32px;
    line-height:1;
    letter-spacing:-.03em
}
.brand-subtitle{
    margin-top:7px;
    font-size:13px;
    font-weight:800;
    letter-spacing:.24em;
    color:var(--forest)
}
.nav{
    display:flex;
    gap:48px;
    align-items:center;
    font-weight:700;
    color:var(--deep);
    grid-column:2;
    justify-self:center;
    white-space:nowrap;
    position:relative;
    z-index:1
}
.nav a{
    position:relative;
    padding:42px 0 36px
}
.nav a.active::after,.nav a:hover::after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:26px;
    height:3px;
    background:var(--forest-2);
    border-radius:999px
}
.hero{
    min-height:490px;
    position:relative;
    overflow:hidden;
    background:linear-gradient(90deg,#fff 0%,#fff 43%,rgba(255,255,255,.74) 49%,rgba(255,255,255,0) 58%),url('assets/hero-globe.jpg') right center/auto 100% no-repeat
}
.hero::before,.page-hero::before{
    content:"";
    position:absolute;
    inset:0;
    background-image:url("data:image/svg+xml,%3Csvg width='600' height='240' viewBox='0 0 600 240' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%238EBC91' stroke-opacity='.18' stroke-width='1'%3E%3Cpath d='M0 180 C90 130 160 230 250 170 S430 90 600 135'/%3E%3Cpath d='M0 205 C110 155 180 255 285 195 S460 112 600 160'/%3E%3Cpath d='M0 145 C70 100 170 190 250 140 S420 60 600 105'/%3E%3Cpath d='M0 115 C80 80 170 150 260 110 S430 42 600 80'/%3E%3C/g%3E%3C/svg%3E");
    background-position:left bottom;
    background-repeat:repeat-x;
    pointer-events:none;
    opacity:.75
}
.hero-content{
    position:relative;
    z-index:1;
    padding:72px 0 56px;
    max-width:610px
}
h1{
    margin:0;
    color:var(--deep);
    font-size:66px;
    line-height:1.08;
    letter-spacing:-.05em;
    font-weight:800
}
.hero p{
    font-size:22px;
    max-width:560px;
    color:#25323A;
    margin:24px 0 28px;
    line-height:1.45
}
.btn{
    display:inline-flex;
    align-items:center;
    gap:18px;
    background:var(--forest);
    color:#fff;
    font-weight:800;
    padding:17px 28px;
    border-radius:6px;
    box-shadow:0 12px 22px rgba(6,63,42,.18);
    font-size:17px;
    border:0;
    cursor:pointer
}
.btn .arrow{
    font-size:28px;
    line-height:0
}
.home-services{
    padding:34px 0 28px;
    background:#fff
}
.section-title{
    text-align:center;
    margin-bottom:30px
}
.section-title h2{
    margin:0;
    color:var(--forest);
    font-size:34px;
    line-height:1.1;
    letter-spacing:-.03em
}
.section-title p{
    margin:10px auto 0;
    max-width:680px;
    color:#31413f;
    font-size:16px
}
.service-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:16px
}
.service-card{
    background:rgba(255,255,255,.72);
    border:1px solid var(--line);
    border-radius:8px;
    text-align:center;
    padding:22px 18px 24px;
    min-height:170px
}
.service-icon{
    width:48px;
    height:48px;
    margin:0 auto 14px;
    color:var(--forest)
}
.service-card h3{
    font-size:17px;
    margin:0 0 9px;
    color:var(--deep)
}
.service-card p{
    font-size:14px;
    margin:0;
    color:#293634;
    line-height:1.45
}
.page-hero{
    position:relative;
    overflow:hidden;
    height:160px;
    background:linear-gradient(90deg,#fff 0%,#fff 48%,rgba(255,255,255,.72) 58%,rgba(255,255,255,0) 100%),url('assets/inner-hero-globe.jpg') right center/auto 100% no-repeat;
    border-top:1px solid #eee;
    border-bottom:1px solid var(--line)
}
.page-hero .container{
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:center
}
.page-hero h1{
    font-size:34px;
    line-height:1.1
}
.page-main{
    padding:34px 0;
    background:var(--ivory)
}
.services-list{
    display:grid;
    gap:22px
}
.service-row{
    display:grid;
    grid-template-columns:90px 1fr;
    gap:24px;
    align-items:start;
    background:rgba(255,255,255,.55);
    border:1px solid var(--line);
    border-radius:10px;
    padding:26px 30px
}
.service-row .service-icon{
    width:64px;
    height:64px;
    margin:0;
    color:var(--forest)
}
.service-row h2{
    margin:0 0 8px;
    color:var(--deep);
    font-size:22px
}
.service-row p{
    margin:0;
    color:#1f302e;
    font-size:16px
}
.content-card,.project-list{
    background:rgba(255,255,255,.58);
    border:1px solid var(--line);
    border-radius:10px;
    padding:30px
}
.content-card p{
    margin:0 0 16px;
    font-size:17px;
    color:#172B24
}
.content-card ul{
    margin:0;
    padding-left:22px;
    font-size:17px;
    color:#172B24
}
.content-card li{
    margin:11px 0
}
.projects-list{
    display:grid;
    gap:18px
}
.project-item{
    display:grid;
    grid-template-columns:260px 1fr;
    gap:26px;
    align-items:center;
    background:#fff;
    border:1px solid var(--line);
    border-radius:10px;
    overflow:hidden
}
.project-item img{
    width:100%;
    height:150px;
    object-fit:cover
}
.project-item p{
    margin:0;
    padding:18px 24px 18px 0;
    font-size:17px;
    color:#172B24
}
.contact-card{
    background:rgba(255,255,255,.58);
    border:1px solid var(--line);
    border-radius:10px;
    padding:34px
}
.contact-card h2{
    margin:0 0 8px;
    color:var(--deep);
    font-size:26px
}
.contact-card p{
    margin:0 0 10px;
    font-size:18px
}
.site-footer{
    background:linear-gradient(110deg,#053822,#075537);
    color:#fff
}
.experience-footer{
    height:104px;
    display:flex;
    align-items:center
}
.stat-single{
    display:flex;
    align-items:center;
    gap:18px
}
.stat-icon{
    width:62px;
    height:62px;
    border:1px solid rgba(255,255,255,.72);
    border-radius:50%;
    display:grid;
    place-items:center;
    color:#fff
}
.stat-icon svg{
    width:34px;
    height:34px
}
.stat-number{
    font-size:32px;
    font-weight:800;
    line-height:1
}
.stat-label{
    font-size:18px;
    margin-top:4px
}
.copyright{
    border-top:1px solid rgba(142,188,145,.25);
    padding:16px 5%;
    text-align:center
}
.copyright p{
    margin:0;
    font-size:13px;
    font-weight:400;
    color:#C8CEC9;
    letter-spacing:.1px
}
@media (min-width:1001px) and (max-width:1280px){
    .container{
        width:min(var(--container),calc(100% - 64px))
    }
    .header-inner{
        gap:28px
    }
    .brand{
        min-width:280px
    }
    .brand-logo{
        width:66px;
        height:66px
    }
    .brand-title{
        font-size:29px
    }
    .brand-subtitle{
        font-size:12px;
        letter-spacing:.22em
    }
    .nav{
        gap:34px
    }
    h1{
        font-size:58px
    }
    .hero-content{
        max-width:560px
    }
    .hero p{
        max-width:520px;
        font-size:20px
    }
    .service-grid{
        gap:14px
    }
    .service-card{
        padding:20px 14px 22px
    }
}
@media (max-width:1000px){
    .container{
        width:min(100% - 40px,var(--container))
    }
    .header{
        height:auto;
        padding:18px 0
    }
    .header-inner{
        display:flex;
        flex-direction:column;
        align-items:center;
        gap:18px
    }
    .nav{
        gap:22px;
        flex-wrap:wrap;
        justify-content:center;
        width:100%
    }
    .nav a{
        padding:0 0 8px
    }
    .nav a.active::after,.nav a:hover::after{
        bottom:0
    }
    .hero{
        background:linear-gradient(90deg,rgba(255,255,255,.96),rgba(255,255,255,.78)),url('assets/hero-globe.jpg') center/cover no-repeat
    }
    .hero-content{
        padding:54px 0
    }
    h1{
        font-size:48px
    }
    .service-grid{
        grid-template-columns:1fr 1fr
    }
    .project-item{
        grid-template-columns:1fr
    }
    .project-item p{
        padding:20px
    }
}
@media (max-width:620px){
    .container{
        width:min(100% - 28px,var(--container))
    }
    .header{
        padding:16px 0
    }
    .brand{
        min-width:0;
        width:100%;
        justify-content:center
    }
    .brand-title{
        font-size:25px
    }
    .brand-logo{
        width:58px;
        height:58px
    }
    .brand-subtitle{
        font-size:10px
    }
    .nav{
        font-size:14px;
        gap:16px 20px;
        justify-content:center
    }
    h1{
        font-size:40px
    }
    .hero p{
        font-size:18px
    }
    .service-grid{
        grid-template-columns:1fr
    }
    .page-hero{
        height:150px
    }
    .service-row{
        grid-template-columns:1fr
    }
    .experience-footer{
        height:auto;
        padding:22px 0
    }
}
