:root {
  --wmb-navy: #000a16;
  --wmb-navy-2: #071c27;
  --wmb-green: #6e9a1a;
  --wmb-green-dark: #52790d;
  --wmb-olive: #73942b;
  --wmb-green-soft: #f4f7ef;
  --wmb-white: #ffffff;
  --wmb-text: #17232b;
  --wmb-muted: #66747d;
  --wmb-line: #dce3dc;
  --wmb-shadow: 0 18px 45px rgba(0, 10, 22, 0.12);
  --wmb-radius: 24px;
  --wmb-wide: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body {
  margin: 0;
  color: var(--wmb-text);
  background: var(--wmb-white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, input, textarea { font: inherit; }

.screen-reader-text,
.wmb-skip-link:not(:focus) {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.wmb-skip-link:focus {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 9999;
  background: #fff;
  color: var(--wmb-navy);
  padding: 10px 14px;
  border-radius: 8px;
}

.wmb-topbar {
  background: var(--wmb-green);
  color: var(--wmb-white);
  text-align: center;
  padding: 8px 16px;
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.055em;
}

.wmb-site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  color: var(--wmb-white);
  background: rgba(0, 10, 22, 0.96);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
}
.wmb-header-inner {
  width: min(var(--wmb-wide), calc(100% - 40px));
  min-height: 76px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.wmb-brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: var(--wmb-white);
  text-decoration: none;
}
.wmb-brand-mark {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  border: 3px solid var(--wmb-green);
  border-radius: 50% 50% 46% 54%;
  color: var(--wmb-green);
  font-weight: 950;
  transform: rotate(-7deg);
}
.wmb-custom-logo img { max-height: 54px; width: auto; }
.wmb-brand-text strong { display: block; font-size: 1.03rem; line-height: 1.15; }
.wmb-brand-text small {
  display: block;
  color: #b8c3c9;
  font-size: 0.7rem;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}
.wmb-primary-nav .menu {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.wmb-primary-nav a {
  color: #e4ebee;
  text-decoration: none;
  font-size: 0.94rem;
  font-weight: 750;
}
.wmb-primary-nav a:hover,
.wmb-primary-nav a:focus { color: var(--wmb-green); }
.wmb-primary-nav .menu > li:last-child > a,
.wmb-primary-nav .menu-item-cta > a {
  display: inline-flex;
  padding: 10px 17px;
  border-radius: 999px;
  background: var(--wmb-green);
  color: var(--wmb-white);
}
.wmb-menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  color: var(--wmb-white);
  font-size: 1.7rem;
  cursor: pointer;
}

.wmb-site-main { min-height: 50vh; }
.wmb-site-main > :first-child { margin-top: 0; }
.wmb-site-main > :last-child { margin-bottom: 0; }

.wmb-hero {
  position: relative;
  overflow: hidden;
  color: var(--wmb-white);
  background:
    radial-gradient(circle at 80% 25%, rgba(110, 154, 26, 0.24), transparent 27%),
    radial-gradient(circle at 32% 100%, rgba(110, 154, 26, 0.14), transparent 35%),
    linear-gradient(135deg, var(--wmb-navy) 0%, #021722 57%, #0a2835 100%);
  padding: 82px 24px 115px;
}
.wmb-hero::after {
  content: "";
  position: absolute;
  left: -5%;
  right: -5%;
  bottom: 25px;
  height: 58px;
  border-top: 7px solid var(--wmb-green);
  border-radius: 50%;
  transform: rotate(1deg);
  opacity: 0.95;
}
.wmb-hero-columns { position: relative; z-index: 2; gap: clamp(32px, 5vw, 70px); }
.wmb-hero h1 {
  max-width: 780px;
  margin: 0 0 24px;
  color: var(--wmb-white);
  font-family: "Arial Narrow", "Roboto Condensed", Impact, ui-sans-serif, system-ui, sans-serif;
  font-weight: 900;
  letter-spacing: -0.035em;
  text-transform: none;
}
.wmb-accent { color: var(--wmb-green); }
.wmb-lead {
  max-width: 720px;
  color: #cad4d8;
  font-size: clamp(1.08rem, 1.8vw, 1.34rem);
}
.wmb-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  color: var(--wmb-green);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.wmb-eyebrow::before {
  content: "";
  width: 34px;
  height: 3px;
  border-radius: 99px;
  background: currentColor;
  flex: 0 0 auto;
}
.wmb-hero .wmb-eyebrow { color: #afd25f; }
.wmb-pills { gap: 10px !important; margin: 26px 0 30px; }
.wmb-pill {
  position: relative;
  margin: 0 !important;
  padding: 9px 14px 9px 30px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: #f4f8f9;
  font-size: 0.91rem;
  font-weight: 800;
}
.wmb-pill::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--wmb-green);
  transform: translateY(-50%);
}
.wmb-button-row { gap: 13px; }
.wp-block-button__link,
.wmb-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 21px;
  border-radius: 999px;
  border: 2px solid transparent;
  background: var(--wmb-green);
  color: var(--wmb-white);
  text-decoration: none;
  font-weight: 850;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.wp-block-button__link:hover,
.wmb-button:hover { transform: translateY(-2px); box-shadow: 0 12px 25px rgba(110, 154, 26, 0.24); }
.wmb-hero .is-style-outline .wp-block-button__link {
  border-color: rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.03);
  color: var(--wmb-white);
}
.wmb-hero-visual { position: relative; }
.wmb-hero-visual::before {
  content: "";
  position: absolute;
  inset: 7% 3% auto auto;
  width: 74%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--wmb-green);
  opacity: 0.75;
  filter: blur(1px);
}
.wmb-poster { position: relative; z-index: 2; margin: 0 auto !important; max-width: 410px; }
.wmb-poster img {
  width: 100%;
  border-radius: 30px;
  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.wmb-facts {
  position: relative;
  z-index: 4;
  margin-top: -62px !important;
  padding-inline: 0 !important;
}
.wmb-facts > .wp-block-columns {
  gap: 0;
  overflow: hidden;
  border-radius: var(--wmb-radius);
  background: var(--wmb-white);
  box-shadow: var(--wmb-shadow);
}
.wmb-facts .wp-block-column { margin: 0 !important; }
.wmb-fact-card {
  min-height: 145px;
  padding: 28px;
  border-right: 1px solid var(--wmb-line);
}
.wmb-facts .wp-block-column:last-child .wmb-fact-card { border-right: 0; }
.wmb-fact-card h3 {
  margin: 0 0 9px;
  color: var(--wmb-navy);
  font-size: clamp(1.55rem, 2.5vw, 2.2rem);
  line-height: 1;
}
.wmb-fact-card p { margin: 0; color: var(--wmb-muted); font-size: 0.91rem; font-weight: 700; }

.wmb-section { padding: 105px 24px; }
.wmb-section-soft { background: var(--wmb-green-soft); }
.wmb-intro { padding-top: 120px; }
.wmb-intro > .wp-block-columns { gap: clamp(35px, 6vw, 75px); }
.wmb-intro h2,
.wmb-section h2,
.wmb-contact-section h2 {
  margin-top: 0;
  font-size: clamp(2.1rem, 4.2vw, 4rem);
  letter-spacing: -0.03em;
}
.wmb-intro p:not(.wmb-eyebrow),
.wmb-section-head p:not(.wmb-eyebrow) { color: var(--wmb-muted); }
.wmb-quote-card {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  padding: 46px;
  border-radius: var(--wmb-radius);
  background: var(--wmb-navy);
  color: var(--wmb-white);
  box-shadow: var(--wmb-shadow);
}
.wmb-quote-card::after {
  content: "“";
  position: absolute;
  right: 20px;
  top: -45px;
  color: rgba(110, 154, 26, 0.25);
  font: 15rem/1 Georgia, serif;
}
.wmb-quote-card .wp-block-quote { position: relative; z-index: 2; margin: 18px 0 0; border: 0; padding: 0; }
.wmb-quote-card .wp-block-quote p {
  color: var(--wmb-white);
  font-size: clamp(1.6rem, 2.7vw, 2.35rem);
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: -0.03em;
}
.wmb-quote-card cite { color: #afd25f; font-style: normal; font-weight: 850; }

.wmb-section-head { max-width: 770px; margin-left: max(0px, calc((100% - var(--wmb-wide)) / 2)); margin-bottom: 45px !important; }
.wmb-lead-dark { color: var(--wmb-muted); font-size: clamp(1.05rem, 1.7vw, 1.28rem); }
.wmb-card-row { gap: 22px; margin-top: 22px; }
.wmb-project-card {
  position: relative;
  overflow: hidden;
  min-height: 285px;
  height: 100%;
  padding: 29px;
  border: 1px solid #e5ebe3;
  border-radius: var(--wmb-radius);
  background: var(--wmb-white);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.wmb-project-card:hover { transform: translateY(-6px); box-shadow: var(--wmb-shadow); }
.wmb-project-card::after {
  content: "";
  position: absolute;
  right: -55px;
  top: -55px;
  width: 130px;
  height: 130px;
  border: 22px solid rgba(110, 154, 26, 0.08);
  border-radius: 50%;
}
.wmb-card-number { color: var(--wmb-green); font-size: 0.77rem; font-weight: 950; letter-spacing: 0.13em; }
.wmb-project-card h3 { margin-top: 72px; font-size: 1.45rem; }
.wmb-project-card p:last-child { color: var(--wmb-muted); }

.wmb-numbers-band { padding: 65px 24px; background: var(--wmb-navy); color: var(--wmb-white); }
.wmb-numbers-band .wp-block-columns { gap: 18px; }
.wmb-number-card { height: 100%; padding: 20px 22px; border-left: 3px solid var(--wmb-green); }
.wmb-number-card h3 { margin: 0 0 9px; color: #afd25f; font-size: clamp(1.9rem, 3.5vw, 3.2rem); }
.wmb-number-card p { margin: 0; color: #d1dadd; font-weight: 700; }

.wmb-future-row { gap: 22px; margin-top: 22px; }
.wmb-future-card {
  position: relative;
  min-height: 220px;
  height: 100%;
  padding: 28px 28px 28px 92px;
  border: 1px solid var(--wmb-line);
  border-radius: 20px;
  background: var(--wmb-white);
}
.wmb-index {
  position: absolute;
  left: 27px;
  top: 27px;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin: 0 !important;
  border-radius: 50%;
  background: var(--wmb-navy);
  color: var(--wmb-white);
  font-weight: 900;
}
.wmb-future-card h3 { margin-top: 0; }
.wmb-future-card p:last-child { color: var(--wmb-muted); }

.wmb-about-image { margin: 0 !important; }
.wmb-about-image img { width: 100%; border-radius: var(--wmb-radius); box-shadow: var(--wmb-shadow); }
.wmb-about-card { padding: 46px; border: 1px solid #e5e9e4; border-radius: var(--wmb-radius); background: var(--wmb-white); }
.wmb-about-card p:not(.wmb-eyebrow) { color: var(--wmb-muted); }
.wmb-value-pills { gap: 10px !important; margin-top: 26px; }
.wmb-value-pills p {
  margin: 0 !important;
  padding: 12px 16px;
  border-radius: 12px;
  background: #e8f0d9;
  color: var(--wmb-green-dark) !important;
  font-weight: 900;
}

.wmb-news-query .wp-block-post-template { gap: 22px; }
.wmb-news-card {
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--wmb-line);
  border-radius: 20px;
  background: var(--wmb-white);
}
.wmb-news-card .wp-block-post-featured-image { margin: 0; }
.wmb-news-card .wp-block-post-featured-image img { width: 100%; object-fit: cover; }
.wmb-news-body { padding: 23px; }
.wmb-news-body .wp-block-post-date { margin: 0 0 8px; color: var(--wmb-green-dark); font-size: 0.82rem; font-weight: 900; text-transform: uppercase; }
.wmb-news-body .wp-block-post-title { margin: 0 0 12px; }
.wmb-news-body .wp-block-post-title a { color: var(--wmb-navy); text-decoration: none; }
.wmb-news-body .wp-block-post-excerpt { color: var(--wmb-muted); }
.wmb-news-body .wp-block-post-excerpt__more-link { color: var(--wmb-green-dark); font-weight: 900; text-decoration: none; }

.wmb-dates { background: var(--wmb-navy); color: var(--wmb-white); }
.wmb-dates .wmb-eyebrow { color: #afd25f; }
.wmb-dates .wmb-section-head p:not(.wmb-eyebrow) { color: #b9c5ca; }
.wmb-event-list { width: min(var(--wmb-wide), 100%); margin-inline: auto; display: grid; gap: 14px; }
.wmb-event-item {
  display: grid;
  grid-template-columns: 165px 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 23px 26px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
}
.wmb-event-date { color: #afd25f; font-weight: 900; }
.wmb-event-main h3 { margin: 0 0 3px; color: var(--wmb-white); }
.wmb-event-main p { margin: 0; color: #bcc8cd; }
.wmb-event-excerpt p { margin: 4px 0 0; }
.wmb-event-label { padding: 8px 12px; border: 1px solid rgba(255, 255, 255, 0.22); border-radius: 999px; font-size: 0.82rem; font-weight: 800; }

.wmb-contact-section { background: var(--wmb-white); }
.wmb-contact-wrap {
  gap: clamp(35px, 5vw, 60px);
  padding: 48px;
  border-radius: var(--wmb-radius);
  background: #eaf1dd;
}
.wmb-contact-details { display: grid; gap: 12px; margin-top: 26px; }
.wmb-contact-details a {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--wmb-text);
  text-decoration: none;
  font-weight: 800;
}
.wmb-contact-details a span:first-child { width: 28px; color: var(--wmb-green-dark); font-weight: 950; }
.wmb-contact-form { display: grid; gap: 14px; }
.wmb-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.wmb-contact-form label > span:first-child { display: block; margin-bottom: 6px; font-size: 0.88rem; font-weight: 800; }
.wmb-contact-form input,
.wmb-contact-form textarea {
  width: 100%;
  border: 1px solid #c8d4c4;
  border-radius: 12px;
  padding: 13px 14px;
  background: var(--wmb-white);
  color: var(--wmb-text);
}
.wmb-contact-form input:focus,
.wmb-contact-form textarea:focus { outline: 3px solid rgba(110, 154, 26, 0.2); border-color: var(--wmb-green); }
.wmb-privacy-check { display: grid; grid-template-columns: auto 1fr; gap: 10px; align-items: start; font-size: 0.8rem; color: var(--wmb-muted); }
.wmb-privacy-check input { width: auto; margin-top: 4px; }
.wmb-honeypot { position: absolute; left: -9999px; }
.wmb-form-note { margin: 0; color: var(--wmb-muted); font-size: 0.78rem; }
.wmb-form-message { margin-bottom: 14px; padding: 13px 15px; border-radius: 10px; font-weight: 800; }
.wmb-form-message.is-success { background: #dff1d1; color: #36580a; }
.wmb-form-message.is-error { background: #fbe4e4; color: #7b1919; }

.wmb-empty-state {
  width: min(var(--wmb-wide), 100%);
  margin-inline: auto;
  padding: 28px;
  border: 1px dashed var(--wmb-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.75);
  color: var(--wmb-muted);
}
.wmb-empty-state strong,
.wmb-empty-state span { display: block; }
.wmb-empty-state strong { color: var(--wmb-text); margin-bottom: 5px; }

.wmb-inner-page { padding: 85px 24px 110px; background: var(--wmb-green-soft); }
.wmb-content-wrap { width: min(var(--wmb-wide), 100%); margin-inline: auto; }
.wmb-content-narrow { width: min(820px, 100%); }
.wmb-entry,
.wmb-archive-header {
  padding: clamp(30px, 5vw, 55px);
  border-radius: var(--wmb-radius);
  background: var(--wmb-white);
  box-shadow: 0 10px 35px rgba(0, 10, 22, 0.08);
}
.wmb-entry-header h1,
.wmb-archive-header h1 { margin: 0; font-size: clamp(2.4rem, 5vw, 4.8rem); letter-spacing: -0.035em; }
.wmb-entry-meta { color: var(--wmb-muted); }
.wmb-entry-content { margin-top: 35px; }
.wmb-entry-content > * { max-width: 820px; margin-left: auto; margin-right: auto; }
.wmb-entry-content > .alignwide { max-width: var(--wmb-wide); }
.wmb-entry-content > .alignfull { max-width: none; }
.wmb-single-image { margin: 35px 0; }
.wmb-single-image img { width: 100%; border-radius: 18px; }
.wmb-archive-header { margin-bottom: 30px; }
.wmb-archive-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.wmb-archive-card { overflow: hidden; border: 1px solid var(--wmb-line); border-radius: 20px; background: var(--wmb-white); }
.wmb-archive-image { display: block; aspect-ratio: 16 / 9; overflow: hidden; }
.wmb-archive-image img { width: 100%; height: 100%; object-fit: cover; }
.wmb-archive-body { padding: 23px; }
.wmb-archive-body time { color: var(--wmb-green-dark); font-size: 0.82rem; font-weight: 900; }
.wmb-archive-body h2 { font-size: 1.5rem; }
.wmb-archive-body h2 a { color: var(--wmb-navy); text-decoration: none; }
.navigation.pagination { margin-top: 35px; }
.nav-links { display: flex; gap: 8px; flex-wrap: wrap; }
.page-numbers { padding: 8px 12px; border-radius: 8px; background: var(--wmb-white); text-decoration: none; }
.page-numbers.current { background: var(--wmb-green); color: var(--wmb-white); }

.wmb-site-footer { padding: 48px 24px 24px; background: var(--wmb-navy); color: #b8c4c9; }
.wmb-footer-inner { width: min(var(--wmb-wide), 100%); margin-inline: auto; }
.wmb-footer-grid { display: grid; grid-template-columns: 1.4fr 0.8fr 0.8fr; gap: 35px; }
.wmb-site-footer h2,
.wmb-site-footer h3 { color: var(--wmb-white); }
.wmb-footer-links { display: grid; gap: 8px; padding: 0; margin: 0; list-style: none; }
.wmb-footer-links a { color: #c8d1d5; text-decoration: none; }
.wmb-footer-links a:hover { color: var(--wmb-green); }
.wmb-footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 36px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, 0.1); font-size: 0.83rem; }

@media (max-width: 1000px) {
  .wmb-menu-toggle { display: block; }
  .wmb-primary-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 20px;
    background: var(--wmb-navy);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .wmb-primary-nav.is-open { display: block; }
  .wmb-primary-nav .menu { flex-direction: column; align-items: stretch; gap: 10px; }
  .wmb-primary-nav a { display: block; padding: 9px 4px; }
  .wmb-primary-nav .menu > li:last-child > a { justify-content: center; }
  .wmb-facts > .wp-block-columns { flex-wrap: wrap !important; }
  .wmb-facts .wp-block-column { flex-basis: 50% !important; }
  .wmb-facts .wp-block-column:nth-child(2) .wmb-fact-card { border-right: 0; }
  .wmb-facts .wp-block-column:nth-child(-n+2) .wmb-fact-card { border-bottom: 1px solid var(--wmb-line); }
  .wmb-archive-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 781px) {
  .wmb-header-inner { width: min(100% - 26px, var(--wmb-wide)); }
  .wmb-brand-text small { display: none; }
  .wmb-hero { padding: 62px 18px 100px; }
  .wmb-hero-columns { flex-direction: column; }
  .wmb-hero-visual { margin-top: 35px !important; }
  .wmb-poster { max-width: 350px; }
  .wmb-facts { margin-top: -38px !important; padding-inline: 13px !important; }
  .wmb-facts .wp-block-column { flex-basis: 100% !important; }
  .wmb-fact-card { border-right: 0 !important; border-bottom: 1px solid var(--wmb-line); }
  .wmb-facts .wp-block-column:last-child .wmb-fact-card { border-bottom: 0; }
  .wmb-section { padding: 76px 18px; }
  .wmb-intro { padding-top: 95px; }
  .wmb-quote-card,
  .wmb-about-card,
  .wmb-contact-wrap { padding: 30px; }
  .wmb-project-card { min-height: auto; }
  .wmb-project-card h3 { margin-top: 50px; }
  .wmb-future-card { min-height: auto; }
  .wmb-event-item { grid-template-columns: 1fr; gap: 6px; }
  .wmb-event-label { justify-self: start; }
  .wmb-form-row { grid-template-columns: 1fr; }
  .wmb-archive-grid { grid-template-columns: 1fr; }
  .wmb-footer-grid { grid-template-columns: 1fr; }
  .wmb-footer-bottom { flex-direction: column; }
}

@media (max-width: 480px) {
  .wmb-topbar { font-size: 0.72rem; }
  .wmb-brand-mark { width: 38px; height: 38px; }
  .wmb-brand-text strong { font-size: 0.95rem; }
  .wmb-hero h1 { font-size: clamp(2.6rem, 14vw, 4.1rem) !important; }
  .wmb-pills { gap: 7px !important; }
  .wmb-pill { font-size: 0.82rem; }
  .wmb-contact-wrap { padding: 24px; }
  .wmb-inner-page { padding-inline: 13px; }
}
