/* Start custom CSS for html, class: .elementor-element-c00fc74 *//* ==========================================================
   Professor Albert Alos Endowed Chair — Campaign Page Styles
   Lagos Business School | BEM scoping, prefixed .elementor-1440 .elementor-element.elementor-element-c00fc74s
   ========================================================== */

/* ══════════════════════════════════════
   GLOBAL RESET & BOX MODEL
══════════════════════════════════════ */
img {
  max-width: 100%;
  display: block;
}

h2, h3, h4, blockquote {
  font-family: 'Roboto Slab', serif;
}

/* ══════════════════════════════════════
   BRAND TOKENS
══════════════════════════════════════ */
:root {
  --navy:        #2e3a6e;
  --sky:         #00afef;
  --ash:         #e6e7e8;
  --navy-deep:   #1e2750;
  --navy-mid:    #3d4f96;
  --navy-tint:   #eef0f8;
  --sky-light:   #d0f1fd;
  --sky-mid:     #5dcef5;
  --ash-dark:    #c8cacc;
  --ash-pale:    #f4f5f5;
  --white:       #ffffff;
  --off-white:   #fafafa;
  --text:        #1a1a1a;
  --muted:       #5a6272;
  --muted-light: #8d95a6;
}

/* ══════════════════════════════════════
   STICKY NAV
══════════════════════════════════════ */
#lbs-topnav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(255,255,255,0.97);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--ash);
  transition: box-shadow 0.3s;
}
#lbs-topnav.lbs-scrolled {
  box-shadow: 0 2px 24px rgba(46,58,110,0.1);
}

.lbs-nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
  padding: 0 clamp(1rem,4vw,3rem);
  gap: 1rem;
}

.lbs-nav-logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.lbs-nav-logo img {
  display: block;
  height: 44px;
  width: auto;
}

.lbs-nav-links {
  display: flex;
  gap: clamp(0.6rem,1.5vw,1.6rem);
  align-items: center;
  list-style: none;
}
.lbs-nav-links a {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--navy);
  text-decoration: none;
  opacity: 0.65;
  transition: opacity 0.2s, color 0.2s;
  white-space: nowrap;
}
.lbs-nav-links a:hover {
  opacity: 1;
  color: var(--sky);
}
.lbs-nav-cta {
  background: var(--navy) !important;
  color: var(--white) !important;
  padding: 0.45rem 1.1rem !important;
  border-radius: 2px;
  opacity: 1 !important;
  transition: background 0.2s !important;
}
.lbs-nav-cta:hover {
  background: var(--sky) !important;
}

.lbs-nav-hamburger {
  display: none;
  cursor: pointer;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  padding: 4px;
  flex-shrink: 0;
}
.lbs-nav-hamburger span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: var(--navy);
  transition: all 0.3s;
}

.lbs-mobile-nav {
  display: none;
  flex-direction: column;
  background: var(--white);
  border-top: 1px solid var(--ash);
  padding: 1rem clamp(1rem,4vw,3rem) 1.5rem;
  gap: 0;
}
.lbs-mobile-nav a {
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--navy);
  text-decoration: none;
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--ash);
  transition: color 0.2s;
}
.lbs-mobile-nav a:hover { color: var(--sky); }
.lbs-mobile-nav a.lbs-mobile-cta {
  color: var(--sky);
  border-bottom: none;
  margin-top: 0.5rem;
}
.lbs-mobile-nav.lbs-open { display: flex; }

/* ══════════════════════════════════════
   STICKY DONATE
══════════════════════════════════════ */
#lbs-sticky-donate {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 90;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.4s, transform 0.4s;
}
#lbs-sticky-donate.lbs-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.lbs-sticky-btn {
  background: var(--sky);
  color: var(--white);
  font-family: 'Roboto Slab', serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.85rem 1.5rem;
  border: none;
  cursor: pointer;
  border-radius: 2px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 6px 24px rgba(0,175,239,0.35);
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
}
.lbs-sticky-btn:hover {
  color: var(--white);
  background: var(--navy);
  box-shadow: 0 8px 28px rgba(46,58,110,0.3);
  transform: translateY(-2px);
}
.lbs-sticky-btn svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* ══════════════════════════════════════
   HERO
