/* AfriTPAD — shared stylesheet */
:root{
  --green:#007a4d;
  --green-dark:#005f3c;
  --green-deep:#003d27;
  --gold:#ffb611;
  --gold-light:#ffc947;
  --grey:#8e8e8e;
  --grey-dark:#3f3f3f;
  --bg:#ffffff;
  --bg-soft:#faf7f2;
  --bg-card:#ffffff;
  --border:#ececec;
  --text:#1d1d1d;
  --text-muted:#6c6c6c;
  --shadow-sm:0 1px 3px rgba(0,0,0,.05);
  --shadow:0 8px 24px rgba(0,0,0,.06);
  --shadow-gold:0 8px 20px rgba(255,182,17,.25);
  --radius:12px;
}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{margin:0;font-family:'DM Sans',system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:var(--text);background:var(--bg);line-height:1.55;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block;height:auto}
a{color:var(--green);text-decoration:none}
a:hover{color:var(--green-dark)}
h1,h2,h3,h4{font-family:'Playfair Display',Georgia,serif;font-weight:700;color:var(--text);line-height:1.15;margin:0 0 .5em}
p{margin:0 0 1em}
.container{max-width:1200px;margin:0 auto;padding:0 1.25rem}
@media(min-width:1024px){.container{padding:0 2rem}}
.eyebrow{color:var(--gold);font-weight:600;font-size:.78rem;letter-spacing:.18em;text-transform:uppercase;margin:0 0 .8rem}
.text-muted{color:var(--text-muted)}
.text-center{text-align:center}
.max-w-2xl{max-width:42rem;margin-left:auto;margin-right:auto}
.max-w-3xl{max-width:48rem;margin-left:auto;margin-right:auto}
.max-w-4xl{max-width:56rem;margin-left:auto;margin-right:auto}
.max-w-5xl{max-width:64rem;margin-left:auto;margin-right:auto}
.max-w-6xl{max-width:72rem;margin-left:auto;margin-right:auto}

