:root {
  --ea26-ink: #071d2e;
  --ea26-night: #03080d;
  --ea26-gold: #f8ca62;
  --ea26-amber: #f39a09;
  --ea26-green: #27a36a;
  --ea26-red: #d4432f;
  --ea26-cream: #f6f0e6;
  --ea26-glass: rgba(255, 255, 255, .12);
  --ea26-line: rgba(255, 255, 255, .18);
}

html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body.ea26-body {
  margin: 0;
  color: #fff;
  background: var(--ea26-night);
  font-family: Montserrat, Arial, sans-serif;
  overflow-x: hidden;
}

.ea26-network {
  position: fixed;
  inset: 0;
  z-index: 3;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  opacity: .34;
  mix-blend-mode: screen;
}

.ea26-shell { position: relative; background: #03080d; }
.ea26-nav {
  position: fixed;
  inset: 16px 18px auto;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.2), rgba(255,255,255,.06) 46%, rgba(255,255,255,.12)),
    rgba(7,29,46,.28);
  backdrop-filter: blur(28px) saturate(1.45);
  -webkit-backdrop-filter: blur(28px) saturate(1.45);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.34),
    inset 0 -1px 0 rgba(255,255,255,.1),
    0 22px 70px rgba(0,0,0,.28);
  overflow: hidden;
}
.ea26-nav::before {
  content: "";
  position: absolute;
  inset: 1px 8px auto;
  height: 42%;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255,255,255,.28), rgba(255,255,255,0));
  pointer-events: none;
}
.ea26-nav > * {
  position: relative;
  z-index: 1;
}
.ea26-logo { height: 38px; width: auto; display: block; }
.ea26-nav__links { display: flex; gap: 18px; align-items: center; }
.ea26-nav__links a {
  color: rgba(255,255,255,.84);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}
.ea26-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.18);
  color: #fff;
  text-decoration: none;
  font-family: inherit;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  cursor: pointer;
}
.ea26-btn--gold {
  background: linear-gradient(135deg, #ffe29a, var(--ea26-gold) 44%, #e99508);
  color: #071d2e;
  border-color: rgba(248,202,98,.72);
  box-shadow: 0 12px 34px rgba(248,202,98,.25);
}
.ea26-btn--ghost { background: rgba(255,255,255,.08); }

.ea26-hero {
  position: relative;
  min-height: 96vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
}
.ea26-hero__media,
.ea26-hero__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.ea26-hero__media {
  background:
    radial-gradient(circle at 50% 55%, rgba(248,202,98,.16), transparent 30%),
    linear-gradient(180deg, #061728 0%, #03080d 100%);
  overflow: hidden;
}
.ea26-hero__media::before {
  content: "";
  position: absolute;
  inset: -28px;
  background:
    linear-gradient(180deg, rgba(3,8,13,.2), rgba(3,8,13,.04) 42%, rgba(3,8,13,.7)),
    url("../images/convening2026/africa-land.png") center / cover no-repeat;
  filter: blur(24px) saturate(1.25) brightness(.72);
  transform: scale(1.04);
}
.ea26-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 50% 8%, rgba(42,119,161,.22), transparent 34%),
    radial-gradient(ellipse at 50% 92%, rgba(248,202,98,.2), transparent 36%);
  pointer-events: none;
}
.ea26-hero__media img {
  object-fit: contain;
  object-position: center;
  transform: none;
  z-index: 1;
}
.ea26-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 72% 35%, rgba(248,202,98,.22), transparent 22%),
    linear-gradient(90deg, rgba(3,8,13,.9) 0%, rgba(3,8,13,.54) 42%, rgba(3,8,13,.16) 100%),
    linear-gradient(0deg, #03080d 0%, rgba(3,8,13,0) 34%);
}
.ea26-pattern {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: .24;
  background-image:
    linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(180deg, transparent 0%, black 16%, black 80%, transparent 100%);
}
.ea26-hero__content {
  position: relative;
  z-index: 2;
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 132px 0 68px;
}
.ea26-kicker {
  display: inline-flex;
  padding: 8px 12px;
  border: 1px solid rgba(248,202,98,.46);
  border-radius: 999px;
  background: rgba(248,202,98,.1);
  color: #ffe29a;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.ea26-hero h1 {
  max-width: 880px;
  margin: 18px 0 0;
  color: #fff;
  font-size: clamp(48px, 8vw, 118px);
  line-height: .91;
  letter-spacing: 0;
}
.ea26-kicker--event {
  padding: 10px 15px;
  border-width: 2px;
  background: rgba(3,8,13,.58);
  color: #fff0bd;
  font-size: clamp(13px, 1.4vw, 17px);
  letter-spacing: .09em;
  box-shadow: 0 10px 36px rgba(0,0,0,.28);
}
.ea26-hero__subtitle {
  max-width: 850px;
  margin: 20px 0 0;
  color: rgba(255,255,255,.9);
  font-size: clamp(17px, 2vw, 25px);
  font-weight: 600;
  line-height: 1.45;
}
.ea26-hero__actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 26px; }
.ea26-statbar {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 46px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 22px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255,255,255,.18), rgba(255,255,255,.055) 48%, rgba(255,255,255,.12)),
    rgba(7,29,46,.22);
  backdrop-filter: blur(26px) saturate(1.45);
  -webkit-backdrop-filter: blur(26px) saturate(1.45);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.3),
    inset 0 -1px 0 rgba(255,255,255,.08),
    0 24px 80px rgba(0,0,0,.28);
  position: relative;
}
.ea26-statbar::before {
  content: "";
  position: absolute;
  inset: 1px 10px auto;
  height: 42%;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255,255,255,.2), rgba(255,255,255,0));
  pointer-events: none;
}
.ea26-stat {
  padding: 18px;
  background: rgba(255,255,255,.045);
  border-right: 1px solid rgba(255,255,255,.12);
  position: relative;
  z-index: 1;
}
.ea26-stat:last-child {
  border-right: 0;
}
.ea26-stat strong { display: block; font-size: 24px; color: var(--ea26-gold); }
.ea26-stat span { color: rgba(255,255,255,.76); font-size: 13px; }
.ea26-stat span { line-height: 1.55; }

