:root {
  --primary: #0e7c66;
  --primary-deep: #0a5a4a;
  --primary-soft: #e8f5f0;
  --accent: #7fdcc0;
  --sky: #eaf4fa;
  --ink: #0e1e22;
  --ink-muted: #4a5a5e;
  --ink-subtle: #6b7a7d;
  --surface: #ffffff;
  --canvas: #f3faf7;
  --trust: #123a52;
  --on-track: #0e7c66;
  --risk: #c98a00;
  --delayed: #b24a3a;
  --complete: #1f5f56;
  --radius: 20px;
  --radius-sm: 14px;
  --header-h: 76px;

  /* Glass design tokens */
  --glass-bg: rgba(255, 255, 255, 0.55);
  --glass-bg-strong: rgba(255, 255, 255, 0.72);
  --glass-bg-subtle: rgba(255, 255, 255, 0.38);
  --glass-blur: saturate(160%) blur(18px);
  --glass-ring: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 0 0 1px rgba(255, 255, 255, 0.35);
  --glass-ring-hover: inset 0 1px 0 rgba(255, 255, 255, 0.95), inset 0 0 0 1px rgba(127, 220, 192, 0.45);
  --shadow-xs: 0 1px 2px rgba(18, 58, 82, 0.04), 0 2px 8px rgba(18, 58, 82, 0.04);
  --shadow: 0 10px 30px rgba(18, 58, 82, 0.08), 0 2px 6px rgba(18, 58, 82, 0.04);
  --shadow-hover: 0 18px 46px rgba(18, 58, 82, 0.14), 0 4px 10px rgba(18, 58, 82, 0.06);
  --shadow-lg: 0 28px 70px rgba(18, 58, 82, 0.14), 0 6px 14px rgba(18, 58, 82, 0.06);
  --divider: rgba(14, 30, 34, 0.06);
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

@font-face {
  font-family: "SolaimanLipi";
  src:
    local("SolaimanLipi"),
    local("SolaimanLipi Normal"),
    url("./fonts/SolaimanLipi.ttf") format("truetype"),
    url("./fonts/solaimanlipi.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Noto Sans Bengali", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-feature-settings: "cv11", "ss01";
  color: var(--ink);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Soft mesh that glass surfaces refract against */
  background-color: var(--canvas);
  background-image:
    radial-gradient(800px 600px at 8% -5%, rgba(127, 220, 192, 0.28), transparent 60%),
    radial-gradient(700px 520px at 105% 12%, rgba(131, 182, 209, 0.22), transparent 65%),
    radial-gradient(900px 700px at 60% 108%, rgba(175, 231, 206, 0.26), transparent 60%),
    radial-gradient(600px 460px at -10% 70%, rgba(200, 230, 222, 0.3), transparent 65%);
  background-attachment: fixed;
}

/* Use serif Bengali typography when Bangla is active */
html[lang="bn"] body {
  font-family: "Noto Serif Bengali", "Noto Sans Bengali", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Bangla headlines use SolaimanLipi first */
html[lang="bn"] .section-title,
html[lang="bn"] .section-heading,
html[lang="bn"] .hero-title,
html[lang="bn"] .about-title,
html[lang="bn"] .brand-title {
  font-family: "SolaimanLipi", "Noto Serif Bengali", "Noto Sans Bengali", serif;
  letter-spacing: 0;
}

a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }

/* ===== Floating glass navbar ===== */
.site-header {
  position: fixed; top: 12px; left: 12px; right: 12px;
  z-index: 60;
  isolation: isolate;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: saturate(180%) blur(22px);
  -webkit-backdrop-filter: saturate(180%) blur(22px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.7),
    inset 0 0 0 1px rgba(255, 255, 255, 0.4),
    0 10px 30px rgba(18, 58, 82, 0.08);
  transition: background 260ms ease, box-shadow 260ms ease;
}
.site-header.scrolled {
  background: rgba(255, 255, 255, 0.78);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.85),
    inset 0 0 0 1px rgba(255, 255, 255, 0.5),
    0 14px 40px rgba(18, 58, 82, 0.12);
}
.navbar {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; padding: 12px 18px;
  max-width: 1240px; margin: 0 auto;
}
.brand { display: flex; gap: 12px; align-items: center; min-width: 0; }
.brand-mark {
  width: 52px; height: 52px; min-width: 52px; min-height: 52px; max-width: 52px; max-height: 52px;
  flex: 0 0 52px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.62);
  display: grid; place-items: center;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.65), 0 6px 16px rgba(18, 58, 82, 0.12);
  overflow: hidden;
}
.brand-logo {
  width: 46px;
  height: 46px;
  max-width: 46px;
  max-height: 46px;
  object-fit: contain;
  display: block;
}
.brand-text { line-height: 1.15; }
.brand-title {
  font-family: "Playfair Display", "Noto Sans Bengali", serif;
  font-weight: 600; font-size: 17px; letter-spacing: -0.01em;
  color: var(--ink);
}
.brand-sub {
  color: var(--ink-subtle); font-size: 11.5px; letter-spacing: 0.02em;
  font-weight: 500;
  white-space: nowrap;
}
.brand-text { min-width: 0; }
html[lang="en"] .brand-sub {
  max-width: 260px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nav-links { list-style: none; display: flex; gap: 4px; margin: 0; padding: 0; }
.nav-links a {
  padding: 9px 14px; border-radius: 10px;
  font-size: 14.5px; font-weight: 500;
  color: var(--ink); opacity: 0.78;
  white-space: nowrap;
  transition: 200ms ease;
}
.nav-links a:hover { opacity: 1; background: rgba(14, 124, 102, 0.08); color: var(--primary); }
.nav-links a.active { opacity: 1; background: var(--primary-soft); color: var(--primary-deep); }
.nav-actions { display: flex; align-items: center; gap: 8px; }
.icon-btn {
  width: 38px; height: 38px; display: grid; place-items: center;
  border: 0; border-radius: 12px;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(10px);
  color: var(--ink);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5), 0 1px 3px rgba(18, 58, 82, 0.05);
  transition: 200ms ease;
}
.icon-btn:hover {
  color: var(--primary-deep); background: rgba(255, 255, 255, 0.85);
  box-shadow: inset 0 0 0 1px rgba(127, 220, 192, 0.4), 0 4px 10px rgba(18, 58, 82, 0.08);
}
.ghost-btn {
  border: 0; border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(10px);
  padding: 9px 16px;
  font-size: 13.5px; font-weight: 500; color: var(--ink);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5), 0 1px 3px rgba(18, 58, 82, 0.05);
  transition: 200ms ease;
}
.ghost-btn:hover {
  color: var(--primary-deep); background: rgba(255, 255, 255, 0.85);
  box-shadow: inset 0 0 0 1px rgba(127, 220, 192, 0.4), 0 4px 10px rgba(18, 58, 82, 0.08);
}
.primary-pill {
  border: 0; border-radius: 999px; padding: 10px 18px;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-deep) 100%);
  color: #fff; font-size: 13.5px; font-weight: 600;
  box-shadow: 0 6px 16px rgba(14, 124, 102, 0.28);
  transition: 200ms ease;
}
.primary-pill:hover { transform: translateY(-1px); box-shadow: 0 10px 22px rgba(14, 124, 102, 0.35); }
.menu-toggle {
  display: none;
  width: 40px; height: 40px;
  border: 0;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(10px);
  border-radius: 12px; color: var(--ink);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5), 0 1px 3px rgba(18, 58, 82, 0.05);
  align-items: center; justify-content: center;
}