══════════════════════════════════════ */
#lbs-hero {
  min-height: 100svh;
  background:
    linear-gradient(105deg, rgba(30,39,80,0.88) 0%, rgba(46,58,110,0.72) 50%, rgba(0,175,239,0.18) 100%),
    url('https://advancement.lbs.edu.ng/wp-content/uploads/2026/05/DSC03386.jpg') center center / cover no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(6rem,10vw,9rem) clamp(1.25rem,5vw,5rem) clamp(4rem,7vw,6rem);
  position: relative;
  overflow: hidden;
}

.lbs-hero-ring {
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
}
.lbs-hero-ring:nth-child(1) {
  width: 680px; height: 680px;
  top: -180px; right: -180px;
  border: 1px solid rgba(0,175,239,0.15);
}
.lbs-hero-ring:nth-child(2) {
  width: 400px; height: 400px;
  bottom: -120px; left: -100px;
  border: 1px solid rgba(0,175,239,0.08);
}
.lbs-hero-ring:nth-child(3) {
  width: 260px; height: 260px;
  top: 30%; right: 8%;
  border: 1px solid rgba(0,175,239,0.07);
}

.lbs-hero-rule {
  position: absolute;
  left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0,175,239,0.2), transparent);
  pointer-events: none;
}
.lbs-hero-rule:nth-child(4) { top: 40%; }
.lbs-hero-rule:nth-child(5) { top: 72%; opacity: 0.4; }

.lbs-hero-accent-bar {
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, transparent, var(--sky), transparent);
  pointer-events: none;
}

.lbs-hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 1;
}

.lbs-hero-label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--sky);
  margin-bottom: 1.6rem;
  display: flex;
  align-items: center;
  gap: 12px;
  opacity: 0;
  animation: lbsFadeUp 0.8s ease forwards 0.15s;
}
.lbs-hero-label::before {
  content: '';
  display: block;
  width: 36px;
  height: 1px;
  background: var(--sky);
  flex-shrink: 0;
}

.lbs-hero-h1 {
  font-family: 'Roboto Slab', serif;
  font-size: clamp(2.2rem,5.5vw,4.8rem);
  font-weight: 300;
  color: var(--white);
  line-height: 1.12;
  letter-spacing: -0.015em;
  max-width: 820px;
  opacity: 0;
  animation: lbsFadeUp 0.9s ease forwards 0.3s;
}
.lbs-hero-h1 em     { font-style: italic; color: var(--sky); }
.lbs-hero-h1 strong { font-weight: 700; }

.lbs-hero-sub {
  font-family: 'Segoe UI', sans-serif;
  font-size: clamp(0.9rem,1.6vw,1.05rem);
  color: rgba(255,255,255,0.62);
  max-width: 560px;
  line-height: 1.85;
  margin-top: 1.8rem;
  opacity: 0;
  animation: lbsFadeUp 0.9s ease forwards 0.46s;
}

.lbs-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2.4rem;
  opacity: 0;
  animation: lbsFadeUp 0.9s ease forwards 0.6s;
}

/* ══════════════════════════════════════
   BUTTONS
══════════════════════════════════════ */
.lbs-btn-primary {
  background: var(--sky);
  color: var(--white);
  font-family: 'Roboto Slab', serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  padding: 0.95rem 2rem;
  border: none;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 2px;
  transition: background 0.25s, transform 0.2s, box-shadow 0.25s;
}
.lbs-btn-primary:hover {
  color: var(--white);
  background: var(--navy);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(0,175,239,0.3);
}

.lbs-btn-ghost {
  background: transparent;
  color: var(--white);
  border: 1px solid rgba(255,255,255,0.28);
  font-family: 'Roboto Slab', serif;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  padding: 0.95rem 2rem;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  border-radius: 2px;
  transition: border-color 0.25s, background 0.25s, color 0.25s;
}
.lbs-btn-ghost:hover {
  color: var(--sky);
  border-color: var(--sky);
  background: rgba(0,175,239,0.08);
}

/* ══════════════════════════════════════
   ENDOWMENT FUND BAROMETER — glass tube
   (No cap or percentage is ever rendered;
   only the raised figure is shown. Fill
   height is a fixed visual constant.)
══════════════════════════════════════ */
.fund-barometer {
  background: var(--ash-pale);
  padding: clamp(4rem,8vw,6.5rem) clamp(1.25rem,5vw,5rem);
  border-bottom: 1px solid var(--ash);
  overflow: hidden;
}
.fund-barometer__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(2.5rem,6vw,5rem);
  align-items: center;
}

