/* PDH RDC ASBL — activism skin (child theme) */
:root {
  --pdh-forest: #143d2b;
  --pdh-leaf: #2f6b4f;
  --pdh-moss: #52796f;
  --pdh-ink: #15201a;
  --pdh-paper: #f4f7f5;
  --pdh-mist: #e4ece7;
  --pdh-solidarity: #a4161a;
  --pdh-solidarity-deep: #7a1013;
  --pdh-cream-line: rgba(255,255,255,.14);
  --pdh-radius: 2px;
  --pdh-font-display: "Fraunces", "Palatino Linotype", "Book Antiqua", Palatino, serif;
  --pdh-font-body: "Source Sans 3", "Segoe UI", sans-serif;
}

body.pdh-activism {
  font-family: var(--pdh-font-body);
  color: var(--pdh-ink);
  background:
    radial-gradient(1200px 500px at 10% -10%, rgba(47,107,79,.18), transparent 60%),
    radial-gradient(900px 400px at 100% 0%, rgba(164,22,26,.08), transparent 55%),
    linear-gradient(180deg, #eef3ef 0%, var(--pdh-paper) 40%, #e8efe9 100%);
}

body.pdh-activism h1,
body.pdh-activism h2,
body.pdh-activism h3,
body.pdh-activism h4,
body.pdh-activism .site-title,
body.pdh-activism .site-title a,
body.pdh-activism .st-blog-title,
body.pdh-activism .st-blog-title a,
body.pdh-activism .widget-title {
  font-family: var(--pdh-font-display) !important;
  letter-spacing: -0.01em;
  color: var(--pdh-forest);
}

body.pdh-activism .site-title,
body.pdh-activism .site-title a,
body.pdh-activism .site-description,
body.pdh-activism .site-description a {
  font-family: var(--pdh-font-display) !important;
}

body.pdh-activism a {
  color: var(--pdh-leaf);
}
body.pdh-activism a:hover {
  color: var(--pdh-solidarity);
}

/* ========== SITE HEADER (all pages) ========== */
body.pdh-activism #big-logo-site-nav,
body.pdh-activism .st-blog-big-logo-nav {
  display: none !important; /* kill orphan nav-first black strip if cached/legacy */
}

body.pdh-activism .pdh-site-header,
body.pdh-activism header.pdh-site-header#masthead {
  background: transparent;
  border: 0;
  box-shadow: none !important;
  margin: 0;
  padding: 0;
}

body.pdh-activism .pdh-header {
  background:
    linear-gradient(180deg, rgba(20,61,43,.98) 0%, rgba(18,52,38,.96) 100%);
  border-bottom: 3px solid var(--pdh-solidarity);
  position: relative;
  z-index: 40;
}

body.pdh-activism .pdh-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem 2rem;
  min-height: 4.75rem;
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
}

body.pdh-activism .pdh-brand__link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none !important;
  color: #f5faf6 !important;
  max-width: min(28rem, 70vw);
}

body.pdh-activism .pdh-brand__logo img {
  display: block;
  max-height: 48px;
  width: auto;
}

body.pdh-activism .pdh-brand__text {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
}

body.pdh-activism .pdh-brand__name {
  font-family: var(--pdh-font-display) !important;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: #fff !important;
}

body.pdh-activism .pdh-brand__tag {
  font-family: var(--pdh-font-body) !important;
  font-size: 0.82rem;
  font-weight: 400;
  line-height: 1.3;
  color: rgba(245,250,246,.82) !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body.pdh-activism .pdh-header__nav-wrap {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-left: auto;
}

body.pdh-activism .pdh-nav {
  display: block;
}

body.pdh-activism .pdh-nav .menu-toggle {
  display: none;
}

body.pdh-activism nav#site-navigation.pdh-nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.15rem 0.35rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.pdh-activism nav#site-navigation.pdh-nav ul li {
  margin: 0;
  list-style: none;
}

body.pdh-activism nav#site-navigation.pdh-nav ul a {
  font-family: var(--pdh-font-body);
  font-weight: 600;
  font-size: 0.95rem;
  text-transform: none;
  letter-spacing: 0.02em;
  color: #f5faf6 !important;
  text-decoration: none !important;
  padding: 0.35rem 0.55rem;
  border-bottom: 2px solid transparent;
  display: inline-block;
}

