:root {
  --ink: #13231d;
  --muted: #55665e;
  --paper: #fffdf8;
  --surface: #f3f5ed;
  --line: #d9dfd4;
  --accent: #d75c3f;
  --accent-dark: #963b28;
  --green: #285c4a;
  --gold: #e8bd55;
  --shadow: 0 18px 50px rgba(31, 55, 44, 0.10);
  --radius: 28px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.72;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.96);
  backdrop-filter: blur(14px);
}

.header-inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.c876b16acd0 {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 14px;
}

.c876b16acd0 img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid var(--line);
  padding: 7px;
}

.brand-copy {
  min-width: 0;
}

.brand-name {
  display: block;
  color: var(--green);
  font-size: clamp(1.08rem, 2vw, 1.42rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.05;
}

.brand-tag {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

.c24d19bdda0 {
  display: none;
  border: 0;
  border-radius: 12px;
  background: var(--green);
  color: #ffffff;
  padding: 11px 14px;
  font-weight: 800;
  cursor: pointer;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

.main-nav a {
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 800;
}

.main-nav a:hover,
.main-nav a.active {
  background: var(--green);
  color: #ffffff;
}

.cecd7ffb1b1 {
  width: min(1180px, calc(100% - 40px));
  margin: 34px auto 0;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  min-height: 610px;
  overflow: hidden;
  border-radius: 36px;
  background: var(--green);
  box-shadow: var(--shadow);
}

.hero-copy {
  position: relative;
  padding: clamp(38px, 6vw, 82px);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-copy::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -80px;
  width: 240px;
  height: 240px;
  border: 40px solid rgba(232, 189, 85, 0.20);
  border-radius: 50%;
}

.eyebrow {
  width: fit-content;
  margin: 0 0 22px;
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--gold);
  color: #32250a;
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

.cecd7ffb1b1 h1,
.page-hero h1 {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: clamp(2.65rem, 6vw, 5.8rem);
  line-height: 0.94;
  letter-spacing: -0.065em;
  font-weight: 950;
}

.cecd7ffb1b1 h1 {
  color: #ffffff;
  text-shadow: 0 4px 26px rgba(0, 0, 0, 0.18);
}

.cecd7ffb1b1 .c4fb9bc41a8 {
  position: relative;
  z-index: 1;
  max-width: 680px;
  margin: 26px 0 0;
  color: #eef7f2;
  font-size: clamp(1rem, 1.6vw, 1.22rem);
}

.hero-actions {
  position: relative;
  z-index: 1;
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border-radius: 14px;
  background: var(--accent);
  color: #ffffff;
  font-weight: 900;
}

.button.secondary {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.7);
}

.hero-media {
  position: relative;
  min-height: 430px;
}

.hero-media img {
  height: 100%;
  object-fit: cover;
}

.hero-note {
  position: absolute;
  right: 22px;
  bottom: 22px;
  width: min(300px, calc(100% - 44px));
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 253, 248, 0.94);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.hero-note strong {
  display: block;
  color: var(--accent-dark);
  font-size: 1.04rem;
}

.section {
  width: min(1180px, calc(100% - 40px));
  margin: 88px auto 0;
}

.section-heading {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 46px;
  align-items: end;
  margin-bottom: 30px;
}

.section-heading h2 {
  margin: 0;
  color: var(--green);
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
  letter-spacing: -0.055em;
}

.section-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
}

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

.feature-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: #ffffff;
  box-shadow: 0 14px 32px rgba(31, 55, 44, 0.06);
}

.feature-card img {
  height: 220px;
  object-fit: cover;
}

.feature-card-body {
  padding: 24px;
}

.feature-card h3 {
  margin: 0 0 10px;
  color: var(--green);
  font-size: 1.25rem;
}

.feature-card p {
  margin: 0;
  color: var(--muted);
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: stretch;
}

.split-media {
  overflow: hidden;
  min-height: 500px;
  border-radius: 30px;
}

.split-media img {
  height: 100%;
  object-fit: cover;
}

.split-copy {
  padding: clamp(30px, 5vw, 58px);
  border-radius: 30px;
  background: var(--surface);
}

.split-copy h2 {
  margin: 0 0 20px;
  color: var(--green);
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 1;
  letter-spacing: -0.05em;
}

.split-copy p {
  color: var(--muted);
}

.check-list {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  margin: 14px 0;
  padding-left: 34px;
  font-weight: 700;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -1px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--gold);
  color: #2f260e;
  text-align: center;
  line-height: 24px;
  font-weight: 950;
}

.stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.stat {
  padding: 26px 20px;
  border-radius: 22px;
  background: var(--green);
  color: #ffffff;
}

.stat strong {
  display: block;
  color: var(--gold);
  font-size: 1.9rem;
}

