/* ==========================================================================
   La Concordia Wellness Center — Shared Stylesheet
   On-brand palette from the logo: deep navy + sky blue, with the soft coral
   (from the logo's brain) as a gentle warm accent. Calm, community, cultural.
   ========================================================================== */

:root {
  /* Brand core */
  --navy:      #16275c;
  --navy-deep: #0f1c45;
  --sky:       #4a9fd6;
  --sky-mid:   #6fb0dd;
  --sky-soft:  #9fcbe9;

  /* Warm accent (logo brain) — used sparingly */
  --coral:      #e6918f;
  --coral-deep: #d2706e;

  /* Surfaces */
  --cream:     #f7fafc;   /* page background */
  --pale:      #eaf2f8;   /* alt sections */
  --pale-deep: #dce8f3;
  --white:     #ffffff;

  /* Text */
  --ink:   #28304a;
  --muted: #58617a;
  --line:  #d9e4ef;

  --serif: "Georgia", "Cambria", "Times New Roman", serif;
  --sans:  "Helvetica Neue", "Segoe UI", Arial, sans-serif;

  --maxw: 1120px;
  --radius: 16px;
  --shadow: 0 6px 22px rgba(22, 39, 92, 0.08);
  --shadow-lg: 0 16px 44px rgba(22, 39, 92, 0.14);
  --blob: 42% 58% 60% 40% / 45% 42% 58% 55%;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 { font-family: var(--serif); color: var(--navy); line-height: 1.2; font-weight: 700; }

a { color: var(--sky); text-decoration: none; }
a:hover { text-decoration: underline; }

img { max-width: 100%; display: block; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

.lang-note { font-style: italic; color: var(--sky); font-weight: 600; }

.skip-link { position: absolute; left: -999px; top: 0; background: var(--navy); color: #fff; padding: 10px 16px; z-index: 1000; }
.skip-link:focus { left: 8px; top: 8px; }

/* ==========================================================================
   Header / Navigation
   ========================================================================== */
.site-header { background: var(--white); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 100; }
.site-header .container { display: flex; flex-direction: column; align-items: center; gap: 12px; padding-top: 16px; padding-bottom: 12px; position: relative; }

.brand { display: flex; align-items: center; gap: 14px; text-decoration: none; }
.brand:hover { text-decoration: none; }
.brand-logo { height: 112px; width: auto; }
@media (max-width: 760px) { .brand-logo { height: 80px; } }

.main-nav ul { display: flex; gap: 22px; list-style: none; margin: 0; padding: 0; align-items: center; justify-content: center; flex-wrap: wrap; }
.main-nav a { color: var(--navy); font-weight: 600; font-size: 0.95rem; padding: 6px 2px; border-bottom: 2px solid transparent; }
.main-nav a:hover { text-decoration: none; border-bottom-color: var(--sky-soft); }
.main-nav a.active { border-bottom-color: var(--sky); }
.main-nav a.btn-donate { background: var(--coral); color: #fff; padding: 9px 18px; border-radius: 999px; border-bottom: none; }
.main-nav a.btn-donate:hover { background: var(--coral-deep); text-decoration: none; }

.nav-toggle { display: none; background: none; border: 0; cursor: pointer; font-size: 1.6rem; color: var(--navy); position: absolute; right: 20px; top: 22px; }

/* ==========================================================================
   Buttons
   ========================================================================== */
.btn { display: inline-block; padding: 13px 28px; border-radius: 999px; font-weight: 700; font-size: 0.98rem; cursor: pointer; border: 2px solid transparent; transition: transform .12s ease, background .2s ease; }
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn-primary { background: var(--navy); color: #fff; }
.btn-primary:hover { background: var(--navy-deep); }
.btn-secondary { background: var(--sky); color: #fff; }
.btn-secondary:hover { background: #3a8cc2; }
.btn-coral, .btn-terracotta { background: var(--coral); color: #fff; }
.btn-coral:hover, .btn-terracotta:hover { background: var(--coral-deep); }
.btn-outline { background: transparent; color: var(--navy); border-color: var(--navy); }
.btn-outline:hover { background: var(--navy); color: #fff; }
.btn-light { background: #fff; color: var(--navy); }
.btn-light:hover { background: var(--pale); }

/* ==========================================================================
   Hero
   ========================================================================== */
.hero { background: linear-gradient(160deg, var(--pale) 0%, var(--cream) 58%); padding: 84px 0 76px; position: relative; overflow: hidden; }
.hero::before { content:""; position:absolute; right:-120px; top:-80px; width:380px; height:380px; background: radial-gradient(circle, rgba(74,159,214,0.18), transparent 70%); border-radius:50%; }
.hero .container { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 50px; align-items: center; position: relative; }
.hero h1 { font-size: 2.8rem; margin: 0 0 18px; }
.hero p.lead { font-size: 1.18rem; color: var(--muted); margin: 0 0 28px; }
.hero .cta-row { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-art { background: linear-gradient(145deg, var(--navy) 0%, var(--sky) 100%); border-radius: var(--blob); min-height: 340px; box-shadow: var(--shadow-lg); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.78); font-family: var(--serif); font-style: italic; text-align: center; padding: 30px; }

/* ==========================================================================
   Sections
   ========================================================================== */
section { padding: 70px 0; }
section.alt { background: var(--pale); }

.section-head { text-align: center; max-width: 740px; margin: 0 auto 48px; }
.section-head .eyebrow { text-transform: uppercase; letter-spacing: 0.16em; font-size: 0.78rem; font-weight: 700; color: var(--sky); margin-bottom: 10px; }
.section-head h2 { font-size: 2.1rem; margin: 0 0 14px; }
.section-head p { color: var(--muted); font-size: 1.07rem; margin: 0; }

/* Cards */
.grid { display: grid; gap: 26px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }

.card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 32px 28px; box-shadow: var(--shadow); transition: transform .15s ease, box-shadow .15s ease; }
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.card .icon { width: 58px; height: 58px; border-radius: 50%; background: var(--pale); display: flex; align-items: center; justify-content: center; font-size: 1.6rem; margin-bottom: 18px; }
.card h3 { font-size: 1.3rem; margin: 0 0 8px; }
.card p { color: var(--muted); margin: 0 0 6px; }

/* Feature two-column */
.feature { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: center; }
.feature .panel { background: linear-gradient(145deg, var(--sky) 0%, var(--navy) 100%); border-radius: var(--blob); min-height: 320px; box-shadow: var(--shadow-lg); display:flex; align-items:center; justify-content:center; color: rgba(255,255,255,0.82); font-family: var(--serif); font-style: italic; padding: 28px; text-align:center; }
.feature .panel.navy { background: linear-gradient(145deg, var(--navy), var(--sky)); }
.feature .panel.coral { background: linear-gradient(145deg, var(--coral), var(--coral-deep)); }
.feature h2 { font-size: 2rem; margin: 0 0 16px; }
.feature p { color: var(--muted); margin: 0 0 14px; }
.feature .eyebrow { text-transform: uppercase; letter-spacing: .16em; font-size: .78rem; font-weight: 700; color: var(--sky); margin-bottom: 10px; }

/* Stats */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
.stat .num { font-family: var(--serif); font-size: 2.6rem; color: var(--sky); font-weight: 700; }
.stat .label { color: var(--muted); font-size: 0.95rem; }

/* Leadership */
.people { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; }
.person { display: flex; gap: 20px; align-items: flex-start; }
.person .avatar { width: 92px; height: 92px; flex: 0 0 92px; border-radius: 50%; background: linear-gradient(145deg, var(--sky), var(--navy)); display:flex; align-items:center; justify-content:center; color:#fff; font-family: var(--serif); font-size: 1.6rem; font-weight:700; overflow: hidden; }
.person .avatar.has-photo { background: none; }
.person .avatar img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.person h3 { margin: 0 0 2px; font-size: 1.2rem; }
.person .role { color: var(--sky); font-weight: 600; font-size: 0.92rem; margin-bottom: 8px; }
.person p { color: var(--muted); margin: 0; font-size: 0.96rem; }

/* CTA band */
.cta-band { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-deep) 100%); color: #fff; text-align: center; }
.cta-band h2 { color: #fff; font-size: 2.1rem; margin: 0 0 14px; }
.cta-band p { color: rgba(255,255,255,0.9); max-width: 640px; margin: 0 auto 26px; font-size: 1.07rem; }
.cta-band .btn-light { background:#fff; color: var(--navy); }
.cta-band .btn-light:hover { background: var(--pale); }

/* Footer */
.site-footer { background: var(--navy-deep); color: rgba(255,255,255,0.82); padding: 58px 0 28px; font-size: 0.94rem; }
.site-footer .cols { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 36px; }
.site-footer h4 { color: #fff; font-size: 1rem; margin: 0 0 14px; font-family: var(--sans); letter-spacing: .03em; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin-bottom: 8px; }
.site-footer a { color: rgba(255,255,255,0.82); }
.site-footer a:hover { color: #fff; }
.site-footer .brand-foot { font-family: var(--serif); color:#fff; font-size: 1.25rem; letter-spacing:.05em; margin-bottom:10px; text-transform:uppercase; }
.site-footer .tagline { font-style: italic; color: var(--sky-soft); margin-bottom: 14px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.15); margin-top: 40px; padding-top: 20px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; font-size: 0.85rem; color: rgba(255,255,255,0.6); }

/* Image slots / photos */
.photo { border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; display: flex; align-items: flex-end; justify-content: flex-start; color: rgba(255,255,255,0.92); font-size: 0.82rem; font-weight: 600; padding: 16px; min-height: 220px; position: relative; background: linear-gradient(150deg, var(--sky) 0%, var(--navy) 100%); }
.photo.sage,
.photo.navy  { background: linear-gradient(150deg, var(--navy) 0%, var(--navy-deep) 100%); }
.photo.gold,
.photo.coral { background: linear-gradient(150deg, var(--coral) 0%, var(--coral-deep) 100%); }
.photo::after { content: "📷"; position: absolute; top: 14px; right: 16px; font-size: 1.1rem; opacity: .8; }
.photo span { background: rgba(0,0,0,0.28); padding: 4px 10px; border-radius: 6px; }

/* Image-topped card */
.card.has-img { padding: 0; overflow: hidden; }
.card.has-img .card-img { min-height: 170px; display:flex; align-items:flex-end; padding:14px; color:#fff; font-size:.78rem; font-weight:600; position:relative; }
.card.has-img .card-img::after { content:"📷"; position:absolute; top:12px; right:14px; opacity:.8; }
.card.has-img .card-img span { background: rgba(0,0,0,0.28); padding: 3px 9px; border-radius:6px; }
.card.has-img .card-body { padding: 24px 28px 30px; }
.card.has-img .card-body h3 { font-size: 1.3rem; margin: 0 0 6px; }

/* Gallery strip */
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.gallery .photo { min-height: 200px; }
@media (max-width: 760px) { .gallery { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .gallery { grid-template-columns: 1fr; } }

/* Side-by-side comparison (two arms of care) */
.compare { display: grid; grid-template-columns: 1fr 1fr; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-lg); }
.compare .side { display: flex; flex-direction: column; }
.compare .side + .side { border-left: 1px solid var(--line); }
.compare .side-head { padding: 26px 30px; color: #fff; }
.compare .side.raices .side-head { background: linear-gradient(135deg, var(--coral), var(--coral-deep)); }
.compare .side.concordia .side-head { background: linear-gradient(135deg, var(--sky), var(--navy)); }
.compare .side-head .kicker { text-transform: uppercase; letter-spacing: .14em; font-size: .72rem; font-weight: 700; opacity: .92; margin-bottom: 6px; }
.compare .side-head h3 { color: #fff; margin: 0; font-size: 1.5rem; }
.compare .side-img { min-height: 180px; display: flex; align-items: flex-end; padding: 14px; color: #fff; font-size: .78rem; font-weight: 600; position: relative; }
.compare .side.raices .side-img { background: linear-gradient(150deg, var(--coral), var(--coral-deep)); }
.compare .side.concordia .side-img { background: linear-gradient(150deg, var(--sky), var(--navy)); }
.compare .side-img::after { content: "📷"; position: absolute; top: 12px; right: 14px; opacity: .8; }
.compare .side-img span { background: rgba(0,0,0,0.28); padding: 3px 9px; border-radius: 6px; }
.compare .side-body { padding: 8px 30px 30px; }
.compare .row { padding: 16px 0; border-top: 1px solid var(--line); }
.compare .row:first-child { border-top: none; }
.compare .row .label { font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); font-weight: 700; margin: 0 0 4px; }
.compare .row p { margin: 0; color: var(--ink); }
@media (max-width: 760px) {
  .compare { grid-template-columns: 1fr; }
  .compare .side + .side { border-left: none; border-top: 1px solid var(--line); }
}

/* Real photos filling slots */
.hero-art { padding: 0; overflow: hidden; }
.hero-art img { width: 100%; height: 100%; min-height: 340px; object-fit: cover; display: block; }
.feature .panel { padding: 0; overflow: hidden; }
.feature .panel img { width: 100%; height: 100%; min-height: 320px; object-fit: cover; display: block; }
.photo.has-photo { padding: 0; }
.photo.has-photo::after { content: none; }
.photo.has-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.compare .side-img.has-photo { padding: 0; }
.compare .side-img.has-photo::after { content: none; }
.compare .side-img.has-photo img { width: 100%; height: 100%; min-height: 200px; object-fit: cover; display: block; }
/* compact, contained photo (not full-bleed) */
.feature .photo.compact { max-width: 430px; min-height: 300px; margin: 0 auto; }

/* Compact page header (inner pages) */
.page-hero { background: linear-gradient(160deg, var(--pale) 0%, var(--cream) 60%); padding: 60px 0; text-align: center; }
.page-hero .eyebrow { text-transform: uppercase; letter-spacing: .16em; font-size: .78rem; font-weight: 700; color: var(--sky); margin-bottom: 10px; }
.page-hero h1 { font-size: 2.5rem; margin: 0 0 14px; }
.page-hero p { color: var(--muted); max-width: 740px; margin: 0 auto; font-size: 1.1rem; }

/* Service arm intro label */
.arm-label { display: inline-block; font-family: var(--serif); font-style: italic; color: var(--coral-deep); font-size: 1.05rem; margin-bottom: 6px; }
.note-band { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 26px; box-shadow: var(--shadow); color: var(--muted); }

/* Team / staff cards */
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.team-grid.two { grid-template-columns: repeat(2, 1fr); max-width: 760px; margin: 0 auto; }
.team-grid.two .photo-top { aspect-ratio: 3 / 4; }
.team-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); transition: transform .15s ease, box-shadow .15s ease; }
.team-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.team-card .photo-top { aspect-ratio: 4 / 3; background: var(--pale); }
.team-card .photo-top img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }
.team-card .photo-top.no-img { aspect-ratio: 4 / 3; display: flex; align-items: center; justify-content: center; background: linear-gradient(145deg, var(--sky), var(--navy)); color: #fff; font-family: var(--serif); font-weight: 700; font-size: 2.4rem; letter-spacing: .04em; }
.team-card .body { padding: 20px 22px 24px; }
.team-card h3 { margin: 0 0 2px; font-size: 1.18rem; }
.team-card .role { color: var(--sky); font-weight: 600; font-size: 0.9rem; margin-bottom: 10px; }
.team-card p { color: var(--muted); font-size: 0.95rem; margin: 0; }

/* Board cards (no photo) */
.board-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.board-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px 24px; box-shadow: var(--shadow); display: flex; gap: 16px; align-items: center; }
.board-card .bavatar { width: 56px; height: 56px; flex: 0 0 56px; border-radius: 50%; background: linear-gradient(145deg, var(--sky), var(--navy)); color: #fff; display: flex; align-items: center; justify-content: center; font-family: var(--serif); font-weight: 700; }
.board-card h3 { margin: 0 0 2px; font-size: 1.05rem; }
.board-card .role { color: var(--muted); font-size: 0.88rem; }
@media (max-width: 900px) {
  .team-grid, .board-grid { grid-template-columns: 1fr 1fr; }
  .team-grid.two { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .team-grid, .board-grid { grid-template-columns: 1fr; }
}

/* ---------- Blog / Patient Education ---------- */
.chips { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 44px; }
.chip { background: var(--white); border: 1px solid var(--line); border-radius: 999px; padding: 8px 18px; font-size: 0.88rem; font-weight: 600; color: var(--navy); cursor: pointer; }
.chip:hover, .chip.active { background: var(--navy); color: #fff; border-color: var(--navy); text-decoration: none; }

.featured-post { display: grid; grid-template-columns: 1.1fr 1fr; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-lg); margin-bottom: 50px; }
.featured-post .fp-img { min-height: 340px; }
.featured-post .fp-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.featured-post .fp-body { padding: 40px; display: flex; flex-direction: column; justify-content: center; }
.featured-post .fp-body h2 { font-size: 1.9rem; margin: 0 0 14px; }
.featured-post .fp-body p { color: var(--muted); margin: 0 0 22px; }

.post-tag { display: inline-block; align-self: flex-start; background: rgba(74,159,214,0.12); color: var(--navy); font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; padding: 5px 11px; border-radius: 6px; margin-bottom: 14px; }
.post-tag.coral { background: rgba(230,145,143,0.18); color: var(--coral-deep); }
.post-tag.sage  { background: rgba(74,159,214,0.10); color: var(--navy); }

.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.post-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); display: flex; flex-direction: column; transition: transform .15s ease, box-shadow .15s ease; }
.post-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.post-card .pc-img { aspect-ratio: 16 / 10; }
.post-card .pc-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.post-card .pc-img.grad-sky { background: linear-gradient(145deg, var(--sky), var(--navy)); }
.post-card .pc-img.grad-coral { background: linear-gradient(145deg, var(--coral), var(--coral-deep)); }
.post-card .pc-body { padding: 22px 22px 22px; flex: 1; display: flex; flex-direction: column; }
.post-card h3 { font-size: 1.16rem; margin: 0 0 8px; }
.post-card p { color: var(--muted); font-size: 0.94rem; margin: 0 0 16px; flex: 1; }
.post-meta { display: flex; align-items: center; justify-content: space-between; font-size: 0.82rem; color: var(--muted); border-top: 1px solid var(--line); padding-top: 14px; }
.post-meta .read-more { color: var(--sky); font-weight: 700; }
.lang-pill { font-size: 0.68rem; font-weight: 700; color: var(--sage-deep); border: 1px solid var(--line); border-radius: 999px; padding: 2px 8px; }
@media (max-width: 900px) { .post-grid { grid-template-columns: 1fr 1fr; } .featured-post { grid-template-columns: 1fr; } }
@media (max-width: 600px) { .post-grid { grid-template-columns: 1fr; } }

/* ---------- Article / blog post ---------- */
.article-hero { background: linear-gradient(160deg, var(--pale) 0%, var(--cream) 60%); padding: 50px 0 38px; }
.article-hero .container { max-width: 820px; }
.article-hero .post-tag { margin-bottom: 16px; }
.article-hero h1 { font-size: 2.3rem; margin: 0 0 16px; line-height: 1.18; }
.article-hero .article-meta { color: var(--muted); font-size: 0.92rem; display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.back-link { display: inline-block; margin-bottom: 14px; color: var(--sky); font-weight: 600; }
.article-figure { max-width: 900px; margin: 26px auto 0; padding: 0 24px; }
.article-figure img, .article-figure .fig-grad { width: 100%; aspect-ratio: 16 / 7; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); display: block; }
.article-figure .fig-grad.grad-sky { background: linear-gradient(145deg, var(--sky), var(--navy)); }
.article-figure .fig-grad.grad-coral { background: linear-gradient(145deg, var(--coral), var(--coral-deep)); }
.article-body { max-width: 760px; margin: 0 auto; padding: 44px 24px 16px; font-size: 1.06rem; line-height: 1.8; color: var(--ink); }
.article-body h2 { font-size: 1.4rem; margin: 1.8em 0 0.5em; }
.article-body p { margin: 0 0 1.15em; }
.article-body ul { margin: 0 0 1.15em 1.2em; padding: 0; }
.article-body li { margin-bottom: 0.5em; }
.article-note { background: var(--pale); border-left: 4px solid var(--sky); border-radius: 8px; padding: 15px 20px; margin: 1.6em 0; font-size: 0.98rem; }
.article-note.care { border-left-color: var(--coral); background: rgba(230,145,143,0.10); }
.article-note strong { color: var(--navy); }
.draft-banner { background: rgba(230,145,143,0.14); color: var(--coral-deep); text-align: center; font-size: 0.85rem; font-weight: 600; padding: 8px 12px; }

/* ---------- Impact: big stats & bar chart ---------- */
.impact-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.impact-stat { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); padding: 32px 22px; text-align: center; }
.impact-stat .num { font-family: var(--serif); font-size: 3rem; font-weight: 700; color: var(--sky); line-height: 1; }
.impact-stat .num.coral { color: var(--coral-deep); }
.impact-stat .label { color: var(--muted); font-size: 0.95rem; margin-top: 10px; }
@media (max-width: 900px) { .impact-stats { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .impact-stats { grid-template-columns: 1fr; } }

.bar-chart { display: flex; align-items: flex-end; gap: 20px; height: 240px; max-width: 600px; margin: 0 auto; }
.bar-col { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; height: 100%; }
.bar { width: 100%; background: linear-gradient(180deg, var(--sky), var(--navy)); border-radius: 10px 10px 0 0; color: #fff; font-weight: 700; font-size: 0.95rem; display: flex; align-items: flex-start; justify-content: center; padding-top: 8px; min-height: 26px; transition: height .3s ease; }
.bar-col .yr { margin-top: 10px; color: var(--muted); font-size: 0.86rem; font-weight: 600; }

.quote-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); padding: 30px 30px; }
.quote-card p { font-family: var(--serif); font-style: italic; font-size: 1.12rem; color: var(--navy); margin: 0 0 14px; line-height: 1.6; }
.quote-card .who { color: var(--muted); font-size: 0.92rem; font-weight: 600; }

/* ---------- Donate ---------- */
.donate-box { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-lg); padding: 34px; }
.donate-box h3 { margin: 0 0 6px; font-size: 1.4rem; }
.donate-box .amounts { display: flex; flex-wrap: wrap; gap: 10px; margin: 20px 0 16px; }
.donate-box .amt { flex: 1; min-width: 76px; text-align: center; border: 1.5px solid var(--line); border-radius: 10px; padding: 12px 6px; font-weight: 700; color: var(--navy); cursor: pointer; transition: all .15s ease; }
.donate-box .amt:hover, .donate-box .amt.active { background: var(--coral); color: #fff; border-color: var(--coral); text-decoration: none; }
.donate-box .btn { width: 100%; text-align: center; }
.donate-note { font-size: 0.82rem; color: var(--muted); text-align: center; margin-top: 12px; }

.help-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); padding: 28px 26px; transition: transform .15s ease, box-shadow .15s ease; }
.help-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.help-card .icon { width: 54px; height: 54px; border-radius: 14px; background: var(--pale); display: flex; align-items: center; justify-content: center; font-size: 1.5rem; margin-bottom: 16px; }
.help-card h3 { margin: 0 0 8px; font-size: 1.2rem; }
.help-card p { color: var(--muted); margin: 0; font-size: 0.96rem; }

/* Keep faces in frame for the group proclamation photo (near-square) */
.photo.has-photo img[src$="proclamation.jpg"],
.feature .panel img[src$="proclamation.jpg"] { object-position: center 18%; }
/* Full-image slot so a near-square photo shows in full (no head-cropping) */
.feature .photo.square { min-height: 0; max-width: 480px; margin: 0 auto; display: block; }
.feature .photo.square img { position: static; width: 100%; height: auto; display: block; object-fit: contain; }

/* Placeholder marker */
.ph { background: rgba(230,145,143,0.18); color: var(--coral-deep); padding: 1px 7px; border-radius: 5px; font-size: 0.82em; font-weight: 600; }

/* Responsive */
@media (max-width: 900px) {
  .hero .container, .feature { grid-template-columns: 1fr; }
  .grid-3, .grid-2, .people { grid-template-columns: 1fr; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .site-footer .cols { grid-template-columns: 1fr 1fr; }
  .main-nav { display: none; width: 100%; }
  .main-nav.open { display: block; }
  .main-nav ul { flex-direction: column; align-items: center; padding: 8px 0 2px; gap: 14px; }
  .nav-toggle { display: block; }
  .hero h1 { font-size: 2.2rem; }
}
@media (max-width: 520px) {
  .stats { grid-template-columns: 1fr; }
  .site-footer .cols { grid-template-columns: 1fr; }
}
