:root {
  --bg: #efefef;
  --dot: rgba(93, 31, 35, 0.14);
  --text: #2f2323;
  --muted: #564444;
  --muted-2: #7f6666;
  --accent: #5d1f23;
  --accent-2: #8b3a32;
  --white: #ffffff;
  --soft: #f2e9e6;
  --border: #e6d4d4;
  --border-2: #dccccc;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.6;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.container {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--border);
}
.header-inner {
  display: grid;
  grid-template-columns: 1.2fr auto auto;
  gap: 1rem;
  align-items: center;
  padding: 1rem 0;
}
.brand {
  font-size: clamp(1.75rem, 2vw, 2.2rem);
  color: var(--accent);
  font-weight: 700;
}
.tagline { color: var(--muted-2); font-size: 0.98rem; }
.top-nav, .header-contact, .footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.top-nav a:hover, .header-contact a:hover, .footer-links a:hover, .contact-card a:hover { text-decoration: underline; }
.header-contact { justify-content: flex-end; font-size: 0.95rem; }
.top-nav { font-size: 0.95rem; color: #5f4747; }

.dots-bg {
  background-color: var(--bg);
  background-image: radial-gradient(circle at 1px 1px, var(--dot) 1.2px, transparent 0);
  background-size: 24px 24px;
}
.hero {
  border-bottom: 1px solid var(--border-2);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 2.5rem;
  padding: 4rem 0 5rem;
  align-items: center;
}
.pill, .eyebrow {
  display: inline-block;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.75rem;
}
.pill {
  padding: 0.6rem 1rem;
  border-radius: 999px;
  background: rgba(255,255,255,0.92);
  color: var(--accent-2);
  border: 1px solid #d7c1c1;
  margin-bottom: 1rem;
}
.hero h1, h2, h3 { line-height: 1.15; }
.hero h1 {
  margin: 0;
  color: var(--accent);
  font-size: clamp(2.6rem, 6vw, 4.8rem);
}
.hero-copy p {
  font-size: 1.15rem;
  color: var(--muted);
  max-width: 46rem;
}
.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.75rem;
}
.btn {
  display: inline-block;
  padding: 0.9rem 1.35rem;
  border-radius: 1rem;
  font-weight: 700;
}
.btn-primary { background: var(--accent); color: var(--white); }
.btn-secondary { background: rgba(255,255,255,0.72); border: 1px solid #c9b0b0; color: var(--accent); }
.btn-tertiary { border: 1px solid #d8c3c3; color: var(--accent-2); }
.btn-light { background: #fff; color: var(--accent); }
.btn-outline-light { border: 1px solid rgba(255,255,255,0.45); color: #fff; }

.metrics-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.metric-card, .service-card, .info-card, .partner-card, .mini-card, .list-card {
  background: rgba(255,255,255,0.92);
  border: 1px solid var(--border-2);
  border-radius: 1.65rem;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}
.metric-card { padding: 1.5rem; }
.metric-number {
  font-size: 2.6rem;
  color: var(--accent);
  line-height: 1;
  margin-bottom: 0.7rem;
}
.metric-label { color: #6a5555; }

.section { padding: 4.5rem 0; }
.white-section { background: #fff; }
.soft-section { background: var(--soft); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.section-intro { max-width: 50rem; margin-bottom: 2rem; }
.eyebrow { color: #8a6565; margin-bottom: 0.6rem; }
.eyebrow.light { color: #f0dcdc; }
.section h2, .partners-copy h2, .contact-section h2, .about-grid h2 { font-size: clamp(2rem, 4.2vw, 3.3rem); color: var(--accent); margin: 0 0 1rem; }
.section-intro p, .partners-copy p, .lead, .about-grid p, .contact-section p { color: var(--muted); font-size: 1.08rem; }
.card-grid {
  display: grid;
  gap: 1.25rem;
}
.three-up { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.two-up { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.service-card, .info-card, .partner-card { padding: 1.6rem; }
.service-card h3, .info-card h3 { margin-top: 0; color: var(--accent); font-size: 1.35rem; }

.split-grid {
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  gap: 2rem;
  align-items: start;
}
.list-cards, .impact-list { display: grid; gap: 1rem; }
.list-card {
  padding: 1.2rem 1.2rem 1.2rem 1.3rem;
  color: #433333;
}
.impact-panel {
  background: var(--accent);
  color: #fff;
  border-radius: 2rem;
  padding: 2rem;
  box-shadow: 0 18px 40px rgba(0,0,0,0.14);
}
.impact-panel h3 { font-size: 2rem; margin: 0 0 1rem; }
.impact-item {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 1rem;
  padding: 1rem;
}

.partners-wrap {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 2rem;
  align-items: center;
  background: linear-gradient(to right, #fffafa, #f7efec);
  border: 1px solid var(--border);
  border-radius: 2rem;
  padding: 2.25rem;
}
.partner-card { color: #433333; }

.about-grid {
  display: grid;
  grid-template-columns: 350px 1fr;
  gap: 2rem;
  align-items: center;
}
.photo-wrap {
  justify-self: center;
}
.photo-wrap img {
  width: 320px;
  height: 420px;
  object-fit: cover;
  border-radius: 2rem;
  border: 4px solid #fff;
  box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}
.mini-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}
.mini-card {
  padding: 1rem;
  background: #fff;
  border: 1px solid var(--border);
}
.mini-card span {
  display: block;
  text-transform: uppercase;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  color: #8a6565;
  margin-bottom: 0.35rem;
}

.contact-section {
  background: linear-gradient(135deg, #4d171c 0%, #6a2629 60%, #8b3a32 100%);
  color: #fff;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 2rem;
  align-items: start;
}
.contact-section h2 { color: #fff; }
.contact-section p { color: #f7eaea; }
.contact-card {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 1.75rem;
  padding: 1.5rem;
}
.contact-card h3 { margin-top: 0; font-size: 1.7rem; }
.contact-card a { color: #fff; }

.site-footer {
  background: #fff;
  border-top: 1px solid var(--border);
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  padding: 1.5rem 0;
}
.footer-brand { color: #4b3636; font-weight: 700; }
.footer-tagline, .footer-links { color: #6c5252; }

@media (max-width: 980px) {
  .header-inner,
  .hero-grid,
  .split-grid,
  .partners-wrap,
  .about-grid,
  .contact-grid,
  .footer-inner {
    grid-template-columns: 1fr;
    display: grid;
  }
  .three-up, .two-up, .metrics-grid, .mini-cards { grid-template-columns: 1fr; }
  .header-contact { justify-content: flex-start; }
}

@media (max-width: 680px) {
  .section, .hero-grid { padding-top: 3rem; padding-bottom: 3rem; }
  .photo-wrap img { width: 100%; max-width: 320px; height: auto; }
  .btn { width: 100%; text-align: center; }
  .hero-buttons { flex-direction: column; }
}