main { min-height: 76vh; padding: 0 20px 120px; max-width: 1200px; margin: 0 auto; }
.section-title { font-size: clamp(24px, 2.2vw, 34px); line-height: 1.2; margin: 0 0 8px; }
.muted { color: var(--ink-muted); }

/* Reusable glass surface */
.glass, .panel, .card, .metric-card, .tri-col, .list-item, .story-banner,
.kpi-card, .modal-card, .promise-card, .pillar, .editorial-feature,
.marquee figure, .endorse-strip, .voice-stat {
  background: var(--glass-bg);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  box-shadow: var(--glass-ring), var(--shadow);
  border: 0;
  transition: box-shadow 260ms ease, transform 260ms ease, background 260ms ease;
}

.hero {
  display: grid; grid-template-columns: 1.2fr 1fr; gap: 20px;
  background: linear-gradient(145deg, rgba(255,255,255,0.65), rgba(255,255,255,0.4));
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border-radius: 24px; padding: 24px;
  box-shadow: var(--glass-ring), var(--shadow);
}
.hero-actions { display: flex; gap: 10px; margin-top: 14px; flex-wrap: wrap; }
.primary-btn {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-deep) 100%);
  color: #fff; border: 0; border-radius: 12px; padding: 10px 16px; font-weight: 600;
  box-shadow: 0 6px 16px rgba(14, 124, 102, 0.28);
  transition: transform 200ms ease, box-shadow 200ms ease;
}
.primary-btn:hover { transform: translateY(-1px); box-shadow: 0 10px 24px rgba(14, 124, 102, 0.36); }
.secondary-btn {
  background: var(--glass-bg-strong); color: var(--primary-deep); border: 0; border-radius: 12px; padding: 10px 16px;
  backdrop-filter: var(--glass-blur);
  box-shadow: var(--glass-ring), var(--shadow-xs);
  font-weight: 600;
}

.metrics-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 12px; }
.metric-card { border-radius: var(--radius-sm); padding: 14px; }
.metric-card:hover { box-shadow: var(--glass-ring-hover), var(--shadow-hover); transform: translateY(-2px); }
.metric-value { font-size: 22px; font-weight: 700; color: var(--primary-deep); }

.panel {
  margin-top: 22px; border-radius: var(--radius);
  padding: 22px;
}
.panel-head { display: flex; justify-content: space-between; gap: 12px; align-items: center; }

.cards-grid { margin-top: 14px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.card {
  border-radius: var(--radius-sm); padding: 16px;
}
.card:hover { box-shadow: var(--glass-ring-hover), var(--shadow-hover); transform: translateY(-3px); }
.card--complete {
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.84) 0%, rgba(231, 249, 242, 0.88) 100%);
  box-shadow:
    inset 0 0 0 1px rgba(152, 223, 196, 0.42),
    0 10px 26px rgba(20, 102, 85, 0.1);
}

.badge { font-size: 12px; border-radius: 999px; padding: 3px 10px; display: inline-flex; align-items: center; font-weight: 500; }
.status-on_track { background: rgba(14, 124, 102, 0.12); color: var(--on-track); }
.status-at_risk { background: rgba(201, 138, 0, 0.15); color: #8a6000; }
.status-delayed { background: rgba(178, 74, 58, 0.14); color: var(--delayed); }
.status-complete {
  background: linear-gradient(135deg, rgba(27, 126, 99, 0.2), rgba(19, 104, 82, 0.24));
  color: #0f6d58;
  box-shadow: inset 0 0 0 1px rgba(24, 119, 93, 0.24);
}
.status-complete::before {
  content: "✓";
  margin-right: 6px;
  font-size: 11px;
  font-weight: 700;
}

.progress-wrap {
  background: rgba(14, 30, 34, 0.06); border-radius: 999px; height: 8px;
  overflow: hidden; margin-top: 10px;
  box-shadow: inset 0 1px 2px rgba(14, 30, 34, 0.06);
}
.progress-bar {
  height: 100%;
  background: linear-gradient(90deg, var(--primary) 0%, var(--accent) 100%);
  border-radius: 999px;
}
.progress-bar.status-complete {
  background: linear-gradient(90deg, #1b8f72 0%, #59c7a5 100%);
  box-shadow: 0 0 10px rgba(27, 143, 114, 0.3);
}
.meta { color: var(--ink-muted); font-size: 13px; margin-top: 10px; }

.tri-board {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px;
}
.tri-col { border-radius: var(--radius-sm); padding: 14px; }
.tri-col h4 { margin: 4px 0 12px; color: var(--primary-deep); }

.filters { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }
.filters select, .filters input {
  border: 0;
  background: var(--glass-bg-strong);
  backdrop-filter: var(--glass-blur);
  border-radius: 12px; padding: 10px 14px; min-width: 150px;
  color: var(--ink);
  box-shadow: var(--glass-ring), var(--shadow-xs);
  transition: box-shadow 200ms ease;
}
.filters select:focus, .filters input:focus {
  outline: none;
  box-shadow: var(--glass-ring-hover), 0 0 0 3px rgba(127, 220, 192, 0.3);
}
.filters .ghost-btn.filter-active,
.filters select.filter-active,
.filters input.filter-active {
  background: linear-gradient(135deg, rgba(127, 220, 192, 0.36), rgba(127, 220, 192, 0.14));
  color: var(--primary-deep);
  box-shadow:
    inset 0 0 0 1px rgba(86, 177, 151, 0.45),
    0 4px 14px rgba(14, 124, 102, 0.16);
}

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.list { display: grid; gap: 10px; margin-top: 12px; }
.list-item {
  border-radius: var(--radius-sm); padding: 14px;
}
.list-item:hover { box-shadow: var(--glass-ring-hover), var(--shadow-hover); transform: translateY(-2px); }

.methodology-actions {
  margin-top: 14px;
}

.story-banner {
  border-radius: var(--radius); overflow: hidden;
  display: grid; grid-template-columns: 1.1fr 1fr;
}
.story-banner img, .hero-photo img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.story-copy { padding: 20px; }

.kpi-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.kpi-card { border-radius: var(--radius-sm); padding: 16px; }
.kpi-value { font-size: 22px; font-weight: 700; color: var(--trust); font-family: "Playfair Display", serif; }

.initiative-progress-card {
  padding: clamp(16px, 2.5vw, 24px);
}

.initiative-progress-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 14px;
}

.initiative-progress-header h3 {
  margin: 0 0 6px;
}

.initiative-progress-legend {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  font-size: 12px;
  color: var(--ink-muted);
}

.initiative-progress-legend span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.legend-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  display: inline-block;
}

