:root{
  --red:#e31e24;
  --red-dark:#b91419;
  --charcoal:#22262b;
  --ink:#111827;
  --text:#374151;
  --muted:#667085;
  --line:#e8edf2;
  --soft:#f7f9fb;
  --cream:#fff8ef;
  --blue:#0b376d;
  --teal:#087f8c;
  --green:#2e8b57;
  --gold:#f4b400;
  --white:#fff;
  --shadow:0 18px 50px rgba(16,24,40,.12);
  --shadow-soft:0 10px 30px rgba(16,24,40,.08);
  --radius:24px;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.62;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
img{max-width:100%;height:auto;display:block}a{color:inherit}p{margin:0 0 1rem}.container{width:min(var(--max),calc(100% - 32px));margin-inline:auto}.section{padding:84px 0}.section-sm{padding:54px 0}.soft{background:var(--soft)}.cream{background:var(--cream)}
.skip{position:absolute;left:-999px;top:auto;width:1px;height:1px;overflow:hidden}.skip:focus{left:16px;top:16px;width:auto;height:auto;background:#fff;color:#000;padding:10px 14px;z-index:9999;border-radius:8px}.progress{position:fixed;left:0;top:0;height:4px;width:0;background:var(--red);z-index:99999}
.eyebrow{display:inline-flex;gap:8px;align-items:center;color:var(--red);font-weight:900;letter-spacing:.12em;text-transform:uppercase;font-size:.78rem}.eyebrow::before{content:"";width:34px;height:2px;background:var(--red);display:inline-block}.section-title{font-size:clamp(2rem,3vw,3.2rem);line-height:1.1;margin:10px 0 14px;letter-spacing:-.045em}.lead{font-size:1.1rem;color:var(--muted);max-width:760px}.center{text-align:center}.center .lead{margin-inline:auto}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:999px;padding:13px 22px;text-decoration:none;font-weight:900;border:1px solid transparent;transition:.25s ease;cursor:pointer;white-space:nowrap}.btn-red{background:var(--red);color:#fff;box-shadow:0 14px 30px rgba(227,30,36,.24)}.btn-red:hover{background:var(--red-dark);transform:translateY(-2px);box-shadow:0 18px 36px rgba(227,30,36,.32)}.btn-outline{background:#ffffff14;color:#fff;border-color:#ffffff85;backdrop-filter:blur(8px)}.btn-outline:hover{background:#fff;color:var(--ink);transform:translateY(-2px)}.btn-ghost{background:#fff;color:var(--ink);border-color:var(--line)}.btn-ghost:hover{border-color:var(--red);color:var(--red);transform:translateY(-2px)}.link{color:var(--red);font-weight:900;text-decoration:none}.link:hover{text-decoration:underline}.pill{display:inline-flex;align-items:center;border-radius:999px;background:#fff2f2;color:var(--red);font-size:.78rem;font-weight:900;padding:7px 11px}.pill-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.source-note{font-size:.82rem;color:#7a7f86;margin-top:1rem}.notice{border-left:4px solid var(--red);background:#fff3f3;padding:16px 18px;border-radius:14px;color:#5c1c1e}
.announcement{background:#061a32;color:#fff;font-size:.9rem}.announcement .container{display:flex;align-items:center;justify-content:center;gap:12px;min-height:36px}.tag{background:var(--gold);color:#2b1b00;border-radius:4px;padding:2px 7px;font-weight:900;font-size:.75rem}.topbar{background:#0d0d0f;color:#fff;font-size:.86rem}.topbar .container{display:flex;justify-content:space-between;gap:20px;min-height:40px;align-items:center}.topbar a{text-decoration:none;color:#fff;opacity:.9}.topbar .left,.topbar .right{display:flex;gap:24px;align-items:center;flex-wrap:wrap}.header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.96);backdrop-filter:blur(18px);box-shadow:0 1px 0 rgba(0,0,0,.08)}.nav{width:min(var(--max),calc(100% - 32px));margin:auto;min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;min-width:230px}.brand img{height:58px;width:auto;object-fit:contain;background:transparent!important;border-radius:0!important;padding:0!important;box-shadow:none!important}.brand-text strong{display:block;font-size:1.25rem;line-height:1;color:#1b1b1b;letter-spacing:-.04em}.brand-text span{display:block;font-size:.72rem;color:var(--muted);font-weight:800;margin-top:3px}.navlinks{display:flex;align-items:center;gap:3px;list-style:none;margin:0;padding:0}.navlinks>li{position:relative}.navlinks a,.dropbtn{font:inherit;font-weight:850;text-decoration:none;color:var(--ink);background:none;border:0;padding:14px 12px;border-radius:12px;display:flex;align-items:center;gap:7px;cursor:pointer}.navlinks a:hover,.dropbtn:hover,.navlinks a.active,.dropbtn.active{color:var(--red);background:#f5f6f8}.nav-cta{background:var(--red)!important;color:#fff!important;padding:12px 18px!important;border-radius:999px!important;box-shadow:0 12px 30px rgba(227,30,36,.22)}.nav-cta:hover{background:var(--red-dark)!important;color:#fff!important;transform:translateY(-1px)}.dropdown{position:absolute;top:calc(100% + 10px);left:0;min-width:300px;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);padding:10px;opacity:0;visibility:hidden;transform:translateY(8px);transition:.22s ease}.navlinks li:hover .dropdown,.navlinks li:focus-within .dropdown,.navlinks li.open .dropdown{opacity:1;visibility:visible;transform:translateY(0)}.dropdown a{padding:12px 14px;border-radius:12px;color:var(--ink);display:block}.dropdown a span{display:block;font-weight:500;color:var(--muted);font-size:.84rem}.hamb{display:none;border:0;background:#111827;color:#fff;border-radius:12px;padding:10px 12px;font-size:1.25rem;cursor:pointer}
.hero{position:relative;min-height:740px;display:grid;align-items:center;overflow:hidden;color:#fff;background:#111}.hero-slide{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;transform:scale(1.05);transition:opacity .8s ease,transform 6.5s ease}.hero-slide.active{opacity:1;transform:scale(1)}.hero::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,16,32,.92),rgba(6,16,32,.68) 46%,rgba(6,16,32,.18));z-index:1}.hero-content{position:relative;z-index:2;padding:120px 0 100px}.hero-kicker{display:inline-flex;align-items:center;gap:9px;background:#ffffff1c;border:1px solid #ffffff3d;border-radius:999px;padding:8px 13px;font-weight:900;backdrop-filter:blur(10px)}.hero h1{font-size:clamp(3rem,6vw,6.3rem);line-height:.96;margin:22px 0 20px;letter-spacing:-.07em;max-width:850px}.hero h1 span{color:#ff4b50}.hero p{font-size:clamp(1.08rem,1.6vw,1.35rem);max-width:780px;color:#ffffffdb}.hero-actions{display:flex;gap:14px;margin-top:30px;flex-wrap:wrap}.hero-panel{position:absolute;right:calc((100% - min(var(--max),calc(100% - 32px)))/2);bottom:78px;z-index:3;background:rgba(255,255,255,.94);color:var(--ink);border-radius:28px;box-shadow:0 24px 70px rgba(0,0,0,.25);padding:22px;width:min(440px,calc(100% - 32px));backdrop-filter:blur(14px)}.mini-stats{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--line);overflow:hidden;border-radius:20px}.mini-stat{background:#fff;padding:18px}.mini-stat .num{font-size:1.6rem;font-weight:950;letter-spacing:-.04em;color:var(--red)}.mini-stat .label{font-size:.84rem;color:var(--muted);font-weight:750}.hero-dots{position:absolute;z-index:4;bottom:32px;left:50%;transform:translateX(-50%);display:flex;gap:10px}.hero-dot{width:34px;height:5px;border-radius:999px;background:#ffffff75;border:0;cursor:pointer}.hero-dot.active{background:var(--red)}.scroll-cue{position:absolute;left:calc((100% - min(var(--max),calc(100% - 32px)))/2);bottom:36px;z-index:5;display:flex;align-items:center;gap:10px;color:#fff;text-decoration:none;font-weight:900}.scroll-cue span{width:22px;height:38px;border:2px solid #ffffff88;border-radius:99px;display:inline-block;position:relative}.scroll-cue span::after{content:"";position:absolute;left:50%;top:8px;width:4px;height:8px;border-radius:2px;background:#fff;transform:translateX(-50%);animation:mouse 1.3s infinite}@keyframes mouse{0%{opacity:0;transform:translate(-50%,0)}50%{opacity:1}100%{opacity:0;transform:translate(-50%,12px)}}
.stats-band{margin-top:-58px;position:relative;z-index:8}.stats-grid{background:#fff;border:1px solid var(--line);border-radius:26px;box-shadow:var(--shadow);display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden}.stat{padding:26px;min-height:158px;display:flex;flex-direction:column;justify-content:center;border-right:1px solid var(--line)}.stat:last-child{border-right:0}.stat strong{font-size:clamp(2rem,3vw,3.2rem);line-height:1;font-weight:950;color:var(--red);letter-spacing:-.06em}.stat span{display:block;color:var(--muted);font-weight:800;margin-top:8px}.two-col{display:grid;grid-template-columns:.95fr 1.05fr;gap:46px;align-items:center}.split{display:grid;grid-template-columns:1fr 1fr;gap:46px;align-items:center}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:28px}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-soft);transition:.25s ease}.card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.card-img{height:210px;overflow:hidden;background:#ddd}.card-img img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.card:hover .card-img img{transform:scale(1.06)}.card-body{padding:24px}.card h3{margin:12px 0 8px;font-size:1.25rem;letter-spacing:-.03em}.card p{color:var(--muted);font-size:.98rem}.feature-card{background:#fff;border:1px solid var(--line);border-radius:26px;box-shadow:var(--shadow-soft);padding:28px}.feature-card h3{font-size:1.4rem;margin:0 0 12px}.feature-image{border-radius:28px;overflow:hidden;box-shadow:var(--shadow);min-height:430px}.feature-image img{width:100%;height:100%;object-fit:cover}.check-list{display:grid;gap:12px;padding:0;margin:18px 0 0;list-style:none}.check-list li{display:flex;gap:12px}.check-list li::before{content:"✓";width:24px;height:24px;flex:0 0 24px;border-radius:50%;display:grid;place-items:center;background:#eaf8ef;color:var(--green);font-weight:900}.info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:28px}.info-card{background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow-soft);padding:28px;transition:.25s}.info-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.info-card h3{margin:0 0 10px;letter-spacing:-.03em}.info-card p{color:var(--muted)}.dark-band{background:linear-gradient(120deg,#07172d,#173a5e);color:#fff}.dark-band .lead{color:#ffffffbd}.dark-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:24px}.dark-card{border:1px solid rgba(255,255,255,.2);border-radius:22px;padding:24px;background:rgba(255,255,255,.08);backdrop-filter:blur(8px)}.dark-card b{display:block;font-size:2rem;letter-spacing:-.05em}.dark-card span{color:#ffffffb8;font-weight:650}.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:26px}.metric{background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow-soft);padding:26px}.metric strong{display:block;font-size:2.2rem;color:var(--red);letter-spacing:-.06em}.metric span{font-weight:950}.metric p{color:var(--muted);font-size:.94rem;margin-top:8px}.metric.blue strong{color:var(--blue)}.metric.green strong{color:var(--green)}.metric.gold strong{color:#b27400}.bars{display:grid;gap:16px;margin-top:22px}.bar-row{display:grid;grid-template-columns:190px 1fr 88px;gap:14px;align-items:center}.bar-label{font-weight:900}.bar{height:16px;background:#eef2f7;border-radius:999px;overflow:hidden}.bar span{display:block;height:100%;width:0;background:linear-gradient(90deg,var(--red),#ff8f3d);border-radius:999px;transition:width 1.2s ease}.bar-val{font-weight:900;color:var(--muted);font-size:.9rem}.timeline{display:grid;gap:16px;margin-top:28px}.timeline-item{display:grid;grid-template-columns:120px 1fr;gap:22px;position:relative}.timeline-year{font-weight:950;color:var(--red)}.timeline-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:22px;box-shadow:var(--shadow-soft)}.timeline-card h3{margin:0 0 6px}.quote{font-size:1.3rem;line-height:1.35;font-weight:900;letter-spacing:-.035em}.quote-card{background:var(--cream);border:1px solid #ffe4bd;border-radius:26px;padding:28px}.quote-card cite{display:block;color:var(--muted);font-style:normal;font-weight:800;margin-top:10px}.page-hero{position:relative;min-height:420px;display:grid;place-items:center;color:#fff;background:linear-gradient(135deg,rgba(36,39,44,.84),rgba(139,13,24,.72)),var(--hero-img) center/cover no-repeat;text-align:center;padding:5rem 1.25rem}.page-hero h1{font-size:clamp(2.6rem,5vw,5rem);line-height:1;margin:12px 0 14px;letter-spacing:-.06em}.page-hero .lead{color:#ffffffdb;margin-inline:auto}.page-hero .eyebrow{color:#fff}.page-hero .eyebrow::before{background:#fff}.about-hero{--hero-img:url('assets/img/partner-group.jpg')}.program-hero{--hero-img:url('assets/img/women-leaders.jpg')}.impact-hero{--hero-img:url('assets/img/youth-convention.jpg')}.story-hero{--hero-img:url('assets/img/widows-support.jpg')}.report-hero{--hero-img:url('assets/img/water-plant.jpg')}.contact-hero{--hero-img:url('assets/img/hero-session.jpg')}
.program-section{border-bottom:1px solid var(--line)}.program-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:42px;align-items:start}.program-photo{position:sticky;top:110px;border-radius:28px;overflow:hidden;box-shadow:var(--shadow)}.program-photo img{width:100%;height:460px;object-fit:cover}.program-detail{display:grid;gap:18px}.result-chips{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.result-chip{border:1px solid var(--line);background:#fff;border-radius:999px;padding:8px 12px;font-weight:900;color:#333}.accordion{display:grid;gap:1rem;margin-top:2rem}.acc-item{background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow-soft);overflow:hidden}.acc-head{width:100%;display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1.1rem 1.3rem;border:0;background:#fff;cursor:pointer;font-weight:950;color:#1a1c20;text-align:left}.acc-head span{color:var(--red)}.acc-head:after{content:"+";font-size:1.3rem;color:var(--red)}.acc-head.open:after{content:"–"}.acc-body{max-height:0;overflow:hidden;transition:max-height .35s ease}.acc-body>div{padding:0 1.3rem 1.25rem;color:#565b61}.story-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:28px}.story-card{border:1px solid var(--line);border-radius:24px;overflow:hidden;background:#fff;box-shadow:var(--shadow-soft);transition:.25s ease;text-decoration:none}.story-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.story-img{height:220px;background-size:cover;background-position:center}.story-body{padding:24px}.story-card h3{margin:14px 0 8px;letter-spacing:-.03em}.story-card p{color:var(--muted)}.story-detail-grid{display:grid;gap:1.4rem;margin-top:2rem}.story-detail{display:grid;grid-template-columns:.85fr 1.15fr;gap:0;background:#fff;border:1px solid var(--line);border-radius:26px;overflow:hidden;box-shadow:var(--shadow-soft)}.story-detail img{width:100%;height:100%;min-height:330px;object-fit:cover}.story-detail>div{padding:1.8rem}.story-detail h3{font-size:1.65rem;line-height:1.15;margin:.6rem 0 .7rem;color:#1d2127;letter-spacing:-.04em}.story-detail p{color:#4f555c}.story-flow{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:16px}.story-flow div{background:#f8fafc;border:1px solid var(--line);border-radius:16px;padding:14px}.story-flow b{display:block;color:var(--red);font-size:.82rem;text-transform:uppercase;letter-spacing:.09em;margin-bottom:4px}.download-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:2rem}.download-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:1.35rem;box-shadow:var(--shadow-soft);display:flex;flex-direction:column;align-items:flex-start;gap:.65rem}.download-card h3{margin:.25rem 0 0;font-size:1.18rem;line-height:1.2}.download-card p{color:#575d63;font-size:.94rem;flex:1}.report-meta{font-weight:900;color:var(--muted);font-size:.86rem}.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:40px}.contact-card,.form-card{background:#fff;border:1px solid var(--line);border-radius:26px;box-shadow:var(--shadow-soft);padding:28px}.contact-methods{display:grid;gap:14px;margin-top:20px}.contact-method{display:flex;gap:14px;align-items:flex-start;background:#f8fafc;border:1px solid var(--line);border-radius:16px;padding:16px}.contact-method .icon{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#fff2f2;color:var(--red);font-weight:950}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-grid .full{grid-column:1/-1}label{display:block;font-weight:900;margin-bottom:.4rem}.input{width:100%;border:1px solid #d9d9d9;border-radius:14px;padding:.9rem 1rem;outline:none;background:#fff;font:inherit}.input:focus{border-color:var(--red);box-shadow:0 0 0 4px rgba(201,21,37,.08)}textarea.input{min-height:150px;resize:vertical}.form-message{display:none;background:#eaf8ef;border:1px solid #bfe7ce;color:#146737;border-radius:14px;padding:12px;margin-top:12px;font-weight:800}.map-card{min-height:280px;border-radius:26px;overflow:hidden;background:linear-gradient(135deg,#f3f4f6,#fff);border:1px solid var(--line);display:grid;place-items:center;text-align:center;padding:28px}.cta{background:linear-gradient(100deg,var(--red),#6b3f42);color:#fff}.cta-row{display:flex;align-items:center;justify-content:space-between;gap:28px}.cta h2{font-size:clamp(2rem,3vw,3.4rem);line-height:1;margin:0 0 10px;letter-spacing:-.05em}.cta p{color:#ffffffd1}.footer{background:#101114;color:#fff}.footer-main{max-width:var(--max);margin:auto;padding:4rem 1.25rem 2rem;display:grid;grid-template-columns:1.35fr repeat(3,1fr);gap:2rem}.footer-brand{display:flex;gap:.75rem;align-items:center;margin-bottom:1rem}.footer-brand img{height:64px;width:auto;object-fit:contain;background:transparent!important;border-radius:0!important;padding:0!important;box-shadow:none!important}.footer-brand strong{display:block;font-size:1.2rem;line-height:1}.footer-brand span{font-size:.72rem;color:#ffffffa8;font-weight:800}.footer h4{color:#fff;margin:0 0 1rem}.footer p,.footer a,.footer li{color:rgba(255,255,255,.76);font-size:.93rem}.footer a{text-decoration:none}.footer a:hover{color:#fff;text-decoration:underline}.footer ul{list-style:none;display:grid;gap:.5rem;padding:0;margin:0}.subfooter{border-top:1px solid rgba(255,255,255,.12);padding:1rem 1.25rem;max-width:var(--max);margin:auto;display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;color:rgba(255,255,255,.58);font-size:.86rem}.backtop{position:fixed;right:1rem;bottom:1rem;width:44px;height:44px;border-radius:14px;border:0;background:var(--red);color:#fff;box-shadow:var(--shadow);cursor:pointer;opacity:0;pointer-events:none;transition:.25s;z-index:10000}.backtop.show{opacity:1;pointer-events:auto}.search-panel{position:fixed;inset:0;background:rgba(6,16,32,.72);z-index:9999;display:none;place-items:start center;padding-top:110px}.search-panel.open{display:grid}.search-box{background:#fff;width:min(720px,calc(100% - 32px));border-radius:26px;box-shadow:var(--shadow);padding:24px}.search-box input{width:100%;font-size:1.05rem;border:1px solid var(--line);border-radius:14px;padding:14px}.search-results{margin-top:14px;display:grid;gap:8px}.search-results a{padding:12px;border-radius:12px;text-decoration:none}.search-results a:hover{background:#f5f6f8}.close-search{float:right;border:0;background:#f5f6f8;border-radius:10px;padding:8px 10px;cursor:pointer}.redirect{min-height:100vh;display:grid;place-items:center;text-align:center;padding:32px}
@media(max-width:1020px){.topbar{display:none}.hamb{display:block}.nav{min-height:72px}.brand{min-width:auto}.brand img{height:48px}.brand-text strong{font-size:1.05rem}.navlinks{position:absolute;left:1rem;right:1rem;top:calc(100% + .5rem);display:none;flex-direction:column;align-items:stretch;background:#fff;border:1px solid var(--line);border-radius:20px;padding:.6rem;box-shadow:var(--shadow)}.navlinks.open{display:flex}.navlinks>li>a,.dropbtn{width:100%;justify-content:space-between;border-radius:14px}.dropdown{position:static;min-width:0;box-shadow:none;border:0;background:#f7f7f7;margin:.15rem .5rem .5rem;display:none;opacity:1;visibility:visible;transform:none}.navlinks li.open .dropdown{display:block}.hero{min-height:820px}.hero-panel{position:relative;right:auto;bottom:auto;margin:0 auto 72px}.stats-grid{grid-template-columns:repeat(2,1fr)}.stat{border-bottom:1px solid var(--line)}.cards,.story-grid,.download-grid{grid-template-columns:1fr 1fr}.info-grid,.metric-grid,.dark-grid{grid-template-columns:repeat(2,1fr)}.two-col,.split,.program-layout,.contact-grid{grid-template-columns:1fr}.program-photo{position:static}.footer-main{grid-template-columns:1fr 1fr}.story-detail{grid-template-columns:1fr}.story-flow{grid-template-columns:1fr}.bar-row{grid-template-columns:1fr}.bar-val{margin-top:-8px}.scroll-cue{display:none}}
@media(max-width:640px){.container{width:min(var(--max),calc(100% - 24px))}.announcement{display:none}.brand-text span{display:none}.hero h1{font-size:3rem}.hero::after{background:linear-gradient(180deg,rgba(6,16,32,.86),rgba(6,16,32,.66))}.hero-actions{flex-direction:column}.btn{width:100%}.mini-stats,.stats-grid,.cards,.info-grid,.metric-grid,.dark-grid,.story-grid,.download-grid,.form-grid,.footer-main{grid-template-columns:1fr}.stat{border-right:0}.section{padding:58px 0}.feature-image{min-height:300px}.program-photo img{height:300px}.story-detail img{min-height:240px}.cta-row{flex-direction:column;align-items:flex-start}.subfooter{display:block}.contact-card,.form-card{padding:1.25rem}.page-hero{min-height:360px}.timeline-item{grid-template-columns:1fr;gap:6px}.footer-brand img{height:54px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}.hero-slide{transition:none!important}}

/* Final home-page cleanup requested by client */
.announcement,.topbar{display:none!important}
.header{top:0}.nav{min-height:78px}.nav-cta{background:linear-gradient(135deg,var(--red),#ff7a3d)!important;color:#fff!important}
.hero.home-visual{min-height:clamp(360px,56vw,620px);background:#fff;color:inherit;display:block;padding:0;overflow:hidden;margin:0;position:relative}
.hero.home-visual::before,.hero.home-visual::after{display:none!important;content:none!important}
.hero.home-visual .hero-slide{position:absolute;inset:0;display:block;width:100%;height:100%;background-size:cover;background-position:center;opacity:0;visibility:hidden;transform:scale(1.02);transition:opacity .9s ease, visibility .9s ease, transform 6s ease}
.hero.home-visual .hero-slide.active{opacity:1;visibility:visible;transform:scale(1)}
.home-stats{margin-top:0;padding:22px 0 10px;background:#fff}
.colorful-stats{box-shadow:0 14px 40px rgba(16,24,40,.08);border:0;border-radius:20px;gap:12px;background:transparent;overflow:visible;grid-template-columns:repeat(4,1fr)}
.colorful-stats .stat{min-height:112px;border:0!important;border-radius:18px;padding:18px 18px 16px;color:#fff;box-shadow:0 14px 30px rgba(16,24,40,.10);overflow:hidden;position:relative}
.colorful-stats .stat::after{content:"";position:absolute;width:90px;height:90px;border-radius:50%;right:-25px;top:-30px;background:rgba(255,255,255,.18)}
.colorful-stats .stat strong{font-size:clamp(1.8rem,2.7vw,2.65rem);color:#fff;text-shadow:0 1px 0 rgba(0,0,0,.12)}
.colorful-stats .stat span{color:rgba(255,255,255,.93);font-size:.88rem;line-height:1.25;margin-top:8px;max-width:220px}
.stat-red{background:linear-gradient(135deg,#e31e24,#ff6b3d)}.stat-blue{background:linear-gradient(135deg,#0b376d,#1686d9)}.stat-green{background:linear-gradient(135deg,#087f8c,#2e8b57)}.stat-gold{background:linear-gradient(135deg,#d88700,#f4b400)}
.home-intro{background:#fff}.intro-smile{display:grid;grid-template-columns:.85fr 1.15fr;gap:44px;align-items:center}.intro-smile h1{font-size:clamp(2.4rem,4.5vw,4.6rem);line-height:.98;margin:10px 0 0;letter-spacing:-.07em;color:#1c2026}.clean-actions{margin-top:22px;display:flex;gap:12px;flex-wrap:wrap}.section-head-center{text-align:center;max-width:840px;margin:0 auto 30px}.section-head-center .lead{margin-inline:auto}.section-head-row{display:flex;justify-content:space-between;align-items:end;gap:22px;margin-bottom:24px}.program-tile-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.program-tile{position:relative;min-height:310px;border-radius:26px;overflow:hidden;text-decoration:none;color:#fff;box-shadow:var(--shadow-soft);isolation:isolate;transition:.28s ease}.program-tile:hover{transform:translateY(-7px);box-shadow:var(--shadow)}.program-tile img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2;transition:transform .5s ease}.program-tile:hover img{transform:scale(1.06)}.program-tile::after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(5,8,14,.05),rgba(5,8,14,.78))}.program-tile div{position:absolute;left:22px;right:22px;bottom:22px}.program-tile b{display:block;font-size:1.38rem;line-height:1.08;letter-spacing:-.045em;margin-bottom:8px}.program-tile span{display:block;color:rgba(255,255,255,.88);font-weight:750;line-height:1.35}.tile-red::before,.tile-blue::before,.tile-green::before,.tile-gold::before,.tile-purple::before,.tile-dark::before{content:"";position:absolute;left:0;top:0;width:100%;height:7px;z-index:1}.tile-red::before{background:#e31e24}.tile-blue::before{background:#0b83d8}.tile-green::before{background:#2e8b57}.tile-gold::before{background:#f4b400}.tile-purple::before{background:#7c3aed}.tile-dark::before{background:#111827}
.impact-split{display:grid;grid-template-columns:.9fr 1.1fr;gap:42px;align-items:center}.impact-mini-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.mini-impact{border-radius:24px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-soft);padding:24px;position:relative;overflow:hidden}.mini-impact::after{content:"";position:absolute;right:-30px;top:-30px;width:90px;height:90px;border-radius:50%;background:#fff2f2}.mini-impact strong{display:block;font-size:2.2rem;line-height:1;color:var(--red);letter-spacing:-.06em}.mini-impact span{display:block;font-weight:900;color:#3a3f45;margin-top:8px}.mini-impact.blue strong{color:#0b376d}.mini-impact.green strong{color:#2e8b57}.mini-impact.gold strong{color:#b27400}
.support-causes{background:linear-gradient(120deg,#8b0d18,#e31e24 54%,#f4b400);color:#fff}.support-causes .eyebrow,.support-causes .section-title{color:#fff}.support-causes .eyebrow::before{background:#fff}.section-head-center.light .lead{color:#ffffffd1}.cause-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.cause-card{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.25);border-radius:24px;color:#fff;text-decoration:none;padding:24px;min-height:220px;backdrop-filter:blur(8px);transition:.25s ease}.cause-card:hover{background:#fff;color:#1d2127;transform:translateY(-5px)}.cause-card span{display:inline-grid;place-items:center;width:44px;height:44px;border-radius:50%;background:#fff;color:var(--red);font-weight:950;margin-bottom:22px}.cause-card h3{font-size:1.25rem;line-height:1.1;margin:0 0 10px}.cause-card p{color:inherit;opacity:.88}.stories-home .cards{margin-top:0}
@media(max-width:1020px){.hero.home-visual{min-height:52vw}.colorful-stats,.program-tile-grid,.cause-grid{grid-template-columns:repeat(2,1fr)}.intro-smile,.impact-split{grid-template-columns:1fr}.section-head-row{align-items:start;flex-direction:column}.hero-panel{display:none!important}}
@media(max-width:640px){.hero.home-visual{min-height:62vw}.home-stats{padding-top:14px}.colorful-stats,.program-tile-grid,.impact-mini-grid,.cause-grid{grid-template-columns:1fr}.colorful-stats .stat{min-height:96px}.program-tile{min-height:260px}.intro-smile h1{font-size:2.45rem}.clean-actions .btn{width:100%}}

/* === Smile-style navigation and campaign cards integration === */
.smile-header{position:sticky;top:0;z-index:1500;background:#fff!important;box-shadow:0 2px 18px rgba(17,24,39,.08);backdrop-filter:none!important}.smile-nav{width:min(1380px,calc(100% - 32px));min-height:106px;gap:20px}.smile-brand{min-width:205px;gap:10px}.smile-brand img{height:70px;width:auto;object-fit:contain;background:transparent!important;border:0!important;border-radius:0!important;padding:0!important;box-shadow:none!important}.smile-brand .brand-text strong{font-size:1.35rem;letter-spacing:-.055em;line-height:.96}.smile-brand .brand-text span{font-size:.68rem;margin-top:2px;color:#70757d}.smile-navlinks{gap:14px}.smile-navlinks>li{display:flex;align-items:center}.smile-navlinks .nav-item,.smile-navlinks>.nav-item,.smile-navlinks a.nav-item,.smile-navlinks button.nav-item{font-size:1.12rem;font-weight:900;line-height:1;border-radius:14px;padding:24px 20px;color:#333!important;transition:.22s ease;background:transparent}.smile-navlinks a.nav-item:hover,.smile-navlinks button.nav-item:hover,.smile-navlinks .dropbtn.active,.smile-navlinks a.nav-item.active,.smile-navlinks>li:hover>.dropbtn{background:#ecb42d!important;color:#21242a!important}.smile-navlinks .dropbtn span{display:none}.nav-search{border:0;background:transparent;color:#333;font-size:2.8rem;line-height:1;padding:14px 8px 14px 2px;cursor:pointer;transition:.2s ease}.nav-search:hover{color:var(--red);transform:scale(1.05)}.smile-donate{background:#e1261c!important;color:#fff!important;border-radius:12px!important;padding:22px 34px!important;font-size:1.08rem!important;font-weight:950!important;box-shadow:none!important;min-width:190px;justify-content:center}.smile-donate:hover{background:#bd1513!important;transform:translateY(-2px)}.smile-dropdown{top:calc(100% - 4px);left:0;min-width:330px;background:rgba(233,170,2,.92)!important;border:0!important;border-radius:12px!important;box-shadow:0 16px 40px rgba(31,33,36,.18)!important;padding:12px 0!important}.smile-dropdown a{border-radius:0!important;padding:14px 30px!important;color:#202329!important;font-size:1.02rem;font-weight:900}.smile-dropdown a:hover{background:rgba(255,255,255,.28)!important;color:#111827!important}.smile-dropdown a span{font-size:.82rem;color:rgba(0,0,0,.62)!important;font-weight:650;margin-top:2px}.header .brand,.footer-brand{background:transparent!important;box-shadow:none!important;border:0!important}.header .brand img,.footer-brand img{background:transparent!important;box-shadow:none!important;border:0!important;padding:0!important;border-radius:0!important}.hero.home-visual{margin-top:0;min-height:560px}.hero.home-visual .hero-slide{background-position:center center}.campaign-showcase{background:#fff}.campaign-head{margin-bottom:28px}.campaign-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:34px}.campaign-card{position:relative;min-height:420px;background-size:cover;background-position:center;text-decoration:none;color:#fff;overflow:hidden;box-shadow:0 16px 38px rgba(16,24,40,.13);display:block}.campaign-card::before{content:"";position:absolute;inset:0;background:rgba(0,0,0,.52);z-index:1;transition:.32s ease}.campaign-card::after{content:"";position:absolute;inset:0;filter:grayscale(1);background:inherit;z-index:0}.campaign-card:hover::before{background:rgba(0,0,0,.35)}.campaign-card:hover{transform:translateY(-5px)}.campaign-overlay{position:absolute;inset:0;z-index:2;display:grid;grid-template-rows:auto 1fr auto auto;align-items:start;justify-items:center;text-align:center;padding:34px 26px}.campaign-overlay span{text-transform:uppercase;color:#f7d98d;font-weight:950;letter-spacing:.06em;font-size:1.05rem}.campaign-overlay h3{font-family:Georgia,serif;font-size:2.6rem;line-height:1.02;margin:24px 0 0;letter-spacing:-.04em;text-shadow:0 2px 10px rgba(0,0,0,.25)}.campaign-overlay p{align-self:end;color:rgba(255,255,255,.9);font-weight:650;max-width:360px}.campaign-overlay b{display:inline-flex;align-items:center;justify-content:center;border:4px solid rgba(255,255,255,.85);padding:14px 26px;font-size:1.05rem;margin-bottom:26px;min-width:160px;transition:.22s ease}.campaign-card:hover b{background:#fff;color:#111827}.campaign-card:nth-child(2)::before{background:rgba(75,63,49,.56)}.campaign-card:nth-child(3)::before{background:rgba(48,67,61,.62)}
@media(max-width:1180px){.smile-nav{min-height:92px}.smile-brand{min-width:165px}.smile-brand .brand-text span{display:none}.smile-navlinks{gap:6px}.smile-navlinks .nav-item,.smile-navlinks a.nav-item,.smile-navlinks button.nav-item{font-size:1rem;padding:20px 14px}.smile-donate{min-width:160px;padding:18px 22px!important}.nav-search{font-size:2.35rem}.campaign-grid{gap:22px}.campaign-card{min-height:380px}.campaign-overlay h3{font-size:2.15rem}}
@media(max-width:1020px){.smile-nav{min-height:76px}.smile-brand img{height:56px}.smile-brand{min-width:auto}.smile-navlinks{top:calc(100% + .6rem);gap:0}.smile-navlinks .nav-item,.smile-navlinks a.nav-item,.smile-navlinks button.nav-item{width:100%;font-size:1.05rem;padding:16px 16px;justify-content:space-between}.nav-search{font-size:1.3rem;display:flex;justify-content:flex-start;width:100%;padding:16px}.smile-donate{width:100%;min-width:0;border-radius:14px!important}.smile-dropdown{position:static!important;display:none;min-width:0!important;margin:4px 8px 10px!important;background:rgba(233,170,2,.22)!important;box-shadow:none!important}.navlinks li.open .smile-dropdown{display:block}.campaign-grid{grid-template-columns:1fr}.campaign-card{min-height:380px}.hero.home-visual{min-height:54vw}}
@media(max-width:640px){.smile-brand img{height:48px}.smile-brand .brand-text strong{font-size:1.05rem}.campaign-overlay{padding:28px 20px}.campaign-overlay h3{font-size:2rem}.campaign-card{min-height:340px}.campaign-overlay b{border-width:3px}.hero.home-visual{min-height:68vw}}

/* =========================================================
   FINAL CLIENT CORRECTION: reference-style header + cards
   - Smaller, single-line navigation
   - No yellow/text background blocks
   - Underline/text-line hover only
   - Black glass dropdown/campaign overlay
   ========================================================= */
.smile-header{
  background:#fff!important;
  border-top:4px solid #263a2f;
  box-shadow:0 1px 0 rgba(0,0,0,.08)!important;
}
.smile-nav{
  width:100%!important;
  max-width:1460px!important;
  margin-inline:auto!important;
  min-height:104px!important;
  padding:0 24px!important;
  display:flex!important;
  align-items:center!important;
  gap:34px!important;
}
.smile-brand{
  min-width:245px!important;
  flex:0 0 245px!important;
  align-items:center!important;
  gap:12px!important;
}
.smile-brand img{
  height:82px!important;
  width:auto!important;
  object-fit:contain!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  padding:0!important;
}
.smile-brand .brand-text strong{
  font-size:1.36rem!important;
  line-height:1!important;
  letter-spacing:-.04em!important;
}
.smile-brand .brand-text span{
  font-size:.73rem!important;
  line-height:1.2!important;
}
.smile-navlinks{
  flex:1!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:34px!important;
}
.smile-navlinks>li{position:relative!important;display:flex!important;align-items:center!important;}
.smile-navlinks .nav-item,
.smile-navlinks a.nav-item,
.smile-navlinks button.nav-item{
  font-size:1.14rem!important;
  line-height:1!important;
  font-weight:740!important;
  color:#2e3034!important;
  padding:13px 0!important;
  border-radius:0!important;
  white-space:nowrap!important;
  background:transparent!important;
  position:relative!important;
  letter-spacing:-.02em!important;
}
.smile-navlinks .nav-item::after,
.smile-navlinks a.nav-item::after,
.smile-navlinks button.nav-item::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:3px;
  height:3px;
  background:#e1261c;
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .22s ease;
}
.smile-navlinks a.nav-item:hover,
.smile-navlinks button.nav-item:hover,
.smile-navlinks .dropbtn.active,
.smile-navlinks a.nav-item.active,
.smile-navlinks>li:hover>.dropbtn{
  background:transparent!important;
  color:#0f172a!important;
}
.smile-navlinks a.nav-item:hover::after,
.smile-navlinks button.nav-item:hover::after,
.smile-navlinks .dropbtn.active::after,
.smile-navlinks a.nav-item.active::after,
.smile-navlinks>li:hover>.dropbtn::after{
  transform:scaleX(1);
}
.nav-search{
  font-size:2.1rem!important;
  padding:8px 0!important;
  color:#24262a!important;
  background:transparent!important;
  border:0!important;
  line-height:1!important;
}
.nav-search:hover{color:#e1261c!important;transform:none!important;}
.smile-donate{
  min-width:190px!important;
  max-width:210px!important;
  height:66px!important;
  padding:0 26px!important;
  border-radius:14px!important;
  font-size:1.18rem!important;
  line-height:1!important;
  font-weight:850!important;
  white-space:nowrap!important;
  background:#e1261c!important;
  color:#fff!important;
  box-shadow:none!important;
}
.smile-donate:hover{background:#bb1814!important;transform:none!important;}
.smile-dropdown{
  top:calc(100% + 10px)!important;
  left:50%!important;
  transform:translateX(-50%) translateY(8px)!important;
  min-width:300px!important;
  background:rgba(8,10,13,.78)!important;
  backdrop-filter:blur(16px)!important;
  -webkit-backdrop-filter:blur(16px)!important;
  border:1px solid rgba(255,255,255,.18)!important;
  border-radius:0 0 18px 18px!important;
  box-shadow:0 18px 40px rgba(0,0,0,.24)!important;
  padding:12px 0!important;
}
.nav li:hover .smile-dropdown,
.nav li:focus-within .smile-dropdown{
  transform:translateX(-50%) translateY(0)!important;
}
.smile-dropdown a{
  color:#fff!important;
  font-size:.98rem!important;
  font-weight:760!important;
  padding:12px 24px!important;
  border-radius:0!important;
  background:transparent!important;
  position:relative!important;
}
.smile-dropdown a::before{
  content:"";
  position:absolute;
  left:24px;
  bottom:7px;
  width:0;
  height:2px;
  background:#e1261c;
  transition:width .2s ease;
}
.smile-dropdown a:hover{background:transparent!important;color:#fff!important;}
.smile-dropdown a:hover::before{width:54px;}
.smile-dropdown a span{display:block!important;color:rgba(255,255,255,.72)!important;font-size:.78rem!important;font-weight:500!important;line-height:1.35!important;margin-top:4px!important;}

/* Hero: keep it clean, image-only with light dark glass for premium contrast */
.hero.home-visual{min-height:clamp(360px,43vw,560px)!important;margin-top:0!important;}
.hero.home-visual::after{
  content:""!important;
  display:block!important;
  position:absolute!important;
  inset:0!important;
  background:rgba(0,0,0,.16)!important;
  z-index:1!important;
  pointer-events:none!important;
}
.hero.home-visual .hero-slide{z-index:0!important;}

/* Campaign/reference cards: no text background, black glass top layer only */
.campaign-grid{gap:32px!important;}
.campaign-card{
  min-height:430px!important;
  border-radius:0!important;
  box-shadow:0 12px 30px rgba(15,23,42,.12)!important;
  transform:none!important;
  background-size:cover!important;
  background-position:center!important;
}
.campaign-card::after{
  content:"";
  position:absolute;
  inset:0;
  background:inherit;
  filter:grayscale(1);
  z-index:0;
  transform:scale(1.01);
}
.campaign-card::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:rgba(0,0,0,.52)!important;
  backdrop-filter:blur(.4px);
  transition:background .25s ease;
}
.campaign-card:hover::before{background:rgba(0,0,0,.42)!important;}
.campaign-card:hover{transform:none!important;}
.campaign-overlay{
  position:absolute!important;
  inset:0!important;
  z-index:2!important;
  display:grid!important;
  grid-template-rows:auto auto 1fr auto!important;
  justify-items:center!important;
  align-items:start!important;
  text-align:center!important;
  padding:34px 26px 44px!important;
  background:transparent!important;
}
.campaign-overlay span{
  color:#f1d28f!important;
  background:transparent!important;
  padding:0!important;
  border:0!important;
  text-transform:uppercase!important;
  font-size:.96rem!important;
  letter-spacing:.045em!important;
  font-weight:850!important;
}
.campaign-overlay h3{
  color:#fff!important;
  background:transparent!important;
  font-family:Georgia,'Times New Roman',serif!important;
  font-size:clamp(2rem,2.4vw,3rem)!important;
  line-height:1.05!important;
  letter-spacing:-.045em!important;
  margin:16px 0 0!important;
  max-width:90%!important;
  text-shadow:0 3px 14px rgba(0,0,0,.35)!important;
}
.campaign-overlay p{
  align-self:end!important;
  max-width:420px!important;
  color:rgba(255,255,255,.86)!important;
  font-size:.98rem!important;
  line-height:1.45!important;
  font-weight:550!important;
  background:transparent!important;
  margin:0 0 18px!important;
}
.campaign-overlay b{
  background:transparent!important;
  color:#fff!important;
  border:3px solid rgba(255,255,255,.9)!important;
  min-width:160px!important;
  padding:12px 24px!important;
  font-size:1rem!important;
  font-weight:850!important;
  line-height:1!important;
  margin:0!important;
}
.campaign-card:hover b{background:rgba(255,255,255,.96)!important;color:#111827!important;}
.campaign-card:nth-child(2)::before,.campaign-card:nth-child(3)::before{background:rgba(0,0,0,.52)!important;}
.campaign-card:nth-child(2):hover::before,.campaign-card:nth-child(3):hover::before{background:rgba(0,0,0,.42)!important;}

@media(max-width:1180px){
  .smile-nav{min-height:92px!important;gap:22px!important;padding:0 18px!important;}
  .smile-brand{min-width:210px!important;flex-basis:210px!important;}
  .smile-brand img{height:68px!important;}
  .smile-navlinks{gap:20px!important;}
  .smile-navlinks .nav-item,.smile-navlinks a.nav-item,.smile-navlinks button.nav-item{font-size:1rem!important;}
  .smile-donate{min-width:166px!important;height:58px!important;font-size:1rem!important;padding:0 20px!important;}
  .nav-search{font-size:1.8rem!important;}
}
@media(max-width:1020px){
  .smile-nav{min-height:76px!important;}
  .smile-brand{flex:1 1 auto!important;min-width:auto!important;}
  .smile-brand img{height:56px!important;}
  .smile-navlinks{justify-content:flex-start!important;gap:0!important;}
  .smile-navlinks .nav-item,.smile-navlinks a.nav-item,.smile-navlinks button.nav-item{font-size:1rem!important;padding:16px!important;}
  .smile-donate{width:100%!important;max-width:none!important;height:54px!important;}
  .smile-dropdown{position:static!important;transform:none!important;background:rgba(8,10,13,.82)!important;margin:0 8px 10px!important;border-radius:12px!important;}
  .nav li:hover .smile-dropdown,.nav li:focus-within .smile-dropdown{transform:none!important;}
}
@media(max-width:640px){
  .smile-brand img{height:48px!important;}
  .smile-brand .brand-text strong{font-size:1rem!important;}
  .smile-brand .brand-text span{font-size:.62rem!important;}
  .campaign-card{min-height:350px!important;}
  .campaign-overlay h3{font-size:1.9rem!important;}
  .campaign-overlay p{font-size:.9rem!important;}
}


/* ===== Final compact header + inline search fixes ===== */
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.header.smile-header{border-top:3px solid #e1261c!important;background:rgba(255,255,255,.98)!important;}
.smile-nav{
  min-height:72px!important;
  max-height:86px!important;
  padding:0 24px!important;
  gap:18px!important;
}
.smile-brand{min-width:210px!important;flex-basis:210px!important;gap:10px!important;}
.smile-brand img,.brand.smile-brand img{
  height:58px!important;
  width:auto!important;
  max-width:68px!important;
  object-fit:contain!important;
  background:transparent!important;
  box-shadow:none!important;
  padding:0!important;
  border-radius:0!important;
}
.smile-brand .brand-text strong{font-size:1.05rem!important;line-height:1!important;font-weight:900!important;letter-spacing:-.035em!important;}
.smile-brand .brand-text span{font-size:.62rem!important;line-height:1.15!important;font-weight:800!important;margin-top:3px!important;}
.smile-navlinks{gap:28px!important;align-items:center!important;}
.smile-navlinks .nav-item,
.smile-navlinks a.nav-item,
.smile-navlinks button.nav-item{
  font-size:.98rem!important;
  line-height:1!important;
  font-weight:760!important;
  padding:12px 0!important;
  white-space:nowrap!important;
  letter-spacing:-.015em!important;
  background:transparent!important;
  color:#20242a!important;
}
.nav-search{
  font-size:1.55rem!important;
  line-height:1!important;
  padding:6px 0!important;
  width:auto!important;
  min-width:28px!important;
  color:#20242a!important;
  background:transparent!important;
  border:0!important;
}
.smile-donate,
.nav-cta.smile-donate{
  min-width:145px!important;
  max-width:160px!important;
  height:50px!important;
  padding:0 18px!important;
  border-radius:10px!important;
  font-size:.98rem!important;
  line-height:1.05!important;
  font-weight:820!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  white-space:normal!important;
}
.smile-dropdown{
  min-width:275px!important;
  top:calc(100% + 5px)!important;
  border-radius:0 0 16px 16px!important;
  padding:10px 0!important;
}
.smile-dropdown a{font-size:.92rem!important;padding:10px 20px!important;line-height:1.2!important;}
.smile-dropdown a span{font-size:.74rem!important;margin-top:4px!important;}
.search-menu{position:relative!important;}
.search-menu .nav-search::after{display:none!important;}
.search-dropdown{
  right:-8px!important;
  left:auto!important;
  transform:translateY(8px)!important;
  min-width:340px!important;
  width:340px!important;
  padding:14px!important;
}
.nav li:hover .search-dropdown,
.nav li:focus-within .search-dropdown,
.navlinks li.open .search-dropdown{
  transform:translateY(0)!important;
}
.inline-search input{
  width:100%!important;
  border:1px solid rgba(255,255,255,.36)!important;
  border-radius:10px!important;
  padding:11px 12px!important;
  background:rgba(255,255,255,.94)!important;
  color:#111827!important;
  font:inherit!important;
  outline:none!important;
  margin:0 0 10px!important;
}
.inline-search input:focus{border-color:#e1261c!important;box-shadow:0 0 0 3px rgba(225,38,28,.18)!important;}
.inline-search .search-results{display:grid!important;gap:4px!important;max-height:330px!important;overflow:auto!important;}
.inline-search .search-results a{
  display:block!important;
  color:#fff!important;
  text-decoration:none!important;
  padding:9px 8px!important;
  border-radius:8px!important;
  background:transparent!important;
}
.inline-search .search-results a:hover{background:rgba(255,255,255,.08)!important;}
.inline-search .search-results a::before{display:none!important;}
.inline-search .search-results b{display:block!important;font-size:.88rem!important;line-height:1.2!important;}
.inline-search .search-results span{display:block!important;color:rgba(255,255,255,.7)!important;font-size:.72rem!important;line-height:1.25!important;margin-top:2px!important;}
.inline-search .search-results p{color:#fff!important;margin:.5rem!important;font-size:.85rem!important;}
.search-panel{display:none!important;}

/* Compact inner-page title cards */
.page-hero{min-height:300px!important;padding:3.5rem 1.25rem!important;}
.page-hero h1{font-size:clamp(2rem,4vw,3.6rem)!important;line-height:1.02!important;margin:8px 0 10px!important;}
.page-hero .lead{font-size:1rem!important;max-width:780px!important;}

/* Home top impact stats removed for cleaner index flow */
.home-stats,.stats-band.home-stats{display:none!important;}
.home-intro{padding-top:44px!important;}
.hero.home-visual{min-height:clamp(310px,38vw,500px)!important;}

@media(max-width:1180px){
  .smile-nav{min-height:70px!important;padding:0 18px!important;}
  .smile-brand{min-width:180px!important;flex-basis:180px!important;}
  .smile-brand img,.brand.smile-brand img{height:50px!important;max-width:58px!important;}
  .smile-brand .brand-text strong{font-size:.98rem!important;}
  .smile-brand .brand-text span{font-size:.58rem!important;}
  .smile-navlinks{gap:18px!important;}
  .smile-navlinks .nav-item,.smile-navlinks a.nav-item,.smile-navlinks button.nav-item{font-size:.9rem!important;}
  .nav-search{font-size:1.35rem!important;}
  .smile-donate,.nav-cta.smile-donate{min-width:132px!important;max-width:145px!important;height:46px!important;font-size:.88rem!important;}
}
@media(max-width:1020px){
  .smile-nav{min-height:68px!important;}
  .smile-brand{min-width:auto!important;flex:1 1 auto!important;}
  .smile-brand img,.brand.smile-brand img{height:48px!important;max-width:54px!important;}
  .smile-navlinks{top:calc(100% + .5rem)!important;gap:0!important;}
  .smile-navlinks .nav-item,.smile-navlinks a.nav-item,.smile-navlinks button.nav-item{font-size:.98rem!important;padding:14px!important;width:100%!important;}
  .nav-search{font-size:1.15rem!important;padding:14px!important;justify-content:flex-start!important;}
  .search-dropdown{position:static!important;transform:none!important;width:auto!important;min-width:0!important;margin:0 8px 10px!important;border-radius:12px!important;}
  .navlinks li.open .search-dropdown{display:block!important;transform:none!important;}
  .smile-donate,.nav-cta.smile-donate{max-width:none!important;width:100%!important;height:50px!important;}
}
@media(max-width:640px){
  .smile-brand img,.brand.smile-brand img{height:42px!important;max-width:48px!important;}
  .smile-brand .brand-text strong{font-size:.92rem!important;}
  .smile-brand .brand-text span{font-size:.54rem!important;}
  .page-hero{min-height:240px!important;padding:2.8rem 1rem!important;}
  .hero.home-visual{min-height:300px!important;}
}


/* ===== Final UX refinement update ===== */
.brand-logo-only{display:flex;align-items:center;min-width:auto!important;flex:0 0 auto!important}
.brand-logo-only img{height:76px!important;width:auto!important;max-width:250px!important;display:block}
.brand-logo-only .brand-text{display:none!important}
.smile-nav{min-height:92px!important;gap:26px!important;justify-content:space-between!important}
.smile-navlinks{gap:22px!important;align-items:center!important;flex-wrap:nowrap!important}
.smile-navlinks .nav-item,.smile-navlinks a.nav-item,.smile-navlinks button.nav-item{font-size:1rem!important;padding:16px 4px!important;font-weight:850!important;line-height:1.1!important;border-radius:0!important;white-space:nowrap!important}
.smile-navlinks .nav-item::after,.smile-navlinks a.nav-item::after,.smile-navlinks button.nav-item::after{bottom:4px!important}
.smile-navlinks a.nav-item:hover,.smile-navlinks button.nav-item:hover,.smile-navlinks .dropbtn.active,.smile-navlinks a.nav-item.active,.smile-navlinks>li:hover>.dropbtn{background:transparent!important;color:#111827!important}
.smile-donate.single-line-cta{min-width:auto!important;width:auto!important;padding:16px 28px!important;height:52px!important;font-size:1rem!important;line-height:1!important;white-space:nowrap!important;border-radius:14px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;flex-wrap:nowrap!important}
.smile-dropdown{background:rgba(8,12,18,.92)!important;border:1px solid rgba(255,255,255,.08)!important;box-shadow:0 18px 46px rgba(10,10,10,.22)!important;border-radius:18px!important;min-width:320px!important;padding:12px 0!important}
.smile-dropdown a{color:#fff!important;font-size:.95rem!important;font-weight:800!important;padding:14px 22px!important;border-radius:0!important}
.smile-dropdown a:hover{background:rgba(255,255,255,.08)!important}
.smile-dropdown a span{color:rgba(255,255,255,.72)!important;font-size:.8rem!important;font-weight:600!important}
.nav-search{font-size:2rem!important;padding:10px 4px!important}
.search-dropdown{width:340px!important;min-width:340px!important;max-height:none!important;overflow:hidden!important}
.inline-search{padding:2px 16px 10px!important}
.inline-search input{width:100%!important;background:rgba(255,255,255,.98)!important;color:#111827!important;border:0!important;border-radius:12px!important;padding:13px 14px!important;font-size:.94rem!important;box-shadow:none!important;outline:none!important}
.inline-search .search-results{margin-top:10px!important;max-height:260px!important;overflow:auto!important;scrollbar-width:none!important;-ms-overflow-style:none!important}
.inline-search .search-results::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}
.inline-search .search-results a{padding:10px 12px!important;border-radius:12px!important}
.inline-search .search-results b{font-size:.88rem!important}
.inline-search .search-results span{font-size:.75rem!important}
.page-hero{min-height:320px!important;padding:4rem 1.25rem!important}
.page-hero h1{font-size:clamp(2.1rem,4vw,3.8rem)!important}
.page-hero .lead{max-width:760px!important;font-size:1rem!important}

/* Programs section in NRC-like theme */
.nrc-theme-grid{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:16px!important;margin-top:26px!important}
.programme-info-card{display:block!important;background:#f4f4f4!important;border:1px solid #ececec!important;text-decoration:none!important;color:#101114!important;padding:28px 28px 30px!important;min-height:250px!important;transition:.22s ease!important;box-shadow:none!important}
.programme-info-card:hover{transform:translateY(-4px)!important;box-shadow:0 10px 24px rgba(17,24,39,.08)!important}
.programme-icon{width:40px!important;height:40px!important;border-radius:50%!important;background:#ff6b00!important;color:#fff!important;display:grid!important;place-items:center!important;font-size:1.05rem!important;margin-bottom:14px!important}
.programme-info-card h3{font-size:1.08rem!important;line-height:1.25!important;margin:0 0 14px!important;letter-spacing:-.02em!important}
.programme-info-card p{margin:0!important;color:#3a4048!important;line-height:1.45!important;font-size:.95rem!important}
.programme-info-card.muted-card h3,.programme-info-card.muted-card p{color:#666!important}

/* Cause cards classic color treatment */
.classic-cause-grid{gap:26px!important}
.classic-cause-card{border-radius:0!important;min-height:445px!important;box-shadow:none!important;overflow:hidden!important}
.classic-cause-card::after{display:none!important}
.classic-cause-card::before{background:rgba(7,12,18,.56)!important}
.classic-cause-card.blue-cause::before{background:rgba(0,74,115,.65)!important}
.classic-cause-card.purple-cause::before{background:rgba(115,14,87,.64)!important}
.classic-cause-card.green-cause::before{background:rgba(100,128,0,.72)!important}
.classic-cause-card .campaign-overlay{justify-items:start!important;text-align:left!important;padding:30px 28px 32px!important;grid-template-rows:auto auto 1fr auto!important}
.classic-cause-card .campaign-overlay span{font-size:.92rem!important;letter-spacing:.04em!important;margin-bottom:12px!important;color:#f6d68b!important}
.classic-cause-card .campaign-overlay h3{font-family:Inter,system-ui,sans-serif!important;font-size:clamp(2rem,2.6vw,3rem)!important;line-height:1.02!important;margin:0 0 18px!important;max-width:90%!important}
.classic-cause-card .campaign-overlay p{align-self:start!important;max-width:390px!important;font-size:.95rem!important;color:rgba(255,255,255,.92)!important;margin:0 0 18px!important}
.classic-cause-card .campaign-overlay b{margin-top:auto!important;min-width:146px!important;padding:12px 22px!important;border-width:3px!important;background:transparent!important}

/* Pact-like story cards */
.pact-story-grid{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:20px!important;margin-top:28px!important}
.pact-story-card{background:#fff!important;border:0!important;box-shadow:none!important}
.pact-story-link{text-decoration:none!important;color:inherit!important;display:block!important;background:#fff!important}
.pact-story-image{height:230px!important;background:#ddd!important;overflow:hidden!important}
.pact-story-image img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}
.pact-story-body{background:#fff!important;padding:18px 22px 20px!important;min-height:235px!important}
.pact-tag{display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:6px!important;padding:7px 12px!important;font-size:.85rem!important;line-height:1!important;text-transform:uppercase!important;font-weight:900!important;color:#fff!important;margin-bottom:16px!important}
.pact-tag.magenta{background:#6b0b7f!important}
.pact-tag.lime{background:#9cc62f!important}
.pact-tag.purple{background:#a80078!important}
.pact-story-body h3{font-size:1rem!important;line-height:1.38!important;letter-spacing:-.01em!important;margin:0!important;color:#262d36!important;font-weight:500!important}
.pact-story-card:hover .pact-story-body h3{color:#7a005c!important}

@media(max-width:1180px){
  .brand-logo-only img{height:68px!important;max-width:220px!important}
  .smile-navlinks{gap:16px!important}
  .nrc-theme-grid{grid-template-columns:repeat(2,1fr)!important}
  .pact-story-grid{grid-template-columns:repeat(2,1fr)!important}
}
@media(max-width:1020px){
  .smile-nav{min-height:76px!important}
  .brand-logo-only img{height:56px!important;max-width:190px!important}
  .smile-navlinks{gap:0!important}
  .smile-navlinks .nav-item,.smile-navlinks a.nav-item,.smile-navlinks button.nav-item{font-size:.98rem!important;padding:14px 16px!important;width:100%!important;justify-content:space-between!important}
  .smile-donate.single-line-cta{width:100%!important}
  .search-dropdown{position:static!important;width:auto!important;min-width:0!important}
  .nrc-theme-grid,.pact-story-grid{grid-template-columns:1fr!important}
  .classic-cause-grid{grid-template-columns:1fr!important}
}
@media(max-width:640px){
  .brand-logo-only img{height:48px!important;max-width:165px!important}
  .page-hero{min-height:260px!important}
  .classic-cause-card{min-height:380px!important}
  .classic-cause-card .campaign-overlay h3{font-size:2rem!important}
}


/* ===== Logo, carousel, compact header and programme image cards update ===== */
.header.smile-header{border-top:2px solid #e1261c!important}
.brand-logo-only img{height:48px!important;width:auto!important;max-width:330px!important;object-fit:contain!important;display:block!important}
.smile-nav{min-height:72px!important;gap:24px!important;padding:0 18px!important}
.smile-navlinks{gap:24px!important;align-items:center!important}
.smile-navlinks .nav-item,.smile-navlinks a.nav-item,.smile-navlinks button.nav-item{font-size:.94rem!important;line-height:1!important;font-weight:600!important;letter-spacing:0!important;padding:16px 2px!important;white-space:nowrap!important}
.smile-navlinks .nav-item::after,.smile-navlinks a.nav-item::after,.smile-navlinks button.nav-item::after{height:2px!important;bottom:4px!important}
.smile-donate.single-line-cta{height:44px!important;min-width:auto!important;width:auto!important;white-space:nowrap!important;padding:0 22px!important;font-size:.94rem!important;font-weight:600!important;border-radius:10px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;line-height:1!important}
.nav-search{font-size:1.7rem!important;padding:8px 2px!important;font-weight:400!important}
.smile-dropdown a{font-weight:650!important}.smile-dropdown a span{font-weight:450!important}.search-dropdown{max-height:none!important;overflow:hidden!important}.inline-search .search-results{scrollbar-width:none!important;-ms-overflow-style:none!important}.inline-search .search-results::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}
.page-hero{min-height:260px!important;padding:3rem 1.25rem!important}.page-hero h1{font-size:clamp(1.8rem,3.5vw,3.2rem)!important;font-weight:600!important}.page-hero .lead{font-size:.98rem!important}.btn{padding:10px 18px!important;font-size:.92rem!important;font-weight:600!important}
.hero.home-visual{position:relative!important;overflow:hidden!important;min-height:520px!important;background:#111!important}.hero.home-visual .hero-slide{position:absolute!important;inset:0!important;opacity:1!important;transform:translateX(100%)!important;transition:transform .95s cubic-bezier(.72,0,.24,1)!important;background-size:cover!important;background-position:center!important;display:block!important}.hero.home-visual .hero-slide.active{transform:translateX(0)!important;z-index:3!important}.hero.home-visual .hero-slide.prev{transform:translateX(-100%)!important;z-index:2!important}.hero.home-visual .hero-slide.next{transform:translateX(100%)!important;z-index:1!important}
.compact-section-head{max-width:760px!important;margin-bottom:24px!important}.compact-section-head .section-title{font-size:clamp(1.8rem,2.8vw,2.7rem)!important;font-weight:600!important}.compact-section-head .lead{font-size:.98rem!important}
.image-programme-grid.nrc-theme-grid{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:16px!important}.image-programme-grid .programme-info-card{display:grid!important;grid-template-columns:108px 1fr!important;gap:16px!important;align-items:start!important;min-height:178px!important;padding:18px!important;background:#f6f6f6!important;border:1px solid #ececec!important;text-decoration:none!important;color:#111827!important;box-shadow:none!important}.image-programme-grid .programme-info-card:hover{transform:translateY(-3px)!important;box-shadow:0 10px 24px rgba(17,24,39,.08)!important}.programme-card-img{width:108px!important;aspect-ratio:4/6!important;border-radius:12px!important;overflow:hidden!important;background:#ddd!important}.programme-card-img img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}.programme-card-copy{min-width:0!important}.image-programme-grid .programme-icon{width:30px!important;height:30px!important;font-size:.85rem!important;margin:0 0 8px!important;background:#ff6b00!important;color:#fff!important}.image-programme-grid h3{font-size:1rem!important;line-height:1.2!important;margin:0 0 8px!important;font-weight:600!important;letter-spacing:-.01em!important}.image-programme-grid p{font-size:.88rem!important;line-height:1.4!important;margin:0!important;color:#3a4048!important}
@media(max-width:1180px){.brand-logo-only img{height:44px!important;max-width:280px!important}.smile-navlinks{gap:16px!important}.image-programme-grid.nrc-theme-grid{grid-template-columns:repeat(2,1fr)!important}}
@media(max-width:1020px){.smile-nav{min-height:68px!important}.brand-logo-only img{height:42px!important;max-width:250px!important}.smile-navlinks{gap:0!important}.smile-navlinks .nav-item,.smile-navlinks a.nav-item,.smile-navlinks button.nav-item{font-size:.96rem!important;padding:14px!important;width:100%!important}.smile-donate.single-line-cta{width:100%!important}.hero.home-visual{min-height:54vw!important}.image-programme-grid.nrc-theme-grid{grid-template-columns:1fr!important}}
@media(max-width:640px){.brand-logo-only img{height:36px!important;max-width:210px!important}.hero.home-visual{min-height:68vw!important}.image-programme-grid .programme-info-card{grid-template-columns:92px 1fr!important}.programme-card-img{width:92px!important}.page-hero{min-height:220px!important}}


/* ===== Final card flush + logo sizing polish ===== */
.brand-logo-only img{
  height:64px!important;
  width:auto!important;
  max-width:390px!important;
  object-fit:contain!important;
}
.smile-nav{
  min-height:82px!important;
}
.smile-navlinks .nav-item,
.smile-navlinks a.nav-item,
.smile-navlinks button.nav-item{
  font-size:.96rem!important;
  font-weight:650!important;
}
.smile-donate.single-line-cta{
  height:48px!important;
  padding:14px 24px!important;
  font-size:.95rem!important;
  font-weight:700!important;
}
.home-intro .clean-actions{display:none!important}

/* Programme cards: image flush to card edge, no inset padding/margin */
.image-programme-grid .programme-info-card{
  padding:0!important;
  grid-template-columns:138px 1fr!important;
  min-height:210px!important;
  align-items:stretch!important;
  overflow:hidden!important;
  background:#f7f7f7!important;
}
.programme-card-img{
  width:138px!important;
  height:100%!important;
  min-height:210px!important;
  aspect-ratio:auto!important;
  border-radius:0!important;
  align-self:stretch!important;
}
.programme-card-img img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
}
.programme-card-copy{
  padding:22px 22px 20px!important;
  align-self:start!important;
}
.image-programme-grid .programme-icon{
  width:34px!important;
  height:34px!important;
  font-size:.9rem!important;
  margin:0 0 10px!important;
}
.image-programme-grid h3{
  font-size:1.05rem!important;
  font-weight:650!important;
}
.image-programme-grid p{
  font-size:.92rem!important;
}

/* Sliding hero carousel movement */
.hero.home-visual{
  overflow:hidden!important;
}
.hero.home-visual .hero-slide{
  opacity:1!important;
  visibility:visible!important;
  transform:translateX(100%)!important;
  transition:transform .85s cubic-bezier(.77,0,.18,1)!important;
}
.hero.home-visual .hero-slide.active{
  transform:translateX(0)!important;
}

@media(max-width:1180px){
  .brand-logo-only img{height:58px!important;max-width:330px!important}
  .smile-nav{min-height:78px!important}
}
@media(max-width:1020px){
  .brand-logo-only img{height:52px!important;max-width:260px!important}
  .image-programme-grid .programme-info-card{
    grid-template-columns:118px 1fr!important;
    min-height:185px!important;
  }
  .programme-card-img{
    width:118px!important;
    min-height:185px!important;
  }
}
@media(max-width:640px){
  .brand-logo-only img{height:44px!important;max-width:210px!important}
  .image-programme-grid .programme-info-card{
    grid-template-columns:1fr!important;
  }
  .programme-card-img{
    width:100%!important;
    height:260px!important;
    min-height:260px!important;
  }
}

/* Keep slide movement classes active after final override */
.hero.home-visual .hero-slide.prev{transform:translateX(-100%)!important;z-index:1!important}
.hero.home-visual .hero-slide.next{transform:translateX(100%)!important;z-index:1!important}
.hero.home-visual .hero-slide.active{transform:translateX(0)!important;z-index:2!important}




/* ===== Final update: 260px logo + old programme-card theme with top image ===== */
.brand-logo-only{
  flex:0 0 260px!important;
  min-width:260px!important;
}
.brand-logo-only img{
  width:260px!important;
  height:auto!important;
  max-width:none!important;
  object-fit:contain!important;
  display:block!important;
}
.smile-nav{
  min-height:82px!important;
  padding:0 30px!important;
}
.smile-navlinks{
  gap:24px!important;
}
.smile-navlinks .nav-item,
.smile-navlinks a.nav-item,
.smile-navlinks button.nav-item{
  font-size:.95rem!important;
  font-weight:650!important;
}
.smile-donate.single-line-cta{
  height:48px!important;
  padding:14px 24px!important;
  font-size:.95rem!important;
  font-weight:700!important;
  white-space:nowrap!important;
}

/* Programme cards: keep NRC-style theme, only place image on top */
.vertical-programme-grid.nrc-theme-grid{
  display:grid!important;
  grid-template-columns:repeat(3,1fr)!important;
  gap:16px!important;
  margin-top:26px!important;
}
.vertical-programme-grid .programme-info-card,
.vertical-programme-grid .vertical-programme-card{
  display:block!important;
  padding:0!important;
  overflow:hidden!important;
  background:#f4f4f4!important;
  border:1px solid #ececec!important;
  border-radius:0!important;
  box-shadow:none!important;
  text-decoration:none!important;
  color:#101114!important;
  min-height:360px!important;
  transition:.22s ease!important;
}
.vertical-programme-grid .programme-info-card:hover,
.vertical-programme-grid .vertical-programme-card:hover{
  transform:translateY(-4px)!important;
  box-shadow:0 10px 24px rgba(17,24,39,.08)!important;
}
.vertical-programme-grid .programme-card-img{
  width:100%!important;
  height:190px!important;
  min-height:190px!important;
  aspect-ratio:auto!important;
  border-radius:0!important;
  overflow:hidden!important;
  background:#ddd!important;
}
.vertical-programme-grid .programme-card-img img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  display:block!important;
}
.vertical-programme-grid .programme-card-copy{
  padding:24px 28px 28px!important;
  display:block!important;
}
.vertical-programme-grid .programme-icon{
  width:40px!important;
  height:40px!important;
  border-radius:50%!important;
  background:#ff6b00!important;
  color:#fff!important;
  display:grid!important;
  place-items:center!important;
  font-size:1rem!important;
  margin:0 0 14px!important;
}
.vertical-programme-grid h3{
  font-size:1.08rem!important;
  line-height:1.25!important;
  margin:0 0 14px!important;
  font-weight:700!important;
  color:#101114!important;
  letter-spacing:-.02em!important;
}
.vertical-programme-grid p{
  margin:0!important;
  color:#3a4048!important;
  line-height:1.45!important;
  font-size:.95rem!important;
}
.programme-card-btn{
  display:none!important;
}

/* Responsive logo and programme cards */
@media(max-width:1280px){
  .brand-logo-only{flex-basis:240px!important;min-width:240px!important}
  .brand-logo-only img{width:240px!important}
  .smile-navlinks{gap:18px!important}
}
@media(max-width:1120px){
  .brand-logo-only{flex-basis:220px!important;min-width:220px!important}
  .brand-logo-only img{width:220px!important}
  .smile-navlinks{gap:14px!important}
  .smile-navlinks .nav-item,.smile-navlinks a.nav-item,.smile-navlinks button.nav-item{font-size:.9rem!important}
}
@media(max-width:1020px){
  .brand-logo-only{flex:1 1 auto!important;min-width:0!important}
  .brand-logo-only img{width:220px!important;max-width:220px!important}
  .vertical-programme-grid.nrc-theme-grid{grid-template-columns:repeat(2,1fr)!important}
}
@media(max-width:640px){
  .brand-logo-only img{width:190px!important;max-width:190px!important}
  .vertical-programme-grid.nrc-theme-grid{grid-template-columns:1fr!important}
  .vertical-programme-grid .programme-card-img{height:210px!important;min-height:210px!important}
}


/* ===== DEBUG FIX: logo was tiny because earlier .brand.smile-brand img max-width rules had higher specificity ===== */
/* Keep clickable area equal to the real logo width, not a long invisible header block. */
.header.smile-header .brand.smile-brand.brand-logo-only{
  flex:0 0 auto!important;
  min-width:0!important;
  width:auto!important;
  max-width:none!important;
  padding:0!important;
  margin:0!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
}

/* High-specificity selector overrides old max-width:48/68px logo rules */
.header.smile-header .brand.smile-brand.brand-logo-only img{
  width:340px!important;
  max-width:340px!important;
  min-width:340px!important;
  height:auto!important;
  max-height:70px!important;
  object-fit:contain!important;
  display:block!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:0!important;
  margin:0!important;
}

/* Keep nav balanced after logo fix */
.header.smile-header .smile-nav{
  min-height:92px!important;
  padding:0 32px!important;
  gap:24px!important;
}

@media(max-width:1320px){
  .header.smile-header .brand.smile-brand.brand-logo-only img{
    width:300px!important;
    max-width:300px!important;
    min-width:300px!important;
  }
}
@media(max-width:1180px){
  .header.smile-header .brand.smile-brand.brand-logo-only img{
    width:260px!important;
    max-width:260px!important;
    min-width:260px!important;
  }
}
@media(max-width:1020px){
  .header.smile-header .brand.smile-brand.brand-logo-only{
    flex:1 1 auto!important;
  }
  .header.smile-header .brand.smile-brand.brand-logo-only img{
    width:230px!important;
    max-width:230px!important;
    min-width:0!important;
  }
}
@media(max-width:640px){
  .header.smile-header .brand.smile-brand.brand-logo-only img{
    width:185px!important;
    max-width:185px!important;
    min-width:0!important;
  }
}


/* ===== Final header/title-card height reduction ===== */
.header.smile-header .smile-nav{
  min-height:68px!important;
  height:68px!important;
  padding:0 28px!important;
  gap:20px!important;
}

.header.smile-header .brand.smile-brand.brand-logo-only img{
  width:270px!important;
  max-width:270px!important;
  min-width:270px!important;
  max-height:50px!important;
}

.header.smile-header .smile-navlinks{
  gap:22px!important;
}

.header.smile-header .smile-navlinks .nav-item,
.header.smile-header .smile-navlinks a.nav-item,
.header.smile-header .smile-navlinks button.nav-item{
  font-size:.92rem!important;
  padding:12px 4px!important;
  line-height:1!important;
}

.header.smile-header .nav-search{
  font-size:1.7rem!important;
  padding:8px 2px!important;
}

.header.smile-header .smile-donate.single-line-cta{
  height:42px!important;
  padding:10px 20px!important;
  font-size:.9rem!important;
  border-radius:12px!important;
}

@media(max-width:1320px){
  .header.smile-header .brand.smile-brand.brand-logo-only img{
    width:250px!important;
    max-width:250px!important;
    min-width:250px!important;
    max-height:48px!important;
  }
  .header.smile-header .smile-navlinks{gap:18px!important}
}

@media(max-width:1180px){
  .header.smile-header .brand.smile-brand.brand-logo-only img{
    width:220px!important;
    max-width:220px!important;
    min-width:220px!important;
    max-height:44px!important;
  }
  .header.smile-header .smile-navlinks{gap:14px!important}
}

@media(max-width:1020px){
  .header.smile-header .smile-nav{
    min-height:64px!important;
    height:64px!important;
    padding:0 18px!important;
  }
  .header.smile-header .brand.smile-brand.brand-logo-only img{
    width:210px!important;
    max-width:210px!important;
    min-width:0!important;
    max-height:42px!important;
  }
}

@media(max-width:640px){
  .header.smile-header .smile-nav{
    min-height:60px!important;
    height:60px!important;
  }
  .header.smile-header .brand.smile-brand.brand-logo-only img{
    width:170px!important;
    max-width:170px!important;
    min-width:0!important;
    max-height:38px!important;
  }
}


/* ===== Support A Cause hover fix ===== */
/* Keep Read More white normally; only turn black when the button background becomes white */
#support-causes .classic-cause-card .campaign-overlay b,
#support-causes .campaign-card .campaign-overlay b{
  color:#fff!important;
  background:transparent!important;
  border-color:rgba(255,255,255,.92)!important;
}

#support-causes .classic-cause-card:hover .campaign-overlay b,
#support-causes .campaign-card:hover .campaign-overlay b{
  color:#111827!important;
  background:#fff!important;
  border-color:#fff!important;
}

/* Make all three cards visibly change overlay colour on hover, including the first Social card */
#support-causes .classic-cause-card.blue-cause::before{
  background:rgba(0,74,115,.66)!important;
}
#support-causes .classic-cause-card.blue-cause:hover::before{
  background:rgba(0,74,115,.42)!important;
}

#support-causes .classic-cause-card.purple-cause::before{
  background:rgba(115,14,87,.64)!important;
}
#support-causes .classic-cause-card.purple-cause:hover::before{
  background:rgba(115,14,87,.42)!important;
}

#support-causes .classic-cause-card.green-cause::before{
  background:rgba(100,128,0,.72)!important;
}
#support-causes .classic-cause-card.green-cause:hover::before{
  background:rgba(100,128,0,.46)!important;
}

/* Small movement feedback for all cards */
#support-causes .classic-cause-card:hover{
  transform:translateY(-5px)!important;
}