.ea26-section {
  position: relative;
  padding: 96px 0;
  overflow: hidden;
}
.ea26-container { width: min(1160px, calc(100% - 32px)); margin: 0 auto; position: relative; z-index: 2; }
.ea26-section h2 {
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(34px, 5vw, 72px);
  line-height: 1;
  letter-spacing: 0;
}
.ea26-lede {
  max-width: 760px;
  color: rgba(255,255,255,.78);
  font-size: 18px;
  line-height: 1.75;
}
.ea26-track__grid .ea26-lede { font-size: 16px; }
.ea26-highlights-head { margin: 54px 0 20px; }

.ea26-track {
  background:
    linear-gradient(180deg, rgba(3,8,13,1) 0%, rgba(7,29,46,.88) 45%, rgba(3,8,13,1) 100%),
    url("../images/convening2026/convdd.png") center / cover no-repeat;
  isolation: isolate;
}
.ea26-track::before,
.ea26-track::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.ea26-track::before {
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 14% 24%, rgba(248,202,98,.22), transparent 28%),
    radial-gradient(circle at 84% 62%, rgba(39,163,106,.14), transparent 24%),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: auto, auto, 72px 72px, 72px 72px;
  mask-image: linear-gradient(180deg, transparent 0%, black 16%, black 86%, transparent 100%);
}
.ea26-track::after {
  width: min(520px, 70vw);
  aspect-ratio: 1;
  right: -160px;
  top: 14%;
  z-index: 1;
  border: 1px solid rgba(248,202,98,.18);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(248,202,98,.08), transparent 62%);
  box-shadow: 0 0 90px rgba(248,202,98,.14);
}
.ea26-track__grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 34px;
  align-items: center;
  margin-bottom: 34px;
}
.ea26-glass {
  border: 1px solid var(--ea26-line);
  background: linear-gradient(145deg, rgba(255,255,255,.16), rgba(255,255,255,.06));
  border-radius: 22px;
  box-shadow: 0 30px 90px rgba(0,0,0,.28);
  backdrop-filter: blur(24px);
}
.ea26-agenda {
  counter-reset: agenda;
  display: grid;
  gap: 16px;
  margin-top: 0;
  position: relative;
}
.ea26-agenda::before {
  content: "";
  position: absolute;
  left: 38px;
  top: 24px;
  bottom: 24px;
  width: 1px;
  background: linear-gradient(180deg, rgba(248,202,98,0), rgba(248,202,98,.48), rgba(39,163,106,.32), rgba(248,202,98,0));
  opacity: .8;
}
.ea26-agenda article {
  counter-increment: agenda;
  min-height: 116px;
  padding: 26px 32px 26px 96px;
  position: relative;
  overflow: hidden;
  transition: transform .35s ease, border-color .35s ease, background .35s ease;
}
.ea26-agenda article:nth-child(1) {
  width: min(920px, 86%);
}
.ea26-agenda article:nth-child(2) {
  width: min(920px, 86%);
  margin-left: 7%;
}
.ea26-agenda article:nth-child(3) {
  width: min(920px, 86%);
  margin-left: 14%;
}
.ea26-agenda article::before {
  content: "0" counter(agenda);
  position: absolute;
  left: 20px;
  top: 26px;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  border: 1px solid rgba(248,202,98,.34);
  background: linear-gradient(145deg, rgba(248,202,98,.24), rgba(255,255,255,.06));
  color: var(--ea26-gold);
  font-size: 13px;
  font-weight: 900;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 10px 28px rgba(0,0,0,.18);
}
.ea26-agenda article::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, transparent, rgba(248,202,98,.72), transparent);
  opacity: .72;
}
.ea26-agenda article:hover {
  transform: translateY(-4px);
  border-color: rgba(248,202,98,.34);
  background: linear-gradient(145deg, rgba(255,255,255,.18), rgba(255,255,255,.075));
}
.ea26-agenda h3 { margin: 0 0 6px; color: #fff; font-size: clamp(20px, 2vw, 28px); }
.ea26-agenda p { max-width: 820px; margin: 0; color: rgba(255,255,255,.72); line-height: 1.65; }
.ea26-agenda h3 small {
  display: inline-block;
  margin-left: 6px;
  color: var(--ea26-gold);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.ea26-agenda--highlights {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.ea26-agenda--highlights::before { display: none; }
.ea26-agenda--highlights article,
.ea26-agenda--highlights article:nth-child(n) {
  width: auto;
  margin-left: 0;
}
.ea26-highlight-notes {
  margin-top: 18px;
  padding: 16px 18px;
  border-left: 3px solid var(--ea26-gold);
  color: rgba(255,255,255,.74);
  background: rgba(255,255,255,.05);
}
.ea26-highlight-notes p { margin: 0; line-height: 1.65; }
.ea26-highlight-notes p + p { margin-top: 8px; }
.ea26-highlight-notes a { color: var(--ea26-gold); }
.ea26-orbit {
  position: relative;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 48%, rgba(248,202,98,.16), rgba(255,255,255,.05) 38%, rgba(255,255,255,.035) 100%),
    linear-gradient(145deg, rgba(255,255,255,.16), rgba(255,255,255,.045));
  overflow: hidden;
}
.ea26-orbit::before {
  content: "";
  position: absolute;
  inset: 9%;
  border-radius: 50%;
  background:
    linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: radial-gradient(circle, black 0 52%, transparent 72%);
  opacity: .42;
}
.ea26-orbit img {
  width: 72%;
  filter: brightness(1.08) contrast(1.12) drop-shadow(0 0 42px rgba(248,202,98,.32));
  animation: ea26Float 6s ease-in-out infinite;
  position: relative;
  z-index: 2;
}
.ea26-ring {
  position: absolute;
  inset: 9%;
  border: 1px solid rgba(248,202,98,.28);
  border-radius: 50%;
  animation: ea26Spin 18s linear infinite;
}
.ea26-ring:nth-child(2) { inset: 19%; animation-duration: 11s; animation-direction: reverse; border-color: rgba(39,163,106,.3); }

.ea26-experience {
  background:
    radial-gradient(circle at 13% 18%, rgba(248,202,98,.16), transparent 26%),
    radial-gradient(circle at 82% 28%, rgba(39,163,106,.13), transparent 24%),
    linear-gradient(180deg, #03080d 0%, #071d2e 48%, #03080d 100%);
  overflow: visible;
}
.ea26-experience::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(120deg, transparent 0 42%, rgba(255,255,255,.05) 42% 42.2%, transparent 42.2% 100%),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: auto, 88px 88px;
  mask-image: linear-gradient(180deg, transparent, black 20%, black 80%, transparent);
}
.ea26-experience__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
  gap: 32px;
  align-items: end;
  position: relative;
  z-index: 1;
}
.ea26-experience__brief {
  padding: 22px;
}
.ea26-experience__brief p {
  margin: 0;
  color: rgba(255,255,255,.76);
  line-height: 1.65;
}
.ea26-experience__signals {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}
.ea26-experience__signals span {
  border: 1px solid rgba(248,202,98,.24);
  border-radius: 999px;
  padding: 8px 11px;
  background: rgba(248,202,98,.1);
  color: rgba(255,255,255,.86);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.ea26-panels {
  counter-reset: experience;
  display: block;
  height: var(--ea26-horizontal-height, 420vh);
  width: 100vw;
  margin-top: 56px;
  margin-left: calc(50% - 50vw);
  padding: 0;
  position: relative;
  z-index: 1;
  overflow: visible;
}
.ea26-panels::before {
  content: "";
  position: absolute;
  left: max(18px, calc((100vw - 1160px) / 2));
  right: max(18px, calc((100vw - 1160px) / 2));
  top: 50vh;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(248,202,98,.55), rgba(39,163,106,.35), transparent);
  z-index: 2;
}
.ea26-panels__sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 0 18px;
}
.ea26-panels__track {
  display: flex;
  gap: 24px;
  transform: translate3d(var(--ea26-card-x, 0px), 0, 0);
  will-change: transform;
}
.ea26-panel {
  counter-increment: experience;
  flex: 0 0 calc(100vw - 36px);
  max-width: 1160px;
  height: min(720px, calc(100vh - 150px));
  min-height: 520px;
  margin-bottom: 0;
  padding: clamp(24px, 5vw, 64px);
  border-radius: 28px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: flex-end;
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 30px 70px rgba(0,0,0,.28);
  transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
}
.ea26-panels .ea26-panel[data-reveal] {
  opacity: 1;
  transform: none;
}
.ea26-panel:nth-child(2),
.ea26-panel:nth-child(3) {
  background-position: center 40%;
}
.ea26-panel:nth-child(5) {
  background-position: center 20%;
}
.ea26-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 18%, rgba(248,202,98,.24), transparent 32%),
    linear-gradient(90deg, rgba(3,8,13,.84), rgba(3,8,13,.58) 42%, rgba(3,8,13,.18)),
    linear-gradient(180deg, rgba(3,8,13,.05), rgba(3,8,13,.4) 52%, rgba(3,8,13,.86));
}
.ea26-panel::after {
  content: "0" counter(experience);
  position: absolute;
  top: clamp(20px, 4vw, 46px);
  left: clamp(20px, 4vw, 46px);
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(248,202,98,.38);
  border-radius: 50%;
  background: rgba(3,8,13,.42);
  color: var(--ea26-gold);
  font-size: 12px;
  font-weight: 900;
  backdrop-filter: blur(16px);
}
.ea26-panel:hover {
  border-color: rgba(248,202,98,.34);
  box-shadow: 0 38px 90px rgba(0,0,0,.38);
}
.ea26-panel div {
  position: relative;
  z-index: 1;
  width: min(620px, 100%);
  padding: clamp(20px, 3vw, 34px);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(255,255,255,.17), rgba(255,255,255,.06));
  backdrop-filter: blur(24px) saturate(1.25);
  -webkit-backdrop-filter: blur(24px) saturate(1.25);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 24px 70px rgba(0,0,0,.28);
}
.ea26-panel h3 { color: #fff; margin: 0 0 10px; font-size: clamp(30px, 5vw, 64px); line-height: .98; }
.ea26-panel p { max-width: 540px; color: rgba(255,255,255,.8); margin: 0; line-height: 1.65; font-size: clamp(15px, 1.4vw, 18px); }

.ea26-programme {
  background:
    radial-gradient(circle at 18% 24%, rgba(248,202,98,.17), transparent 28%),
    radial-gradient(circle at 82% 72%, rgba(39,163,106,.14), transparent 28%),
    linear-gradient(180deg, #03080d, #071d2e 50%, #03080d);
}
.ea26-programme__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 28px;
}
.ea26-programme__day { overflow: hidden; }
.ea26-programme__day header {
  min-height: 190px;
  padding: 30px;
  background: linear-gradient(145deg, rgba(248,202,98,.18), rgba(255,255,255,.04));
  border-bottom: 1px solid rgba(255,255,255,.14);
}
.ea26-programme__day time {
  display: block;
  margin-bottom: 15px;
  color: var(--ea26-gold);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.ea26-programme .ea26-programme__day h2 {
  margin: 0;
  font-size: clamp(28px, 3.5vw, 48px);
  line-height: 1.05;
}
.ea26-programme__day ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 14px 30px 26px;
  list-style: none;
}
.ea26-programme__day li {
  position: relative;
  padding: 13px 0 13px 24px;
  border-bottom: 1px solid rgba(255,255,255,.1);
  color: rgba(255,255,255,.82);
  line-height: 1.45;
}
.ea26-programme__day li:last-child { border-bottom: 0; }
.ea26-programme__day li::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 2px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ea26-gold);
  box-shadow: 0 0 14px rgba(248,202,98,.5);
}