.legend-dot.planned {
  background: linear-gradient(135deg, rgba(124, 140, 154, 0.78), rgba(124, 140, 154, 0.45));
}

.legend-dot.actual {
  background: linear-gradient(135deg, #0e7c66 0%, #2ca488 100%);
}

.initiative-progress-board {
  display: grid;
  gap: 12px;
}

.initiative-chart-shell {
  position: relative;
  height: 330px;
  margin: 4px 0 14px;
  padding: 10px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.7);
}

.initiative-chart-shell canvas {
  width: 100% !important;
  height: 100% !important;
}

.initiative-progress-row {
  border-radius: 14px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.68), 0 8px 18px rgba(14, 56, 48, 0.08);
}

.initiative-progress-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}

.initiative-progress-head h4 {
  margin: 0;
  font-size: 15px;
  line-height: 1.35;
}

.initiative-progress-head p {
  margin: 4px 0 0;
  color: var(--ink-muted);
  font-size: 12px;
}

.initiative-variance {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
  white-space: nowrap;
}

.initiative-variance.positive {
  color: #0f664f;
  background: rgba(53, 181, 143, 0.18);
}

.initiative-variance.negative {
  color: #9a4233;
  background: rgba(220, 102, 81, 0.16);
}

.initiative-variance.neutral {
  color: #565f67;
  background: rgba(124, 140, 154, 0.16);
}

.initiative-progress-track {
  margin-top: 10px;
  height: 16px;
  border-radius: 999px;
  background: rgba(172, 186, 197, 0.18);
  position: relative;
  overflow: hidden;
}

.initiative-progress-bar {
  height: 100%;
  border-radius: inherit;
  position: absolute;
  left: 0;
  top: 0;
}

.initiative-progress-bar.planned {
  z-index: 1;
  background: linear-gradient(90deg, rgba(144, 156, 168, 0.72), rgba(144, 156, 168, 0.44));
}

.initiative-progress-bar.actual {
  z-index: 2;
}