.fund-barometer__eyebrow {
  display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px;
}
.fund-barometer__eyebrow-line {
  width: 28px; height: 1px; background: var(--sky); flex-shrink: 0;
}
.fund-barometer__eyebrow-label {
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--sky);
}
.fund-barometer__heading {
  font-family: 'Roboto Slab', serif;
  font-size: clamp(1.6rem,3vw,2.4rem);
  font-weight: 600; color: var(--navy); line-height: 1.2; margin-bottom: 18px;
}
.fund-barometer__body {
  font-family: 'Segoe UI', sans-serif;
  font-size: clamp(0.9rem,1.4vw,1rem);
  line-height: 1.85; color: var(--muted); margin-bottom: 32px; max-width: 460px;
}

.fund-barometer__figure {
  display: flex; flex-direction: column;
  border-left: 3px solid var(--sky);
  padding: 4px 0 4px 20px;
  margin-bottom: 36px;
}
.fund-barometer__figure-value {
  font-family: 'Roboto Slab', serif;
  font-size: clamp(2rem,4vw,2.8rem);
  font-weight: 700;
  color: var(--navy);
  line-height: 1;
}
.fund-barometer__figure-label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted-light);
  margin-top: 8px;
}

/* — Visual column — */
.fund-barometer__visual {
  display: flex;
  justify-content: center;
}
.fund-barometer__tube-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fund-barometer__tube-cap {
  width: 100px;
  height: 16px;
  background: linear-gradient(180deg, var(--navy-mid), var(--navy));
  border-radius: 8px 8px 4px 4px;
  position: relative;
  z-index: 2;
  box-shadow: 0 3px 8px rgba(46,58,110,0.25);
}
.fund-barometer__tube-cap--top { margin-bottom: -6px; }

.fund-barometer__tube {
  position: relative;
  width: 92px;
  height: 380px;
  border-radius: 46px;
  background: linear-gradient(105deg,
    rgba(255,255,255,0.55) 0%,
    rgba(255,255,255,0.10) 16%,
    rgba(205,213,232,0.16) 46%,
    rgba(255,255,255,0.22) 72%,
    rgba(255,255,255,0.48) 100%);
  box-shadow:
    inset 0 0 18px rgba(255,255,255,0.45),
    inset 0 0 46px rgba(46,58,110,0.06),
    0 18px 36px rgba(46,58,110,0.14);
  border: 1px solid rgba(255,255,255,0.65);
  overflow: hidden;
}

.fund-barometer__tube-shine {
  position: absolute;
  top: 6px; bottom: 6px; left: 16px;
  width: 14px;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(255,255,255,0.7), rgba(255,255,255,0.08));
  pointer-events: none;
  z-index: 3;
}

.fund-barometer__liquid {
  position: absolute;
  left: 5px; right: 5px; bottom: 5px;
  height: 0%;
  border-radius: 0 0 41px 41px;
  background: linear-gradient(180deg, var(--sky) 0%, var(--navy) 100%);
  transition: height 2.4s cubic-bezier(0.34,1.05,0.64,1);
  overflow: hidden;
  z-index: 1;
}
.fund-barometer__liquid--filled { height: 48%; }

.fund-barometer__wave {
  position: absolute;
  top: -9px; left: -55%;
  width: 220%; height: 22px;
  background: rgba(255,255,255,0.28);
  border-radius: 48%;
  animation: fundWave 4.2s linear infinite;
}
.fund-barometer__wave--back {
  background: rgba(255,255,255,0.14);
  top: -6px;
  animation: fundWave 5.6s linear infinite reverse;
}
@keyframes fundWave {
  0%   { transform: translateX(0)     translateY(0); }
  50%  { transform: translateX(-22%)  translateY(-2px); }
  100% { transform: translateX(-44%)  translateY(0); }
}

.fund-barometer__bubble {
  position: absolute;
  bottom: -10px;
  left: calc(18% + (var(--d) * 20%));
  width: 5px; height: 5px;
  background: rgba(255,255,255,0.55);
  border-radius: 50%;
  opacity: 0;
  animation: fundBubble 3.6s ease-in infinite;
  animation-delay: calc(var(--d) * 0.85s);
}
@keyframes fundBubble {
  0%   { bottom: -10px; opacity: 0;   transform: scale(0.6); }
  12%  { opacity: 0.8; }
  85%  { opacity: 0.35; }
  100% { bottom: 100%;  opacity: 0;   transform: scale(1); }
}

