:root {
  --blush: #F9C6D0; --blush-deep: #F0A3B5; --sage: #A8C5A0;
  --sage-deep: #3D6B4F; --cream: #FEF6F8; --charcoal: #3A2E35;
  --white: #FFFFFF; --shadow: 0 4px 24px rgba(58,46,53,.10);
  --radius: 18px; --radius-sm: 10px;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Nunito', sans-serif; background: var(--cream); color: var(--charcoal); line-height: 1.7; }
nav { position: sticky; top: 0; z-index: 100; background: rgba(254,246,248,.92); backdrop-filter: blur(10px); border-bottom: 1.5px solid var(--blush); display: flex; align-items: center; justify-content: space-between; padding: 0.9rem 2.5rem; }
.nav-logo { font-family: 'Playfair Display', serif; font-size: 1.35rem; font-weight: 700; color: var(--sage-deep); display: flex; align-items: center; gap: .5rem; text-decoration: none; }
.nav-logo span { color: var(--blush-deep); }
.nav-links { display: flex; gap: 2rem; list-style: none; }
.nav-links a { text-decoration: none; font-weight: 600; font-size: .95rem; color: var(--charcoal); transition: color .2s; }
.nav-links a:hover { color: var(--sage-deep); }
.active-link { color: var(--sage-deep) !important; border-bottom: 2px solid var(--sage-deep); padding-bottom: 2px; }
.nav-cta { background: var(--sage-deep); color: var(--white) !important; padding: .45rem 1.2rem; border-radius: 50px; }
.nav-cta:hover { background: var(--blush-deep) !important; }
.page-hero { background: linear-gradient(135deg, var(--cream) 50%, #f3e8f0 100%); text-align: center; padding: 5rem 2rem 3.5rem; position: relative; overflow: hidden; }
.page-hero::before { content: ''; position: absolute; top: -50px; left: -50px; width: 220px; height: 220px; background: var(--blush); opacity: .2; border-radius: 50%; }
.page-hero::after { content: ''; position: absolute; bottom: -50px; right: -30px; width: 200px; height: 200px; background: var(--sage); opacity: .18; border-radius: 50%; }
.hero-eyebrow { display: inline-block; background: var(--blush); color: var(--sage-deep); font-weight: 700; font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; padding: .35rem 1rem; border-radius: 50px; margin-bottom: 1.2rem; position: relative; z-index: 1; }
.page-hero h1 { font-family: 'Playfair Display', serif; font-size: clamp(2rem, 4vw, 3rem); font-weight: 700; color: var(--charcoal); margin: .5rem 0 1rem; position: relative; z-index: 1; }
.page-hero h1 em { color: var(--sage-deep); font-style: normal; }
.page-hero p { color: #5a4f55; font-size: 1.05rem; max-width: 540px; margin: 0 auto; position: relative; z-index: 1; }
.section-center { text-align: center; margin-bottom: 2.5rem; }
.section-label { display: inline-block; font-size: .78rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--sage-deep); background: rgba(168,197,160,.18); padding: .3rem .9rem; border-radius: 50px; margin-bottom: .75rem; }
.section-title { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 3vw, 2.4rem); font-weight: 700; margin-bottom: .8rem; }
.section-sub { color: #5a4f55; font-size: 1.05rem; max-width: 560px; margin: 0 auto; }
.btn { display: inline-block; padding: .75rem 2rem; border-radius: 50px; font-weight: 700; font-size: 1rem; text-decoration: none; transition: transform .2s, box-shadow .2s; cursor: pointer; border: none; font-family: 'Nunito', sans-serif; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,.13); }
.btn-primary { background: var(--sage-deep); color: var(--white); }
.btn-outline { background: transparent; border: 2px solid var(--sage-deep); color: var(--sage-deep); }
.btn-outline:hover { background: var(--sage-deep); color: var(--white); }
.btn-group { display: flex; gap: 1rem; flex-wrap: wrap; }
.mission-section { padding: 5rem 4rem; background: var(--white); }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; max-width: 1100px; margin: 0 auto; }
.two-col-text p { color: #5a4f55; font-size: 1rem; }
.mission-cards { display: flex; flex-direction: column; gap: 1rem; }
.mission-card { background: var(--cream); border: 1.5px solid var(--blush); border-radius: var(--radius); padding: 1.2rem 1.4rem; display: flex; gap: 1rem; align-items: flex-start; }
.mission-icon { font-size: 1.5rem; background: var(--blush); width: 44px; height: 44px; flex-shrink: 0; border-radius: 12px; display: flex; align-items: center; justify-content: center; }
.mission-card h4 { font-weight: 700; margin-bottom: .2rem; }
.mission-card p { font-size: .9rem; color: #5a4f55; }
.values-section { padding: 5rem 4rem; background: linear-gradient(135deg, #f0dde6 0%, #ddf0e5 100%); }
.values-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.4rem; max-width: 1000px; margin: 0 auto; }
.value-card { background: var(--white); border-radius: var(--radius); padding: 1.8rem; box-shadow: var(--shadow); transition: transform .2s; }
.value-card:hover { transform: translateY(-4px); }
.value-num { font-family: 'Playfair Display', serif; font-size: 2rem; font-weight: 700; color: var(--blush); margin-bottom: .5rem; }
.value-card h4 { font-weight: 700; font-size: 1.05rem; margin-bottom: .5rem; color: var(--sage-deep); }
.value-card p { font-size: .9rem; color: #5a4f55; }
.impact-section { padding: 5rem 4rem; background: var(--white); }
.impact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.4rem; max-width: 1000px; margin: 0 auto; }
.impact-card { background: var(--cream); border: 1.5px solid var(--blush); border-radius: var(--radius); padding: 2rem 1.5rem; text-align: center; transition: transform .2s; }
.impact-card:hover { transform: translateY(-4px); }
.impact-num { font-family: 'Playfair Display', serif; font-size: 2.8rem; font-weight: 700; color: var(--sage-deep); }
.impact-label { font-weight: 700; font-size: .9rem; color: var(--blush-deep); text-transform: uppercase; letter-spacing: .06em; margin: .3rem 0 .7rem; }
.impact-card p { font-size: .88rem; color: #5a4f55; }
.about-cta { background: var(--sage-deep); text-align: center; padding: 5rem 2rem; }
.about-cta h2 { font-family: 'Playfair Display', serif; font-size: clamp(1.6rem, 3vw, 2.2rem); color: var(--white); margin-bottom: .8rem; }
.about-cta p { color: rgba(255,255,255,.8); font-size: 1.05rem; max-width: 500px; margin: 0 auto; }
.about-cta .btn-primary { background: var(--blush); color: var(--charcoal); }
.about-cta .btn-outline { border-color: var(--white); color: var(--white); }
.about-cta .btn-outline:hover { background: var(--white); color: var(--sage-deep); }
footer { background: var(--charcoal); color: rgba(255,255,255,.75); padding: 3rem 6rem; display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 3rem; }
.footer-brand p { font-size: .9rem; margin-top: .6rem; line-height: 1.6; }
footer h4 { font-weight: 700; color: var(--white); margin-bottom: .8rem; font-size: .95rem; }
footer ul { list-style: none; display: flex; flex-direction: column; gap: .5rem; }
footer ul a { color: rgba(255,255,255,.7); text-decoration: none; font-size: .9rem; transition: color .2s; }
footer ul a:hover { color: var(--blush); }
.footer-bottom { background: #2a2028; text-align: center; padding: 1rem; font-size: .82rem; color: rgba(255,255,255,.45); }
.footer-logo { font-family: 'Playfair Display', serif; font-size: 1.15rem; font-weight: 700; color: var(--white); }
.footer-logo span { color: var(--blush); }
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 2rem; } .mission-section, .values-section, .impact-section { padding: 3.5rem 2rem; } footer { grid-template-columns: 1fr; padding: 2.5rem 1.5rem; gap: 2rem; } }
@media (max-width: 600px) { .nav-links { display: none; } }

.nav-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
}

@media (max-width: 768px) {
  .nav-toggle {
    display: block;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    width: 100%;
  }

  .nav-links.active {
    display: flex;
  }

  nav {
    flex-wrap: wrap;
  }
}