:root{
  --green-950:#061f1a;
  --green-900:#082b24;
  --green-800:#0c4538;
  --green-700:#11614d;
  --green-600:#18745b;
  --ink:#101b22;
  --muted:#5e6a72;
  --line:#dfe5e8;
  --soft:#f5f8f7;
  --white:#fff;
  --shadow:0 18px 55px rgba(10,35,29,.12);
  --radius:18px;
  --container:min(1180px,calc(100% - 40px));
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--ink);
  background:#fff;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.6;
}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button,input,textarea,select{font:inherit}
.container{width:var(--container);margin-inline:auto}
.eyebrow{
  margin:0 0 12px;
  color:var(--green-700);
  font-size:.78rem;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
}
h1,h2,h3{margin:0;line-height:1.08;letter-spacing:-.035em}
h1{font-size:clamp(2.7rem,5.2vw,5.4rem);max-width:820px}
h2{font-size:clamp(2rem,3.6vw,3.5rem)}
h3{font-size:1.25rem}
p{margin:0}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  min-height:48px;padding:0 22px;border:1px solid transparent;border-radius:9px;
  font-weight:750;transition:.2s ease;cursor:pointer
}
.btn-primary{background:var(--green-700);color:#fff}
.btn-primary:hover{background:var(--green-800);transform:translateY(-1px)}
.btn-secondary{background:#fff;color:var(--ink);border-color:#aeb9be}
.btn-secondary:hover{border-color:var(--green-700);color:var(--green-700)}
.site-header{
  position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.96);
  border-bottom:1px solid var(--line);backdrop-filter:blur(16px)
}
.header-inner{min-height:86px;display:flex;align-items:center;gap:32px}
.brand{display:flex;align-items:center;gap:14px;min-width:max-content}
.brand-mark{
  width:48px;height:48px;border:2px solid var(--green-700);border-radius:50%;
  display:grid;place-items:center;color:var(--green-700);font-size:1.1rem;font-weight:900
}
.brand-name{font-size:2rem;line-height:1;font-weight:850;color:var(--green-900)}
.brand-copy{
  padding-left:14px;border-left:1px solid #aeb8b4;color:#27342f;
  font-size:.72rem;line-height:1.25;font-weight:750;letter-spacing:.07em;text-transform:uppercase
}
.main-nav{display:flex;align-items:center;gap:4px;margin-left:auto}
.nav-item{position:relative}
.nav-link,.nav-toggle{
  display:flex;align-items:center;gap:6px;padding:30px 13px 26px;border:0;background:none;
  color:#1d272c;font-weight:650;cursor:pointer
}
.nav-link:hover,.nav-toggle:hover,.nav-link.active{color:var(--green-700)}
.dropdown{
  position:absolute;top:72px;left:0;width:250px;padding:10px;background:#fff;
  border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow);
  opacity:0;visibility:hidden;transform:translateY(8px);transition:.18s ease
}
.nav-item:hover .dropdown,.nav-item:focus-within .dropdown,.nav-item.open .dropdown{
  opacity:1;visibility:visible;transform:translateY(0)
}
.dropdown a{display:block;padding:11px 12px;border-radius:8px;color:#263239}
.dropdown a:hover{background:var(--soft);color:var(--green-700)}
.header-cta{white-space:nowrap}
.mobile-toggle{display:none;margin-left:auto;border:0;background:none;font-size:1.6rem}
.hero{
  min-height:650px;position:relative;display:flex;align-items:center;overflow:hidden;
  border-bottom:1px solid var(--line);background:#eff4f3
}
.hero::before{
  content:"";position:absolute;inset:0;background-image:
  linear-gradient(90deg,rgba(255,255,255,.99) 0%,rgba(255,255,255,.92) 34%,rgba(255,255,255,.2) 70%,rgba(255,255,255,.08) 100%),
  var(--hero-image);
  background-size:cover;background-position:center
}
.hero-content{position:relative;z-index:1;padding:90px 0;width:min(720px,62%)}
.hero-copy{max-width:660px;margin-top:24px;color:#44515a;font-size:1.12rem}
.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px}
.city-tag{
  display:inline-flex;align-items:center;gap:8px;margin-top:28px;padding:8px 12px;
  border:1px solid rgba(17,97,77,.2);border-radius:999px;background:rgba(255,255,255,.76);
  color:var(--green-700);font-size:.84rem;font-weight:750
}
.home-hero{--hero-image:url("../images/cities/africa-home.jpg")}
.about-hero{--hero-image:url("../images/cities/vancouver.jpg")}
.programs-hero{--hero-image:url("../images/cities/montreal.jpg")}
.events-hero{--hero-image:url("../images/cities/ottawa.jpg")}
.team-hero{--hero-image:url("../images/cities/calgary.jpg")}
.volunteer-hero{--hero-image:url("../images/cities/quebec-city.jpg")}
.partners-hero{--hero-image:url("../images/cities/winnipeg.jpg")}
.contact-hero{--hero-image:url("../images/cities/halifax.jpg")}
.donate-hero{--hero-image:url("../images/cities/edmonton.jpg")}
.hero{
  background-image:linear-gradient(135deg,#edf5f2,#dcebe6);
}
.signal-strip{background:#fff;border-bottom:1px solid var(--line)}
.signal-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.signal{
  padding:30px 26px;border-right:1px solid var(--line);display:flex;gap:15px;align-items:flex-start
}
.signal:last-child{border-right:0}
.signal-icon{font-size:1.4rem;color:var(--green-700)}
.signal strong{display:block;font-size:1.12rem}
.signal span{color:var(--muted);font-size:.92rem}
.section{padding:96px 0}
.section-soft{background:var(--soft)}
.section-head{display:flex;justify-content:space-between;gap:40px;align-items:end;margin-bottom:42px}
.section-head p{max-width:630px;color:var(--muted)}
.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.card{
  min-height:250px;padding:30px;border:1px solid var(--line);border-radius:var(--radius);
  background:#fff;box-shadow:0 8px 30px rgba(15,40,32,.05)
}
.card-number{color:var(--green-700);font-weight:850;font-size:.85rem;letter-spacing:.08em}
.card h3{margin-top:42px}
.card p{margin-top:13px;color:var(--muted)}
.split{display:grid;grid-template-columns:1.1fr .9fr;gap:54px;align-items:center}
.panel{
  padding:42px;border-radius:var(--radius);background:var(--green-900);color:#fff;
  box-shadow:var(--shadow)
}
.panel p{margin-top:16px;color:#c7d6d1}
.list-clean{list-style:none;padding:0;margin:26px 0 0}
.list-clean li{padding:13px 0;border-bottom:1px solid rgba(255,255,255,.14)}
.cta-band{padding:50px 0;background:var(--green-700);color:#fff}
.cta-inner{display:flex;justify-content:space-between;align-items:center;gap:30px}
.cta-inner p{margin-top:10px;color:#d4e5df}
.cta-band .btn-primary{background:#fff;color:var(--green-900)}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.field{display:flex;flex-direction:column;gap:7px}
.field-full{grid-column:1/-1}
label{font-weight:700;font-size:.9rem}
input,textarea,select{
  width:100%;padding:14px 15px;border:1px solid #c9d1d4;border-radius:9px;background:#fff
}
textarea{min-height:145px;resize:vertical}
.site-footer{background:linear-gradient(135deg,#061f1a,#082d36);color:#fff}
.footer-main{
  display:grid;grid-template-columns:1.45fr repeat(4,1fr);gap:42px;padding:68px 0 48px
}
.footer-brand .brand-name{color:#fff}
.footer-brand .brand-copy{color:#d2dfdb;border-color:#58716a}
.footer-brand p{margin-top:22px;color:#b8c9c3;max-width:300px}
.footer-col h3{font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;color:#fff}
.footer-col a,.footer-col span{display:block;margin-top:13px;color:#c1d0cb;font-size:.92rem}
.footer-col a:hover{color:#fff}
.socials{display:flex;gap:10px;margin-top:22px}
.socials a{
  width:35px;height:35px;margin:0;border:1px solid rgba(255,255,255,.14);
  border-radius:50%;display:grid;place-items:center
}
.footer-bottom{
  display:flex;justify-content:space-between;gap:24px;padding:22px 0 32px;
  border-top:1px solid rgba(255,255,255,.12);color:#9fb2ab;font-size:.84rem
}
.footer-links{display:flex;gap:22px}
.page-content{padding:90px 0}
.page-content .lead{max-width:780px;color:var(--muted);font-size:1.12rem;margin-top:20px}
.notice{
  padding:20px;border-left:4px solid var(--green-700);background:var(--soft);margin-top:28px
}
@media (max-width:1040px){
  .brand-copy{display:none}
  .main-nav{display:none;position:absolute;left:0;right:0;top:86px;background:#fff;
    padding:18px 20px 28px;border-bottom:1px solid var(--line);flex-direction:column;align-items:stretch}
  .main-nav.open{display:flex}
  .nav-link,.nav-toggle{width:100%;padding:12px 4px;justify-content:space-between}
  .dropdown{position:static;width:100%;box-shadow:none;border:0;padding:0 0 8px 14px;display:none;
    opacity:1;visibility:visible;transform:none}
  .nav-item.open .dropdown{display:block}
  .header-cta{display:none}
  .mobile-toggle{display:block}
  .hero-content{width:72%}
  .footer-main{grid-template-columns:1.4fr 1fr 1fr}
}
@media (max-width:760px){
  :root{--container:min(100% - 28px,1180px)}
  .header-inner{min-height:76px}
  .main-nav{top:76px}
  .brand-name{font-size:1.7rem}
  .brand-mark{width:42px;height:42px}
  .hero{min-height:660px;align-items:flex-end}
  .hero::before{
    background-image:linear-gradient(0deg,rgba(255,255,255,1) 0%,rgba(255,255,255,.94) 48%,
    rgba(255,255,255,.2) 100%),var(--hero-image);
    background-position:center
  }
  .hero-content{width:100%;padding:250px 0 60px}
  h1{font-size:clamp(2.45rem,12vw,4rem)}
  .signal-grid,.card-grid,.split,.form-grid{grid-template-columns:1fr}
  .signal{border-right:0;border-bottom:1px solid var(--line)}
  .section{padding:68px 0}
  .section-head,.cta-inner,.footer-bottom{align-items:flex-start;flex-direction:column}
  .footer-main{grid-template-columns:1fr 1fr}
  .footer-brand{grid-column:1/-1}
}
@media (max-width:480px){
  .footer-main{grid-template-columns:1fr}
  .footer-brand{grid-column:auto}
  .hero-actions .btn{width:100%}
}

/* ACSN v1.2 homepage/header refinement */
.header-cta {
  position: relative;
  overflow: hidden;
  min-height: 40px;
  padding: 0 17px;
  border-radius: 999px;
  font-size: .86rem;
  font-weight: 750;
  letter-spacing: .01em;
  box-shadow: 0 8px 20px rgba(17, 97, 77, .16);
  isolation: isolate;
}

.header-cta::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .38);
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  pointer-events: none;
}

.header-cta:hover::after,
.header-cta:focus-visible::after {
  animation: acsn-ripple .7s ease-out;
}

@keyframes acsn-ripple {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: .55;
  }
  100% {
    transform: translate(-50%, -50%) scale(18);
    opacity: 0;
  }
}

.home-hero::before {
  background-position: center center;
}

@media (max-width: 760px) {
  .home-hero::before {
    background-position: 62% center;
  }
}

/* ACSN v1.2 Editorial Typography — START */

/*
  Direction:
  - editorial and academic rather than technology-company
  - lighter hierarchy, calmer spacing, fewer heavy weights
  - serif display headings paired with neutral sans-serif body text
*/

:root {
  --font-display: Georgia, "Times New Roman", Times, serif;
  --font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Global rhythm */
body {
  font-family: var(--font-body);
  font-weight: 400;
  line-height: 1.72;
  letter-spacing: 0;
  color: #172128;
}

p,
li,
input,
textarea,
select,
button {
  font-weight: 400;
}

/* Display hierarchy */
h1,
h2,
h3 {
  font-family: var(--font-display);
  letter-spacing: -0.022em;
  text-wrap: balance;
}

h1 {
  font-weight: 500;
  line-height: 1.03;
}

h2 {
  font-weight: 500;
  line-height: 1.12;
}

h3 {
  font-weight: 600;
  line-height: 1.28;
  letter-spacing: -0.012em;
}

/* Header and navigation */
.brand-name {
  font-family: var(--font-body);
  font-weight: 720;
  letter-spacing: -0.025em;
}

.brand-copy {
  font-weight: 560;
  letter-spacing: .085em;
}

.nav-link,
.nav-toggle {
  font-weight: 520;
  letter-spacing: -.005em;
}

.dropdown a {
  font-weight: 430;
}

.header-cta {
  font-weight: 600;
  letter-spacing: .005em;
}

/* Hero */
.eyebrow {
  font-family: var(--font-body);
  font-weight: 650;
  letter-spacing: .16em;
}

.hero-copy {
  max-width: 620px;
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  line-height: 1.76;
  font-weight: 400;
  color: #425058;
}

.hero-actions .btn {
  font-weight: 580;
}

/* Buttons */
.btn {
  font-weight: 580;
  letter-spacing: 0;
}

/* Statistics and supporting information */
.signal strong {
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -.015em;
}

.signal span {
  font-weight: 400;
}

.card-number {
  font-weight: 650;
  letter-spacing: .11em;
}

.card h3 {
  margin-top: 34px;
}

.card p,
.section-head p,
.page-content .lead,
.panel p {
  font-weight: 400;
  line-height: 1.75;
}

/* Footer */
.footer-col h3 {
  font-family: var(--font-body);
  font-weight: 650;
  letter-spacing: .12em;
}

.footer-col a,
.footer-col span,
.footer-brand p,
.footer-bottom {
  font-weight: 400;
}

/* More generous editorial spacing */
.hero-content {
  padding-top: 104px;
  padding-bottom: 104px;
}

.section {
  padding-top: 108px;
  padding-bottom: 108px;
}

.section-head {
  margin-bottom: 48px;
}

.card {
  padding: 34px;
}

/* Prevent accidental ultra-bold inherited text */
strong,
b {
  font-weight: 600;
}

@media (max-width: 760px) {
  h1 {
    line-height: 1.06;
  }

  .hero-content {
    padding-top: 250px;
    padding-bottom: 64px;
  }

  .section {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}

/* ACSN v1.2 Editorial Typography — END */

/* ACSN FIRST-LAYOUT REFINEMENT — START */
:root{
  --acsn-display:Georgia,"Times New Roman",Times,serif;
  --acsn-body:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
body{font-family:var(--acsn-body);font-weight:400;line-height:1.65;color:#172128}
h1,h2,h3{font-family:var(--acsn-display);font-weight:500;letter-spacing:-.025em;text-wrap:balance}
h1{font-size:clamp(3rem,4.45vw,4.8rem);line-height:1.02;max-width:680px}
h2{font-size:clamp(2.15rem,3.2vw,3.35rem);line-height:1.1}
h3{font-weight:600;line-height:1.24}
p,li,a,button,input,textarea,select{font-weight:400}
strong,b{font-weight:600}
.eyebrow{font-family:var(--acsn-body);font-weight:650;letter-spacing:.16em}
.nav-link,.nav-toggle{font-weight:520}
.btn{font-weight:580}

.hero{min-height:690px;align-items:center}
.hero-content{width:min(590px,46%);padding:82px 0 128px}
.hero-copy{max-width:560px;margin-top:22px;font-size:1.05rem;line-height:1.72;color:#36464e}
.hero-actions{margin-top:26px}
.city-tag{display:none}

.home-hero::before{
  background-image:linear-gradient(90deg,rgba(255,255,255,.99) 0%,rgba(255,255,255,.96) 25%,rgba(255,255,255,.70) 39%,rgba(255,255,255,.15) 58%,rgba(255,255,255,.02) 100%),url("../images/cities/africa-skyline-home.jpg");
  background-size:cover;
  background-position:center center;
}

.about-hero::before,.programs-hero::before,.events-hero::before,.team-hero::before,
.volunteer-hero::before,.partners-hero::before,.contact-hero::before,.donate-hero::before{
  background-image:radial-gradient(circle at 80% 20%,rgba(17,97,77,.11),transparent 28%),linear-gradient(135deg,#f8fbfa 0%,#edf4f1 55%,#e5eeeb 100%);
}
.about-hero,.programs-hero,.events-hero,.team-hero,.volunteer-hero,.partners-hero,.contact-hero,.donate-hero{min-height:510px}
.about-hero .hero-content,.programs-hero .hero-content,.events-hero .hero-content,.team-hero .hero-content,
.volunteer-hero .hero-content,.partners-hero .hero-content,.contact-hero .hero-content,.donate-hero .hero-content{
  width:min(720px,68%);padding-top:84px;padding-bottom:84px;
}

.home-stats{position:relative;z-index:5;margin-top:-105px;padding-bottom:30px}
.home-stats-grid{
  width:min(1080px,calc(100% - 40px));display:grid;grid-template-columns:repeat(4,1fr);
  background:linear-gradient(135deg,#07372e,#0c5946);border:1px solid rgba(255,255,255,.16);
  border-radius:14px;box-shadow:0 22px 58px rgba(5,43,35,.25);overflow:hidden
}
.home-stat{
  min-height:112px;display:flex;align-items:center;justify-content:center;gap:17px;
  padding:24px 26px;color:#fff;border-right:1px solid rgba(255,255,255,.13)
}
.home-stat:last-child{border-right:0}
.home-stat-icon{min-width:42px;font-size:2rem;line-height:1;color:#fff;opacity:.95}
.home-stat strong{
  display:block;font-family:var(--acsn-body);font-size:clamp(1.55rem,2vw,2rem);
  line-height:1.05;font-weight:650;letter-spacing:-.025em
}
.home-stat div span{display:block;margin-top:7px;color:rgba(255,255,255,.82);font-size:.9rem}

.section{padding-top:92px;padding-bottom:92px}
.card{padding:32px}
.card-number{font-weight:650}
.footer-col h3{font-family:var(--acsn-body);font-weight:650}
.header-cta{min-height:39px;padding:0 17px;border-radius:999px;font-size:.84rem;font-weight:600}

@media(max-width:1040px){
  .hero-content{width:min(600px,59%)}
  .home-stats-grid{grid-template-columns:repeat(2,1fr)}
  .home-stat:nth-child(2){border-right:0}
  .home-stat:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.13)}
}
@media(max-width:760px){
  .hero{min-height:690px;align-items:flex-end}
  .home-hero::before{
    background-image:linear-gradient(0deg,rgba(255,255,255,1) 0%,rgba(255,255,255,.98) 45%,rgba(255,255,255,.52) 68%,rgba(255,255,255,.05) 100%),url("../images/cities/africa-skyline-home.jpg");
    background-position:62% center;
  }
  .hero-content,.about-hero .hero-content,.programs-hero .hero-content,.events-hero .hero-content,
  .team-hero .hero-content,.volunteer-hero .hero-content,.partners-hero .hero-content,
  .contact-hero .hero-content,.donate-hero .hero-content{
    width:100%;padding-top:285px;padding-bottom:76px
  }
  h1{font-size:clamp(2.7rem,11vw,4rem)}
  .home-stats{margin-top:0;padding:0;background:#07372e}
  .home-stats-grid{width:100%;border-radius:0;box-shadow:none}
}
@media(max-width:520px){
  .home-stats-grid{grid-template-columns:1fr}
  .home-stat{justify-content:flex-start;border-right:0;border-bottom:1px solid rgba(255,255,255,.13)}
  .home-stat:last-child{border-bottom:0}
}
/* ACSN FIRST-LAYOUT REFINEMENT — END */

/* ACSN EXACT THIRD IMAGE — START */

/* Preserve the clean institutional typography everywhere */
body {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  color: #172128;
}

h1, h2, h3 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 500;
  letter-spacing: -0.025em;
}

p, li, a, button, input, textarea, select {
  font-weight: 400;
}

strong, b {
  font-weight: 600;
}

/* Exact homepage proportions from the approved third image */
.home-hero {
  min-height: 825px;
  align-items: flex-start;
  overflow: visible;
}

.home-hero::before {
  background-image:
    linear-gradient(
      90deg,
      rgba(255,255,255,.99) 0%,
      rgba(255,255,255,.97) 23%,
      rgba(255,255,255,.77) 34%,
      rgba(255,255,255,.28) 47%,
      rgba(255,255,255,.04) 64%,
      rgba(255,255,255,0) 100%
    ),
    url("../images/cities/africa-skyline-home.jpg");
  background-size: cover;
  background-position: center center;
}

.home-hero .container {
  width: min(1400px, calc(100% - 96px));
}

.home-hero .hero-content {
  width: 485px;
  max-width: 485px;
  padding: 118px 0 190px;
}

.home-hero .eyebrow {
  margin-bottom: 24px;
  color: #0c5c49;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .16em;
}

.home-hero h1 {
  max-width: 485px;
  margin: 0;
  font-size: clamp(3rem, 3.65vw, 4.15rem);
  line-height: 1.01;
  font-weight: 500;
  letter-spacing: -0.035em;
}

.home-hero .hero-copy {
  max-width: 470px;
  margin-top: 24px;
  color: #303d44;
  font-size: 1rem;
  line-height: 1.72;
}

.home-hero .hero-actions {
  display: flex;
  gap: 14px;
  margin-top: 26px;
}

.home-hero .btn {
  min-height: 46px;
  padding: 0 20px;
  border-radius: 8px;
  font-size: .92rem;
  font-weight: 600;
}

.home-hero .city-tag {
  display: none;
}

/* Statistics panel sits inside the bottom of the hero */
.home-stats {
  position: relative;
  z-index: 10;
  margin-top: -154px;
  padding: 0 0 38px;
}

.home-stats-grid {
  width: min(1090px, calc(100% - 80px));
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-inline: auto;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 13px;
  background: linear-gradient(135deg, #06362d 0%, #0b5545 100%);
  box-shadow: 0 22px 48px rgba(5,43,35,.24);
}

.home-stat {
  min-height: 112px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  padding: 22px 25px;
  color: #fff;
  border-right: 1px solid rgba(255,255,255,.13);
}

.home-stat:last-child {
  border-right: 0;
}

.home-stat-icon {
  position: relative;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
}

/* Clean line icons drawn in CSS */
.people-icon::before,
.people-icon::after {
  content: "";
  position: absolute;
  border: 2px solid #fff;
}
.people-icon::before {
  width: 13px;
  height: 13px;
  left: 13px;
  top: 2px;
  border-radius: 50%;
}
.people-icon::after {
  width: 28px;
  height: 17px;
  left: 5px;
  bottom: 2px;
  border-radius: 18px 18px 4px 4px;
}

.calendar-icon {
  border: 2px solid #fff;
  border-radius: 5px;
  margin: 3px;
}
.calendar-icon::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 9px;
  border-top: 2px solid #fff;
}
.calendar-icon::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  left: 8px;
  top: 18px;
  background: #fff;
  box-shadow: 11px 0 #fff, 0 10px #fff, 11px 10px #fff;
}

.community-icon::before,
.community-icon::after {
  content: "";
  position: absolute;
  border: 2px solid #fff;
  transform: rotate(45deg);
}
.community-icon::before {
  width: 20px;
  height: 20px;
  left: 2px;
  top: 10px;
  border-radius: 4px;
}
.community-icon::after {
  width: 20px;
  height: 20px;
  right: 2px;
  top: 10px;
  border-radius: 4px;
}

.shield-icon::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 34px;
  left: 5px;
  top: 2px;
  border: 2px solid #fff;
  border-radius: 13px 13px 18px 18px;
}
.shield-icon::after {
  content: "✓";
  position: absolute;
  left: 13px;
  top: 5px;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
}

.home-stat strong {
  display: block;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1.55rem, 2vw, 2rem);
  line-height: 1.05;
  font-weight: 650;
  letter-spacing: -0.025em;
}

.home-stat div span {
  display: block;
  margin-top: 7px;
  color: rgba(255,255,255,.84);
  font-size: .88rem;
  line-height: 1.2;
}

/* Inner pages keep the same design language without skyline imagery */
.about-hero::before,
.programs-hero::before,
.events-hero::before,
.team-hero::before,
.volunteer-hero::before,
.partners-hero::before,
.contact-hero::before,
.donate-hero::before {
  background-image:
    radial-gradient(circle at 82% 22%, rgba(16,103,82,.12), transparent 29%),
    linear-gradient(135deg, #f9fbfa 0%, #edf4f1 60%, #e4eeea 100%);
}

.about-hero,
.programs-hero,
.events-hero,
.team-hero,
.volunteer-hero,
.partners-hero,
.contact-hero,
.donate-hero {
  min-height: 480px;
}

.about-hero .hero-content,
.programs-hero .hero-content,
.events-hero .hero-content,
.team-hero .hero-content,
.volunteer-hero .hero-content,
.partners-hero .hero-content,
.contact-hero .hero-content,
.donate-hero .hero-content {
  width: min(720px, 70%);
  padding: 84px 0;
}

/* Shared page typography */
.section {
  padding-top: 92px;
  padding-bottom: 92px;
}

.section h2 {
  font-size: clamp(2.25rem, 3.15vw, 3.45rem);
  line-height: 1.08;
}

.card h3 {
  font-size: 1.18rem;
  font-weight: 600;
}

.header-cta {
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  font-size: .82rem;
  font-weight: 600;
}

/* Tablet */
@media (max-width: 1040px) {
  .home-hero .container {
    width: min(100% - 48px, 1400px);
  }

  .home-hero .hero-content {
    width: 52%;
    max-width: 520px;
  }

  .home-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-stat:nth-child(2) {
    border-right: 0;
  }

  .home-stat:nth-child(-n+2) {
    border-bottom: 1px solid rgba(255,255,255,.13);
  }
}

/* Mobile */
@media (max-width: 760px) {
  .home-hero {
    min-height: 760px;
    align-items: flex-end;
  }

  .home-hero::before {
    background-image:
      linear-gradient(
        0deg,
        rgba(255,255,255,1) 0%,
        rgba(255,255,255,.98) 47%,
        rgba(255,255,255,.58) 70%,
        rgba(255,255,255,.06) 100%
      ),
      url("../images/cities/africa-skyline-home.jpg");
    background-position: 63% center;
  }

  .home-hero .container {
    width: min(100% - 28px, 1400px);
  }

  .home-hero .hero-content {
    width: 100%;
    max-width: none;
    padding: 300px 0 72px;
  }

  .home-hero h1 {
    max-width: 100%;
    font-size: clamp(2.7rem, 11vw, 3.8rem);
  }

  .home-stats {
    margin-top: 0;
    padding: 0;
    background: #07372e;
  }

  .home-stats-grid {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
  }
}

@media (max-width: 520px) {
  .home-hero .hero-actions {
    flex-direction: column;
  }

  .home-hero .btn {
    width: 100%;
  }

  .home-stats-grid {
    grid-template-columns: 1fr;
  }

  .home-stat {
    justify-content: flex-start;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.13);
  }

  .home-stat:last-child {
    border-bottom: 0;
  }
}

/* ACSN EXACT THIRD IMAGE — END */

/* ACSN TRANSPARENT LOGO — START */
.brand-logo-link {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  width: 330px;
  min-width: 330px;
  padding: 0;
}

.acsn-site-logo {
  display: block;
  width: 100%;
  height: auto;
  max-height: 68px;
  object-fit: contain;
  object-position: left center;
}

.site-header .header-inner {
  min-height: 88px;
}

.site-footer .footer-brand > .brand {
  width: 320px;
  min-height: 74px;
  background: url("../images/acsn-logo-transparent.png?v=20260730") left center / contain no-repeat;
}

.site-footer .footer-brand > .brand > * {
  visibility: hidden;
}

@media (max-width: 1180px) {
  .brand-logo-link {
    width: 270px;
    min-width: 270px;
  }

  .acsn-site-logo {
    max-height: 58px;
  }
}

@media (max-width: 760px) {
  .brand-logo-link {
    width: 220px;
    min-width: 220px;
  }

  .acsn-site-logo {
    max-height: 52px;
  }

  .site-header .header-inner {
    min-height: 76px;
  }

  .site-footer .footer-brand > .brand {
    width: 250px;
  }
}

@media (max-width: 420px) {
  .brand-logo-link {
    width: 185px;
    min-width: 185px;
  }
}
/* ACSN TRANSPARENT LOGO — END */

/* ACSN v1.2.1 CTA routing */
.acsn-inquiry-field{margin-bottom:2px}
.acsn-inquiry-field select{cursor:pointer}
a[data-inquiry-type],button[data-inquiry-type],[role="button"][data-inquiry-type]{cursor:pointer}
form input:focus,form select:focus,form textarea:focus{outline:3px solid rgba(17,97,77,.16);outline-offset:2px;border-color:#11614d}
