:root{
  --ochre:#c98222;
  --ochre-dark:#a96716;
  --sage:#65775b;
  --green:#2c4536;
  --green-dark:#203329;
  --charcoal:#30312f;
  --text:#242622;
  --muted:#6b6f68;
  --paper:#fbfaf7;
  --cream:#f4f2ec;
  --line:#dedbd2;
  --white:#fff;
  --shadow:0 14px 34px rgba(32,43,34,.12);
  --serif:Georgia,"Times New Roman",serif;
  --sans:Arial,Helvetica,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#eeede8;color:var(--text);font-family:var(--sans);font-size:16px;line-height:1.5}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input,textarea{font:inherit}
.site{width:min(1440px,calc(100% - 34px));margin:18px auto;background:var(--white);box-shadow:var(--shadow);overflow:hidden}
.wrap{width:min(1260px,calc(100% - 72px));margin:0 auto}

/* Header */
.site-header{background:#fff;border-bottom:1px solid rgba(0,0,0,.07);position:relative;z-index:50}
.header-inner{height:108px;display:grid;grid-template-columns:330px 1fr 255px;gap:34px;align-items:center}
.brand-logo img{width:260px;height:auto}
.main-nav{display:flex;justify-content:center;gap:34px;align-items:center;font-size:14px;font-weight:700}
.main-nav a{padding:42px 0 34px;border-bottom:3px solid transparent;transition:.2s ease}
.main-nav a:hover,.main-nav a.active{color:var(--ochre);border-bottom-color:var(--ochre)}
.header-tagline{border-left:1px solid #baa679;padding-left:24px;font-family:var(--serif);font-style:italic;color:#6a6c61;font-size:15px;line-height:1.25}
.nav-toggle{display:none;border:0;background:none;font-size:30px;color:var(--green);cursor:pointer}

/* Shared typography */
.kicker{display:inline-flex;align-items:center;gap:12px;color:var(--ochre);font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.kicker:after{content:"";width:42px;height:2px;background:var(--ochre)}
h1,h2,h3{margin-top:0}
.display{font-family:var(--serif);font-weight:400;letter-spacing:-.02em}
.lead{font-family:var(--serif);font-size:21px;line-height:1.45}
.muted{color:var(--muted)}

/* Home hero */
.home-hero{min-height:500px;position:relative;display:flex;align-items:center;color:var(--white);background:
 linear-gradient(90deg,rgba(18,28,31,.80) 0%,rgba(18,28,31,.68) 30%,rgba(18,28,31,.30) 58%,rgba(18,28,31,.08) 100%),
 url('images/fallback-home-hero.jpg') center/cover no-repeat;
}
.hero-copy{width:58%;padding:58px 0 48px}
.home-hero h1{font-family:var(--serif);font-weight:400;font-size:58px;line-height:.99;letter-spacing:-.035em;margin:0 0 18px;max-width:740px}
.home-hero .intro{font-size:17px;max-width:610px;line-height:1.55;margin:0 0 22px}
.hero-service-line{font-size:11px;text-transform:uppercase;font-weight:800;letter-spacing:.035em;line-height:1.8}
.hero-actions{display:flex;gap:12px;margin-top:22px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:0 20px;border:1px solid transparent;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.03em;cursor:pointer;transition:.2s}
.btn-primary{background:var(--ochre);color:#fff}.btn-primary:hover{background:var(--ochre-dark)}
.btn-outline{border-color:#5a554d;background:rgba(255,255,255,.65)}.btn-outline:hover{background:#fff}
.home-hero .intro,.home-hero .hero-service-line{color:rgba(255,255,255,.94)}
.home-hero .btn-outline{border-color:rgba(255,255,255,.72);background:rgba(255,255,255,.08);color:#fff}
.home-hero .btn-outline:hover{background:rgba(255,255,255,.18)}

/* Home content */
.section{padding:54px 0}
.section.soft{background:#f6f6f3}
.section-title{font-family:var(--serif);font-size:36px;line-height:1.08;font-weight:400;margin:8px 0 20px}
.what-grid{display:grid;grid-template-columns:.9fr 1.15fr;gap:60px;align-items:start}
.what-grid p{max-width:650px}
.service-icons{display:grid;grid-template-columns:repeat(5,1fr);gap:28px;margin-top:34px;text-align:center}
.circle-icon{width:56px;height:56px;border-radius:50%;background:var(--ochre);color:#fff;display:grid;place-items:center;margin:0 auto 12px}
.circle-icon.green{background:var(--green)}
.circle-icon svg{width:27px;height:27px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.service-icons h3{font-size:15px;line-height:1.15;margin:8px 0 4px}.service-icons p{font-size:11px;line-height:1.35;margin:0;color:#61645d}
.sector-heading{display:grid;grid-template-columns:1fr auto;gap:40px;align-items:end;margin-bottom:24px}
.sector-links{font-size:12px;color:#4e514a;white-space:nowrap}
.sector-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
.sector-card{background:#fff;border:1px solid var(--line);overflow:hidden}
.sector-card img{width:100%;height:140px;object-fit:cover}.sector-card span{display:block;padding:9px 10px;font-size:12px;font-weight:700}
.about-teaser{display:grid;grid-template-columns:1.05fr 1.25fr .55fr;min-height:290px;background:#fff}
.about-teaser .image{background:url('https://upload.wikimedia.org/wikipedia/commons/6/6d/Quiver_Tree_Forest_Namibia.jpg') center 58%/cover no-repeat,url('images/fallback-quiver.jpg') center/cover no-repeat}
.about-teaser .copy{padding:36px 42px}.about-teaser .copy h2{font-family:var(--serif);font-weight:400;font-size:35px;line-height:1.04;margin:8px 0 15px}.about-teaser .copy p{font-size:13px}
.about-teaser .quote{margin:34px 24px 34px 0;border-left:1px solid var(--ochre);padding:10px 0 10px 25px;font-family:var(--serif);font-size:19px;font-style:italic;color:#6d6b5e;display:flex;align-items:center}

/* Shared value strip / footer */
.value-strip{min-height:125px;background:
 linear-gradient(rgba(31,42,33,.40),rgba(31,42,33,.52)),
 url('https://upload.wikimedia.org/wikipedia/commons/d/da/Road_from_and_to_Spitzkoppe_28.06.2008_12-03-05.jpg') center/cover no-repeat,
 url('images/fallback-strip.jpg') center/cover no-repeat;color:#fff}
.value-strip-inner{min-height:125px;display:grid;grid-template-columns:repeat(4,1fr);align-items:center}
.value-item{text-align:center;border-right:1px solid rgba(255,255,255,.23);font-size:12px;font-weight:700}.value-item:last-child{border-right:0}.value-item svg{width:25px;height:25px;stroke:#fff;fill:none;stroke-width:1.7;margin:0 auto 6px}
.site-footer{background:var(--green-dark);color:#fff;padding:26px 0 16px}.footer-grid{display:grid;grid-template-columns:1.4fr 1.1fr .8fr 1.25fr;gap:34px;align-items:start}.footer-logo{width:260px}.footer-grid p,.footer-grid a{font-size:12px;line-height:1.7;color:#f2f3ef}.footer-nav{display:grid;grid-template-columns:1fr}.footer-tag{font-family:var(--serif);font-style:italic;font-size:18px;line-height:1.35;color:#e5e2d8}.footer-bottom{margin-top:18px;padding-top:12px;border-top:1px solid rgba(255,255,255,.15);display:flex;justify-content:space-between;gap:20px;font-size:10px;color:#c8cec8;flex-wrap:wrap}

/* Inner page hero */
.page-hero{min-height:265px;display:flex;align-items:center;color:#fff;position:relative}
.page-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(25,34,27,.74),rgba(25,34,27,.18) 64%,rgba(25,34,27,.06))}
.page-hero .wrap{position:relative;z-index:1}.page-hero h1{font-family:var(--serif);font-weight:400;font-size:48px;margin:0 0 5px}.page-hero p{font-family:var(--serif);font-size:23px;line-height:1.35;margin:0}
.about-hero{background:url('https://upload.wikimedia.org/wikipedia/commons/6/6d/Quiver_Tree_Forest_Namibia.jpg') center 48%/cover no-repeat,url('images/fallback-about-hero.jpg') center/cover no-repeat}
.services-hero{background:url('https://upload.wikimedia.org/wikipedia/commons/7/72/B2_road_and_R%C3%B6ssing_mountains%2C_Namibia.jpg') center/cover no-repeat,url('images/fallback-services-hero.jpg') center/cover no-repeat}
.experience-hero{background:url('https://upload.wikimedia.org/wikipedia/commons/9/99/Namibia_Road.jpg') center 46%/cover no-repeat,url('images/fallback-experience-hero.jpg') center/cover no-repeat}
.contact-hero{background:url('https://upload.wikimedia.org/wikipedia/commons/6/6d/Quiver_Tree_Forest_Namibia.jpg') center 54%/cover no-repeat,url('images/fallback-contact-hero.jpg') center/cover no-repeat}

/* About */
.about-main{display:grid;grid-template-columns:1.25fr .72fr .72fr;gap:28px;align-items:stretch}.about-main h2{font-family:var(--serif);font-size:30px;font-weight:400}.about-main p{font-size:13px}.about-photo{min-height:340px;background:url('https://upload.wikimedia.org/wikipedia/commons/6/6d/Quiver_Tree_Forest_Namibia.jpg') center/cover no-repeat,url('images/fallback-quiver.jpg') center/cover no-repeat}.vision-panel{background:var(--cream);padding:28px}.vision-panel h3{font-family:var(--serif);font-size:22px;font-weight:400;margin:0 0 8px}.vision-panel p{font-size:12px;margin:0 0 26px}.mini-line{width:38px;height:2px;background:var(--ochre);margin:18px 0}
.values-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:25px;text-align:center}.value-card h3{font-size:14px;margin:8px 0 4px}.value-card p{font-size:11px;line-height:1.35;color:#61645d}

/* Services */
.services-layout{display:grid;grid-template-columns:310px 1fr;gap:36px}.service-menu{background:#f5f4f0;border:1px solid var(--line);align-self:start}.service-tab{display:block;width:100%;border:0;border-bottom:1px solid #ddd8cf;background:transparent;text-align:left;padding:16px 18px;font-size:13px;cursor:pointer;color:#343731}.service-tab.active{background:var(--ochre);color:#fff;font-weight:700}.service-detail h2{font-family:var(--serif);font-size:34px;font-weight:400;margin-bottom:12px}.service-detail p{font-size:13px;line-height:1.65}.service-bottom{display:grid;grid-template-columns:1fr .9fr;gap:26px;margin-top:25px}.service-image{height:255px;object-fit:cover;width:100%}.outcome-box{background:var(--cream);padding:24px}.outcome-box h3{font-size:14px;margin-bottom:16px}.outcome-list{list-style:none;padding:0;margin:0}.outcome-list li{font-size:12px;margin:10px 0;padding-left:24px;position:relative}.outcome-list li:before{content:"✓";position:absolute;left:0;top:-1px;width:15px;height:15px;background:var(--ochre);color:#fff;font-size:10px;display:grid;place-items:center}

/* Experience */
.exp-intro{display:grid;grid-template-columns:1.45fr .55fr;gap:50px;align-items:start}.exp-intro p{font-size:13px}.exp-quote{font-family:var(--serif);font-style:italic;font-size:18px;color:#6f6b60;border-left:1px solid var(--ochre);padding-left:24px}.filters{display:flex;border:1px solid var(--line);margin:20px 0 24px;overflow-x:auto}.filter-btn{border:0;border-right:1px solid var(--line);background:#fff;padding:11px 18px;font-size:11px;white-space:nowrap;cursor:pointer}.filter-btn.active{background:var(--ochre);color:#fff}.projects-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.project-card{border:1px solid var(--line);background:#fff;transition:.2s ease}.project-card:hover{transform:translateY(-2px);box-shadow:0 10px 22px rgba(35,45,36,.09)}.project-card img{width:100%;height:180px;object-fit:cover}.project-body{padding:13px 14px 15px}.project-body h3{font-size:14px;line-height:1.3;margin:0 0 4px}.project-body p{font-size:11px;margin:0;color:#61645d}.project-body .arrow{float:right;color:var(--ochre);font-size:18px}.experience-note{font-size:11px;color:#767970;margin-top:18px}

/* Contact */
.contact-top{display:grid;grid-template-columns:1.05fr .85fr 1.1fr .8fr;gap:28px;align-items:start;padding:38px 0}.contact-top h3{font-family:var(--serif);font-size:22px;font-weight:400;margin-bottom:15px}.contact-list{list-style:none;padding:0;margin:0}.contact-list li{font-size:13px;margin:10px 0;display:flex;gap:10px}.contact-list .mark{color:var(--ochre);font-weight:800}.contact-form input,.contact-form textarea{width:100%;border:1px solid #cfcbc1;background:#fff;padding:10px 12px;font-size:12px;margin-bottom:8px}.contact-form textarea{min-height:92px;resize:vertical}.map-frame{width:100%;height:190px;border:0;background:#eae7df}.contact-quote{font-family:var(--serif);font-size:21px;font-style:italic;color:#5f665d;border-left:1px solid var(--ochre);padding-left:22px;min-height:190px;display:flex;align-items:center}.contact-hero.narrow{min-height:230px}

/* utilities */
.hide{display:none!important}.photo-credit{font-size:9px;color:#aeb7b0}

@media(max-width:1050px){
 .header-inner{grid-template-columns:260px 1fr}.brand-logo img{width:245px}.header-tagline{display:none}.main-nav{justify-content:flex-end;gap:22px}
 .home-hero h1{font-size:48px}.hero-copy{width:67%}.service-icons{grid-template-columns:repeat(3,1fr)}
 .sector-grid{grid-template-columns:repeat(3,1fr)}.about-teaser{grid-template-columns:1fr 1.15fr}.about-teaser .quote{display:none}
 .about-main{grid-template-columns:1fr 1fr}.vision-panel{grid-column:1/-1}.values-grid{grid-template-columns:repeat(3,1fr)}
 .projects-grid{grid-template-columns:repeat(2,1fr)}.contact-top{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1.2fr 1fr 1fr}.footer-grid>div:last-child{display:none}
}
@media(max-width:760px){
 body{background:#fff}.site{width:100%;margin:0;box-shadow:none}.wrap{width:min(100% - 34px,1260px)}
 .header-inner{height:82px;display:flex;justify-content:space-between;gap:12px}.brand-logo img{width:225px}.nav-toggle{display:block}.main-nav{display:none;position:absolute;left:0;right:0;top:82px;background:#fff;padding:10px 20px 18px;flex-direction:column;gap:0;border-top:1px solid #eee;box-shadow:0 10px 20px rgba(0,0,0,.08)}.main-nav.open{display:flex}.main-nav a{width:100%;padding:11px 5px;border-bottom:1px solid #eee}.main-nav a.active{border-bottom-color:#eee}
 .home-hero{min-height:530px;background:linear-gradient(rgba(18,28,31,.78),rgba(18,28,31,.46)),url('images/fallback-home-hero.jpg') center/cover no-repeat}.hero-copy{width:100%;padding:45px 0 90px}.home-hero h1{font-size:43px}
 .what-grid,.sector-heading,.about-teaser,.about-main,.services-layout,.service-bottom,.exp-intro,.contact-top,.footer-grid{grid-template-columns:1fr}.service-icons,.sector-grid,.values-grid,.projects-grid{grid-template-columns:1fr 1fr}.sector-links{white-space:normal}.about-teaser .image{min-height:260px}.about-teaser .quote{display:flex;margin:0 35px 35px}.services-layout{gap:24px}.service-menu{display:grid;grid-template-columns:1fr 1fr}.project-card img{height:150px}.value-strip-inner{grid-template-columns:1fr 1fr;gap:0}.value-item{padding:18px 6px;border-bottom:1px solid rgba(255,255,255,.2)}.footer-grid>div:last-child{display:block}.page-hero h1{font-size:40px}.page-hero p{font-size:20px}
}
@media(max-width:480px){
 .brand-logo img{width:195px}.home-hero h1{font-size:37px}.section-title{font-size:31px}.service-icons,.sector-grid,.values-grid,.projects-grid{grid-template-columns:1fr}.service-menu{grid-template-columns:1fr}.contact-top{padding:28px 0}.footer-bottom{display:block}.footer-bottom span{display:block;margin:5px 0}
}
