:root{
  --afropo-accent: {{@custom.accent_color}};
  --afropo-max: 1200px;
  --afropo-rule: rgba(0,0,0,.12);
  --afropo-text: #111;
}

*{box-sizing:border-box}
body{
  margin:0;
  color:var(--afropo-text);
  font-family:Inter, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  background:#fff;
}

a{color:inherit}
img{max-width:100%;display:block}
.afropo-container{max-width:var(--afropo-max);margin:0 auto;padding:0 20px}
.afropo-container--narrow{max-width:860px}

.afropo-header{border-bottom:1px solid var(--afropo-rule)}
.afropo-topbar{background:#fff}
.afropo-topbar__inner{
  max-width:var(--afropo-max);
  margin:0 auto;
  padding:16px 20px;
  display:grid;
  grid-template-columns: 1fr auto 1fr;
  align-items:center;
  gap:16px;
}
.afropo-logo{
  font-family:Montserrat, Inter, sans-serif;
  font-weight:700;
  letter-spacing:.06em;
  text-decoration:none;
  text-transform:uppercase;
}
.afropo-logo img{
  display:block;
  height:86px;
  width:auto;
}

.afropo-topbar__brand{justify-self:center}
.afropo-topbar__left{justify-self:start}
.afropo-topbar__right{
  justify-self:end;
  display:flex;
  align-items:center;
  gap:16px;
}

.afropo-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:8px 12px;
  border:1px solid #111;
  text-decoration:none;
  font-family:Montserrat, Inter, sans-serif;
  font-size:12px;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.afropo-btn--subscribe{
  background:var(--afropo-accent);
  border-color:var(--afropo-accent);
  color:#fff;
}
.afropo-btn--ghost{
  background:transparent;
  border-color:rgba(255,255,255,.7);
  color:#fff;
}

.afropo-social .nav{display:flex;gap:8px;align-items:center}
.afropo-social .nav, .afropo-social .nav li{list-style:none;margin:0;padding:0}
.afropo-social a{
  width:22px;height:22px;border-radius:999px;border:1px solid rgba(0,0,0,.18);
  display:inline-flex;align-items:center;justify-content:center;
  text-decoration:none;
  font-size:0;
}
.afropo-social a:before{content:""; width:8px;height:8px;border-radius:50%; background:#111; opacity:.55}

.afropo-auth{font-size:12px;color:#111;display:flex;align-items:center;gap:8px}
.afropo-auth a{text-decoration:none}
.afropo-auth a:hover{text-decoration:underline}
.afropo-dot{opacity:.6}

.afropo-search{display:inline-flex;align-items:center;justify-content:center; width:26px;height:26px;border-radius:999px; text-decoration:none}
.afropo-search svg{fill:#111;opacity:.75}
.afropo-search:hover svg{opacity:1}

.afropo-nav--primary{background:#111}
.afropo-nav__inner{max-width:var(--afropo-max);margin:0 auto;padding:10px 20px}
.afropo-nav--primary .nav{
  display:flex;
  justify-content:center;
  gap:22px;
  margin:0;
  padding:0;
  list-style:none;
}
.afropo-nav--primary .nav a{
  color:#fff;
  text-decoration:none;
  font-family:Montserrat, Inter, sans-serif;
  font-size:12px;
  letter-spacing:.16em;
  text-transform:uppercase;
  opacity:.92;
}
.afropo-nav--primary .nav a:hover{opacity:1;text-decoration:underline}

.afropo-subnav{background:#fff;border-top:1px solid var(--afropo-rule)}
.afropo-subnav__inner{
  max-width:var(--afropo-max);
  margin:0 auto;
  padding:12px 20px;
  display:flex;
  justify-content:center;
  gap:18px;
  flex-wrap:wrap;
}
.afropo-pill{
  font-family:Montserrat, Inter, sans-serif;
  font-size:11px;
  letter-spacing:.16em;
  text-transform:uppercase;
  text-decoration:none;
  padding:6px 10px;
  border:1px solid rgba(0,0,0,.16);
  border-radius:999px;
}
.afropo-pill:hover{border-color:rgba(0,0,0,.35)}

.afropo-main{padding:26px 0}

.afropo-hero{max-width:var(--afropo-max);margin:0 auto 18px; padding:0 20px}
.afropo-hero__link{position:relative;display:block;text-decoration:none}
.afropo-hero__img{width:100%;height:clamp(520px, 62vh, 680px);object-fit:cover}
.afropo-hero__overlay{
  position:absolute;inset:0;
  display:flex;flex-direction:column;justify-content:center;align-items:center;
  text-align:center;
  background:linear-gradient(to bottom, rgba(0,0,0,.15), rgba(0,0,0,.25));
  padding:24px;
}
.afropo-hero__kicker{
  font-family:Montserrat, Inter, sans-serif;
  font-size:11px;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:rgba(255,255,255,.85);
  margin-bottom:10px;
}
.afropo-hero__title{
  font-family:Montserrat, Inter, sans-serif;
  font-weight:700;
  font-size:36px;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:#fff;
  max-width:980px;
}

.afropo-banner{max-width:var(--afropo-max);margin:16px auto 26px;padding:0 20px}
.afropo-banner img{width:100%;height:120px;object-fit:cover;border:1px solid var(--afropo-rule)}

.afropo-block{max-width:var(--afropo-max);margin:0 auto 22px;padding:0 20px}
.afropo-section-title{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  margin:24px 0 16px;
  font-family:Montserrat, Inter, sans-serif;
  font-size:11px;
  letter-spacing:.22em;
  text-transform:uppercase;
}
.afropo-section-title:before,
.afropo-section-title:after{
  content:"";
  flex:1;
  height:1px;
  background:var(--afropo-rule);
}
.afropo-section-title span{padding:0 6px}

.afropo-grid{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:24px;
}

.afropo-card__link{text-decoration:none}
.afropo-card__media{
  margin:0 0 10px;
  border:1px solid var(--afropo-rule);
}
.afropo-card__media img{width:100%;height:150px;object-fit:cover}
.afropo-card__title{
  font-family:Montserrat, Inter, sans-serif;
  font-size:13px;
  line-height:1.25;
  text-transform:uppercase;
  letter-spacing:.02em;
  margin:0 0 8px;
  text-decoration:underline;
  text-underline-offset:3px;
}
.afropo-card__excerpt{margin:0;color:rgba(0,0,0,.62);font-size:12px;line-height:1.4}

.afropo-feature{max-width:var(--afropo-max);margin:0 auto 26px;padding:0 20px}
.afropo-feature__link{position:relative;display:block;text-decoration:none}
.afropo-feature__img{width:100%;height:380px;object-fit:cover}
.afropo-feature__overlay{
  position:absolute;inset:0;
  display:flex;flex-direction:column;justify-content:center;align-items:center;
  text-align:center;
  background:linear-gradient(to bottom, rgba(0,0,0,.3), rgba(0,0,0,.45));
  padding:24px;
  gap:14px;
}
.afropo-feature__headline{
  font-family:Montserrat, Inter, sans-serif;
  font-size:28px;
  font-weight:700;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:#fff;
  max-width:980px;
}

.afropo-post__title{
  font-family:Playfair Display, serif;
  font-size:44px;
  margin:0 0 10px;
  line-height:1.06;
}
.afropo-post__meta{color:rgba(0,0,0,.55);font-size:13px;margin-bottom:14px}
.afropo-post__feature img{width:100%;max-height:560px;object-fit:cover;border:1px solid var(--afropo-rule)}
.afropo-content{font-size:18px;line-height:1.7}
.afropo-content h2,.afropo-content h3{font-family:Playfair Display, serif}
.afropo-content a{color:#111;text-decoration:underline}

.afropo-cta{
  background:linear-gradient(90deg, rgba(178,58,47,.85), rgba(178,58,47,.65));
  color:#fff;
  padding:34px 0;
  margin-top:30px;
}
.afropo-cta__inner{max-width:var(--afropo-max);margin:0 auto;padding:0 20px;text-align:center}
.afropo-cta__title{
  font-family:Montserrat, Inter, sans-serif;
  font-size:12px;
  letter-spacing:.22em;
  text-transform:uppercase;
  margin-bottom:10px;
}
.afropo-cta__copy{opacity:.92;font-size:13px;margin-bottom:12px}
.afropo-cta__link{color:#fff;text-decoration:underline}

.afropo-footer__bottom{background:#111;color:#fff;padding:36px 0}
.afropo-footer__inner{max-width:var(--afropo-max);margin:0 auto;padding:0 20px;display:grid;grid-template-columns: 1fr 1fr 1fr; gap:20px;align-items:start}
.afropo-footer__logo{font-family:Montserrat, Inter, sans-serif;font-weight:700;letter-spacing:.06em;text-transform:uppercase;opacity:.95;margin-bottom:14px}
.afropo-footer__social .nav{display:flex;gap:10px;margin:0;padding:0;list-style:none}
.afropo-footer__social a{width:22px;height:22px;border-radius:999px;border:1px solid rgba(255,255,255,.25);display:inline-flex;align-items:center;justify-content:center;font-size:0;text-decoration:none}
.afropo-footer__social a:before{content:""; width:8px;height:8px;border-radius:50%; background:#fff; opacity:.7}

.afropo-footer__nav .nav{margin:0;padding:0;list-style:none}
.afropo-footer__nav a{color:#fff;text-decoration:none}
.afropo-footer__nav a:hover{text-decoration:underline}
.afropo-footer__meta{opacity:.7;font-size:12px;text-align:right}

@media (max-width: 980px){
  .afropo-grid{grid-template-columns:repeat(2,1fr)}
  .afropo-hero__img{height:clamp(420px, 50vh, 520px)}
  .afropo-logo img{height:74px}
  .afropo-feature__img{height:320px}
  .afropo-footer__inner{grid-template-columns:1fr; text-align:center}
  .afropo-footer__meta{text-align:center}
}
@media (max-width: 560px){
  .afropo-grid{grid-template-columns:1fr}
  .afropo-topbar__inner{grid-template-columns: 1fr; text-align:center}
  .afropo-logo img{height:68px;margin:0 auto}
  .afropo-hero__img{height:clamp(380px, 52vh, 460px)}
  .afropo-topbar__left,.afropo-topbar__right{justify-self:center}
}

/* Koenig editor required width classes */
.afropo-content .kg-width-wide{
  width: 100%;
  max-width: var(--afropo-max);
  margin-left: auto;
  margin-right: auto;
}

.afropo-content .kg-width-full{
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
}

.afropo-content .kg-width-full img,
.afropo-content .kg-width-full video,
.afropo-content .kg-width-full iframe{
  width: 100%;
}


.afropo-logo img{
  display:block;
  height:26px;
  width:auto;
}
@media (max-width: 600px){
  .afropo-logo img{height:22px;}
}
