@charset "utf-8";
:root {
  --green: #2e8b57;
  --green-dark: #236b43;
  --green-soft: #f8fdf9;
  --ink: #111;
  --muted: #5f6d64;
  --line: #e4efe7;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.55;
}
a { color: #0b6537; }
.nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  width: min(1380px, calc(100% - 48px));
  margin: 0 auto;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--green-soft);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  font-size: 18px;
  font-weight: 700;
}
.nav-wrap {
  padding: 0 0 8px;
  background: #33dc66;
}
.nav li { display: block; }
.nav a {
  display: block;
  padding: 8px 13px;
  border-radius: 999px;
  color: var(--green-dark);
  text-decoration: none;
}
.nav a:hover,
.nav .active {
  color: #fff;
  background: var(--green);
  box-shadow: none;
}
.page {
  width: min(1380px, calc(100% - 48px));
  margin: 28px auto 70px;
}
.brand-panel,
.hero-panel,
.content-section,
.media-card,
.legacy-content table {
  background: var(--green-soft);
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
}
.brand-panel {
  width: min(1380px, calc(100% - 48px));
  margin: 24px auto 18px;
  padding: 30px;
  text-align: center;
}
.brand-panel h1 {
  margin: 0 0 12px;
  font-size: 38px;
  line-height: 1.18;
}
.brand-panel p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}
.hero-panel {
  padding: 30px;
  margin-bottom: 28px;
}
.hero-panel h1 {
  margin: 0 0 12px;
  font-size: 38px;
  line-height: 1.18;
}
.hero-panel p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}
.content-section {
  margin: 26px 0;
  padding: 24px;
}
.section-title-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}
.section-title-row h2 {
  margin: 0;
  color: var(--green-dark);
  font-size: 28px;
}
.legacy-content {
  font-size: 17px;
}
.legacy-content p,
.legacy-content li {
  font-size: 17px !important;
}
.legacy-content p {
  margin: 13px 0;
}
.legacy-content h1,
.legacy-content h2,
.legacy-content h3,
.legacy-content p:has(strong):only-child {
  color: var(--green-dark);
}
.legacy-content img {
  max-width: min(100%, 980px) !important;
  height: auto !important;
  display: block;
  margin: 22px auto !important;
  border-radius: 10px;
}
.legacy-content video {
  width: min(100%, 980px) !important;
  height: auto !important;
  display: block;
  margin: 20px auto;
  border-radius: 10px;
  background: #000;
}
.legacy-content table {
  width: 100%;
  border-spacing: 24px 18px;
  margin: 18px 0;
  padding: 14px;
}
.legacy-content td {
  vertical-align: top;
  padding: 12px;
}
.section-heading {
  display: inline-block;
  margin: 30px 0 14px;
  color: var(--green-dark);
  font-size: 28px;
  font-weight: 800;
}
.item-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 16px;
  margin: 12px 0;
}
.member-table {
  width: 100%;
  border-spacing: 30px 20px;
}
.member-cell {
  width: 50%;
  vertical-align: top;
  text-align: center;
}
.member-card {
  background: var(--green-soft);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 14px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  display: inline-block;
  width: 85%;
}
.profile-pic {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid var(--green);
}
.member-info {
  margin-top: 12px;
  font-size: 15px;
}
.prof-table {
  width: 100%;
  border-spacing: 24px 10px;
}
.prof-left {
  width: 260px;
  text-align: center;
  vertical-align: top;
}
.prof-right {
  text-align: left;
  vertical-align: top;
  font-size: 17px;
}
.section-title {
  display: inline-block;
  margin: 40px 0 16px;
  color: #fff;
  background: var(--green);
  border-radius: 6px;
  padding: 6px 14px;
  font-size: 24px;
  font-weight: 800;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.slideshow-container {
  max-width: 1100px;
  margin: 0 auto 16px;
  text-align: center;
}
.mySlides img {
  max-width: 100%;
  height: min(46vh, 420px) !important;
  object-fit: contain;
}
.dot {
  height: 10px;
  width: 10px;
  margin: 0 4px;
  background-color: #c8d8cd;
  border-radius: 50%;
  display: inline-block;
}
.dot.active {
  background-color: var(--green);
}
@media (max-width: 900px) {
  .page {
    width: min(100% - 28px, 760px);
    margin-top: 28px;
  }
  .hero-panel h1 {
    font-size: 32px;
  }
  .brand-panel {
    width: min(100% - 28px, 760px);
    margin-top: 18px;
    padding: 24px;
    text-align: center;
  }
  .brand-panel h1 {
    font-size: 32px;
  }
  .nav {
    font-size: 18px;
  }
  .member-cell {
    display: block;
    width: 100%;
  }
  .member-card {
    width: 100%;
  }
}
