:root {
  --ink: #14233a;
  --ink-2: #26364e;
  --muted: #627087;
  --paper: #fffdf9;
  --soft: #f7f4ee;
  --soft-blue: #edf5f8;
  --soft-peach: #fff1eb;
  --brand: #e84b32;
  --brand-dark: #bd311e;
  --gold: #f4b942;
  --green: #2f7b5f;
  --blue: #246b8e;
  --line: #e7e1d8;
  --white: #fff;
  --shadow: 0 22px 60px rgba(20,35,58,.12);
  --shadow-sm: 0 10px 28px rgba(20,35,58,.08);
  --radius: 22px;
  --radius-sm: 14px;
  --container: 1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"Manrope",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--paper);line-height:1.65;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
button{cursor:pointer}
.container{width:min(calc(100% - 36px),var(--container));margin-inline:auto}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link{position:fixed;left:16px;top:-80px;background:var(--ink);color:#fff;padding:10px 16px;z-index:9999;border-radius:8px}
.skip-link:focus{top:16px}
.hp-field{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;opacity:0!important}
.muted{color:var(--muted)}
.text-center{text-align:center}
.mt-0{margin-top:0}
.mb-0{margin-bottom:0}

.legal-strip{background:var(--ink);color:#fff;font-size:.78rem;font-weight:700;letter-spacing:.01em}
.legal-strip__inner{display:flex;justify-content:center;gap:26px;align-items:center;min-height:36px;flex-wrap:wrap;padding:7px 0}
.legal-strip__inner span+span{position:relative}
.legal-strip__inner span+span:before{content:"•";position:absolute;left:-16px;color:var(--gold)}
.site-header{position:sticky;top:0;z-index:100;background:rgba(255,253,249,.94);backdrop-filter:blur(18px);border-bottom:1px solid rgba(231,225,216,.7);transition:.25s ease}
.site-header.scrolled{box-shadow:0 8px 30px rgba(20,35,58,.07)}
.nav-wrap{min-height:84px;display:flex;align-items:center;justify-content:space-between;gap:22px}
.brand{display:flex;align-items:center;gap:10px;min-width:max-content}
.brand img{width:52px;height:58px;object-fit:contain}
.brand span{display:flex;flex-direction:column;line-height:1.1}
.brand strong{font-size:1.13rem;letter-spacing:-.02em}
.brand small{font-size:.66rem;text-transform:uppercase;letter-spacing:.15em;color:var(--muted);margin-top:5px}
.main-nav{display:flex;align-items:center;gap:7px;font-weight:700;font-size:.92rem}
.main-nav>a:not(.btn){padding:11px 11px;border-radius:10px;color:var(--ink-2)}
.main-nav>a:not(.btn):hover,.main-nav>a.active:not(.btn){color:var(--brand);background:var(--soft-peach)}
.menu-toggle{display:none;border:1px solid var(--line);background:#fff;padding:9px 13px;border-radius:10px;color:var(--ink);font-weight:800}

.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:12px;padding:13px 20px;font-weight:800;border:1px solid transparent;transition:.2s ease;line-height:1.1}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:var(--brand);color:#fff;box-shadow:0 10px 20px rgba(232,75,50,.22)}
.btn-primary:hover{background:var(--brand-dark)}
.btn-dark{background:var(--ink);color:#fff}
.btn-outline{border-color:var(--line);background:#fff;color:var(--ink)}
.btn-outline:hover{border-color:var(--ink)}
.btn-light{background:#fff;color:var(--ink)}
.btn-outline-light{border-color:rgba(255,255,255,.55);color:#fff}
.btn-sm{padding:10px 15px;border-radius:10px;font-size:.87rem}
.btn-block{width:100%}
.link-arrow{font-weight:800;color:var(--brand);display:inline-flex;align-items:center;gap:8px}
.link-arrow:after{content:"→";transition:.2s}
.link-arrow:hover:after{transform:translateX(4px)}

.hero{position:relative;overflow:hidden;background:linear-gradient(115deg,#fff7f1 0%,#f7fbfc 60%,#eff5f1 100%);padding:68px 0 72px}
.hero:before,.hero:after{content:"";position:absolute;border-radius:50%;filter:blur(2px);pointer-events:none}
.hero:before{width:420px;height:420px;background:rgba(244,185,66,.18);top:-220px;left:-110px}
.hero:after{width:360px;height:360px;background:rgba(36,107,142,.12);right:-140px;bottom:-200px}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:54px;align-items:center;position:relative;z-index:2}
.eyebrow{display:inline-flex;align-items:center;gap:8px;text-transform:uppercase;letter-spacing:.13em;font-size:.75rem;font-weight:800;color:var(--brand)}
.eyebrow:before{content:"";width:28px;height:2px;background:currentColor;border-radius:4px}
.eyebrow-light{color:#fff}
.hero h1,.page-hero h1{font-family:"Playfair Display",Georgia,serif;font-size:clamp(2.8rem,5.3vw,5.4rem);line-height:.98;letter-spacing:-.035em;margin:16px 0 22px;max-width:760px}
.hero h1 em{font-style:normal;color:var(--brand)}
.hero-lead{font-size:1.1rem;color:var(--ink-2);max-width:650px;margin:0 0 28px}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin:28px 0 26px}
.trust-row{display:flex;flex-wrap:wrap;gap:12px 20px;font-size:.84rem;font-weight:700;color:var(--muted)}
.trust-row span:before{content:"✓";color:var(--green);font-weight:900;margin-right:7px}
.hero-visual{position:relative;min-height:520px}
.hero-photo{position:absolute;inset:0 0 36px 52px;border-radius:34px;overflow:hidden;box-shadow:var(--shadow);background:#d9e2e4}
.hero-photo img{width:100%;height:100%;object-fit:cover}
.hero-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(20,35,58,.32),transparent 50%)}
.hero-card{position:absolute;left:0;bottom:0;background:#fff;border-radius:18px;box-shadow:var(--shadow-sm);padding:20px 22px;width:min(310px,80%);border:1px solid rgba(231,225,216,.9)}
.hero-card strong{display:block;font-size:1.65rem;line-height:1.1;margin-bottom:5px}
.hero-card small{color:var(--muted);font-weight:700}
.hero-badge{position:absolute;right:-4px;top:34px;background:var(--gold);color:var(--ink);width:112px;height:112px;border-radius:50%;display:grid;place-items:center;text-align:center;font-weight:900;font-size:.78rem;line-height:1.25;transform:rotate(7deg);box-shadow:0 14px 35px rgba(244,185,66,.35)}
.hero-badge span{max-width:72px}
.image-note{font-size:.74rem;color:var(--muted);margin-top:8px}

.section{padding:88px 0}
.section-sm{padding:64px 0}
.section-soft{background:var(--soft)}
.section-blue{background:var(--soft-blue)}
.section-dark{background:var(--ink);color:#fff}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:40px}
.section-head.center{display:block;text-align:center;max-width:780px;margin:0 auto 42px}
.section-head h2,.split-copy h2,.footer-cta h2{font-family:"Playfair Display",Georgia,serif;font-size:clamp(2.15rem,4vw,3.55rem);line-height:1.08;letter-spacing:-.03em;margin:10px 0 0}
.section-head p{max-width:640px;color:var(--muted);margin:0}
.section-dark .section-head p{color:#ccd4de}

.stats-band{margin-top:-1px;background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.stat{padding:26px 24px;border-right:1px solid var(--line)}
.stat:last-child{border-right:0}
.stat strong{display:block;font-size:1.15rem;line-height:1.2;margin-bottom:7px}
.stat span{font-size:.8rem;color:var(--muted);font-weight:700}

.cards{display:grid;gap:20px}
.cards-3{grid-template-columns:repeat(3,1fr)}
.cards-4{grid-template-columns:repeat(4,1fr)}
.program-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:26px;min-height:300px;display:flex;flex-direction:column;transition:.25s ease;position:relative;overflow:hidden}
.program-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-sm);border-color:transparent}
.program-card:nth-child(1){background:#fff3ee}
.program-card:nth-child(2){background:#eef7f2}
.program-card:nth-child(3){background:#f2f3fb}
.program-card:nth-child(4){background:#fff8e8}
.program-card:nth-child(5){background:#eef7fa}
.program-card:nth-child(6){background:#f8eef7}
.icon-chip{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;background:#fff;border:1px solid rgba(20,35,58,.07);font-size:1.35rem;box-shadow:0 8px 18px rgba(20,35,58,.06)}
.program-card h3{font-size:1.18rem;margin:20px 0 10px;line-height:1.25}
.program-card p{font-size:.91rem;color:var(--muted);margin:0 0 22px}
.program-card .link-arrow{margin-top:auto;font-size:.88rem}

.split{display:grid;grid-template-columns:1fr 1fr;gap:58px;align-items:center}
.split-copy p{color:var(--muted)}
.feature-photo{border-radius:30px;overflow:hidden;min-height:500px;box-shadow:var(--shadow);background:#e0e4e7;position:relative}
.feature-photo img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}
.feature-photo .photo-label{position:absolute;left:18px;bottom:18px;background:rgba(255,255,255,.94);padding:10px 13px;border-radius:10px;font-size:.74rem;color:var(--muted);max-width:260px}
.check-list{list-style:none;padding:0;margin:24px 0;display:grid;gap:13px}
.check-list li{display:flex;gap:11px;align-items:flex-start}
.check-list li:before{content:"✓";width:23px;height:23px;flex:0 0 23px;border-radius:50%;background:#e8f5ef;color:var(--green);display:grid;place-items:center;font-weight:900;font-size:.74rem;margin-top:2px}

.cred-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-top:30px}
.cred-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:20px}
.cred-card .status{display:inline-flex;padding:5px 8px;border-radius:999px;font-size:.68rem;font-weight:900;text-transform:uppercase;letter-spacing:.06em;margin-bottom:12px}
.status-ok{background:#e7f5ee;color:#1f6a4e}
.status-warn{background:#fff1cf;color:#815b08}
.cred-card strong{display:block;font-size:1rem}
.cred-card small{display:block;color:var(--muted);margin-top:6px}

.csr-panel{background:linear-gradient(135deg,#14233a,#243958);border-radius:30px;color:#fff;padding:50px;display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:center;overflow:hidden;position:relative}
.csr-panel:after{content:"";position:absolute;width:300px;height:300px;border-radius:50%;background:rgba(244,185,66,.12);right:-80px;top:-130px}
.csr-panel h2{font-family:"Playfair Display",Georgia,serif;font-size:clamp(2.2rem,4vw,3.5rem);line-height:1.05;margin:12px 0 18px}
.csr-panel p{color:#d7dee8;max-width:660px}
.csr-themes{display:flex;flex-wrap:wrap;gap:10px;margin-top:23px}
.csr-themes span{border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.07);padding:8px 11px;border-radius:999px;font-size:.78rem;font-weight:700}
.csr-side{background:#fff;color:var(--ink);padding:26px;border-radius:20px;position:relative;z-index:2}
.csr-side h3{margin:0 0 10px}
.csr-side p{color:var(--muted);font-size:.88rem}

.quote-band{display:grid;grid-template-columns:.7fr 1.3fr;gap:35px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:26px;padding:36px}
.quote-mark{font-family:Georgia,serif;font-size:7rem;line-height:.6;color:var(--brand);opacity:.22}
.quote-band blockquote{margin:0;font-family:"Playfair Display",Georgia,serif;font-size:1.65rem;line-height:1.35}
.quote-band cite{display:block;font-family:"Manrope",sans-serif;font-style:normal;color:var(--muted);font-size:.82rem;margin-top:16px}

.page-hero{padding:72px 0;background:linear-gradient(135deg,#fff5ef,#f3f8fa);border-bottom:1px solid var(--line)}
.page-hero .container{max-width:980px}
.page-hero h1{font-size:clamp(2.7rem,5vw,4.8rem);margin-bottom:18px}
.page-hero p{font-size:1.08rem;color:var(--ink-2);max-width:800px;margin:0}
.breadcrumb{font-size:.78rem;font-weight:800;color:var(--muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:13px}
.breadcrumb a{color:var(--brand)}

.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.story-card{background:#fff;border:1px solid var(--line);padding:32px;border-radius:22px}
.story-card h3{margin-top:0;font-size:1.35rem}
.story-card p:last-child{margin-bottom:0}

.timeline{display:grid;gap:18px;position:relative}
.timeline:before{content:"";position:absolute;left:18px;top:10px;bottom:10px;width:2px;background:var(--line)}
.timeline-item{position:relative;padding-left:58px}
.timeline-item:before{content:"";position:absolute;left:10px;top:7px;width:18px;height:18px;border:5px solid #fff;background:var(--brand);border-radius:50%;box-shadow:0 0 0 1px var(--line)}
.timeline-item strong{display:block}
.timeline-item span{color:var(--muted);font-size:.9rem}

.leader-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.leader-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px;display:flex;align-items:center;gap:15px}
.avatar{width:54px;height:54px;border-radius:50%;background:linear-gradient(135deg,var(--soft-peach),#f6d7cd);display:grid;place-items:center;font-weight:900;color:var(--brand);font-size:1.05rem}
.leader-card strong{display:block}
.leader-card span{font-size:.84rem;color:var(--muted)}

.program-detail{background:#fff;border:1px solid var(--line);border-radius:22px;padding:30px}
.program-detail h3{font-size:1.35rem;margin:0 0 8px}
.program-detail .tag{font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;font-weight:900;color:var(--brand)}
.program-detail ul{padding-left:20px;color:var(--muted)}
.program-detail li+li{margin-top:7px}

.process{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;counter-reset:step}
.process-step{background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px;counter-increment:step}
.process-step:before{content:"0" counter(step);display:inline-flex;color:var(--brand);font-size:.76rem;font-weight:900;letter-spacing:.08em;margin-bottom:26px}
.process-step h3{font-size:1rem;margin:0 0 8px}
.process-step p{font-size:.82rem;color:var(--muted);margin:0}

.notice{border-left:4px solid var(--gold);background:#fff8e8;padding:18px 20px;border-radius:0 14px 14px 0;color:var(--ink-2);font-size:.9rem}
.notice strong{color:var(--ink)}
.notice.danger{border-color:var(--brand);background:#fff0ec}

.doc-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.doc-card{display:flex;justify-content:space-between;gap:20px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px;align-items:center}
.doc-card h3{margin:0 0 6px;font-size:1.05rem}
.doc-card p{margin:0;color:var(--muted);font-size:.82rem}
.doc-icon{width:50px;height:50px;border-radius:14px;background:var(--soft-peach);color:var(--brand);display:grid;place-items:center;font-weight:900;flex:0 0 50px}
.doc-actions{display:flex;gap:9px;align-items:center;flex-wrap:wrap}

.table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:18px;background:#fff}
table{width:100%;border-collapse:collapse;min-width:700px}
th,td{padding:16px 18px;text-align:left;border-bottom:1px solid var(--line);vertical-align:top}
th{font-size:.74rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);background:#fbfaf7}
td{font-size:.9rem}
tr:last-child td{border-bottom:0}

.form-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:36px;align-items:start}
.form-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:30px;box-shadow:var(--shadow-sm)}
.form-card h2{font-size:1.45rem;margin-top:0}
.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.field{margin-bottom:16px}
.field label{display:block;font-size:.78rem;font-weight:800;margin-bottom:7px;color:var(--ink-2)}
.field input,.field textarea,.field select{width:100%;border:1px solid #d9d4cb;background:#fff;border-radius:11px;padding:12px 13px;color:var(--ink);outline:none;transition:.2s}
.field textarea{min-height:130px;resize:vertical}
.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--brand);box-shadow:0 0 0 3px rgba(232,75,50,.1)}
.field small{display:block;color:var(--muted);font-size:.72rem;margin-top:6px}
.checkbox{display:flex;align-items:flex-start;gap:9px;font-size:.78rem;color:var(--muted);margin:14px 0 18px}
.checkbox input{margin-top:4px}
.amount-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:14px}
.amount-btn{border:1px solid var(--line);background:#fff;border-radius:10px;padding:11px 8px;font-weight:800;color:var(--ink)}
.amount-btn:hover,.amount-btn.selected{border-color:var(--brand);color:var(--brand);background:var(--soft-peach)}
.form-note{font-size:.76rem;color:var(--muted);margin-top:12px}
.contact-stack{display:grid;gap:14px}
.contact-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:20px}
.contact-card small{display:block;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-weight:800;font-size:.68rem;margin-bottom:5px}
.contact-card strong{display:block;font-size:.98rem;line-height:1.45}
.map-box{min-height:260px;border-radius:22px;background:linear-gradient(135deg,#dfe9ea,#f5e9df);position:relative;overflow:hidden;display:grid;place-items:center;text-align:center;padding:30px}
.map-box:before{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(20,35,58,.1) 1px,transparent 1px);background-size:22px 22px}
.map-box>*{position:relative;z-index:2}

.faq{display:grid;gap:12px;max-width:900px;margin:0 auto}
details{background:#fff;border:1px solid var(--line);border-radius:15px;padding:17px 20px}
summary{cursor:pointer;font-weight:800}
details p{color:var(--muted);font-size:.9rem;margin-bottom:0}

.footer-cta{background:var(--brand);color:#fff;padding:54px 0}
.footer-cta__inner{display:flex;justify-content:space-between;align-items:center;gap:42px}
.footer-cta h2{font-size:clamp(2rem,3.6vw,3.1rem);margin:7px 0 0;max-width:720px}
.footer-cta__actions{display:flex;gap:11px;flex-wrap:wrap;justify-content:flex-end}
.site-footer{background:#0d1828;color:#fff;padding:56px 0 18px}
.footer-grid{display:grid;grid-template-columns:1.3fr .7fr .75fr 1.1fr;gap:38px}
.site-footer h3{font-size:.9rem;margin:0 0 16px;color:#fff}
.site-footer p,.site-footer a{font-size:.82rem;color:#b7c1ce}
.site-footer a{display:block;margin:8px 0}
.site-footer a:hover{color:#fff}
.brand-footer{margin-bottom:16px}
.brand-footer img{filter:brightness(0) invert(1);opacity:.92}
.brand-footer strong{color:#fff}
.brand-footer small{color:#94a2b4}
.newsletter{margin-top:15px}
.inline-field{display:flex;background:#fff;border-radius:10px;overflow:hidden}
.inline-field input{border:0;min-width:0;width:100%;padding:10px 11px;outline:none;color:var(--ink)}
.inline-field button{border:0;background:var(--gold);font-weight:900;padding:0 13px;color:var(--ink)}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:38px;padding-top:18px;display:flex;justify-content:space-between;gap:20px;color:#8190a3;font-size:.72rem}
.floating-donate{position:fixed;right:18px;bottom:18px;z-index:90;background:var(--brand);color:#fff;padding:12px 17px;border-radius:999px;font-weight:900;box-shadow:0 12px 30px rgba(232,75,50,.35);display:none}

.flash{padding:12px 0;font-size:.88rem;font-weight:700}
.flash-success{background:#e7f5ee;color:#1f6a4e}
.flash-error{background:#fff0ec;color:#9b2d1c}

.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.gallery-card{min-height:260px;border-radius:20px;overflow:hidden;position:relative;background:#e9ecee}
.gallery-card img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}
.gallery-card:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(20,35,58,.72),transparent 60%)}
.gallery-card span{position:absolute;left:18px;right:18px;bottom:16px;color:#fff;z-index:2;font-weight:800;font-size:.86rem}

.admin-shell{min-height:100vh;background:#f5f6f8;padding:30px}
.admin-card{max-width:480px;margin:8vh auto;background:#fff;border:1px solid var(--line);border-radius:22px;padding:32px;box-shadow:var(--shadow-sm)}
.admin-top{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:26px}
.admin-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:24px}
.admin-stat{background:#fff;border:1px solid var(--line);border-radius:14px;padding:18px}
.admin-stat strong{display:block;font-size:1.6rem}
.admin-stat span{font-size:.76rem;color:var(--muted)}
.admin-table{background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden}

@media (max-width: 1050px){
  .main-nav{position:absolute;left:18px;right:18px;top:78px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:12px;box-shadow:var(--shadow-sm);display:none;flex-direction:column;align-items:stretch}
  .main-nav.open{display:flex}
  .main-nav>a{width:100%}
  .menu-toggle{display:block}
  .hero-grid,.split,.csr-panel,.form-layout{grid-template-columns:1fr}
  .hero-visual{min-height:480px;max-width:760px;width:100%;margin:0 auto}
  .hero-photo{left:40px}
  .cards-3{grid-template-columns:repeat(2,1fr)}
  .cards-4,.cred-grid{grid-template-columns:repeat(2,1fr)}
  .process{grid-template-columns:repeat(3,1fr)}
  .footer-grid{grid-template-columns:1.2fr 1fr 1fr}
  .footer-grid>div:last-child{grid-column:1/-1}
}
@media (max-width: 760px){
  .legal-strip__inner{gap:8px 16px;justify-content:flex-start;font-size:.68rem}
  .legal-strip__inner span+span:before{left:-10px}
  .nav-wrap{min-height:72px}
  .brand img{width:42px;height:48px}
  .brand strong{font-size:1rem}
  .brand small{font-size:.58rem}
  .hero{padding:48px 0 52px}
  .hero-grid{gap:36px}
  .hero h1,.page-hero h1{font-size:clamp(2.55rem,13vw,4rem)}
  .hero-visual{min-height:380px}
  .hero-photo{left:18px;bottom:24px;border-radius:24px}
  .hero-card{width:70%;padding:15px 17px}
  .hero-badge{width:88px;height:88px;font-size:.66rem;right:-4px;top:20px}
  .section{padding:64px 0}
  .section-sm{padding:48px 0}
  .section-head{display:block}
  .section-head p{margin-top:15px}
  .stats-grid{grid-template-columns:repeat(2,1fr)}
  .stat{border-bottom:1px solid var(--line)}
  .stat:nth-child(2){border-right:0}
  .cards-3,.cards-4,.cred-grid,.story-grid,.leader-grid,.doc-grid,.gallery-grid{grid-template-columns:1fr}
  .program-card{min-height:auto}
  .feature-photo{min-height:390px}
  .csr-panel{padding:28px}
  .quote-band{grid-template-columns:1fr;padding:28px}
  .quote-mark{font-size:5rem}
  .process{grid-template-columns:1fr}
  .field-grid{grid-template-columns:1fr}
  .amount-grid{grid-template-columns:repeat(2,1fr)}
  .footer-cta__inner{display:block}
  .footer-cta__actions{justify-content:flex-start;margin-top:24px}
  .footer-grid{grid-template-columns:1fr 1fr}
  .footer-grid>div:first-child,.footer-grid>div:last-child{grid-column:1/-1}
  .footer-bottom{display:block}
  .floating-donate{display:block}
  .admin-shell{padding:16px}
  .admin-stats{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 460px){
  .container{width:min(calc(100% - 24px),var(--container))}
  .brand small{display:none}
  .brand strong{font-size:.94rem}
  .hero-photo{left:8px}
  .hero-card{width:80%}
  .stats-grid{grid-template-columns:1fr}
  .stat{border-right:0}
  .footer-grid{grid-template-columns:1fr}
  .footer-grid>div{grid-column:auto!important}
}
@media (prefers-reduced-motion: reduce){*{scroll-behavior:auto!important;transition:none!important}}

/* Donation bank details */
.bank-panel{background:#fff;border:1px solid var(--line);border-radius:24px;padding:28px;box-shadow:var(--shadow-sm)}
.bank-panel__head{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:20px}
.bank-panel__head h3{font-size:1.45rem;margin:10px 0 4px}
.bank-panel__head p{margin:0;color:var(--muted)}
.bank-mark{width:64px;height:64px;border-radius:18px;background:var(--soft-peach);display:grid;place-items:center;color:var(--brand);font-size:2rem;font-weight:900;flex:0 0 64px}
.bank-table{min-width:620px}
.program-card:nth-child(7){background:#eef3ff}
.program-card:nth-child(8){background:#f2f8ea}
@media (max-width: 760px){.bank-panel{padding:20px}.bank-panel__head{align-items:flex-start}.bank-mark{width:54px;height:54px;flex-basis:54px}}

/* Activity photography and view-only verification documents */
.cred-grid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr))}
.program-photo-grid{align-items:stretch}
.program-detail{overflow:hidden}
.program-detail__photo{height:210px;margin:-30px -30px 24px;overflow:hidden;background:#e7e8e8}
.program-detail__photo img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s ease}
.program-detail:hover .program-detail__photo img{transform:scale(1.035)}
.activity-gallery .gallery-card{min-height:290px;box-shadow:var(--shadow-sm)}
.center-actions{text-align:center;margin:28px 0 0}
.doc-card__main{display:flex;gap:16px;align-items:center;min-width:0}
.doc-card__main>div:last-child{min-width:0}
.document-hero{padding-bottom:52px}
.document-view-section{background:#f4f1eb}
.document-viewer{max-width:1040px}
.document-page{margin:0 0 28px;background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:var(--shadow-sm);position:relative}
.document-page img{display:block;width:100%;height:auto;background:#fff;user-select:none;-webkit-user-drag:none}
.document-page__label{padding:11px 15px;border-bottom:1px solid var(--line);font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;font-weight:900;color:var(--muted);background:#fbfaf7}
.document-back{text-align:center;padding-top:10px}
.csr-evidence-split .feature-photo{min-height:460px}
@media (max-width:760px){
  .program-detail__photo{height:230px}
  .activity-gallery .gallery-card{min-height:250px}
  .doc-card{align-items:flex-start;flex-direction:column}
  .doc-card .btn{width:100%}
  .document-page{border-radius:12px}
}


/* =========================================================
   2026 Mobile App Experience + Energetic Wave Background
   ========================================================= */
body{position:relative;overflow-x:hidden}
body>*:not(.ambient-energy){position:relative;z-index:1}
.ambient-energy{position:fixed;inset:0;z-index:0;pointer-events:none;overflow:hidden;opacity:.48}
.ambient-energy__orb{position:absolute;border-radius:44% 56% 62% 38% / 40% 44% 56% 60%;filter:blur(2px);will-change:transform;border:1px solid rgba(255,255,255,.38)}
.ambient-energy__orb--one{width:620px;height:220px;left:-180px;top:17vh;background:linear-gradient(110deg,rgba(232,75,50,.07),rgba(244,185,66,.07));animation:ambientWaveOne 17s ease-in-out infinite alternate}
.ambient-energy__orb--two{width:760px;height:260px;right:-280px;top:48vh;background:linear-gradient(110deg,rgba(36,107,142,.065),rgba(47,123,95,.06));animation:ambientWaveTwo 21s ease-in-out infinite alternate}
.ambient-energy__orb--three{width:580px;height:180px;left:18vw;bottom:-90px;background:linear-gradient(110deg,rgba(244,185,66,.055),rgba(232,75,50,.05));animation:ambientWaveThree 19s ease-in-out infinite alternate}
@keyframes ambientWaveOne{0%{transform:translate3d(-4%,0,0) rotate(-4deg) scale(1)}100%{transform:translate3d(20%,46px,0) rotate(5deg) scale(1.12)}}
@keyframes ambientWaveTwo{0%{transform:translate3d(5%,0,0) rotate(4deg) scale(1)}100%{transform:translate3d(-23%,-56px,0) rotate(-5deg) scale(1.08)}}
@keyframes ambientWaveThree{0%{transform:translate3d(-8%,0,0) rotate(-3deg)}100%{transform:translate3d(22%,-48px,0) rotate(4deg)}}

.hero,.page-hero,.footer-cta,.section-blue{background-repeat:repeat-x,no-repeat;background-position:0 100%,center;background-size:1500px 310px,cover;animation:sycWaveFlow 24s linear infinite}
.hero{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 320'%3E%3Cpath d='M-100 190 C180 70 390 320 690 185 S1200 62 1700 190' fill='none' stroke='%23e84b32' stroke-opacity='.10' stroke-width='24'/%3E%3Cpath d='M-100 238 C230 125 465 350 760 215 S1210 120 1700 242' fill='none' stroke='%23246b8e' stroke-opacity='.08' stroke-width='14'/%3E%3C/svg%3E"),linear-gradient(115deg,#fff7f1 0%,#f7fbfc 60%,#eff5f1 100%)}
.page-hero{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 320'%3E%3Cpath d='M-100 185 C220 60 430 315 720 175 S1200 60 1700 195' fill='none' stroke='%23f4b942' stroke-opacity='.13' stroke-width='22'/%3E%3Cpath d='M-100 242 C250 135 470 350 780 220 S1240 130 1700 245' fill='none' stroke='%232f7b5f' stroke-opacity='.08' stroke-width='12'/%3E%3C/svg%3E"),linear-gradient(135deg,#fff5ef,#f3f8fa)}
.section-blue{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 320'%3E%3Cpath d='M-100 205 C210 85 430 315 720 190 S1220 75 1700 200' fill='none' stroke='%23246b8e' stroke-opacity='.07' stroke-width='18'/%3E%3C/svg%3E"),linear-gradient(#edf5f8,#edf5f8)}
.footer-cta{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 320'%3E%3Cpath d='M-100 190 C230 70 430 320 730 180 S1220 72 1700 196' fill='none' stroke='white' stroke-opacity='.11' stroke-width='22'/%3E%3Cpath d='M-100 248 C230 135 480 350 800 215 S1250 138 1700 248' fill='none' stroke='%23f4b942' stroke-opacity='.16' stroke-width='11'/%3E%3C/svg%3E"),linear-gradient(135deg,#e84b32,#cf3824)}
@keyframes sycWaveFlow{from{background-position:0 100%,center}to{background-position:1500px 100%,center}}

.mobile-app-nav{display:none}
.mobile-app-nav__icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}

@media (max-width: 860px){
  :root{--mobile-nav-height:76px}
  html{scroll-padding-bottom:calc(var(--mobile-nav-height) + 24px)}
  body{padding-bottom:calc(var(--mobile-nav-height) + 22px + env(safe-area-inset-bottom));background:#f8fafb}
  .ambient-energy{opacity:.34}

  .legal-strip{overflow:hidden}
  .legal-strip__inner{width:100%;max-width:none;overflow-x:auto;flex-wrap:nowrap;justify-content:flex-start;gap:8px;padding:7px 12px;min-height:38px;scrollbar-width:none;overscroll-behavior-inline:contain;scroll-snap-type:x proximity}
  .legal-strip__inner::-webkit-scrollbar{display:none}
  .legal-strip__inner span{flex:0 0 auto;scroll-snap-align:start;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.08);padding:5px 9px;border-radius:999px;font-size:.64rem;letter-spacing:.01em}
  .legal-strip__inner span+span:before{display:none}

  .site-header{top:0;background:rgba(255,255,255,.88);border-bottom-color:rgba(20,35,58,.08)}
  .nav-wrap{min-height:66px;width:calc(100% - 24px)}
  .brand{gap:8px}
  .brand img{width:39px;height:44px}
  .brand span{line-height:1.03}
  .brand strong{font-size:.94rem}
  .brand small{font-size:.52rem;margin-top:4px;letter-spacing:.1em}
  .menu-toggle{width:44px;height:44px;padding:0;border-radius:14px;font-size:0;position:relative;background:#fff;box-shadow:0 6px 18px rgba(20,35,58,.08)}
  .menu-toggle:before,.menu-toggle:after,.menu-toggle{background-image:linear-gradient(var(--ink),var(--ink)),linear-gradient(var(--ink),var(--ink)),linear-gradient(var(--ink),var(--ink));background-repeat:no-repeat;background-size:18px 2px,18px 2px,18px 2px;background-position:center 14px,center 21px,center 28px}
  .main-nav{left:12px;right:12px;top:61px;max-height:calc(100vh - 170px);overflow-y:auto;border-radius:20px;padding:10px;box-shadow:0 22px 70px rgba(20,35,58,.18);background:rgba(255,255,255,.97);backdrop-filter:blur(18px)}
  .main-nav>a:not(.btn){padding:13px 14px;border-radius:13px}
  .main-nav .nav-donate{margin-top:3px;padding:13px 15px}

  .hero{padding:38px 0 34px;background-size:1100px 250px,cover;animation-duration:28s}
  .hero-grid{gap:26px}
  .hero h1,.page-hero h1{font-size:clamp(2.2rem,10.5vw,3.25rem);line-height:1.01;letter-spacing:-.04em}
  .hero h1{margin:12px 0 16px}
  .hero-lead,.page-hero p{font-size:.98rem;line-height:1.62}
  .hero-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:22px 0 20px}
  .hero-actions .btn{width:100%;min-height:47px;padding:12px 10px}
  .trust-row{gap:8px 13px;font-size:.74rem}
  .hero-visual{min-height:330px;margin-top:3px}
  .hero-photo{left:0;right:0;bottom:20px;border-radius:23px;box-shadow:0 18px 46px rgba(20,35,58,.15)}
  .hero-card{left:10px;bottom:0;width:min(78%,280px);border-radius:16px;padding:13px 15px}
  .hero-card strong{font-size:.95rem}
  .hero-card span{font-size:.72rem}
  .hero-badge{width:76px;height:76px;right:8px;top:14px;font-size:.57rem;border-width:4px}

  .page-hero{padding:42px 0 38px;background-size:1100px 240px,cover}
  .breadcrumb{font-size:.67rem;margin-bottom:10px}
  .page-hero h1{margin:10px 0 14px}

  .section{padding:54px 0}
  .section-sm{padding:42px 0}
  .section-head{margin-bottom:26px;gap:14px}
  .section-head.center{margin-bottom:28px}
  .section-head h2,.split-copy h2,.footer-cta h2{font-size:clamp(1.85rem,8.7vw,2.65rem);line-height:1.08}
  .section-head p,.split-copy p{font-size:.91rem;line-height:1.65}
  .eyebrow{font-size:.67rem;letter-spacing:.11em}

  .stats-band{border-radius:0 0 26px 26px;overflow:hidden;box-shadow:0 12px 35px rgba(20,35,58,.05)}
  .stats-grid{grid-template-columns:1fr 1fr;gap:0}
  .stat{padding:20px 16px;min-height:104px}
  .stat strong{font-size:1.02rem}
  .stat span{font-size:.72rem;line-height:1.45}

  .cards{gap:14px}
  .cards-3,.cards-4,.cred-grid,.story-grid,.leader-grid,.doc-grid,.gallery-grid{grid-template-columns:1fr}
  .program-card,.story-card,.program-detail,.leader-card,.cred-card,.contact-card,.form-card,.bank-panel,.doc-card{border-radius:18px;box-shadow:0 10px 30px rgba(20,35,58,.055)}
  .program-card{min-height:0;padding:20px}
  .program-card h3{margin:15px 0 8px;font-size:1.08rem}
  .program-card p{font-size:.86rem;margin-bottom:16px}
  .icon-chip{width:46px;height:46px;border-radius:14px}

  .split,.form-layout{gap:26px}
  .feature-photo{min-height:330px;border-radius:22px}
  .feature-photo .photo-label{left:12px;right:12px;bottom:12px;max-width:none;border-radius:12px;font-size:.67rem;padding:9px 11px}
  .check-list{gap:10px;margin:18px 0}
  .check-list li{font-size:.88rem}

  .gallery-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
  .gallery-card,.activity-gallery .gallery-card{min-height:190px;border-radius:16px}
  .gallery-card span{left:12px;right:12px;bottom:11px;font-size:.72rem;line-height:1.35}

  .program-detail{padding:20px}
  .program-detail__photo{height:210px;margin:-20px -20px 18px}
  .program-detail h3{font-size:1.16rem}
  .program-detail ul{padding-left:18px;font-size:.86rem}

  .csr-panel{padding:24px;border-radius:22px;gap:22px}
  .csr-panel h2{font-size:clamp(1.9rem,9vw,2.6rem)}
  .csr-side{padding:20px;border-radius:17px}
  .csr-themes{gap:7px}
  .csr-themes span{font-size:.7rem;padding:7px 9px}

  .quote-band{padding:23px;border-radius:20px;gap:12px}
  .quote-band blockquote{font-size:1.35rem}
  .quote-mark{font-size:4.2rem}

  .process{gap:10px}
  .process-step{padding:20px;border-radius:16px}
  .process-step:before{margin-bottom:14px}

  .form-card{padding:20px}
  .field-grid{gap:0}
  .field{margin-bottom:13px}
  .field label{font-size:.74rem}
  .field input,.field textarea,.field select{min-height:48px;border-radius:13px;font-size:16px;padding:12px}
  .field textarea{min-height:122px}
  .btn{min-height:46px;border-radius:13px}
  .amount-grid{grid-template-columns:repeat(2,1fr);gap:8px}
  .amount-btn{min-height:46px;border-radius:12px}

  .table-wrap{margin-left:-2px;margin-right:-2px;border-radius:16px;overflow-x:auto;-webkit-overflow-scrolling:touch;box-shadow:inset -16px 0 18px -20px rgba(20,35,58,.4)}
  table{min-width:600px}
  th,td{padding:13px 14px;font-size:.79rem}
  th{font-size:.66rem}
  .bank-table{min-width:560px}
  .bank-panel{padding:19px}
  .bank-panel__head{margin-bottom:14px}
  .bank-panel__head h3{font-size:1.2rem}
  .bank-mark{width:50px;height:50px;flex-basis:50px;border-radius:15px;font-size:1.55rem}

  .doc-card{padding:18px;gap:14px}
  .doc-card__main{align-items:flex-start}
  .doc-icon{width:46px;height:46px;flex-basis:46px;border-radius:13px}
  .doc-card .btn{width:100%;min-height:44px}
  .document-hero{padding-bottom:36px}
  .document-view-section{padding-top:28px}
  .document-page{margin-bottom:18px;border-radius:14px}
  .document-page__label{font-size:.65rem;padding:9px 11px}

  .footer-cta{padding:42px 0 46px;background-size:1100px 250px,cover}
  .footer-cta__actions{display:grid;grid-template-columns:1fr;gap:9px}
  .footer-cta__actions .btn{width:100%}
  .site-footer{padding:44px 0 calc(34px + var(--mobile-nav-height) + env(safe-area-inset-bottom))}
  .footer-grid{gap:28px}
  .footer-bottom{font-size:.68rem;line-height:1.55}
  .floating-donate{display:none!important}

  .mobile-app-nav{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));position:fixed;left:10px;right:10px;bottom:calc(9px + env(safe-area-inset-bottom));z-index:1000;min-height:var(--mobile-nav-height);padding:7px 7px 6px;border:1px solid rgba(255,255,255,.7);border-radius:23px;background:rgba(255,255,255,.92);backdrop-filter:blur(22px) saturate(1.25);-webkit-backdrop-filter:blur(22px) saturate(1.25);box-shadow:0 16px 45px rgba(20,35,58,.20),0 2px 10px rgba(20,35,58,.08)}
  .mobile-app-nav__item{position:relative;min-width:0;min-height:61px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;border-radius:16px;color:#718096;transition:transform .18s ease,background .18s ease,color .18s ease;padding:5px 2px}
  .mobile-app-nav__item:active{transform:scale(.94)}
  .mobile-app-nav__item.active{color:var(--brand);background:linear-gradient(180deg,#fff4ef,#fff)}
  .mobile-app-nav__item.active:before{content:"";position:absolute;top:-3px;width:23px;height:3px;border-radius:999px;background:var(--brand);box-shadow:0 3px 10px rgba(232,75,50,.35)}
  .mobile-app-nav__icon{display:grid;place-items:center;width:29px;height:27px}
  .mobile-app-nav__icon svg{width:22px;height:22px}
  .mobile-app-nav__label{max-width:100%;font-size:.59rem;line-height:1;font-weight:800;letter-spacing:-.015em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .mobile-app-nav__item--donate{color:#fff;background:linear-gradient(135deg,#f15a40,#d93f28);box-shadow:0 9px 22px rgba(232,75,50,.28)}
  .mobile-app-nav__item--donate .mobile-app-nav__icon{transform:translateY(-1px)}
  .mobile-app-nav__item--donate.active{color:#fff;background:linear-gradient(135deg,#e84b32,#bd311e)}
  .mobile-app-nav__item--donate.active:before{background:#fff}

  .notice{font-size:.83rem;border-radius:0 13px 13px 0;padding:15px 16px}
  details{padding:15px 16px;border-radius:14px}
  summary{font-size:.9rem}
  details p{font-size:.82rem}
}

@media (max-width: 520px){
  .container{width:calc(100% - 24px)}
  .brand small{display:none}
  .hero-actions{grid-template-columns:1fr}
  .hero-visual{min-height:300px}
  .hero-card{width:min(82%,250px)}
  .gallery-grid{grid-template-columns:1fr}
  .gallery-card,.activity-gallery .gallery-card{min-height:235px}
  .stats-grid{grid-template-columns:1fr 1fr}
  .stat{padding:17px 13px;min-height:96px}
  .footer-grid{grid-template-columns:1fr}
  .footer-grid>div{grid-column:auto!important}
  .mobile-app-nav{left:7px;right:7px;border-radius:20px;padding-left:4px;padding-right:4px}
  .mobile-app-nav__label{font-size:.55rem}
  .mobile-app-nav__item{border-radius:14px}
}

@media (max-width: 370px){
  .mobile-app-nav__label{font-size:.5rem;letter-spacing:-.03em}
  .mobile-app-nav__icon svg{width:20px;height:20px}
  .hero h1,.page-hero h1{font-size:2.05rem}
}

@media (prefers-reduced-motion: reduce){
  .ambient-energy__orb,.hero,.page-hero,.footer-cta,.section-blue{animation:none!important}
}

/* =========================================================
   Professional Mobile UI v2 — 22 Aug 2026
   Robust, compact, app-like and safe-area aware
   ========================================================= */
@media (max-width: 860px){
  :root{--mobile-nav-height:72px;--mobile-gutter:14px}
  html{scroll-padding-top:112px;scroll-padding-bottom:calc(var(--mobile-nav-height) + 28px)}
  body{padding-bottom:calc(var(--mobile-nav-height) + 20px + env(safe-area-inset-bottom));background:#f5f7f9}
  main{background:#fff}

  /* Top legal credentials — compact swipeable chips */
  .legal-strip{background:#14233a}
  .legal-strip__inner{min-height:34px;padding:5px var(--mobile-gutter);gap:6px}
  .legal-strip__inner span{font-size:.61rem;line-height:1.15;padding:5px 8px;background:rgba(255,255,255,.075);border-color:rgba(255,255,255,.08)}

  /* Header: full legal name always visible */
  .site-header{position:sticky;top:0;z-index:900;background:rgba(255,255,255,.96);backdrop-filter:blur(18px) saturate(1.2);-webkit-backdrop-filter:blur(18px) saturate(1.2);box-shadow:0 1px 0 rgba(20,35,58,.07)}
  .nav-wrap{width:calc(100% - 24px);min-height:70px;gap:10px}
  .brand{min-width:0;flex:1;gap:8px;overflow:visible}
  .brand img{width:40px;height:48px;flex:0 0 40px;object-fit:contain}
  .brand__copy,.brand span{min-width:0;display:flex;flex-direction:column;justify-content:center;line-height:1.08}
  .brand strong{display:block!important;font-size:.84rem!important;line-height:1.12!important;letter-spacing:-.018em!important;white-space:nowrap!important;overflow:visible!important;text-overflow:clip!important;color:var(--ink)}
  .brand small{display:block!important;margin-top:4px!important;font-size:.47rem!important;line-height:1.15!important;letter-spacing:.045em!important;text-transform:uppercase;color:#657286;white-space:nowrap}
  .menu-toggle{flex:0 0 42px;width:42px;height:42px;border:1px solid #e4e8ed;border-radius:13px;box-shadow:0 6px 18px rgba(20,35,58,.06)}
  .main-nav{top:66px;left:10px;right:10px;border:1px solid rgba(20,35,58,.08);border-radius:18px;padding:8px;box-shadow:0 24px 65px rgba(20,35,58,.18);max-height:calc(100dvh - 160px)}
  .main-nav>a:not(.btn){font-size:.88rem;padding:12px 13px}

  /* Hero: compact premium mobile composition */
  .hero{padding:32px 0 28px;background-size:980px 220px,cover}
  .hero-grid{display:flex;flex-direction:column;gap:22px}
  .hero h1,.page-hero h1{font-size:clamp(2.05rem,10.4vw,2.85rem);line-height:1.01;letter-spacing:-.045em}
  .hero h1{margin:10px 0 14px}
  .hero-lead{font-size:.91rem;line-height:1.58;margin-bottom:0}
  .eyebrow{font-size:.62rem;letter-spacing:.105em}
  .hero-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin:19px 0 17px}
  .hero-actions .btn{min-height:44px;padding:10px 9px;font-size:.78rem;border-radius:12px}
  .trust-row{display:grid;grid-template-columns:1fr 1fr;gap:7px 10px;font-size:.67rem;line-height:1.35}
  .hero-visual{min-height:286px;margin-top:0}
  .hero-photo{inset:0 0 18px 0;border-radius:22px;box-shadow:0 16px 38px rgba(20,35,58,.14)}
  .hero-card{left:10px;bottom:0;width:min(77%,265px);padding:11px 13px;border-radius:14px}
  .hero-card strong{font-size:.85rem}
  .hero-card small{font-size:.65rem;line-height:1.35}
  .hero-badge{width:68px;height:68px;right:8px;top:10px;font-size:.49rem;border-width:3px}

  /* App-style stats cards instead of a dense table band */
  .stats-band{background:#f5f7f9;border:0;border-radius:0!important;box-shadow:none!important;padding:12px 0 4px}
  .stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}
  .stat{min-height:91px!important;padding:14px 13px!important;border:1px solid #e7ebef!important;border-radius:16px;background:#fff;box-shadow:0 7px 22px rgba(20,35,58,.045)}
  .stat strong{font-size:.9rem;overflow-wrap:anywhere}
  .stat span{font-size:.65rem;line-height:1.35}

  /* Clear section rhythm */
  .section{padding:44px 0}
  .section-sm{padding:34px 0}
  .section-soft{background:#f7f8fa}
  .section-head,.section-head.center{margin-bottom:22px}
  .section-head h2,.split-copy h2,.footer-cta h2{font-size:clamp(1.62rem,7.8vw,2.2rem);line-height:1.08;letter-spacing:-.035em}
  .section-head p,.split-copy p{font-size:.84rem;line-height:1.6}
  .cards{gap:12px}
  .program-card,.story-card,.program-detail,.leader-card,.cred-card,.contact-card,.form-card,.bank-panel,.doc-card{border-radius:17px;box-shadow:0 7px 24px rgba(20,35,58,.05);border-color:#e7ebef}
  .program-card{padding:18px}
  .program-card h3{font-size:1rem;margin:12px 0 6px}
  .program-card p{font-size:.8rem;line-height:1.55;margin-bottom:13px}
  .link-arrow{font-size:.76rem}
  .icon-chip{width:42px;height:42px;border-radius:13px;font-size:1.08rem}

  /* Photos */
  .feature-photo{min-height:295px;border-radius:20px}
  .feature-photo .photo-label{font-size:.63rem;line-height:1.4;padding:8px 10px}
  .check-list li{font-size:.82rem;line-height:1.5}
  .program-detail{padding:18px}
  .program-detail__photo{height:205px;margin:-18px -18px 16px}
  .program-detail h3{font-size:1.08rem}
  .program-detail ul{font-size:.81rem;line-height:1.55}

  /* CSR / transparency cards */
  .csr-panel{padding:21px;border-radius:20px}
  .csr-side{padding:17px;border-radius:15px}
  .csr-side h3{font-size:1.05rem}
  .csr-side p{font-size:.8rem}
  .csr-themes span{font-size:.64rem;padding:6px 8px}
  .cred-card{padding:17px}
  .cred-card strong{font-size:.92rem}
  .cred-card small{font-size:.72rem;line-height:1.45}
  .notice{font-size:.76rem;line-height:1.5;padding:13px 14px}

  /* Forms and tables */
  .form-card,.bank-panel{padding:18px}
  .field label{font-size:.7rem}
  .field input,.field textarea,.field select{font-size:16px;min-height:46px;border-radius:12px}
  .table-wrap{border-radius:14px}
  th,td{font-size:.75rem;padding:11px 12px}
  .doc-card{padding:16px}
  .doc-card .btn{min-height:42px}
  .document-page{border-radius:12px}

  /* Footer remains informative but compact */
  .footer-cta{padding:36px 0 39px}
  .footer-cta__inner{gap:18px}
  .footer-cta__actions{margin-top:18px}
  .site-footer{padding:38px 0 calc(24px + var(--mobile-nav-height) + env(safe-area-inset-bottom))}
  .footer-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:24px 18px!important}
  .footer-grid>div:first-child,.footer-grid>div:last-child{grid-column:1/-1!important}
  .site-footer h3{font-size:.78rem;margin-bottom:10px}
  .site-footer p,.site-footer a{font-size:.73rem;line-height:1.5}
  .brand-footer strong{font-size:.81rem!important;color:#fff}
  .brand-footer small{font-size:.46rem!important;color:#94a2b4}
  .footer-bottom{font-size:.62rem;line-height:1.5;margin-top:27px}

  /* Bottom app navigation — deliberately hard constrained so SVGs can never expand */
  .floating-donate{display:none!important}
  .mobile-app-nav{
    display:grid!important;
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
    align-items:stretch!important;
    position:fixed!important;
    left:8px!important;right:8px!important;
    bottom:calc(8px + env(safe-area-inset-bottom))!important;
    width:auto!important;height:72px!important;min-height:72px!important;max-height:72px!important;
    padding:5px!important;margin:0!important;
    overflow:hidden!important;
    border:1px solid rgba(20,35,58,.10)!important;
    border-radius:21px!important;
    background:rgba(255,255,255,.97)!important;
    box-shadow:0 14px 36px rgba(20,35,58,.19)!important;
    backdrop-filter:blur(20px) saturate(1.25)!important;
    -webkit-backdrop-filter:blur(20px) saturate(1.25)!important;
    z-index:5000!important;
  }
  .mobile-app-nav__item{
    min-width:0!important;width:auto!important;height:62px!important;min-height:62px!important;max-height:62px!important;
    padding:5px 1px 4px!important;margin:0!important;
    display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;
    gap:3px!important;border-radius:15px!important;color:#6c7889!important;overflow:hidden!important;
    background:transparent!important;box-shadow:none!important;
  }
  .mobile-app-nav__item.active{color:var(--brand)!important;background:#fff2ed!important}
  .mobile-app-nav__item.active:before{top:0!important;width:20px!important;height:2px!important}
  .mobile-app-nav__icon{
    display:flex!important;align-items:center!important;justify-content:center!important;
    width:24px!important;height:24px!important;min-width:24px!important;min-height:24px!important;max-width:24px!important;max-height:24px!important;
    overflow:hidden!important;line-height:0!important;flex:0 0 24px!important;
  }
  .mobile-app-nav__icon svg{
    display:block!important;width:21px!important;height:21px!important;min-width:21px!important;min-height:21px!important;max-width:21px!important;max-height:21px!important;
    fill:none!important;stroke:currentColor!important;stroke-width:1.9!important;overflow:visible!important;flex:none!important;
  }
  .mobile-app-nav__label{display:block!important;width:100%!important;max-width:100%!important;font-size:8.5px!important;line-height:1.05!important;font-weight:800!important;letter-spacing:-.01em!important;text-align:center!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:clip!important}
  .mobile-app-nav__item--donate{color:#fff!important;background:linear-gradient(135deg,#ed573f,#cc3825)!important;box-shadow:0 7px 16px rgba(232,75,50,.24)!important}
  .mobile-app-nav__item--donate.active{color:#fff!important;background:linear-gradient(135deg,#e84b32,#b92f1e)!important}
  .mobile-app-nav__item--donate.active:before{background:#fff!important}

  /* Home page: swipeable card rails feel more like a native app and reduce endless vertical scrolling */
  .page-index .cards.cards-3,
  .page-index .gallery-grid.activity-gallery,
  .page-index .cred-grid{
    display:flex!important;
    gap:12px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scroll-snap-type:x mandatory!important;
    overscroll-behavior-inline:contain!important;
    -webkit-overflow-scrolling:touch!important;
    scrollbar-width:none!important;
    margin-left:calc(var(--mobile-gutter) * -1)!important;
    margin-right:calc(var(--mobile-gutter) * -1)!important;
    padding:2px var(--mobile-gutter) 12px!important;
  }
  .page-index .cards.cards-3::-webkit-scrollbar,
  .page-index .gallery-grid.activity-gallery::-webkit-scrollbar,
  .page-index .cred-grid::-webkit-scrollbar{display:none!important}
  .page-index .cards.cards-3>.program-card{flex:0 0 min(84vw,315px)!important;scroll-snap-align:start!important}
  .page-index .gallery-grid.activity-gallery>.gallery-card{flex:0 0 min(82vw,310px)!important;scroll-snap-align:start!important;min-height:225px!important}
  .page-index .cred-grid>.cred-card{flex:0 0 min(78vw,290px)!important;scroll-snap-align:start!important}
  .page-index .center-actions{margin-top:15px}

  /* Avoid accidental overflow anywhere */
  p,h1,h2,h3,h4,li,small,strong,a,td,th{overflow-wrap:break-word}
  iframe,video,canvas,svg{max-width:100%}
}

@media (max-width: 420px){
  .nav-wrap{width:calc(100% - 20px)}
  .brand img{width:36px;height:44px;flex-basis:36px}
  .brand strong{font-size:.78rem!important}
  .brand small{font-size:.43rem!important;letter-spacing:.025em!important}
  .menu-toggle{width:40px;height:40px;flex-basis:40px}
  .hero-actions{grid-template-columns:1fr 1fr}
  .mobile-app-nav{left:6px!important;right:6px!important;border-radius:19px!important}
  .mobile-app-nav__label{font-size:8px!important}
}

@media (max-width: 350px){
  .brand strong{font-size:.72rem!important}
  .brand small{font-size:.39rem!important}
  .hero-actions{grid-template-columns:1fr}
  .mobile-app-nav__label{font-size:7.4px!important;letter-spacing:-.025em!important}
  .mobile-app-nav__icon svg{width:19px!important;height:19px!important;min-width:19px!important;min-height:19px!important;max-width:19px!important;max-height:19px!important}
}


/* ==========================================================
   Persistent header + professional desktop quick actions
   ========================================================== */
.site-chrome{
  position:sticky;
  top:0;
  z-index:4500;
  isolation:isolate;
}
.site-chrome .legal-strip{position:relative;z-index:2}
.site-chrome .site-header{
  position:relative!important;
  top:auto!important;
  z-index:1!important;
}
.site-chrome--scrolled .site-header{
  background:rgba(255,253,249,.975);
  box-shadow:0 10px 34px rgba(20,35,58,.10);
}

.desktop-floating-actions{display:none}

@media (min-width:861px){
  .desktop-floating-actions{
    position:fixed;
    right:22px;
    bottom:24px;
    z-index:3900;
    display:flex;
    flex-direction:column;
    align-items:flex-end;
    gap:11px;
    pointer-events:none;
  }
  .desktop-float{
    --float-bg:#14233a;
    position:relative;
    width:54px;
    height:54px;
    flex:0 0 54px;
    padding:0;
    border:0;
    border-radius:18px;
    display:grid;
    place-items:center;
    color:#fff;
    background:var(--float-bg);
    box-shadow:0 12px 30px rgba(20,35,58,.18);
    pointer-events:auto;
    transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease,visibility .2s ease;
  }
  .desktop-float:hover,.desktop-float:focus-visible{
    transform:translateY(-3px);
    box-shadow:0 16px 38px rgba(20,35,58,.24);
    outline:none;
  }
  .desktop-float:focus-visible{box-shadow:0 0 0 4px rgba(255,255,255,.9),0 0 0 7px rgba(36,107,142,.36),0 16px 38px rgba(20,35,58,.24)}
  .desktop-float--whatsapp{--float-bg:#1fa463}
  .desktop-float--donate{--float-bg:var(--brand)}
  .desktop-float--top{--float-bg:var(--ink);cursor:pointer;opacity:0;visibility:hidden;transform:translateY(8px);pointer-events:none}
  .desktop-float--top.is-visible{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}
  .desktop-float--top.is-visible:hover,.desktop-float--top.is-visible:focus-visible{transform:translateY(-3px)}
  .desktop-float__icon{width:25px;height:25px;display:grid;place-items:center;line-height:0}
  .desktop-float__icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
  .desktop-float--whatsapp .desktop-float__icon svg{width:27px;height:27px;stroke-width:1.55}
  .desktop-float--donate .desktop-float__icon svg{fill:rgba(255,255,255,.10)}
  .desktop-floating-actions__label{
    position:absolute;
    right:64px;
    top:50%;
    transform:translate(7px,-50%);
    white-space:nowrap;
    padding:8px 11px;
    border-radius:10px;
    background:#0d1828;
    color:#fff;
    font-size:.72rem;
    line-height:1;
    font-weight:800;
    box-shadow:0 8px 22px rgba(20,35,58,.16);
    opacity:0;
    visibility:hidden;
    transition:.18s ease;
    pointer-events:none;
  }
  .desktop-float:hover .desktop-floating-actions__label,.desktop-float:focus-visible .desktop-floating-actions__label{opacity:1;visibility:visible;transform:translate(0,-50%)}
}

@media (max-width:860px){
  .desktop-floating-actions{display:none!important}
  .site-chrome{z-index:4500}
  .site-chrome .site-header{position:relative!important;top:auto!important}
  .site-chrome--scrolled .site-header{background:rgba(255,255,255,.985)}
}

@media (prefers-reduced-motion:reduce){
  .desktop-float,.desktop-floating-actions__label{transition:none!important}
}


/* KALSKILLS FOUNDATION brand adaptation */
:root{--brand:#0b5fff;--brand-dark:#0649c7;--gold:#ffc83d;--green:#00a89d;--blue:#0b5fff;--soft-blue:#eef5ff;--soft-peach:#eef9f7;--ink:#10213d;--ink-2:#2b3d58}
.kal-logo{width:52px;height:52px;flex:0 0 52px;border-radius:15px;display:grid;place-items:center;background:linear-gradient(135deg,#0b5fff,#00a89d);box-shadow:0 10px 25px rgba(11,95,255,.22);position:relative;overflow:hidden;color:#fff}
.kal-logo:after{content:"";position:absolute;width:34px;height:34px;border:1px solid rgba(255,255,255,.32);border-radius:50%;right:-10px;top:-10px}.kal-logo b{font-size:1.55rem;line-height:1;font-weight:900;position:relative;z-index:1}
.brand-footer .kal-logo{box-shadow:none}.brand-footer .kal-logo b{color:#fff}
.hero{background:linear-gradient(120deg,#f2f7ff 0%,#f7fffd 56%,#fff9e8 100%)}
.page-hero{background:linear-gradient(135deg,#edf5ff,#f1fcfa)}
.hero:before{background:rgba(11,95,255,.12)}.hero:after{background:rgba(0,168,157,.12)}
.skill-orbit{position:absolute;inset:18px 0 44px 32px;border-radius:38px;background:radial-gradient(circle at 50% 45%,rgba(255,255,255,.98) 0 22%,rgba(230,242,255,.92) 23% 50%,rgba(219,250,244,.88) 51% 68%,rgba(255,248,218,.92) 69% 100%);box-shadow:var(--shadow);overflow:hidden;border:1px solid rgba(11,95,255,.10)}
.skill-orbit:before,.skill-orbit:after{content:"";position:absolute;border:1px dashed rgba(16,33,61,.18);border-radius:50%;inset:15%}.skill-orbit:after{inset:28%}
.orbit-core{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:155px;height:155px;border-radius:50%;display:grid;place-items:center;align-content:center;text-align:center;background:linear-gradient(135deg,#0b5fff,#00a89d);color:#fff;box-shadow:0 20px 45px rgba(11,95,255,.22);z-index:2}.orbit-core strong{font-size:2.35rem;line-height:1}.orbit-core small{font-size:.72rem;font-weight:800;letter-spacing:.06em;margin-top:7px}
.orbit-item{position:absolute;z-index:3;background:#fff;border:1px solid rgba(16,33,61,.08);box-shadow:0 10px 25px rgba(16,33,61,.10);border-radius:999px;padding:10px 13px;font-size:.72rem;font-weight:900;letter-spacing:.05em}.oi-1{top:16%;left:17%}.oi-2{top:12%;right:17%}.oi-3{bottom:17%;left:13%}.oi-4{bottom:14%;right:15%}.oi-5{top:47%;right:5%}
.impact-visual{min-height:460px;border-radius:30px;background:linear-gradient(145deg,#0f2b57,#0b5fff 58%,#00a89d);box-shadow:var(--shadow);display:grid;place-items:center;overflow:hidden;position:relative}.impact-visual:before{content:"";position:absolute;width:380px;height:380px;border:1px solid rgba(255,255,255,.18);border-radius:50%}.impact-visual:after{content:"";position:absolute;width:260px;height:260px;border:1px solid rgba(255,255,255,.18);border-radius:50%}.impact-rings{display:grid;grid-template-columns:1fr 1fr;gap:16px;position:relative;z-index:2}.impact-rings span{width:118px;height:118px;border-radius:28px;display:grid;place-items:center;background:rgba(255,255,255,.13);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.18);color:#fff;font-weight:900;font-size:1.05rem;box-shadow:0 18px 40px rgba(0,0,0,.10)}
.leader-grid--two{grid-template-columns:repeat(2,minmax(0,1fr));max-width:820px}
.program-card:nth-child(7){background:#f1f8ff}.program-card:nth-child(8){background:#eefbf8}
.footer-cta{background:linear-gradient(120deg,#0b5fff,#0750d7 58%,#007e78)}
.desktop-float--donate{display:none!important}
@media(max-width:860px){.skill-orbit{inset:0 6px 36px 6px}.leader-grid--two{grid-template-columns:1fr}.impact-visual{min-height:360px}.impact-rings span{width:104px;height:104px}.kal-logo{width:44px;height:44px;flex-basis:44px}.brand strong{font-size:.92rem}.brand small{font-size:.56rem}}

/* =========================================================
   Akshaya-Patra-inspired institutional NGO pattern
   Original KALSKILLS implementation - 2026
   ========================================================= */
:root{
  --ap-orange:#f58220;
  --ap-orange-dark:#d76508;
  --ap-navy:#1f2b3d;
  --ap-blue:#0b5cab;
  --ap-teal:#007f7a;
  --ap-cream:#f7f5ef;
  --ap-light:#f5f7f9;
  --ap-border:#e3e7eb;
  --ap-text:#253142;
  --ap-muted:#6b7480;
  --ap-shadow:0 15px 42px rgba(31,43,61,.12);
}
body{background:#fff;color:var(--ap-text)}
.ap-topbar{background:#232f3f;color:#fff;font-size:.74rem}
.ap-topbar__inner{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.ap-topbar__left,.ap-topbar__right{display:flex;align-items:center;gap:20px;flex-wrap:wrap}
.ap-topbar a,.ap-topbar span{color:#e7ebef}
.ap-topbar a:hover{color:#fff}
.ap-header{position:sticky;top:0;z-index:220;background:#fff;border-bottom:1px solid rgba(0,0,0,.07);transition:.25s}
.ap-header.scrolled{box-shadow:0 8px 24px rgba(31,43,61,.12)}
.ap-header__inner{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:22px}
.ap-brand{display:flex;align-items:center;gap:12px;min-width:max-content}
.ap-brand__mark{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--ap-orange),#ffb33b);color:#fff;font-family:"Playfair Display",Georgia,serif;font-size:1.7rem;font-weight:800;box-shadow:0 8px 18px rgba(245,130,32,.25)}
.ap-brand__copy{display:flex;flex-direction:column;line-height:1.05}
.ap-brand__copy strong{font-size:1.03rem;letter-spacing:.015em;color:#202c3c}
.ap-brand__copy small{font-size:.59rem;letter-spacing:.105em;text-transform:uppercase;color:#75808d;margin-top:6px}
.ap-nav{display:flex;align-items:center;gap:2px;font-size:.84rem;font-weight:800}
.ap-nav>a:not(.ap-nav__support){padding:31px 10px 28px;border-bottom:3px solid transparent;color:#303b4a;border-radius:0}
.ap-nav>a:not(.ap-nav__support):hover,.ap-nav>a.active:not(.ap-nav__support){color:var(--ap-orange);background:transparent;border-bottom-color:var(--ap-orange)}
.ap-nav__support{background:var(--ap-orange);color:#fff!important;padding:12px 17px!important;border-radius:4px!important;margin-left:8px;box-shadow:0 8px 20px rgba(245,130,32,.22)}
.ap-nav__support:hover{background:var(--ap-orange-dark)}
.ap-menu-toggle{display:none}

.ap-btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:12px 22px;border-radius:3px;font-weight:800;font-size:.84rem;text-transform:uppercase;letter-spacing:.035em;border:1px solid transparent;transition:.2s;line-height:1.1}
.ap-btn:hover{transform:translateY(-1px)}
.ap-btn--orange{background:var(--ap-orange);color:#fff;box-shadow:0 10px 24px rgba(245,130,32,.25)}
.ap-btn--orange:hover{background:var(--ap-orange-dark)}
.ap-btn--glass{background:rgba(255,255,255,.12);color:#fff;border-color:rgba(255,255,255,.7);backdrop-filter:blur(6px)}
.ap-btn--glass:hover{background:#fff;color:var(--ap-navy)}
.ap-btn--dark{background:var(--ap-navy);color:#fff}
.ap-btn--white{background:#fff;color:var(--ap-navy)}
.ap-btn--outline-white{border-color:rgba(255,255,255,.72);color:#fff;background:transparent}
.ap-btn--small{min-height:39px;padding:10px 16px;font-size:.72rem}
.ap-kicker{display:inline-block;text-transform:uppercase;font-size:.73rem;font-weight:900;letter-spacing:.105em;color:var(--ap-orange);margin-bottom:10px}
.ap-kicker--light{color:#ffd2ab}
.ap-text-link{color:var(--ap-orange);font-weight:900;font-size:.88rem}

.ap-hero{position:relative;height:610px;overflow:hidden;background:#1e2937}
.ap-hero__slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .7s ease,visibility .7s;background-image:linear-gradient(90deg,rgba(17,28,42,.85) 0%,rgba(17,28,42,.58) 37%,rgba(17,28,42,.12) 68%,rgba(17,28,42,.05) 100%),var(--hero-image);background-size:cover;background-position:center;display:flex;align-items:center}
.ap-hero__slide.is-active{opacity:1;visibility:visible;z-index:2}
.ap-hero__content{position:relative;z-index:3;color:#fff;padding-top:12px}
.ap-hero__content>*{max-width:665px}
.ap-hero__eyebrow{display:inline-flex!important;max-width:none!important;background:rgba(245,130,32,.92);padding:7px 12px;text-transform:uppercase;letter-spacing:.1em;font-size:.69rem;font-weight:900;margin-bottom:18px}
.ap-hero h1,.ap-hero h2{font-family:"Playfair Display",Georgia,serif;font-size:clamp(3rem,5vw,5.1rem);line-height:.98;letter-spacing:-.035em;margin:0 0 20px;color:#fff;text-shadow:0 2px 12px rgba(0,0,0,.16)}
.ap-hero p{font-size:1.08rem;line-height:1.72;color:#f2f5f8;margin:0 0 28px}
.ap-hero__actions{display:flex;gap:11px;flex-wrap:wrap}
.ap-hero__arrow{position:absolute;z-index:8;top:50%;transform:translateY(-50%);width:46px;height:62px;border:0;background:rgba(0,0,0,.26);color:#fff;font-size:2.1rem;display:grid;place-items:center;transition:.2s}
.ap-hero__arrow:hover{background:rgba(245,130,32,.92)}
.ap-hero__arrow--prev{left:0}.ap-hero__arrow--next{right:0}
.ap-hero__dots{position:absolute;z-index:10;bottom:20px;left:50%;transform:translateX(-50%);display:flex;gap:8px}
.ap-hero__dots button{width:26px;height:4px;border:0;background:rgba(255,255,255,.55);padding:0;transition:.2s}
.ap-hero__dots button.is-active{background:var(--ap-orange);width:42px}

.ap-work-strip{padding:62px 0 70px;background:#fff}
.ap-section-heading{display:flex;justify-content:space-between;align-items:end;gap:38px;margin-bottom:34px}
.ap-section-heading>div{max-width:650px}
.ap-section-heading h2{font-family:"Playfair Display",Georgia,serif;font-size:clamp(2rem,3.6vw,3.25rem);line-height:1.08;margin:0;color:#263345;letter-spacing:-.025em}
.ap-section-heading p{max-width:560px;color:var(--ap-muted);margin:0;font-size:.96rem}
.ap-section-heading--center{display:block;text-align:center;max-width:850px;margin:0 auto 35px}
.ap-section-heading--center p{margin:12px auto 0}
.ap-work-grid{display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid var(--ap-border);border-bottom:1px solid var(--ap-border)}
.ap-work-card{padding:28px 20px;text-align:center;border-right:1px solid var(--ap-border);min-height:184px;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:.25s;background:#fff}
.ap-work-card:last-child{border-right:0}
.ap-work-card:hover{background:#fff8f1;transform:translateY(-4px);box-shadow:var(--ap-shadow);position:relative;z-index:2}
.ap-work-card__icon{font-size:2rem;margin-bottom:14px}
.ap-work-card strong{font-size:.94rem;color:#293546}
.ap-work-card small{font-size:.74rem;line-height:1.45;color:var(--ap-muted);margin-top:7px}

.ap-about-home{padding:80px 0;background:var(--ap-cream)}
.ap-about-home__grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:58px;align-items:center}
.ap-about-home__image{height:520px;overflow:hidden;box-shadow:var(--ap-shadow)}
.ap-about-home__image img{width:100%;height:100%;object-fit:cover}
.ap-about-home__copy h2{font-family:"Playfair Display",Georgia,serif;font-size:clamp(2.2rem,4vw,3.6rem);line-height:1.07;margin:0 0 19px;color:#263345}
.ap-about-home__copy>p{color:var(--ap-muted);font-size:1rem;margin-bottom:25px}
.ap-vision-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin:23px 0 23px}
.ap-vision-card{background:#fff;border-left:4px solid var(--ap-orange);padding:21px 20px;box-shadow:0 8px 24px rgba(31,43,61,.06)}
.ap-vision-card span{display:block;color:var(--ap-orange);font-size:.69rem;font-weight:900;text-transform:uppercase;letter-spacing:.09em;margin-bottom:7px}
.ap-vision-card strong{font-size:.94rem;line-height:1.5;color:#263345}

.ap-impact-band{background:linear-gradient(125deg,#223044,#0f5f84);padding:70px 0;color:#fff}
.ap-impact-band__heading{text-align:center;max-width:800px;margin:0 auto 35px}
.ap-impact-band__heading h2{font-family:"Playfair Display",Georgia,serif;font-size:clamp(2rem,3.6vw,3rem);line-height:1.1;margin:0;color:#fff}
.ap-impact-grid{display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid rgba(255,255,255,.18);border-bottom:1px solid rgba(255,255,255,.18)}
.ap-impact-item{text-align:center;padding:28px 14px;border-right:1px solid rgba(255,255,255,.18)}
.ap-impact-item:last-child{border-right:0}
.ap-impact-item strong{display:block;font-family:"Playfair Display",Georgia,serif;color:#ffc38e;font-size:2rem;line-height:1;margin-bottom:9px}
.ap-impact-item span{font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;color:#e5edf4}

.ap-secondary-home{padding:78px 0;background:#fff}
.ap-secondary-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}
.ap-secondary-grid>a{border:1px solid var(--ap-border);padding:24px 19px;min-height:205px;display:flex;flex-direction:column;justify-content:flex-start;transition:.25s;position:relative;overflow:hidden}
.ap-secondary-grid>a:after{content:"→";position:absolute;right:16px;bottom:12px;color:var(--ap-orange);font-weight:900}
.ap-secondary-grid>a:hover{border-color:#ffc28f;box-shadow:var(--ap-shadow);transform:translateY(-3px)}
.ap-secondary-grid span{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:#fff1e5;color:var(--ap-orange);font-weight:900;font-size:1.05rem;margin-bottom:17px}
.ap-secondary-grid strong{font-size:.92rem;color:#2b3748}
.ap-secondary-grid small{font-size:.75rem;line-height:1.5;color:var(--ap-muted);margin-top:8px;padding-right:14px}

.ap-sdg-section{padding:80px 0;background:#f5f7f9}
.ap-sdg-section__grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:65px;align-items:center}
.ap-sdg-section h2{font-family:"Playfair Display",Georgia,serif;font-size:clamp(2rem,3.7vw,3.25rem);line-height:1.08;margin:0 0 18px;color:#263345}
.ap-sdg-section p{color:var(--ap-muted);margin:0 0 24px}
.ap-sdg-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.ap-sdg{aspect-ratio:1;display:flex;flex-direction:column;justify-content:flex-end;padding:14px;color:#fff;box-shadow:0 8px 24px rgba(0,0,0,.08)}
.ap-sdg b{font-size:1.65rem;line-height:1}
.ap-sdg span{font-size:.7rem;font-weight:800;text-transform:uppercase;line-height:1.25;margin-top:6px}
.ap-sdg--3{background:#4c9f38}.ap-sdg--4{background:#c5192d}.ap-sdg--5{background:#ff3a21}.ap-sdg--7{background:#fcc30b;color:#242424}.ap-sdg--8{background:#a21942}.ap-sdg--9{background:#fd6925}.ap-sdg--11{background:#fd9d24}.ap-sdg--13{background:#3f7e44}

.ap-initiatives{padding:80px 0;background:#fff}
.ap-initiative-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.ap-initiative-card{border:1px solid var(--ap-border);background:#fff;box-shadow:0 7px 20px rgba(31,43,61,.05);transition:.25s}
.ap-initiative-card:hover{transform:translateY(-5px);box-shadow:var(--ap-shadow)}
.ap-initiative-card__image{height:205px;overflow:hidden}
.ap-initiative-card__image img{width:100%;height:100%;object-fit:cover;transition:.4s}
.ap-initiative-card:hover img{transform:scale(1.04)}
.ap-initiative-card__body{padding:21px}
.ap-initiative-card__body>span{font-size:.66rem;text-transform:uppercase;letter-spacing:.085em;color:var(--ap-orange);font-weight:900}
.ap-initiative-card h3{font-size:1.13rem;margin:7px 0 8px;color:#283445}
.ap-initiative-card p{font-size:.8rem;color:var(--ap-muted);margin:0 0 18px;min-height:63px}

.ap-partner-home{padding:0;background:#16283a;color:#fff}
.ap-partner-home__grid{display:grid;grid-template-columns:1fr 1fr;max-width:1440px;width:100%;padding:0}
.ap-partner-home__copy{padding:70px max(36px,calc((100vw - 1180px)/2)) 70px max(36px,calc((100vw - 1180px)/2));padding-right:55px}
.ap-partner-home__copy h2{font-family:"Playfair Display",Georgia,serif;font-size:clamp(2.2rem,4vw,3.55rem);line-height:1.08;margin:0 0 18px;color:#fff}
.ap-partner-home__copy p{color:#d9e3ed}
.ap-partner-home__copy ul{padding-left:20px;color:#eef3f7;margin:20px 0 28px}
.ap-partner-home__copy li+li{margin-top:8px}
.ap-partner-home__image{min-height:560px}
.ap-partner-home__image img{width:100%;height:100%;object-fit:cover}

.ap-action-cards{padding:80px 0;background:#f7f5ef}
.ap-action-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.ap-action-grid>a{padding:28px 24px;background:#fff;border-top:4px solid var(--ap-orange);min-height:220px;box-shadow:0 7px 25px rgba(31,43,61,.06);transition:.25s}
.ap-action-grid>a:hover{transform:translateY(-4px);box-shadow:var(--ap-shadow)}
.ap-action-grid span{color:var(--ap-orange);text-transform:uppercase;font-size:.68rem;letter-spacing:.08em;font-weight:900}
.ap-action-grid h3{font-family:"Playfair Display",Georgia,serif;font-size:1.35rem;line-height:1.25;margin:13px 0 24px;color:#293546}
.ap-action-grid strong{font-size:.77rem;color:#2c3949}

.ap-footer-cta{padding:58px 0;background:linear-gradient(120deg,#ed7514,#f79535);color:#fff}
.ap-footer-cta__inner{display:flex;align-items:center;justify-content:space-between;gap:40px}
.ap-footer-cta h2{font-family:"Playfair Display",Georgia,serif;font-size:clamp(2rem,3.6vw,3.2rem);line-height:1.08;margin:0;max-width:720px;color:#fff}
.ap-footer-cta__actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.ap-footer{background:#172231;color:#cbd3dc;padding:60px 0 18px}
.ap-footer__grid{display:grid;grid-template-columns:1.35fr .75fr .85fr .8fr 1.15fr;gap:34px}
.ap-brand--footer .ap-brand__copy strong{color:#fff}.ap-brand--footer .ap-brand__copy small{color:#99a8b8}
.ap-footer__about p{font-size:.79rem;line-height:1.65;margin:18px 0;color:#aeb9c5}
.ap-footer__legal{font-size:.72rem;color:#f3a55f}
.ap-footer h3{color:#fff;font-size:.85rem;margin:0 0 15px;padding-bottom:9px;border-bottom:1px solid rgba(255,255,255,.1)}
.ap-footer a,.ap-footer p{display:block;color:#aeb9c5;font-size:.77rem;margin:8px 0;line-height:1.55}
.ap-footer a:hover{color:#fff}
.ap-whatsapp-link{color:#73e6a0!important;font-weight:800}
.ap-footer__bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:38px;padding-top:17px;display:flex;justify-content:space-between;gap:20px;font-size:.69rem;color:#8f9baa}

/* Integrate existing interior pages with the new visual system */
.page-hero{background:linear-gradient(110deg,#f4f6f8,#fff7ee)!important;border-bottom:1px solid var(--ap-border)!important;padding:65px 0!important;animation:none!important}
.page-hero h1{color:#263345!important}.breadcrumb a{color:var(--ap-orange)!important}.eyebrow{color:var(--ap-orange)!important}
.btn-primary{background:var(--ap-orange)!important;box-shadow:0 10px 20px rgba(245,130,32,.2)!important}.btn-primary:hover{background:var(--ap-orange-dark)!important}
.link-arrow{color:var(--ap-orange)!important}
.program-card,.program-detail,.story-card,.form-card,.contact-card,.leader-card,.cred-card{border-radius:2px!important}
.program-card:hover,.program-detail:hover{border-color:#f0c095!important;box-shadow:var(--ap-shadow)!important}
.site-footer,.footer-cta,.legal-strip,.site-header{display:none!important}

@media(max-width:1080px){
  .ap-nav>a:not(.ap-nav__support){padding-inline:7px;font-size:.79rem}
  .ap-brand__copy strong{font-size:.9rem}.ap-brand__copy small{font-size:.51rem}
  .ap-work-grid,.ap-secondary-grid{grid-template-columns:repeat(3,1fr)}
  .ap-work-card:nth-child(3){border-right:0}.ap-work-card:nth-child(-n+3){border-bottom:1px solid var(--ap-border)}
  .ap-impact-grid{grid-template-columns:repeat(3,1fr)}
  .ap-impact-item:nth-child(3){border-right:0}.ap-impact-item:nth-child(-n+3){border-bottom:1px solid rgba(255,255,255,.18)}
  .ap-initiative-grid,.ap-action-grid{grid-template-columns:repeat(2,1fr)}
  .ap-footer__grid{grid-template-columns:1.3fr repeat(2,1fr);row-gap:32px}
}
@media(max-width:860px){
  .ap-topbar__inner{min-height:34px;justify-content:center}.ap-topbar__right{display:none}.ap-topbar__left{gap:12px;justify-content:center}.ap-topbar__left a{font-size:.66rem}
  .ap-header__inner{min-height:68px}.ap-brand__mark{width:43px;height:43px;font-size:1.35rem}.ap-brand__copy strong{font-size:.79rem}.ap-brand__copy small{font-size:.46rem}
  .ap-menu-toggle{display:block!important;width:44px;height:42px;border:1px solid var(--ap-border);background:#fff;border-radius:2px!important;font-size:.72rem!important;color:#273344;font-weight:900}
  .ap-nav{position:absolute!important;top:68px!important;left:12px!important;right:12px!important;display:none!important;flex-direction:column!important;align-items:stretch!important;gap:0!important;background:#fff!important;box-shadow:0 18px 50px rgba(31,43,61,.2)!important;padding:10px!important;border:1px solid var(--ap-border)!important;max-height:calc(100vh - 150px)!important;overflow:auto!important;border-radius:2px!important}
  .ap-nav.open{display:flex!important}
  .ap-nav>a:not(.ap-nav__support){padding:13px 12px!important;border:0!important;border-bottom:1px solid #edf0f2!important;font-size:.81rem!important}
  .ap-nav__support{margin:8px 0 0!important;text-align:center!important}
  .ap-hero{height:520px}.ap-hero__slide{background-position:66% center;background-image:linear-gradient(90deg,rgba(17,28,42,.87),rgba(17,28,42,.55)),var(--hero-image)}
  .ap-hero__content{padding-inline:8px}.ap-hero h1,.ap-hero h2{font-size:clamp(2.4rem,8vw,3.6rem);max-width:600px}.ap-hero p{font-size:.96rem;max-width:560px}
  .ap-hero__arrow{display:none}
  .ap-section-heading{display:block}.ap-section-heading p{margin-top:12px}
  .ap-work-grid,.ap-secondary-grid{grid-template-columns:repeat(2,1fr)}
  .ap-work-card{border-bottom:1px solid var(--ap-border)}.ap-work-card:nth-child(odd){border-right:1px solid var(--ap-border)!important}.ap-work-card:nth-child(even){border-right:0!important}
  .ap-about-home__grid,.ap-sdg-section__grid,.ap-partner-home__grid{grid-template-columns:1fr}
  .ap-about-home__image{height:410px}.ap-vision-grid{grid-template-columns:1fr}
  .ap-impact-grid{grid-template-columns:repeat(2,1fr)}.ap-impact-item{border-bottom:1px solid rgba(255,255,255,.18)}.ap-impact-item:nth-child(odd){border-right:1px solid rgba(255,255,255,.18)!important}.ap-impact-item:nth-child(even){border-right:0!important}.ap-impact-item:last-child{grid-column:1/-1}
  .ap-sdg-grid{grid-template-columns:repeat(4,1fr)}
  .ap-partner-home__copy{padding:55px 24px}.ap-partner-home__image{min-height:400px}
  .ap-footer-cta__inner{display:block}.ap-footer-cta__actions{justify-content:flex-start;margin-top:25px}
  .ap-footer__grid{grid-template-columns:1fr 1fr}.ap-footer__about{grid-column:1/-1}
  .mobile-app-nav{display:flex!important}
}
@media(max-width:560px){
  .ap-topbar__left a:first-child{display:none}
  .ap-brand__copy small{display:none}.ap-brand__copy strong{font-size:.72rem;max-width:170px;line-height:1.15}
  .ap-hero{height:490px}.ap-hero__slide{background-position:67% center}.ap-hero h1,.ap-hero h2{font-size:2.25rem;line-height:1.03}.ap-hero p{font-size:.88rem;line-height:1.58}.ap-hero__eyebrow{font-size:.58rem}.ap-hero__actions{display:grid;grid-template-columns:1fr 1fr}.ap-btn{padding:11px 13px;font-size:.68rem;min-height:43px}
  .ap-work-strip,.ap-secondary-home,.ap-sdg-section,.ap-initiatives,.ap-action-cards{padding:55px 0}.ap-about-home{padding:55px 0}.ap-about-home__grid{gap:28px}.ap-about-home__image{height:300px}.ap-about-home__copy h2,.ap-section-heading h2,.ap-sdg-section h2{font-size:2rem}.ap-about-home__copy>p,.ap-section-heading p,.ap-sdg-section p{font-size:.87rem}
  .ap-work-grid{grid-template-columns:1fr 1fr}.ap-work-card{padding:20px 12px;min-height:160px}.ap-work-card strong{font-size:.82rem}.ap-work-card small{font-size:.68rem}
  .ap-impact-band{padding:55px 0}.ap-impact-band__heading h2{font-size:2rem}.ap-impact-item{padding:22px 9px}.ap-impact-item strong{font-size:1.55rem}.ap-impact-item span{font-size:.63rem}
  .ap-secondary-grid{grid-template-columns:1fr}.ap-secondary-grid>a{min-height:145px}
  .ap-sdg-grid{grid-template-columns:repeat(2,1fr)}
  .ap-initiative-grid,.ap-action-grid{grid-template-columns:1fr}.ap-initiative-card__image{height:220px}.ap-initiative-card p{min-height:0}
  .ap-partner-home__image{min-height:310px}.ap-partner-home__copy h2{font-size:2.05rem}
  .ap-footer-cta{padding:46px 0}.ap-footer-cta h2{font-size:2rem}.ap-footer-cta__actions{display:grid;grid-template-columns:1fr 1fr}
  .ap-footer__grid{grid-template-columns:1fr}.ap-footer__about{grid-column:auto}.ap-footer__bottom{display:block}.ap-footer__bottom span{display:block;margin-top:5px}
}
@media(prefers-reduced-motion:reduce){.ap-hero__slide{transition:none}.ap-work-card,.ap-initiative-card,.ap-action-grid>a{transition:none}}
