@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@1,600&display=swap');
:root{--green:#164f43;--green2:#0d6c50;--mint:#dceadf;--cream:#f6f2e9;--ink:#15231f;--muted:#65726e;--line:#d8dfdb;--white:#fff}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:'DM Sans',sans-serif;color:var(--ink);background:#fff}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.container{width:min(1160px,calc(100% - 36px));margin:auto}
.topbar{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.nav{height:78px;display:flex;align-items:center;justify-content:space-between}.brand img{width:195px;height:56px;object-fit:contain;object-position:left}.nav nav{display:flex;gap:26px;align-items:center}.nav nav a{font-weight:600;font-size:14px}.menu{display:none;border:0;background:none;font-size:26px}
.hero{padding:74px 0 58px;background:radial-gradient(circle at 82% 20%,#dceadd 0,transparent 30%),linear-gradient(130deg,#f8f6ef,#fff)}.hero-grid{display:grid;grid-template-columns:1.03fr .97fr;gap:58px;align-items:center}.kicker{display:inline-block;font-size:12px;letter-spacing:.18em;font-weight:700;color:var(--green2);margin-bottom:17px}.hero h1,.section h2,.cta h2{font-size:clamp(40px,6vw,72px);line-height:1.02;letter-spacing:-.045em;margin:0 0 25px}.hero h1{max-width:780px}.hero p{font-size:19px;line-height:1.7;color:var(--muted);max-width:650px}.actions{display:flex;gap:12px;flex-wrap:wrap;margin:34px 0}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 22px;border-radius:999px;font-weight:700}.primary{background:var(--green);color:#fff}.secondary{border:1px solid var(--green);color:var(--green)}.trust{display:flex;gap:20px;flex-wrap:wrap;font-size:13px;font-weight:700}.trust span:before{content:'✓';margin-right:7px;color:var(--green2)}.hero-card{background:#fff;padding:12px;border-radius:28px;box-shadow:0 24px 70px rgba(20,60,48,.16);transform:rotate(1deg)}.hero-card img{height:510px;width:100%;object-fit:cover;border-radius:20px;object-position:center}.hero-card-caption{padding:18px 12px 12px;display:flex;justify-content:space-between;gap:20px}.hero-card-caption small{color:var(--muted);max-width:230px}
.quick-access{margin-top:-15px;padding-bottom:42px}.access-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.access-card{border:1px solid var(--line);padding:28px;border-radius:22px;display:grid;grid-template-columns:auto 1fr auto;gap:20px;align-items:center;background:#fff;box-shadow:0 10px 35px rgba(16,60,46,.08)}.access-card.dark{background:var(--green);color:#fff}.access-card small{font-size:11px;letter-spacing:.14em}.access-card h3{margin:6px 0;font-size:23px}.access-card p{margin:0;color:var(--muted);line-height:1.5}.dark p{color:#dfe9e4}.icon{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:var(--mint);font-size:24px;color:var(--green)}.dark .icon{background:rgba(255,255,255,.14);color:#fff}
.section{padding:92px 0}.split{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px}.section h2{font-size:clamp(36px,5vw,58px)}.body-copy p{font-size:17px;line-height:1.8;color:var(--muted)}.values{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:58px}.values article,.services article{border:1px solid var(--line);border-radius:20px;padding:26px}.values b,.services span{color:var(--green2)}.values h3,.services h3{font-size:21px}.values p,.services p{color:var(--muted);line-height:1.6}.muted{background:var(--cream)}.section-head{display:flex;justify-content:space-between;gap:40px;align-items:end;margin-bottom:40px}.section-head h2{margin-bottom:0}.section-head>p{max-width:430px;color:var(--muted);line-height:1.7}.services{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.scope{margin-top:24px;padding:24px;border-radius:20px;background:var(--green);color:#fff;display:flex;gap:12px;flex-wrap:wrap;align-items:center}.scope h3{margin:0 12px 0 0}.scope span{padding:9px 14px;border:1px solid rgba(255,255,255,.25);border-radius:999px;font-size:13px}
.team-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.team-gallery img{height:390px;width:100%;object-fit:cover;object-position:top;border-radius:20px;border:1px solid var(--line)}
.clients{background:#f7faf7}.client-list{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}.client-list span{padding:16px 20px;background:#fff;border:1px solid var(--line);border-radius:14px;font-weight:700}
.cta{padding:32px 0 70px}.cta-box{background:var(--green);color:#fff;padding:54px;border-radius:28px;display:flex;justify-content:space-between;align-items:center;gap:40px}.cta h2{font-size:clamp(34px,5vw,54px);max-width:720px}.cta p{color:#dbe7e2}.light{color:#b7dfc7}.cta-actions{display:flex;flex-direction:column;gap:10px;min-width:190px}.white{background:#fff;color:var(--green)}.ghost{border:1px solid rgba(255,255,255,.45);color:#fff}
footer{border-top:1px solid var(--line);padding:24px 0}.footer-grid{display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center}.footer-grid img{width:150px}.footer-grid p{text-align:center;color:var(--muted);font-size:13px}.footer-grid div{text-align:right;font-weight:700;font-size:13px}
@media(max-width:850px){.menu{display:block}.nav nav{display:none;position:absolute;top:78px;left:0;right:0;background:#fff;padding:20px 24px;flex-direction:column;align-items:flex-start;border-bottom:1px solid var(--line)}.nav nav.open{display:flex}.hero{padding-top:45px}.hero-grid,.split,.access-grid{grid-template-columns:1fr}.hero-card img{height:390px}.services{grid-template-columns:1fr 1fr}.values{grid-template-columns:1fr}.section-head{display:block}.team-gallery{grid-template-columns:1fr}.team-gallery img{height:auto}.cta-box{display:block;padding:34px}.cta-actions{margin-top:28px;flex-direction:row}.footer-grid{grid-template-columns:1fr;text-align:center;gap:14px}.footer-grid img{margin:auto}.footer-grid div{text-align:center}}
@media(max-width:560px){.container{width:min(100% - 24px,1160px)}.hero h1{font-size:42px}.hero p{font-size:16px}.actions{flex-direction:column}.btn{width:100%}.services{grid-template-columns:1fr}.access-card{grid-template-columns:auto 1fr;padding:21px}.access-card>b{display:none}.section{padding:66px 0}.cta-actions{flex-direction:column}.hero-card img{height:310px}.brand img{width:160px}}


/* Team cards — v1.4 */
.team-gallery{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:22px;
}
.team-profile-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 12px 34px rgba(20,60,48,.08);
}
.team-profile-card>img,
.team-profile-card>a>img{
  width:100%;
  height:430px;
  object-fit:cover;
  object-position:top;
  border-radius:0;
  border:0;
}
.team-profile-card.featured>a>img{
  height:560px;
  object-fit:cover;
  object-position:top;
}
.team-card-copy{padding:22px 24px 25px}
.team-card-copy small{
  color:var(--green2);
  font-weight:800;
  letter-spacing:.12em;
  font-size:11px;
}
.team-card-copy h3{font-size:24px;margin:8px 0 10px}
.team-card-copy p{margin:0;color:var(--muted);line-height:1.65}
.team-profile-link{
  display:inline-flex;
  margin-top:15px;
  font-weight:800;
  color:var(--green);
}
@media(max-width:850px){
  .team-gallery{grid-template-columns:1fr}
  .team-profile-card>img,.team-profile-card>a>img,.team-profile-card.featured>a>img{height:auto}
}