.page-hero {
  width: min(1180px, calc(100% - 40px));
  margin: 34px auto 0;
  padding: clamp(38px, 7vw, 86px);
  border-radius: 36px;
  background: linear-gradient(120deg, var(--surface), #ffffff);
  border: 1px solid var(--line);
}

.page-hero h1 {
  max-width: 1000px;
  color: var(--green);
}

.page-hero p {
  max-width: 780px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 1.12rem;
}

.content-grid {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 28px;
}

.sidebar-card,
.content-card {
  border: 1px solid var(--line);
  border-radius: 26px;
  background: #ffffff;
}

.sidebar-card {
  align-self: start;
  position: sticky;
  top: 112px;
  padding: 24px;
}

.sidebar-card h3,
.content-card h2,
.content-card h3 {
  color: var(--green);
}

.content-card {
  padding: clamp(28px, 5vw, 54px);
}

.content-card + .content-card {
  margin-top: 24px;
}

.image-band {
  margin-top: 26px;
  overflow: hidden;
  border-radius: 24px;
}

.image-band img {
  max-height: 430px;
  object-fit: cover;
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 28px;
}

.contact-card,
.form-card {
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #ffffff;
}

.contact-card {
  background: var(--green);
  color: #ffffff;
}

.contact-card h2,
.contact-card a {
  color: #ffffff;
}

.contact-item {
  margin-top: 24px;
}

.contact-item strong {
  display: block;
  color: var(--gold);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.contact-item span,
.contact-item a {
  display: block;
  margin-top: 4px;
  overflow-wrap: anywhere;
}

.contact-form {
  display: grid;
  gap: 15px;
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

label {
  display: grid;
  gap: 7px;
  font-weight: 800;
}

input,
textarea {
  width: 100%;
  padding: 14px 15px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--paper);
  color: var(--ink);
  font: inherit;
}

textarea {
  min-height: 160px;
  resize: vertical;
}

button[type="submit"] {
  width: fit-content;
  border: 0;
  cursor: pointer;
}

.map-frame {
  width: 100%;
  min-height: 390px;
  border: 0;
  border-radius: 26px;
}

.site-footer {
  margin-top: 90px;
  background: #173c30;
  color: #ffffff;
}

.footer-inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 58px 0 34px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 0.9fr;
  gap: 34px;
}

.footer-name {
  color: var(--gold);
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  font-weight: 950;
  line-height: 1.03;
}

.footer-logo {
  width: 72px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: #ffffff;
  padding: 8px;
}

.footer-inner h3 {
  margin-top: 0;
  color: var(--gold);
}

.footer-inner a,
.footer-inner p {
  overflow-wrap: anywhere;
}

.copyright {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 22px 0 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  color: #cfe0d7;
  font-size: 0.86rem;
}

@media (max-width: 980px) {
  .c24d19bdda0 {
    display: inline-flex;
  }

  .main-nav {
    display: none;
    position: absolute;
    top: 86px;
    left: 20px;
    right: 20px;
    flex-direction: column;
    align-items: stretch;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: var(--shadow);
  }

  .main-nav.open {
    display: flex;
  }

  .main-nav a {
    text-align: center;
  }

  .cecd7ffb1b1,
  .split,
  .section-heading,
  .content-grid,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .hero-media {
    min-height: 380px;
  }

  .feature-grid {
    grid-template-columns: 1fr 1fr;
  }

  .stats {
    grid-template-columns: 1fr 1fr;
  }

  .sidebar-card {
    position: static;
  }

  .footer-inner {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .header-inner,
  .cecd7ffb1b1,
  .section,
  .page-hero,
  .footer-inner,
  .copyright {
    width: min(100% - 24px, 1180px);
  }

  .header-inner {
    min-height: 76px;
  }

  .c876b16acd0 img {
    width: 48px;
    height: 48px;
  }

  .brand-tag {
    display: none;
  }

  .main-nav {
    top: 76px;
    left: 12px;
    right: 12px;
  }

  .cecd7ffb1b1 {
    margin-top: 18px;
    border-radius: 24px;
  }

  .hero-copy {
    padding: 34px 24px 40px;
  }

  .cecd7ffb1b1 h1,
  .page-hero h1 {
    font-size: clamp(2.35rem, 13vw, 4rem);
    line-height: 0.98;
  }

  .hero-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .hero-media {
    min-height: 320px;
  }

  .section {
    margin-top: 58px;
  }

  .feature-grid,
  .stats,
  .footer-inner,
  .field-row {
    grid-template-columns: 1fr;
  }

  .feature-card img {
    height: 210px;
  }

  .split-media {
    min-height: 330px;
  }

  .page-hero {
    padding: 34px 24px;
    border-radius: 24px;
  }

  .content-card,
  .sidebar-card,
  .contact-card,
  .form-card {
    border-radius: 22px;
  }

  .footer-inner {
    padding-top: 44px;
  }
}

/* Long organization-name safeguard */
.cecd7ffb1b1 h1,
.page-hero h1 {
  font-size: clamp(1.9rem, 4vw, 3.45rem);
  line-height: 1.06;
  letter-spacing: -0.035em;
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: auto;
}

@media (max-width: 640px) {
  .cecd7ffb1b1 h1,
  .page-hero h1 {
    font-size: clamp(1.6rem, 8.5vw, 2.4rem);
    line-height: 1.1;
  }
}
