:root {
  --ink: #241b2f;
  --plum: #4b235f;
  --plum-dark: #351743;
  --lavender: #ede5f1;
  --cream: #fbf8f2;
  --white: #ffffff;
  --gold: #c7a35a;
  --muted: #6b6372;
  --line: rgba(36, 27, 47, .12);
  --shadow: 0 24px 70px rgba(53, 23, 67, .12);
  --radius-lg: 28px;
  --radius-md: 18px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "DM Sans", system-ui, sans-serif;
  line-height: 1.6;
}
a { color: inherit; }
img { max-width: 100%; }
.container { width: min(var(--container), calc(100% - 40px)); margin: 0 auto; }

.skip-link {
  position: absolute; left: -999px; top: 10px; z-index: 9999;
  background: var(--white); color: var(--ink); padding: 10px 14px; border-radius: 8px;
}
.skip-link:focus { left: 10px; }

.safety-bar { background: var(--plum-dark); color: var(--white); font-size: 14px; }
.safety-inner {
  min-height: 44px; display: flex; align-items: center; gap: 18px; justify-content: center; flex-wrap: wrap;
}
.safety-inner a { color: #fff; text-underline-offset: 3px; }
.quick-exit {
  border: 1px solid rgba(255,255,255,.55); background: transparent; color: #fff;
  border-radius: 999px; padding: 7px 13px; font: inherit; cursor: pointer;
}

.site-header {
  position: sticky; top: 0; z-index: 50; background: rgba(251,248,242,.92);
  backdrop-filter: blur(14px); border-bottom: 1px solid var(--line);
}
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark {
  width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%;
  background: var(--plum); color: #fff; font-family: "Playfair Display", serif; font-weight: 700; font-size: 15px;
  border: 2px solid rgba(199,163,90,.65);
}
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { font-family: "Playfair Display", serif; font-size: 20px; }
.brand-copy small { margin-top: 5px; color: var(--muted); text-transform: uppercase; letter-spacing: .18em; font-size: 10px; }

.site-nav { display: flex; align-items: center; gap: 26px; }
.site-nav a { text-decoration: none; font-weight: 600; font-size: 14px; }
.site-nav a:hover { color: var(--plum); }
.nav-cta {
  padding: 11px 18px; background: var(--plum); color: #fff !important; border-radius: 999px;
}
.menu-toggle { display: none; border: 0; background: none; font-size: 27px; cursor: pointer; color: var(--ink); }

.hero {
  position: relative; overflow: hidden; padding: 100px 0 110px;
  background: linear-gradient(135deg, #fbf8f2 0%, #f4edf6 52%, #f9f4e8 100%);
}
.hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: center; position: relative; z-index: 2; }
.eyebrow {
  margin: 0 0 16px; color: var(--plum); text-transform: uppercase; letter-spacing: .18em;
  font-weight: 700; font-size: 12px;
}
.eyebrow.light { color: #e9d9ef; }
h1, h2, h3 { font-family: "Playfair Display", Georgia, serif; line-height: 1.08; margin-top: 0; }
h1 { font-size: clamp(48px, 6.7vw, 84px); letter-spacing: -.035em; margin-bottom: 24px; max-width: 860px; }
h2 { font-size: clamp(34px, 4.5vw, 54px); letter-spacing: -.025em; margin-bottom: 20px; }
h3 { font-size: 24px; margin-bottom: 12px; }
.hero-lede { font-size: 20px; color: var(--muted); max-width: 690px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 34px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; min-height: 50px;
  padding: 0 22px; border-radius: 999px; text-decoration: none; font-weight: 700;
  border: 1px solid transparent; cursor: pointer; font: inherit;
}
.btn-primary { background: var(--plum); color: #fff; }
.btn-primary:hover { background: var(--plum-dark); }
.btn-secondary { border-color: var(--plum); color: var(--plum); background: transparent; }
.btn-secondary:hover { background: rgba(75,35,95,.06); }
.btn-light { background: #fff; color: var(--plum-dark); }
.privacy-note { margin-top: 22px; font-size: 13px; color: var(--muted); }

.hero-card {
  background: rgba(255,255,255,.87); border: 1px solid rgba(75,35,95,.12);
  padding: 34px; border-radius: var(--radius-lg); box-shadow: var(--shadow);
}
.soft-label {
  display: inline-block; padding: 7px 11px; background: var(--lavender); color: var(--plum);
  border-radius: 999px; font-size: 12px; font-weight: 700; letter-spacing: .04em;
}
.hero-card h2 { font-size: 38px; margin-top: 20px; }
.hero-card p { color: var(--muted); }
.mini-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 28px; }
.mini-grid div { padding: 18px; border-radius: 14px; background: var(--cream); }
.mini-grid strong, .mini-grid span { display: block; }
.mini-grid strong { color: var(--plum); }
.mini-grid span { font-size: 13px; color: var(--muted); margin-top: 4px; }

.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .55; }
.orb-one { width: 340px; height: 340px; background: #dbc7e3; right: -80px; top: 45px; }
.orb-two { width: 240px; height: 240px; background: #ead7ad; left: -90px; bottom: -90px; }

.section { padding: 100px 0; }
.section-soft { background: #f3edf3; }
.split { display: grid; grid-template-columns: .95fr 1.05fr; gap: 90px; align-items: start; }
.body-copy { font-size: 18px; color: var(--muted); }
.body-copy p:first-child { margin-top: 0; }

.section-heading {
  display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 48px;
}
.section-heading > p { max-width: 530px; color: var(--muted); margin-bottom: 12px; }

.card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-md);
  padding: 28px; min-height: 310px; transition: transform .2s ease, box-shadow .2s ease;
}
.service-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(53,23,67,.09); }
.card-number { color: var(--gold); font-weight: 700; letter-spacing: .14em; font-size: 12px; }
.service-card h3 { margin-top: 55px; }
.service-card p { color: var(--muted); }

.impact-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.impact-copy p:last-child { color: var(--muted); font-size: 18px; }
.impact-placeholder { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.impact-placeholder div {
  border: 1px solid var(--line); background: #fff; padding: 26px 18px; border-radius: 16px; text-align: center;
}
.impact-placeholder strong { display: block; color: var(--plum); font-family: "Playfair Display", serif; font-size: 22px; }
.impact-placeholder span { display: block; color: var(--muted); font-size: 13px; margin-top: 7px; }

.help-section { background: var(--plum); color: #fff; }
.help-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; }
.help-grid > div > p { color: #e9deed; font-size: 18px; max-width: 620px; }
.hotline-card {
  background: #fff; color: var(--ink); border-radius: var(--radius-lg); padding: 34px;
}
.hotline-card h3 { font-size: 30px; margin-top: 18px; }
.hotline-card p { margin: 8px 0; color: var(--muted); }
.hotline-card a { display: inline-block; margin: 18px 0; color: var(--plum); font-weight: 700; }
.hotline-card small { display: block; color: var(--muted); border-top: 1px solid var(--line); padding-top: 16px; }

.support-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.support-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md); padding: 30px;
}
.support-card p { color: var(--muted); min-height: 78px; }
.support-card a { color: var(--plum); font-weight: 700; }

.faq-list { max-width: 900px; }
details { border-bottom: 1px solid var(--line); padding: 20px 0; }
summary { cursor: pointer; font-weight: 700; font-size: 18px; }
details p { color: var(--muted); padding-right: 35px; }

.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; }
.contact-grid > div > p { color: var(--muted); font-size: 18px; }
.contact-links { display: grid; gap: 10px; margin-top: 28px; }
.contact-links a { color: var(--plum); font-weight: 700; }
.contact-form {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 34px;
  display: grid; gap: 18px;
}
.contact-form label { display: grid; gap: 7px; font-weight: 700; font-size: 14px; }
.contact-form input, .contact-form select, .contact-form textarea {
  width: 100%; border: 1px solid rgba(36,27,47,.2); background: #fff; border-radius: 12px;
  padding: 13px 14px; font: inherit; color: var(--ink);
}
.contact-form textarea { resize: vertical; }
.contact-form small { color: var(--muted); }

.site-footer { background: #211728; color: #fff; padding: 62px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr .7fr .7fr; gap: 50px; }
.footer-grid > div { display: grid; align-content: start; gap: 10px; }
.footer-grid p, .footer-grid span { color: #cfc4d4; font-size: 14px; }
.footer-grid a { color: #fff; text-decoration: none; font-size: 14px; }
.footer-brand .brand-copy small { color: #cfc4d4; }
.footer-bottom {
  display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap;
  margin-top: 48px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12);
  color: #b8abbf; font-size: 12px;
}

@media (max-width: 980px) {
  .site-nav {
    position: absolute; left: 20px; right: 20px; top: 78px; padding: 20px;
    background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow);
    display: none; flex-direction: column; align-items: stretch;
  }
  .site-nav.open { display: flex; }
  .menu-toggle { display: block; }
  .hero-grid, .split, .impact-wrap, .help-grid, .contact-grid { grid-template-columns: 1fr; gap: 45px; }
  .card-grid { grid-template-columns: 1fr 1fr; }
  .support-grid { grid-template-columns: 1fr; }
  .section-heading { align-items: start; flex-direction: column; gap: 6px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .container { width: min(var(--container), calc(100% - 28px)); }
  .safety-inner { justify-content: flex-start; padding: 10px 0; gap: 9px 14px; }
  .hero { padding: 70px 0 80px; }
  h1 { font-size: 46px; }
  .hero-card { padding: 24px; }
  .hero-card h2 { font-size: 31px; }
  .mini-grid, .card-grid, .impact-placeholder { grid-template-columns: 1fr; }
  .section { padding: 76px 0; }
  .service-card { min-height: 0; }
  .service-card h3 { margin-top: 34px; }
  .footer-grid { grid-template-columns: 1fr; }
}


.donation-links { display: grid; gap: 9px; margin-top: 12px; }
.donation-links a { width: fit-content; }

.supporters-section { background: #fffaf0; }
.supporter-panel {
  border: 1px solid rgba(199,163,90,.35);
  background: linear-gradient(135deg, #fffdf8 0%, #f8f0fa 100%);
  border-radius: var(--radius-lg);
  padding: 44px;
  box-shadow: 0 16px 40px rgba(53,23,67,.06);
}
.supporter-panel > div:first-child { max-width: 760px; }
.supporter-panel > div:first-child > p:last-child { color: var(--muted); font-size: 18px; }
.supporter-names {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin: 34px 0 20px;
}
.supporter-name {
  min-width: 180px;
  padding: 20px 28px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid var(--line);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: var(--plum);
}
.supporter-note {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}
