/* One People Enterprise — shared stylesheet (reference width 1536px) */

@font-face{font-family:"Plus Jakarta Sans";font-style:normal;font-weight:600;font-display:swap;src:url(../fonts/plus-jakarta-sans-latin-600-normal.woff2) format("woff2")}
@font-face{font-family:"Plus Jakarta Sans";font-style:normal;font-weight:700;font-display:swap;src:url(../fonts/plus-jakarta-sans-latin-700-normal.woff2) format("woff2")}
@font-face{font-family:"Plus Jakarta Sans";font-style:normal;font-weight:800;font-display:swap;src:url(../fonts/plus-jakarta-sans-latin-800-normal.woff2) format("woff2")}
@font-face{font-family:"IBM Plex Sans";font-style:normal;font-weight:400;font-display:swap;src:url(../fonts/ibm-plex-sans-latin-400-normal.woff2) format("woff2")}
@font-face{font-family:"IBM Plex Sans";font-style:normal;font-weight:500;font-display:swap;src:url(../fonts/ibm-plex-sans-latin-500-normal.woff2) format("woff2")}
@font-face{font-family:"IBM Plex Sans";font-style:normal;font-weight:600;font-display:swap;src:url(../fonts/ibm-plex-sans-latin-600-normal.woff2) format("woff2")}