body.pdh-activism nav#site-navigation.pdh-nav ul > li.current-menu-item > a,
body.pdh-activism nav#site-navigation.pdh-nav ul a:hover,
body.pdh-activism nav#site-navigation.pdh-nav ul a:focus {
  color: #fff !important;
  border-bottom-color: var(--pdh-solidarity);
}

/* Parent hamburger — keep usable on mobile */
body.pdh-activism .pdh-header .menu-toggler {
  display: none;
  width: 2.5rem;
  height: 2.5rem;
  background: transparent;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: var(--pdh-radius);
  position: relative;
  cursor: pointer;
  padding: 0;
}
body.pdh-activism .pdh-header .menu-toggler span {
  display: block;
  width: 1.1rem;
  height: 2px;
  background: #fff;
  margin: 4px auto;
}

/* Full-bleed: undo boxed magazine shell */
body.pdh-fullbleed #page,
body.pdh-fullbleed .site,
body.pdh-fullbleed .st-blog-boxed {
  max-width: none !important;
  box-shadow: none !important;
  margin: 0 !important;
  background: transparent;
}

/* ========== HERO ========== */
.pdh-hero {
  position: relative;
  min-height: min(88vh, 720px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: #f7faf8;
  margin: 0;
}
.pdh-hero__media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(20,61,43,.35), rgba(20,61,43,.1)),
    url("/wp-content/uploads/2025/07/bat1-1.jpeg") center/cover no-repeat;
  transform: scale(1.02);
  animation: pdhHeroDrift 18s ease-in-out infinite alternate;
}
.pdh-hero__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(12,32,24,.88) 0%, rgba(12,32,24,.62) 48%, rgba(12,32,24,.28) 100%),
    linear-gradient(0deg, rgba(12,32,24,.75) 0%, transparent 45%);
}
.pdh-hero__inner {
  position: relative;
  z-index: 2;
  width: min(1100px, 92vw);
  margin: 0 auto;
  padding: clamp(3rem, 8vh, 5.5rem) 0 clamp(2.5rem, 6vh, 4rem);
}
.pdh-hero__brand {
  font-family: var(--pdh-font-display);
  font-size: clamp(2rem, 5vw, 3.4rem);
  font-weight: 700;
  line-height: 1.05;
  margin: 0 0 0.75rem;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0,0,0,.25);
}
.pdh-hero__title {
  font-family: var(--pdh-font-display) !important;
  font-size: clamp(1.35rem, 2.6vw, 2rem) !important;
  font-weight: 500 !important;
  line-height: 1.25;
  max-width: 18ch;
  margin: 0 0 1rem !important;
  color: #eef6f0 !important;
}
.pdh-hero__lead {
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  line-height: 1.55;
  max-width: 38rem;
  margin: 0 0 1.6rem;
  color: rgba(247,250,248,.92);
}
.pdh-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
}
.pdh-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.65rem 1.35rem;
  font-family: var(--pdh-font-body);
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none !important;
  border-radius: var(--pdh-radius);
  border: 1px solid transparent;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.pdh-btn--primary {
  background: var(--pdh-solidarity);
  color: #fff !important;
  border-color: var(--pdh-solidarity);
}
.pdh-btn--primary:hover {
  background: var(--pdh-solidarity-deep);
  color: #fff !important;
}
.pdh-btn--ghost {
  background: transparent;
  color: #fff !important;
  border-color: rgba(255,255,255,.55);
}
.pdh-btn--ghost:hover {
  background: rgba(255,255,255,.12);
  color: #fff !important;
}

@keyframes pdhHeroDrift {
  from { transform: scale(1.02) translate3d(0,0,0); }
  to { transform: scale(1.06) translate3d(-1.2%, 0.6%, 0); }
}

body.pdh-front #st-blog-banner,
body.pdh-front .st-blog-banner-slider {
  display: none !important;
}

