:root {
  --green-950: #0b2e24;
  --green-900: #123b2a;
  --green-800: #1d4f3d;
  --green-700: #276a4e;
  --green-100: #eef7f2;
  --gold: #eea923;
  --gold-dark: #d58b12;
  --ink: #10211a;
  --muted: #5d6b64;
  --line: #dde7e2;
  --paper: #ffffff;
  --soft: #f7faf8;
  --warm: #fff8ea;
  --shadow: 0 16px 34px rgba(13, 47, 35, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-size: 16px;
  line-height: 1.6;
}

body.craf-theme #tahefobu-header,
body.craf-theme #tahefobu-footer,
body.craf-theme .tahefobu-header,
body.craf-theme .tahefobu-footer,
body.craf-theme .elementor-location-header,
body.craf-theme .elementor-location-footer,
body.craf-theme .boostify-hfb-header,
body.craf-theme .boostify-hfb-footer,
body.craf-theme #masthead.boostify-site-header,
body.craf-theme #mastfooter.boostify-site-footer,
body.craf-theme .bhf-site > .boostify-site-header,
body.craf-theme .bhf-site > .boostify-site-footer,
body.craf-theme [data-elementor-type="header"],
body.craf-theme [data-elementor-type="footer"] {
  display: none !important;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.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;
}

.craf-site-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: #ffffff;
  box-shadow: 0 2px 18px rgba(14, 44, 33, 0.08);
}

.topbar {
  background: #244d55;
  color: #eef7f4;
  font-size: 0.82rem;
}

.topbar__inner,
.topbar__contact,
.topbar__social {
  display: flex;
  align-items: center;
}

.topbar__inner {
  justify-content: space-between;
  gap: 20px;
  min-height: 36px;
}

.topbar__contact,
.topbar__social {
  gap: 18px;
}

.topbar a,
address a {
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

.topbar a:hover,
.topbar a:focus-visible,
.menu a:hover,
.footer-links a:hover,
address a:hover,
address a:focus-visible {
  color: var(--gold);
}

.navbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 72px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--green-900);
  font-size: 1.55rem;
  font-weight: 800;
  letter-spacing: 0;
}

.brand img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.menu li {
  position: relative;
}

.menu a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 10px;
  color: #1f3a31;
  font-size: 0.86rem;
  font-weight: 800;
}

.menu > li:last-child > a {
  padding: 0 16px;
  border-radius: 5px;
  background: var(--gold);
  color: #1d1b12;
}

.has-submenu > a::after {
  content: "";
  width: 0;
  height: 0;
  margin-left: 7px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
}

.submenu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 10000;
  display: grid;
  min-width: 245px;
  padding: 8px;
  margin: 0;
  list-style: none;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #ffffff;
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
}

.has-submenu:hover > .submenu,
.has-submenu:focus-within > .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.submenu a {
  justify-content: flex-start;
  min-height: 38px;
  width: 100%;
  padding: 0 10px;
  border-radius: 4px;
  color: #1f3a31;
  font-size: 0.84rem;
  font-weight: 700;
  white-space: normal;
}

.submenu a:hover {
  background: var(--green-100);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--paper);
}

.menu-toggle span:not(.sr-only) {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--green-900);
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 620px;
  color: #ffffff;
  background: var(--green-950);
}

.hero::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background: linear-gradient(90deg, rgba(10, 33, 25, 0.48), rgba(10, 33, 25, 0.14));
}

.hero__slides,
.hero__slide {
  position: absolute;
  inset: 0;
}

.hero__slides {
  z-index: 0;
  display: flex;
  animation: heroSlideTrack 60s infinite ease-in-out;
  will-change: transform;
}

.hero__slide {
  position: relative;
  inset: auto;
  flex: 0 0 100%;
  background-position: center center;
  background-size: cover;
}

.hero__slide--forest {
  background-image: url("hero-forest-optimized.jpg");
  background-position: center 45%;
}

