/*
Theme Name: Abibiwiase Redesign
Theme URI: https://abibiwiase.com/
Author: Kambonation + Codex
Description: Image-led editorial WordPress theme for Abibiwiase, built around Abibiman Kunnafoni syndication and Black world news coverage.
Version: 1.0.1
Requires at least: 6.0
Requires PHP: 7.4
License: GPL-2.0-or-later
Text Domain: abibiwiase-redesign
*/

:root {
  --ink: #17120d;
  --paper: #f6f0e7;
  --muted: #6d6258;
  --line: rgba(23, 18, 13, 0.14);
  --gold: #c5942c;
  --red: #8f2e25;
  --charcoal: #23211f;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  background: linear-gradient(90deg, rgba(23, 18, 13, 0.035) 1px, transparent 1px), linear-gradient(var(--paper), #fffaf1 42%, #f0e5d5);
  background-size: 64px 64px, auto;
  color: var(--ink);
  font-family: Inter, Arial, Helvetica, sans-serif;
}

a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
h1, h2, h3, p { overflow-wrap: anywhere; }

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid var(--line);
  background: rgba(246, 240, 231, 0.92);
  backdrop-filter: blur(18px);
}

.brand { display: flex; align-items: center; gap: 12px; }
.brand-logo .custom-logo-link {
  display: block;
  line-height: 0;
}

.brand-logo .custom-logo {
  display: block;
  width: auto;
  height: 56px;
  max-width: min(260px, 40vw);
  object-fit: contain;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: var(--gold);
  font: 800 1.45rem Georgia, serif;
}

.brand strong, .site-footer strong {
  display: block;
  font: 800 1.35rem Georgia, "Times New Roman", serif;
}

.brand small {
  display: block;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.menu, .site-header nav, .site-footer nav {
  display: flex;
  justify-content: center;
  gap: clamp(12px, 2vw, 24px);
  list-style: none;
  margin: 0;
  padding: 0;
  color: #302820;
  font-size: 0.86rem;
  font-weight: 750;
}

.menu a { display: inline-flex; padding: 10px 0; }
.menu a:hover, .site-footer a:hover { color: var(--red); }

.join-link, .hero-actions a, .read-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: #fff8e8;
  font-size: 0.82rem;
  font-weight: 850;
  text-transform: uppercase;
}

.ticker {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 16px;
  padding: 10px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid var(--line);
  background: #fff8e8;
  overflow: hidden;
}