.ea26-speakers {
  background:
    radial-gradient(circle at 18% 18%, rgba(248,202,98,.18), transparent 25%),
    radial-gradient(circle at 82% 70%, rgba(39,163,106,.14), transparent 26%),
    linear-gradient(180deg, #03080d 0%, #071d2e 52%, #03080d 100%);
}
.ea26-speakers::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,.028) 1px, transparent 1px);
  background-size: 78px 78px;
  mask-image: radial-gradient(circle at 50% 50%, black, transparent 72%);
}
.ea26-speakers__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 390px);
  gap: 28px;
  align-items: end;
  margin-bottom: 34px;
}
.ea26-speakers__note {
  margin: 0;
  padding: 20px;
  color: rgba(255,255,255,.82);
  line-height: 1.55;
}
.ea26-speaker-grid {
  display: grid;
  grid-template-columns: 1fr 1fr .82fr;
  gap: 16px;
}
.ea26-speaker-card {
  min-height: 340px;
  padding: 22px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 18%, rgba(248,202,98,.16), transparent 32%),
    linear-gradient(145deg, rgba(255,255,255,.14), rgba(255,255,255,.045));
  box-shadow: 0 28px 80px rgba(0,0,0,.24);
  backdrop-filter: blur(18px);
}
.ea26-speaker-card--profile {
  min-height: 520px;
  padding: 0;
  background: #03080d;
}
.ea26-speaker-card--profile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform .7s ease;
}
.ea26-speaker-card--profile:hover img {
  transform: scale(1.04);
}
.ea26-speaker-card--profile::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 76% 12%, rgba(248,202,98,.18), transparent 28%),
    linear-gradient(180deg, rgba(3,8,13,.02), rgba(3,8,13,.2) 42%, rgba(3,8,13,.86));
}
.ea26-speaker-card--profile div {
  position: relative;
  z-index: 2;
  padding: 24px;
}
.ea26-speaker-card--profile span,
.ea26-speaker-card--soon span {
  display: inline-flex;
  width: auto;
  position: relative;
  top: auto;
  left: auto;
  margin-bottom: 12px;
  padding: 7px 10px;
  border: 1px solid rgba(248,202,98,.28);
  border-radius: 999px;
  background: rgba(248,202,98,.1);
  color: var(--ea26-gold);
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.ea26-speaker-card--profile h3 {
  font-size: clamp(26px, 3vw, 42px);
}
.ea26-speaker-card--profile p {
  color: rgba(255,255,255,.86);
  font-size: 16px;
}
.ea26-speaker-card--soon {
  border-color: rgba(248,202,98,.24);
  background:
    radial-gradient(circle at 50% 24%, rgba(248,202,98,.2), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,.13), rgba(255,255,255,.04));
}
.ea26-speaker-card::before {
  content: "";
  position: absolute;
  inset: 22px 22px auto auto;
  width: 96px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(248,202,98,.28);
  background:
    radial-gradient(circle, rgba(248,202,98,.26), rgba(248,202,98,.04) 62%, transparent 63%),
    linear-gradient(135deg, rgba(255,255,255,.12), rgba(255,255,255,.03));
  box-shadow: 0 0 60px rgba(248,202,98,.14);
}
.ea26-speaker-card span {
  position: absolute;
  top: 22px;
  left: 22px;
  color: var(--ea26-gold);
  font-size: 13px;
  font-weight: 900;
}
.ea26-speaker-card h3 {
  position: relative;
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(21px, 2vw, 28px);
  line-height: 1.05;
}
.ea26-speaker-card p {
  position: relative;
  margin: 0;
  color: rgba(255,255,255,.72);
  line-height: 1.55;
}
.ea26-speaker-card--profile span,
.ea26-speaker-card--soon span {
  display: inline-flex;
  width: auto;
  position: relative;
  top: auto;
  left: auto;
  margin-bottom: 12px;
  padding: 7px 10px;
  border: 1px solid rgba(248,202,98,.28);
  border-radius: 999px;
  background: rgba(248,202,98,.1);
  color: var(--ea26-gold);
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.ea26-speaker-card--profile h3 {
  font-size: clamp(26px, 3vw, 42px);
}
.ea26-speaker-card--profile p {
  color: rgba(255,255,255,.86);
  font-size: 16px;
}

.ea26-gallery {
  min-height: 96vh;
  background:
    radial-gradient(circle at 18% 18%, rgba(248,202,98,.18), transparent 26%),
    radial-gradient(circle at 84% 70%, rgba(39,163,106,.16), transparent 24%),
    linear-gradient(180deg, #071d2e 0%, #03080d 100%);
  color: #fff;
  display: flex;
  align-items: center;
}
.ea26-gallery::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 76px 76px;
  mask-image: linear-gradient(180deg, transparent, black 18%, black 82%, transparent);
}
.ea26-gallery__label,
.ea26-gallery__link {
  position: absolute;
  z-index: 4;
}
.ea26-gallery__label {
  top: 34px;
  left: max(18px, calc((100vw - 1160px) / 2));
  color: var(--ea26-gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.ea26-gallery__link {
  right: max(18px, calc((100vw - 1160px) / 2));
  bottom: 34px;
}
.ea26-gallery__ribbons {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 16px;
  width: 100%;
  margin-top: 0;
  transform: rotate(-3deg);
}
.ea26-marquee {
  display: flex;
  gap: 16px;
  width: max-content;
  animation: ea26Marquee 42s linear infinite;
}
.ea26-marquee--reverse {
  animation-direction: reverse;
  transform: translateX(-160px);
}
.ea26-marquee img {
  width: min(420px, 72vw);
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 24px 70px rgba(0,0,0,.26);
}

.ea26-tickets {
  background:
    radial-gradient(circle at 16% 18%, rgba(248,202,98,.22), transparent 24%),
    radial-gradient(circle at 86% 78%, rgba(39,163,106,.18), transparent 24%),
    linear-gradient(120deg, rgba(255,255,255,.035) 1px, transparent 1px),
    #071d2e;
  isolation: isolate;
}
.ea26-tickets::before,
.ea26-tickets::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.ea26-tickets::before {
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,.026) 1px, transparent 1px);
  background-size: 82px 82px;
  mask-image: linear-gradient(180deg, transparent, black 16%, black 84%, transparent);
}
.ea26-tickets::after {
  width: min(640px, 78vw);
  aspect-ratio: 1;
  right: -180px;
  top: 6%;
  z-index: 0;
  border-radius: 50%;
  border: 1px solid rgba(248,202,98,.14);
  background: radial-gradient(circle, rgba(248,202,98,.09), transparent 64%);
  box-shadow: 0 0 120px rgba(248,202,98,.12);
}
.ea26-ticket-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}
.ea26-ticket-notice {
  margin-top: 22px;
  padding: 14px 18px;
  border: 1px solid rgba(248,202,98,.32);
  border-radius: 14px;
  color: rgba(255,255,255,.82);
  background: rgba(248,202,98,.08);
}
.ea26-ticket-notice strong { color: var(--ea26-gold); }
.ea26-ticket {
  padding: 24px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.18);
  background:
    radial-gradient(circle at 80% 0%, rgba(248,202,98,.14), transparent 30%),
    linear-gradient(145deg, rgba(255,255,255,.14), rgba(255,255,255,.055));
  backdrop-filter: blur(20px);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease, background .35s ease;
}
.ea26-ticket--featured {
  border-color: rgba(248,202,98,.42);
  background:
    radial-gradient(circle at 80% 0%, rgba(248,202,98,.24), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,.16), rgba(255,255,255,.065));
}
.ea26-ticket::before {
  content: "";
  position: absolute;
  inset: -1px;
  background: linear-gradient(120deg, transparent, rgba(248,202,98,.22), transparent);
  opacity: 0;
  transition: opacity .35s ease;
}
.ea26-ticket > * {
  position: relative;
  z-index: 1;
}
.ea26-ticket:hover,
.ea26-ticket.is-selected {
  transform: translateY(-8px);
  border-color: rgba(248,202,98,.42);
  box-shadow: 0 34px 90px rgba(0,0,0,.32);
}
.ea26-ticket:hover::before,
.ea26-ticket.is-selected::before {
  opacity: 1;
}
.ea26-ticket.is-selected .ea26-btn {
  box-shadow: 0 0 0 4px rgba(248,202,98,.14), 0 18px 44px rgba(248,202,98,.2);
}
.ea26-ticket h3 { color: #fff; margin: 0 0 8px; }
.ea26-price { font-size: 42px; font-weight: 900; color: var(--ea26-gold); margin: 10px 0; }
.ea26-price-note { min-height: 20px; color: rgba(255,255,255,.58); font-size: 13px; font-weight: 700; letter-spacing: .02em; }
.ea26-ticket-badge {
  align-self: flex-start;
  margin-bottom: 14px;
  padding: 6px 10px;
  border-radius: 999px;
  color: #071d2e;
  background: var(--ea26-gold);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.ea26-ticket ul { flex: 1; padding: 0; margin: 18px 0; list-style: none; display: grid; align-content: start; gap: 10px; color: rgba(255,255,255,.78); }
.ea26-ticket li::before { content: ""; display: inline-block; width: 8px; height: 8px; margin-right: 8px; border-radius: 50%; background: var(--ea26-green); }
.ea26-ticket > p { color: rgba(255,255,255,.75); line-height: 1.65; }
.ea26-ticket .ea26-ticket-footnote { margin: 0 0 18px; color: rgba(255,255,255,.62); font-size: 12px; }
.ea26-benefits {
  margin-top: 28px;
  padding: clamp(20px, 3vw, 32px);
}
.ea26-benefits h3 { margin-top: 0; color: #fff; }
.ea26-table-scroll { overflow-x: auto; }
.ea26-benefits-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  color: rgba(255,255,255,.8);
}
.ea26-benefits-table th,
.ea26-benefits-table td {
  padding: 13px 12px;
  border-bottom: 1px solid rgba(255,255,255,.12);
  text-align: center;
}
.ea26-benefits-table th { color: var(--ea26-gold); font-size: 13px; text-transform: uppercase; letter-spacing: .04em; }
.ea26-benefits-table th:first-child,
.ea26-benefits-table td:first-child { text-align: left; }
.ea26-benefits-table td:not(:first-child) { color: #fff; font-weight: 800; }
.ea26-corporate {
  margin-top: 42px;
  padding-top: 34px;
  border-top: 1px solid rgba(255,255,255,.14);
}
.ea26-corporate__head { max-width: 760px; }
.ea26-corporate__head h3 { margin: 10px 0; color: #fff; font-size: clamp(25px, 3vw, 38px); }
.ea26-corporate__head p { color: rgba(255,255,255,.7); }
.ea26-corporate__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}
.ea26-group-note {
  margin: 18px 0 0;
  padding: 15px 18px;
  border-left: 3px solid var(--ea26-gold);
  color: rgba(255,255,255,.75);
  background: rgba(255,255,255,.05);
}
.ea26-group-note a { color: var(--ea26-gold); }
.ea26-form {
  margin-top: 28px;
  padding: clamp(20px, 3vw, 32px);
  position: relative;
  overflow: hidden;
  scroll-margin-top: 96px;
}
.ea26-form::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 14% 0%, rgba(248,202,98,.16), transparent 30%),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: auto, 54px 54px;
}
.ea26-form > * {
  position: relative;
  z-index: 1;
}
.ea26-form__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.ea26-form input,
.ea26-form select {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 14px;
  background: rgba(255,255,255,.08);
  color: #fff;
  font-family: inherit;
  font-size: 16px;
  padding: 0 14px;
  outline: 0;
  transition: border-color .25s ease, background .25s ease, box-shadow .25s ease;
}
.ea26-form input::placeholder { color: rgba(255,255,255,.56); }
.ea26-form input:focus,
.ea26-form select:focus {
  border-color: rgba(248,202,98,.55);
  background: rgba(255,255,255,.12);
  box-shadow: 0 0 0 4px rgba(248,202,98,.1);
}
.ea26-phone-field {
  display: grid;
  grid-template-columns: minmax(108px, .42fr) minmax(0, 1fr);
  min-height: 48px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 14px;
  background: rgba(255,255,255,.08);
  overflow: hidden;
  transition: border-color .25s ease, background .25s ease, box-shadow .25s ease;
}
.ea26-phone-field:focus-within {
  border-color: rgba(248,202,98,.55);
  background: rgba(255,255,255,.12);
  box-shadow: 0 0 0 4px rgba(248,202,98,.1);
}
.ea26-phone-field select,
.ea26-phone-field input {
  min-height: 46px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.ea26-phone-field select {
  border-right: 1px solid rgba(255,255,255,.16);
  padding-right: 8px;
}
.ea26-phone-field select:focus,
.ea26-phone-field input:focus {
  background: transparent;
  box-shadow: none;
}
.ea26-form select option { color: #071d2e; }
.ea26-form__actions {
  margin-top: 16px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}

.ea26-footer {
  padding: 54px 0;
  background:
    radial-gradient(circle at 12% 0%, rgba(248,202,98,.14), transparent 26%),
    #03080d;
  color: rgba(255,255,255,.72);
}
.ea26-footer__panel {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255,255,255,.11), rgba(255,255,255,.035));
  box-shadow: 0 24px 70px rgba(0,0,0,.24);
}
.ea26-footer img {
  height: 42px;
  width: auto;
  margin-bottom: 14px;
}
.ea26-footer p {
  margin: 0 0 6px;
  color: #fff;
  font-weight: 800;
}
.ea26-footer strong {
  color: rgba(255,255,255,.72);
  font-weight: 600;
}
.ea26-footer__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
}
.ea26-footer__link {
  color: var(--ea26-gold);
  font-weight: 800;
  text-decoration: none;
}
.ea26-footer__link:hover {
  text-decoration: underline;
}