.hero__slide--sdi {
  background-image: url("hero-sdi-optimized.jpg");
  background-position: center 44%;
}

.hero__slide--school-1 {
  background-image: url("hero-v1038-school-1.jpg");
  background-position: center 42%;
}

.hero__slide--school-2 {
  background-image: url("hero-v1038-school-2.jpg");
  background-position: center 45%;
}

.hero__slide--school-3 {
  background-image: url("hero-v1038-school-3.jpg");
  background-position: center 44%;
}

.hero__slide--school-4 {
  background-image: url("hero-v1038-school-4.jpg");
  background-position: center 44%;
}

.hero__slide--leadership {
  background-image: url("hero-v1038-leadership-working-session.jpg");
  background-position: center 48%;
}

.hero__slide--flooding {
  background-image: url("hero-v1038-flooding-community.jpg");
  background-position: center 45%;
}

.hero__slide--student-session-1 {
  background-image: url("hero-v1038-student-session-1.jpg");
  background-position: center 48%;
}

.hero__slide--community-discussion {
  background-image: url("hero-v1038-community-discussion.jpg");
  background-position: center 42%;
}

.hero__slide--student-session-2 {
  background-image: url("hero-v1038-student-session-2.jpg");
  background-position: center 48%;
}

.hero__slide--teacher-dialogue {
  background-image: url("hero-v1038-teacher-dialogue.jpg");
  background-position: center 38%;
}

.hero__slide--staff-fdgs {
  background-image: url("hero-v1038-staff-fdgs.jpg");
  background-position: center 42%;
}

.hero__slide--teachers-staff {
  background-image: url("hero-v1038-teachers-craf-staff.jpg");
  background-position: center 42%;
}

.hero__slide--teachers-concerns {
  background-image: url("hero-v1038-teachers-concerns.jpg");
  background-position: center 44%;
}

@keyframes heroSlideTrack {
  0%,
  4% {
    transform: translateX(0);
  }

  6.5%,
  10.5% {
    transform: translateX(-100%);
  }

  13%,
  17% {
    transform: translateX(-200%);
  }

  19.5%,
  23.5% {
    transform: translateX(-300%);
  }

  26%,
  30% {
    transform: translateX(-400%);
  }

  32.5%,
  36.5% {
    transform: translateX(-500%);
  }

  39%,
  43% {
    transform: translateX(-600%);
  }

  45.5%,
  49.5% {
    transform: translateX(-700%);
  }

  52%,
  56% {
    transform: translateX(-800%);
  }

  58.5%,
  62.5% {
    transform: translateX(-900%);
  }

  65%,
  69% {
    transform: translateX(-1000%);
  }

  71.5%,
  75.5% {
    transform: translateX(-1100%);
  }

  78%,
  82% {
    transform: translateX(-1200%);
  }

  84.5%,
  88.5% {
    transform: translateX(-1300%);
  }

  91%,
  96% {
    transform: translateX(-1400%);
  }

  100% {
    transform: translateX(0);
  }
}

.hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  align-items: end;
  width: min(1320px, calc(100% - 40px));
  min-height: 620px;
  padding: 90px 0 150px;
}

.hero__copy {
  max-width: 620px;
}

.hero h1 {
  max-width: 620px;
  font-size: clamp(2rem, 3.6vw, 3.45rem);
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.13;
}

h1 {
  font-size: clamp(2.15rem, 4.5vw, 4.2rem);
  font-weight: 800;
}

h2 {
  font-size: clamp(1.45rem, 2.4vw, 2.25rem);
  font-weight: 800;
}

h3 {
  font-size: 1.08rem;
}

p {
  margin: 0;
}

.lead {
  max-width: 560px;
  margin-top: 14px;
  color: #edf7f1;
  font-size: 0.98rem;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 0.9rem;
  font-weight: 800;
}

.button--primary {
  background: var(--gold);
  color: #1e2115;
}

