:root {
  --forest: #1a2a24;
  --charcoal: #2b2b2b;
  --gold: #cfa044;
  --tan: #f2e7d8;
  --stone: #ece7df;
  --cream: #faf7f1;
  --white: #ffffff;
  --muted: #6b6b6b;
  --h1: clamp(2rem, 4vw+1rem, 3.6rem);
  --h2: clamp(1.5rem, 2.5vw+0.5rem, 2.4rem);
  --h3: clamp(1.15rem, 1.5vw+0.5rem, 1.4rem);
  --body: 1rem;
  --container: 1180px;
  --radius: 12px;
  --shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  font-size: var(--body);
  color: var(--charcoal);
  background: var(--cream);
  line-height: 1.6;
}
h1,
h2,
h3,
h4 {
  font-family: Poppins, Inter, sans-serif;
  margin: 0 0 0.5rem;
}
h1 {
  font-size: var(--h1);
  line-height: 1.15;
}
h2 {
  font-size: var(--h2);
}
h3 {
  font-size: var(--h3);
}
p {
  margin: 0.5rem 0 1rem;
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  max-width: 100%;
  display: block;
}
.container {
  max-width: var(--container);
  margin-inline: auto;
  padding: 0 24px;
}
.btn {
  display: inline-block;
  padding: 0.9rem 1.25rem;
  border-radius: 8px;
  font-weight: 600;
  border: 2px solid transparent;
  transition: 0.2s ease;
}
.btn.primary {
  background: var(--gold);
  color: var(--forest);
}
.btn.primary:hover {
  filter: brightness(0.95);
}
.btn.ghost {
  border-color: var(--gold);
  color: var(--gold);
  background: transparent;
}
.btn.ghost:hover {
  background: rgba(207, 160, 68, 0.12);
}
.skip-link {
  position: absolute;
  left: -9999px;
}
.skip-link:focus {
  left: 1rem;
  top: 1rem;
  background: var(--gold);
  color: var(--forest);
  padding: 0.5rem 0.75rem;
  border-radius: 6px;
  z-index: 9999;
}
header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--forest);
  color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
}
.brand {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}
.brand .name {
  font-weight: 700;
  letter-spacing: 0.3px;
}
/* ---- Logo Size Override ---- */
.brand img {
  height: 90px; /* try 30px or 24px if you want smaller */
  width: auto;
}
.menu {
  display: flex;
  gap: 28px;
  align-items: center;
}
.menu a {
  opacity: 0.92;
}
.menu a:hover {
  opacity: 1;
}
.menu a[aria-current="page"] {
  opacity: 1;
  border-bottom: 2px solid var(--gold);
  padding-bottom: 4px;
}
.burger {
  display: none;
  background: none;
  border: 0;
  color: #fff;
  font-size: 1.5rem;
}
@media (max-width: 860px) {
  .menu {
    position: fixed;
    inset: 60px 0 auto 0;
    background: var(--forest);
    padding: 18px 24px 24px;
    flex-direction: column;
    gap: 18px;
    transform: translateY(-150%);
    transition: 0.25s ease;
    box-shadow: var(--shadow);
  }
  .menu.open {
    transform: translateY(0);
  }
  .burger {
    display: block;
  }
  .menu .cta {
    width: 100%;
    text-align: center;
  }
}
.hero {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.25)),
    url("../assets/hero.jpg") center/cover no-repeat;
  color: #fff;
}
.hero .inner {
  min-height: 64vh;
  display: grid;
  align-items: center;
  padding: clamp(40px, 6vw, 96px) 0;
}
.hero .lede {
  max-width: 780px;
}
.hero p {
  opacity: 0.95;
  max-width: 700px;
  margin: 0.5rem 0 1.25rem;
}
.page-hero {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.2)),
    url("../assets/subhero.jpg") center/cover no-repeat;
  color: #fff;
  padding: clamp(48px, 7vw, 96px) 0;
}
.page-hero .lead {
  opacity: 0.95;
  max-width: 820px;
}
section {
  padding: clamp(48px, 8vw, 88px) 0;
}
.section-title {
  margin-bottom: 1.25rem;
}
.alt {
  background: var(--stone);
}
.muted {
  color: var(--muted);
}
.grid {
  display: grid;
  gap: 24px;
}
.grid-2 {
  grid-template-columns: 1.1fr 1fr;
}
.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 980px) {
  .grid-2,
  .grid-3 {
    grid-template-columns: 1fr;
  }
}
.card {
  background: #fff;
  border-radius: var(--radius);
  padding: 22px;
  box-shadow: var(--shadow);
}
.panel {
  background: #fff;
  border-radius: var(--radius);
  padding: 18px;
  box-shadow: var(--shadow);
}
.photo-panel {
  min-height: 320px;
  background: url("../assets/about-side.jpg") center/cover no-repeat;
}
/* Team Photos */
.profile .avatar {
  height: 120px;
  width: 120px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 12px;
}
}
.timeline {
  display: grid;
  gap: 10px;
}
.time-item {
  background: #fff;
  border-left: 4px solid var(--gold);
  padding: 10px 12px;
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.form .form-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 14px;
}
.form .form-row.two {
  flex-direction: row;
  gap: 12px;
}
.form .form-row.two > * {
  flex: 1;
}
.form input,
.form textarea,
.form select {
  width: 100%;
  padding: 0.8rem 0.9rem;
  border-radius: 8px;
  border: 1px solid #ddd;
  background: #fff;
  font: inherit;
}
.map {
  height: 220px;
  background: linear-gradient(135deg, #d8d2c5, #f5efe6);
  border: 1px dashed #c9c0b2;
}
.cta-band {
  background: var(--forest);
  color: #fff;
  border-radius: var(--radius);
  padding: 22px;
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer {
  background: var(--charcoal);
  color: #fff;
  margin-top: 64px;
  padding: 40px 0 24px;
}
.footer-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: 1.2fr 0.9fr 1fr 1.2fr;
}
.footer-grid h4 {
  margin-bottom: 0.5rem;
}
.foot-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.foot-list li {
  margin: 0.4rem 0;
  opacity: 0.9;
}
.newsletter {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.newsletter input {
  flex: 1 1 220px;
}
.copyright {
  margin-top: 18px;
  font-size: 0.9rem;
  color: #cfd2d5;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 12px;
}
@media (max-width: 960px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 520px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
}
.impact-strip {
  background: #f2f2f0;
  padding: 1.5em 0;
  margin: 2em 0;
  border-radius: 6px;
}

.impact-container {
  display: flex;
  justify-content: space-between;
  gap: 1em;
  flex-wrap: wrap;
}

.impact-item {
  flex: 1;
  min-width: 140px;
  text-align: center;
}

.impact-icon {
  font-size: 1.8rem;
  display: block;
  margin-bottom: 0.3em;
}