
*{box-sizing:border-box}html,body{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none}body{margin:0;font-family:Arial,sans-serif;color:#172033;background:#fff;line-height:1.6}
a{text-decoration:none;color:inherit}.container{width:min(calc(100% - 32px),1180px);margin:auto}
.site-header{background:#050505;color:#fff;border-bottom:5px solid #e7c23d;position:sticky;top:0;z-index:10}
.header-inner{min-height:78px;display:flex;align-items:center;gap:20px}.logo{width:72px;height:56px;object-fit:contain;background:#fff;border-radius:8px;padding:4px}
.logo-link{margin-right:auto}.main-nav ul{display:flex;gap:5px;list-style:none;margin:0;padding:0}.main-nav a{display:block;padding:10px;border-radius:8px;font-weight:700}.main-nav a:hover,.main-nav a.active{background:#0b6b4f}
.lang-link{border:1px solid #555;border-radius:999px;padding:8px 12px;font-weight:800}.nav-toggle{display:none;background:#222;color:#fff;border:0;border-radius:8px;width:44px;height:44px}
.site-banner{min-height:350px;display:flex;align-items:center;color:#fff;background:linear-gradient(90deg,rgba(0,0,0,.8),rgba(0,0,0,.25)),url("../images/banner-africa-leaders-125000.jpg") center/cover no-repeat;border-bottom:8px solid #0b6b4f}
.banner-copy{padding:60px 0}.banner-copy h1{font-size:clamp(2.4rem,6vw,4.8rem);line-height:1;margin:12px 0}.kicker{font-weight:800;letter-spacing:.1em;text-transform:uppercase}
main{padding:60px 0 80px}.page-title{font-size:clamp(2rem,4vw,3.2rem);margin:0 0 12px}.lead{font-size:1.15rem;color:#5e6877}
.content-template{width:100%;border:0;border-collapse:collapse;table-layout:fixed;background:#fff;margin-top:28px}.content-template td{width:50%;border:0;background:#fff;padding:14px;vertical-align:top}
.content-box{min-height:150px;padding:22px;background:#fff;border-radius:14px;box-shadow:0 8px 28px rgba(23,32,51,.08)}.content-box h2{margin-top:0}.content-box p{color:#5e6877}
.contact-panel{max-width:820px;margin-top:28px;padding:28px;border-radius:16px;box-shadow:0 10px 36px rgba(23,32,51,.1)}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.field{margin-bottom:18px}.field.full{grid-column:1/-1}label{display:block;margin-bottom:7px;font-weight:700}.required{color:#c62d2d}
input,textarea{width:100%;padding:12px;border:1px solid #bcc6cc;border-radius:9px;font:inherit}.submit{border:0;border-radius:10px;padding:13px 20px;background:#0b6b4f;color:#fff;font-weight:800}
.form-message{margin-bottom:20px;padding:14px 16px;border-radius:10px;font-weight:800}.success{background:#e6f6ef;color:#075f43}.error{background:#fff1ef;color:#81291f}
footer{background:#050505;color:#ddd;padding:35px 0}
@media(max-width:900px){.nav-toggle{display:block}.main-nav{display:none;position:absolute;top:78px;left:16px;right:16px;background:#111;padding:12px}.main-nav.open{display:block}.main-nav ul{display:block}.content-template,.content-template tbody,.content-template tr,.content-template td{display:block;width:100%}}
@media(max-width:600px){.form-grid{grid-template-columns:1fr}}

.logo{
  width:210px;
  height:68px;
  object-fit:contain;
  object-position:left center;
  background:#fff;
  border-radius:8px;
  padding:3px 8px;
}
.site-banner{
  min-height:430px;
  background-position:center center;
  background-size:cover;
}
@media(max-width:600px){
  .logo{width:150px;height:54px}
  .site-banner{min-height:280px}
}

.logo{
  width:240px;
  height:70px;
  object-fit:contain;
  object-position:left center;
  background:#fff;
  padding:4px 8px;
}
@media(max-width:600px){
  .logo{width:170px;height:54px}
}

.logo{
  background:#000 !important;
  border-radius:8px;
}

/* White header above the yellow divider */
.site-header{
  background:#ffffff !important;
  color:#172033 !important;
  border-bottom:5px solid #e7c23d !important;
}
.logo{
  width:240px;
  height:70px;
  object-fit:contain;
  object-position:left center;
  background:#ffffff !important;
  border-radius:8px;
  padding:4px 8px;
}
.main-nav a{
  color:#172033;
}
.main-nav a:hover,
.main-nav a.active{
  background:#0b6b4f;
  color:#ffffff;
}
.lang-link{
  color:#172033;
  border-color:#b7bec5;
  background:#ffffff;
}
.lang-link:hover{
  background:#f4f6f7;
}
.nav-toggle{
  background:#172033;
  color:#ffffff;
}
@media(max-width:900px){
  .main-nav{
    background:#ffffff;
    border:1px solid #dfe5e8;
    box-shadow:0 14px 34px rgba(23,32,51,.15);
  }
}
@media(max-width:600px){
  .logo{
    width:170px;
    height:54px;
  }
}

/* Green logo panel matching navigation hover */
.logo{
  background:#0b6b4f !important;
  border-radius:8px;
  padding:5px 10px;
}

/* Footer navigation and copyright */
.site-footer{
  background:#050505;
  color:#d6d6d6;
  padding:40px 0 22px;
  border-top:7px solid #0b6b4f;
}
.footer-inner{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:28px;
  flex-wrap:wrap;
}
.footer-links{
  display:flex;
  flex-wrap:wrap;
  gap:12px 18px;
}
.footer-links a{
  color:#d6d6d6;
  font-weight:700;
}
.footer-links a:hover{
  color:#ffffff;
  background:#0b6b4f;
  border-radius:7px;
  padding:4px 7px;
}
.copyright{
  margin-top:26px;
  padding-top:18px;
  border-top:1px solid #333;
  font-size:.9rem;
  color:#b9b9b9;
}

/* Homepage themes and linked editorial pages */
.home-themes td{padding:14px 14px 22px}
.home-themes td,.editorial-grid td{height:1px;vertical-align:top}
.home-themes .content-box,.editorial-grid .content-box{height:100%;box-sizing:border-box}
@media(max-width:900px){.home-themes td,.editorial-grid td{height:auto}.home-themes .content-box,.editorial-grid .content-box{height:auto}}
.home-themes tr:nth-child(even) .theme-card{border-top-color:#e7c23d}
.theme-card{position:relative;border-top:5px solid #0b6b4f}
.theme-card h2{font-size:clamp(1.35rem,2.5vw,1.85rem);line-height:1.25;padding-right:48px}
.theme-card h2 a:hover{color:#0b6b4f}
.theme-number{position:absolute;right:20px;top:16px;color:#0b6b4f;font-size:1.35rem;font-weight:900;opacity:.55}
.read-more{display:inline-flex;align-items:center;gap:8px;margin-top:8px;color:#0b6b4f;font-weight:800}
.read-more:hover{gap:12px;text-decoration:underline}
.commitment-box{background:#f5f8f6;border-left:4px solid #0b6b4f}
.commitment-box h3{margin:0 0 10px;font-size:1.15rem;color:#0b6b4f}
.commitment-box ul,.article-page ul{margin:0;padding-left:20px;color:#465363}
.commitment-box li+li,.article-page li+li{margin-top:7px}
.article-page{max-width:920px}
.article-intro{font-size:1.25rem;color:#344254;border-left:5px solid #e7c23d;padding:4px 0 4px 22px;margin:24px 0 35px}
.article-section{margin:36px 0}
.article-section h2{font-size:1.65rem;line-height:1.25;color:#0b6b4f}
.principles-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:28px 0}
.principle{padding:22px;background:#f5f8f6;border-radius:14px;border-top:4px solid #0b6b4f}
.principle h3{margin:0 0 8px}
.principle p{margin:0;color:#526071}
.callout{margin:38px 0;padding:25px 28px;background:#172033;color:#fff;border-left:7px solid #e7c23d;border-radius:0 14px 14px 0}
.callout p{margin:0;font-size:1.12rem}
.page-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:42px}
.button-link{display:inline-block;padding:11px 17px;background:#0b6b4f;color:#fff;border-radius:9px;font-weight:800}
.button-link.secondary{background:#172033}
@media(max-width:700px){.principles-grid{grid-template-columns:1fr}.article-intro{font-size:1.1rem}.content-template td{padding-left:0;padding-right:0}}


/* Expanded editorial content */
.editorial-page>.lead{max-width:940px;margin:0 0 30px;font-size:1.22rem;color:#344254;border-left:5px solid #e7c23d;padding:4px 0 4px 20px}
.editorial-card{min-height:230px;border-top:4px solid #0b6b4f}
.editorial-card h2{font-size:1.35rem;line-height:1.25;color:#0b6b4f}
.editorial-card strong{color:#172033}
.pdf-panel{margin:42px 0;padding:28px;background:#f5f8f6;border:1px solid #d9e5df;border-left:7px solid #0b6b4f;border-radius:0 14px 14px 0}
.pdf-panel h2{margin-top:0;color:#0b6b4f}
.source-note{font-size:.92rem;color:#5e6877}
code{background:#e7ece9;padding:2px 6px;border-radius:5px}


/* Editable previews and Sonkiste banner label */
.sonkiste-label{display:inline-block;margin-bottom:14px;color:#e3262e;background:rgba(0,0,0,.72);border-left:5px solid #e3262e;padding:8px 14px;font-size:clamp(1.1rem,2.5vw,1.65rem);font-weight:900;letter-spacing:.08em;text-transform:uppercase}
[data-editable-preview="true"]{outline:2px dashed transparent;transition:outline-color .2s,box-shadow .2s}
[data-editable-preview="true"]:hover{outline-color:rgba(11,107,79,.28)}
[data-editable-preview="true"]:focus{outline:3px solid #e7c23d;box-shadow:0 10px 34px rgba(23,32,51,.14)}
.future-link{display:inline-flex;margin:0 22px 20px;color:#0b6b4f;font-weight:900}
.future-link:hover{text-decoration:underline}

/* 2026 clarity, numbering, advocacy, and donation update */
.site-banner{position:relative;isolation:isolate;min-height:460px;background-image:url("../images/banner-africa-leaders-125000.jpg");background-position:center 42%;background-size:cover}
.site-banner:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(0,0,0,.08))}
.sonkiste-label{color:#e51c2a;background:rgba(255,255,255,.92);border:2px solid #e51c2a;border-left:8px solid #e51c2a;text-shadow:none;box-shadow:0 5px 22px rgba(0,0,0,.18)}
.home-numbered,.home-themes{counter-reset:home-section}.home-numbered .editorial-card,.home-themes .content-box{position:relative;padding-top:54px}.home-numbered .editorial-card:before,.home-themes .content-box:before{counter-increment:home-section;content:counter(home-section,decimal-leading-zero);position:absolute;top:14px;right:20px;color:#0b6b4f;font-size:1.55rem;font-weight:900;opacity:.72}
.section-index{float:right;margin:-6px 0 8px 12px;color:#0b6b4f;font-size:1.3rem;font-weight:900;opacity:.65}
.pdf-primary{display:inline-block;padding:16px 20px;background:#b80f1a;color:#fff;border-radius:10px;font-size:1.1rem;font-weight:900;box-shadow:0 7px 20px rgba(184,15,26,.22)}.pdf-primary:hover{background:#8f0c14;transform:translateY(-1px)}
.support-cta,.donation-panel{margin:38px 0;padding:30px;border-radius:16px;background:#f5f8f6;border:1px solid #d9e5df;border-left:8px solid #e7c23d}.support-cta h2,.donation-panel h2{margin-top:0;color:#0b6b4f}.donate-button{background:#b80f1a}.donate-button:hover{background:#8f0c14}
.transhumance-warning{border-left-color:#b80f1a;background:#fff8f5}.transhumance-warning h2{color:#9b111e}.transhumance-warning p{line-height:1.72;color:#3f4856}
.accountability-call{border-left-color:#b80f1a;background:#fffaf7}.accountability-call h2{color:#9b111e}.accountability-call h3{margin-top:28px;color:#0b6b4f}.accountability-call p,.accountability-call li{line-height:1.72}.accountability-call .source-note{margin-top:24px;padding-top:18px;border-top:1px solid #dbcfc8;font-size:.92rem}
.values-sovereignty{border-left-color:#0b6b4f;background:#f7fbf8}.values-sovereignty p,.public-safety-call p,.public-safety-call li{line-height:1.72}.public-safety-call{border-left-color:#b80f1a;background:#fffaf7}.public-safety-call h2{color:#9b111e}
.constitutional-reform{border-left-color:#0b6b4f;background:#f7fbf8}.constitutional-reform h2{font-size:clamp(1.65rem,3vw,2.25rem)}.constitutional-reform h3{margin:28px 0 8px;color:#0b6b4f}.constitutional-reform p{line-height:1.74}.constitutional-reform .source-note{margin-top:28px;padding-top:18px;border-top:1px solid #cadbd2}
@media(max-width:700px){.site-banner{min-height:340px;background-position:58% center}.banner-copy{padding:42px 0}.banner-copy h1{font-size:clamp(2rem,11vw,3.2rem)}}

/* August 2026 banner portrait and copy placement */
.site-banner{
  align-items:flex-start;
  background-image:url("../images/banner-africa-leaders-125000.jpg");
  background-position:center 42%;
}
.banner-copy{padding:28px 0 38px}
.sonkiste-label{
  margin:0 0 10px;
  padding:7px 13px;
  background:rgba(255,255,255,.84);
  backdrop-filter:blur(2px);
}
.kicker{
  color:rgba(255,255,255,.94);
  font-size:clamp(.82rem,1.5vw,1.05rem);
  text-shadow:0 2px 8px rgba(0,0,0,.78);
}
.banner-copy h1{
  max-width:760px;
  margin:8px 0 0;
  color:rgba(255,255,255,.88);
  font-size:clamp(2rem,4.6vw,4rem);
  line-height:1.04;
  letter-spacing:-.025em;
  text-shadow:0 3px 14px rgba(0,0,0,.72);
}
@media(max-width:700px){
  .site-banner{min-height:360px;background-position:57% center}
  .banner-copy{padding:20px 0 28px}
  .banner-copy h1{max-width:92%;font-size:clamp(1.8rem,9vw,2.8rem)}
}

/* Header counter layout: keep the banner portraits unobstructed */
.site-header .header-inner{
  width:100%;
  max-width:none;
  min-height:92px;
  padding:7px 18px 7px 0;
  gap:18px;
}
.site-header .logo-link{flex:0 0 auto;margin:0}
.site-header .logo{display:block}
.site-header .header-counter{
  position:static;
  flex:1 1 330px;
  max-width:410px;
  min-width:290px;
  margin:0 auto;
  padding:0;
  background:transparent;
  transform:none;
}
.site-header .header-counter .sonkiste-poll-card{
  width:100%;
  padding:7px 9px 6px;
  color:#172033;
  background:rgba(255,255,255,.9);
  border:1px solid #cdd8d2;
  border-radius:10px;
  box-shadow:0 3px 10px rgba(0,0,0,.12);
}
.site-header .header-counter h2{
  margin:0 0 4px;
  color:#b80f1a!important;
  font-size:.9rem;
  line-height:1.1;
}
.site-header .header-counter .sonkiste-poll-options{gap:7px;flex-wrap:nowrap}
.site-header .header-counter .sonkiste-vote{
  min-width:0;
  flex:1 1 0;
  padding:5px 8px;
  border-radius:7px;
  font-size:.78rem;
  line-height:1.05;
}
.site-header .header-counter .sonkiste-vote[data-vote="no"]{background:#b32630}
.site-header .header-counter .sonkiste-vote[data-vote="no"]:hover:not(:disabled){background:#951d26}
.site-header .header-counter .sonkiste-vote strong{margin-top:2px;color:#fff;font-size:1rem;line-height:1.05}
.site-header .header-counter .sonkiste-poll-message{min-height:0;margin:3px 0 0;color:#172033;font-size:.7rem;line-height:1.1}
.site-header .main-nav{flex:0 0 auto;margin-left:auto}
.banner-donation{
  position:absolute;
  z-index:3;
  top:18px;
  left:50%;
  transform:translateX(-50%);
  padding:13px 30px;
  color:#111;
  background:#ffd42a;
  border:2px solid rgba(255,255,255,.95);
  border-radius:999px;
  box-shadow:0 6px 20px rgba(0,0,0,.38);
  font-size:1rem;
  font-weight:900;
  letter-spacing:.06em;
  text-shadow:none;
}
.banner-donation:hover,.banner-donation:focus-visible{background:#fff06a;transform:translateX(-50%) translateY(-1px)}
@media(max-width:1100px){
  .site-header .header-inner{flex-wrap:wrap;padding-right:12px;gap:7px 10px}
  .site-header .logo-link{margin-right:auto}
  .site-header .header-counter{order:6;flex:1 0 100%;max-width:520px;min-width:0;margin:0 auto 2px}
  .site-header .main-nav{order:3}
  .site-header .lang-link{order:4}
  .site-header .nav-toggle{order:5}
}
@media(max-width:900px){
  .site-header .header-inner{min-height:0}
  .site-header .main-nav{order:7;top:auto;margin-left:0}
  .site-header .nav-toggle{order:3}
  .site-header .lang-link{order:4}
  .site-header .header-counter{order:6}
}
@media(max-width:600px){
  .site-header .header-inner{padding-left:0}
  .site-header .header-counter{max-width:calc(100% - 18px)}
  .site-header .header-counter h2{font-size:.82rem}
  .banner-donation{top:14px;padding:10px 21px;font-size:.85rem}
}

/* Senegal First strategy page */
.sovereignty-framework{max-width:980px}
.sovereignty-framework>.lead{margin-bottom:34px;padding:24px 26px;border-left:7px solid #b80f1a;background:#f8f4ef;border-radius:10px;line-height:1.75}
.strategy-card{position:relative;margin:0 0 28px;padding:30px 34px;border-left:7px solid #0b6b4f}
.strategy-card h2{margin:0 0 12px;color:#0b6b4f;padding-right:42px}
.strategy-card p{line-height:1.72}
.strategy-card ul{margin:18px 0 0;padding-left:24px}
.strategy-card li{margin:0 0 14px;line-height:1.68}
.sovereignty-call{border-left-color:#b80f1a;background:#f8f4ef}
@media(max-width:700px){.strategy-card{padding:24px 22px}.sovereignty-framework>.lead{padding:20px}}

/* Poem, tribute, and global donation navigation */
.header-donation{flex:0 0 auto;padding:10px 16px;border-radius:9px;background:#b80f1a;color:#fff!important;font-weight:900;box-shadow:0 5px 15px rgba(184,15,26,.2)}
.header-donation:hover{background:#8f0c14!important;color:#fff!important}
.poem-section{padding:64px 0;background:linear-gradient(180deg,#f7faf8,#fff);border-bottom:1px solid #dce7e1;text-align:center}
.poem-container{max-width:820px}
.poem-container h1{margin:0 0 32px;color:#172033;font-size:clamp(2rem,5vw,3.6rem);letter-spacing:.055em;line-height:1.08}
.poem-container h1:after{content:"";display:block;width:88px;height:6px;margin:20px auto 0;background:linear-gradient(90deg,#0b6b4f 0 33%,#e7c23d 33% 66%,#b80f1a 66%);border-radius:999px}
.poem-text{font-family:Georgia,"Times New Roman",serif;font-size:clamp(1.05rem,2vw,1.22rem);line-height:1.75;color:#293547}
.poem-text p{margin:0 0 28px}
.poem-text .refrain{color:#8f0c14;font-family:Arial,sans-serif;font-weight:900;letter-spacing:.025em}
.tribute-section{padding:0 0 18px;background:#fff}
.tribute-card{max-width:960px;margin-top:54px;padding:36px 40px;background:#172033;color:#f7f8fa;border-left:8px solid #e7c23d;border-radius:0 18px 18px 0;box-shadow:0 14px 40px rgba(23,32,51,.16)}
.tribute-card .eyebrow{margin:0 0 8px;color:#e7c23d;font-size:.82rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.tribute-card h2{margin:0 0 18px;font-size:clamp(1.7rem,4vw,2.6rem);line-height:1.15}
.tribute-card p{color:#e2e6eb}
.mission-section{padding:18px 0 64px;background:linear-gradient(180deg,#fff 0%,#f5f6f2 100%)}
.mission-card{max-width:960px;padding:44px 48px;background:#fff;border-top:7px solid #11823b;border-bottom:7px solid #e7c23d;border-radius:18px;box-shadow:0 16px 44px rgba(23,32,51,.13)}
.mission-card .eyebrow{margin:0 0 8px;color:#b21f2d;font-size:.82rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.mission-card h2{margin:0 0 12px;color:#172033;font-size:clamp(2rem,5vw,3.25rem);line-height:1.08}
.mission-card h3{margin:34px 0 12px;padding-left:14px;color:#172033;border-left:5px solid #e7c23d;font-size:clamp(1.25rem,3vw,1.65rem);text-transform:uppercase;letter-spacing:.03em}
.mission-card p,.mission-card li{color:#344052;line-height:1.75}
.mission-motto{margin:0 0 28px!important;color:#11823b!important;font-weight:900;letter-spacing:.04em;text-transform:uppercase}
.mission-pledges{margin:16px 0 26px;padding-left:1.25rem}
.mission-pledges li{margin:8px 0}
.mission-resolve{margin:30px 0;padding:24px 28px;background:#172033;color:#fff!important;border-left:7px solid #b21f2d;border-radius:0 12px 12px 0;font-size:clamp(1.05rem,2.5vw,1.25rem);line-height:1.75!important}
.mission-finale{margin:30px 0 0!important;text-align:center;color:#172033!important;font-weight:900;letter-spacing:.04em;line-height:1.8!important}
.mission-finale strong{display:inline-block;color:#b21f2d;font-size:clamp(1.65rem,4vw,2.45rem)}
.mission-finale span{color:#11823b}
@media(max-width:900px){.header-inner{gap:10px}.logo-link{margin-right:auto}.header-donation{padding:9px 12px}.nav-toggle{order:3}.main-nav{order:4}.lang-link{order:5}}
@media(max-width:600px){.header-donation{font-size:.78rem;padding:8px 9px}.poem-section{padding:44px 0}.tribute-card{margin-top:36px;padding:28px 24px}.mission-section{padding:10px 0 44px}.mission-card{padding:30px 22px;border-radius:12px}.mission-card h3{margin-top:28px}.mission-resolve{padding:20px 18px}.header-inner{gap:7px}.lang-link{padding:7px 9px}}

/* August 2026 logo and banner hierarchy refinement */
.logo{
  width:260px;
  height:76px;
  image-rendering:auto;
  padding:4px 10px;
}
.banner-copy{padding-top:18px}
.sonkiste-label{display:block;width:max-content;margin-bottom:5px}
.kicker{
  display:block;
  width:max-content;
  max-width:100%;
  margin:0 0 8px;
  color:#21a366;
  background:rgba(255,255,255,.9);
  border-left:5px solid #21a366;
  border-radius:0 6px 6px 0;
  padding:5px 10px;
  text-shadow:none;
  letter-spacing:.08em;
}
@media(max-width:600px){
  .logo{width:180px;height:58px}
  .banner-copy{padding-top:14px}
  .kicker{font-size:.76rem;white-space:normal}
}

/* Literal three-position banner layout */
.site-banner{align-items:stretch;min-height:460px}
.banner-copy{
  position:relative;
  min-height:460px;
  padding:18px 0 24px;
}
.sonkiste-label{
  position:relative;
  top:0;
  left:0;
  margin:0 0 5px;
}
.kicker{
  position:relative;
  top:0;
  left:0;
  margin:0;
}
.banner-copy h1{
  position:absolute;
  left:0;
  bottom:22px;
  max-width:900px;
  margin:0;
  padding:7px 12px;
  color:#138a52;
  background:rgba(255,255,255,.86);
  border-left:7px solid #138a52;
  border-radius:0 8px 8px 0;
  text-shadow:none;
}
@media(max-width:700px){
  .site-banner,.banner-copy{min-height:360px}
  .banner-copy{padding-top:14px}
  .banner-copy h1{bottom:14px;max-width:96%;font-size:clamp(1.55rem,7.6vw,2.45rem)}
}

/* Plain banner typography: no boxes or decorative panels */
.sonkiste-label,
.kicker,
.banner-copy h1{
  background:transparent !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  backdrop-filter:none !important;
  padding-left:0 !important;
  padding-right:0 !important;
}
.sonkiste-label{text-shadow:0 2px 7px rgba(255,255,255,.9),0 2px 5px rgba(0,0,0,.65)}
.kicker,.banner-copy h1{text-shadow:0 2px 7px rgba(255,255,255,.94),0 2px 5px rgba(0,0,0,.72)}

/* Crystal-clear banner and crisp plain lettering */
.site-banner{
  background-image:url("../images/banner-africa-leaders-125000.jpg") !important;
  background-position:center 42%;
  background-size:cover;
}
.site-banner:after{display:none !important}
.sonkiste-label,
.kicker,
.banner-copy h1{
  filter:none !important;
  text-rendering:geometricPrecision;
  -webkit-font-smoothing:antialiased;
  text-shadow:none !important;
  opacity:1;
}
.sonkiste-label{
  color:#ff2038;
  font-weight:950;
  -webkit-text-stroke:.45px rgba(255,255,255,.96);
}
.kicker{
  color:#00a85a;
  font-weight:950;
  -webkit-text-stroke:.35px rgba(255,255,255,.96);
}
.banner-copy h1{
  color:#008f4c;
  font-weight:950;
  -webkit-text-stroke:.7px rgba(255,255,255,.97);
}

/* Stronger Sonkiste label and subtle-smile banner */
.site-banner{background-image:url("../images/banner-africa-leaders-125000.jpg") !important}
.sonkiste-label{
  color:#e0001b !important;
  font-weight:1000 !important;
  letter-spacing:.095em;
  -webkit-text-stroke:.65px rgba(20,0,0,.92);
}

/* Balanced banner: smaller asset, softer brightness, plain black label */
.site-banner{background-image:url("../images/banner-africa-leaders-125000.jpg") !important}
.sonkiste-label{
  color:#000 !important;
  font-weight:1000 !important;
  -webkit-text-stroke:0 !important;
  text-shadow:none !important;
  background:none !important;
}

/* Darker, lower-profile banner and bold neutral Sonkiste label */
.site-banner{background-image:url("../images/banner-africa-leaders-125000.jpg") !important}
.sonkiste-label{
  color:#fff !important;
  font-weight:1000 !important;
  -webkit-text-stroke:0 !important;
  text-shadow:0 2px 5px rgba(0,0,0,.8) !important;
  background:none !important;
}

/* Reduce the banner's displayed size without changing its composition. */
.site-banner,
.banner-copy{
  min-height:360px;
}

@media(max-width:700px){
  .site-banner,
  .banner-copy{min-height:280px}
}

/* Place the values after the Africa map on the opposite side of the banner. */
.kicker{
  position:absolute;
  top:18px;
  right:0;
  left:auto;
  margin:0;
  color:#fff !important;
  font-weight:900 !important;
  white-space:nowrap;
  text-align:right;
  text-shadow:0 2px 5px rgba(0,0,0,.8) !important;
  -webkit-text-stroke:0 !important;
}

/* Align both banner messages on one row with open space between them. */
.sonkiste-label{
  position:absolute;
  top:18px;
  left:0;
  right:auto;
  margin:0;
  line-height:1.2;
  white-space:nowrap;
}

.kicker{
  line-height:1.2;
}

@media(max-width:700px){
  .sonkiste-label{
    top:14px;
    left:12px;
    font-size:clamp(.72rem,3.1vw,1rem);
  }

  .kicker{
    top:14px;
    right:12px;
    max-width:none;
    font-size:clamp(.72rem,3.1vw,1rem);
  }
}

/* Keep both labels separated in a single aligned row. */
.banner-copy{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  column-gap:clamp(2rem,8vw,8rem);
}

.sonkiste-label,
.kicker{
  position:static;
  flex:0 0 auto;
}

@media(max-width:700px){
  .banner-copy{
    padding-left:12px;
    padding-right:12px;
    column-gap:1.25rem;
  }

  .sonkiste-label,
  .kicker{
    font-size:clamp(.58rem,2.55vw,.82rem);
  }
}

/* Accessible payment-page treatment */
.donation-panel{position:relative;overflow:hidden;margin:32px 0;padding:clamp(26px,4vw,44px);color:#172033;background:linear-gradient(145deg,#f7fbf9 0%,#fff 58%,#fff9e5 100%);border:1px solid #cbded7;border-top:7px solid #0b6b4f;border-radius:18px;box-shadow:0 16px 38px rgba(23,32,51,.12)}
.donation-panel:after{content:"";position:absolute;right:-70px;top:-90px;width:210px;height:210px;border-radius:50%;background:rgba(231,194,61,.18);pointer-events:none}
.donation-panel h2{margin:5px 0 12px;color:#0b4f3d;font-size:clamp(1.65rem,3vw,2.2rem)}
.donation-panel>p{max-width:820px;line-height:1.7}
.payment-eyebrow{display:inline-block;color:#0b6b4f;font-size:.78rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.square-payment-option{display:flex;align-items:center;gap:13px;max-width:390px;margin:24px 0 18px;padding:17px;background:#fff;border:1px solid #d8e3df;border-radius:13px;box-shadow:0 7px 18px rgba(23,32,51,.07)}
.square-payment-option strong,.square-payment-option small{display:block;color:#172033}
.square-payment-option strong{margin-bottom:4px;font-size:1.05rem}
.square-payment-option small{font-size:.84rem;line-height:1.4}
.square-mark{background:#172033}
.payment-mark{display:grid;flex:0 0 38px;width:38px;height:38px;place-items:center;border-radius:10px;color:#fff;background:#172033;font-size:1.1rem;font-weight:900}
.payment-disclaimer{padding:13px 16px;color:#394254;background:#eef5f2;border-left:4px solid #0b6b4f;border-radius:7px;font-size:.88rem}
.donation-panel .donate-button{margin-top:6px;background:#0b6b4f;color:#fff;box-shadow:0 8px 20px rgba(11,107,79,.22)}
.donation-panel .donate-button:hover{background:#084d3a;color:#fff}
.donation-panel .source-note{margin-bottom:0;color:#4b5565;font-size:.84rem}
@media(max-width:760px){.donation-panel{border-radius:14px}}

/* Protected document reader */
.protected-reader-main{padding-top:36px;background:#eef2f0}
.protected-document-shell{width:min(calc(100% - 24px),1060px);margin:0 auto}
.protected-document-toolbar{position:sticky;top:78px;z-index:5;display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:24px;padding:16px 20px;color:#fff;background:#172033;border-left:7px solid #e7c23d;border-radius:10px;box-shadow:0 9px 28px rgba(23,32,51,.2)}
.protected-document-toolbar p{margin:0;font-size:.92rem}
.protected-document-toolbar .button-link{flex:0 0 auto}
.protected-document-pages{display:grid;gap:28px;padding-bottom:50px}
.protected-document-page{margin:0;padding:12px;background:#fff;border-radius:10px;box-shadow:0 10px 28px rgba(23,32,51,.16);user-select:none;-webkit-user-select:none}
.protected-document-page img{display:block;width:100%;height:auto;pointer-events:none;user-select:none;-webkit-user-drag:none}
.protected-document-page figcaption{padding:10px 4px 2px;color:#5e6877;text-align:center;font-size:.86rem;font-weight:700}
.reader-protected,.reader-protected *{user-select:none!important;-webkit-user-select:none!important;-webkit-touch-callout:none!important}
.reader-intro{margin-bottom:28px;padding:30px;background:linear-gradient(135deg,#fff 0%,#f4f8f6 100%);border-left:7px solid #0b6b4f;border-radius:0 14px 14px 0}
.reader-intro h1{margin:.15em 0;color:#172033}.reader-source-language{font-weight:700;color:#526071}
.reader-language{display:flex;gap:4px;padding:3px;border:1px solid rgba(255,255,255,.45);border-radius:999px}.reader-language button{padding:7px 11px;color:#fff;background:transparent;border:0;border-radius:999px;font-weight:800;cursor:pointer}.reader-language button.active{color:#172033;background:#e7c23d}
.reader-library{padding-bottom:50px}.reader-library-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:18px}.reader-library-heading h2{margin:0}.reader-section-menu{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.reader-section-card{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;width:100%;padding:18px;text-align:left;color:#172033;background:#fff;border:1px solid #d8e1dd;border-radius:10px;box-shadow:0 5px 16px rgba(23,32,51,.08);cursor:pointer}.reader-section-card:hover,.reader-section-card:focus-visible{border-color:#0b6b4f;box-shadow:0 9px 24px rgba(11,107,79,.16);transform:translateY(-1px)}.reader-section-card strong,.reader-section-card small{display:block}.reader-section-card small{margin-top:4px;color:#66717f}.reader-section-number{color:#0b6b4f;font-size:1.15rem;font-weight:900}.reader-open{color:#0b6b4f;font-weight:800}.reader-toolbar-actions{display:flex;gap:8px}.reader-nav-button{padding:9px 12px;color:#fff;background:transparent;border:1px solid rgba(255,255,255,.5);border-radius:6px;font-weight:700;cursor:pointer}.reader-nav-button:disabled{opacity:.4;cursor:not-allowed}
@media(max-width:760px){.reader-section-menu{grid-template-columns:1fr}.reader-section-card{grid-template-columns:auto 1fr}.reader-open{display:none}.reader-library-heading{align-items:flex-start}.reader-toolbar-actions{width:100%}.reader-nav-button{flex:1}.reader-language{margin-left:auto}}
@media print{body{display:none!important}}
@media(max-width:700px){.protected-reader-main{padding-top:18px}.protected-document-toolbar{top:78px;align-items:flex-start;flex-direction:column}.protected-document-page{padding:6px}.protected-document-pages{gap:18px}}
.static-reader-card{text-decoration:none}.static-reader-card em{display:block;margin-top:3px;color:#344456;font-style:normal}.static-reader-navigation{display:grid;grid-template-columns:1fr auto 1fr;gap:10px;align-items:center;margin:0 0 18px}.static-reader-navigation>*:last-child{justify-self:end}.static-reader-navigation .reader-nav-button{display:inline-block;color:#fff;background:#172033;text-decoration:none}.static-reader-navigation .all-titles-link{color:#172033;background:#e7c23d;border-color:#e7c23d}.static-section-toolbar{position:relative;top:auto}.static-section-toolbar h1,.static-section-toolbar h2{margin:.15em 0;color:#fff}.static-section-toolbar .eyebrow{color:#e7c23d}.static-section-toolbar .button-link{color:#172033;background:#fff}
@media(max-width:700px){.static-reader-navigation{grid-template-columns:1fr 1fr}.static-reader-navigation .all-titles-link{grid-column:1/-1;grid-row:1;justify-self:stretch;text-align:center}.static-reader-navigation>*:last-child{justify-self:stretch;text-align:center}.static-reader-navigation .reader-nav-button{width:100%;text-align:center}}
.event-month{margin:0 0 34px}.event-month>h2{margin:0 0 14px;padding:12px 18px;color:#fff;background:#0b6b4f;border-left:7px solid #e7c23d;border-radius:0 8px 8px 0}.event-title-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.event-title-card{display:flex;flex-direction:column;min-height:190px;padding:18px;color:#172033;background:#fff;border:1px solid #d8e1dd;border-radius:10px;box-shadow:0 5px 16px rgba(23,32,51,.08);text-decoration:none}.event-title-card:hover,.event-title-card:focus-visible{border-color:#0b6b4f;box-shadow:0 9px 24px rgba(11,107,79,.18);transform:translateY(-1px)}.event-date{margin-bottom:7px;color:#0b6b4f;font-weight:900;text-transform:uppercase}.event-title-card strong{font-size:1.05rem;line-height:1.35}.event-title-card small{display:block;margin-top:8px;color:#596675;line-height:1.35}.event-open{margin-top:auto;padding-top:15px;color:#0b6b4f;font-weight:900}.event-reader-heading{margin-bottom:22px;padding:24px 28px;color:#fff;background:#172033;border-left:7px solid #e7c23d;border-radius:0 12px 12px 0}.event-reader-heading h1{margin:.25em 0;color:#fff;font-size:clamp(1.45rem,3vw,2.35rem)}.event-reader-heading h2{margin:.35em 0;color:#dce7e2;font-size:clamp(1rem,2vw,1.35rem)}.event-reader-heading .eyebrow{color:#e7c23d}.event-navigation{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:12px;align-items:stretch;margin:0 0 20px}.event-preview,.all-events{display:flex;flex-direction:column;justify-content:center;padding:13px 15px;color:#fff;background:#172033;border-radius:8px;text-decoration:none}.event-preview span{color:#e7c23d;font-size:.78rem;font-weight:900;text-transform:uppercase}.event-preview strong{margin-top:4px;font-size:.88rem;line-height:1.3}.event-preview.next{text-align:right}.all-events{align-items:center;color:#172033;background:#e7c23d;font-weight:900;text-align:center}.high-resolution-page img{image-rendering:auto}.high-resolution-page{overflow:auto}
@media(max-width:760px){.event-title-grid{grid-template-columns:1fr}.event-navigation{grid-template-columns:1fr 1fr}.all-events{grid-column:1/-1;grid-row:1}.event-preview strong{font-size:.8rem}.event-title-card{min-height:0}}
.inline-event-view[hidden]{display:none!important}.inline-event-open .reader-intro,.inline-event-open .event-month{display:none}.inline-event-navigation .event-preview small{display:block;margin-top:3px;color:#d4ddd9;font-size:.75rem;line-height:1.25}.inline-event-navigation.bottom-navigation{margin-top:20px}
.protected-reader-main,.protected-reader-main button,.protected-reader-main a{font-family:Arial,"Helvetica Neue",Helvetica,sans-serif}.event-title-card strong,.event-title-card small,.event-date,.event-reader-heading h1,.event-reader-heading h2,.event-preview strong,.event-preview small{font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}.event-title-card strong{font-weight:800;letter-spacing:.005em}.event-title-card small{font-size:.92rem;color:#3f4c59}.high-resolution-page img{width:100%;max-width:none;image-rendering:auto;filter:none}
.sonkiste-poll-section{padding:34px 0;background:#fff}.sonkiste-poll-card{padding:28px;text-align:center;background:#f5f8f6;border:1px solid #d9e5df;border-radius:14px;box-shadow:0 8px 24px rgba(23,32,51,.1)}.sonkiste-poll-card h2{margin:0 0 22px;color:#d01818!important;font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:clamp(1.7rem,4vw,2.7rem);font-weight:900}.sonkiste-poll-options{display:flex;justify-content:center;gap:18px;flex-wrap:wrap}.sonkiste-vote{min-width:180px;padding:16px 24px;color:#fff;background:#138a4b;border:0;border-radius:10px;box-shadow:0 5px 14px rgba(19,138,75,.24);font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:1.15rem;font-weight:900;cursor:pointer}.sonkiste-vote:hover:not(:disabled){background:#0d713d;transform:translateY(-1px)}.sonkiste-vote strong{display:block;margin-top:5px;color:#000;font-size:1.65rem;font-weight:900}.sonkiste-vote:disabled{cursor:default;opacity:.78}.sonkiste-poll-message{min-height:1.4em;margin:15px 0 0;color:#172033;font-weight:700}@media(max-width:520px){.sonkiste-vote{min-width:130px;flex:1}}

/* Live bilingual counter centered over the banner image */
.site-banner>.sonkiste-poll-section{
  position:absolute;
  z-index:2;
  top:53%;
  left:50%;
  width:min(90%,560px);
  padding:0;
  background:transparent;
  transform:translate(-50%,-50%);
}
.site-banner .sonkiste-poll-card{
  width:100%;
  padding:22px 24px 18px;
  color:#fff;
  background:rgba(5,12,10,.48);
  border:1px solid rgba(255,255,255,.42);
  border-radius:18px;
  box-shadow:0 12px 35px rgba(0,0,0,.28);
  -webkit-backdrop-filter:blur(4px) saturate(115%);
  backdrop-filter:blur(4px) saturate(115%);
}
.site-banner .sonkiste-poll-card h2{
  margin:0 0 14px;
  color:#fff!important;
  font-size:clamp(1.45rem,3vw,2.15rem);
  text-shadow:0 2px 9px rgba(0,0,0,.9);
}
.site-banner .sonkiste-poll-options{gap:14px;flex-wrap:nowrap}
.site-banner .sonkiste-vote{
  min-width:0;
  flex:1 1 0;
  padding:12px 18px;
  color:#fff;
  background:rgba(10,126,68,.72);
  border:1px solid rgba(255,255,255,.5);
  box-shadow:0 5px 16px rgba(0,0,0,.24);
  text-shadow:0 1px 4px rgba(0,0,0,.75);
}
.site-banner .sonkiste-vote[data-vote="no"]{background:rgba(167,29,38,.68)}
.site-banner .sonkiste-vote:hover:not(:disabled){background:rgba(8,105,56,.88)}
.site-banner .sonkiste-vote[data-vote="no"]:hover:not(:disabled){background:rgba(145,20,29,.88)}
.site-banner .sonkiste-vote strong{margin-top:3px;color:#fff;font-size:clamp(1.35rem,3vw,1.8rem);text-shadow:0 2px 6px rgba(0,0,0,.9)}
.site-banner .sonkiste-poll-message{min-height:1.25em;margin:10px 0 0;color:#fff;font-size:.92rem;text-shadow:0 2px 6px rgba(0,0,0,.95)}
@media(max-width:700px){
  .site-banner>.sonkiste-poll-section{top:57%;width:min(92%,480px)}
  .site-banner .sonkiste-poll-card{padding:17px 14px 13px;border-radius:14px}
  .site-banner .sonkiste-poll-card h2{margin-bottom:10px;font-size:1.35rem}
  .site-banner .sonkiste-poll-options{gap:9px}
  .site-banner .sonkiste-vote{padding:10px 8px;font-size:1rem}
  .site-banner .sonkiste-poll-message{font-size:.78rem}
}

/* Tighter homepage flow: banner, counter, poem, and tribute */
.site-banner + .sonkiste-poll-section{padding:10px 0 12px}
.site-banner + .sonkiste-poll-section + .poem-section{padding-top:24px;padding-bottom:22px}
.site-banner + .sonkiste-poll-section + .poem-section + .tribute-section .tribute-card{margin-top:18px}
@media(max-width:600px){
  .site-banner + .sonkiste-poll-section{padding:8px 0 10px}
  .site-banner + .sonkiste-poll-section + .poem-section{padding-top:18px;padding-bottom:16px}
  .site-banner + .sonkiste-poll-section + .poem-section + .tribute-section .tribute-card{margin-top:12px}
}

/* Borderless white counter area with compact solid-green controls */
.site-banner + .sonkiste-poll-section{background:#fff}
.site-banner + .sonkiste-poll-section .sonkiste-poll-card{
  width:min(calc(100% - 32px),620px);
  margin:0 auto;
  padding:18px 0 12px;
  background:#fff;
  border:0;
  border-radius:0;
  box-shadow:none;
}
.site-banner + .sonkiste-poll-section .sonkiste-vote,
.site-banner + .sonkiste-poll-section .sonkiste-vote[data-vote="no"]{
  color:#fff;
  background:#138a4b;
  border:0;
  box-shadow:0 5px 14px rgba(19,138,75,.24);
  text-shadow:none;
}
.site-banner + .sonkiste-poll-section .sonkiste-vote:hover:not(:disabled),
.site-banner + .sonkiste-poll-section .sonkiste-vote[data-vote="no"]:hover:not(:disabled){background:#0d713d}
.site-banner + .sonkiste-poll-section .sonkiste-vote strong{color:#000;text-shadow:none}
@media(max-width:600px){
  .site-banner + .sonkiste-poll-section .sonkiste-poll-card{width:min(calc(100% - 24px),620px);padding:14px 0 8px}
}