.button--secondary {
  border-color: rgba(255, 255, 255, 0.65);
  color: #ffffff;
}

.button--light {
  margin-top: 22px;
  background: #ffffff;
  color: var(--green-900);
}

.action-band {
  position: relative;
  z-index: 2;
  margin-top: -34px;
}

.action-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  box-shadow: var(--shadow);
}

.action-card {
  min-height: 142px;
  padding: 22px 24px;
  background: #244d55;
  color: #ffffff;
}

.action-card--gold {
  background: var(--gold);
  color: #211b10;
}

.action-card h2 {
  font-size: 1.08rem;
}

.action-card p {
  margin-top: 10px;
  color: currentColor;
  font-size: 0.82rem;
}

.action-card a {
  display: inline-flex;
  margin-top: 16px;
  padding: 9px 14px;
  border-radius: 5px;
  background: #ffffff;
  color: var(--green-900);
  font-size: 0.82rem;
  font-weight: 800;
}

.action-card--gold a {
  background: var(--green-900);
  color: #ffffff;
}

.home-event {
  padding: 44px 0 0;
  background: var(--green-100);
}

.home-event__banner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 170px;
  gap: 28px;
  align-items: center;
  padding: 28px;
  border: 1px solid rgba(238, 169, 35, 0.42);
  border-radius: 6px;
  background: linear-gradient(135deg, #ffffff 0%, #f8fff9 56%, #fff3d7 100%);
  box-shadow: 0 14px 30px rgba(18, 59, 42, 0.1);
}

.home-event__copy h2 {
  margin: 6px 0 12px;
  font-size: clamp(1.7rem, 3vw, 2.7rem);
  line-height: 1.08;
}

.home-event__copy p:not(.eyebrow) {
  max-width: 840px;
  margin-top: 10px;
  color: var(--muted);
}

.home-event__copy .button {
  margin-top: 18px;
}

.home-event__date {
  display: grid;
  justify-items: center;
  padding: 20px 14px;
  border-radius: 6px;
  background: var(--green-900);
  color: #ffffff;
  text-align: center;
}

.home-event__date span,
.home-event__date small {
  font-weight: 800;
  text-transform: uppercase;
}

.home-event__date strong {
  font-size: clamp(3.2rem, 7vw, 5.2rem);
  line-height: 0.95;
  color: var(--gold);
}

.section {
  padding: 70px 0;
}

.split__grid,
.highlights__grid,
.project-grid,
.footer__grid {
  display: grid;
  gap: 38px;
}

.split__grid {
  grid-template-columns: 0.9fr 1.1fr;
}

.split {
  background: var(--green-100);
}

.stack {
  display: grid;
  gap: 18px;
  color: var(--muted);
}

.stack strong {
  color: var(--green-900);
}

.vision {
  padding: 20px;
  border-left: 5px solid var(--gold);
  border-radius: 5px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(18, 59, 42, 0.06);
}

.vision h3 {
  margin-bottom: 8px;
  color: var(--green-900);
}

.about-overview {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.about-overview__item {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(18, 59, 42, 0.07);
}

.about-overview__item h2 {
  margin-bottom: 10px;
  font-size: 1.25rem;
  color: var(--green-900);
}

.leadership-action {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 0;
  margin-top: 34px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.leadership-action__media {
  min-height: 360px;
  background: var(--green-900);
}

.leadership-action__media img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  object-position: center;
}

.leadership-action__copy {
  align-self: center;
  padding: 36px;
}

.leadership-action__copy h2 {
  margin: 8px 0 14px;
  font-size: clamp(1.7rem, 2vw, 2.45rem);
  line-height: 1.08;
}

.leadership-action__copy p + p {
  margin-top: 12px;
}

.section--muted {
  background: var(--warm);
}

.section-heading {
  max-width: 700px;
  margin-bottom: 30px;
}

.section-heading > p:last-child {
  margin-top: 12px;
  color: var(--muted);
}

.cards {
  display: grid;
  gap: 20px;
}

.cards--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

#programs.section {
  padding: 52px 0;
}