body.pdh-front #st-blog-featured {
  background: transparent;
  padding: 2.5rem 0 1rem;
}
body.pdh-front #st-blog-featured .st-blog-title,
body.pdh-front #st-blog-featured .st-blog-title a {
  color: var(--pdh-forest) !important;
  font-size: 1.15rem;
}
body.pdh-front #st-blog-featured .st-blog-featured-item {
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(20,61,43,.1);
  border-radius: var(--pdh-radius);
  overflow: hidden;
  box-shadow: none !important;
}
body.pdh-front #st-blog-featured .st-blog-featured-caption {
  padding: 0.9rem 1rem 1.1rem;
}

body.pdh-front .pdh-home-content {
  padding-top: 1rem;
  padding-bottom: 3rem;
}
body.pdh-front .pdh-mission .entry-header,
body.pdh-front .pdh-mission .entry-title,
body.pdh-front #primary > .site-main > article > .entry-header,
body.pdh-front #primary .entry-title {
  display: none !important;
}
body.pdh-front .pdh-mission .entry-content {
  background: rgba(255,255,255,.78);
  border-left: 4px solid var(--pdh-leaf);
  padding: 1.5rem 1.6rem 1.7rem;
}
body.pdh-front .pdh-mission .entry-content h1 {
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  color: var(--pdh-forest);
}
body.pdh-front .pdh-mission .entry-content h2 {
  font-size: 1.45rem;
  margin-top: 1.4rem;
  color: var(--pdh-forest);
}
body.pdh-front .pdh-mission .entry-content ul {
  padding-left: 1.1rem;
}
body.pdh-front .pdh-mission .entry-content li {
  margin-bottom: 0.35rem;
}

/* Header chrome identical on all pages (no .pdh-front size override) */
/* Sidebar */
body.pdh-activism #secondary .widget {
  background: rgba(255,255,255,.8);
  border: 1px solid rgba(20,61,43,.1);
  border-radius: var(--pdh-radius);
  padding: 1.1rem 1.15rem 1.2rem;
  margin-bottom: 1.25rem;
  box-shadow: none !important;
}
body.pdh-activism #secondary .widget-title {
  font-size: 1.15rem;
  border-bottom: 2px solid var(--pdh-leaf);
  padding-bottom: 0.4rem;
  margin-bottom: 0.85rem;
}
body.pdh-activism #secondary img {
  border-radius: var(--pdh-radius);
}

body.pdh-activism .st-blog-item article,
body.pdh-activism .post {
  background: rgba(255,255,255,.75);
  border: 1px solid rgba(20,61,43,.08);
  padding: 1rem 1.1rem;
  margin-bottom: 1rem;
  box-shadow: none !important;
}

/* ========== FOOTER ========== */
body.pdh-activism .site-footer {
  background: var(--pdh-forest);
  color: rgba(245,250,246,.88);
  border-top: 3px solid var(--pdh-solidarity);
  margin-top: 2rem;
}
body.pdh-activism .site-footer .site-info,
body.pdh-activism .st-blog-footer-copyright,
body.pdh-activism .site-footer .sep {
  display: none !important; /* hide legacy theme credit strip if any remnant */
}
body.pdh-activism .pdh-footer {
  padding: 2.75rem 0 1.5rem;
}
body.pdh-activism .pdh-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.8fr) minmax(0, 1.1fr);
  gap: 2rem 2.5rem;
  padding-bottom: 1.75rem;
  border-bottom: 1px solid rgba(255,255,255,.14);
}
body.pdh-activism .pdh-footer__name {
  font-family: var(--pdh-font-display) !important;
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  font-weight: 700;
  color: #fff !important;
  margin: 0 0 0.65rem;
}
body.pdh-activism .pdh-footer__lead {
  margin: 0;
  max-width: 32rem;
  line-height: 1.55;
  color: rgba(245,250,246,.82);
}
body.pdh-activism .pdh-footer__heading {
  font-family: var(--pdh-font-body) !important;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(245,250,246,.7);
  margin: 0 0 0.85rem;
}
body.pdh-activism .pdh-footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.pdh-activism .pdh-footer__links li {
  margin: 0 0 0.45rem;
}
body.pdh-activism .pdh-footer a {
  color: #fff !important;
  text-decoration: none !important;
}
body.pdh-activism .pdh-footer a:hover {
  color: #fff !important;
  text-decoration: underline !important;
}
body.pdh-activism .pdh-footer__address {
  font-style: normal;
  line-height: 1.55;
  margin: 0 0 0.85rem;
  color: rgba(245,250,246,.88);
}
body.pdh-activism .pdh-footer__meta {
  margin: 0;
  line-height: 1.55;
}
body.pdh-activism .pdh-footer__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.1rem;
}
body.pdh-activism .pdh-footer__copy {
  margin: 0;
  font-size: 0.9rem;
  color: rgba(245,250,246,.75);
}