[data-reveal] { opacity: 0; transform: translateY(26px); transition: opacity .8s ease, transform .8s ease; }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }
[data-parallax] { will-change: transform; }

@keyframes ea26Spin { to { transform: rotate(360deg); } }
@keyframes ea26Float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-16px); } }
@keyframes ea26Marquee { to { transform: translateX(calc(-50% - 8px)); } }

@media (max-width: 980px) {
  .ea26-nav__links { display: none; }
  .ea26-statbar,
  .ea26-track__grid,
  .ea26-agenda--highlights,
  .ea26-experience__head,
  .ea26-programme__grid,
  .ea26-speakers__head,
  .ea26-panels,
  .ea26-ticket-grid,
  .ea26-corporate__grid,
  .ea26-form__grid { grid-template-columns: 1fr; }
  .ea26-hero { min-height: 92vh; }
  .ea26-orbit { aspect-ratio: 16 / 10; }
  .ea26-hero__media::before {
    background:
      linear-gradient(180deg, rgba(3,8,13,.2), rgba(3,8,13,.04) 42%, rgba(3,8,13,.7)),
      url("../images/convening2026/africa-future.png") center / cover no-repeat;
  }
  .ea26-track::after {
    right: -220px;
    top: 28%;
    opacity: .6;
  }
  .ea26-track__grid {
    gap: 28px;
    margin-bottom: 28px;
  }
  .ea26-agenda {
    gap: 14px;
  }
  .ea26-agenda::before {
    left: 35px;
  }
  .ea26-agenda article {
    width: 100%;
    margin-left: 0;
    padding: 18px 16px 18px 68px;
    min-height: auto;
  }
  .ea26-agenda article::before {
    left: 16px;
    top: 18px;
    width: 38px;
    height: 38px;
  }
  .ea26-experience__head {
    align-items: start;
    gap: 22px;
  }
  .ea26-experience__brief {
    padding: 18px;
  }
  .ea26-panels {
    height: auto;
    width: auto;
    margin-left: 0;
    margin-top: 28px;
    padding: 0;
  }
  .ea26-panels::before {
    display: none;
  }
  .ea26-panels__sticky {
    position: relative;
    top: auto;
    height: auto;
    display: block;
    overflow: visible;
    padding: 0;
  }
  .ea26-panels__track {
    display: grid;
    gap: 14px;
    transform: none !important;
  }
  .ea26-panel {
    position: relative;
    top: auto;
    flex-basis: auto;
    height: auto;
    min-height: 360px;
    margin-bottom: 14px;
    padding: 18px;
    border-radius: 20px;
  }
  .ea26-panel:nth-child(5) {
    margin-bottom: 0;
  }
  .ea26-panel div {
    padding: 18px;
    border-radius: 18px;
  }
  .ea26-panel::after {
    top: 16px;
    left: 16px;
    width: 42px;
    height: 42px;
  }
  .ea26-speakers__head {
    gap: 20px;
    margin-bottom: 24px;
  }
  .ea26-speaker-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ea26-speaker-card {
    min-height: 260px;
  }
  .ea26-gallery {
    min-height: 78vh;
    background:
      radial-gradient(circle at 18% 18%, rgba(248,202,98,.16), transparent 26%),
      linear-gradient(180deg, #071d2e 0%, #03080d 100%);
  }
  .ea26-gallery__label {
    top: 22px;
    left: 18px;
    font-size: 11px;
  }
  .ea26-gallery__link {
    right: 18px;
    bottom: 22px;
  }
  .ea26-gallery__ribbons {
    margin-top: 0;
    transform: none;
  }
  .ea26-statbar {
    gap: 10px;
    padding: 10px;
    border-radius: 24px;
    background:
      linear-gradient(145deg, rgba(255,255,255,.16), rgba(255,255,255,.055)),
      rgba(7,29,46,.24);
    backdrop-filter: blur(22px) saturate(1.35);
    -webkit-backdrop-filter: blur(22px) saturate(1.35);
  }
  .ea26-statbar::before {
    inset: 1px 10px auto;
    height: 24%;
  }
  .ea26-stat {
    border-right: 0;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 16px;
    background:
      linear-gradient(145deg, rgba(255,255,255,.13), rgba(255,255,255,.045)),
      rgba(3,8,13,.2);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.16);
  }
}