.fund-barometer__tube-base {
  width: 130px;
  height: 18px;
  background: linear-gradient(180deg, var(--navy), var(--navy-deep));
  border-radius: 6px;
  margin-top: -5px;
  box-shadow: 0 10px 22px rgba(46,58,110,0.28);
}

/* ══════════════════════════════════════
   ABOUT CHAIR
══════════════════════════════════════ */
.about-chair {
  background-color: var(--ash-pale);
  padding: clamp(56px,8vw,96px) 0;
  overflow: hidden;
}
.about-chair__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem,4vw,2.5rem);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem,5vw,80px);
  align-items: center;
}
.about-chair__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.about-chair__eyebrow-line {
  width: 36px; height: 2px;
  background-color: var(--sky);
  flex-shrink: 0;
}
.about-chair__eyebrow-label {
  font-family: 'Segoe UI', sans-serif;
  font-size: 11px; font-weight: 700; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--sky);
}
.about-chair__heading {
  font-family: 'Roboto Slab', serif;
  font-size: clamp(24px,3.5vw,40px);
  font-weight: 700; color: var(--navy);
  line-height: 1.2; margin-bottom: 28px;
}
.about-chair__body {
  font-family: 'Segoe UI', sans-serif;
  font-size: clamp(15px,1.4vw,17px);
  line-height: 1.85; color: #444;
  margin-bottom: 36px;
}
.about-chair__sub-heading {
  font-family: 'Roboto Slab', serif;
  font-size: clamp(18px,2vw,22px);
  font-weight: 600; color: var(--navy);
  margin-bottom: 16px; padding-top: 24px;
  border-top: 1px solid var(--ash);
}
.about-chair__sub-body {
  font-family: 'Segoe UI', sans-serif;
  font-size: 16px; line-height: 1.8; color: #555;
}
.about-chair__image-wrap {
  position: relative; border-radius: 4px; overflow: hidden;
  box-shadow: 0 4px 24px rgba(46,58,110,0.10), 0 12px 48px rgba(46,58,110,0.08);
}
.about-chair__image-wrap img {
  width: 100%;
  height: clamp(260px,40vw,500px);
  object-fit: cover; display: block;
}
.about-chair__image-badge {
  position: absolute; bottom: 24px; left: 24px;
  background-color: var(--navy); color: var(--white);
  padding: 14px 20px; border-radius: 3px;
}
.about-chair__image-badge-year {
  font-family: 'Roboto Slab', serif;
  font-size: 28px; font-weight: 700; line-height: 1; color: var(--sky);
}
.about-chair__image-badge-label {
  font-family: 'Segoe UI', sans-serif;
  font-size: 11px; font-weight: 600; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--ash); margin-top: 4px;
}