/* ========== CONTACT PAGE ========== */
body.pdh-contact #primary .entry-header .entry-title {
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  margin-bottom: 0.75rem;
}
body.pdh-contact #primary .entry-content {
  background: rgba(255,255,255,.78);
  border-left: 4px solid var(--pdh-leaf);
  padding: 1.4rem 1.5rem 1.6rem;
}
body.pdh-contact .pdh-contact-intro {
  font-size: 1.05rem;
  line-height: 1.55;
  max-width: 40rem;
  margin: 0 0 1.35rem;
}
body.pdh-contact .pdh-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.35rem 1.75rem;
  margin: 0 0 1.5rem;
}
body.pdh-contact .pdh-contact-grid h2 {
  font-size: 1.15rem;
  margin: 0 0 0.55rem;
  color: var(--pdh-forest);
}
body.pdh-contact .pdh-contact-grid p {
  margin: 0 0 0.75rem;
  line-height: 1.55;
}
body.pdh-contact .pdh-contact-actions {
  margin: 0;
}

/* Preloader — NEVER block first paint (was forest green fullscreen until window.load) */
body.pdh-activism #preloader,
body.pdh-activism #preloader #status {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  z-index: -1 !important;
}

/* Mobile */
@media (max-width: 991px) {
  body.pdh-activism .pdh-header .menu-toggler {
    display: inline-block;
  }
  body.pdh-activism .pdh-header__inner {
    flex-wrap: wrap;
  }
  body.pdh-activism nav#site-navigation.pdh-nav ul {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 0.5rem 0 0.25rem;
  }
  /* inline open-nav rules removed — parent #st-mbl-menu drawer is authoritative */
  body.pdh-activism .pdh-footer__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  body.pdh-contact .pdh-contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .pdh-hero {
    min-height: 78vh;
    align-items: flex-end;
  }
  .pdh-hero__title {
    max-width: none;
  }
  .pdh-hero__cta {
    width: 100%;
  }
  .pdh-btn {
    flex: 1 1 auto;
  }
  body.pdh-activism .pdh-brand__tag {
    display: none; /* brand name stays; keep header compact */
  }
  body.pdh-activism .pdh-footer__bar {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .pdh-hero__brand,
  .pdh-hero__title,
  .pdh-hero__lead,
  .pdh-hero__cta {
    animation: pdhRise .8s ease both;
  }
  .pdh-hero__title { animation-delay: .1s; }
  .pdh-hero__lead { animation-delay: .18s; }
  .pdh-hero__cta { animation-delay: .26s; }
}
@keyframes pdhRise {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}
@media (prefers-reduced-motion: reduce) {
  .pdh-hero__media { animation: none; }
}

/* ========== MOBILE DRAWER (parent #st-mbl-menu) ========== */
/* Parent st-blog clones nav into fixed black panel via mobile-menu.js.
   Force ONG palette (forest / cream) with high specificity. */

body.pdh-activism .pdh-header .menu-toggler,
body.pdh-activism .pdh-header #menu-icon.menu-toggler {
  display: none;
  flex-shrink: 0;
  width: 2.65rem;
  height: 2.65rem;
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  border-radius: var(--pdh-radius);
  position: relative;
  cursor: pointer;
  padding: 0;
  z-index: 5;
}
body.pdh-activism .pdh-header .menu-toggler span,
body.pdh-activism .pdh-header #menu-icon.menu-toggler span {
  display: block;
  width: 1.15rem;
  height: 2px;
  background: #fff !important;
  margin: 4px auto;
  opacity: 1;
  position: relative;
  left: auto;
  right: auto;
}