:root{
  --g950:#012415; --g900:#022a16; --g850:#032d17; --g800:#0b3f1d; --g700:#1d5e27; --g600:#2a6e2c;
  --brand:#0d3b1c; --gold:#fcc12a; --gold-btn:#fcbf22;
  --mint:#eef4ee; --mint2:#f2f6f2; --field:#f5f7f8;
  --ink:#0e1628; --nav:#222a3d; --text:#4b505b; --muted:#5d6270; --line:#e5e9e5;
  --head:"Plus Jakarta Sans","Segoe UI",Arial,sans-serif;
  --body:"IBM Plex Sans","Segoe UI",Arial,sans-serif;
  --wrap:1408px; --pad:24px;
  --shadow:0 2px 12px rgba(12,40,20,.08);
}
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
body{margin:0;font-family:var(--body);color:var(--text);background:#fff;font-size:15px;line-height:1.35;overflow-x:hidden}
img{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
h1,h2,h3,h4,p,ul{margin:0}
ul{padding:0;list-style:none}
button,input,select,textarea{font:inherit;color:inherit}
.icon{width:1em;height:1em;flex:none;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.icon.fill{fill:currentColor;stroke:none}
.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
.skip{position:absolute;left:12px;top:-60px;z-index:100;background:var(--g800);color:#fff;padding:10px 16px;border-radius:6px}
.skip:focus{top:12px}
:focus-visible{outline:3px solid var(--gold);outline-offset:2px}
.gold{color:var(--gold)}
.wrap{width:100%;max-width:var(--wrap);margin:0 auto;padding:0 var(--pad)}

/* ---------- buttons ---------- */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:14px;font-family:var(--head);font-weight:700;border-radius:6px;white-space:nowrap;cursor:pointer;border:0;transition:filter .15s ease,background-color .15s ease}
.btn .icon{font-size:1.25em}
.btn:hover{filter:brightness(1.06)}
.btn-gold{background:var(--gold-btn);color:#141a14}
.btn-green{background:linear-gradient(180deg,var(--g600),#195023);color:#fff;box-shadow:0 2px 6px rgba(10,50,20,.18)}
.btn-outline{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.92)}
.btn-outline:hover{background:rgba(255,255,255,.08);filter:none}

/* ---------- eyebrow labels ---------- */
.eyebrow{display:flex;align-items:center;gap:12px;font-family:var(--head);font-weight:700;font-size:10.5px;letter-spacing:.2em;text-transform:uppercase;color:var(--ink)}
.eyebrow::before{content:"";width:32px;height:3px;border-radius:2px;background:var(--gold);flex:none}
.eyebrow i{font-style:normal;color:var(--gold)}
.hang{padding-left:44px}
.hang .eyebrow{margin-left:-44px}

/* ---------- header ---------- */
.site-header{position:relative;z-index:30;background:#fff;height:78px}
.hdr-inner{max-width:1200px;margin:0 auto;padding:0 var(--pad);height:78px;display:flex;align-items:center}
.brand{display:flex;align-items:flex-start;gap:11px;align-self:flex-start;flex:none}
.brand-logo{width:134px;height:auto;position:relative;z-index:2}
.brand-text{display:flex;flex-direction:column;padding-top:9px}
.brand-name{font-family:var(--head);font-weight:800;font-size:25.5px;line-height:23px;color:var(--brand);letter-spacing:.01em}
.brand-tag{font-family:var(--head);font-weight:600;font-size:11.5px;color:#151a18;margin-top:4px;white-space:nowrap}
.brand-tag i{font-style:normal;color:var(--gold);margin:0 1px}
.main-nav{display:flex;align-items:center;gap:24px;margin:0 auto;padding-left:36px}
.main-nav a{position:relative;padding:8px 9px;font-family:var(--head);font-size:14px;font-weight:500;color:var(--nav)}
.main-nav a::after{content:"";position:absolute;left:0;right:0;bottom:-7px;height:3px;border-radius:2px;background:var(--gold);transform:scaleX(0);transition:transform .2s ease}
.main-nav a:hover::after{transform:scaleX(.6)}
.main-nav a.active{font-weight:800;color:#0b0f19}
.main-nav a.active::after{transform:none}
.main-nav .nav-quote{display:none}
.hdr-quote{height:42px;width:190px;font-size:16px;font-weight:600;gap:18px;flex:none}
.hdr-quote .icon{font-size:20px}
.nav-toggle{display:none;margin-left:auto;width:46px;height:46px;border:0;background:var(--mint);border-radius:8px;cursor:pointer;position:relative}
.nav-toggle span,.nav-toggle span::before,.nav-toggle span::after{position:absolute;left:12px;width:22px;height:2.5px;border-radius:2px;background:var(--g800);content:"";transition:transform .2s ease,opacity .2s ease}
.nav-toggle span{top:22px}
.nav-toggle span::before{left:0;top:-7px}
.nav-toggle span::after{left:0;top:7px}
.nav-open .nav-toggle span{background:transparent}
.nav-open .nav-toggle span::before{transform:translateY(7px) rotate(45deg)}
.nav-open .nav-toggle span::after{transform:translateY(-7px) rotate(-45deg)}

/* ---------- hero ---------- */
.hero{position:relative;background:var(--g900) no-repeat right bottom/cover;color:#fff}
.hero-inner{max-width:var(--wrap);margin:0 auto;padding:0 var(--pad) 0 calc(var(--pad) + 29px)}
.hero .eyebrow{color:#fff;font-weight:600;font-size:11px;letter-spacing:.2em}
.hero .eyebrow i{margin:0 -2px}
.hero h1{font-family:var(--head);font-weight:800;letter-spacing:-.01em;color:#fff}
.hero-lead{font-weight:400;color:#fff}
.hero-actions{display:flex;flex-wrap:wrap;gap:15px}
.hero--home{background-image:url(../images/home/hero.jpg);min-height:336px}
.hero--home .hero-inner{padding-top:52px;padding-bottom:30px}
.hero--home h1{font-size:46.5px;line-height:50px;margin-top:10px}
.hero--home .hero-lead{font-size:20px;line-height:28px;margin-top:6px;max-width:none}
.hero--home .hero-actions{margin-top:17px}
.hero--home .btn{height:47px;font-size:16px}
.hero--home .btn-gold{width:210px}
.hero--home .btn-outline{width:196px}
.hero--about{background-image:url(../images/about/hero.jpg);min-height:211px}
.hero--about .hero-inner{padding-top:48px;padding-bottom:28px}
.hero--about h1{font-size:50px;line-height:56px;margin-top:6px}
.hero--about .hero-lead{font-size:21.5px;line-height:25px;margin-top:4px;max-width:none}
.hero--services{background-image:url(../images/services/hero.jpg);min-height:270px}
.hero--services .hero-inner{padding-left:calc(var(--pad) + 18px);padding-top:26px;padding-bottom:18px}
.hero--services h1{font-size:60px;line-height:64px;margin-top:4px}
.hero--services .hero-lead{font-size:18.5px;line-height:24px;margin-top:0;max-width:none}
.hero--services .hero-actions{margin-top:12px;gap:12px}
.hero--services .btn{height:40px;font-size:16px}
.hero--services .btn-gold{width:186px}
.hero--services .btn-outline{width:176px}
.hero--projects{background-image:url(../images/projects/hero.jpg);min-height:187px}
.hero--projects .hero-inner{padding-left:calc(var(--pad) + 30px);padding-top:21px;padding-bottom:14px}
.hero--projects h1{font-size:56px;line-height:60px;margin-top:2px}
.hero--projects .hero-lead{font-size:18.5px;line-height:23.5px;max-width:none}
.hero--contact{background-image:url(../images/contact/hero.jpg);min-height:227px}
.hero--contact .hero-inner{padding-top:45px;padding-bottom:22px}
.hero--contact h1{font-size:64px;line-height:66px;margin-top:2px}
.hero--contact .hero-lead{font-size:22.5px;line-height:30px;margin-top:4px;max-width:none}

/* ---------- section heading ---------- */
.sec-head{display:flex;justify-content:space-between;align-items:flex-end;gap:40px}
.sec-head h2{font-family:var(--head);font-weight:800;font-size:24px;line-height:1.2;color:var(--ink);margin-top:5px}
.sec-intro{font-size:14.5px;line-height:18px;color:var(--text);max-width:420px}

/* ---------- service cards (home + services) ---------- */
.svc-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}
.svc-card{position:relative;display:flex;flex-direction:column;background:#fff;border-radius:8px;box-shadow:var(--shadow);border:1px solid #f0f2f0;overflow:hidden}
.svc-card>img{width:100%;height:94px;object-fit:cover}
.svc-ico{position:absolute;left:18px;top:-40px;width:56px;height:56px;border-radius:50%;background:var(--g800);color:#fff;display:grid;place-items:center;border:3px solid #fff;box-shadow:0 2px 6px rgba(0,0,0,.15)}
.svc-ico .icon{font-size:29px;stroke-width:1.9}
.svc-body{position:relative;padding:22px 12px 8px 22px;display:flex;flex-direction:column;flex:1}
.svc-body h3{font-family:var(--head);font-weight:800;font-size:17.5px;line-height:17px;color:var(--ink)}
.svc-row{display:flex;align-items:center;justify-content:space-between;gap:4px;margin-top:10px}
.svc-row p{font-size:13.4px;line-height:19px;color:var(--text)}
.arrow-link{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;color:var(--g800);flex:none}
.arrow-link .icon{font-size:18px}
.arrow-link:hover{background:var(--mint)}

/* ---------- HOME ---------- */
.home-services{padding:19px 0 11px}
.home-services .sec-head{padding:0 63px 0 29px;margin-bottom:16px}
.home-services .sec-intro{font-size:13.4px;line-height:18px;max-width:440px;margin-bottom:3px}
.home-about{position:relative;padding:0 0 0}
.home-about-grid{display:grid;grid-template-columns:390px 400px 1fr;align-items:start}
.home-about-img{border-radius:8px;width:390px;height:162px;object-fit:cover}
.home-about-text{padding:6px 0 0 45px}
.home-about-text h2{font-family:var(--head);font-weight:800;font-size:20px;letter-spacing:-.01em;line-height:1.2;color:var(--ink);margin-top:8px}
.home-about-text p:not(.eyebrow){font-size:13.6px;line-height:18px;color:var(--text);margin-top:7px;max-width:357px}
.btn-sm{height:33px;padding:0 20px;font-size:12.5px;border-radius:8px;gap:10px;margin-top:11px}
.home-why{margin-left:46px;border-left:1px solid #dfe3e0;margin-top:36px;padding:0 0 0 45px;height:112px;position:relative}
.home-why .eyebrow{position:absolute;top:-17px;left:61px}
.why-mini{display:flex;gap:0;justify-content:space-between;max-width:440px;padding-top:0}
.why-mini li{width:150px;text-align:center}
.why-mini .circ{width:72px;height:72px;border-radius:50%;background:var(--mint);display:grid;place-items:center;margin:0 auto;color:var(--g800)}
.why-mini .circ .icon{font-size:34px}
.why-mini span{display:block;font-family:var(--head);font-weight:600;font-size:14.5px;line-height:18px;color:#1b2340;margin-top:5px}

/* ---------- footer ---------- */
.site-footer{position:relative;background:#022916 url(../images/shared/footer-bg.jpg) no-repeat right bottom/auto 145px;color:#e9f0ea}
.site-footer--curve{padding-top:29px}
.site-footer--curve::before{content:"";position:absolute;left:0;right:0;top:0;height:29px;background:#fff;border-radius:0 0 50% 50%/0 0 100% 100%}
.ftr-inner{max-width:1494px;margin:0 auto;padding:19px var(--pad) 30px;display:grid;grid-template-columns:324px 199px 297px 315px minmax(0,1fr)}
.f-brand{display:flex;align-items:center;gap:25px;padding-top:0}
.f-brand img{width:113px}
.f-brand .brand-name{color:#fff;font-size:22px;line-height:21px}
.f-brand .brand-tag{color:#e9f0ea;font-size:10.5px;margin-top:5px}
.f-col{border-left:1px solid rgba(252,193,42,.32);padding-left:44px;min-height:96px}
.f-col h3{font-family:var(--head);font-weight:700;font-size:13.5px;color:#fff;margin-bottom:6px}
.f-col li{font-size:13.5px;line-height:17px}
.f-col a:hover{color:var(--gold)}
.f-col--services{padding-left:42px}
.f-col--contact li{display:flex;align-items:center;gap:18px;line-height:21px}
.f-col--contact .icon{font-size:15px;color:#fff}
.f-col--follow{padding-left:49px}
.social{display:flex;gap:12px;margin-top:2px}
.social a,.social span{width:29px;height:29px;border-radius:50%;display:grid;place-items:center;color:#fff}
.social .fb{background:#1877f2}
.social .wa{background:#25d366}
.social .icon{font-size:20px}
.f-tag{margin:18px 0 0 -16px;padding-top:12px;border-top:1px solid var(--gold);max-width:232px;font-size:13px;white-space:nowrap;color:#fff}
.f-tag-line{display:block}

/* ---------- ABOUT ---------- */
.story{padding:16px 0 18px}
.story-grid{display:grid;grid-template-columns:409px 1fr 440px;align-items:start}
.story-img{width:409px;height:278px;object-fit:cover;border-radius:8px}
.story-text{padding:0 27px 0 39px;border-right:1px solid #e3e6e4;margin:0 32px 0 0;min-height:246px}
.story-text .eyebrow{margin-left:-5px}
.story-text h2{font-family:var(--head);font-weight:800;font-size:27px;line-height:28px;color:var(--ink);margin-top:10px}
.story-text h2 span{color:#0f4a22}
.story-text p:not(.eyebrow){font-size:13.9px;line-height:19.5px;color:var(--text);margin-top:12px}
.story-text p+p{margin-top:13px}
.mvv{display:flex;flex-direction:column;gap:8px}
.mvv li{display:flex;align-items:center;gap:24px;background:var(--mint2);border-radius:8px;padding:14px 20px 14px 17px;min-height:95px}
.mvv li:last-child{min-height:78px}
.mvv .circ{width:66px;height:66px;border-radius:50%;background:#e6efe6;display:grid;place-items:center;color:var(--g800);flex:none}
.mvv .circ .icon{font-size:40px}
.mvv h3{font-family:var(--head);font-weight:800;font-size:16px;color:var(--ink)}
.mvv p{font-size:12.6px;line-height:16.5px;color:var(--text);margin-top:3px}
.why{background:#fafafb;padding:12px 0 10px}
.why .sec-head{padding:0 76px 0 0;margin-bottom:12px}
.why .hang{padding-left:43px}
.why .hang .eyebrow{margin-left:-46px}
.why .sec-head h2{font-size:22.5px}
.why .sec-intro{font-size:13.4px;line-height:19px;max-width:410px;margin-bottom:0}
.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.why-card{display:flex;align-items:center;gap:16px;background:#fff;border-radius:8px;box-shadow:var(--shadow);border:1px solid #f0f2f0;padding:12px 18px 12px 15px;min-height:101px}
.why-card .circ{width:72px;height:72px;border-radius:50%;background:var(--mint);display:grid;place-items:center;color:var(--g800);flex:none}
.why-card .circ .icon{font-size:36px}
.why-card div{flex:1}
.why-card h3{font-family:var(--head);font-weight:700;font-size:15px;line-height:18px;color:var(--ink)}
.why-card p{font-size:12.6px;line-height:17px;color:var(--text);margin-top:4px}

/* CTA bands */
.cta{position:relative;color:#fff;background:var(--g900) no-repeat center/cover}
.cta h2{font-family:var(--head);font-weight:800}
.cta-about{background-image:url(../images/about/cta-bg.jpg);background-position:left center}
.cta-about .wrap{display:flex;align-items:center;min-height:107px;padding-left:calc(var(--pad) + 30px)}
.cta-about h2{font-size:28.5px;line-height:32px;letter-spacing:-.01em;color:var(--gold);width:487px;padding-right:20px}
.cta-about h2 span{color:#fff}
.cta-about .cta-side{border-left:2px solid var(--gold);padding-left:34px;margin-left:0}
.cta-about .cta-side p{font-size:13px;line-height:17px;max-width:350px}
.cta-about .cta-btns{display:flex;gap:13px;margin-top:12px}
.cta-about .btn{height:40px;font-size:13px}
.cta-about .btn-gold{width:168px}
.cta-about .btn-outline{width:167px;gap:16px}

/* ---------- SERVICES ---------- */
.svc-page{padding:14px 0 12px}
.svc-page .sec-head{padding:0 0 0 32px;margin-bottom:13px}
.svc-page .sec-intro{font-size:13.4px;line-height:19px;max-width:420px;margin-right:24px}
.svc-page .svc-card>img{height:86px}
.svc-page .svc-ico{top:-39px;left:16px;width:58px;height:58px}
.svc-page .svc-body{padding:15px 20px 14px}
.svc-page .svc-body h3{font-size:17px;line-height:17px}
.svc-page .svc-body p{font-size:13.6px;line-height:16.5px;color:var(--text);margin-top:7px;max-width:212px}
.learn{display:inline-flex;align-items:center;gap:12px;margin-top:auto;padding-top:8px;font-family:var(--head);font-weight:700;font-size:13px;color:var(--g800)}
.learn .icon{font-size:16px}
.learn:hover{text-decoration:underline}
.process-row{display:grid;grid-template-columns:236px 1fr 1px 470px;gap:0;align-items:start;padding:4px var(--pad) 8px}
.process-intro h2{font-family:var(--head);font-weight:800;font-size:23.5px;line-height:25px;color:var(--ink);margin-top:5px}
.process-intro p:not(.eyebrow){font-size:14.5px;line-height:17px;color:var(--text);margin-top:12px}
.process-intro .eyebrow{margin-left:1px}
.steps{display:flex;gap:10px;padding:10px 0 0 14px;margin:0;list-style:none}
.step{position:relative;flex:1;max-width:205px}
.step-top{display:flex;align-items:flex-start;gap:14px}
.step .circ{width:64px;height:64px;border-radius:50%;background:var(--mint);display:grid;place-items:center;color:var(--g800);flex:none}
.step .circ .icon{font-size:30px}
.step-num{font-family:var(--head);font-weight:800;font-size:22px;color:var(--gold);line-height:22px;margin-top:6px;display:block}
.step h3{font-family:var(--head);font-weight:700;font-size:14.5px;color:var(--ink);margin-top:11px}
.step p{font-size:12.5px;line-height:18px;color:var(--text);margin:3px 0 0 58px}
.step-arrow{position:absolute;right:-8px;top:70px;color:var(--g800);font-size:16px}
.vline{background:#dfe3e0;width:1px;height:142px;margin-top:0}
.clients{padding-left:26px}
.clients .hang{padding-left:39px}
.clients .hang .eyebrow{margin-left:-39px;font-size:10px}
.clients h2{font-family:var(--head);font-weight:800;font-size:18px;color:var(--ink);margin-top:4px}
.clients .hang p:not(.eyebrow){font-size:13.5px;line-height:14.5px;color:var(--text);margin-top:4px}
.client-list{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:6px}
.client-list li{text-align:center}
.client-list .circ{width:52px;height:52px;border-radius:50%;background:var(--mint);display:grid;place-items:center;color:var(--g800);margin:0 auto}
.client-list .circ .icon{font-size:27px}
.client-list h3{font-family:var(--head);font-weight:800;font-size:11.5px;line-height:11px;color:var(--ink);margin-top:3px}
.client-list p{font-size:9.5px;line-height:9.5px;color:var(--muted);margin-top:3px}
.cta-services{background-image:url(../images/services/cta-bg.jpg)}
.cta-services .wrap{display:grid;grid-template-columns:311px 1fr 1px 382px auto;align-items:center;min-height:85px;padding-left:calc(var(--pad) + 4px)}
.cta-services .eyebrow{color:#fff;font-size:9px;font-weight:600;letter-spacing:.2em;gap:10px}
.cta-services .eyebrow::before{width:28px}
.cta-services h2{font-size:26px;line-height:30px;margin-top:2px}
.cta-services .cta-text{font-size:13px;line-height:16.5px;max-width:none}
.cta-services .vl{width:1px;height:56px;background:rgba(252,193,42,.55)}
.cta-list{padding-left:60px}
.cta-list li{display:flex;align-items:center;gap:18px;font-size:13px;line-height:19.5px}
.cta-list .icon{font-size:15px}
.cta-services .btn{height:36px;width:167px;font-size:14px;margin-right:8px}

/* ---------- PROJECTS ---------- */
.filters{display:flex;justify-content:center;gap:8px;padding:8px 0 11px}
.filters button{display:inline-flex;align-items:center;justify-content:center;gap:16px;height:38px;border:0;border-radius:6px;background:#eef3ed;font-family:var(--head);font-weight:600;font-size:13.5px;color:#1b2230;cursor:pointer}
.filters button .icon{font-size:22px;color:var(--g800)}
.filters button[aria-pressed="true"]{background:var(--g800);color:#fff}
.filters button[aria-pressed="true"] .icon{color:#fff}
.filters button:hover:not([aria-pressed="true"]){background:#e2ebe1}
.f-all{width:186px}.f-grounds{width:196px}.f-construction{width:195px}.f-consultancy{width:181px}.f-community{width:245px}
.proj-grid{display:grid;grid-template-columns:452fr 420fr 452fr;gap:10px 16px;padding:0 0 8px}
.proj-card{position:relative;background:#fff;border-radius:8px;box-shadow:var(--shadow);border:1px solid #f0f2f0;overflow:hidden;display:flex;flex-direction:column}
.proj-card[hidden]{display:none}
.proj-card>img{width:100%;height:105px;object-fit:cover}
.proj-tag{position:absolute;left:14px;top:-36px;display:flex;align-items:center}
.proj-tag .circ{width:42px;height:42px;border-radius:50%;background:var(--g800);color:#fff;display:grid;place-items:center;border:2px solid #fff;position:relative;z-index:1}
.proj-tag .circ .icon{font-size:23px}
.proj-tag b{background:#fff;border-radius:0 12px 0 0;height:23px;margin:12px 0 0 -8px;padding:0 14px 0 20px;display:flex;align-items:center;font-family:var(--head);font-weight:700;font-size:9.5px;letter-spacing:.06em;color:var(--ink)}
.proj-body{position:relative;padding:9px 18px 12px 17px;display:flex;align-items:flex-end;gap:12px}
.proj-body div{flex:1}
.proj-body h3{font-family:var(--head);font-weight:800;font-size:16px;line-height:17px;color:var(--ink)}
.proj-body p{font-size:13.5px;line-height:17px;color:var(--text);margin-top:5px;max-width:345px}
.proj-body .arrow-link{margin-bottom:10px}
.proj-empty{text-align:center;padding:24px;color:var(--text)}
.testi{margin:0 -20px;background:#edf3ed;border-radius:10px;display:grid;grid-template-columns:348px repeat(3,1fr);gap:13px;padding:11px 29px 11px 34px;max-width:1402px}
.testi-intro{padding:10px 0 0}
.testi-intro h2{font-family:var(--head);font-weight:800;font-size:26.5px;line-height:28px;color:var(--ink);margin-top:10px}
.testi-intro p:not(.eyebrow){font-size:14.4px;line-height:17px;color:var(--text);margin-top:10px}
.testi-card{position:relative;margin:0;background:#fff;border-radius:8px;padding:14px 14px 12px 49px}
.testi-card .q{position:absolute;left:15px;top:16px;color:var(--g800);font-size:20px}
.testi-card blockquote{margin:0;font-size:12.6px;line-height:16.5px;color:#2c3240}
.testi-card figcaption{margin-top:5px;font-size:12px;line-height:15px;color:var(--text)}
.testi-card figcaption b{display:block;font-family:var(--head);font-weight:800;color:var(--ink)}
.testi-wrap{padding:0 0 6px}
.cta-projects{background-image:url(../images/projects/cta-bg.jpg)}
.cta-projects .wrap{display:flex;align-items:center;justify-content:space-between;min-height:86px;padding-left:calc(var(--pad) + 104px);padding-right:calc(var(--pad) + 106px)}
.cta-projects .eyebrow{color:#fff;font-size:9.5px;font-weight:600;gap:11px}
.cta-projects .eyebrow::before{width:28px}
.cta-projects h2{font-size:26.5px;line-height:31px;margin-top:4px}
.cta-projects p.sub{font-size:16.2px;line-height:18px}
.cta-projects .cta-btns{display:flex;gap:14px}
.cta-projects .btn{height:43px;font-size:13px}
.cta-projects .btn-gold{width:196px}
.cta-projects .btn-outline{width:160px}

/* ---------- CONTACT ---------- */
.contact-sec{padding:14px 0 0}
.contact-grid{display:grid;grid-template-columns:679px 1fr;gap:18px;max-width:1348px;padding-left:calc(var(--pad) + 5px);padding-right:calc(var(--pad) + 5px)}
.panel{background:#fff;border:1px solid #edf0ee;border-radius:10px;box-shadow:0 2px 14px rgba(12,40,20,.07)}
.form-panel{padding:14px 20px 20px 19px;align-self:start}
.form-panel .hang{padding-left:44px}
.form-panel h2{font-family:var(--head);font-weight:800;font-size:32px;line-height:34px;color:#0b0f19;margin-top:8px}
.form-panel .hang>p:not(.eyebrow){font-size:16px;line-height:20px;color:var(--text);margin-top:8px}
.form{margin-top:24px;display:grid;grid-template-columns:1fr 1fr;gap:14px 13px}
.fld{position:relative;display:block}
.fld.full{grid-column:1/-1}
.fld input,.fld select,.fld textarea{width:100%;height:43px;border:1px solid #e1e6e9;background:var(--field);border-radius:6px;padding:0 17px;font-size:14px;color:var(--ink);appearance:none;-webkit-appearance:none}
.fld textarea{height:130px;padding:14px 16px;resize:vertical;min-height:100px;display:block}
.fld select{padding-right:44px;cursor:pointer}
.fld input:focus,.fld select:focus,.fld textarea:focus{outline:none;border-color:var(--g700);box-shadow:0 0 0 3px rgba(29,94,39,.15);background:#fff}
.fld .ph{position:absolute;left:18px;top:12px;font-size:14px;line-height:18px;color:#5d6270;pointer-events:none}
.fld .ph b{color:#d63b2f;font-weight:500}
.fld textarea~.ph{top:14px;left:16px}
.fld input:not(:placeholder-shown)~.ph,.fld textarea:not(:placeholder-shown)~.ph,.fld select:valid~.ph{display:none}
.fld select:invalid{color:transparent}
.fld select option{color:var(--ink)}
.fld .chev{position:absolute;right:15px;top:12px;font-size:18px;color:var(--ink);pointer-events:none}
.fld.bad input,.fld.bad select,.fld.bad textarea{border-color:#d63b2f}
.err{grid-column:1/-1;margin-top:-6px;font-size:13px;color:#c0342a;display:none}
.err.show{display:block}
.send{grid-column:1/-1;height:46px;font-size:18px;border-radius:6px;margin-top:2px;gap:16px;width:100%}
.send .icon{font-size:21px}
.form-status{grid-column:1/-1;font-size:13.5px;line-height:18px;color:var(--g700);display:none}
.form-status.show{display:block}
.side-col{display:flex;flex-direction:column;gap:12px;position:relative;z-index:2}
.info-panel{padding:14px 22px 8px 19px}
.info-list li{display:flex;align-items:center;gap:28px;padding:7px 0 7px 11px}
.info-list li+li{border-top:1px solid #e3e7e4;margin-left:89px;padding-left:0}
.info-list li+li .circ{margin-left:-78px;margin-right:28px}
.info-list li+li{gap:0}
.info-list .circ{width:50px;height:50px;border-radius:50%;background:var(--g800);color:#fff;display:grid;place-items:center;flex:none}
.info-list .circ .icon{font-size:24px}
.info-list small{display:block;font-family:var(--head);font-weight:700;font-size:12.5px;line-height:15px;color:#0f4a22}
.info-list strong{display:block;font-family:var(--head);font-weight:800;font-size:20px;line-height:22px;color:#0b0f19;word-break:break-word}
.info-list li:nth-child(2) strong{font-size:18px}
.info-list span{display:block;font-size:12.3px;line-height:15px;color:var(--text);margin-top:1px}
.info-list a:hover strong{color:var(--g700)}
.svc-mini-wrap{background:#fff;border-radius:0 0 12px 14px;padding:0 0 13px 17px;margin:0 0 -45px -17px}
.svc-mini-panel{padding:13px 22px 10px 19px}
.svc-mini{display:grid;grid-template-columns:1fr 1fr;gap:8px 18px;margin-top:8px}
.svc-mini ul{display:flex;flex-direction:column;gap:8px}
.svc-mini li{display:flex;gap:25px;align-items:flex-start}
.svc-mini .circ{width:50px;height:50px;border-radius:50%;background:var(--g800);color:#fff;display:grid;place-items:center;flex:none}
.svc-mini .circ.light{background:#e8f1e8;color:var(--g800);border:1px solid #d7e5d7}
.svc-mini .circ .icon{font-size:25px}
.svc-mini h3{font-family:var(--head);font-weight:800;font-size:14px;line-height:15px;color:#0b0f19;margin-top:3px}
.svc-mini p{font-size:12.5px;line-height:15px;color:var(--text);margin-top:2px}
.col-a li:nth-child(1){order:1}
.cta-contact{max-width:1348px;margin:0 auto;padding:0 calc(var(--pad) + 5px)}
.cta-contact-in{position:relative;border-radius:8px;background:var(--g900) url(../images/contact/cta-bg.jpg) no-repeat left center/cover;color:#fff;min-height:101px;display:flex;align-items:center;justify-content:space-between;padding:10px 172px 10px 183px;margin-top:14px}
.cta-contact .eyebrow{color:#fff;font-size:9.5px;font-weight:600;gap:14px}
.cta-contact h2{font-family:var(--head);font-weight:800;font-size:32px;line-height:34px;margin:2px 0 0 7px}
.cta-contact p:not(.eyebrow){font-size:16px;line-height:18px;margin-left:7px}
.cta-contact .btn{height:43px;width:261px;font-size:16px;gap:16px}
.cta-contact .btn .icon{font-size:20px}
.page-contact .site-footer{margin-top:6px}

/* ---------- responsive ---------- */
@media (max-width:1400px){
  .hdr-quote{width:176px}
  .home-about-grid{grid-template-columns:minmax(300px,390px) minmax(320px,400px) 1fr}
  .home-about-img{width:100%}
  .home-why{margin-left:24px;padding-left:24px}
  .story-grid{grid-template-columns:minmax(300px,409px) 1fr minmax(360px,440px)}
  .story-img{width:100%}
  .process-row{grid-template-columns:220px 1fr 1px 440px}
  .ftr-inner{grid-template-columns:290px 160px 270px 300px minmax(0,1fr)}
  .f-tag{white-space:normal;margin-left:0}
  .f-col{padding-left:28px}
  .cta-projects .wrap{padding-left:calc(var(--pad) + 30px);padding-right:var(--pad)}
  .cta-contact-in{padding-left:120px;padding-right:60px}
  .testi{grid-template-columns:320px repeat(3,1fr);padding-left:24px;padding-right:20px}
}
@media (max-width:1300px){
  .hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(1,36,21,.9) 0%,rgba(1,36,21,.82) 42%,rgba(1,36,21,.35) 62%,rgba(1,36,21,0) 80%)}
  .hero-inner{position:relative}
}
@media (max-width:1200px){
  .filters button{width:auto!important;padding:0 22px;gap:12px}
  .main-nav{gap:10px;padding-left:16px}
  .svc-grid{grid-template-columns:repeat(3,1fr)}
  .home-about-grid{grid-template-columns:minmax(300px,390px) 1fr}
  .home-why{grid-column:1/-1;margin:48px 0 26px;border-left:0;padding:0;height:auto}
  .home-why .eyebrow{position:static;justify-content:center;margin-bottom:16px}
  .why-mini{margin:0 auto}
  .story-grid{grid-template-columns:minmax(280px,409px) 1fr}
  .story-text{border-right:0;margin-right:0;padding-right:0}
  .mvv{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,1fr);margin-top:20px}
  .mvv li,.mvv li:last-child{min-height:0;align-items:flex-start}
  .why-grid{grid-template-columns:repeat(2,1fr)}
  .process-row{grid-template-columns:1fr;gap:26px}
  .process-intro{max-width:520px}
  .steps{padding-left:0}
  .vline{display:none}
  .clients{padding-left:0;border-top:1px solid #e3e6e4;padding-top:22px}
  .client-list{max-width:620px}
  .client-list h3{font-size:13px;line-height:15px}
  .client-list p{font-size:12px;line-height:15px}
  .cta-services .wrap{grid-template-columns:1fr 1fr;gap:18px 30px;padding-top:22px;padding-bottom:22px}
  .cta-services .vl{display:none}
  .cta-list{padding-left:0}
  .cta-about .wrap{flex-wrap:wrap;gap:16px;padding-top:22px;padding-bottom:22px;padding-left:var(--pad)}
  .cta-about h2{width:auto}
  .proj-grid{grid-template-columns:1fr 1fr}
  .filters{flex-wrap:wrap}
  .testi{grid-template-columns:repeat(3,1fr);padding:22px;margin:0}
  .testi-intro{grid-column:1/-1;padding:0 0 4px}
  .cta-projects .wrap{flex-wrap:wrap;gap:16px;padding-top:22px;padding-bottom:22px}
  .contact-grid{grid-template-columns:1fr;max-width:820px}
  .svc-mini-wrap{margin:0;padding:0;background:transparent}
  .cta-contact{max-width:820px}
  .cta-contact-in{flex-wrap:wrap;gap:16px;padding:24px 28px 24px 150px}
  .ftr-inner{grid-template-columns:repeat(4,1fr);row-gap:26px}
  .f-brand{grid-column:1/-1}
  .f-col:nth-child(2){border-left:0;padding-left:0}
}
@media (max-width:980px){
  .site-header,.hdr-inner{height:72px}
  .brand-logo{width:108px}
  .brand-text{padding-top:10px}
  .brand-name{font-size:21px;line-height:20px}
  .brand-tag{font-size:10.5px}
  .hdr-quote{display:none}
  .nav-toggle{display:block}
  .main-nav{position:absolute;left:0;right:0;top:72px;flex-direction:column;align-items:stretch;gap:0;margin:0;padding:8px var(--pad) 18px;background:#fff;box-shadow:0 12px 24px rgba(0,0,0,.12);display:none}
  .nav-open .main-nav{display:flex}
  .main-nav a{padding:14px 4px;font-size:16px;border-bottom:1px solid #eef0ee}
  .main-nav a::after{bottom:8px;right:auto;width:40px}
  .main-nav .nav-quote{display:flex;margin-top:14px;height:46px;border-bottom:0;color:#fff;font-size:16px;font-weight:600}
  .main-nav .nav-quote::after{display:none}
  .ftr-inner{grid-template-columns:1fr 1fr}
  .f-col{border-left:0;padding-left:0!important;min-height:0}
  .f-tag{margin-left:0;white-space:normal}
  .hero{background-position:62% bottom}
  .hero::before{background:linear-gradient(90deg,rgba(1,36,21,.94) 0%,rgba(1,36,21,.8) 55%,rgba(1,36,21,.3) 100%)}
  .hero-inner{padding-left:var(--pad)!important;padding-right:var(--pad);padding-bottom:44px!important}
  br.d{display:none}
  .hero-lead{max-width:600px!important}
  .hero h1{font-size:40px!important;line-height:44px!important}
  .hero-lead{font-size:18px!important;line-height:25px!important}
  .sec-head{flex-direction:column;align-items:flex-start;gap:10px;padding:0!important}
  .sec-intro{max-width:620px}
  .home-services .sec-head,.svc-page .sec-head{margin-bottom:18px}
}
@media (max-width:760px){
  :root{--pad:18px}
  body{font-size:15px}
  .hero h1{font-size:34px!important;line-height:39px!important}
  .hero-lead{font-size:17px!important}
  .hero .eyebrow{font-size:10px;letter-spacing:.16em}
  .hero-actions .btn{width:auto!important;padding:0 22px}
  .svc-grid{grid-template-columns:repeat(2,1fr)}
  .home-about-grid{grid-template-columns:1fr}
  .home-about-img{height:auto;aspect-ratio:390/200}
  .home-about-text{padding:22px 0 0}
  .home-about-text p:not(.eyebrow){max-width:none}
  .why-mini li{width:33%}
  .story{padding-top:22px}
  .story-grid{grid-template-columns:1fr}
  .story-img{height:auto;aspect-ratio:409/278}
  .story-text{padding:22px 0 0;min-height:0}
  .mvv{grid-template-columns:1fr}
  .why-grid{grid-template-columns:1fr}
  .why .sec-head{margin-bottom:16px}
  .steps{flex-direction:column;gap:22px}
  .step{max-width:none}
  .step-arrow{display:none}
  .client-list{grid-template-columns:repeat(2,1fr);gap:18px}
  .cta-services .wrap{grid-template-columns:1fr}
  .proj-grid{grid-template-columns:1fr}
  .proj-card>img{height:auto;aspect-ratio:452/150}
  .testi{grid-template-columns:1fr;padding:20px 16px}
  .form{grid-template-columns:1fr}
  .form-panel{padding:18px 16px 20px}
  .form-panel .hang{padding-left:0}
  .form-panel .hang .eyebrow{margin-left:0}
  .info-list li+li{margin-left:0}
  .info-list li+li .circ{margin-left:0;margin-right:20px}
  .info-list li{gap:20px;padding-left:0}
  .info-panel,.svc-mini-panel{padding-left:16px;padding-right:16px}
  .svc-mini{grid-template-columns:1fr}
  .cta-contact-in{padding:26px 20px;background-position:left top}
  .cta-contact-in::before{content:"";position:absolute;inset:0;border-radius:8px;background:rgba(1,36,21,.55)}
  .cta-contact-in>*{position:relative}
  .cta-contact h2,.cta-contact p:not(.eyebrow){margin-left:0}
  .cta-contact .btn{width:100%}
  .ftr-inner{grid-template-columns:1fr 1fr;padding-bottom:36px}
  .f-col{border-left:0;padding-left:0!important;min-height:0}
  .f-brand img{width:96px}
  .f-tag{margin-left:0;white-space:normal}
}
@media (max-width:480px){
  .hero h1{font-size:30px!important;line-height:35px!important}
  .svc-grid{grid-template-columns:1fr}
  .svc-card>img,.svc-page .svc-card>img{height:auto;aspect-ratio:260/100}
  .brand-name{font-size:18px;line-height:18px}
  .brand-logo{width:92px}
  .brand-tag{font-size:9.5px}
  .brand{gap:8px}
  .hero-actions{flex-direction:column;align-items:stretch}
  .hero-actions .btn{width:100%!important}
  .why-mini span{font-size:13px}
  .cta-about .cta-side{border-left:0;padding-left:0;margin-left:0}
  .cta-about .cta-btns,.cta-projects .cta-btns{flex-direction:column;align-items:stretch;width:100%}
  .cta-about .btn,.cta-projects .btn{width:100%!important}
  .cta-projects h2{font-size:25px;line-height:29px}
  .cta-services .btn{width:100%;margin:0}
  .filters button{width:calc(50% - 4px)!important}
  .filters .f-community{width:100%!important}
  .f-col--contact,.f-col--follow{grid-column:1/-1}
  .info-list li:nth-child(2) strong{font-size:14.5px}
  .f-brand{gap:16px}
}