.ticker span {
  padding: 7px 10px;
  background: var(--red);
  color: white;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.ticker div { display: flex; gap: 28px; overflow: hidden; white-space: nowrap; }
.ticker a { color: #3f3529; font-size: 0.86rem; font-weight: 720; }

.hero {
  min-height: 520px;
  display: flex;
  align-items: flex-end;
  padding: clamp(28px, 5vw, 70px);
  background: linear-gradient(90deg, rgba(12, 10, 8, 0.82), rgba(12, 10, 8, 0.42) 48%, rgba(12, 10, 8, 0.08)), url("https://images.unsplash.com/photo-1523805009345-7448845a9e53?auto=format&fit=crop&w=1800&q=82") center/cover;
  color: #fff8e8;
}

.hero-copy { width: min(860px, 100%); }
.eyebrow, .hero-copy p, .section-heading p, .voice-wall > div p, .video-band > div span {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 780px;
  margin: 0;
  font: 800 clamp(3rem, 7vw, 7.4rem)/0.92 Georgia, "Times New Roman", serif;
}

.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-actions a:first-child { background: var(--gold); border-color: var(--gold); color: var(--ink); }
.hero-actions a:last-child { background: transparent; border-color: rgba(255, 248, 232, 0.7); color: #fff8e8; }

.lead-grid, .content-band, .split-section, .voice-wall, .video-band, .post-list, .single-wrap, .site-footer {
  padding: clamp(34px, 5vw, 72px) clamp(18px, 4vw, 56px);
}

.lead-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.8fr); gap: 22px; }
.lead-story, .compact-story, .api-stack article, .video-band article, .post-card {
  background: rgba(255, 250, 241, 0.88);
  border: 1px solid var(--line);
  box-shadow: 0 22px 70px rgba(23, 18, 13, 0.09);
}

.lead-story { display: grid; grid-template-rows: minmax(330px, 48vw) auto; }
.lead-story > div, .compact-story > div, .api-stack article, .video-band article > div, .post-card > div { padding: clamp(18px, 3vw, 32px); }
.kicker, .lead-story span, .compact-story span, .stream-card span, .api-stack span, .video-band article span, .single-meta {
  color: var(--red);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lead-story h2, .section-heading h2, .voice-wall h2, .video-band h2, .archive-title h1, .single-wrap h1 {
  margin: 8px 0 14px;
  font: 800 clamp(2rem, 4vw, 4.2rem)/0.98 Georgia, "Times New Roman", serif;
}

.compact-story h3, .stream-card h3, .api-stack h3, .video-band h3, .post-card h2 {
  margin: 8px 0;
  font: 800 clamp(1.25rem, 2vw, 2rem)/1.08 Georgia, "Times New Roman", serif;
}

.lead-story p, .compact-story p, .api-stack p, .stream-card p, .video-band p, .post-card p, .single-content, .site-footer p {
  color: var(--muted);
  line-height: 1.65;
}

.lead-story footer { display: flex; gap: 14px; align-items: center; margin-top: 24px; color: #332a21; }
.side-stack, .api-stack { display: grid; gap: 22px; }
.compact-story { display: grid; grid-template-columns: 44% 1fr; min-height: 220px; }

.content-band { background: var(--charcoal); color: #fff8e8; }
.section-heading { display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(280px, 1fr); gap: 28px; align-items: end; margin-bottom: 24px; }
.stream-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid rgba(255, 248, 232, 0.18); border-left: 1px solid rgba(255, 248, 232, 0.18); }
.stream-card { min-height: 260px; padding: 24px; border-right: 1px solid rgba(255, 248, 232, 0.18); border-bottom: 1px solid rgba(255, 248, 232, 0.18); }
.stream-card strong { display: block; margin-bottom: 44px; color: rgba(255, 248, 232, 0.35); font: 800 2.7rem Georgia, serif; }
.stream-card p { color: rgba(255, 248, 232, 0.68); }

.split-section { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr); gap: 24px; }
.visual-panel { position: relative; min-height: 650px; overflow: hidden; background: var(--ink); }
.visual-panel::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(0, 0, 0, 0.74)); }
.visual-panel div { position: absolute; right: 28px; bottom: 28px; left: 28px; z-index: 1; color: white; }
.visual-panel h2 { max-width: 620px; margin: 10px 0 0; font: 800 clamp(2.2rem, 4vw, 4.8rem)/0.98 Georgia, "Times New Roman", serif; }

.voice-wall { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr); gap: 30px; }
.voice-wall ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 0; padding: 0; list-style: none; }
.voice-wall li { min-height: 82px; display: flex; align-items: center; padding: 18px; border-left: 5px solid var(--gold); background: #fff8e8; font-weight: 800; }

.video-band { display: grid; grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr); gap: 24px; align-items: end; background: #e8d8c3; }
.video-band article { display: grid; grid-template-columns: minmax(260px, 0.95fr) minmax(280px, 1fr); }
.video-band article img { min-height: 360px; }

.post-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.post-card img { height: 260px; }
.archive-title, .single-wrap { max-width: 1100px; margin: 0 auto; }
.single-image { width: 100%; height: min(58vw, 560px); margin: 24px 0; }
.single-content { font-size: 1.08rem; }
.single-content a { color: var(--red); text-decoration: underline; }

.site-footer { display: flex; justify-content: space-between; gap: 24px; background: var(--ink); color: #fff8e8; }
.site-footer p { max-width: 520px; color: rgba(255, 248, 232, 0.72); }
.site-footer nav, .site-footer .menu { color: rgba(255, 248, 232, 0.82); }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { grid-column: 1 / -1; justify-content: flex-start; overflow-x: auto; }
  .lead-grid, .section-heading, .split-section, .voice-wall, .video-band, .video-band article, .post-list { grid-template-columns: 1fr; }
  .stream-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .visual-panel { min-height: 520px; }
}

@media (max-width: 640px) {
  .site-header { padding: 12px 16px; }
  .brand small, .join-link { display: none; }
  .ticker { grid-template-columns: 1fr; }
  .hero { min-height: 620px; padding: 24px 18px; }
  .hero h1 { font-size: clamp(2.55rem, 16vw, 4.3rem); }
  .lead-grid, .content-band, .split-section, .voice-wall, .video-band, .post-list, .single-wrap, .site-footer { padding: 32px 16px; }
  .lead-story { grid-template-rows: 280px auto; }
  .compact-story { grid-template-columns: 1fr; }
  .compact-story img, .video-band article img { height: 260px; }
  .stream-grid, .voice-wall ul { grid-template-columns: 1fr; }
  .site-footer { flex-direction: column; }
  .site-footer .menu { flex-wrap: wrap; justify-content: flex-start; }
}


/* Cinematic Abibiwiase programme introduction. */
html { scroll-behavior: smooth; }

.abibiwiase-intro {
  position: relative;
  isolation: isolate;
  min-height: clamp(540px, 72vh, 860px);
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: clamp(34px, 6vw, 80px) clamp(20px, 6vw, 84px);
  background: #020304 url("https://abibiwiase.com/wp-content/uploads/2026/08/Abibiwiase-deep-space.jpg") center / cover no-repeat;
  color: #fff8e8;
}

.abibiwiase-intro__video,
.abibiwiase-intro__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.abibiwiase-intro__video {
  z-index: -3;
  object-fit: cover;
}

.abibiwiase-intro__shade {
  z-index: -2;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.02) 34%, rgba(0, 0, 0, 0.78) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.68) 0%, transparent 58%);
}

