/* ============================================================
   NIPD — National Institute for Policy & Dialogue
   Design system: deep forest green + brass, editorial serif
   display, official sans body, mono data labels.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Source+Serif+4:opsz,wght@8..60,400;8..60,500;8..60,600;8..60,700&family=Public+Sans:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap');

:root{
  --forest: #123524;
  --forest-deep: #0b241a;
  --forest-light: #1f5a3f;
  --brass: #a8813c;
  --brass-light: #c9a35f;
  --brass-dim: #8a6a30;
  --cream: #f6f3ea;
  --cream-dim: #efe9db;
  --paper: #fbf9f3;
  --ink: #1a1c19;
  --stone: #5d6058;
  --stone-light: #8b8d81;
  --line: #ddd6c2;
  --line-deep: #cabf9e;
  --white: #ffffff;
 --font-display: 'Source Serif 4', Georgia, serif;
  --font-body: 'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-mono: 'JetBrains Mono', 'Courier New', monospace;

  --container: 1180px;
  --radius: 2px;
}

*, *::before, *::after{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce){
  html{ scroll-behavior: auto; }
  *, *::before, *::after{ animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; }
}

body{
  margin: 0;
  font-family: var(--font-body);
  background: var(--cream);
  color: var(--ink);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img{ max-width: 100%; display: block; }
a{ color: inherit; text-decoration: none; }
ul{ margin: 0; padding: 0; list-style: none; }
h1,h2,h3,h4,p{ margin: 0; }
button{ font-family: inherit; cursor: pointer; }

:focus-visible{
  outline: 2px solid var(--brass);
  outline-offset: 3px;
}

.container{
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 32px;
}

.eyebrow{
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brass-dim);
  display: flex;
  align-items: center;
  gap: 10px;
}
.eyebrow::before{
  content: '';
  width: 22px;
  height: 1px;
  background: var(--brass);
  display: inline-block;
}

/* ---------------- Topbar ---------------- */
.topbar{
  background: var(--forest-deep);
  color: var(--cream-dim);
  font-family: var(--font-mono);
  font-size: 11.5px;
  letter-spacing: 0.03em;
}
.topbar .container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
  flex-wrap: wrap;
  gap: 6px;
}
.topbar-tag{ opacity: 0.85; }
.topbar-links{ display: flex; gap: 18px; }
.topbar-links a{ opacity: 0.85; transition: opacity .2s; }
.topbar-links a:hover{ opacity: 1; color: var(--brass-light); }

/* ---------------- Header / Nav ---------------- */
.site-header{
  position: sticky;
  top: 0;
  z-index: 200;
  background: #ffffff;
  border-bottom: 1px solid var(--line);
}
.site-header::before{
  content: '';
  position: absolute;
  inset: 0;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: -1;
}
.header-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: -0px; 
}

.brand{
  display: flex;
  align-items: center;
  gap: 14px;
}
.brand img{
  width: 114px;
  height: 114px;
  object-fit: contain;
  filter: drop-shadow(0 2px 5px rgba(0,0,0,0.18));
  transition: transform .3s ease;
}
.brand:hover img{
  transform: scale(1.05);
}
.brand-text{
  display: flex;
  flex-direction: column;
  line-height: 1.25;
}
.brand-name{
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 37px;
  color: var(--forest);
  letter-spacing: 0.01em;
}
.brand-sub{
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size:27px;
  letter-spacing: 0.03em;
  text-transform: none;
  color: var(--brass-dim);
  margin-top: 4px;
}

.header-nav-bar{
  background: var(--forest);
}
.header-nav-bar .container{
  display: flex;
}
.main-nav{ display: flex; align-items: center; gap: 2px; }
.main-nav a{
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 700;
  color: var(--cream);
  position: relative;
  transition: color .25s ease, background .25s ease;
}
.main-nav a::after{
  content:'';
  position: absolute;
  left: 50%; right: 50%; bottom: 6px;
  height: 2px;
  background: var(--brass);
  transform: translateX(-50%);
  width: 0;
  transition: width .3s ease;
}
.main-nav a{
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 700;
  color: var(--cream);
  position: relative;
  z-index: 1;
  transition: color .25s ease;
}
.main-nav a::before{
  content: '';
  position: absolute;
  inset: 6px 4px;
  background: var(--brass);
  border-radius: 3px;
  transform: scale(0.85);
  opacity: 0;
  z-index: -1;
  transition: transform .25s ease, opacity .25s ease;
}
.main-nav a::after{
  content:'';
  position: absolute;
  left: 50%; right: 50%; bottom: 6px;
  height: 2px;
  background: var(--brass);
  transform: translateX(-50%);
  width: 0;
  transition: width .3s ease;
}
.main-nav a:hover{
  color: var(--forest-deep);
}
.main-nav a:hover::before{
  transform: scale(1);
  opacity: 1;
}
.main-nav a:hover::after{ width: 0; }
.main-nav a.active{
  color: var(--forest-deep);
}
.main-nav a.active::before{
  transform: scale(1);
  opacity: 1;
}
.main-nav a.active::after{
  display: none;
}
.nav-toggle{
  display: none;
  background: none;
  border: 1px solid var(--line-deep);
  width: 42px; height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
}
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after{
  content: '';
  display: block;
  width: 18px;
  height: 1.5px;
  background: var(--forest);
  position: relative;
  transition: transform .25s, opacity .25s;
}
.nav-toggle span::before{ position: absolute; top: -6px; }
.nav-toggle span::after{ position: absolute; top: 6px; }
.nav-toggle.open span{ background: transparent; }
.nav-toggle.open span::before{ transform: translateY(6px) rotate(45deg); }
.nav-toggle.open span::after{ transform: translateY(-6px) rotate(-45deg); }