#programs .section-heading {
  margin-bottom: 22px;
}

#programs .cards {
  gap: 16px;
}

#programs .card {
  padding: 18px;
}

#programs .card__icon {
  width: 38px;
  height: 38px;
  margin-bottom: 14px;
  font-size: 0.72rem;
}

#programs .card h3 {
  font-size: 1rem;
  line-height: 1.18;
}

#programs .card p {
  margin-top: 8px;
  font-size: 0.86rem;
  line-height: 1.5;
}

#programs .text-link {
  margin-top: 10px;
  font-size: 0.84rem;
}

.card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(18, 59, 42, 0.07);
}

.card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 6px;
  background: var(--green-100);
  color: var(--green-800);
  font-size: 0.82rem;
  font-weight: 800;
}

.card p,
.feature-list p,
.project-grid p,
.footer__brand p,
address {
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.95rem;
}

.text-link {
  display: inline-flex;
  margin-top: 12px;
  color: var(--green-800);
  font-size: 0.9rem;
  font-weight: 800;
}

.text-link:hover {
  color: var(--gold-dark);
}

.highlights__grid {
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
}

.highlights {
  background: var(--green-900);
  color: #ffffff;
}

.highlights h2,
.highlights h3 {
  color: #ffffff;
}

.highlights .feature-list p {
  color: #e8f2ec;
}

.highlights .feature-list article {
  border-top-color: rgba(255, 255, 255, 0.22);
}

.highlights .text-link {
  color: #f7c75d;
}

.highlights .text-link:hover {
  color: #ffffff;
}

.image-frame {
  overflow: hidden;
  border-radius: 6px;
  box-shadow: var(--shadow);
}

.image-frame img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.home-news-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.highlights .home-news-card h3 {
  color: var(--ink);
}

.home-news-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  object-position: center top;
  background: var(--green-950);
}

.home-news-card div {
  padding: 20px;
}

.home-news-card h3 {
  font-size: 1.25rem;
}

.home-news-card p:not(.eyebrow) {
  margin-top: 10px;
  color: var(--muted);
}

.feature-list {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.feature-list article {
  padding: 18px 0;
  border-top: 1px solid var(--line);
}

.impact-slider {
  overflow: hidden;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.gallery-slider {
  margin-bottom: 34px;
}

.impact-slides {
  position: relative;
  min-height: 430px;
}

.impact-slide {
  position: absolute;
  inset: 0;
  display: grid;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.impact-slide.is-active {
  opacity: 1;
  visibility: visible;
}

.impact-slide img {
  width: 100%;
  height: 430px;
  object-fit: contain;
  object-position: center top;
  background: var(--green-950);
}

.impact-slide figcaption {
  position: absolute;
  left: 20px;
  bottom: 20px;
  max-width: 520px;
  padding: 12px 14px;
  border-radius: 5px;
  background: rgba(7, 22, 16, 0.82);
  color: #ffffff;
  font-weight: 700;
}

.impact-slider__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px;
}

.impact-slider__controls button {
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: #ffffff;
  color: var(--green-900);
  font-weight: 800;
  cursor: pointer;
}

.photo-flow {
  overflow: hidden;
  margin: 30px 0 34px;
  border-radius: 6px;
  background: var(--green-950);
  box-shadow: var(--shadow);
}

.photo-flow__track {
  display: flex;
  width: max-content;
  gap: 14px;
  padding: 14px;
  animation: craf-photo-flow 42s linear infinite;
}

.photo-flow:hover .photo-flow__track {
  animation-play-state: paused;
}

.photo-flow__item {
  position: relative;
  flex: 0 0 280px;
  overflow: hidden;
  margin: 0;
  border-radius: 6px;
  background: #ffffff;
}

.photo-flow__item img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  object-position: center top;
  background: var(--green-950);
}

.photo-flow__item figcaption {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  padding: 8px 10px;
  border-radius: 4px;
  background: rgba(7, 22, 16, 0.82);
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 800;
}

@keyframes craf-photo-flow {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 7px));
  }
}