.abibiwiase-intro__content {
  width: min(620px, 90%);
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.88);
}

.abibiwiase-intro__eyebrow {
  margin: 0 0 12px;
  color: #e7c473;
  font-size: clamp(0.72rem, 1.3vw, 0.9rem);
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.abibiwiase-intro h1 {
  max-width: 12ch;
  margin: 0;
  color: #fff;
  font: 800 clamp(2.7rem, 7vw, 6.4rem) / 0.92 Georgia, "Times New Roman", serif;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.abibiwiase-intro__content > p:not(.abibiwiase-intro__eyebrow) {
  max-width: 48ch;
  margin: 20px 0 28px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1rem, 1.7vw, 1.2rem);
  line-height: 1.6;
}

.abibiwiase-intro__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid #d6ac4e;
  background: rgba(4, 6, 5, 0.66);
  color: #fff8e8;
  font-size: 0.79rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.abibiwiase-intro__cta:hover,
.abibiwiase-intro__cta:focus-visible {
  background: #d6ac4e;
  color: #14100b;
  transform: translateY(-2px);
}

.abibiwiase-intro__scroll {
  position: absolute;
  right: clamp(20px, 5vw, 70px);
  bottom: clamp(30px, 5vw, 62px);
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(231, 196, 115, 0.6);
  border-radius: 50%;
  color: #e7c473;
  font-size: 1.4rem;
}

.abibiwiase-news-anchor {
  position: relative;
  top: -72px;
}

@media (max-width: 700px) {
  .abibiwiase-intro {
    min-height: min(76svh, 720px);
    padding-bottom: 56px;
    background-position: center top;
  }

  .abibiwiase-intro__video { object-position: center top; }
  .abibiwiase-intro__scroll { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .abibiwiase-intro__video { display: none; }
  .abibiwiase-intro__cta { transition: none; }
}


a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
h1, h2, h3, p { overflow-wrap: anywhere; }

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid var(--line);
  background: rgba(246, 240, 231, 0.92);
  backdrop-filter: blur(18px);
}

.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: var(--gold);
  font: 800 1.45rem Georgia, serif;
}

.brand strong, .site-footer strong {
  display: block;
  font: 800 1.35rem Georgia, "Times New Roman", serif;
}

.brand small {
  display: block;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.menu, .site-header nav, .site-footer nav {
  display: flex;
  justify-content: center;
  gap: clamp(12px, 2vw, 24px);
  list-style: none;
  margin: 0;
  padding: 0;
  color: #302820;
  font-size: 0.86rem;
  font-weight: 750;
}

.menu a { display: inline-flex; padding: 10px 0; }
.menu a:hover, .site-footer a:hover { color: var(--red); }

.join-link, .hero-actions a, .read-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: #fff8e8;
  font-size: 0.82rem;
  font-weight: 850;
  text-transform: uppercase;
}

.ticker {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 16px;
  padding: 10px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid var(--line);
  background: #fff8e8;
  overflow: hidden;
}