/* ══════════════════════════════════════
   HONOUR SECTION
══════════════════════════════════════ */
.honour-section {
  position: relative;
  padding: clamp(56px,8vw,96px) 0;
  overflow: hidden;
}
.honour-section__bg {
  position: absolute; inset: 0;
  background-color: var(--navy-deep);
  z-index: 0;
}
.honour-section__bg::after {
  content: ''; position: absolute; inset: 0;
  background: repeating-linear-gradient(
    -48deg, transparent, transparent 48px,
    rgba(0,175,239,0.03) 48px, rgba(0,175,239,0.03) 49px
  );
}
.honour-section__inner {
  position: relative; z-index: 1;
  max-width: 1200px; margin: 0 auto;
  padding: 0 clamp(1.25rem,4vw,2.5rem);
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: clamp(2rem,5vw,72px);
  align-items: center;
}
.honour-section__portrait-wrap {
  position: relative; border-radius: 4px; overflow: hidden;
  box-shadow: 0 8px 40px rgba(0,0,0,0.4);
}
.honour-section__portrait-img {
  width: 100%;
  height: clamp(300px,45vw,560px);
  object-fit: cover; object-position: top; display: block;
}
.honour-section__portrait-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(30,39,80,0.85) 0%, transparent 50%);
}
.honour-section__portrait-name {
  position: absolute; bottom: 24px; left: 24px; right: 24px;
}
.honour-section__portrait-name h3 {
  font-family: 'Roboto Slab', serif;
  font-size: clamp(1rem,2vw,1.25rem);
  font-weight: 700; color: var(--white); line-height: 1.2;
}
.honour-section__portrait-name p {
  font-size: 0.78rem; color: var(--sky); margin-top: 4px; letter-spacing: 0.05em;
}
.honour-section__eyebrow {
  display: inline-flex; align-items: center; gap: 10px; margin-bottom: 20px;
}
.honour-section__eyebrow-line {
  width: 28px; height: 1px; background: var(--sky); flex-shrink: 0;
}
.honour-section__eyebrow-label {
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--sky);
}
.honour-section__heading {
  font-family: 'Roboto Slab', serif;
  font-size: clamp(1.6rem,3.5vw,2.8rem);
  font-weight: 600; color: var(--white); line-height: 1.15; margin-bottom: 20px;
}
.honour-section__accent-bar {
  width: 48px; height: 3px; background: var(--sky); margin-bottom: 24px;
}
.honour-section__body {
  font-family: 'Segoe UI', sans-serif;
  font-size: clamp(0.9rem,1.4vw,1rem);
  line-height: 1.85; color: rgba(255,255,255,0.72); margin-bottom: 20px;
}
.honour-section__milestone {
  margin-top: 28px;
  border-left: 2px solid var(--sky);
  padding: 16px 20px;
  background: rgba(0,175,239,0.06);
  border-radius: 0 4px 4px 0;
}
.honour-section__milestone-date {
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--sky); margin-bottom: 10px;
}
.honour-section__milestone-text {
  font-family: 'Segoe UI', sans-serif;
  font-size: 0.9rem; line-height: 1.8; color: rgba(255,255,255,0.65);
}
.honour-section__milestone-text strong { color: var(--white); }

/* ══════════════════════════════════════
   SUPPORT MATTERS
══════════════════════════════════════ */
.support-matters {
  background: var(--white);
  padding: clamp(56px,8vw,96px) 0;
}
.support-matters__inner {
  max-width: 1200px; margin: 0 auto;
  padding: 0 clamp(1.25rem,4vw,2.5rem);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem,5vw,72px);
  align-items: start;
}
.support-matters__image-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 10px;
}
.support-matters__img {
  border-radius: 4px; overflow: hidden;
}
.support-matters__img--tall { grid-row: 1 / 3; }
.support-matters__img img {
  width: 100%; height: 100%; object-fit: cover; display: block; min-height: 160px;
}
.support-matters__img--tall img { height: clamp(260px,35vw,420px); }
.support-matters__eyebrow {
  display: inline-flex; align-items: center; gap: 10px; margin-bottom: 16px;
}
.support-matters__eyebrow-line {
  width: 28px; height: 1px; background: var(--sky); flex-shrink: 0;
}
.support-matters__eyebrow-label {
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--sky);
}
.support-matters__heading {
  font-family: 'Roboto Slab', serif;
  font-size: clamp(1.6rem,3vw,2.4rem);
  font-weight: 600; color: var(--navy); line-height: 1.2; margin-bottom: 16px;
}
.support-matters__intro {
  font-family: 'Segoe UI', sans-serif;
  font-size: clamp(0.9rem,1.4vw,1rem);
  line-height: 1.8; color: var(--muted); margin-bottom: 28px;
}
.support-matters__list { list-style: none; display: flex; flex-direction: column; gap: 14px; }
.support-matters__list-item { display: flex; align-items: flex-start; gap: 14px; }
.support-matters__list-bullet {
  flex-shrink: 0; width: 8px; height: 8px;
  border-radius: 50%; background: var(--sky); margin-top: 6px;
}
.support-matters__list-text {
  font-family: 'Segoe UI', sans-serif;
  font-size: 0.95rem; line-height: 1.7; color: var(--text);
}