/* ---------------- Nav dropdowns (desktop) ---------------- */
.nav-item{ position: relative; }
.dropdown{
  position: absolute;
  top: 100%; left: 0;
  min-width: 240px;
  background: var(--forest-deep);
  border: 1px solid rgba(246,243,234,0.12);
  border-top: 2px solid var(--brass);
  padding: 6px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s;
  z-index: 210;
}
.nav-item:hover .dropdown,
.nav-item:focus-within .dropdown{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.dropdown a{
  display: block;
  padding: 10px 18px;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
  color: var(--cream);
}
.dropdown a:hover{
  background: rgba(201,163,95,0.12);
  color: var(--brass-light);
}

/* ---------------- Footer ---------------- */
.site-footer{
  background: var(--forest-deep);
  color: var(--cream-dim);
  margin-top: 96px;
}
.footer-top{
  padding: 64px 0 40px;
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 40px;
  border-bottom: 1px solid rgba(246,243,234,0.12);
}
.footer-brand{ display: flex; gap: 14px; align-items: flex-start; }
.footer-brand img{ width: 44px; margin-top: 2px; }
.footer-brand-name{ font-family: var(--font-display); font-size: 20px; font-weight: 600; color: var(--white); }
.footer-tagline{ font-size: 13.5px; color: var(--cream-dim); opacity: 0.75; margin-top: 6px; max-width: 26ch; }
.footer-col h4{
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--brass-light);
  margin-bottom: 16px;
}
.footer-col ul{ display: flex; flex-direction: column; gap: 10px; }
.footer-col a{ font-size: 13.5px; opacity: 0.82; transition: opacity .2s; }
.footer-col a:hover{ opacity: 1; color: var(--brass-light); }
.footer-bottom{
  padding: 22px 0;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  opacity: 0.6;
  flex-wrap: wrap;
  gap: 8px;
}

/* ---------------- Buttons ---------------- */
.btn{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 26px;
  font-size: 14px;
  font-weight: 600;
  border-radius: var(--radius);
  border: 1px solid transparent;
  transition: all .2s ease;
  white-space: nowrap;
}
.btn-primary{ background: var(--forest); color: var(--white); }
.btn-primary:hover{ background: var(--forest-light); }
.btn-outline{ border-color: var(--forest); color: var(--forest); }
.btn-outline:hover{ background: var(--forest); color: var(--white); }
.btn-brass{ background: var(--brass); color: var(--forest-deep); }
.btn-brass:hover{ background: var(--brass-light); }
.btn-ghost-light{ border-color: rgba(246,243,234,0.4); color: var(--cream); }
.btn-ghost-light:hover{ border-color: var(--brass-light); color: var(--brass-light); }

/* ---------------- Hero (home) ---------------- */
.hero{
  position: relative;
  background: var(--paper);
  color: var(--ink);
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.hero-grid{
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: flex-start;
  padding: 88px 0 72px;
}
.hero-leader-quotes{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.hero-lq-card{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: var(--paper);
  border: 1px solid var(--line);
  padding: 16px;
}
.hero-lq-photo{
  width: 100%;
  max-width: 180px;
  height: 210px;
  margin: 0 auto 14px;
  overflow: hidden;
}
.hero-lq-photo img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}
.hero-lq-body{
  position: relative;
}
.hero-lq-body p{
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: 14.5px;
  line-height: 1.55;
  letter-spacing: 0.005em;
  color: var(--forest-deep);
  padding-left: 14px;
  border-left: 2px solid var(--brass);
  text-align: left;
}
.hero-lq-name{
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 16px;
  color: var(--forest);
  margin-top: 10px;
}
.hero-lq-role{
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--cream);
  background: var(--forest);
  display: inline-block;
  padding: 6px 14px;
  margin-top: 8px;
  border-radius: 2px;
}
.hero-eyebrow{
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--brass);
  display: flex; align-items: center; gap: 12px;
  margin-bottom: 22px;
}
.hero-eyebrow::before{ content:''; width: 36px; height: 2px; background: var(--brass); }
.hero h1{
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(36px, 4.6vw, 60px);
  line-height: 1.08;
  letter-spacing: -0.01em;
  max-width: 15ch;
  color: var(--forest);
}
.hero h1 em{
  font-style: italic;
  font-weight: 400;
  color: var(--brass-dim);
}
.hero-lede{
  margin-top: 22px;
  font-size: 17px;
  line-height: 1.65;
  color: var(--stone);
  max-width: 50ch;
}
.hero-cta{ display: flex; gap: 14px; margin-top: 34px; flex-wrap: wrap; }
.hero .btn-ghost-light{ border-color: var(--line-deep); color: var(--forest); }
.hero .btn-ghost-light:hover{ border-color: var(--brass); color: var(--brass-dim); }

.hero-stats{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line-deep);
  margin-top: 56px;
}
.hero-stat{ background: var(--forest-deep); padding: 20px 22px; }
.hero-stat .num{
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 600;
  color: var(--brass-light);
}
.hero-stat .lbl{
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(246,243,234,0.6);
  margin-top: 4px;
}
.hero-visual-caption .role{
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brass-light);
  margin-top: 5px;
}

/* ---------------- Section basics ---------------- */
.section{ padding: 96px 0; }
.section-tight{ padding: 64px 0; }
.section-alt{ background: var(--paper); }
.section-forest{ background: var(--forest-deep); color: var(--cream); }
.section-head{ max-width: 680px; margin-bottom: 52px; }
.section-head h2{
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(28px, 3.4vw, 40px);
  line-height: 1.15;
  margin-top: 14px;
  letter-spacing: -0.01em;
}
.section-head p{
  margin-top: 16px;
  font-size: 15.5px;
  color: var(--stone);
  line-height: 1.7;
}
.section-forest .section-head p{ color: rgba(246,243,234,0.72); }
.section-foot{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  margin-bottom: 52px;
  flex-wrap: wrap;
}