.initiative-progress-bar.actual.status-on_track {
  background: linear-gradient(90deg, #0e7c66 0%, #2ca488 100%);
}

.initiative-progress-bar.actual.status-at_risk {
  background: linear-gradient(90deg, #d98c32 0%, #ebb263 100%);
}

.initiative-progress-bar.actual.status-delayed {
  background: linear-gradient(90deg, #ca5a4a 0%, #dd816d 100%);
}

.initiative-progress-bar.actual.status-complete {
  background: linear-gradient(90deg, #1f9f81 0%, #45c8a8 100%);
}

.initiative-progress-values {
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--ink-subtle);
  font-size: 12px;
}

.feedback-form { display: grid; gap: 12px; max-width: 760px; }
.feedback-form label { display: grid; gap: 6px; font-weight: 500; }
.feedback-form input, .feedback-form textarea, .feedback-form select {
  border: 0;
  background: var(--glass-bg-strong);
  backdrop-filter: var(--glass-blur);
  border-radius: 12px; padding: 12px 14px;
  color: var(--ink);
  box-shadow: var(--glass-ring), var(--shadow-xs);
  transition: box-shadow 200ms ease;
}
.feedback-form input:focus, .feedback-form textarea:focus, .feedback-form select:focus {
  outline: none;
  box-shadow: var(--glass-ring-hover), 0 0 0 3px rgba(127, 220, 192, 0.3);
}

#site-footer {
  margin-top: 40px; padding: 40px 20px 110px;
  background: linear-gradient(180deg, #0b1f22 0%, #0a1b1e 100%);
  color: #d9ece7;
  position: relative;
}
#site-footer::before {
  content: "";
  position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(127, 220, 192, 0.25), transparent);
}
.footer-grid {
  max-width: 1200px; margin: 0 auto; display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px;
}
.footer-grid h4 { margin: 0 0 10px; color: #fff; font-family: "Playfair Display", serif; font-weight: 500; }
.footer-grid a { display: block; padding: 5px 0; color: #c6ddd6; transition: color 200ms ease; }
.footer-grid a:hover { color: var(--accent); }
.footer-base {
  max-width: 1200px; margin: 20px auto 0; color: #9bb5ae;
  padding-top: 16px; font-size: 13px;
  background: linear-gradient(90deg, transparent, rgba(127, 220, 192, 0.2), transparent) top / 100% 1px no-repeat;
}

.mobile-tabs {
  position: fixed; bottom: 10px; left: 10px; right: 10px; z-index: 45; display: none;
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: saturate(160%) blur(20px);
  -webkit-backdrop-filter: saturate(160%) blur(20px);
  border-radius: 18px;
  box-shadow: var(--glass-ring), var(--shadow-lg);
  padding: 8px 8px;
}
.mobile-tabs a {
  flex: 1; text-align: center; font-size: 12px; padding: 8px 0;
  border-radius: 12px; color: var(--ink); opacity: 0.75;
  transition: all 200ms ease;
}
.mobile-tabs a:hover, .mobile-tabs a.active {
  background: rgba(14, 124, 102, 0.1); color: var(--primary-deep); opacity: 1;
}

.modal {
  position: fixed; inset: 0;
  background: rgba(8, 20, 23, 0.32);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: grid; place-items: center; z-index: 70;
}
.hidden { display: none !important; }
.modal-card {
  width: min(94vw, 560px);
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: saturate(160%) blur(24px);
  -webkit-backdrop-filter: saturate(160%) blur(24px);
  border-radius: var(--radius); padding: 22px;
  box-shadow: var(--glass-ring), var(--shadow-lg);
}
.modal-head { display: flex; justify-content: space-between; align-items: center; }
.modal input, .modal select {
  width: 100%; margin-top: 10px; padding: 12px 14px;
  border: 0;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  box-shadow: var(--glass-ring), var(--shadow-xs);
  color: var(--ink);
}
.modal input:focus, .modal select:focus {
  outline: none;
  box-shadow: var(--glass-ring-hover), 0 0 0 3px rgba(127, 220, 192, 0.3);
}

.scroll-top {
  position: fixed; right: 14px; bottom: 76px; z-index: 48;
  width: 42px; height: 42px;
  display: grid; place-items: center;
  border: 0;
  background: rgba(18, 58, 82, 0.88);
  backdrop-filter: blur(12px);
  color: #fff; border-radius: 999px;
  font-size: 20px; line-height: 1;
  box-shadow: var(--shadow-lg);
  transition: transform 200ms ease, background 200ms ease;
}
.scroll-top:hover {
  background: rgba(14, 124, 102, 0.9);
  transform: translateY(-2px);
}

.hero-photo { border-radius: var(--radius-sm); overflow: hidden; min-height: 260px; }

@media (max-width: 1024px) {
  .cards-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .kpi-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .initiative-progress-header {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 960px) {
  .nav-links { display: none; }
  .nav-actions .ghost-btn#lang-toggle { display: none; }
}
@media (max-width: 1240px) {
  html[lang="en"] .brand-sub { display: none; }
}
@media (max-width: 860px) {
  .navbar { gap: 10px; padding: 10px 12px; }
  .brand {
    flex: 1 1 auto;
    min-width: 0;
    max-width: calc(100% - 104px);
  }
  .brand-mark {
    width: 44px; height: 44px; min-width: 44px; min-height: 44px; max-width: 44px; max-height: 44px;
    flex: 0 0 44px;
  }
  .brand-logo {
    width: 38px; height: 38px; max-width: 38px; max-height: 38px;
  }
  .brand-text {
    min-width: 0;
    overflow: hidden;
  }
  .brand-title {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .brand-sub { display: none; }
  .menu-toggle { display: inline-flex; }
  .nav-links {
    position: absolute; left: 8px; right: 8px; top: calc(100% + 10px);
    flex-direction: column;
    background: rgba(255,255,255,0.94);
    backdrop-filter: saturate(170%) blur(20px);
    -webkit-backdrop-filter: saturate(170%) blur(20px);
    padding: 12px; border-radius: 18px;
    box-shadow: var(--glass-ring), var(--shadow-lg);
    z-index: 85;
    display: none;
  }
  .nav-links.open { display: flex; }
  .nav-actions { gap: 6px; }
  .nav-actions .primary-pill { display: none; }
  .nav-actions .icon-btn { width: 36px; height: 36px; }
  .hero, .split, .story-banner { grid-template-columns: 1fr; }
  .tri-board { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  main { padding: 16px 12px 110px; }
  .cards-grid, .metrics-grid, .kpi-grid { grid-template-columns: 1fr; }
  .initiative-chart-shell {
    height: 280px;
    padding: 8px;
  }
  .initiative-progress-row {
    padding: 12px;
  }
  .initiative-progress-head {
    flex-direction: column;
  }
  .initiative-variance {
    align-self: flex-start;
  }
  .mobile-tabs { display: flex; }
  .footer-grid { grid-template-columns: 1fr; }
}

/* ===== Marketing landing ===== */
.serif { font-family: "Playfair Display", "Noto Sans Bengali", serif; letter-spacing: -0.01em; }

/* Full-bleed breakout from the max-width main */
.full-bleed {
  width: 100vw;
  position: relative;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.marketing-hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  background: #061e1a;
}

/* Slider */
.slider { position: absolute; inset: 0; }
.slide {
  position: absolute; inset: 0;
  opacity: 0;
  transition: opacity 1000ms ease;
  pointer-events: none;
}
.slide.active { opacity: 1; pointer-events: auto; }
.slide img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transform: scale(1.06);
  transition: transform 9000ms ease-out;
  filter: saturate(1.02) contrast(1.02);
}
.slide.active img { transform: scale(1); }

/* Scrim: elegant, hospital-clean gradient that preserves image color */
.slide-scrim {
  position: absolute; inset: 0;
  background:
    radial-gradient(120% 80% at 20% 100%, rgba(6, 30, 26, 0.9) 0%, rgba(6, 30, 26, 0.55) 40%, rgba(6, 30, 26, 0.15) 70%, rgba(6, 30, 26, 0) 100%),
    linear-gradient(180deg, rgba(6, 30, 26, 0.2) 0%, rgba(6, 30, 26, 0) 25%, rgba(6, 30, 26, 0) 55%, rgba(6, 30, 26, 0.7) 100%);
}

.slide-caption {
  position: absolute; right: 24px; top: calc(var(--header-h) + 24px); z-index: 3;
  color: #eaf7f2; font-size: 11.5px; letter-spacing: 0.12em; text-transform: uppercase;
  background: rgba(10, 34, 30, 0.28);
  padding: 7px 14px; border-radius: 999px;
  backdrop-filter: blur(12px);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.18);
  max-width: 42vw; text-align: right;
}

/* Per-slide content that fades with the slide */
.slide-content {
  position: absolute;
  z-index: 3;
  left: 0; right: 0; top: 50%;
  transform: translateY(-50%);
  padding: 0 clamp(24px, 6vw, 88px);
  max-width: 1240px; margin: 0 auto;
  color: #f4fbf8;
  display: flex; flex-direction: column; gap: 20px;
  pointer-events: none;
}
.slide-content > * { opacity: 0; transform: translateY(14px); transition: opacity 700ms ease, transform 700ms ease; }
.slide.active .slide-content > * { opacity: 1; transform: translateY(0); }
.slide.active .slide-content > *:nth-child(1) { transition-delay: 200ms; }
.slide.active .slide-content > *:nth-child(2) { transition-delay: 380ms; }
.slide.active .slide-content > *:nth-child(3) { transition-delay: 560ms; }

.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 12.5px; text-transform: uppercase; letter-spacing: 0.18em;
  color: #b7e3d4; font-weight: 500;
}
.hero-eyebrow .dot {
  width: 8px; height: 8px; border-radius: 999px;
  background: #7fdcc0;
  box-shadow: 0 0 0 4px rgba(127, 220, 192, 0.22), 0 0 20px rgba(127, 220, 192, 0.6);
}
.hero-title {
  font-family: "Playfair Display", "Noto Sans Bengali", serif;
  font-weight: 600;
  font-size: clamp(40px, 6.4vw, 84px);
  line-height: 1.04;
  letter-spacing: -0.015em;
  margin: 0;
  max-width: 20ch;
  text-shadow: 0 2px 30px rgba(0,0,0,0.35);
}
.hero-title .accent {
  background: linear-gradient(135deg, #9be8d0 0%, #7fdcc0 50%, #5ac8a6 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  font-style: italic;
}
.hero-sub {
  font-family: "Noto Sans Bengali", "Inter", sans-serif;
  font-size: clamp(16px, 1.5vw, 20px);
  color: #dcede6;
  max-width: 56ch;
  margin: 0;
  line-height: 1.55;
  text-shadow: 0 1px 12px rgba(0,0,0,0.3);
}

/* Bottom action bar pinned to hero */
.hero-bottom {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 4;
  padding: clamp(28px, 4vw, 52px) clamp(24px, 6vw, 88px) clamp(48px, 8vw, 84px);
  max-width: 1240px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  flex-wrap: wrap;
}

.hero-cta-row { display: flex; gap: 12px; flex-wrap: wrap; }
.cta-primary {
  display: inline-flex; align-items: center; gap: 8px;
  background: #ffffff; color: var(--primary-deep);
  padding: 13px 22px; border-radius: 999px; border: 0;
  font-weight: 600; font-size: 14.5px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  transition: 220ms ease;
}
.cta-primary:hover { background: #f1faf6; transform: translateY(-1px); box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22); }
.cta-primary svg { transition: transform 220ms ease; }
.cta-primary:hover svg { transform: translateX(3px); }
.cta-ghost {
  background: rgba(255, 255, 255, 0.1);
  color: #f4fbf8;
  padding: 13px 22px; border-radius: 999px;
  border: 0;
  box-shadow: inset 0 0 0 1px rgba(244, 251, 248, 0.3), inset 0 1px 0 rgba(255,255,255,0.18);
  font-weight: 500; font-size: 14.5px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: 220ms ease;
}
.cta-ghost:hover {
  background: rgba(255, 255, 255, 0.18);
  box-shadow: inset 0 0 0 1px rgba(244, 251, 248, 0.55), inset 0 1px 0 rgba(255,255,255,0.3);
}

.slider-controls {
  display: flex; align-items: center; gap: 12px;
  background: rgba(8, 30, 26, 0.32);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  padding: 8px 10px;
  border-radius: 999px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.16), inset 0 1px 0 rgba(255,255,255,0.14);
}
.slider-controls .dots { display: flex; gap: 8px; align-items: center; padding: 0 4px; }
.dot-btn {
  width: 8px; height: 8px; border-radius: 999px; border: 0;
  background: rgba(255, 255, 255, 0.4);
  transition: 260ms ease;
  padding: 0;
}
.dot-btn.active {
  width: 26px;
  background: linear-gradient(90deg, #9be8d0, #7fdcc0);
}
.arrow-btn {
  width: 36px; height: 36px; border-radius: 999px;
  border: 0;
  background: rgba(255, 255, 255, 0.1);
  color: #fff; display: grid; place-items: center;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
  transition: 200ms ease;
}
.arrow-btn:hover {
  background: rgba(255, 255, 255, 0.22);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

/* Scroll cue */
.hero-scroll {
  position: absolute; left: 50%; bottom: 20px; transform: translateX(-50%);
  z-index: 3;
  display: none;
  align-items: center; gap: 6px;
  color: rgba(244, 251, 248, 0.72);
  font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
  animation: heroScrollBob 2.4s ease-in-out infinite;
}
@keyframes heroScrollBob {
  0%, 100% { transform: translate(-50%, 0); }
  50% { transform: translate(-50%, 6px); }
}

/* Trust bar — lifts above the hero like a hospital chart */
.trust-bar {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0;
  margin-top: -18px; position: relative; z-index: 5;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: saturate(180%) blur(24px);
  -webkit-backdrop-filter: saturate(180%) blur(24px);
  border-radius: 24px;
  box-shadow: var(--glass-ring), var(--shadow-lg);
  overflow: hidden;
}
.trust-cell {
  padding: 24px 26px; position: relative;
}
.trust-cell::after {
  content: "";
  position: absolute; right: 0; top: 22%; bottom: 22%; width: 1px;
  background: linear-gradient(180deg, transparent, rgba(14, 30, 34, 0.08), transparent);
}
.trust-cell:last-child::after { display: none; }
.trust-num {
  font-family: "Playfair Display", serif;
  font-size: 34px; color: var(--primary-deep); font-weight: 600;
  line-height: 1.05;
}
.trust-label {
  color: var(--ink-subtle); font-size: 12px;
  letter-spacing: 0.1em; text-transform: uppercase;
  margin-top: 6px; font-weight: 500;
}

.section { margin-top: 56px; }
.section-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--primary-deep); font-weight: 600;
}
.section-eyebrow::before {
  content: ""; width: 18px; height: 2px; border-radius: 999px;
  background: linear-gradient(90deg, var(--primary), var(--accent));
}
.section-heading {
  font-family: "Playfair Display", "Noto Sans Bengali", serif;
  font-weight: 600;
  font-size: clamp(28px, 2.8vw, 44px);
  letter-spacing: -0.015em;
  margin: 10px 0 12px; line-height: 1.1;
}
.section-lede { color: var(--ink-muted); max-width: 68ch; margin: 0 0 22px; font-size: 17px; line-height: 1.65; }

.map-visualization-section .section-lede {
  max-width: 78ch;
}

.district-map-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr);
  gap: 18px;
  align-items: stretch;
}
.district-details-panel,
.district-map-panel {
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.62);
  backdrop-filter: saturate(170%) blur(18px);
  -webkit-backdrop-filter: saturate(170%) blur(18px);
  box-shadow: var(--glass-ring), var(--shadow);
}
.district-details-panel {
  padding: 20px;
  min-height: 460px;
}
.district-meta h3 {
  margin: 0;
  font-family: "Playfair Display", "Noto Sans Bengali", serif;
  font-size: clamp(24px, 2vw, 34px);
  color: var(--primary-deep);
}
.district-meta p {
  margin: 6px 0 0;
  color: var(--ink-muted);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.district-initiative-list {
  margin-top: 16px;
  display: grid;
  gap: 10px;
}
.district-initiative-card {
  background: rgba(255, 255, 255, 0.72);
  border-radius: 12px;
  padding: 13px 14px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6), 0 6px 14px rgba(14, 56, 48, 0.07);
}
.district-initiative-card h4 {
  margin: 0;
  font-size: 15px;
  line-height: 1.45;
}
.district-pill-row {
  margin-top: 10px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.district-pill {
  display: inline-flex;
  align-items: center;
  padding: 6px 11px;
  border-radius: 999px;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0e4e42;
  background: linear-gradient(135deg, rgba(127, 220, 192, 0.45), rgba(127, 220, 192, 0.18));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.65);
}
.district-pill-soft {
  color: var(--ink-subtle);
  background: rgba(15, 54, 49, 0.08);
}
.district-empty {
  border-radius: 12px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.65);
  color: var(--ink-muted);
}
.district-empty p {
  margin: 0;
  line-height: 1.6;
}
.district-map-panel {
  padding: 14px;
  position: relative;
}
.map-branding-note {
  position: absolute;
  top: 34px;
  right: 34px;
  z-index: 5;
  width: min(68%, 300px);
  padding: 8px 10px 7px;
  border-radius: 12px;
  color: rgba(16, 63, 54, 0.84);
  background: rgba(255, 255, 255, 0.08);
  border: 0;
  backdrop-filter: saturate(135%) blur(8px);
  -webkit-backdrop-filter: saturate(135%) blur(8px);
  box-shadow: 0 6px 14px rgba(16, 63, 54, 0.08);
  text-align: right;
  pointer-events: none;
}
.map-branding-headline {
  font-family: "Noto Sans Bengali", "Inter", sans-serif;
  font-size: clamp(13px, 1.05vw, 16px);
  font-weight: 500;
  line-height: 1.28;
  letter-spacing: 0;
}
.map-branding-subline {
  margin: 4px 0 0;
  color: rgba(35, 76, 68, 0.72);
  font-size: 10px;
  line-height: 1.32;
  letter-spacing: 0.01em;
}
.district-map-canvas {
  width: 100%;
  min-height: 460px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: radial-gradient(130% 95% at 50% 10%, rgba(127, 220, 192, 0.22), rgba(127, 220, 192, 0.03) 58%, transparent 100%);
}
.district-map-canvas svg {
  width: 100%;
  height: auto;
  max-height: 640px;
}
.district-map-canvas a {
  cursor: pointer;
}
.district-map-canvas a.initiative-less {
  cursor: default;
}
.district-map-canvas a path,
.district-map-canvas a polyline,
.district-map-canvas a polygon,
.district-map-canvas a rect,
.district-map-canvas a circle {
  fill: #f3ead1 !important;
  stroke: #c9bb93 !important;
  stroke-width: 0.9px !important;
  transition: fill 180ms ease, stroke 180ms ease, filter 180ms ease;
}
.district-map-canvas a.has-initiative path,
.district-map-canvas a.has-initiative polyline,
.district-map-canvas a.has-initiative polygon,
.district-map-canvas a.has-initiative rect,
.district-map-canvas a.has-initiative circle {
  fill: #d8f0d9 !important;
  stroke: #88b68a !important;
}
.district-map-canvas a.initiative-less path,
.district-map-canvas a.initiative-less polyline,
.district-map-canvas a.initiative-less polygon,
.district-map-canvas a.initiative-less rect,
.district-map-canvas a.initiative-less circle {
  fill: #f4efe3 !important;
  stroke: #d0c7af !important;
}
.district-map-canvas a.is-hovered path,
.district-map-canvas a.is-hovered polyline,
.district-map-canvas a.is-hovered polygon,
.district-map-canvas a.is-hovered rect,
.district-map-canvas a.is-hovered circle {
  fill: #59b8ff !important;
  stroke: #2078bf !important;
  filter: drop-shadow(0 0 3px rgba(70, 157, 232, 0.5));
}
.district-map-canvas a.is-selected path,
.district-map-canvas a.is-selected polyline,
.district-map-canvas a.is-selected polygon,
.district-map-canvas a.is-selected rect,
.district-map-canvas a.is-selected circle {
  fill: #0e7c66 !important;
  stroke: #065445 !important;
  filter: drop-shadow(0 0 4px rgba(14, 124, 102, 0.45));
}
.district-map-canvas a.is-selected.is-hovered path,
.district-map-canvas a.is-selected.is-hovered polyline,
.district-map-canvas a.is-selected.is-hovered polygon,
.district-map-canvas a.is-selected.is-hovered rect,
.district-map-canvas a.is-selected.is-hovered circle {
  fill: #0e7c66 !important;
}
.district-map-fallback {
  padding: 26px;
  border-radius: 12px;
  color: var(--ink-muted);
}