.section--green {
  color: #ffffff;
  background: var(--green-900);
}

.project-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.section--green p {
  color: #e5f1eb;
}

.craf-site-footer {
  background: #071610;
  color: #ffffff;
}

.footer__grid {
  grid-template-columns: 1.2fr 0.7fr 1fr;
  padding: 56px 0;
}

.footer__brand img {
  width: 82px;
  padding: 8px;
  border-radius: 6px;
  background: #ffffff;
}

.subscribe {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.subscribe input {
  width: 100%;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid #355447;
  border-radius: 5px;
  color: #ffffff;
  background: #10261c;
}

.subscribe button {
  min-height: 42px;
  padding: 0 15px;
  border: 0;
  border-radius: 5px;
  background: var(--gold);
  color: #172016;
  font-weight: 800;
  cursor: pointer;
}

.footer-social {
  display: flex;
  gap: 12px;
  margin-top: 22px;
}

.footer-social--contact {
  margin-top: 18px;
}

.footer-social a {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid #355447;
  border-radius: 50%;
  background: #10261c;
  color: #ffffff;
  font-size: 0.98rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
}

.footer-social a:hover,
.footer-social a:focus-visible {
  border-color: var(--gold);
  background: var(--gold);
  color: var(--green-950);
}

.subscribe-notice {
  margin: 16px 0 0;
  padding: 10px 12px;
  border-radius: 5px;
  font-size: 0.86rem;
  font-weight: 700;
}

.subscribe-notice--success {
  border: 1px solid #7fbb96;
  background: #e9f7ee;
  color: #143a29;
}

.subscribe-notice--error {
  border: 1px solid #d59983;
  background: #fff1eb;
  color: #682913;
}

.footer-links {
  display: grid;
  gap: 9px;
  padding: 0;
  margin: 16px 0 0;
  list-style: none;
  color: #d9e7df;
  font-size: 0.95rem;
}

address {
  font-style: normal;
  color: #d9e7df;
}

.footer-bottom {
  border-top: 1px solid #1b3328;
  color: #ffffff;
  background: #04110c;
}

.footer__copyright {
  margin-top: 22px;
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 800;
}

.footer-bottom p {
  padding: 17px 0;
  font-size: 0.95rem;
  font-weight: 800;
}

.content-page {
  max-width: 1120px;
}

.entry-content {
  margin-top: 22px;
}

.page-intro {
  max-width: 820px;
  margin-bottom: 34px;
}

.page-intro h1 {
  color: var(--green-950);
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.about-feature-photo {
  margin: -6px 0 36px;
}

.about-feature-photo figure {
  margin: 0;
}

.about-feature-photo img {
  display: block;
  width: 100%;
  max-height: 460px;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: var(--shadow);
}

.about-feature-photo figcaption {
  padding-top: 10px;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 700;
}

.page-intro p:last-child {
  margin-top: 14px;
  color: var(--muted);
  font-size: 1.02rem;
}

.detail-grid,
.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.detail-block {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--soft);
}

.detail-block p {
  margin-top: 10px;
  color: var(--muted);
}

.profile-grid {
  display: grid;
  gap: 22px;
}

.profile-card {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(18, 59, 42, 0.07);
}

.profile-card img {
  width: 180px;
  aspect-ratio: 1;
  border-radius: 6px;
  object-fit: cover;
  background: var(--green-100);
}

.profile-card p {
  margin-top: 10px;
  color: var(--muted);
}

.profile-role {
  color: var(--green-800) !important;
  font-weight: 800;
}

.legal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.legal-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(18, 59, 42, 0.07);
}

