:root{
  --navy:#071f3d; --navy2:#0d3159; --gold:#e2aa36; --cream:#f8f5ee;
  --green:#1f6e4a; --text:#172033; --muted:#667184; --white:#fff;
  --radius:22px; --shadow:0 18px 50px rgba(7,31,61,.10);
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;font-family:Manrope,Arial,sans-serif;color:var(--text);background:#fff} a{text-decoration:none;color:inherit} button{font:inherit}.container{width:min(1180px,calc(100% - 40px));margin:auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(7,31,61,.08)}.nav-wrap{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:12px}.brand img{width:54px;height:54px;object-fit:cover;border-radius:50%;box-shadow:0 5px 18px rgba(0,0,0,.12)}.brand-text{display:flex;flex-direction:column}.brand-text strong{font-size:16px;letter-spacing:.09em;color:var(--navy)}.brand-text span{font-size:11px;color:#7d8795}.nav-links{display:flex;align-items:center;gap:30px;font-size:14px;font-weight:700;color:#3d485a}.nav-links>a:not(.btn):hover{color:var(--gold)}.menu-btn{display:none;border:0;background:none;font-size:27px;color:var(--navy);cursor:pointer}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:var(--gold);color:var(--navy);font-weight:800;border-radius:999px;padding:15px 23px;box-shadow:0 8px 24px rgba(226,170,54,.28);transition:.25s}.btn:hover{transform:translateY(-2px);filter:brightness(1.04)}.btn-small{padding:11px 18px;font-size:13px}
.hero{position:relative;height:min(760px,78vh);min-height:620px;overflow:hidden;background:var(--navy)}.slides,.slide{position:absolute;inset:0}.slide{opacity:0;pointer-events:none;transition:opacity .75s ease}.slide.active{opacity:1;pointer-events:auto}.slide-art,.cta-art,.placeholder-panel{position:absolute;inset:0;display:grid;place-items:center;text-align:center;color:rgba(255,255,255,.83);font-weight:800;letter-spacing:.05em;background:linear-gradient(120deg,#0d3159,#236c70 58%,#d6a233);font-size:22px}.slide:nth-child(2) .slide-art{background:linear-gradient(120deg,#173c2c,#4b7a48 55%,#e0ad3c)}.slide:nth-child(3) .slide-art{background:linear-gradient(120deg,#111a2a,#224f75 55%,#8b6a30)}.slide:nth-child(4) .slide-art{background:linear-gradient(120deg,#0f382b,#2f7656 50%,#d6a33e)}.slide:nth-child(5) .slide-art{background:linear-gradient(120deg,#172033,#303f59 54%,#b57c2d)}.slide-art small,.cta-art small,.placeholder-panel small{font-size:12px;font-weight:600;opacity:.75}.slide-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,17,34,.86) 0%,rgba(3,17,34,.62) 48%,rgba(3,17,34,.08) 100%)}.slide-content{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;color:white;padding-top:35px}.eyebrow,.kicker{font-size:12px;letter-spacing:.18em;font-weight:800;color:var(--gold);margin-bottom:18px}.slide-content h1,.slide-content h2{font-family:"Playfair Display",serif;font-size:clamp(44px,5.9vw,78px);line-height:1.02;margin:0 0 22px;max-width:840px}.slide-content h2{font-size:clamp(40px,5vw,68px)}.slide-content h1 em{font-style:normal;color:#f1d183}.slide-content p{font-size:17px;line-height:1.75;max-width:650px;color:rgba(255,255,255,.82);margin:0 0 30px}.slider-arrow{position:absolute;z-index:4;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;border:1px solid rgba(255,255,255,.35);background:rgba(4,20,39,.28);color:#fff;font-size:32px;cursor:pointer;backdrop-filter:blur(8px)}.slider-arrow:hover{background:rgba(4,20,39,.6)}.prev{left:24px}.next{right:24px}.slider-dots{position:absolute;z-index:4;left:50%;bottom:24px;transform:translateX(-50%);display:flex;gap:9px}.slider-dots button{width:9px;height:9px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.45);cursor:pointer}.slider-dots button.active{width:30px;border-radius:9px;background:var(--gold)}
.section{padding:100px 0}.section-head{max-width:720px;margin-bottom:50px}.section-head.centered{text-align:center;margin-left:auto;margin-right:auto}.section-head h2,.about-copy h2,.cta-content h2{font-family:"Playfair Display",serif;font-size:clamp(36px,4vw,54px);line-height:1.12;margin:0 0 16px;color:var(--navy)}.section-head p,.about-copy p{line-height:1.8;color:var(--muted);font-size:16px}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.service-card{padding:30px 26px;border:1px solid #e8ecf1;border-radius:var(--radius);background:#fff;box-shadow:0 10px 30px rgba(7,31,61,.04);transition:.25s}.service-card:hover{transform:translateY(-6px);border-color:#d8b663;box-shadow:var(--shadow)}.icon-placeholder{width:58px;height:58px;border-radius:18px;display:grid;place-items:center;background:#edf3f8;border:1px dashed #93a3b5;color:var(--navy);font-size:13px;font-weight:800;margin-bottom:24px}.service-card h3{margin:0 0 10px;color:var(--navy);font-size:18px}.service-card p{margin:0;color:var(--muted);font-size:13px;line-height:1.7}.service-card.special{background:var(--navy);border-color:var(--navy)}.service-card.special h3,.service-card.special p{color:#fff}.service-card.special p{opacity:.72}.service-card.special .icon-placeholder{background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.4);color:var(--gold)}
.about{background:var(--cream)}.about-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center}.about-media{position:relative;min-height:560px;border-radius:28px;overflow:hidden;box-shadow:var(--shadow);background:linear-gradient(135deg,#173f5f,#4f7c6a 55%,#d5a13d)}.about-copy .lead{font-size:20px;color:#354257}.tagline{margin:28px 0 22px;padding:18px 20px;border-left:4px solid var(--gold);background:#fff;font-family:"Playfair Display",serif;font-size:22px;color:var(--navy);box-shadow:0 8px 24px rgba(0,0,0,.04)}.text-link{font-weight:800;color:var(--navy)}.text-link span{color:var(--gold);font-size:22px;margin-left:8px}
.why{background:var(--navy)}.section-head.light h2{color:#fff}.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.why-card{padding:30px 26px;border:1px solid rgba(255,255,255,.12);border-radius:var(--radius);background:rgba(255,255,255,.04);color:#fff}.why-icon{width:54px;height:54px;display:grid;place-items:center;border-radius:17px;background:rgba(226,170,54,.12);border:1px dashed rgba(226,170,54,.65);color:var(--gold);font-weight:800;margin-bottom:22px}.why-card h3{margin:0 0 10px;font-size:18px}.why-card p{margin:0;color:rgba(255,255,255,.64);font-size:13px;line-height:1.7}
.cta{position:relative;min-height:560px;display:flex;align-items:center;overflow:hidden;padding:80px 0}.cta-art{background:linear-gradient(120deg,#7c5c28,#2d6653 52%,#0a2b50)}.cta-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,17,34,.9),rgba(3,17,34,.62),rgba(3,17,34,.18))}.cta-content{position:relative;z-index:2;color:#fff}.cta-content h2{color:#fff;max-width:780px}.cta-content p{font-size:17px;color:rgba(255,255,255,.76);margin:0 0 28px}.btn-light{background:#fff;color:var(--navy);box-shadow:none}.wa-mark{display:grid;place-items:center;width:25px;height:25px;border-radius:50%;background:#25D366;color:#fff;font-size:9px;font-weight:800}
.footer{background:#041528;color:#fff;padding:32px 0}.footer-grid{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:28px}.footer-brand{display:flex;align-items:center;gap:13px}.footer-brand img{width:52px;height:52px;border-radius:50%;object-fit:cover}.footer-brand div{display:flex;flex-direction:column}.footer-brand strong{letter-spacing:.08em;font-size:14px}.footer-brand span{color:rgba(255,255,255,.55);font-size:11px}.footer-links{display:flex;gap:20px;font-size:12px;color:rgba(255,255,255,.68)}.footer-links a:hover{color:var(--gold)}.footer-copy{font-size:11px;color:rgba(255,255,255,.43)}
.floating-wa{position:fixed;z-index:60;right:22px;bottom:22px;display:flex;align-items:center;gap:9px;background:#25D366;color:white;padding:10px 15px 10px 10px;border-radius:999px;box-shadow:0 12px 32px rgba(0,0,0,.22);font-size:12px}.floating-wa span{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#fff;color:#1ea952;font-size:10px;font-weight:900}.floating-wa b{font-weight:800}

/* =========================================================
   RESPONSIVE DESIGN
   ========================================================= */
html,body{overflow-x:hidden}

@media(max-width:1100px){
  .container{width:min(100% - 36px,1180px)}
  .nav-wrap{position:relative}
  .menu-btn{display:grid;place-items:center;width:44px;height:44px;padding:0;border-radius:12px}
  .nav-links{position:absolute;top:100%;left:-18px;right:-18px;background:rgba(255,255,255,.98);padding:14px 20px 20px;display:none;flex-direction:column;align-items:stretch;gap:0;border-bottom:1px solid #e8ecf1;box-shadow:0 18px 35px rgba(7,31,61,.10)}
  .nav-links.open{display:flex}
  .nav-links>a:not(.btn){padding:13px 4px;border-bottom:1px solid #eef1f4}
  .nav-links .btn{margin-top:14px;width:100%}
  .slider-arrow{display:none}
  .service-grid,.why-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .about-grid{grid-template-columns:1fr;gap:44px}
  .about-media{width:100%;max-width:680px;min-height:0;aspect-ratio:1/1;margin:auto}
  .footer-grid{grid-template-columns:1fr}
  .footer-links{flex-wrap:wrap}
}

@media(max-width:768px){
  .container{width:calc(100% - 28px)}

  .nav-wrap{min-height:68px}
  .brand{gap:9px}
  .brand img{width:48px;height:48px}
  .brand-text strong{font-size:14px}
  .brand-text span{display:none}
  .menu-btn{font-size:25px}
  .nav-links{left:-14px;right:-14px}

  .hero{height:calc(100svh - 68px);min-height:640px;max-height:760px}
  .slide-shade{background:linear-gradient(0deg,rgba(3,17,34,.96) 0%,rgba(3,17,34,.88) 28%,rgba(3,17,34,.56) 57%,rgba(3,17,34,.12) 100%)}
  .slide-content{height:100%;justify-content:flex-end;align-items:flex-start;padding:0 0 92px}
  .eyebrow{font-size:10px;margin-bottom:10px;letter-spacing:.16em}
  .slide-content h1,.slide-content h2{font-size:clamp(34px,10vw,44px);line-height:1.05;max-width:600px;margin-bottom:14px}
  .slide-content h1 br{display:none}
  .slide-content p{font-size:14px;line-height:1.6;max-width:520px;margin-bottom:21px;color:rgba(255,255,255,.86)}
  .slide-content .btn{min-height:48px;padding:13px 20px;font-size:13px}

  .hero-residential .slide-art img{object-position:72% center}
  .hero-agriculture .slide-art img{object-position:72% center}
  .hero-commercial .slide-art img{object-position:70% center}
  .hero-investment .slide-art img{object-position:55% center}
  .hero-services .slide-art img{object-position:78% center}

  .slider-dots{bottom:25px;gap:8px}
  .slider-dots button{width:8px;height:8px}
  .slider-dots button.active{width:26px}

  .section{padding:64px 0}
  .section-head{margin-bottom:32px}
  .section-head h2,.about-copy h2,.cta-content h2{font-size:clamp(30px,8vw,38px);line-height:1.12}
  .section-head p,.about-copy p{font-size:14px;line-height:1.7}
  .kicker{font-size:10px;margin-bottom:12px}

  .service-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .service-card{min-width:0;padding:20px 16px;border-radius:18px}
  .service-card:hover{transform:none}
  .icon-placeholder{width:52px;height:52px;border-radius:15px;margin-bottom:16px}
  .service-card h3{font-size:15px;line-height:1.3;margin-bottom:7px}
  .service-card p{font-size:12px;line-height:1.55}

  .about-grid{gap:32px}
  .about-media{width:100%;max-width:none;min-height:0;aspect-ratio:1/1;border-radius:22px}
  .about-copy .lead{font-size:17px;line-height:1.65}
  .tagline{margin:22px 0 20px;padding:16px;font-size:18px;line-height:1.4}

  .why-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .why-card{padding:20px 16px;border-radius:18px}
  .why-icon{width:48px;height:48px;border-radius:14px;margin-bottom:15px}
  .why-card h3{font-size:15px;line-height:1.3}
  .why-card p{font-size:12px;line-height:1.55}

  .cta{min-height:560px;padding:64px 0;align-items:flex-end}
  .cta-art img{object-position:62% center}
  .cta-overlay{background:linear-gradient(0deg,rgba(3,17,34,.95) 0%,rgba(3,17,34,.80) 45%,rgba(3,17,34,.25) 100%)}
  .cta-content{text-align:center;margin:auto}
  .cta-content h2{margin-left:auto;margin-right:auto}
  .cta-content h2 br{display:none}
  .cta-content p{font-size:14px;line-height:1.65;max-width:460px;margin:0 auto 24px}
  .cta-content .btn{width:100%;max-width:320px;min-height:50px;margin:auto}

  .footer{padding:34px 0}
  .footer-grid{gap:22px;justify-items:center;text-align:center}
  .footer-brand{justify-content:center}
  .footer-links{justify-content:center;gap:18px}

  .floating-wa{width:56px;height:56px;right:16px;bottom:16px;padding:0;justify-content:center;border-radius:50%}
  .floating-wa b{display:none}
  .floating-wa span{width:56px;height:56px;background:transparent}
  .floating-wa span img{width:30px!important;height:30px!important}
}

@media(max-width:360px){
  .container{width:calc(100% - 22px)}
  .hero{min-height:620px}
  .slide-content h1,.slide-content h2{font-size:32px}
  .service-grid,.why-grid{grid-template-columns:1fr}
  .service-card,.why-card{padding:20px}
}