/* ══════════════════════════════════════
   GOVERNANCE
══════════════════════════════════════ */
.governance {
  background: var(--ash-pale);
  padding: clamp(56px,8vw,96px) 0;
}
.governance__inner {
  max-width: 1200px; margin: 0 auto;
  padding: 0 clamp(1.25rem,4vw,2.5rem);
}
.governance__header {
  text-align: center; max-width: 680px; margin: 0 auto 56px;
}
.governance__eyebrow {
  display: inline-flex; align-items: center; gap: 12px; margin-bottom: 16px;
}
.governance__eyebrow-line {
  width: 28px; height: 1px; background: var(--sky); flex-shrink: 0;
}
.governance__eyebrow-label {
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--sky);
}
.governance__heading {
  font-family: 'Roboto Slab', serif;
  font-size: clamp(1.6rem,3vw,2.4rem);
  font-weight: 600; color: var(--navy); margin-bottom: 12px;
}
.governance__sub {
  font-family: 'Segoe UI', sans-serif;
  font-size: 1rem; line-height: 1.8; color: var(--muted);
}
.governance__grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px;
}
.governance__card {
  background: var(--white);
  border: 1px solid var(--ash); border-radius: 4px;
  padding: clamp(1.5rem,3vw,2.5rem); position: relative;
}
.governance__card-number {
  position: absolute; top: 24px; right: 24px;
  font-family: 'Roboto Slab', serif;
  font-size: 2.5rem; font-weight: 700;
  color: var(--navy-tint); line-height: 1; user-select: none;
}
.governance__card-icon {
  width: 48px; height: 48px; border-radius: 10px;
  background: var(--navy-tint);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
}
.governance__card-icon svg {
  width: 22px; height: 22px;
  stroke: var(--navy); fill: none; stroke-width: 1.8;
  stroke-linecap: round; stroke-linejoin: round;
}
.governance__card-title {
  font-family: 'Roboto Slab', serif;
  font-size: clamp(1rem,1.6vw,1.2rem);
  font-weight: 600; color: var(--navy); margin-bottom: 12px; line-height: 1.3;
}
.governance__card-body {
  font-family: 'Segoe UI', sans-serif;
  font-size: 0.93rem; line-height: 1.8; color: var(--muted);
}

