/* ---------- Section base ---------- */
.section {
  position: relative; z-index: 1;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: clamp(72px, 9vw, 132px) clamp(20px, 5vw, 40px);
}
.section-heading { max-width: 760px; margin-bottom: clamp(32px, 5vw, 60px); }

/* ---------- Mission ---------- */
.mission { text-align: center; max-width: 1040px; }
.mission .section-kicker { justify-content: center; color: var(--green); }
.mission-statement {
  margin: 0 auto;
  max-width: 14ch;
  max-width: min(940px, 90%);
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(1.9rem, 4.4vw, 3.5rem);
  line-height: 1.18; letter-spacing: -0.012em; color: var(--ink);
  text-wrap: balance;
}
.mission-statement em { font-style: italic; color: var(--maroon); }
.mission-meta {
  display: inline-flex; align-items: center; gap: 12px;
  margin-top: 40px; padding: 10px 20px 10px 12px;
  border: 1px solid var(--line); border-radius: 999px; background: #fff;
  box-shadow: var(--shadow-soft);
}
.mission-meta .leaf { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--green); color: #fff; }
.mission-meta .leaf svg { width: 20px; height: 20px; }
.mission-meta p { margin: 0; font-family: var(--serif); font-style: italic; color: #3b3027; font-size: 1.02rem; }

/* ---------- Values ---------- */
.values { }
.value-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.value-card {
  position: relative; overflow: hidden;
  padding: clamp(30px, 3.6vw, 44px);
  border: 1px solid var(--line); border-radius: 22px;
  background: #fff; box-shadow: var(--shadow-soft);
  transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 320ms ease;
}
.value-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 5px; }
.service::before { background: var(--maroon); }
.community::before { background: var(--orange); }
.health::before { background: var(--green); }
.value-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-strong); }
.value-index {
  position: absolute; top: 24px; right: 28px;
  font-family: var(--serif); font-size: 2.4rem; font-weight: 600; line-height: 1;
  color: rgba(33, 23, 18, 0.08);
}
.value-icon { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 26px; border-radius: 16px; color: #fff; }
.value-icon svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.service .value-icon { background: var(--maroon); }
.community .value-icon { background: var(--orange); }
.health .value-icon { background: var(--green); }
.value-card h3 { color: var(--ink); }
.value-card p { margin: 0; color: var(--muted); }

/* ---------- Purpose ---------- */
.purpose {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(32px, 6vw, 72px);
  align-items: start;
}
.purpose-head { position: sticky; top: 110px; }
.purpose-head h2 { line-height: 1.0; }
.purpose-sub { margin: 22px 0 0; max-width: 36ch; color: var(--muted); font-size: 1.08rem; }
.purpose-list { list-style: none; margin: 0; padding: 0; counter-reset: none; }
.purpose-list li {
  display: grid; grid-template-columns: auto minmax(0, 1fr);
  gap: 22px; align-items: baseline;
  padding: 22px 4px;
  border-top: 1px solid var(--line);
  transition: padding-left 300ms ease;
}
.purpose-list li:last-child { border-bottom: 1px solid var(--line); }
.purpose-list li:hover { padding-left: 12px; }
.p-num { font-family: var(--serif); font-size: 1.5rem; font-weight: 600; color: var(--saffron); line-height: 1; }
.purpose-list li:nth-child(3n+1) .p-num { color: var(--maroon); }
.purpose-list li:nth-child(3n+2) .p-num { color: var(--orange); }
.purpose-list li:nth-child(3n) .p-num { color: var(--green); }
.purpose-list p { margin: 0; color: #2f261e; font-size: clamp(1.05rem, 1.6vw, 1.22rem); line-height: 1.5; }

/* ---------- Unity band ---------- */
.unity {
  position: relative; z-index: 1;
  margin: clamp(20px, 4vw, 48px) auto;
  max-width: calc(var(--maxw) + 80px);
  padding: 0 clamp(16px, 4vw, 40px);
}
.unity-inner {
  position: relative; overflow: hidden;
  padding: clamp(48px, 7vw, 92px) clamp(28px, 6vw, 80px);
  border-radius: clamp(20px, 3vw, 34px);
  background: linear-gradient(135deg, var(--forest), var(--green) 55%, #1a7a3f);
  color: #fff;
  box-shadow: var(--shadow-strong);
}
.unity-inner::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(40vw 40vw at 88% -10%, rgba(224, 154, 31, 0.22), transparent 60%),
              radial-gradient(40vw 40vw at -6% 120%, rgba(212, 86, 31, 0.18), transparent 60%);
  pointer-events: none;
}
.unity-head { position: relative; max-width: 820px; }
.unity .section-kicker.light { color: #f3c879; }
.unity h2 { color: #fff; }
.unity h2 em { color: #f7d79b; font-style: italic; }
.nations {
  position: relative;
  display: flex; flex-wrap: wrap; gap: 12px;
  margin-top: 36px;
}
.nation {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 11px 20px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: 600; font-size: 1rem; color: #fff;
  backdrop-filter: blur(4px);
  transition: transform 220ms ease, background 220ms ease;
}
.nation:hover { transform: translateY(-3px); background: rgba(255, 255, 255, 0.18); }
.nation .flag { font-size: 1.2rem; }

/* ---------- Membership ---------- */
.membership {
  display: grid;
  grid-template-columns: minmax(300px, 0.92fr) minmax(320px, 0.82fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
}
.membership-copy p:not(.section-kicker) { max-width: 540px; color: var(--muted); font-size: 1.12rem; }
.criteria-panel {
  position: relative; overflow: hidden;
  padding: clamp(30px, 4vw, 44px);
  border-radius: 24px; color: var(--ink);
  background: #fff; border: 1px solid var(--line);
  border-top: 5px solid var(--maroon);
  box-shadow: var(--shadow-soft);
}
.criteria-panel h3 { margin-bottom: 22px; color: var(--maroon); font-size: clamp(1.6rem, 2.4vw, 2rem); }
.criteria-list { list-style: none; padding: 0; margin: 0; }
.criteria-list li {
  display: grid; grid-template-columns: auto 1fr;
  column-gap: 16px; row-gap: 12px; align-items: center;
  padding: 20px 0; border-bottom: 1px solid var(--line);
}
.criteria-list li:first-child { padding-top: 0; }
.criteria-list li:last-child { padding-bottom: 0; border-bottom: none; }
.criteria-ic { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 13px; color: #fff; }
.criteria-ic svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.ic-age { background: var(--maroon); }
.ic-loc { background: var(--orange); }
.ic-roots { background: var(--green); }
.criteria-title { font-weight: 600; font-size: 1.08rem; color: var(--ink); line-height: 1.35; }
.region-chips { grid-column: 2; display: flex; flex-wrap: wrap; gap: 8px; }
.chip {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 6px 13px; border-radius: 999px;
  background: var(--paper-warm); border: 1px solid var(--line);
  font-size: 0.86rem; font-weight: 600; color: #43382e; white-space: nowrap;
}

/* ---------- Founders ---------- */
.founders { display: grid; place-items: center; }
.founders-note {
  position: relative;
  max-width: 880px; text-align: center;
  padding: clamp(36px, 5vw, 64px) clamp(24px, 5vw, 64px) clamp(32px, 4vw, 52px);
  border-radius: 28px;
  background: var(--paper-warm);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}
.quote-mark {
  display: block;
  font-family: var(--serif); font-weight: 700;
  font-size: 5rem; line-height: 0.5; color: var(--saffron);
  margin-bottom: 10px;
}
.founders-words {
  margin: 0 auto 30px;
  max-width: 40ch;
  font-family: var(--serif); font-weight: 400; font-style: italic;
  font-size: clamp(1.4rem, 2.8vw, 2.1rem);
  line-height: 1.34; color: var(--ink);
  text-wrap: balance;
}
.founders-sign { display: inline-flex; align-items: center; gap: 14px; }
.founders-emblem { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 50%; background: transparent; overflow: hidden; }
.founders-emblem img { object-fit: contain; }
.founders-emblem img { width: 100%; height: 100%; object-fit: cover; }
.founders-sign strong { display: block; font-family: var(--serif); font-size: 1.1rem; color: var(--maroon); }
.founders-sign span { color: var(--muted); font-size: 0.92rem; }

/* ---------- Join ---------- */
.join {
  position: relative; z-index: 1; overflow: hidden;
  max-width: calc(var(--maxw) + 80px);
  margin: clamp(20px, 4vw, 40px) auto;
  padding: clamp(56px, 8vw, 110px) clamp(28px, 6vw, 80px);
  border-radius: clamp(20px, 3vw, 34px);
  background: linear-gradient(140deg, var(--maroon), #6f0a16 60%, var(--navy-deep));
  color: #fff;
  box-shadow: var(--shadow-strong);
}
.join::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(38vw 38vw at 92% -8%, rgba(224, 154, 31, 0.26), transparent 62%),
              radial-gradient(36vw 36vw at -6% 116%, rgba(28, 107, 57, 0.24), transparent 60%);
}
.join-inner { position: relative; max-width: 760px; }
.join-emblem {
  position: absolute;
  top: -14%; right: -8%;
  width: clamp(280px, 38%, 520px);
  opacity: 0.10;
  pointer-events: none;
  filter: saturate(0.2) brightness(2.4);
}
.join h2 { color: #fff; max-width: 720px; }
.join p:not(.section-kicker) { max-width: 560px; color: rgba(255, 255, 255, 0.86); font-size: 1.16rem; }
.join-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 12px; }

/* ---------- Contact ---------- */
.contact-lede { max-width: 560px; margin: 14px 0 0; color: var(--muted); font-size: 1.1rem; }
.contact-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.contact-card {
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px;
  padding: 30px 18px; border-radius: 18px;
  background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-soft);
  text-align: center;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}
.contact-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-strong); border-color: rgba(142, 13, 28, 0.22); }
.contact-card.is-soon { opacity: 0.55; }
.contact-card.is-soon:hover { transform: translateY(-5px); box-shadow: var(--shadow-soft); }
.contact-icon { display: grid; place-items: center; width: 56px; height: 56px; border-radius: 16px; color: #fff; }
.contact-icon svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.icon-email { background: var(--maroon); }
.icon-meetup { background: var(--green); }
.icon-x { background: #1c140f; }
.icon-youtube { background: var(--red); }
.icon-instagram { background: var(--orange); }
.contact-label { font-weight: 700; color: var(--ink); }

/* ---------- Footer ---------- */
.site-footer {
  position: relative; z-index: 1;
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 28px;
  max-width: var(--maxw); margin: 0 auto;
  padding: 48px clamp(20px, 5vw, 40px);
  border-top: 1px solid var(--line);
}
.footer-brand { display: flex; align-items: center; gap: 16px; }
.brand-logo--sm { width: 54px; height: 54px; }
.footer-brand strong { font-family: var(--serif); font-size: 1.1rem; color: var(--maroon); }
.footer-brand p { margin: 2px 0 0; color: var(--muted); font-size: 0.9rem; }
.footer-top {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 22px; border-radius: 999px; border: 1px solid var(--line);
  font-weight: 700; color: var(--maroon);
  transition: background 240ms ease, transform 240ms ease;
}
.footer-top svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; transition: transform 240ms ease; }
.footer-top:hover { background: var(--paper-warm); }
.footer-top:hover svg { transform: translateY(-3px); }
.footer-legal { flex: 1 1 100%; margin: 6px 0 0; padding-top: 24px; border-top: 1px solid var(--line); color: var(--muted); font-size: 0.84rem; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; text-align: left; min-height: auto; gap: 8px; padding-top: clamp(104px, 13vh, 130px); }
  .hero-emblem { order: -1; max-width: 300px; margin-bottom: 12px; }
  .purpose { grid-template-columns: 1fr; }
  .purpose-head { position: static; }
  .membership { grid-template-columns: 1fr; }
  .value-grid { grid-template-columns: 1fr; }
  .pillars { grid-template-columns: 1fr; }
  .pillar:not(:last-child) { border-right: none; border-bottom: 1px solid var(--line); }
  .contact-grid { grid-template-columns: repeat(3, 1fr); }
  .scroll-cue { display: none; }
}

@media (max-width: 920px) {
  .nav-toggle { display: inline-block; }
  .site-nav {
    position: fixed; top: 80px; right: 14px; left: 14px;
    display: none; flex-direction: column; align-items: stretch; gap: 4px;
    padding: 16px; border: 1px solid var(--line); border-radius: 18px;
    background: var(--glass);
    backdrop-filter: blur(18px) saturate(1.15);
    -webkit-backdrop-filter: blur(18px) saturate(1.15);
    box-shadow: var(--shadow-strong);
  }
  .site-nav.is-open { display: flex; }
  .site-nav a:not(.nav-cta) { padding: 12px 8px; border-radius: 10px; }
  .site-nav a:not(.nav-cta)::after { display: none; }
  .site-nav a:not(.nav-cta):hover { background: rgba(142, 13, 28, 0.06); }
  .nav-cta { text-align: center; margin-top: 4px; }
}

@media (max-width: 560px) {
  .contact-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-actions .button, .join-actions .button { width: 100%; }
  .region-chips { grid-column: 1 / -1; }
}