@media (max-width: 991px) {
  body.pdh-activism .pdh-header .menu-toggler,
  body.pdh-activism .pdh-header #menu-icon.menu-toggler {
    display: inline-block;
  }

  /* Compact bar: brand left, hamburger right — never hide brand */
  body.pdh-activism .pdh-header__inner {
    flex-wrap: nowrap !important;
    min-height: 3.6rem;
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
    gap: 0.75rem;
  }
  body.pdh-activism .pdh-brand {
    flex: 1 1 auto;
    min-width: 0;
  }
  body.pdh-activism .pdh-brand__link {
    max-width: none;
  }
  body.pdh-activism .pdh-brand__name {
    font-size: clamp(1.05rem, 4.2vw, 1.35rem) !important;
    white-space: nowrap;
  }
  body.pdh-activism .pdh-brand__tag {
    display: none;
  }
  body.pdh-activism .pdh-header__nav-wrap {
    flex: 0 0 auto;
    margin-left: 0;
  }

  /* Keep in-header nav hidden on mobile — drawer is the UI */
  body.pdh-activism nav#site-navigation.pdh-nav > ul,
  body.pdh-activism nav#site-navigation.pdh-nav ul.menu,
  body.pdh-activism .pdh-header__nav-wrap.is-open nav#site-navigation.pdh-nav ul,
  body.pdh-activism .pdh-header__nav-wrap.menu-open nav#site-navigation.pdh-nav ul,
  body.pdh-activism .pdh-nav.toggled ul,
  body.pdh-activism .main-navigation.toggled ul {
    display: none !important;
  }
}

/* Drawer panel — cream / forest (NOT opaque black) */
body.pdh-activism #st-mbl-menu.st-mbl-menu,
body.pdh-activism .st-mbl-menu#st-mbl-menu,
body.pdh-activism body.st-mbl-overlay-left .st-mbl-menu,
body.pdh-activism.st-mbl-overlay-left .st-mbl-menu,
body.pdh-activism.st-mbl-overlay-right .st-mbl-menu,
body.pdh-activism.st-mbl-shift-left .st-mbl-menu,
body.pdh-activism.st-mbl-shift-right .st-mbl-menu {
  background:
    linear-gradient(180deg, #f7faf8 0%, var(--pdh-paper) 55%, var(--pdh-mist) 100%) !important;
  background-color: var(--pdh-paper) !important;
  color: var(--pdh-ink) !important;
  width: min(20rem, 86vw) !important;
  box-shadow: 4px 0 28px rgba(20, 61, 43, 0.18);
  border-right: 3px solid var(--pdh-solidarity);
  left: calc(-1 * min(20rem, 86vw)) !important;
  z-index: 10050 !important;
}
body.pdh-activism #st-mbl-menu.st-mbl-menu.st-menu-open,
body.pdh-activism .st-mbl-menu#st-mbl-menu.st-menu-open,
body.pdh-activism.st-mbl-overlay-left .st-mbl-menu.st-menu-open,
body.pdh-activism.st-mbl-overlay-right .st-mbl-menu.st-menu-open,
body.pdh-activism.st-mbl-shift-left .st-mbl-menu.st-menu-open,
body.pdh-activism.st-mbl-shift-right .st-mbl-menu.st-menu-open {
  left: 0 !important;
}

/* Soft forest veil — not cheap black app overlay */
body.pdh-activism .st-mbl-menu-overlay,
body.pdh-activism.st-mbl-overlay-left .st-mbl-menu-overlay,
body.pdh-activism.st-mbl-overlay-right .st-mbl-menu-overlay,
body.pdh-activism.st-mbl-shift-left .st-mbl-menu-overlay,
body.pdh-activism.st-mbl-shift-right .st-mbl-menu-overlay {
  background-color: rgba(12, 32, 24, 0.42) !important;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  z-index: 10040 !important;
}

/* Drawer header / close */
body.pdh-activism #st-mbl-menu .st-close-wrapper,
body.pdh-activism .st-mbl-menu .st-close-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 1rem 1rem 0.85rem;
  border-bottom: 1px solid rgba(20, 61, 43, 0.12);
  text-align: right;
}
body.pdh-activism #st-mbl-menu .st-close-wrapper::before {
  content: "PDH RDC ASBL";
  font-family: var(--pdh-font-display) !important;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--pdh-forest);
  margin-right: auto;
  text-align: left;
}
body.pdh-activism #st-mbl-menu .st-close-wrapper .st-inner-box,
body.pdh-activism .st-mbl-menu .st-close-wrapper .st-inner-box,
body.pdh-activism.st-menu-open #st-mbl-menu .st-close-wrapper .st-inner-box,
body.pdh-activism #st-mbl-menu.st-menu-open .st-close-wrapper .st-inner-box {
  width: 2.25rem;
  height: 2.25rem;
  border: 1px solid rgba(20, 61, 43, 0.28);
  border-radius: var(--pdh-radius);
  background: #fff;
  transform: none !important;
  -webkit-transform: none !important;
}
body.pdh-activism #st-mbl-menu .st-close-wrapper .st-inner-box .st-inner:after,
body.pdh-activism #st-mbl-menu .st-close-wrapper .st-inner-box .st-inner:before,
body.pdh-activism .st-mbl-menu .st-close-wrapper .st-inner-box .st-inner:after,
body.pdh-activism .st-mbl-menu .st-close-wrapper .st-inner-box .st-inner:before {
  background-color: var(--pdh-forest) !important;
  width: 2px;
  height: 1.05rem;
}