/* ---------------- Signature: Five Pillars ---------------- */
.pillars{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  border: 1px solid var(--line-deep);
  background: var(--line);
}
.pillar{
  position: relative;
  background: var(--paper);
  padding: 34px 22px 28px;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  transition: background .35s ease;
  border-right: 1px solid var(--line-deep);
}
.pillar:last-child{ border-right: none; }
.pillar-index{
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--brass-dim);
  position: absolute;
  top: 24px; left: 22px;
}
.pillar-icon{
  position: absolute;
  top: 24px; right: 20px;
  width: 30px; height: 30px;
  opacity: 0.5;
  transition: opacity .35s ease, transform .35s ease;
}
.pillar h3{
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 600;
  line-height: 1.25;
  color: var(--forest);
  transition: color .35s ease;
}
.pillar p{
  font-size: 13px;
  color: var(--stone);
  line-height: 1.55;
  margin-top: 12px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height .4s ease, opacity .3s ease .05s, margin-top .4s ease;
}
.pillar-bar{
  width: 30px; height: 2px; background: var(--brass);
  margin-top: 16px;
  transition: width .35s ease;
}
.pillar:hover, .pillar:focus-within, .pillar.active{
  background: var(--forest-deep);
}
.pillar:hover h3, .pillar:focus-within h3, .pillar.active h3{ color: var(--white); }
.pillar:hover p, .pillar:focus-within p, .pillar.active p{
  max-height: 140px; opacity: 1; margin-top: 12px; color: rgba(246,243,234,0.78);
}
.pillar:hover .pillar-bar, .pillar:focus-within .pillar-bar, .pillar.active .pillar-bar{ width: 56px; }
.pillar:hover .pillar-icon, .pillar:focus-within .pillar-icon, .pillar.active .pillar-icon{ opacity: 0.9; transform: translateY(-2px); }
.pillar:hover .pillar-index, .pillar:focus-within .pillar-index, .pillar.active .pillar-index{ color: var(--brass-light); }
.pillar-link{
  position: absolute; inset: 0;
}

@media (max-width: 900px){
  .pillars{ grid-template-columns: 1fr 1fr; }
  .pillar{ min-height: 220px; border-bottom: 1px solid var(--line-deep); }
}
@media (max-width: 560px){
  .pillars{ grid-template-columns: 1fr; }
}

/* ---------------- Cards ---------------- */
.card-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.card{
  background: var(--paper);
  border: 1px solid var(--line);
  padding: 28px;
  transition: border-color .2s, transform .2s;
}
.card:hover{ border-color: var(--brass); transform: translateY(-3px); }
.card .tag{
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brass-dim);
  background: rgba(168,129,60,0.1);
  padding: 4px 9px;
  display: inline-block;
}
.card h3{
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 600;
  margin-top: 16px;
  line-height: 1.3;
  color: var(--forest);
}
.card p{ font-size: 13.5px; color: var(--stone); margin-top: 10px; line-height: 1.6; }
.card-meta{
  display: flex;
  justify-content: space-between;
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--stone-light);
}

/* ---------------- Leadership ---------------- */
.leader-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
}
.leader-card{
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 24px;
  background: var(--paper);
  border: 1px solid var(--line);
  padding: 28px;
}
.leader-photo{
  width: 100%;
  aspect-ratio: 3/3.6;
  object-fit: cover;
  border: 1px solid var(--line-deep);
}
.leader-role{
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brass-dim);
}
.leader-name{
  font-family: var(--font-display);
  font-size: 23px;
  font-weight: 600;
  color: var(--forest);
  margin-top: 8px;
}
.leader-bio{ font-size: 13.5px; color: var(--stone); margin-top: 12px; line-height: 1.65; }

/* ---------------- Timeline / process ---------------- */
.timeline{ position: relative; padding-left: 32px; }
.timeline::before{
  content:''; position:absolute; left: 5px; top: 6px; bottom: 6px; width: 1px; background: var(--line-deep);
}
.tl-item{ position: relative; padding-bottom: 40px; }
.tl-item:last-child{ padding-bottom: 0; }
.tl-item::before{
  content:''; position: absolute; left: -32px; top: 4px; width: 11px; height: 11px; border-radius: 50%;
  background: var(--paper); border: 2px solid var(--brass);
}
.tl-item h4{ font-family: var(--font-display); font-size: 17px; font-weight: 600; color: var(--forest); }
.tl-item p{ font-size: 13.5px; color: var(--stone); margin-top: 6px; }
.section-forest .timeline::before{ background: rgba(246,243,234,0.25); }
.section-forest .tl-item::before{ background: var(--forest-deep); border-color: var(--brass-light); }
.section-forest .tl-item h4{ color: var(--white); }
.section-forest .tl-item p{ color: rgba(246,243,234,0.68); }

/* ---------------- Stats strip ---------------- */
.stats-strip{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line-deep);
}
.stat-box{ padding: 30px 26px; border-right: 1px solid var(--line-deep); }
.stat-box:last-child{ border-right: none; }
.stat-box .num{ font-family: var(--font-display); font-size: 36px; font-weight: 600; color: var(--forest); }
.stat-box .lbl{ font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.06em; color: var(--stone); margin-top: 6px; text-transform: uppercase; }

/* ---------------- Filters ---------------- */
.filter-bar{ display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 40px; }
.chip{
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.03em;
  padding: 9px 16px;
  border: 1px solid var(--line-deep);
  color: var(--stone);
  background: var(--paper);
  transition: all .2s;
}
.chip:hover{ border-color: var(--brass); color: var(--forest); }
.chip.active{ background: var(--forest); border-color: var(--forest); color: var(--white); }

/* ---------------- Page hero (inner pages) ---------------- */
.page-hero{
  background: var(--forest-deep);
  color: var(--cream);
  padding: 68px 0 56px;
  position: relative;
  overflow: hidden;
}
.page-hero::before{
  content:'';
  position:absolute; inset:0;
  background-image: repeating-linear-gradient(90deg, rgba(246,243,234,0.035) 0px, rgba(246,243,234,0.035) 1px, transparent 1px, transparent 96px);
}
.page-hero .container{ position: relative; }
.breadcrumb{
  font-family: var(--font-mono);
  font-size: 11.5px;
  color: rgba(246,243,234,0.55);
  margin-bottom: 18px;
}
.breadcrumb a{ color: var(--brass-light); }
.page-hero h1{
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(30px, 4vw, 46px);
  max-width: 20ch;
  line-height: 1.12;
}
.page-hero p{
  margin-top: 16px;
  font-size: 15.5px;
  color: rgba(246,243,234,0.75);
  max-width: 60ch;
}