.ticker span {
  padding: 7px 10px;
  background: var(--red);
  color: white;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.ticker div { display: flex; gap: 28px; overflow: hidden; white-space: nowrap; }
.ticker a { color: #3f3529; font-size: 0.86rem; font-weight: 720; }

.hero {
  min-height: 520px;
  display: flex;
  align-items: flex-end;
  padding: clamp(28px, 5vw, 70px);
  background: linear-gradient(90deg, rgba(12, 10, 8, 0.82), rgba(12, 10, 8, 0.42) 48%, rgba(12, 10, 8, 0.08)), url("https://images.unsplash.com/photo-1523805009345-7448845a9e53?auto=format&fit=crop&w=1800&q=82") center/cover;
  color: #fff8e8;
}

.hero-copy { width: min(860px, 100%); }
.eyebrow, .hero-copy p, .section-heading p, .voice-wall > div p, .video-band > div span {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 780px;
  margin: 0;
  font: 800 clamp(3rem, 7vw, 7.4rem)/0.92 Georgia, "Times New Roman", serif;
}

.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-actions a:first-child { background: var(--gold); border-color: var(--gold); color: var(--ink); }
.hero-actions a:last-child { background: transparent; border-color: rgba(255, 248, 232, 0.7); color: #fff8e8; }

.lead-grid, .content-band, .split-section, .voice-wall, .video-band, .post-list, .single-wrap, .site-footer {
  padding: clamp(34px, 5vw, 72px) clamp(18px, 4vw, 56px);
}

.lead-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.8fr); gap: 22px; }
.lead-story, .compact-story, .api-stack article, .video-band article, .post-card {
  background: rgba(255, 250, 241, 0.88);
  border: 1px solid var(--line);
  box-shadow: 0 22px 70px rgba(23, 18, 13, 0.09);
}

.lead-story { display: grid; grid-template-rows: minmax(330px, 48vw) auto; }
.lead-story > div, .compact-story > div, .api-stack article, .video-band article > div, .post-card > div { padding: clamp(18px, 3vw, 32px); }
.kicker, .lead-story span, .compact-story span, .stream-card span, .api-stack span, .video-band article span, .single-meta {
  color: var(--red);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lead-story h2, .section-heading h2, .voice-wall h2, .video-band h2, .archive-title h1, .single-wrap h1 {
  margin: 8px 0 14px;
  font: 800 clamp(2rem, 4vw, 4.2rem)/0.98 Georgia, "Times New Roman", serif;
}

.compact-story h3, .stream-card h3, .api-stack h3, .video-band h3, .post-card h2 {
  margin: 8px 0;
  font: 800 clamp(1.25rem, 2vw, 2rem)/1.08 Georgia, "Times New Roman", serif;
}

.lead-story p, .compact-story p, .api-stack p, .stream-card p, .video-band p, .post-card p, .single-content, .site-footer p {
  color: var(--muted);
  line-height: 1.65;
}

.lead-story footer { display: flex; gap: 14px; align-items: center; margin-top: 24px; color: #332a21; }
.side-stack, .api-stack { display: grid; gap: 22px; }
.compact-story { display: grid; grid-template-columns: 44% 1fr; min-height: 220px; }

.content-band { background: var(--charcoal); color: #fff8e8; }
.section-heading { display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(280px, 1fr); gap: 28px; align-items: end; margin-bottom: 24px; }
.stream-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid rgba(255, 248, 232, 0.18); border-left: 1px solid rgba(255, 248, 232, 0.18); }
.stream-card { min-height: 260px; padding: 24px; border-right: 1px solid rgba(255, 248, 232, 0.18); border-bottom: 1px solid rgba(255, 248, 232, 0.18); }
.stream-card strong { display: block; margin-bottom: 44px; color: rgba(255, 248, 232, 0.35); font: 800 2.7rem Georgia, serif; }
.stream-card p { color: rgba(255, 248, 232, 0.68); }

.split-section { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr); gap: 24px; }
.visual-panel { position: relative; min-height: 650px; overflow: hidden; background: var(--ink); }
.visual-panel::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(0, 0, 0, 0.74)); }
.visual-panel div { position: absolute; right: 28px; bottom: 28px; left: 28px; z-index: 1; color: white; }
.visual-panel h2 { max-width: 620px; margin: 10px 0 0; font: 800 clamp(2.2rem, 4vw, 4.8rem)/0.98 Georgia, "Times New Roman", serif; }