.pillars { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.pillar {
  border-radius: var(--radius); padding: 24px;
  position: relative; overflow: hidden;
}
.pillar::before {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(120% 80% at 0% 0%, rgba(127, 220, 192, 0.18), transparent 55%);
  pointer-events: none;
}
.pillar:hover { transform: translateY(-3px); box-shadow: var(--glass-ring-hover), var(--shadow-hover); }
.pillar .icon {
  width: 44px; height: 44px; border-radius: 14px;
  background: linear-gradient(135deg, rgba(127, 220, 192, 0.35), rgba(14, 124, 102, 0.12));
  color: var(--primary-deep);
  display: grid; place-items: center; margin-bottom: 14px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
}
.pillar h3 { margin: 0 0 6px; font-size: 18px; position: relative; }
.pillar p { margin: 0; color: var(--ink-muted); position: relative; }

.promises-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.promise-card {
  border-radius: var(--radius); padding: 22px;
  position: relative; overflow: hidden;
}
.promise-card::before {
  content: "";
  position: absolute; inset: auto -40px -40px auto; width: 160px; height: 160px;
  background: radial-gradient(circle, rgba(127, 220, 192, 0.2), transparent 65%);
  pointer-events: none;
}
.promise-card:hover { transform: translateY(-3px); box-shadow: var(--glass-ring-hover), var(--shadow-hover); }
.promise-number {
  font-family: "Playfair Display", serif; font-size: 26px; color: var(--primary-deep);
  letter-spacing: -0.02em; font-weight: 600;
  position: relative;
}
.promise-card h4 { margin: 6px 0 8px; font-size: 17px; line-height: 1.35; position: relative; }
.promise-card p { margin: 0; color: var(--ink-muted); font-size: 14.5px; position: relative; line-height: 1.6; }
.promise-tag {
  margin-top: 14px; display: inline-flex; gap: 6px; align-items: center;
  font-size: 12px; color: var(--primary-deep); font-weight: 600;
  position: relative;
}

.editorial-feature {
  display: grid; grid-template-columns: 1.05fr 1fr;
  border-radius: var(--radius); overflow: hidden;
}
.editorial-feature img { width: 100%; height: 100%; min-height: 360px; object-fit: cover; }
.editorial-copy { padding: clamp(24px, 3vw, 44px); display: flex; flex-direction: column; gap: 16px; }
.editorial-copy .tag {
  align-self: flex-start;
  background: linear-gradient(135deg, rgba(127, 220, 192, 0.35), rgba(14, 124, 102, 0.12));
  color: var(--primary-deep);
  padding: 6px 12px; border-radius: 999px; font-size: 12px; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.6);
}
.editorial-copy h3 {
  font-family: "Playfair Display", "Noto Sans Bengali", serif;
  font-size: clamp(24px, 2.4vw, 34px);
  margin: 0; line-height: 1.2; letter-spacing: -0.01em;
}
.editorial-copy blockquote {
  margin: 0; padding: 14px 18px;
  background: rgba(127, 220, 192, 0.12);
  border-radius: 14px;
  color: var(--ink); font-style: italic;
  font-family: "Playfair Display", serif;
  font-size: 17px; line-height: 1.5;
  box-shadow: inset 3px 0 0 var(--primary);
}
.problem-action-result { display: grid; gap: 10px; }
.par-row {
  display: grid; grid-template-columns: 110px 1fr; gap: 14px; align-items: start;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.45);
  border-radius: 12px;
  backdrop-filter: blur(10px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
}
.par-row .label { color: var(--primary-deep); font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; font-size: 11.5px; }

