:root {
  --primary:#1f6b4f;--primary-dark:#124c38;--primary-light:#e8f2ed;
  --secondary:#2f7d8c;--accent:#d9a441;--surface:#f6f8f6;
  --white:#fff;--text:#17211d;--muted:#5d6862;--border:#dde4df;--dark:#10231c;
  --container:1240px;--radius:14px;--shadow:0 14px 40px rgba(16,35,28,.08);
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--text);background:#fff;font:400 16px/1.65 Inter,sans-serif}
body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}
.container{width:min(var(--container),calc(100% - 64px));margin:auto}.narrow{max-width:920px;margin:auto}
.section{padding:100px 0}.section-sm{padding:68px 0}.section-soft{background:var(--surface)}.section-dark{color:#fff;background:var(--dark)}
.eyebrow{margin:0 0 14px;color:var(--primary);font-size:.76rem;font-weight:800;letter-spacing:.14em}.section-dark .eyebrow{color:#b8ddcb}
h1,h2,h3,h4{margin:0;font-family:Manrope,sans-serif;line-height:1.12;letter-spacing:-.025em}h1{font-size:clamp(2.8rem,5vw,4.5rem)}
h2{font-size:clamp(2rem,3.5vw,3rem)}h3{font-size:1.3rem}p{margin:0 0 18px;color:var(--muted)}.section-dark p{color:rgba(255,255,255,.72)}
.skip-link{position:fixed;left:12px;top:-60px;z-index:999;background:var(--primary);color:#fff;padding:10px 14px;border-radius:6px}.skip-link:focus{top:12px}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.utility-bar{background:var(--dark);color:rgba(255,255,255,.68);font-size:.76rem}.utility-inner{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:20px}.utility-inner nav{display:flex;gap:20px}.utility-inner a:hover{color:#fff}
.main-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.96);border-bottom:1px solid var(--border);backdrop-filter:blur(14px)}.nav-inner{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:12px;min-width:250px}.brand-mark{width:42px;height:42px;display:grid;place-items:center;border-radius:10px;background:var(--primary);color:#fff;font:800 .86rem Manrope,sans-serif}
.brand-text{display:flex;flex-direction:column;line-height:1.1}.brand-text strong{font:800 .92rem Manrope,sans-serif;letter-spacing:.05em}.brand-text small{margin-top:4px;color:var(--muted);font-size:.68rem}
.primary-nav{display:flex;align-items:center;justify-content:flex-end;gap:18px;font-size:.81rem;font-weight:600}.primary-nav>a:not(.button):hover{color:var(--primary)}
.menu-toggle{display:none;border:0;background:none;padding:8px}.menu-toggle span:not(.sr-only){display:block;width:25px;height:2px;margin:5px;background:var(--text)}
.button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:48px;padding:0 20px;border:1px solid var(--primary);border-radius:8px;background:var(--primary);color:#fff;font-weight:700;font-size:.88rem;transition:.25s}
.button:hover{transform:translateY(-2px);background:var(--primary-dark);border-color:var(--primary-dark)}.button-small{min-height:40px;padding:0 15px}
.button-ghost{background:transparent;border-color:rgba(255,255,255,.35);color:#fff}.button-ghost:hover{background:#fff;color:var(--dark);border-color:#fff}
.button-outline{background:transparent;color:var(--primary)}.button-outline:hover{color:#fff}
.page-hero{padding:105px 0 95px}.page-hero h1{max-width:950px;margin-bottom:20px}.page-hero .narrow>p:last-child{max-width:720px;font-size:1.1rem}
.breadcrumbs{padding:18px 0;font-size:.78rem;color:var(--muted)}.breadcrumbs a:hover{color:var(--primary)}.breadcrumbs span{margin:0 7px;color:#9ba9a1}
.section-heading{display:flex;align-items:end;justify-content:space-between;gap:50px;margin-bottom:44px}.section-heading>p{max-width:440px;margin:0}.section-heading>div{max-width:720px}
.image-placeholder{min-height:280px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;border:1px dashed #b9c9c0;border-radius:var(--radius);background:linear-gradient(135deg,#edf4f0,#dfeae4);color:var(--primary-dark);text-align:center;padding:24px}
.image-placeholder span{font-size:.76rem;font-weight:800;letter-spacing:.12em}.image-placeholder small{color:var(--muted);font-size:.78rem}
.split{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.copy h2{margin-bottom:20px}.copy p{max-width:720px}.line{width:55px;height:2px;background:var(--primary);margin-top:25px}
.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.card{border:1px solid var(--border);border-radius:var(--radius);background:#fff;padding:28px;transition:.25s}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#b5d1c3}
.card .tag,.tag{display:inline-block;color:var(--primary);font-size:.7rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;margin-bottom:13px}
.card h3{font-size:1.15rem;margin-bottom:11px}.card p{font-size:.9rem}.card a{color:var(--primary);font-weight:700;font-size:.8rem}
.list-check{display:grid;gap:11px;margin:24px 0;padding:0;list-style:none}.list-check li{padding-left:24px;position:relative;color:var(--muted)}.list-check li::before{content:"✓";position:absolute;left:0;color:var(--primary);font-weight:800}
.metric-row{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.metric-row>div{padding:35px 20px;text-align:center;border-right:1px solid var(--border)}.metric-row>div:last-child{border-right:0}
.metric-row strong{display:block;font:800 3rem/1 Manrope,sans-serif;color:var(--primary-dark)}.metric-row span{display:block;color:var(--muted);font-size:.76rem;text-transform:uppercase;letter-spacing:.08em;margin-top:8px}
.profile-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.profile{display:grid;grid-template-columns:180px 1fr;gap:24px;padding:20px;border:1px solid var(--border);border-radius:var(--radius);background:#fff}.profile .image-placeholder{min-height:210px;border-radius:10px}.profile h3{margin-bottom:5px}.profile .role{display:block;color:var(--primary);font-size:.74rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px}.profile small{color:var(--muted)}
.filter-bar{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:28px}.filter-btn{cursor:pointer;padding:9px 13px;border:1px solid var(--border);border-radius:8px;background:#fff;color:var(--muted);font-weight:700;font-size:.78rem}.filter-btn.active,.filter-btn:hover{background:var(--primary);border-color:var(--primary);color:#fff}
.project-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.project-card{overflow:hidden;border:1px solid var(--border);border-radius:var(--radius);background:#fff}.project-card .image-placeholder{min-height:245px;border:0;border-radius:0}.project-card-body{padding:26px}.project-card-body h3{font-size:1.25rem;margin-bottom:10px}.project-meta{display:flex;flex-wrap:wrap;gap:7px;margin:18px 0}.project-meta span{padding:5px 8px;border-radius:5px;background:var(--primary-light);color:var(--primary-dark);font-size:.68rem;font-weight:700}
.detail-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:70px}.facts{border:1px solid var(--border);border-radius:var(--radius);background:#fff}.fact{padding:20px 22px;border-bottom:1px solid var(--border)}.fact:last-child{border-bottom:0}.fact span{display:block;color:var(--primary);font-size:.67rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase;margin-bottom:5px}
.methodology{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.method{padding:28px;border:1px solid var(--border);border-radius:12px;background:#fff;position:relative;min-height:220px}.method strong{display:block;color:var(--primary);font-size:.7rem;letter-spacing:.1em;margin-bottom:16px}.method h3{font-size:1.28rem;color:var(--text);margin-bottom:12px}.method p{font-size:.84rem;margin:0;color:var(--muted)}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.service-card{min-height:260px;padding:28px;border:1px solid var(--border);border-radius:var(--radius);background:#fff}.service-card>span{color:var(--primary);font-size:.7rem;font-weight:800;letter-spacing:.1em}.service-card h3{margin:34px 0 12px}.service-card p{font-size:.89rem}.service-feature{background:var(--primary-dark);color:#fff;border-color:var(--primary-dark);grid-column:span 2}.service-feature p{color:rgba(255,255,255,.7)}
.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.news-card{overflow:hidden;border:1px solid var(--border);border-radius:var(--radius);background:#fff}.news-card .image-placeholder{min-height:210px;border:0;border-radius:0}.news-body{padding:22px}.news-body h3{font-size:1.08rem;margin-bottom:8px}.news-body p{font-size:.86rem}
.event-list{display:grid;grid-template-columns:1fr 1fr;gap:16px}.event-item{display:grid;grid-template-columns:90px 1fr;gap:22px;padding:25px;border:1px solid var(--border);border-radius:var(--radius);background:#fff}.event-number{font:800 1.8rem/1 Manrope,sans-serif;color:var(--primary)}.event-item h3{font-size:1.17rem;margin-bottom:8px}.event-item p{font-size:.87rem}
.knowledge-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.knowledge-card{min-height:280px;padding:28px;border:1px solid var(--border);border-radius:var(--radius);background:#fff;display:flex;flex-direction:column}.knowledge-card span{color:var(--primary);font-size:.7rem;font-weight:800;letter-spacing:.1em}.knowledge-card h3{margin:35px 0 11px;font-size:1.18rem}.knowledge-card p{font-size:.87rem}.knowledge-card a{margin-top:auto;color:var(--primary);font-weight:700;font-size:.8rem}
.table-wrap{overflow:auto;border:1px solid var(--border);border-radius:var(--radius)}table{border-collapse:collapse;width:100%;min-width:720px;background:#fff}th,td{padding:16px 18px;text-align:left;border-bottom:1px solid var(--border)}th{background:var(--surface);font-size:.76rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}td{font-size:.9rem}
.contact-grid{display:grid;grid-template-columns:1fr .8fr;gap:70px}.contact-card{padding:30px;border:1px solid var(--border);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow)}.contact-card>div{padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid var(--border)}.contact-card span{display:block;color:var(--primary);font-size:.67rem;font-weight:800;letter-spacing:.11em;margin-bottom:5px}.contact-card a:not(.button){display:block;font-weight:600}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{display:flex;flex-direction:column;gap:7px}.field-full{grid-column:1/-1}.field label{font-size:.8rem;font-weight:700}.field input,.field textarea,.field select{border:1px solid var(--border);border-radius:8px;padding:12px 13px;background:#fff;outline:none}.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light)}
.cta-strip{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:38px;border:1px solid var(--border);border-radius:var(--radius);background:#fff}.cta-strip h2{font-size:1.7rem}
.site-footer{padding:70px 0 25px;background:var(--dark);color:#fff}.footer-grid{display:grid;grid-template-columns:1.7fr 1fr 1fr 1.2fr;gap:45px;padding-bottom:55px}.footer-brand p{max-width:320px;margin-top:16px;color:rgba(255,255,255,.6);font-size:.86rem}.footer-grid h4{margin-bottom:17px;font-size:.9rem}.footer-grid>div:not(.footer-brand){display:flex;flex-direction:column;gap:9px}.footer-grid a,.footer-grid p{color:rgba(255,255,255,.6);font-size:.82rem}.footer-grid a:hover{color:#fff}.footer-bottom{display:flex;justify-content:space-between;gap:20px;padding-top:22px;border-top:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.45);font-size:.72rem}
.reveal{opacity:0;transform:translateY(18px);transition:opacity .65s,transform .65s}.reveal.is-visible{opacity:1;transform:none}
@media(max-width:1100px){.primary-nav{gap:11px;font-size:.74rem}.card-grid,.service-grid{grid-template-columns:repeat(2,1fr)}.knowledge-grid{grid-template-columns:repeat(2,1fr)}.news-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:900px){.utility-inner nav{display:none}.menu-toggle{display:block}.primary-nav{position:fixed;inset:110px 0 auto 0;max-height:calc(100vh - 110px);overflow:auto;padding:20px 32px 30px;display:none;flex-direction:column;align-items:stretch;gap:0;background:#fff;border-bottom:1px solid var(--border);box-shadow:var(--shadow)}.primary-nav.open{display:flex}.primary-nav>a{padding:13px 0;border-bottom:1px solid var(--border)}.primary-nav .button{margin-top:14px}.split,.detail-grid,.contact-grid{grid-template-columns:1fr}.profile-grid{grid-template-columns:1fr}.project-grid,.event-list{grid-template-columns:1fr}.metric-row{grid-template-columns:repeat(2,1fr)}.metric-row>div:nth-child(2){border-right:0}.metric-row>div:nth-child(-n+2){border-bottom:1px solid var(--border)}.methodology{grid-template-columns:1fr}.method{padding-left:60px}.cta-strip{align-items:flex-start;flex-direction:column}.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.container{width:calc(100% - 36px)}.section{padding:76px 0}.section-sm{padding:54px 0}.utility-inner{min-height:30px;font-size:.64rem}.nav-inner{min-height:68px}.brand{min-width:0}.brand-text small{display:none}.page-hero{padding:72px 0}.section-heading{flex-direction:column;align-items:flex-start;gap:14px;margin-bottom:30px}.card-grid,.service-grid,.knowledge-grid,.news-grid,.form-grid,.footer-grid{grid-template-columns:1fr}.service-feature{grid-column:auto}.metric-row{grid-template-columns:1fr}.metric-row>div{border-right:0!important;border-bottom:1px solid var(--border)}.metric-row>div:last-child{border-bottom:0}.profile{grid-template-columns:1fr}.profile .image-placeholder{min-height:250px}.contact-card{padding:23px}.footer-bottom{flex-direction:column}.cta-strip{padding:26px}.breadcrumbs{font-size:.72rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important}.reveal{opacity:1;transform:none}}

/* =========================================================
   PHASE 7 — DEVICE-FLEXIBLE RESPONSIVE HARDENING
   ========================================================= */
html, body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

img, svg, video, iframe {
  max-width: 100%;
}

.container {
  width: min(var(--container), calc(100% - 48px));
}

.hero, .page-hero, .section-dark {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.hero-grid, .split, .detail-grid, .contact-grid,
.event-layout, .project-feature, .hero-copy, .hero-visual,
.section-heading, .section-heading > div, .section-heading > p,
.project-copy, .event-copy {
  min-width: 0;
  max-width: 100%;
}

h1, h2, h3, p {
  overflow-wrap: anywhere;
}

.image-placeholder {
  width: 100%;
  max-width: 100%;
}

@media (max-width: 767px) {
  .container {
    width: calc(100% - 32px);
  }

  /* Hero becomes a true single-column flow on phones. */
  .hero {
    padding: 56px 0 64px !important;
  }

  .hero-grid {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 34px !important;
  }

  .hero-copy {
    width: 100% !important;
  }

  .hero-copy h1 {
    font-size: clamp(2.25rem, 11vw, 3rem) !important;
    line-height: 1.04 !important;
    max-width: 100% !important;
    margin: 0 !important;
  }

  .hero-lead {
    font-size: 1rem !important;
    line-height: 1.65 !important;
    max-width: 100% !important;
  }

  .hero-actions {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-visual {
    order: 2 !important;
    position: static !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .hero-placeholder {
    width: 100% !important;
    min-height: 230px !important;
    max-height: 300px;
    margin: 0 !important;
    border-radius: 14px;
  }

  .map-chip {
    position: static !important;
    display: block;
    width: max-content;
    max-width: 100%;
    margin: 12px auto 0;
  }

  .hero-meta {
    gap: 10px 15px;
    max-width: 100%;
  }

  .card-grid, .service-grid, .project-grid,
  .knowledge-grid, .news-grid, .event-list,
  .methodology, .metric-row, .profile-grid, .form-grid {
    width: 100%;
    max-width: 100%;
  }

  .card, .service-card, .project-card, .knowledge-card,
  .news-card, .event-item, .profile, .method, .contact-card {
    min-width: 0;
    max-width: 100%;
  }

  .primary-nav {
    width: 100%;
    max-width: 100vw;
  }

  .primary-nav > a {
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .table-wrap {
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 380px) {
  .container {
    width: calc(100% - 24px);
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .brand-text strong {
    font-size: .82rem;
  }

  .hero {
    padding-top: 44px !important;
  }

  .hero h1, .page-hero h1 {
    font-size: 2.15rem !important;
  }

  .hero-lead {
    font-size: .94rem !important;
  }

  .hero-placeholder {
    min-height: 200px !important;
  }

  .section {
    padding: 62px 0;
  }
}

@media (max-height: 520px) and (max-width: 900px) {
  .hero {
    padding: 42px 0 54px !important;
  }

  .hero-grid {
    gap: 28px !important;
  }

  .hero-placeholder {
    min-height: 210px !important;
  }
}

/* =========================================================
   PHASE 8 — DYNAMIC MEDIA SYSTEM
   ========================================================= */
.dynamic-media {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 280px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: linear-gradient(135deg,#e9f2ed,#dce9e2);
  margin: 0;
}
.dynamic-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  aspect-ratio: 16 / 10;
  opacity: 0;
  transition: opacity .45s ease, transform .55s ease;
}
.dynamic-media.is-loaded img { opacity: 1; }
.dynamic-media:hover img { transform: scale(1.025); }
.dynamic-media figcaption {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 7px 10px;
  border-radius: 7px;
  background: rgba(16,35,28,.78);
  color: #fff;
  font-size: .68rem;
  line-height: 1.3;
  backdrop-filter: blur(7px);
}
.dynamic-media figcaption a { color:#b8ddcb; text-decoration:underline; }
.dynamic-media.media-card { min-height: 220px; border-radius: 0; border: 0; }
.dynamic-media.media-card img { aspect-ratio: 16 / 10; }
.dynamic-media.media-portrait { min-height: 260px; }
.dynamic-media.media-portrait img { aspect-ratio: 4 / 5; }
.dynamic-media.is-fallback::after {
  content:"Illustrative image";
  position:absolute;
  top:10px;
  right:10px;
  padding:4px 7px;
  border-radius:5px;
  background:rgba(255,255,255,.88);
  color:var(--primary-dark);
  font-size:.62rem;
  font-weight:800;
  letter-spacing:.05em;
  text-transform:uppercase;
}
.media-placeholder-verified {
  min-height: 260px;
  display:grid;
  place-items:center;
  text-align:center;
  border:1px dashed #b9c9c0;
  border-radius:var(--radius);
  background:linear-gradient(135deg,#edf4f0,#dfeae4);
  padding:24px;
}
.media-placeholder-verified strong {
  display:block;
  color:var(--primary-dark);
  font-size:.75rem;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.media-placeholder-verified span { display:block; margin-top:7px; color:var(--muted); font-size:.78rem; }

.legal-doc-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}
.legal-doc {
  padding:26px;
  border:1px solid var(--border);
  border-radius:var(--radius);
  background:#fff;
  display:flex;
  flex-direction:column;
  min-height:250px;
}
.legal-doc .doc-icon {
  width:44px;height:44px;display:grid;place-items:center;
  border-radius:10px;background:var(--primary-light);color:var(--primary-dark);
  font-weight:800;margin-bottom:24px;
}
.legal-doc h3 { font-size:1.12rem; margin-bottom:9px; }
.legal-doc p { font-size:.84rem; }
.legal-doc .button { margin-top:auto; align-self:flex-start; }

.document-detail {
  display:grid;
  grid-template-columns:1fr .72fr;
  gap:50px;
}
.document-panel {
  padding:28px;
  border:1px solid var(--border);
  border-radius:var(--radius);
  background:#fff;
}
.document-panel dl { margin:0; }
.document-panel dt {
  margin-top:18px;
  color:var(--primary);
  font-size:.68rem;
  font-weight:800;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.document-panel dd { margin:4px 0 0; color:var(--muted); }
.document-action {
  display:flex; flex-wrap:wrap; gap:10px; margin-top:24px;
}

@media(max-width:900px) {
  .legal-doc-grid { grid-template-columns:1fr 1fr; }
  .document-detail { grid-template-columns:1fr; }
}
@media(max-width:640px) {
  .legal-doc-grid { grid-template-columns:1fr; }
  .dynamic-media { min-height:230px; }
  .dynamic-media.media-card { min-height:200px; }
  .dynamic-media figcaption { font-size:.62rem; }
}

.project-card .dynamic-media,
.news-card .dynamic-media { min-height:245px; border:0; border-radius:0; }
.project-card .dynamic-media img,
.news-card .dynamic-media img { aspect-ratio:16/10; }


/* PHASE 9 — supplied logo, five-image gallery, richer media */
.brand-logo { background: transparent !important; overflow: visible; }
.brand-logo img { width: 100%; height: 100%; object-fit: contain; display:block; }
.site-footer .brand-logo { width:58px; height:58px; margin-bottom:10px; }
.button-ghost-dark { background:transparent; border-color:var(--primary-dark); color:var(--primary-dark); }
.button-ghost-dark:hover { background:var(--primary-dark); color:#fff; }
.gallery-grid { display:grid; gap:14px; }
.gallery-five { grid-template-columns:repeat(12,1fr); grid-auto-rows:220px; }
.gallery-item { position:relative; min-width:0; overflow:hidden; border-radius:var(--radius); background:#dfeae4; }
.gallery-item:nth-child(1) { grid-column:span 5; grid-row:span 2; }
.gallery-item:nth-child(2) { grid-column:span 7; }
.gallery-item:nth-child(3) { grid-column:span 3; }
.gallery-item:nth-child(4) { grid-column:span 4; }
.gallery-item:nth-child(5) { grid-column:span 5; }
.gallery-item img { width:100%; height:100%; object-fit:cover; display:block; }
.gallery-item figcaption { position:absolute; left:12px; right:12px; bottom:12px; display:flex; justify-content:space-between; gap:10px; padding:8px 10px; border-radius:8px; background:rgba(16,35,28,.76); color:#fff; font-size:.68rem; backdrop-filter:blur(8px); }
.publication-intro { max-width:780px; }
.publication-tools { display:flex; gap:10px; flex-wrap:wrap; margin:0 0 24px; }
.publication-search { width:min(440px,100%); padding:13px 15px; border:1px solid var(--border); border-radius:9px; font:inherit; background:#fff; }
.publication-profile { border:1px solid var(--border); border-radius:var(--radius); background:#fff; margin:0 0 18px; overflow:hidden; }
.publication-profile summary { cursor:pointer; list-style:none; padding:22px 24px; display:flex; justify-content:space-between; align-items:center; gap:15px; font:700 1.08rem Manrope,sans-serif; }
.publication-profile summary::-webkit-details-marker { display:none; }
.publication-profile summary::after { content:'+'; font-size:1.4rem; color:var(--primary); }
.publication-profile[open] summary::after { content:'−'; }
.pub-count { color:var(--muted); font:500 .78rem Inter,sans-serif; }
.pub-list { padding:0 24px 24px; display:grid; gap:12px; }
.pub-record { border-top:1px solid var(--border); padding-top:15px; display:grid; grid-template-columns:60px 1fr; gap:14px; }
.pub-year { color:var(--primary); font:800 .78rem Manrope,sans-serif; }
.pub-citation { color:var(--text); font-size:.86rem; line-height:1.6; }
.pub-meta { margin-top:7px; display:flex; gap:7px; flex-wrap:wrap; align-items:center; }
.pub-type { display:inline-flex; padding:4px 7px; border-radius:999px; background:var(--primary-light); color:var(--primary-dark); font-size:.64rem; font-weight:800; letter-spacing:.04em; text-transform:uppercase; }
.pub-link { font-size:.72rem; }
.pub-hidden { display:none !important; }

@media(max-width:900px) {
  .gallery-five { grid-template-columns:repeat(2,1fr); grid-auto-rows:210px; }
  .gallery-item:nth-child(n) { grid-column:auto; grid-row:auto; }
  .gallery-item:first-child { grid-column:span 2; grid-row:span 1; }
}
@media(max-width:600px) {
  .gallery-five { grid-template-columns:1fr; grid-auto-rows:230px; }
  .gallery-item:first-child { grid-column:auto; }
  .publication-profile summary { padding:18px; align-items:flex-start; }
  .pub-list { padding:0 18px 18px; }
  .pub-record { grid-template-columns:1fr; gap:5px; }
  .publication-search { width:100%; }
}

/* Final media optimization */
.brand-logo { width:56px; height:56px; flex:0 0 56px; }
.brand-logo img { width:100%; height:100%; object-fit:contain; }
.dynamic-media img { width:100%; height:100%; object-fit:cover; }
@media(max-width:640px){
  .brand-logo { width:48px; height:48px; flex-basis:48px; }
  .brand { gap:9px; }
}


/* PHASE 11 — UNIFORM GALLERY GRID FIX
   Equal tiles, no spanning, no overlap, fluid columns. */
.gallery-uniform {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 16px !important;
  width: 100% !important;
  max-width: 100% !important;
  align-items: stretch;
}
.gallery-uniform .gallery-item {
  grid-column: auto !important;
  grid-row: auto !important;
  width: 100% !important;
  min-width: 0 !important;
  height: auto !important;
  aspect-ratio: 4 / 3 !important;
  margin: 0 !important;
  position: relative !important;
  overflow: hidden !important;
  border-radius: var(--radius) !important;
}
.gallery-uniform .gallery-item img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 0 !important;
  object-fit: cover !important;
}
.gallery-uniform .gallery-item figcaption {
  left: 10px !important;
  right: 10px !important;
  bottom: 10px !important;
  max-width: calc(100% - 20px) !important;
  overflow: hidden !important;
}
.gallery-uniform .gallery-item figcaption span:first-child {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 1100px) {
  .gallery-uniform { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; }
}
@media (max-width: 820px) {
  .gallery-uniform { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; gap: 12px !important; }
}
@media (max-width: 600px) {
  .gallery-uniform { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px !important; }
  .gallery-uniform .gallery-item { aspect-ratio: 1 / 1 !important; border-radius: 10px !important; }
  .gallery-uniform .gallery-item figcaption { font-size: .58rem !important; padding: 6px 8px !important; }
  .gallery-uniform .media-credit { display: none; }
}
@media (max-width: 360px) {
  .gallery-uniform { grid-template-columns: 1fr !important; }
  .gallery-uniform .gallery-item { aspect-ratio: 4 / 3 !important; }
}


/* =========================================================
   FINAL MEDIA + GALLERY OPTIMIZATION
   Shared 16:9 placeholder; uniform 5 x 4 desktop gallery.
   ========================================================= */
.dynamic-media {
  min-height: 0 !important;
  aspect-ratio: 16 / 9 !important;
  background: #dfeae4;
  contain: layout paint;
}
.dynamic-media img {
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  aspect-ratio: auto !important;
  object-fit: cover !important;
}
.dynamic-media.is-placeholder::after {
  content: "Shared image placeholder";
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  padding: 4px 7px;
  border-radius: 5px;
  background: rgba(255,255,255,.9);
  color: var(--primary-dark);
  font-size: .58rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.dynamic-media.is-image-error::after {
  content: "Image unavailable";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: #dfeae4;
  color: var(--primary-dark);
  font-weight: 800;
}

.gallery-uniform {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  grid-auto-rows: auto !important;
  gap: 14px !important;
  width: 100% !important;
  max-width: 100% !important;
  align-items: stretch !important;
}
.gallery-uniform .gallery-item,
.gallery-uniform .gallery-item:nth-child(n),
.gallery-uniform .gallery-item:first-child {
  grid-column: auto !important;
  grid-row: auto !important;
  width: 100% !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 16 / 9 !important;
  margin: 0 !important;
  position: relative !important;
  overflow: hidden !important;
  border-radius: var(--radius) !important;
}
.gallery-uniform .gallery-item img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  object-fit: cover !important;
}
.gallery-uniform .gallery-item figcaption {
  left: 10px !important;
  right: 10px !important;
  bottom: 10px !important;
  max-width: calc(100% - 20px) !important;
  overflow: hidden !important;
}
.gallery-uniform .gallery-item figcaption span:first-child {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Project/news/report media inherit the same 16:9 treatment. */
.project-card .dynamic-media,
.news-card .dynamic-media,
.dynamic-media.media-card {
  aspect-ratio: 16 / 9 !important;
  min-height: 0 !important;
}

/* Keep actual staff portrait placeholders square. */
.media-placeholder-verified {
  aspect-ratio: 1 / 1;
  min-height: 0;
}

.document-viewer {
  width: 100%;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #fff;
}
.document-viewer iframe {
  display: block;
  width: 100%;
  height: min(78vh, 900px);
  min-height: 620px;
  border: 0;
}
.document-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}
.enquiry-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.enquiry-actions .button {
  border: 0;
  cursor: pointer;
  font: inherit;
}
.form-note {
  margin: 0;
  color: var(--muted);
  font-size: .78rem;
  line-height: 1.5;
}

@media (max-width: 1100px) {
  .gallery-uniform { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; }
}
@media (max-width: 820px) {
  .gallery-uniform { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; gap: 12px !important; }
}
@media (max-width: 600px) {
  .gallery-uniform { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px !important; }
  .gallery-uniform .gallery-item { border-radius: 10px !important; }
  .gallery-uniform .media-credit { display: none; }
  .document-viewer iframe { min-height: 500px; height: 70vh; }
}
@media (max-width: 360px) {
  .gallery-uniform { grid-template-columns: 1fr !important; }
}

/* =========================================================
   PHASE 13 — STATIC LOCAL MEDIA + MOBILE QUICK LINKS
   ========================================================= */
.static-media {
  min-height: 0 !important;
  aspect-ratio: 16 / 9 !important;
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: var(--radius);
  background: #dfeae4;
}
.static-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.static-media.gallery-item,
.gallery-uniform .static-media.gallery-item,
.project-card .static-media,
.news-card .static-media {
  aspect-ratio: 16 / 9 !important;
}

/* All leadership/core-team placeholders use a square local image. */
.static-portrait {
  width: 100%;
  aspect-ratio: 1 / 1;
  min-height: 0;
  overflow: hidden;
  border-radius: 10px;
  background: #e7eee9;
}
.static-portrait img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.profile .static-portrait {
  width: 180px;
  max-width: 100%;
}
.core-team-photo {
  margin: -28px -28px 24px;
  width: calc(100% + 56px);
  border-radius: var(--radius) var(--radius) 0 0;
}

/* Gallery: predictable, non-overlapping, 16:9 tiles. */
.gallery-uniform {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 16px !important;
  width: 100% !important;
  max-width: 100% !important;
}
.gallery-uniform .gallery-item,
.gallery-uniform .gallery-item:nth-child(n),
.gallery-uniform .gallery-item:first-child {
  grid-column: auto !important;
  grid-row: auto !important;
  width: 100% !important;
  min-width: 0 !important;
  height: auto !important;
  margin: 0 !important;
  aspect-ratio: 16 / 9 !important;
  overflow: hidden !important;
}
.gallery-uniform .gallery-item img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

/* The four utility links were previously hidden on phones. Keep them in the
   top utility bar on desktop and expose a dedicated group inside the mobile menu. */
.mobile-quick-links { display: none; }

@media (max-width: 900px) {
  .mobile-quick-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 12px 0 14px;
    margin: 0 0 4px;
    border-bottom: 1px solid var(--border);
  }
  .mobile-quick-links a {
    padding: 10px 11px !important;
    border: 1px solid var(--border) !important;
    border-radius: 8px;
    background: var(--surface);
    color: var(--primary-dark);
    font-size: .74rem;
    font-weight: 700;
    text-align: center;
  }
  .primary-nav.open { display: flex !important; }
  .profile .static-portrait { width: 100%; }
  .gallery-uniform { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; }
}

@media (max-width: 700px) {
  .gallery-uniform { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; gap: 12px !important; }
}

@media (max-width: 600px) {
  .gallery-uniform { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px !important; }
  .gallery-uniform .gallery-item,
  .gallery-uniform .gallery-item:nth-child(n),
  .gallery-uniform .gallery-item:first-child { aspect-ratio: 16 / 9 !important; }
  .mobile-quick-links { grid-template-columns: 1fr 1fr; }
  .core-team-photo { margin: -23px -23px 20px; width: calc(100% + 46px); }
}

@media (max-width: 380px) {
  .gallery-uniform { grid-template-columns: 1fr !important; }
  .mobile-quick-links { grid-template-columns: 1fr; }
}


/* =========================================================
   PHASE 14 — FINAL MOBILE + TEAM + GALLERY HARDENING
   ========================================================= */

/* Never let any component establish a viewport wider than the device. */
html, body {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: clip;
}

*, *::before, *::after { min-width: 0; }

.container {
  width: min(var(--container), calc(100% - 48px));
  max-width: 100%;
  margin-inline: auto;
}

.utility-inner,
.nav-inner,
.section-heading,
.footer-bottom {
  min-width: 0;
  max-width: 100%;
}

.utility-inner > span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* A clean, predictable mobile navigation panel. */
@media (max-width: 900px) {
  .utility-inner { gap: 10px; }
  .utility-inner > span { max-width: 100%; }

  .main-header { width: 100%; }
  .nav-inner { width: 100%; }

  .primary-nav {
    position: fixed !important;
    top: 98px !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 100vw !important;
    max-height: calc(100dvh - 98px) !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    padding: 14px max(16px, calc((100vw - 720px) / 2)) 28px !important;
  }

  .primary-nav > a,
  .primary-nav .button,
  .mobile-quick-links,
  .mobile-quick-links a {
    max-width: 100%;
  }
}

/* Team pages: leadership and core-team cards share one visual system. */
.team-page .profile-grid,
.team-page .card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.team-page .profile,
.team-page .card {
  min-width: 0;
  height: 100%;
}

.team-page .profile {
  display: flex;
  flex-direction: column;
  padding: 0;
  overflow: hidden;
}

.team-page .profile .static-portrait {
  width: 100%;
  aspect-ratio: 1 / 1;
  flex: 0 0 auto;
  border-radius: 0;
}

.team-page .profile > div:last-child {
  padding: 24px;
}

.team-page .profile h3 { font-size: 1.2rem; }

.team-page .card {
  display: flex;
  flex-direction: column;
  padding: 0;
  overflow: hidden;
}

.team-page .core-team-photo {
  width: 100%;
  aspect-ratio: 1 / 1;
  flex: 0 0 auto;
  margin: 0;
  border-radius: 0;
}

.team-page .card > .tag,
.team-page .card > h3,
.team-page .card > p {
  margin-left: 28px;
  margin-right: 28px;
}

.team-page .card > .tag { margin-top: 24px; }
.team-page .card > p { margin-bottom: 28px; }

@media (max-width: 1000px) {
  .team-page .profile-grid,
  .team-page .card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Gallery: 4 columns on desktop; one long 16:9 image per row on mobile. */
.gallery-uniform {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 16px !important;
}

.gallery-uniform .gallery-item,
.gallery-uniform .gallery-item:nth-child(n),
.gallery-uniform .gallery-item:first-child {
  aspect-ratio: 16 / 9 !important;
  grid-column: auto !important;
  grid-row: auto !important;
  width: 100% !important;
  min-width: 0 !important;
  height: auto !important;
}

@media (max-width: 900px) {
  .gallery-uniform {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  .container {
    width: calc(100% - 32px) !important;
    max-width: 100% !important;
  }

  .section-heading > div,
  .section-heading > p,
  .copy,
  .contact-card,
  .card,
  .project-card,
  .news-card,
  .service-card,
  .knowledge-card,
  .event-item,
  .profile {
    min-width: 0;
    max-width: 100%;
  }

  .gallery-uniform {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .gallery-uniform .gallery-item,
  .gallery-uniform .gallery-item:nth-child(n),
  .gallery-uniform .gallery-item:first-child {
    aspect-ratio: 16 / 9 !important;
    width: 100% !important;
  }

  /* One team member per row on phones, with the exact same card proportions. */
  .team-page .profile-grid,
  .team-page .card-grid {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  .team-page .profile .static-portrait,
  .team-page .core-team-photo {
    aspect-ratio: 1 / 1 !important;
  }

  .team-page .profile > div:last-child { padding: 22px; }
  .team-page .card > .tag,
  .team-page .card > h3,
  .team-page .card > p {
    margin-left: 22px;
    margin-right: 22px;
  }
  .team-page .card > .tag { margin-top: 22px; }
  .team-page .card > p { margin-bottom: 22px; }

  .page-hero { padding: 64px 0 !important; }
  .page-hero h1 { max-width: 100%; }
  .breadcrumbs { max-width: 100%; overflow-wrap: anywhere; }

  .footer-grid { gap: 28px; }
}

@media (max-width: 380px) {
  .container { width: calc(100% - 24px) !important; }
  .primary-nav { padding-inline: 12px !important; }
  .hero-copy h1 { font-size: 2.1rem !important; }
}

/* =========================================================
   PHASE 15 — MEDIA EDGE ALIGNMENT
   Fix browser's default <figure> margins on every static image.
   ========================================================= */

figure.static-media,
figure.gallery-item,
.static-media {
  margin: 0 !important;
  box-sizing: border-box;
}

figure.static-media {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.static-media img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Project/news/service cards: image fills the card edge-to-edge. */
.project-card > figure.static-media,
.news-card > figure.static-media,
.service-card > figure.static-media,
.card > figure.static-media {
  width: 100% !important;
  margin: 0 !important;
}

/* Keep captions over the image without changing its geometry. */
.static-media figcaption {
  box-sizing: border-box;
}

/* Never allow media + caption content to create horizontal overflow. */
.static-media,
.static-media * {
  min-width: 0;
  max-width: 100%;
}


/* =========================================================
   PHASE 16 — UNIVERSAL SITE SHELL + EVENT POPUP + REPORTS
   ========================================================= */
.event-popup[hidden] { display:none !important; }
.event-popup { position:fixed; inset:0; z-index:1000; display:grid; place-items:center; padding:20px; }
.event-popup-backdrop { position:absolute; inset:0; background:rgba(4,25,19,.66); backdrop-filter:blur(6px); }
.event-popup-card { position:relative; z-index:1; width:min(560px,100%); padding:42px; border:1px solid var(--border); border-radius:24px; background:#fff; box-shadow:0 28px 90px rgba(0,0,0,.22); }
.event-popup-card h2 { margin:8px 0 14px; }
.event-popup-card p:not(.eyebrow) { color:var(--muted); font-size:1rem; line-height:1.7; }
.event-popup-meta { display:block; margin-top:8px; color:var(--primary); font-size:.76rem; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.event-popup-close { position:absolute; top:12px; right:14px; width:40px; height:40px; border:1px solid var(--border); border-radius:50%; background:#fff; color:var(--text); font-size:28px; line-height:1; cursor:pointer; }
.event-popup-open { overflow:hidden; }
.reports-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:20px; }
.report-category { display:flex; flex-direction:column; min-width:0; padding:28px; border:1px solid var(--border); border-radius:var(--radius); background:#fff; }
.report-category:last-child { grid-column:1 / -1; }
.report-category h3 { margin:12px 0 8px; }
.report-category > p { color:var(--muted); }
.report-links { display:grid; gap:8px; margin-top:18px; }
.report-links a { padding:12px 14px; border:1px solid var(--border); border-radius:10px; background:var(--surface); font-weight:700; }
.document-slot { display:grid; gap:5px; margin-top:auto; padding:16px; border:1px dashed var(--border); border-radius:12px; background:var(--surface); color:var(--muted); }
.document-slot strong { color:var(--primary-dark); }
@media (max-width:900px){
  .event-popup-card { padding:34px 24px 28px; }
  .reports-grid { grid-template-columns:1fr; }
  .report-category:last-child { grid-column:auto; }
}
@media (max-width:640px){
  .event-popup { padding:14px; }
  .event-popup-card { border-radius:18px; }
  .reports-grid { gap:14px; }
  .report-category { padding:22px; }
}

/* About page: merged team subsection keeps the same equal-card system as the former Team page. */
.about-team-scope .profile-grid,
.about-team-scope .card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}
.about-team-scope .profile,
.about-team-scope .card {
  min-width: 0;
  height: 100%;
}
.about-team-scope .profile {
  display: flex;
  flex-direction: column;
  padding: 0;
  overflow: hidden;
}
.about-team-scope .profile .static-portrait,
.about-team-scope .core-team-photo {
  width: 100%;
  aspect-ratio: 1 / 1;
  flex: 0 0 auto;
}
.about-team-scope .profile .static-portrait { border-radius: 0; }
.about-team-scope .profile > div:last-child { padding: 24px; }
.about-team-scope .card { display:flex; flex-direction:column; padding:0; overflow:hidden; }
.about-team-scope .core-team-photo { margin:0; border-radius:0; }
.about-team-scope .card > .tag,
.about-team-scope .card > h3,
.about-team-scope .card > p { margin-left:28px; margin-right:28px; }
.about-team-scope .card > .tag { margin-top:24px; }
.about-team-scope .card > p { margin-bottom:28px; }
@media (max-width:1000px){
  .about-team-scope .profile-grid,
  .about-team-scope .card-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width:640px){
  .about-team-scope .profile-grid,
  .about-team-scope .card-grid { grid-template-columns:1fr; gap:18px; }
  .about-team-scope .profile .static-portrait,
  .about-team-scope .core-team-photo { aspect-ratio:1 / 1; }
  .about-team-scope .profile > div:last-child { padding:22px; }
  .about-team-scope .card > .tag,
  .about-team-scope .card > h3,
  .about-team-scope .card > p { margin-left:22px; margin-right:22px; }
}


/* PHASE 17 — REPORTS TYPOGRAPHY CONSISTENCY
   The Reports page uses the same Inter + Manrope stack as the rest of the site.
   These rules prevent any report-specific browser defaults from changing the visual hierarchy. */
.reports-page .page-hero h1,
.reports-page .section h2,
.reports-page .report-category h3 {
  font-family: Manrope, sans-serif;
  font-weight: 700;
  letter-spacing: -0.025em;
}
.reports-page .page-hero h1 {
  line-height: 1.12;
}
.reports-page .page-hero > .container > p:not(.eyebrow) {
  font-family: Inter, sans-serif;
}
.reports-page .report-category p,
.reports-page .report-links a,
.reports-page .document-slot {
  font-family: Inter, sans-serif;
}