/* Links */
body.pdh-activism #st-mbl-menu ul.menu,
body.pdh-activism .st-mbl-menu ul.menu,
body.pdh-activism.st-mbl-overlay-left .st-mbl-menu ul.menu,
body.pdh-activism.st-mbl-overlay-right .st-mbl-menu ul.menu {
  margin: 0.35rem 0 1.25rem !important;
  padding: 0 !important;
  list-style: none !important;
  font-family: var(--pdh-font-body) !important;
}
body.pdh-activism #st-mbl-menu ul.menu > li > a,
body.pdh-activism .st-mbl-menu ul.menu > li > a,
body.pdh-activism.st-mbl-overlay-left .st-mbl-menu ul.menu > li > a,
body.pdh-activism.st-mbl-overlay-right .st-mbl-menu ul.menu > li > a {
  padding: 0.95rem 1.15rem !important;
  font-family: var(--pdh-font-body) !important;
  font-weight: 600 !important;
  font-size: 1.05rem !important;
  text-transform: none !important;
  letter-spacing: 0.01em;
  color: var(--pdh-forest) !important;
  border-bottom: 1px solid rgba(20, 61, 43, 0.1) !important;
  background: transparent !important;
}
body.pdh-activism #st-mbl-menu ul.menu > li.current-menu-item > a,
body.pdh-activism #st-mbl-menu ul.menu > li > a:hover,
body.pdh-activism #st-mbl-menu ul.menu > li > a:focus,
body.pdh-activism .st-mbl-menu ul.menu > li.current-menu-item > a,
body.pdh-activism .st-mbl-menu ul.menu > li > a:hover {
  color: var(--pdh-solidarity) !important;
  background: rgba(47, 107, 79, 0.08) !important;
  border-left: 3px solid var(--pdh-solidarity);
  padding-left: calc(1.15rem - 3px) !important;
}
body.pdh-activism #st-mbl-menu ul.menu > li ul,
body.pdh-activism .st-mbl-menu ul.menu > li ul {
  background-color: rgba(20, 61, 43, 0.04) !important;
}
body.pdh-activism #st-mbl-menu ul.menu > li ul li a,
body.pdh-activism .st-mbl-menu ul.menu > li ul li a {
  color: var(--pdh-ink) !important;
  border-bottom: 1px solid rgba(20, 61, 43, 0.08) !important;
  font-size: 0.95rem !important;
}

/* Submenu arrows: forest ink instead of white */
body.pdh-activism #st-mbl-menu .st-arrow-box .st-down-arrow:after,
body.pdh-activism #st-mbl-menu .st-arrow-box .st-down-arrow:before,
body.pdh-activism .st-mbl-menu .st-arrow-box .st-down-arrow:after,
body.pdh-activism .st-mbl-menu .st-arrow-box .st-down-arrow:before {
  background-color: var(--pdh-forest) !important;
}

/* Hide WP "Primary Menu" toggler remnant inside cloned drawer */
body.pdh-activism #st-mbl-menu .menu-toggle,
body.pdh-activism .st-mbl-menu .menu-toggle,
body.pdh-activism .pdh-nav .menu-toggle {
  display: none !important;
}