.legal-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: top;
}

.legal-card span {
  display: block;
  padding: 14px 16px;
  color: var(--green-900);
  font-weight: 800;
}

.story-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 28px;
}

.story-copy {
  display: grid;
  gap: 16px;
  color: var(--muted);
}

.story-facts {
  padding: 24px;
  border-radius: 6px;
  background: var(--green-900);
  color: #ffffff;
}

.story-facts ul {
  display: grid;
  gap: 10px;
  padding-left: 20px;
  margin: 16px 0 0;
}

.engagement-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.engagement-gallery figure {
  overflow: hidden;
  margin: 0;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(18, 59, 42, 0.07);
}

.engagement-gallery img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  object-position: center top;
  background: var(--green-950);
}

.engagement-gallery figcaption {
  padding: 12px 14px;
  color: var(--green-900);
  font-size: 0.9rem;
  font-weight: 800;
}

.news-grid {
  display: grid;
  gap: 22px;
}

.news-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(18, 59, 42, 0.07);
}

.news-card a {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 0;
}

.news-card img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: contain;
  object-position: center top;
  background: var(--green-950);
}

.news-card div {
  display: grid;
  align-content: center;
  padding: 28px;
}

.news-card p:not(.eyebrow) {
  margin-top: 12px;
  color: var(--muted);
}

.news-card__event-art {
  display: grid;
  align-content: center;
  justify-items: center;
  min-height: 280px;
  padding: 28px;
  background: linear-gradient(135deg, var(--green-900), #235b48);
  color: #ffffff;
  text-align: center;
}

.news-card .news-card__event-art {
  padding: 28px;
}

.news-card__event-art span,
.news-card__event-art small {
  font-weight: 800;
  text-transform: uppercase;
}

.news-card__event-art strong {
  color: var(--gold);
  font-size: clamp(4rem, 10vw, 7rem);
  line-height: 0.9;
}

.notice-box--event {
  margin-bottom: 26px;
}

.notice-box--event .button {
  margin-top: 16px;
}

.resource-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 28px;
}

.resource-card {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  align-content: start;
  gap: 14px;
  min-height: 280px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(18, 59, 42, 0.08);
}

.resource-card__type {
  width: fit-content;
  padding: 8px 12px;
  border-radius: 6px;
  background: #edf7f2;
  color: var(--green-800);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.resource-card h2,
.request-form h2,
.notice-box h2 {
  color: var(--green-900);
}

.resource-card h2 {
  font-size: clamp(1.55rem, 2vw, 2rem);
}

.resource-card p,
.request-form p,
.notice-box p {
  color: var(--muted);
}

.resource-card .button {
  align-self: end;
  width: fit-content;
  margin-top: 10px;
  border-color: var(--gold);
  background: var(--gold);
  color: #17231b;
}

.document-viewer {
  overflow: hidden;
  margin-top: 28px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(18, 59, 42, 0.08);
}

.document-viewer iframe {
  display: block;
  width: 100%;
  height: min(78vh, 820px);
  min-height: 620px;
  border: 0;
}

.document-content {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.document-content article {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(18, 59, 42, 0.07);
}

.document-content h2,
.document-content h3,
.document-content h4 {
  color: var(--green-900);
}

.document-content h2 {
  font-size: clamp(1.45rem, 2vw, 2rem);
}

.document-content h3 {
  margin-top: 26px;
  font-size: clamp(1.15rem, 1.6vw, 1.45rem);
}

.document-content h3:first-child {
  margin-top: 0;
}

.document-content h4 {
  margin-top: 18px;
  font-size: 1rem;
}

.document-content p,
.document-content li {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
}

.document-content p {
  margin-top: 12px;
}

.document-content ul {
  margin: 14px 0 0;
  padding-left: 22px;
}

.document-content li + li {
  margin-top: 8px;
}

.notice-box {
  margin-top: 28px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #f5faf7;
}

.empty-state {
  margin-top: 28px;
  padding: 34px;
  border: 1px solid var(--line);
  border-left: 5px solid var(--gold);
  border-radius: 6px;
  background: #f7faf8;
}

.empty-state h2 {
  color: var(--green-900);
}

.empty-state p {
  max-width: 820px;
  margin-top: 10px;
  color: var(--muted);
}

.notice-box .button {
  margin-top: 18px;
}

.notice-box--dark {
  background: var(--green-900);
  color: #ffffff;
}

.notice-box--dark h2,
.notice-box--dark p {
  color: #ffffff;
}

.restricted-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.75fr);
  gap: 22px;
  margin-top: 28px;
}