.voice-band {
  background:
    radial-gradient(120% 80% at 10% 10%, rgba(127, 220, 192, 0.18), transparent 60%),
    linear-gradient(140deg, #0e2b26 0%, #123a33 50%, #0a5a4a 130%);
  color: #eaf7f2; border-radius: var(--radius); padding: clamp(28px, 4vw, 52px);
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 28px; align-items: center;
  overflow: hidden; position: relative;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), var(--shadow-lg);
}
.voice-band::before {
  content: ""; position: absolute; inset: auto -80px -80px auto; width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(127, 220, 192, 0.4), transparent 70%);
  filter: blur(20px);
}
.voice-band h3 {
  font-family: "Playfair Display", serif;
  font-size: clamp(26px, 2.8vw, 38px); margin: 0 0 10px; line-height: 1.2;
  letter-spacing: -0.01em;
}
.voice-band p { margin: 0; color: #cfeae0; line-height: 1.6; }
.voice-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 18px; }
.voice-stat {
  background: rgba(255, 255, 255, 0.08) !important;
  backdrop-filter: blur(12px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.14), 0 4px 14px rgba(0,0,0,0.1) !important;
  border-radius: 16px; padding: 14px;
}
.voice-stat .num { font-family: "Playfair Display", serif; font-size: 26px; font-weight: 600; }
.voice-cta { display: flex; gap: 12px; flex-wrap: wrap; }