.voice-wall { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr); gap: 30px; }
.voice-wall ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 0; padding: 0; list-style: none; }
.voice-wall li { min-height: 82px; display: flex; align-items: center; padding: 18px; border-left: 5px solid var(--gold); background: #fff8e8; font-weight: 800; }

.video-band { display: grid; grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr); gap: 24px; align-items: end; background: #e8d8c3; }
.video-band article { display: grid; grid-template-columns: minmax(260px, 0.95fr) minmax(280px, 1fr); }
.video-band article img { min-height: 360px; }

.post-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.post-card img { height: 260px; }
.archive-title, .single-wrap { max-width: 1100px; margin: 0 auto; }
.single-image { width: 100%; height: min(58vw, 560px); margin: 24px 0; }
.single-content { font-size: 1.08rem; }
.single-content a { color: var(--red); text-decoration: underline; }

.site-footer { display: flex; justify-content: space-between; gap: 24px; background: var(--ink); color: #fff8e8; }
.site-footer p { max-width: 520px; color: rgba(255, 248, 232, 0.72); }
.site-footer nav, .site-footer .menu { color: rgba(255, 248, 232, 0.82); }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { grid-column: 1 / -1; justify-content: flex-start; overflow-x: auto; }
  .lead-grid, .section-heading, .split-section, .voice-wall, .video-band, .video-band article, .post-list { grid-template-columns: 1fr; }
  .stream-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .visual-panel { min-height: 520px; }
}

@media (max-width: 640px) {
  .site-header { padding: 12px 16px; }
  .brand small, .join-link { display: none; }
  .ticker { grid-template-columns: 1fr; }
  .hero { min-height: 620px; padding: 24px 18px; }
  .hero h1 { font-size: clamp(2.55rem, 16vw, 4.3rem); }
  .lead-grid, .content-band, .split-section, .voice-wall, .video-band, .post-list, .single-wrap, .site-footer { padding: 32px 16px; }
  .lead-story { grid-template-rows: 280px auto; }
  .compact-story { grid-template-columns: 1fr; }
  .compact-story img, .video-band article img { height: 260px; }
  .stream-grid, .voice-wall ul { grid-template-columns: 1fr; }
  .site-footer { flex-direction: column; }
  .site-footer .menu { flex-wrap: wrap; justify-content: flex-start; }
}


/* Cinematic Abibiwiase programme introduction. */
html { scroll-behavior: smooth; }

.abibiwiase-intro {
  position: relative;
  isolation: isolate;
  min-height: clamp(540px, 72vh, 860px);
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: clamp(34px, 6vw, 80px) clamp(20px, 6vw, 84px);
  background: #020304 url("https://abibiwiase.com/wp-content/uploads/2026/08/Abibiwiase-deep-space.jpg") center / cover no-repeat;
  color: #fff8e8;
}

.abibiwiase-intro__video,
.abibiwiase-intro__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.abibiwiase-intro__video {
  z-index: -3;
  object-fit: cover;
}

.abibiwiase-intro__shade {
  z-index: -2;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.02) 34%, rgba(0, 0, 0, 0.78) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.68) 0%, transparent 58%);
}

.abibiwiase-intro__content {
  width: min(620px, 90%);
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.88);
}

.abibiwiase-intro__eyebrow {
  margin: 0 0 12px;
  color: #e7c473;
  font-size: clamp(0.72rem, 1.3vw, 0.9rem);
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.abibiwiase-intro h1 {
  max-width: 12ch;
  margin: 0;
  color: #fff;
  font: 800 clamp(2.7rem, 7vw, 6.4rem) / 0.92 Georgia, "Times New Roman", serif;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.abibiwiase-intro__content > p:not(.abibiwiase-intro__eyebrow) {
  max-width: 48ch;
  margin: 20px 0 28px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1rem, 1.7vw, 1.2rem);
  line-height: 1.6;
}

.abibiwiase-intro__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid #d6ac4e;
  background: rgba(4, 6, 5, 0.66);
  color: #fff8e8;
  font-size: 0.79rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.abibiwiase-intro__cta:hover,
.abibiwiase-intro__cta:focus-visible {
  background: #d6ac4e;
  color: #14100b;
  transform: translateY(-2px);
}

.abibiwiase-intro__scroll {
  position: absolute;
  right: clamp(20px, 5vw, 70px);
  bottom: clamp(30px, 5vw, 62px);
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(231, 196, 115, 0.6);
  border-radius: 50%;
  color: #e7c473;
  font-size: 1.4rem;
}

.abibiwiase-news-anchor {
  position: relative;
  top: -72px;
}

@media (max-width: 700px) {
  .abibiwiase-intro {
    min-height: min(76svh, 720px);
    padding-bottom: 56px;
    background-position: center top;
  }

  .abibiwiase-intro__video { object-position: center top; }
  .abibiwiase-intro__scroll { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .abibiwiase-intro__video { display: none; }
  .abibiwiase-intro__cta { transition: none; }
}