/* ══════════════════════════════════════
   DONOR RECOGNITION
══════════════════════════════════════ */
.donor-recognition {
  position: relative;
  padding: clamp(56px,8vw,96px) 0;
  overflow: hidden;
}
.donor-recognition__bg {
  position: absolute; inset: 0;
  background: var(--navy-deep); z-index: 0;
}
.donor-recognition__inner {
  position: relative; z-index: 1;
  max-width: 1200px; margin: 0 auto;
  padding: 0 clamp(1.25rem,4vw,2.5rem);
}
.donor-recognition__header {
  text-align: center; max-width: 680px; margin: 0 auto 40px;
}
.donor-recognition__eyebrow {
  display: inline-flex; align-items: center; gap: 12px; margin-bottom: 16px;
}
.donor-recognition__eyebrow-line {
  width: 28px; height: 1px; background: var(--sky); flex-shrink: 0;
}
.donor-recognition__eyebrow-label {
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--sky);
}
.donor-recognition__heading {
  font-family: 'Roboto Slab', serif;
  font-size: clamp(1.6rem,3vw,2.4rem);
  font-weight: 600; color: var(--white); margin-bottom: 12px;
}
.donor-recognition__sub {
  font-family: 'Segoe UI', sans-serif;
  font-size: 1rem; line-height: 1.8; color: rgba(255,255,255,0.55);
}
.donor-recognition__wall-note {
  background: rgba(0,175,239,0.07);
  border: 1px solid rgba(0,175,239,0.18);
  border-radius: 4px; padding: 20px 24px; margin-bottom: 40px;
}
.donor-recognition__wall-note p {
  font-family: 'Segoe UI', sans-serif;
  font-size: 0.92rem; line-height: 1.8;
  color: rgba(255,255,255,0.65); text-align: center;
}
.donor-recognition__wall-note strong { color: var(--white); }
.donor-recognition__circles {
  display: grid; grid-template-columns: 1fr 1fr; gap: 24px;
}
.donor-recognition__circle-group {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 4px; overflow: hidden;
}
.donor-recognition__circle-header {
  padding: 20px 24px 16px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.donor-recognition__circle-title {
  font-family: 'Roboto Slab', serif;
  font-size: 0.9rem; font-weight: 600; color: var(--sky); letter-spacing: 0.04em;
}
.donor-recognition__tier {
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px; padding: 14px 24px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  transition: background 0.2s;
}
.donor-recognition__tier:last-child { border-bottom: none; }
.donor-recognition__tier:hover { background: rgba(255,255,255,0.04); }
.donor-recognition__tier-left {
  display: flex; align-items: center; gap: 12px; min-width: 0;
}
.donor-recognition__tier-dot {
  width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0;
}
.donor-recognition__tier-name {
  font-family: 'Segoe UI', sans-serif;
  font-size: 0.88rem; color: rgba(255,255,255,0.75);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.donor-recognition__tier-amount {
  font-family: 'Roboto Slab', serif;
  font-size: 0.88rem; font-weight: 700; color: var(--white);
  white-space: nowrap; flex-shrink: 0;
}
.donor-recognition__footnote { text-align: center; margin-top: 32px; }
.donor-recognition__footnote p {
  font-family: 'Segoe UI', sans-serif;
  font-size: 0.83rem; color: rgba(255,255,255,0.35); letter-spacing: 0.03em;
}

/* ══════════════════════════════════════
   LEGACY CTA
══════════════════════════════════════ */
.legacy-cta {
  background: var(--ash-pale);
  padding: clamp(56px,8vw,96px) 0;
}
.legacy-cta__inner {
  max-width: 1200px; margin: 0 auto;
  padding: 0 clamp(1.25rem,4vw,2.5rem);
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(2rem,5vw,72px); align-items: start;
}
.legacy-cta__eyebrow {
  display: inline-flex; align-items: center; gap: 10px; margin-bottom: 16px;
}
.legacy-cta__eyebrow-line {
  width: 28px; height: 1px; background: var(--sky); flex-shrink: 0;
}
.legacy-cta__eyebrow-label {
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--sky);
}
.legacy-cta__heading {
  font-family: 'Roboto Slab', serif;
  font-size: clamp(1.8rem,3.5vw,3rem);
  font-weight: 600; color: var(--navy); line-height: 1.15; margin-bottom: 16px;
}
.legacy-cta__body {
  font-family: 'Segoe UI', sans-serif;
  font-size: clamp(0.9rem,1.4vw,1rem);
  line-height: 1.85; color: var(--muted); margin-bottom: 32px;
}
.legacy-cta__buttons { display: flex; flex-wrap: wrap; gap: 12px; }
.legacy-cta__btn-primary {
  background: var(--sky); color: var(--white);
  font-family: 'Roboto Slab', serif;
  font-size: 0.75rem; font-weight: 600; letter-spacing: 0.12em;
  text-transform: uppercase; padding: 0.9rem 1.8rem; border-radius: 2px;
  text-decoration: none; display: inline-flex; align-items: center; gap: 8px;
  transition: background 0.25s, transform 0.2s;
}
.legacy-cta__btn-primary:hover {
  background: var(--navy); color: var(--white); transform: translateY(-2px);
}
.legacy-cta__btn-outline {
  background: transparent; color: var(--navy);
  border: 1.5px solid var(--navy);
  font-family: 'Roboto Slab', serif;
  font-size: 0.75rem; font-weight: 600; letter-spacing: 0.12em;
  text-transform: uppercase; padding: 0.9rem 1.8rem; border-radius: 2px;
  text-decoration: none; display: inline-flex; align-items: center; gap: 8px;
  transition: background 0.25s, color 0.25s;
}
.legacy-cta__btn-outline:hover { background: var(--navy); color: var(--white); }
.legacy-cta__contact-card {
  background: var(--white); border: 1px solid var(--ash); border-radius: 4px;
  padding: clamp(1.5rem,3vw,2rem);
  box-shadow: 0 4px 20px rgba(46,58,110,0.07);
}
.legacy-cta__contact-title {
  font-family: 'Roboto Slab', serif;
  font-size: 1.1rem; font-weight: 700; color: var(--navy); margin-bottom: 4px;
}
.legacy-cta__contact-subtitle {
  font-size: 0.83rem; color: var(--muted); margin-bottom: 24px;
}
.legacy-cta__contact-items { display: flex; flex-direction: column; gap: 20px; }
.legacy-cta__contact-item { display: flex; align-items: flex-start; gap: 14px; }
.legacy-cta__contact-item-icon {
  width: 36px; height: 36px; border-radius: 8px;
  background: var(--sky-light);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.legacy-cta__contact-item-icon svg {
  width: 16px; height: 16px; stroke: var(--sky); fill: none;
  stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round;
}
.legacy-cta__contact-item-label {
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--muted); margin-bottom: 3px;
}
.legacy-cta__contact-item-value a {
  font-size: 0.9rem; color: var(--navy); text-decoration: none;
  font-weight: 600; transition: color 0.2s;
}
.legacy-cta__contact-item-value a:hover { color: var(--sky); }

/* ══════════════════════════════════════
   FOOTER NOTE
══════════════════════════════════════ */
.page-footer-note {
  background: var(--navy-deep);
  border-top: 1px solid rgba(255,255,255,0.07);
  padding: 24px clamp(1.25rem,4vw,2.5rem);
  text-align: center;
}
.page-footer-note p {
  font-family: 'Segoe UI', sans-serif;
  font-size: 0.78rem; line-height: 1.7;
  color: rgba(255,255,255,0.9);
  max-width: 800px; margin: 0 auto;
}

/* ══════════════════════════════════════
   ANIMATIONS & SCROLL REVEALS
══════════════════════════════════════ */
@keyframes lbsFadeUp {
  from { opacity: 0; transform: translateY(18px); }
  to   { opacity: 1; transform: translateY(0); }
}

.lbs-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.lbs-reveal.lbs-in { opacity: 1; transform: translateY(0); }

.lbs-rd1 { transition-delay: 0.08s; }
.lbs-rd2 { transition-delay: 0.16s; }
.lbs-rd3 { transition-delay: 0.24s; }
.lbs-rd4 { transition-delay: 0.32s; }
.lbs-rd5 { transition-delay: 0.40s; }

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .lbs-reveal { transition: none; opacity: 1; transform: none; }
  .fund-barometer__wave,
  .fund-barometer__bubble { animation: none; opacity: 0; }
  .fund-barometer__liquid { transition: none; }
}