/* Buttons */
.btn{display:inline-block;padding:.95rem 1.6rem;border-radius:8px;font-weight:600;font-size:.95rem;transition:all .2s;border:none;cursor:pointer;font-family:inherit}
.btn-gold{background:linear-gradient(135deg,var(--gold) 0%,var(--gold-light) 100%);color:#1a1a1a;box-shadow:var(--shadow-gold)}
.btn-gold:hover{opacity:.92;color:#1a1a1a;transform:translateY(-1px)}
.btn-green{background:linear-gradient(135deg,var(--green) 0%,var(--green-dark) 100%);color:#fff}
.btn-green:hover{opacity:.92;color:#fff}
.btn-outline{background:transparent;border:2px solid rgba(255,255,255,.3);color:#fff}
.btn-outline:hover{background:rgba(255,255,255,.1);color:#fff}
.btn-outline-dark{background:transparent;border:2px solid var(--green);color:var(--green)}
.btn-outline-dark:hover{background:var(--green);color:#fff}

/* Header */
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}
.header-inner{display:flex;align-items:center;justify-content:space-between;height:76px}
.brand{display:flex;align-items:center;gap:.6rem}
.brand img{height:48px;width:auto}
.nav{display:none;align-items:center;gap:1.6rem}
.nav a{color:#3f3f3f;font-weight:500;font-size:.94rem;padding:.4rem 0;position:relative}
.nav a:hover,.nav a.active{color:var(--green)}
.nav a.active::after{content:"";position:absolute;bottom:-4px;left:0;right:0;height:2px;background:var(--gold)}
.nav-has-sub{position:relative}
.nav-has-sub > a::after{content:" \25BE";font-size:.7em;color:var(--grey)}
.nav-sub{position:absolute;top:100%;left:-.8rem;background:#fff;border:1px solid var(--border);border-radius:8px;box-shadow:var(--shadow);min-width:200px;padding:.5rem;opacity:0;visibility:hidden;transform:translateY(4px);transition:all .18s}
.nav-has-sub:hover .nav-sub,.nav-has-sub:focus-within .nav-sub{opacity:1;visibility:visible;transform:translateY(0)}
.nav-sub a{display:block;padding:.55rem .8rem;border-radius:6px;font-size:.92rem}
.nav-sub a:hover{background:var(--bg-soft);color:var(--green)}
.nav-cta{background:linear-gradient(135deg,var(--gold) 0%,var(--gold-light) 100%);color:#1a1a1a !important;padding:.55rem 1.1rem;border-radius:6px;box-shadow:var(--shadow-gold)}
.nav-cta:hover{opacity:.92}
.nav-toggle{display:flex;background:transparent;border:none;cursor:pointer;padding:.4rem;color:var(--text)}
.nav-toggle svg{width:26px;height:26px}
@media(min-width:1024px){.nav{display:flex}.nav-toggle{display:none}}
.mobile-nav{display:none;flex-direction:column;background:#fff;border-top:1px solid var(--border);padding:.5rem 1.25rem 1rem}
.mobile-nav.open{display:flex}
.mobile-nav a{padding:.8rem 0;border-bottom:1px solid var(--border);color:#3f3f3f;font-weight:500}
.mobile-nav a.sub{padding-left:1rem;font-size:.9rem;color:var(--text-muted)}
.mobile-nav .nav-cta{margin-top:.8rem;text-align:center;border-bottom:none}

/* Hero */
.hero{position:relative;min-height:88vh;display:flex;align-items:center;overflow:hidden;color:#fff}
.hero-bg{position:absolute;inset:0}
.hero-bg img{width:100%;height:100%;object-fit:cover}
.hero-bg::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,61,39,.92) 0%,rgba(0,122,77,.7) 50%,rgba(0,61,39,.55) 100%)}
.hero-inner{position:relative;padding:5rem 0;width:100%}
.hero h1{font-size:clamp(2.4rem,6vw,4.6rem);color:#fff;margin-bottom:1.2rem;letter-spacing:-.02em}
.hero h1 .accent{color:var(--gold);font-style:italic}
.hero .lead{color:rgba(255,255,255,.86);font-size:1.15rem;line-height:1.6;max-width:42rem;margin-bottom:2rem}
.hero-ctas{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}
.hero-ctas .link-gold{color:var(--gold);font-weight:600;text-decoration:underline;text-underline-offset:4px}
.hero-ctas .link-gold:hover{color:var(--gold-light)}

/* Hero stats — sized up 50% larger and 35% wider per request */
.hero-stats{margin-top:3.6rem;display:grid;grid-template-columns:repeat(3,1fr);gap:1.8rem;max-width:42rem}
.hero-stats .stat-value{font-family:'Playfair Display',serif;font-weight:700;color:var(--gold);font-size:clamp(2.6rem,5.4vw,3.9rem);line-height:1;margin:0}
.hero-stats .stat-label{color:rgba(255,255,255,.7);font-size:.95rem;margin-top:.5rem}

/* Page header */
.page-header{background:linear-gradient(135deg,var(--green) 0%,var(--green-dark) 60%,var(--green-deep) 100%);color:#fff;padding:5rem 0 6rem;position:relative;overflow:hidden}
.page-header::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 20%,rgba(255,182,17,.18),transparent 40%),radial-gradient(circle at 80% 70%,rgba(0,61,39,.5),transparent 50%);pointer-events:none}
.page-header .container{position:relative}
.page-header h1{color:#fff;font-size:clamp(2.2rem,4.8vw,3.6rem);max-width:48rem}
.page-header .lead{color:rgba(255,255,255,.86);font-size:1.15rem;max-width:48rem}
.page-header .eyebrow{color:var(--gold)}

/* Sections */
section{padding:2.75rem 0}
@media(min-width:1024px){section{padding:3.5rem 0}}
.bg-earth{background:linear-gradient(180deg,var(--bg-soft) 0%,#fff 100%)}
.bg-soft{background:var(--bg-soft)}
.bg-card{background:#fff}
.bg-green{background:linear-gradient(135deg,var(--green) 0%,var(--green-dark) 100%);color:#fff}
.bg-green h2,.bg-green h3{color:#fff}
.bg-green p{color:rgba(255,255,255,.85)}

h2.section-title{font-size:clamp(1.9rem,3.5vw,3rem);margin-bottom:.6rem}
h3{font-size:1.2rem;margin-bottom:.5rem}
.section-intro{color:var(--text-muted);font-size:1.05rem;max-width:42rem;margin:0 auto 2.5rem}

/* Grid utilities */
.grid{display:grid;gap:1.5rem}
.cols-2{grid-template-columns:1fr}
.cols-3{grid-template-columns:1fr}
.cols-4{grid-template-columns:1fr}
.cols-5{grid-template-columns:1fr}
@media(min-width:640px){.cols-2{grid-template-columns:repeat(2,1fr)}.cols-3{grid-template-columns:repeat(2,1fr)}.cols-4{grid-template-columns:repeat(2,1fr)}.cols-5{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.cols-3{grid-template-columns:repeat(3,1fr)}.cols-4{grid-template-columns:repeat(4,1fr)}.cols-5{grid-template-columns:repeat(5,1fr)}}

.split{display:grid;gap:3rem;grid-template-columns:1fr;align-items:start}
@media(min-width:1024px){.split{grid-template-columns:1fr 2fr;gap:4rem}.split.even{grid-template-columns:1fr 1fr}}

/* Cards */
.card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:1.75rem;box-shadow:var(--shadow-sm);transition:all .2s}
.card:hover{border-color:rgba(0,122,77,.25);box-shadow:var(--shadow)}
.card .icon-circle{width:48px;height:48px;border-radius:8px;background:rgba(0,122,77,.1);color:var(--green);display:flex;align-items:center;justify-content:center;margin-bottom:1.1rem}
.card.gold .icon-circle{background:rgba(255,182,17,.12);color:var(--gold)}
.card h3{font-size:1.05rem;margin-bottom:.5rem}
.card p{color:var(--text-muted);font-size:.92rem;line-height:1.6;margin:0}

.chip{background:#fff;border:1px solid var(--border);border-radius:8px;padding:.85rem 1rem;font-size:.9rem;font-weight:500;text-align:center}

.numbered-card{position:relative}
.numbered-card .num{font-family:'Playfair Display',serif;font-size:2rem;font-weight:700;color:var(--gold);display:block;margin-bottom:.4rem}

ul.bullets{list-style:none;padding:0;margin:0}
ul.bullets li{padding:.4rem 0;display:flex;gap:.7rem;color:var(--text-muted)}
ul.bullets li::before{content:"▸";color:var(--gold);font-weight:bold;flex-shrink:0}
ul.checklist{list-style:none;padding:0;margin:0}
ul.checklist li{padding:.45rem 0;display:flex;gap:.7rem;color:var(--text-muted)}
ul.checklist li::before{content:"✓";color:var(--green);font-weight:bold;flex-shrink:0}

/* Stories */
.story{background:var(--bg-soft);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;position:relative;overflow:hidden}
.story::after{content:"";position:absolute;top:0;right:0;width:90px;height:90px;background:rgba(255,182,17,.07);border-bottom-left-radius:100%}
.story .metric{display:inline-block;background:linear-gradient(135deg,var(--gold),var(--gold-light));color:#1a1a1a;font-weight:700;padding:.35rem 1rem;border-radius:999px;font-size:.85rem;margin-top:.8rem}
.story h3{font-size:1.05rem}

/* Values pills */
.value-pills{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;max-width:60rem;margin:0 auto}
.value-pill{display:flex;align-items:center;gap:.9rem;background:var(--bg-soft);border:1px solid var(--border);border-radius:999px;padding:.7rem 1.4rem .7rem .7rem}
.value-pill .dot{width:38px;height:38px;border-radius:50%;background:rgba(0,122,77,.1);color:var(--green);display:flex;align-items:center;justify-content:center;font-size:1rem}
.value-pill strong{display:block;font-size:.92rem;font-family:'Playfair Display',serif}
.value-pill small{color:var(--text-muted);font-size:.78rem}

/* CTA band */
.cta-band{background:var(--green-deep);color:#fff;padding:4rem 0}
.cta-band .inner{display:flex;flex-direction:column;gap:1.6rem;align-items:flex-start;justify-content:space-between}
@media(min-width:1024px){.cta-band .inner{flex-direction:row;align-items:center}}
.cta-band h2{color:#fff;font-size:clamp(1.6rem,2.6vw,2.4rem);margin-bottom:.4rem}
.cta-band p{color:rgba(255,255,255,.75);margin:0;max-width:36rem}
.cta-band .ctas{display:flex;gap:.8rem;flex-wrap:wrap}

/* Tabs */
.tabs{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:2.5rem}
.tab{padding:.65rem 1.25rem;border-radius:999px;font-size:.9rem;font-weight:600;background:#fff;color:var(--text-muted);border:1px solid var(--border);cursor:pointer;font-family:inherit;transition:all .2s}
.tab:hover{color:var(--text)}
.tab.active{background:linear-gradient(135deg,var(--green),var(--green-dark));color:#fff;border-color:transparent}
.tab-panel{display:none}
.tab-panel.active{display:block;animation:fade .3s ease}
@keyframes fade{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}

/* Contact form */
.contact-grid{display:grid;gap:2.5rem;grid-template-columns:1fr}
@media(min-width:1024px){.contact-grid{grid-template-columns:1fr 2fr}}
.contact-side .path-btn{display:block;width:100%;text-align:left;padding:.8rem 1rem;border:1px solid var(--border);border-radius:8px;background:#fff;font:inherit;font-weight:500;color:var(--text);cursor:pointer;margin-bottom:.5rem;font-size:.92rem}
.contact-side .path-btn:hover{border-color:var(--green)}
.contact-side .path-btn.active{background:var(--green);color:#fff;border-color:var(--green)}
.contact-info{background:var(--bg-soft);border:1px solid var(--border);border-radius:var(--radius);padding:1.4rem;margin-top:2rem}
.contact-info .row{display:flex;gap:.7rem;font-size:.9rem;align-items:flex-start;padding:.4rem 0;color:var(--text-muted)}
.contact-info .row svg{flex-shrink:0;color:var(--green)}
.form-card{background:#fff;border:1px solid var(--border);border-radius:16px;padding:2rem;box-shadow:var(--shadow-sm)}
.form-row{display:grid;gap:1.2rem;grid-template-columns:1fr}
@media(min-width:640px){.form-row{grid-template-columns:1fr 1fr}}
.field{margin-bottom:1.2rem}
.field label{display:block;font-weight:500;font-size:.88rem;margin-bottom:.35rem}
.field input,.field textarea,.field select{width:100%;padding:.7rem .85rem;border:1px solid var(--border);border-radius:8px;font:inherit;font-size:.95rem;background:#fff;color:var(--text)}
.field input:focus,.field textarea:focus,.field select:focus{outline:none;border-color:var(--green);box-shadow:0 0 0 3px rgba(0,122,77,.15)}
.field textarea{resize:vertical;min-height:140px}
.hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.form-note{font-size:.78rem;color:var(--text-muted);margin-top:.6rem}
.form-msg{padding:.9rem 1rem;border-radius:8px;margin-bottom:1rem;font-size:.92rem}
.form-msg.success{background:#e7f5ee;color:#005f3c;border:1px solid #b8e0c8}
.form-msg.error{background:#fdecec;color:#a02525;border:1px solid #f5c4c4}

/* Footer */
.site-footer{background:var(--green-deep);color:#fff;padding:4rem 0 1.5rem;margin-top:0}
.footer-grid{display:grid;gap:2.5rem;grid-template-columns:1fr;margin-bottom:2.5rem}
@media(min-width:640px){.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.footer-grid{grid-template-columns:2fr 1fr 1fr 1.4fr}}
.footer-brand img{height:64px;margin-bottom:1rem;filter:brightness(0) invert(1) opacity(.94)}
.footer-brand img.logo-yellow{filter:none}
.footer-brand p{color:rgba(255,255,255,.7);font-size:.9rem;max-width:24rem}
.footer-social{display:flex;gap:.6rem;margin-top:1rem}
.footer-social a{width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;color:#fff}
.footer-social a:hover{background:var(--gold);color:#1a1a1a}
.site-footer h4{color:var(--gold);font-size:.78rem;letter-spacing:.15em;text-transform:uppercase;margin-bottom:1rem;font-family:'DM Sans',sans-serif;font-weight:600}
.site-footer ul{list-style:none;padding:0;margin:0}
.site-footer ul li{margin:.5rem 0}
.site-footer ul a{color:rgba(255,255,255,.72);font-size:.92rem}
.site-footer ul a:hover{color:var(--gold)}
.newsletter{display:flex;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1);border-radius:8px;overflow:hidden;margin-bottom:.6rem}
.newsletter input{flex:1;background:transparent;border:none;padding:.6rem .8rem;color:#fff;font:inherit;font-size:.9rem}
.newsletter input::placeholder{color:rgba(255,255,255,.4)}
.newsletter input:focus{outline:none}
.newsletter button{background:var(--gold);border:none;padding:0 .9rem;color:#1a1a1a;cursor:pointer}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.4rem;display:flex;flex-direction:column;gap:.7rem;justify-content:space-between;align-items:center;font-size:.78rem;color:rgba(255,255,255,.5)}
@media(min-width:640px){.footer-bottom{flex-direction:row}}
.footer-bottom .links{display:flex;gap:1.4rem}
.footer-bottom a{color:rgba(255,255,255,.5)}
.footer-bottom a:hover{color:var(--gold)}

/* Misc */
.icon{width:24px;height:24px;stroke-width:1.8}
.flex{display:flex}
.gap-3{gap:.8rem}
.items-center{align-items:center}
.mt-3{margin-top:.8rem}
.mt-6{margin-top:1.6rem}
.mb-6{margin-bottom:1.6rem}

/* Hero Slider */
.hero-slider{position:relative;overflow:hidden;color:#fff;min-height:560px;height:78vh;max-height:760px}
@media(min-width:1024px){.hero-slider{min-height:620px}}
.hero-slide{position:absolute;inset:0;opacity:0;transition:opacity .8s ease;display:flex;align-items:center;pointer-events:none}
.hero-slide.is-active{opacity:1;pointer-events:auto;z-index:1}
.hero-slide-bg{position:absolute;inset:0;z-index:0}
.hero-slide-bg img{width:100%;height:100%;object-fit:cover}
.hero-slide-bg::after{content:"";position:absolute;inset:0;background:linear-gradient(120deg,rgba(0,61,39,.92) 0%,rgba(0,122,77,.72) 55%,rgba(0,61,39,.55) 100%)}
.hero-slide-inner{position:relative;z-index:1;width:100%;padding:4rem 0 5rem}
.hero-slide .eyebrow{color:var(--gold)}
.hero-slide h1,.hero-slide h2{font-size:clamp(2.2rem,5.4vw,4.2rem);color:#fff;margin-bottom:1.1rem;letter-spacing:-.02em;line-height:1.1;font-family:'Playfair Display',Georgia,serif;font-weight:700}
.hero-slide h1 .accent,.hero-slide h2 .accent{color:var(--gold);font-style:italic}
.hero-slide .lead{color:rgba(255,255,255,.88);font-size:1.1rem;line-height:1.6;max-width:42rem;margin-bottom:1.8rem}
.hero-slide .hero-ctas{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}
.hero-slide .hero-ctas .link-gold{color:var(--gold);font-weight:600;text-decoration:underline;text-underline-offset:4px}
.hero-slide .hero-ctas .link-gold:hover{color:var(--gold-light)}
.hero-slide .hero-stats{margin-top:2.4rem;display:grid;grid-template-columns:repeat(3,1fr);gap:1.6rem;max-width:42rem}
.hero-slide .hero-stats .stat-value{font-family:'Playfair Display',serif;font-weight:700;color:var(--gold);font-size:clamp(2.2rem,4.6vw,3.4rem);line-height:1;margin:0}
.hero-slide .hero-stats .stat-label{color:rgba(255,255,255,.72);font-size:.9rem;margin-top:.4rem}

/* Slider controls */
.hero-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,255,255,.4);background:rgba(0,0,0,.25);color:#fff;display:none;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;backdrop-filter:blur(4px)}
.hero-nav:hover,.hero-nav:focus-visible{background:var(--gold);border-color:var(--gold);color:#1a1a1a;outline:none}
.hero-nav.prev{left:1rem}.hero-nav.next{right:1rem}
.hero-nav svg{width:20px;height:20px}
@media(min-width:768px){.hero-nav{display:flex}.hero-nav.prev{left:1.5rem}.hero-nav.next{right:1.5rem}}
.hero-dots{position:absolute;left:0;right:0;bottom:1.1rem;z-index:3;display:flex;justify-content:center;gap:.55rem}
.hero-dot{width:10px;height:10px;border-radius:50%;border:none;background:rgba(255,255,255,.4);cursor:pointer;padding:0;transition:all .2s}
.hero-dot:hover{background:rgba(255,255,255,.7)}
.hero-dot[aria-current="true"]{background:var(--gold);width:28px;border-radius:6px}

/* No-JS fallback: show all slides stacked */
.hero-slider:not(.js) .hero-slide{position:relative;opacity:1;pointer-events:auto}
.hero-slider:not(.js) .hero-nav,.hero-slider:not(.js) .hero-dots{display:none}

@media(prefers-reduced-motion:reduce){.hero-slide{transition:none}}