.restricted-list {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding-left: 20px;
}

.request-form {
  display: grid;
  gap: 18px;
  margin-top: 28px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(18, 59, 42, 0.08);
}

.form-notice {
  margin: 0 0 24px;
  padding: 16px 18px;
  border-radius: 6px;
  font-weight: 600;
}

.form-notice--success {
  border: 1px solid #b7ddc6;
  background: #eefaf2;
  color: var(--green-900);
}

.form-notice--error {
  border: 1px solid #efc7b9;
  background: #fff2ed;
  color: #7a2a14;
}

.hp-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.request-form label {
  display: grid;
  gap: 8px;
  color: var(--green-900);
  font-weight: 800;
}

.request-form input,
.request-form select,
.request-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #ffffff;
  color: var(--green-900);
  font: inherit;
  font-weight: 500;
}

.request-form textarea {
  resize: vertical;
}

.checkbox-field {
  grid-template-columns: auto 1fr;
  align-items: start;
  font-weight: 600 !important;
}

.checkbox-field input {
  width: 18px;
  min-height: 18px;
  margin-top: 3px;
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

@media (max-width: 980px) {
  .topbar__inner,
  .topbar__contact {
    flex-wrap: wrap;
    justify-content: center;
    padding: 7px 0;
  }

  .topbar__social {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .menu {
    position: absolute;
    inset: 100% 16px auto 16px;
    display: none;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 6px;
    background: #ffffff;
    box-shadow: var(--shadow);
  }

  .menu.is-open {
    display: grid;
  }

  .menu a,
  .menu > li:last-child > a {
    width: 100%;
    justify-content: flex-start;
    background: transparent;
    color: #1f3a31;
  }

  .submenu {
    position: static;
    display: grid;
    min-width: 0;
    padding: 0 0 0 14px;
    border: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .submenu a {
    min-height: 34px;
    color: var(--muted);
    font-size: 0.82rem;
  }

  .action-grid,
  .home-event__banner,
  .split__grid,
  .highlights__grid,
  .project-grid,
  .footer__grid,
  .cards--three,
  .detail-grid,
  .contact-grid,
  .legal-grid,
  .about-overview,
  .leadership-action,
  .story-layout,
  .engagement-gallery,
  .news-card a,
  .resource-grid,
  .restricted-layout,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .profile-card {
    grid-template-columns: 1fr;
  }

  .profile-card img {
    width: 160px;
  }

  .action-band {
    margin-top: 0;
  }

  .hero,
  .hero__inner {
    min-height: 430px;
  }

  .hero__inner {
    padding: 58px 0;
  }

  .leadership-action__media,
  .leadership-action__media img {
    min-height: 280px;
  }

  .leadership-action__copy {
    padding: 28px;
  }

  .section {
    padding: 56px 0;
  }

  .home-event__date {
    justify-items: start;
    text-align: left;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(100% - 24px, 1120px);
  }

  .brand {
    font-size: 1.25rem;
  }

  .brand img {
    width: 46px;
    height: 46px;
  }

  .hero__actions,
  .subscribe {
    flex-direction: column;
  }

  .button,
  .subscribe button {
    width: 100%;
  }

  .photo-flow__item {
    flex-basis: 220px;
  }
}