/* ---------------- Bar chart (survey/analytics) ---------------- */
.chart-panel{
  border: 1px solid var(--line-deep);
  background: var(--paper);
  padding: 36px;
}
.chart-head{ display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 30px; gap: 12px; flex-wrap: wrap; }
.chart-head h3{ font-family: var(--font-display); font-size: 20px; font-weight: 600; color: var(--forest); }
.chart-head span{ font-family: var(--font-mono); font-size: 11px; color: var(--stone-light); }
.bars{
  display: flex;
  align-items: flex-end;
  gap: 18px;
  height: 260px;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--line-deep);
  overflow-x: auto;
}
.bar-col{
  flex: 1 1 0;
  min-width: 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
.bar-col .val{ font-family: var(--font-mono); font-size: 12px; color: var(--forest); margin-bottom: 8px; }
.bar-col .fill{
  width: 100%;
  max-width: 46px;
  background: linear-gradient(180deg, var(--brass-light), var(--brass));
  transition: height 1s cubic-bezier(.2,.8,.2,1);
}
.bar-col .fill.forest{ background: linear-gradient(180deg, var(--forest-light), var(--forest)); }
.bar-col .name{
  margin-top: 10px;
  font-size: 11px;
  color: var(--stone);
  text-align: center;
  line-height: 1.3;
}
.chart-legend{ display: flex; gap: 22px; margin-top: 20px; font-size: 12px; color: var(--stone); flex-wrap: wrap; }
.chart-legend .dot{ width: 9px; height: 9px; display: inline-block; margin-right: 6px; }

/* ---------------- Donut / methodology ---------------- */
.method-grid{ display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 26px; margin-top: 28px; }
.method-card{ border: 1px solid var(--line); background: var(--paper); padding: 24px; }
.method-card .num{ font-family: var(--font-mono); font-size: 26px; color: var(--brass); }
.method-card h4{ font-family: var(--font-display); font-size: 16px; font-weight: 600; margin-top: 10px; color: var(--forest); }
.method-card p{ font-size: 13px; color: var(--stone); margin-top: 8px; }

/* ---------------- Board / experts grid ---------------- */
.board-grid{ display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.board-card{ background: var(--paper); border: 1px solid var(--line); }
.avatar-placeholder{
  width: 100%; aspect-ratio: 1;
  background: linear-gradient(135deg, var(--forest), var(--forest-deep));
  display: flex; align-items: center; justify-content: center;
  color: var(--brass-light);
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 600;
}
.board-photo{
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
}
.board-card .info{ padding: 16px 18px 20px; }
.board-card h4{ font-family: var(--font-display); font-size: 15.5px; font-weight: 600; color: var(--forest); }
.board-card .role{ font-family: var(--font-body); font-size: 13px; font-weight: 500; color: var(--stone); margin-top: 6px; line-height: 1.4; letter-spacing: 0.01em; text-transform: none; }

/* ---------------- Media grid ---------------- */
.media-grid{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.media-card{ border: 1px solid var(--line); background: var(--paper); overflow: hidden; }
.media-thumb{
  aspect-ratio: 16/10;
  background: linear-gradient(135deg, var(--cream-dim), var(--line));
  position: relative;
  display: flex; align-items: center; justify-content: center;
}
.media-thumb .play{
  width: 46px; height: 46px; border-radius: 50%;
  border: 1.5px solid var(--forest);
  display: flex; align-items: center; justify-content: center;
  color: var(--forest);
}
.media-body{ padding: 18px 20px 22px; }
.media-date{ font-family: var(--font-mono); font-size: 10.5px; color: var(--brass-dim); text-transform: uppercase; letter-spacing: 0.06em; }
.media-body h4{ font-family: var(--font-display); font-size: 16.5px; font-weight: 600; margin-top: 8px; color: var(--forest); line-height: 1.35; }

/* ---------------- CTA band ---------------- */
.cta-band{
  background: var(--forest);
  color: var(--white);
  padding: 64px 0;
  text-align: center;
}
.cta-band h2{ font-family: var(--font-display); font-size: clamp(26px,3.4vw,36px); font-weight: 600; max-width: 22ch; margin: 0 auto; }
.cta-band p{ margin-top: 14px; color: rgba(246,243,234,0.75); }
.cta-band .hero-cta{ justify-content: center; margin-top: 28px; }

/* ---------------- Utility reveal ---------------- */
.reveal{ opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in{ opacity: 1; transform: translateY(0); }

/* ---------------- Two-col text ---------------- */
.two-col{ display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 64px; }
.two-col .lede{ font-family: var(--font-display); font-size: 22px; font-weight: 500; line-height: 1.4; color: var(--forest); }
.two-col .body p + p{ margin-top: 16px; }
.two-col .body p{ font-size: 14.5px; color: var(--stone); line-height: 1.75; }

.value-list{ display: grid; grid-template-columns: 1fr 1fr; gap: 24px 40px; margin-top: 40px; }
.value-item{ border-top: 2px solid var(--forest); padding-top: 14px; }
.value-item h4{ font-family: var(--font-display); font-size: 17px; font-weight: 600; color: var(--forest); }
.value-item p{ font-size: 13.5px; color: var(--stone); margin-top: 8px; line-height: 1.6; }

/* ---------------- Responsive ---------------- */
@media (max-width: 980px){
  .hero-grid{ grid-template-columns: 1fr; padding-top: 44px; }
  .hero-emblem{ order: -1; }
  .hero-emblem-ring{ width: 220px; }
  .card-grid{ grid-template-columns: 1fr 1fr; }
  .leader-grid{ grid-template-columns: 1fr; }
  .board-grid{ grid-template-columns: 1fr 1fr; }
  .media-grid{ grid-template-columns: 1fr 1fr; }
  .two-col{ grid-template-columns: 1fr; gap: 32px; }
  .footer-top{ grid-template-columns: 1fr 1fr; }
  .method-grid{ grid-template-columns: 1fr; }
}

@media (max-width: 760px){
  .container{ padding: 0 20px; }
  .topbar-links{ display: none; }

  .header-top{
    flex-wrap: wrap;
    padding-left: 0;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .brand{ gap: 10px; }
  .brand img{
    width: 48px;
    height: 48px;
  }
  .brand-name{
    font-size: 18px;
    line-height: 1.15;
  }
  .brand-sub{
    font-size: 12px;
    margin-top: 2px;
  }

  .main-nav{
    position: fixed;
    top: 0; right: 0;
    height: 100vh;
    width: min(78vw, 320px);
    background: var(--forest-deep);
    flex-direction: column;
    align-items: stretch;
    padding: 90px 28px 28px;
    gap: 4px;
    transform: translateX(100%);
    transition: transform .3s ease;
    z-index: 199;
    overflow-y: auto;
  }
  .main-nav.open{ transform: translateX(0); }
  .main-nav a{
    color: var(--cream);
    padding: 14px 4px;
    border-bottom: 1px solid rgba(246,243,234,0.1);
    font-size: 15px;
  }
.main-nav a::after, .main-nav a::before{ display: none; }
  .main-nav a.active{ color: var(--brass-light); }
 .header-nav-bar{
  background: transparent;
  height: 0;
  overflow: visible;
}
  .nav-toggle{ display: flex; }
  .nav-scrim{
    position: fixed; inset: 0; background: rgba(11,36,26,0.5);
    opacity: 0; pointer-events: none; transition: opacity .3s ease; z-index: 198;
  }
  .nav-scrim.open{ opacity: 1; pointer-events: auto; }

  .hero-grid{
    grid-template-columns: 1fr;
    padding: 32px 0 48px;
    gap: 32px;
  }
  .hero-eyebrow{
    font-size: 10.5px;
    letter-spacing: 0.14em;
  }
  .hero h1{
    font-size: clamp(28px, 8vw, 38px);
    max-width: none;
  }
  .hero-lede{
    font-size: 15px;
    max-width: none;
  }
  .hero-cta{ flex-direction: column; }
  .hero-cta .btn{ width: 100%; justify-content: center; }

  .hero-leader-quotes{
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .hero-lq-photo{
    max-width: 220px;
    height: 240px;
  }

  .hero-stats{ grid-template-columns: 1fr 1fr; margin-top: 32px; }
  .card-grid{ grid-template-columns: 1fr; }
  .board-grid{ grid-template-columns: 1fr 1fr; }
  .media-grid{ grid-template-columns: 1fr; }
  .leader-card{ grid-template-columns: 1fr; }
  .leader-photo{ max-width: 220px; aspect-ratio: 3/3.6; }
  .stats-strip{ grid-template-columns: 1fr 1fr; }
  .stat-box{ border-bottom: 1px solid var(--line-deep); }
  .footer-top{ grid-template-columns: 1fr; gap: 32px; padding-top: 48px; }
  .value-list{ grid-template-columns: 1fr; }
  .two-col{ grid-template-columns: 1fr; gap: 32px; }
  .method-grid{ grid-template-columns: 1fr; }
  .bars{ gap: 10px; }

  .pillars{ grid-template-columns: 1fr; }
  .pillar{ min-height: auto; padding: 26px 20px 22px; border-right: none; border-bottom: 1px solid var(--line-deep); }
  .pillar p{ max-height: none; opacity: 1; margin-top: 12px; overflow: visible; }

  .spotlight{ grid-template-columns: 1fr; }
  .spotlight-visual{ min-height: 200px; }
  .spotlight-body{ padding: 28px 24px; }

  .section{ padding: 56px 0; }
  .section-head{ margin-bottom: 32px; }

  /* Nav dropdowns (mobile accordion) */
  .nav-item{ position: static; }
  .nav-item > a{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .nav-item > a::after{
    content: '+';
    font-size: 16px;
    margin-left: 8px;
    transition: transform .2s ease;
  }
  .nav-item.open > a::after{
    content: '\2212';
  }
  .dropdown{
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    border: none;
    background: rgba(0,0,0,0.15);
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease;
  }
  .nav-item.open .dropdown{
    max-height: 400px;
  }
  .dropdown a{
    padding: 12px 18px 12px 32px;
    font-size: 14px;
    border-bottom: 1px solid rgba(246,243,234,0.08);
  }
}

/* ============================================================
   REVAMP ADDITIONS — ticker, leadership carousel, spotlight,
   insight cards, event timeline, gallery, partners, social
   ============================================================ */

/* ---------------- News ticker ---------------- */
.ticker-bar{
  background: var(--forest-deep);
  border-bottom: 1px solid rgba(246,243,234,0.1);
  display: flex;
  align-items: stretch;
  overflow: hidden;
}
.ticker-label{
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--brass);
  color: var(--forest-deep);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 10px 18px;
  white-space: nowrap;
}
.ticker-label .dot{
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--forest-deep);
  animation: ticker-pulse 1.6s ease-in-out infinite;
}
@keyframes ticker-pulse{ 0%,100%{ opacity:1 } 50%{ opacity:.25 } }
.ticker-viewport{
  flex: 1 1 auto;
  overflow: hidden;
  position: relative;
  mask-image: linear-gradient(90deg, transparent, #000 24px, #000 calc(100% - 24px), transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 24px, #000 calc(100% - 24px), transparent);
}
.ticker-track{
  display: flex;
  align-items: center;
  gap: 56px;
  white-space: nowrap;
  padding: 10px 32px;
  width: max-content;
  animation: ticker-scroll 32s linear infinite;
}
.ticker-bar:hover .ticker-track{ animation-play-state: paused; }
.ticker-track a{
  font-family: var(--font-mono);
  font-size: 12px;
  color: rgba(246,243,234,0.82);
  letter-spacing: 0.01em;
  transition: color .2s;
}
.ticker-track a:hover{ color: var(--brass-light); }
.ticker-track span.sep{ color: var(--brass-dim); }
@keyframes ticker-scroll{
  from{ transform: translateX(0); }
  to{ transform: translateX(-50%); }
}

/* ---------------- Leadership quote carousel ---------------- */
.quote-carousel{ position: relative; }
.quote-viewport{ overflow: hidden; }
.quote-track{
  display: flex;
  transition: transform .55s cubic-bezier(.65,0,.35,1);
}
.quote-slide{
  flex: 0 0 100%;
  display: grid;
  grid-template-columns: 168px 1fr;
  gap: 44px;
  align-items: center;
  padding: 6px 4px;
}
.quote-photo-wrap{
  width: 168px; height: 168px;
  border-radius: 50%;
  padding: 6px;
  border: 1px solid var(--line-deep);
  position: relative;
}
.quote-photo-wrap::before{
  content:'';
  position: absolute; inset: -8px;
  border: 1px solid var(--brass);
  border-radius: 50%;
  opacity: .55;
}
.quote-photo-wrap img{
  width: 100%; height: 100%; border-radius: 50%; object-fit: cover;
}
.quote-photo-wrap.placeholder{
  background: linear-gradient(135deg, var(--forest), var(--forest-deep));
  display: flex; align-items: center; justify-content: center;
  color: var(--brass-light);
  font-family: var(--font-display);
  font-size: 40px;
  font-weight: 600;
}
.quote-mark{
  font-family: var(--font-display);
  font-size: 54px;
  line-height: .6;
  color: var(--brass);
  display: block;
  margin-bottom: 6px;
}
.quote-slide blockquote{
  font-family: var(--font-display);
  font-size: clamp(18px, 2vw, 23px);
  font-weight: 500;
  line-height: 1.5;
  color: var(--forest-deep);
  margin: 0;
  max-width: 62ch;
}
.quote-cite{ margin-top: 18px; }
.quote-cite .name{ font-family: var(--font-display); font-weight: 600; font-size: 15.5px; color: var(--forest); }
.quote-cite .role{ font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.05em; text-transform: uppercase; color: var(--stone); margin-top: 3px; }
.quote-controls{
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 32px;
  padding-left: 212px;
}
.quote-dots{ display: flex; gap: 8px; }
.quote-dots button{
  width: 8px; height: 8px; border-radius: 50%;
  border: 1px solid var(--line-deep);
  background: transparent;
  padding: 0;
  transition: all .2s;
}
.quote-dots button.active{ background: var(--brass); border-color: var(--brass); width: 22px; border-radius: 5px; }
.quote-arrows{ display: flex; gap: 6px; margin-left: auto; }
.quote-arrows button{
  width: 38px; height: 38px;
  border: 1px solid var(--line-deep);
  background: var(--paper);
  display: flex; align-items: center; justify-content: center;
  color: var(--forest);
  transition: all .2s;
}
.quote-arrows button:hover{ border-color: var(--brass); background: var(--forest); color: var(--white); }

/* ---------------- Featured publication spotlight ---------------- */
.spotlight{
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  border: 1px solid var(--line-deep);
  background: var(--paper);
}
.spotlight-visual{
  position: relative;
  background: linear-gradient(155deg, var(--forest) 0%, var(--forest-deep) 62%, #081b13 100%);
  min-height: 340px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
.spotlight-visual svg{ position: absolute; inset: 0; width: 100%; height: 100%; opacity: .5; }
.spotlight-visual .spotlight-badge{
  position: relative;
  margin: 28px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--brass-light);
  border: 1px solid rgba(201,163,95,0.4);
  padding: 8px 14px;
  background: rgba(11,36,26,0.55);
}
.spotlight-body{ padding: 44px 48px; display: flex; flex-direction: column; justify-content: center; }
.spotlight-body .eyebrow{ margin-bottom: 16px; }
.spotlight-body h3{
  font-family: var(--font-display);
  font-size: clamp(21px, 2.4vw, 28px);
  font-weight: 600;
  color: var(--forest-deep);
  line-height: 1.28;
}
.spotlight-body .date{ font-family: var(--font-mono); font-size: 11.5px; color: var(--stone-light); margin-top: 12px; letter-spacing: 0.03em; }
.spotlight-body p{ margin-top: 16px; font-size: 14.5px; color: var(--stone); line-height: 1.7; }
.spotlight-body .btn{ margin-top: 26px; align-self: flex-start; }

/* ---------------- Insight cards (image thumb + tag) ---------------- */
.insight-grid{ display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.insight-card{ background: var(--paper); border: 1px solid var(--line); display: flex; flex-direction: column; transition: border-color .2s, transform .2s; }
.insight-card:hover{ border-color: var(--brass); transform: translateY(-3px); }
.insight-thumb{
  aspect-ratio: 4/3;
  position: relative;
  overflow: hidden;
  display: flex; align-items: flex-end;
}
.insight-thumb::before{
  content:'';
  position: absolute; inset: 0;
  background-image:
    repeating-linear-gradient(115deg, rgba(246,243,234,0.07) 0 2px, transparent 2px 14px);
}
.insight-thumb.c1{ background: linear-gradient(150deg, var(--forest-light), var(--forest-deep)); }
.insight-thumb.c2{ background: linear-gradient(150deg, var(--brass), var(--brass-dim)); }
.insight-thumb.c3{ background: linear-gradient(150deg, #3c4a3f, var(--forest-deep)); }
.insight-thumb.c4{ background: linear-gradient(150deg, var(--forest), #2b1c10); }
.insight-thumb .tag{
  position: relative;
  margin: 14px;
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--cream);
  border: 1px solid rgba(246,243,234,0.4);
  padding: 5px 10px;
}
.insight-body{ padding: 18px 20px 22px; flex: 1; display: flex; flex-direction: column; }
.insight-body h4{ font-family: var(--font-display); font-size: 15.5px; font-weight: 600; line-height: 1.35; color: var(--forest-deep); }
.insight-body .date{ margin-top: auto; padding-top: 14px; font-family: var(--font-mono); font-size: 10.5px; color: var(--stone-light); }

/* ---------------- Announcements timeline ---------------- */
.announce-list{ border-top: 1px solid var(--line-deep); }
.announce-item{
  display: grid;
  grid-template-columns: 84px 1fr auto;
  gap: 26px;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid var(--line-deep);
}
.announce-date{
  background: var(--forest);
  color: var(--cream);
  text-align: center;
  padding: 10px 4px 12px;
}
.announce-date .mon{ font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--brass-light); }
.announce-date .day{ font-family: var(--font-display); font-size: 24px; font-weight: 600; line-height: 1.15; }
.announce-date .yr{ font-family: var(--font-mono); font-size: 10px; color: rgba(246,243,234,0.6); }
.announce-info h4{ font-family: var(--font-display); font-size: 16.5px; font-weight: 600; color: var(--forest-deep); line-height: 1.35; }
.announce-info .loc{ margin-top: 6px; font-family: var(--font-mono); font-size: 11.5px; color: var(--stone-light); }
.announce-item .btn-outline{ padding: 8px 16px; font-size: 12.5px; white-space: nowrap; }

/* ---------------- Gallery preview grid ---------------- */
.gallery-grid{ display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.gallery-tile{
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
  display: flex; align-items: flex-end;
  color: rgba(246,243,234,0.85);
}
.gallery-tile::after{
  content: attr(data-label);
  position: relative;
  margin: 12px;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.04em;
  opacity: 0;
  transition: opacity .25s;
}
.gallery-tile:hover::after{ opacity: 1; }
.gallery-tile::before{
  content:'';
  position: absolute; inset: 0;
  background-image: repeating-linear-gradient(45deg, rgba(246,243,234,0.06) 0 1px, transparent 1px 10px);
}
.gallery-tile:nth-child(1){ background: linear-gradient(160deg, var(--forest), var(--forest-deep)); }
.gallery-tile:nth-child(2){ background: linear-gradient(160deg, var(--brass), var(--brass-dim)); }
.gallery-tile:nth-child(3){ background: linear-gradient(160deg, #33463a, var(--forest-deep)); }
.gallery-tile:nth-child(4){ background: linear-gradient(160deg, var(--forest-light), #10281c); }
.gallery-tile:nth-child(5){ background: linear-gradient(160deg, var(--brass-dim), #4a3313); }
.gallery-tile:nth-child(6){ background: linear-gradient(160deg, var(--forest-deep), #06140e); }
.gallery-tile:nth-child(7){ background: linear-gradient(160deg, var(--brass-light), var(--brass)); }
.gallery-tile:nth-child(8){ background: linear-gradient(160deg, #274536, var(--forest-deep)); }

/* ---------------- Partners marquee ---------------- */
.partners-strip{
  border-top: 1px solid var(--line-deep);
  border-bottom: 1px solid var(--line-deep);
  overflow: hidden;
  padding: 8px 0;
}
.partners-track{
  display: flex;
  align-items: center;
  gap: 72px;
  width: max-content;
  animation: partners-scroll 26s linear infinite;
  padding: 22px 36px;
}
.partners-strip:hover .partners-track{ animation-play-state: paused; }
.partner-badge{
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: var(--stone-light);
  white-space: nowrap;
  opacity: .8;
  transition: opacity .2s, color .2s;
}
.partner-badge:hover{ opacity: 1; color: var(--forest); }
@keyframes partners-scroll{
  from{ transform: translateX(0); }
  to{ transform: translateX(-50%); }
}

/* ---------------- Footer social icons ---------------- */
.footer-social{ display: flex; gap: 10px; margin-top: 18px; }
.footer-social a{
  width: 34px; height: 34px;
  border: 1px solid rgba(246,243,234,0.22);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--cream-dim);
  transition: all .2s;
}
.footer-social a:hover{ border-color: var(--brass-light); color: var(--brass-light); transform: translateY(-2px); }
.footer-social svg{ width: 15px; height: 15px; }

/* ---------------- Responsive: revamp additions ---------------- */
@media (max-width: 980px){
  .spotlight{ grid-template-columns: 1fr; }
  .spotlight-visual{ min-height: 220px; }
  .insight-grid{ grid-template-columns: 1fr 1fr; }
  .gallery-grid{ grid-template-columns: repeat(3, 1fr); }
  .quote-slide{ grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .quote-controls{ padding-left: 0; justify-content: center; }
  .quote-arrows{ margin-left: 0; }
}
@media (max-width: 760px){
  .ticker-label span:not(.dot){ display: none; }
  .insight-grid{ grid-template-columns: 1fr; }
  .gallery-grid{ grid-template-columns: 1fr 1fr; }
  .announce-item{ grid-template-columns: 64px 1fr; }
  .announce-item .btn-outline{ grid-column: 1 / -1; justify-self: start; margin-top: 4px; }
  .quote-photo-wrap{ width: 120px; height: 150px; border-radius: var(--radius); }
  .page-hero::before{
  background-image: none;
}
}
/* Fix and display the research map container */
.hero-emblem {
  display: flex !important;
  align-items: flex-start;
  justify-content: center;
}

.hero-map-ring-container {
  position: relative;
  width: 100%;
  max-width: 540px;
  margin-top: -350px; /* Pulls the map higher up */
  background: transparent;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.hero-map-graphic {
  width: 100%;
  height: auto;
  display: block;
}
/* ---------------- DG Hero section ---------------- */
.dg-hero-section{ padding: 96px 0; background: var(--paper); border-bottom: 1px solid var(--line); }
.dg-hero-grid{
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 48px;
  align-items: start;
}
.dg-hero-photo{
  width: 100%;
  aspect-ratio: 3/3.6;
  overflow: hidden;
  border: 1px solid var(--line-deep);
}
.dg-hero-photo img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}
.dg-hero-name-cap{
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 18px;
  color: var(--forest);
  margin-top: 14px;
  text-align: center;
}
.dg-hero-role-cap{
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--stone);
  margin-top: 4px;
  text-align: center;
}
.dg-hero-h2{
  font-family: var(--font-display);
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 600;
  color: var(--forest);
  margin-top: 8px;
  line-height: 1.15;
}
.dg-hero-quote{
  font-family: var(--font-display);
  font-style: italic;
  font-size: 16px;
  line-height: 1.55;
  color: var(--stone);
  border-left: 2px solid var(--brass);
  padding-left: 16px;
  margin-top: 24px;
}
.dg-hero-quote cite{
  display: block;
  margin-top: 8px;
  font-style: normal;
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--brass-dim);
}

@media (max-width: 760px){
  .dg-hero-grid{ grid-template-columns: 1fr; }
  .dg-hero-photo{ max-width: 240px; margin: 0 auto; }
}

/* ---------------- Team / Org Hierarchy ---------------- */

.org-root{
  display: flex;
  justify-content: center;
  margin: 8px 0 40px;
}
.org-root-card{
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 24px;
  background: var(--cream-dim, #f4f1ea);
  border: 1px solid var(--line-deep, #cfc9ba);
  border-radius: 6px;
}
.org-root-crest{ width: 32px; height: 32px; object-fit: contain; }
.org-root-label{
  font-family: var(--font-display, serif);
  font-weight: 600;
  letter-spacing: .02em;
}

.org-columns{
  display: grid;
  grid-template-columns: repeat(6, minmax(190px, 1fr));
  gap: 18px;
  overflow-x: auto;
  padding-bottom: 8px;
}

.org-column{
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-top: 4px solid var(--col-color, var(--brass, #a8863f));
  padding-top: 4px;
}

.org-col-head{
  text-align: center;
  padding: 10px 8px 14px;
  margin-bottom: 4px;
  background: var(--col-color, var(--brass, #a8863f));
  border-radius: 6px;
}
.org-col-code{
  font-family: var(--font-display, serif);
  font-weight: 700;
  font-size: 1.1rem;
  color: #fff;
  letter-spacing: .02em;
}
.org-col-tag{
  font-size: .85rem;
  font-weight: 600;
  color: #fff;
  opacity: .92;
  margin-top: 3px;
}

.org-member{
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  background: var(--paper, #fff);
  border: 1px solid var(--line, #e4e0d4);
  border-radius: 6px;
}
.org-member .avatar-placeholder{
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  border-radius: 6px;
  background: var(--col-color, var(--brass, #a8863f));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .78rem;
  font-weight: 700;
}
.org-member .info h4{
  font-size: .85rem;
  margin: 0 0 2px;
  line-height: 1.2;
}
.org-member .info .role{
  font-size: .72rem;
  opacity: .7;
  line-height: 1.2;
}

.org-member-director{
  border-color: var(--col-color, var(--brass, #a8863f));
  border-width: 2px;
  background: var(--cream-dim, #f4f1ea);
}
.org-member-director .avatar-placeholder{
  width: 46px;
  height: 46px;
  font-size: .85rem;
}
.org-member-director .info h4{
  font-size: .92rem;
}

.org-column-support{
  border-top-color: var(--col-color, #a13d3d);
}

/* Mobile: stack columns, allow horizontal scroll snap */
@media (max-width: 900px){
  .org-columns{
    grid-auto-flow: column;
    grid-template-columns: none;
    grid-auto-columns: 78%;
    scroll-snap-type: x mandatory;
  }
  .org-column{ scroll-snap-align: start; }
}
/* ---------------- Research Centre Identity + Team Cards ---------------- */

.center-section{
  padding: 64px 0 56px;
  border-top: 5px solid var(--c-color, var(--brass, #a8863f));
}
.center-section:nth-of-type(even){
  background: var(--cream-dim, #f4f1ea);
}

.center-eyebrow{
  color: var(--c-color, var(--brass, #a8863f)) !important;
}
.center-icon{
  width: 64px;
  height: 64px;
  border: 1px solid var(--c-color, var(--line-deep, #cfc9ba));
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--c-color, var(--brass, #a8863f));
  margin-top: 18px;
  border-radius: 4px;
}
.center-btn{
  border: 1px solid var(--c-color, var(--brass, #a8863f));
  color: var(--c-color, var(--brass, #a8863f));
  background: transparent;
}
.center-btn:hover{
  background: var(--c-color, var(--brass, #a8863f));
  color: #fff;
}

/* ---- Team block within each centre section ---- */
.team-head{
  margin-top: 56px;
  padding-top: 40px;
  border-top: 1px solid var(--line, #e4e0d4);
  text-align: center;
}
.team-eyebrow{
  font-size: .8rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--c-color, var(--brass, #a8863f));
  font-weight: 600;
}
.team-head h3{
  font-family: var(--font-display, serif);
  font-size: 1.4rem;
  color: var(--forest, #1f3d2e);
  margin-top: 6px;
}

.team-grid{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 20px;
  margin-top: 32px;
}

.team-card{
  background: var(--paper, #fff);
  border: 1px solid var(--line, #e4e0d4);
  border-radius: 8px;
  padding: 22px 14px;
  text-align: center;
  transition: transform .18s ease, box-shadow .18s ease;
}
.team-card:hover{
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0,0,0,.08);
}

.team-avatar{
  width: 64px;
  height: 64px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: var(--c-color, var(--brass, #a8863f));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display, serif);
  font-weight: 700;
  font-size: 1.15rem;
}

.team-name{
  font-weight: 700;
  font-size: .92rem;
  color: var(--forest, #1f3d2e);
  margin-bottom: 3px;
}
.team-role{
  font-size: .78rem;
  opacity: .72;
  line-height: 1.3;
}

.team-card-lead{
  border-color: var(--c-color, var(--brass, #a8863f));
  border-width: 2px;
  background: var(--cream-dim, #f4f1ea);
}
.team-card-lead .team-avatar{
  width: 76px;
  height: 76px;
  font-size: 1.3rem;
}
.team-card-lead .team-name{
  font-size: 1rem;
}

@media (max-width: 640px){
  .team-grid{
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 700px) {
  .two-col { display: block !important; }
  .two-col > div { width: 100% !important; margin-bottom: 0 !important; }
  .center-hero { max-width: 100% !important; }
}