/* Footer remains pro on small screens */
@media (max-width: 767px) {
  body.pdh-activism .pdh-footer {
    padding: 2rem 0 1.25rem;
  }
  body.pdh-activism .pdh-footer__grid {
    grid-template-columns: 1fr;
    gap: 1.35rem;
  }
  body.pdh-activism .pdh-footer__bar {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Desktop: horizontal nav intact, drawer unused */
@media (min-width: 992px) {
  body.pdh-activism .pdh-header .menu-toggler,
  body.pdh-activism .pdh-header #menu-icon.menu-toggler {
    display: none !important;
  }
  body.pdh-activism nav#site-navigation.pdh-nav ul {
    display: flex !important;
  }
  body.pdh-activism #st-mbl-menu,
  body.pdh-activism .st-mbl-menu-overlay {
    display: none !important;
  }
}

/* Extra specificity vs parent body.st-mbl-overlay-* (#0e0e0e / black) */
html body.pdh-activism.st-mbl-overlay-left #st-mbl-menu.st-mbl-menu,
html body.pdh-activism.st-mbl-overlay-right #st-mbl-menu.st-mbl-menu,
html body.pdh-activism.st-mbl-shift-left #st-mbl-menu.st-mbl-menu,
html body.pdh-activism.st-mbl-shift-right #st-mbl-menu.st-mbl-menu,
html body.pdh-activism #st-mbl-menu.st-mbl-menu {
  background: linear-gradient(180deg, #f7faf8 0%, #f4f7f5 55%, #e4ece7 100%) !important;
  background-color: #f4f7f5 !important;
  color: #15201a !important;
}
html body.pdh-activism.st-mbl-overlay-left #st-mbl-menu.st-mbl-menu ul.menu > li > a,
html body.pdh-activism.st-mbl-overlay-right #st-mbl-menu.st-mbl-menu ul.menu > li > a,
html body.pdh-activism #st-mbl-menu.st-mbl-menu ul.menu > li > a {
  color: #143d2b !important;
  background: transparent !important;
}
html body.pdh-activism.st-mbl-overlay-left #st-mbl-menu.st-mbl-menu ul.menu > li ul,
html body.pdh-activism #st-mbl-menu.st-mbl-menu ul.menu > li ul {
  background-color: rgba(20, 61, 43, 0.05) !important;
}
html body.pdh-activism.st-mbl-overlay-left .st-mbl-menu-overlay,
html body.pdh-activism.st-mbl-overlay-right .st-mbl-menu-overlay,
html body.pdh-activism .st-mbl-menu-overlay {
  background-color: rgba(12, 32, 24, 0.42) !important;
}

/* ========== DRAWER CLOSED BY DEFAULT (first paint safe) ========== */
body.pdh-activism #st-mbl-menu.st-mbl-menu,
body.pdh-activism .st-mbl-menu#st-mbl-menu {
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translateX(-105%) !important;
  -webkit-transform: translateX(-105%) !important;
  left: 0 !important;
  width: min(20rem, 86vw) !important;
  max-width: 86vw !important;
  z-index: 10050 !important;
}
body.pdh-activism #st-mbl-menu.st-mbl-menu.st-menu-open,
body.pdh-activism .st-mbl-menu#st-mbl-menu.st-menu-open {
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateX(0) !important;
  -webkit-transform: translateX(0) !important;
  left: 0 !important;
}
body.pdh-activism .st-mbl-menu-overlay {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  z-index: 10040 !important;
}
body.pdh-activism .st-mbl-menu-overlay.st-menu-open {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

/* ========== GLOBAL HEADER PARITY (all templates) ========== */
body.pdh-activism header.pdh-site-header#masthead,
body.pdh-activism .pdh-site-header {
  display: block !important;
}
@media (min-width: 992px) {
  body.pdh-activism nav#site-navigation.pdh-nav ul,
  body.pdh-activism nav#site-navigation.pdh-nav ul.menu,
  body.pdh-activism nav#site-navigation.pdh-nav ul#primary-menu {
    display: flex !important;
  }
  body.pdh-activism .pdh-header .menu-toggler {
    display: none !important;
  }
}