/* ══════════════════════════════════════
   RESPONSIVE — TABLET ≤ 960px
══════════════════════════════════════ */
@media (max-width: 960px) {
  .about-chair__inner,
  .honour-section__inner,
  .support-matters__inner,
  .legacy-cta__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .governance__grid,
  .donor-recognition__circles {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  /* Reorder: image above text for visual context */
  .about-chair__inner > *:last-child        { order: -1; }
  .support-matters__inner > *:first-child   { order: -1; }

  .fund-barometer__inner {
    grid-template-columns: 1fr;
    gap: 32px;
    text-align: center;
  }
  .fund-barometer__visual { order: -1; }
  .fund-barometer__figure { align-items: center; border-left: none; border-top: 3px solid var(--sky); padding: 16px 0 0; }
  .fund-barometer__body { margin-left: auto; margin-right: auto; }

  .honour-section__portrait-img { height: clamp(260px,55vw,400px); }
}

/* ══════════════════════════════════════
   RESPONSIVE — MOBILE ≤ 768px
══════════════════════════════════════ */
@media (max-width: 768px) {
  .lbs-nav-links     { display: none; }
  .lbs-nav-hamburger { display: flex; }

  #lbs-sticky-donate { bottom: 1rem; right: 1rem; }

  .lbs-hero-h1 { font-size: clamp(2rem,8vw,3rem); }

  .fund-barometer__tube       { width: 76px; height: 320px; border-radius: 38px; }
  .fund-barometer__tube-cap   { width: 86px; }
  .fund-barometer__tube-base  { width: 112px; }
}

/* ══════════════════════════════════════
   RESPONSIVE — SMALL MOBILE ≤ 500px
══════════════════════════════════════ */
@media (max-width: 500px) {
  .donor-recognition__tier-amount { font-size: 0.78rem; }
  .donor-recognition__circles     { gap: 12px; }

  .legacy-cta__buttons           { flex-direction: column; }
  .legacy-cta__btn-primary,
  .legacy-cta__btn-outline       { width: 100%; justify-content: center; }

  .support-matters__image-grid   { grid-template-columns: 1fr; }
  .support-matters__img--tall    { grid-row: auto; }
  .support-matters__img--tall img{ height: 220px; }

  .fund-barometer__tube       { width: 64px; height: 280px; border-radius: 32px; }
  .fund-barometer__tube-cap   { width: 74px; }
  .fund-barometer__tube-base  { width: 96px; }
}/* End custom CSS */