@media (max-width: 560px) {
  .ea26-nav {
    inset: max(10px, env(safe-area-inset-top)) 10px auto;
    border-radius: 18px;
    padding: 8px 10px;
    background:
      linear-gradient(145deg, rgba(255,255,255,.18), rgba(255,255,255,.06)),
      rgba(7,29,46,.38);
    backdrop-filter: blur(18px) saturate(1.28);
    -webkit-backdrop-filter: blur(18px) saturate(1.28);
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.28),
      0 14px 44px rgba(0,0,0,.28);
  }
  .ea26-nav::before {
    inset: 1px 6px auto;
    height: 38%;
  }
  .ea26-logo { height: 32px; }
  .ea26-nav .ea26-btn { min-height: 38px; padding-inline: 12px; font-size: 12px; }
  .ea26-hero__content { width: min(100% - 24px, 1160px); padding-bottom: 40px; }
  .ea26-hero h1 { font-size: 48px; }
  .ea26-hero__subtitle { font-size: 16px; }
  .ea26-statbar {
    margin-top: 28px;
    padding: 8px;
    border-radius: 20px;
  }
  .ea26-stat {
    padding: 14px 15px;
    border-radius: 14px;
  }
  .ea26-stat strong {
    font-size: 21px;
  }
  .ea26-stat span {
    display: block;
    margin-top: 2px;
    font-size: 12px;
    line-height: 1.45;
  }
  .ea26-section { padding: 70px 0; }
  .ea26-container { width: min(100% - 24px, 1160px); }
  .ea26-programme__day header { min-height: auto; padding: 24px 20px; }
  .ea26-programme__day ul { padding: 12px 20px 22px; }
  .ea26-speaker-grid { grid-template-columns: 1fr; }
  .ea26-form__actions { display: grid; grid-template-columns: 1fr; }
  .ea26-form__actions .ea26-btn { width: 100%; }
  .ea26-footer__panel {
    align-items: flex-start;
    flex-direction: column;
  }
  .ea26-footer__actions {
    justify-content: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}