.marquee {
  display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px;
}
.marquee figure {
  margin: 0; border-radius: var(--radius-sm); overflow: hidden;
  position: relative; aspect-ratio: 4/5;
  background: rgba(6, 32, 28, 0.3);
  box-shadow: var(--glass-ring), var(--shadow);
}
.marquee figure img { width: 100%; height: 100%; object-fit: cover; transition: transform 700ms ease-out; }
.marquee figure:hover { transform: translateY(-3px); box-shadow: var(--glass-ring-hover), var(--shadow-hover); }
.marquee figure:hover img { transform: scale(1.06); }
.marquee figcaption {
  position: absolute; left: 10px; right: 10px; bottom: 10px;
  color: #f4fbf8; font-size: 12px;
  background: rgba(6, 22, 20, 0.4);
  backdrop-filter: blur(12px);
  padding: 7px 10px; border-radius: 10px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.14);
  line-height: 1.35;
}

.endorse-strip {
  display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap;
  padding: 18px 22px;
  border-radius: var(--radius-sm);
}
.endorse-strip span {
  color: var(--ink-muted); font-size: 12.5px;
  letter-spacing: 0.12em; text-transform: uppercase; font-weight: 500;
}

@media (max-width: 1024px) {
  .pillars { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .promises-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .marquee { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .trust-bar { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .district-map-layout { grid-template-columns: 1fr; }
  .district-details-panel,
  .district-map-canvas { min-height: 400px; }
  .map-branding-note {
    top: 24px;
    right: 24px;
    width: min(76%, 280px);
  }
  .trust-cell:nth-child(2) { border-right: 0; }
  .editorial-feature, .voice-band { grid-template-columns: 1fr; }
  .editorial-feature img { min-height: 260px; }
}
@media (max-width: 640px) {
  .pillars, .promises-grid { grid-template-columns: 1fr; }
  .marquee { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trust-bar { grid-template-columns: 1fr; }
  .trust-cell::after { display: none; }
  .trust-cell { position: relative; text-align: center; }
  .trust-num, .trust-label { text-align: center; }
  .trust-cell:not(:last-child)::before {
    content: ""; position: absolute; left: 22%; right: 22%; bottom: 0; height: 1px;
    background: linear-gradient(90deg, transparent, rgba(14, 30, 34, 0.08), transparent);
  }
  .trust-cell:last-child { border-bottom: 0; }
  .slide-caption { display: none; }
  .slide-content { padding: 0 24px; }
  .hero-bottom { padding: 24px 24px 44px; }
  .slider-controls { order: -1; margin: 0 auto; }
  .hero-cta-row {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .hero-cta-row .cta-primary,
  .hero-cta-row .cta-ghost {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  .hero-title { font-size: clamp(36px, 9vw, 52px); }
  .voice-stats { grid-template-columns: 1fr; }
  .district-details-panel { padding: 16px; min-height: 320px; }
  .district-map-panel { padding: 10px; }
  .district-map-layout {
    display: flex;
    flex-direction: column;
  }
  .district-map-panel { order: 1; }
  .district-details-panel { order: 2; }
  .map-branding-note {
    top: 14px;
    right: 14px;
    width: min(78%, 250px);
    padding: 8px 10px;
  }
  .map-branding-headline {
    font-size: clamp(14px, 4.2vw, 17px);
  }
  .map-branding-subline {
    font-size: 10.2px;
  }
  .district-map-canvas { min-height: 320px; }
  .district-initiative-card h4 { font-size: 14px; }
}

/* Non-hero pages — offset for fixed navbar */
main > .panel:first-child,
main > .section:first-child:not(.marketing-hero),
main > .about-hero:first-child {
  margin-top: calc(var(--header-h) + 24px);
}

/* ===== About page ===== */
.about-hero {
  display: grid; grid-template-columns: 1.2fr 1fr;
  gap: clamp(24px, 4vw, 56px);
  padding: clamp(28px, 4vw, 48px);
  border-radius: 28px;
  position: relative; overflow: hidden;
  background: var(--glass-bg);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  box-shadow: var(--glass-ring), var(--shadow-lg);
}
.about-hero::before {
  content: "";
  position: absolute; inset: -20% auto auto -15%;
  width: 520px; height: 520px;
  background: radial-gradient(circle, rgba(127, 220, 192, 0.28), transparent 65%);
  pointer-events: none; filter: blur(6px);
}
.about-hero::after {
  content: "";
  position: absolute; inset: auto -10% -25% auto;
  width: 480px; height: 480px;
  background: radial-gradient(circle, rgba(131, 182, 209, 0.22), transparent 65%);
  pointer-events: none; filter: blur(6px);
}
.about-hero-copy { position: relative; z-index: 2; display: flex; flex-direction: column; gap: 20px; }
.about-title {
  font-family: "Playfair Display", "Noto Sans Bengali", serif;
  font-weight: 600;
  font-size: clamp(34px, 4.4vw, 56px);
  line-height: 1.05; letter-spacing: -0.02em;
  margin: 4px 0 0; max-width: 22ch;
}
.about-title .accent-grad {
  background: linear-gradient(135deg, var(--primary) 0%, var(--accent) 70%, var(--primary-deep) 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  font-style: italic;
}
.about-lede {
  font-size: 17.5px; line-height: 1.7;
  color: var(--ink-muted);
  max-width: 58ch; margin: 0;
}

.about-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 7px 14px;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
  border-radius: 999px;
  color: var(--ink); font-size: 13px; font-weight: 500;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55), 0 1px 3px rgba(18, 58, 82, 0.05);
}
.chip svg { color: var(--primary-deep); }
.chip-accent {
  background: linear-gradient(135deg, rgba(127, 220, 192, 0.32), rgba(14, 124, 102, 0.16));
  color: var(--primary-deep);
  box-shadow: inset 0 0 0 1px rgba(127, 220, 192, 0.35), inset 0 1px 0 rgba(255,255,255,0.6);
}

.about-stats {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px;
  margin-top: 4px;
}
.about-stat {
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  border-radius: 14px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55), 0 1px 3px rgba(18, 58, 82, 0.04);
}
.about-stat-label {
  font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--ink-subtle); font-weight: 600;
}
.about-stat-value {
  font-family: "Playfair Display", serif;
  font-size: 16px; color: var(--ink); font-weight: 600;
  margin-top: 2px;
}

.about-portrait {
  margin: 0;
  position: relative; z-index: 2;
  border-radius: 22px; overflow: hidden;
  align-self: stretch;
  min-height: 360px;
  box-shadow: var(--glass-ring), var(--shadow-lg);
}
.about-portrait img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.about-portrait figcaption {
  position: absolute; left: 16px; right: 16px; bottom: 16px;
  padding: 14px 18px; border-radius: 16px;
  background: rgba(8, 32, 28, 0.38);
  backdrop-filter: saturate(160%) blur(14px);
  -webkit-backdrop-filter: saturate(160%) blur(14px);
  color: #f4fbf8;
  display: flex; flex-direction: column; gap: 2px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22), inset 0 1px 0 rgba(255,255,255,0.2);
}
.about-portrait-kicker {
  font-size: 10.5px; letter-spacing: 0.18em; text-transform: uppercase;
  color: #b7e3d4;
}
.about-portrait-name {
  font-family: "Playfair Display", serif;
  font-size: 22px; font-weight: 600; color: #fff;
}
.about-portrait-role { font-size: 13px; color: #d6ebe4; }

/* Editorial pull quote */
.about-quote {
  margin-top: 40px;
  padding: clamp(28px, 4vw, 56px);
  border-radius: 28px;
  position: relative; overflow: hidden;
  background:
    radial-gradient(120% 80% at 10% 10%, rgba(127, 220, 192, 0.2), transparent 60%),
    linear-gradient(140deg, #0e2b26 0%, #103732 50%, #0a5a4a 120%);
  color: #eaf7f2;
  text-align: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), var(--shadow-lg);
}
.about-quote .quote-mark {
  color: rgba(127, 220, 192, 0.35);
  margin: 0 auto 10px;
  display: block;
}
.about-quote blockquote {
  font-family: "Playfair Display", "Noto Sans Bengali", serif;
  font-size: clamp(22px, 2.4vw, 32px);
  line-height: 1.35;
  margin: 0 auto;
  max-width: 26ch;
  letter-spacing: -0.01em;
  font-style: italic;
  color: #f4fbf8;
}
.about-quote cite {
  display: inline-block; margin-top: 18px;
  font-style: normal;
  font-size: 12.5px; letter-spacing: 0.18em; text-transform: uppercase;
  color: #9cd5c3;
}

/* BNP Legacy cards */
.legacy-grid {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px;
}
.legacy-card {
  padding: 22px; border-radius: var(--radius);
  background: var(--glass-bg);
  backdrop-filter: var(--glass-blur);
  box-shadow: var(--glass-ring), var(--shadow);
  position: relative; overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease;
}
.legacy-card::before {
  content: "";
  position: absolute; inset: -20% auto auto -20%;
  width: 220px; height: 220px;
  background: radial-gradient(circle, rgba(127, 220, 192, 0.18), transparent 70%);
  pointer-events: none;
}
.legacy-card:hover { transform: translateY(-3px); box-shadow: var(--glass-ring-hover), var(--shadow-hover); }
.legacy-year {
  font-family: "Playfair Display", serif;
  font-size: 30px; font-weight: 600;
  background: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  letter-spacing: -0.02em; position: relative;
}
.legacy-card h3 {
  margin: 6px 0 8px;
  font-family: "Playfair Display", serif;
  font-size: 19px; font-weight: 600; line-height: 1.3;
  position: relative;
}
.legacy-card p { margin: 0; color: var(--ink-muted); font-size: 14.5px; line-height: 1.6; position: relative; }
.legacy-card.accent {
  background:
    radial-gradient(120% 80% at 100% 0%, rgba(127, 220, 192, 0.32), transparent 60%),
    rgba(255, 255, 255, 0.65);
  box-shadow: inset 0 0 0 1px rgba(127, 220, 192, 0.5), inset 0 1px 0 rgba(255,255,255,0.8), var(--shadow-hover);
}

/* Vertical timeline */
.about-timeline {
  list-style: none; margin: 0; padding: 0;
  position: relative;
  display: grid; gap: 18px;
}
.about-timeline::before {
  content: "";
  position: absolute; left: 11px; top: 6px; bottom: 6px; width: 2px;
  background: linear-gradient(180deg, rgba(127, 220, 192, 0.8), rgba(14, 124, 102, 0.35), transparent);
  border-radius: 999px;
}
.about-timeline li {
  position: relative; padding: 18px 20px 18px 44px;
  border-radius: var(--radius);
  background: var(--glass-bg);
  backdrop-filter: var(--glass-blur);
  box-shadow: var(--glass-ring), var(--shadow);
}
.about-timeline .tl-dot {
  position: absolute; left: 3px; top: 22px;
  width: 18px; height: 18px; border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), var(--primary));
  box-shadow: 0 0 0 4px rgba(127, 220, 192, 0.22), inset 0 1px 0 rgba(255,255,255,0.5);
}
.about-timeline .tl-year {
  font-size: 11.5px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--primary-deep); font-weight: 600;
}
.about-timeline h4 {
  margin: 4px 0 4px;
  font-family: "Playfair Display", serif;
  font-size: 18px; font-weight: 600;
}
.about-timeline p { margin: 0; color: var(--ink-muted); font-size: 14.5px; line-height: 1.6; }
.about-timeline .tl-current {
  background:
    radial-gradient(120% 80% at 100% 0%, rgba(127, 220, 192, 0.28), transparent 60%),
    rgba(255, 255, 255, 0.7);
  box-shadow: inset 0 0 0 1px rgba(127, 220, 192, 0.45), inset 0 1px 0 rgba(255,255,255,0.8), var(--shadow-hover);
}
.about-timeline .tl-current .tl-dot {
  box-shadow: 0 0 0 5px rgba(127, 220, 192, 0.35), 0 0 20px rgba(127, 220, 192, 0.6), inset 0 1px 0 rgba(255,255,255,0.5);
}

