/* ===== Reset & base ===== */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  color: #1C1C1A;
  background: #FAFAF7;
  line-height: 1.5;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
.container { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.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;
}

/* ===== Header ===== */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(250, 250, 247, 0.92);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid #E4E1D8;
}
.header-inner {
  max-width: 1180px; margin: 0 auto; padding: 14px 24px;
  display: flex; align-items: center;
}
.brand {
  display: flex; align-items: center; gap: 10px;
  text-decoration: none; color: #04342C;
}
.brand-mark { width: 30px; height: 30px; flex: none; }
.brand-name {
  font-family: 'Lora', Georgia, serif;
  font-size: 19px; font-weight: 600;
}

/* ===== Hero + vision ===== */
main { display: block; }
.hero-row {
  display: flex; gap: 24px; flex-wrap: wrap; align-items: stretch;
  padding: 40px 0 8px;
}
.hero {
  background: #E1F5EE; border-radius: 20px; padding: 48px 44px;
  position: relative; overflow: hidden; flex: 1.4; min-width: 320px;
}
.hero-blob {
  position: absolute; border-radius: 50%; background: #9FE1CB; pointer-events: none;
}
.hero-blob.b1 { width: 220px; height: 220px; top: -70px; right: -50px; opacity: .5; }
.hero-blob.b2 { width: 280px; height: 280px; bottom: -100px; left: 15%; opacity: .35; }
.hero-content { position: relative; }
.hero-title {
  font-family: 'Lora', Georgia, serif; font-weight: 600;
  font-size: 48px; color: #04342C; margin: 0;
}
.hero-hashtags {
  font-size: 16px; font-weight: 600; color: #0F6E56;
  letter-spacing: .02em; margin: 14px 0 0;
}
.hero-mission {
  font-family: 'Lora', Georgia, serif; font-weight: 600;
  font-size: 23px; color: #085041; line-height: 1.5; margin: 26px 0 0;
}
.hero-body {
  font-size: 15px; line-height: 1.75; color: #085041;
  max-width: 460px; margin: 14px 0 0;
}
.vision {
  background: #FFFFFF; border: 1px solid #E4E1D8; border-radius: 20px;
  padding: 32px 32px; flex: 1; min-width: 280px;
}
.vision h2 { margin: 0 0 6px; font-size: 20px; font-weight: 600; }
.vision details { border-bottom: 0; }
.vision details + details { border-top: 1px solid #E4E1D8; }
.vision summary {
  list-style: none; cursor: pointer;
  display: flex; align-items: center; justify-content: space-between;
  font-weight: 600; font-size: 15px; padding: 14px 0;
}
.vision summary::-webkit-details-marker { display: none; }
.vision summary svg { width: 18px; height: 18px; color: #5B5A54; transition: transform .2s; flex: none; }
.vision details[open] summary svg { transform: rotate(180deg); }
.goal-list { margin: 0 0 14px; padding-left: 20px; font-size: 14px; color: #5B5A54; line-height: 1.8; }

/* ===== Intro ===== */
.intro { padding: 40px 0 8px; max-width: 640px; }
.intro h2 { font-size: 22px; font-weight: 600; margin: 0 0 10px; }
.intro p { font-size: 15px; color: #5B5A54; line-height: 1.75; margin: 0; }

/* ===== Category rows ===== */
.category { padding: 28px 0; }
.cat-bar { height: 4px; width: 36px; border-radius: 2px; margin-bottom: 12px; }
.category h3 { font-size: 18px; font-weight: 600; margin: 0 0 16px; }
.carousel-row { display: flex; align-items: center; gap: 10px; }
.arrow {
  width: 36px; height: 36px; border-radius: 50%; flex: none;
  border: 1px solid #E4E1D8; background: #FFFFFF; color: #1C1C1A;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; transition: background .15s, border-color .15s;
}
.arrow:hover { background: #F1EFE8; border-color: #C9C6BC; }
.arrow svg { width: 18px; height: 18px; }
.track {
  display: flex; gap: 16px; overflow-x: auto; scroll-behavior: smooth;
  flex: 1; min-width: 0; padding: 4px 2px 10px;
}
.track::-webkit-scrollbar { height: 6px; }
.track::-webkit-scrollbar-thumb { background: #E4E1D8; border-radius: 3px; }
.org-card {
  background: #FFFFFF; border: 1px solid #E4E1D8; border-radius: 14px;
  padding: 18px 18px; display: flex; flex-direction: column; gap: 10px;
  width: 220px; flex: none;
}
.logo-wrap { width: 42px; height: 42px; flex: none; }
.org-logo { width: 42px; height: 42px; border-radius: 10px; object-fit: contain; }
.badge {
  width: 42px; height: 42px; border-radius: 10px;
  display: none; align-items: center; justify-content: center;
  font-weight: 600; font-size: 13px;
}
.org-name { font-weight: 600; font-size: 15px; margin: 0; }
.org-desc { font-size: 13.5px; color: #5B5A54; margin: 0; flex: 1; line-height: 1.55; }
.visit-link {
  font-size: 13.5px; color: #0F6E56; text-decoration: none; font-weight: 600;
  display: inline-flex; align-items: center; gap: 5px;
}
.visit-link:hover { text-decoration: underline; }
.visit-link svg { width: 14px; height: 14px; }

/* ===== Ways to help / heal ===== */
.ways {
  background: #E1F5EE; border-radius: 20px; padding: 44px 40px;
  margin: 32px 0 40px; position: relative; overflow: hidden;
}
.ways h2 { font-size: 21px; font-weight: 600; margin: 0 0 20px; color: #04342C; }
.ways-row { display: flex; gap: 28px; flex-wrap: wrap; margin-bottom: 36px; }
.ways-row:last-child { margin-bottom: 0; }
.mindful-item { display: flex; flex-direction: column; align-items: center; gap: 10px; width: 84px; }
.mindful-icon {
  width: 56px; height: 56px; border-radius: 50%; background: #FFFFFF;
  display: flex; align-items: center; justify-content: center; color: #0F6E56;
}
.mindful-icon svg { width: 28px; height: 28px; }
.mindful-label { font-size: 13.5px; font-weight: 600; color: #085041; text-align: center; }

/* ===== Footer ===== */
.site-footer {
  border-top: 1px solid #E4E1D8; padding: 28px 0 40px;
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px;
}
.site-footer p { font-size: 13.5px; color: #5B5A54; margin: 0; }
.footer-actions { display: flex; align-items: center; gap: 10px; }
.btn {
  font-size: 13.5px; font-weight: 600; padding: 9px 16px; border-radius: 999px;
  border: 1px solid #E4E1D8; background: #FFFFFF; color: #1C1C1A; cursor: pointer;
}
.btn:hover { background: #F1EFE8; }
.social-link {
  width: 34px; height: 34px; border-radius: 50%; border: 1px solid #E4E1D8;
  display: flex; align-items: center; justify-content: center; color: #5B5A54;
  text-decoration: none;
}
.social-link svg { width: 16px; height: 16px; }
.social-link:hover { background: #F1EFE8; }

/* ===== Responsive ===== */
@media (max-width: 640px) {
  .hero { padding: 32px 24px; }
  .hero-title { font-size: 36px; }
  .hero-mission { font-size: 19px; }
  .vision { padding: 24px 22px; }
  .ways { padding: 28px 20px; }
  .org-card { width: 190px; }
}