/* About gallery */
.about-gallery {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px;
}
.about-gallery figure {
  margin: 0; border-radius: var(--radius-sm); overflow: hidden;
  position: relative; aspect-ratio: 4/5;
  background: rgba(6, 32, 28, 0.3);
  box-shadow: var(--glass-ring), var(--shadow);
  transition: transform 260ms ease, box-shadow 260ms ease;
}
.about-gallery figure:hover { transform: translateY(-3px); box-shadow: var(--glass-ring-hover), var(--shadow-hover); }
.about-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform 700ms ease; }
.about-gallery figure:hover img { transform: scale(1.06); }
.about-gallery figcaption {
  position: absolute; left: 10px; right: 10px; bottom: 10px;
  padding: 7px 10px; border-radius: 10px;
  background: rgba(6, 22, 20, 0.4);
  backdrop-filter: blur(12px);
  color: #f4fbf8; font-size: 12px; line-height: 1.35;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.14), inset 0 1px 0 rgba(255,255,255,0.14);
}

/* Closing CTA row */
.about-cta {
  display: grid; grid-template-columns: 1.2fr 1fr; gap: 24px; align-items: end;
  padding: clamp(24px, 3vw, 40px);
  border-radius: 24px;
  background: var(--glass-bg);
  backdrop-filter: var(--glass-blur);
  box-shadow: var(--glass-ring), var(--shadow);
}
.about-cta-row { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }

@media (max-width: 960px) {
  .about-hero { grid-template-columns: 1fr; }
  .about-portrait { min-height: 420px; }
  .legacy-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-cta { grid-template-columns: 1fr; }
  .about-cta-row { justify-content: flex-start; }
}
@media (max-width: 600px) {
  .about-stats { grid-template-columns: 1fr; }
  .legacy-grid { grid-template-columns: 1fr; }
  .about-title { font-size: clamp(30px, 8vw, 42px); }
}

@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; animation: none !important; }
  .slide img { transform: none !important; }
  .slide-content > * { opacity: 1 !important; transform: none !important; }
  .hero-scroll { animation: none !important; }
}
