/*
Theme Name: Center of Hope
Theme URI: https://www.centerofhopechester.org/
Author: Christ Central Ministries
Author URI: https://www.centerofhopechester.org/
Description: A warm, welcoming theme for Center of Hope Chester — a 9-month transitional housing and recovery ministry.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: center-of-hope
Tags: ministry, nonprofit, community
*/

/* ============================================================
   FONTS & RESET
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Inter:wght@300;400;500;600&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --hope-gold:    #C8901A;
  --hope-gold-lt: #F5E6C8;
  --hope-green:   #2D6A4F;
  --hope-green-lt:#EAF4EF;
  --hope-cream:   #FAF8F3;
  --hope-stone:   #F0EBE0;
  --hope-dark:    #1C2B22;
  --hope-muted:   #5A6A62;
  --hope-border:  #DDD6C9;
  --r-sm: 6px;
  --r-md: 12px;
  --r-lg: 20px;
  --shadow-sm: 0 1px 4px rgba(0,0,0,0.06);
  --shadow-md: 0 4px 20px rgba(0,0,0,0.08);
  --ff-display: 'Playfair Display', Georgia, serif;
  --ff-body: 'Inter', system-ui, sans-serif;
  --max-w: 1140px;
}

html { font-size: 16px; scroll-behavior: smooth; }

body {
  font-family: var(--ff-body);
  background: var(--hope-cream);
  color: var(--hope-dark);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

a { color: var(--hope-green); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; height: auto; display: block; }

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

/* ============================================================
   TOP UTILITY BAR
   ============================================================ */
.top-bar {
  background: var(--hope-dark);
  color: #fff;
  font-size: 13px;
  padding: 8px 0;
}

.top-bar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.top-bar a { color: #fff; display: inline-flex; align-items: center; gap: 6px; }
.top-bar a:hover { color: var(--hope-gold-lt); text-decoration: none; }

.top-bar__contact {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.top-bar__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px; height: 28px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.25);
  transition: border-color 0.2s, color 0.2s;
}

.top-bar__social a:hover { border-color: var(--hope-gold); color: var(--hope-gold); }

/* ============================================================
   HEADER / NAV
   ============================================================ */
.site-header {
  background: #fff;
  border-bottom: 1px solid var(--hope-border);
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: var(--shadow-sm);
}

.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.site-logo {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.site-logo__name {
  font-family: var(--ff-display);
  font-size: 22px;
  font-weight: 700;
  color: var(--hope-dark);
  line-height: 1.1;
}

.site-logo__tagline {
  font-size: 11px;
  color: var(--hope-muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  list-style: none;
}

.primary-nav a {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: var(--r-sm);
  font-size: 14px;
  font-weight: 500;
  color: var(--hope-dark);
  transition: background 0.15s, color 0.15s;
}

.primary-nav a:hover { background: var(--hope-stone); color: var(--hope-green); text-decoration: none; }
.primary-nav a svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 1.8; }

.nav-cta {
  background: var(--hope-green);
  color: #fff !important;
  border-radius: var(--r-sm);
  padding: 10px 18px !important;
  font-weight: 600 !important;
  transition: background 0.15s !important;
}
.nav-cta:hover { background: var(--hope-dark) !important; }

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 6px;
  border: none;
  background: transparent;
}
.hamburger span {
  display: block;
  width: 24px; height: 2px;
  background: var(--hope-dark);
  border-radius: 2px;
  transition: transform 0.25s, opacity 0.25s;
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
  background: linear-gradient(160deg, var(--hope-dark) 0%, #2D4A38 100%);
  color: #fff;
  padding: 80px 0 72px;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('http://www.centerofhopechester.org/wp-content/uploads/2026/06/front-of-building.jpg') center/cover no-repeat;
  opacity: 0.12;
  pointer-events: none;
}

.hero .container {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--hope-gold);
  font-weight: 500;
  margin-bottom: 16px;
}

.hero__eyebrow::before {
  content: '';
  display: block;
  width: 28px; height: 1px;
  background: var(--hope-gold);
}

.hero h1 {
  font-family: var(--ff-display);
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 700;
  line-height: 1.12;
  margin-bottom: 20px;
  letter-spacing: -0.01em;
}

.hero h1 em {
  font-style: normal;
  color: var(--hope-gold);
}

.hero__desc {
  font-size: 17px;
  line-height: 1.7;
  color: rgba(255,255,255,0.8);
  margin-bottom: 36px;
  max-width: 480px;
}

.hero__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 26px;
  border-radius: var(--r-sm);
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.18s;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
}

.btn svg { width: 18px; height: 18px; stroke: currentColor; fill: none; stroke-width: 2; flex-shrink: 0; }

.btn-primary {
  background: var(--hope-gold);
  color: var(--hope-dark);
  border-color: var(--hope-gold);
}
.btn-primary:hover { background: #A8780F; border-color: #A8780F; color: var(--hope-dark); text-decoration: none; }

.btn-outline {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,0.4);
}
.btn-outline:hover { border-color: #fff; background: rgba(255,255,255,0.08); text-decoration: none; }

.btn-green {
  background: var(--hope-green);
  color: #fff;
  border-color: var(--hope-green);
}
.btn-green:hover { background: #1F4D39; border-color: #1F4D39; text-decoration: none; }

.hero__image {
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(0,0,0,0.35);
  aspect-ratio: 4/3;
  position: relative;
}

.hero__image img {
  width: 100%; height: 100%;
  object-fit: cover;
}

.hero__image-badge {
  position: absolute;
  bottom: 20px; left: 20px;
  background: rgba(255,255,255,0.95);
  color: var(--hope-dark);
  padding: 12px 16px;
  border-radius: var(--r-md);
  font-size: 13px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: var(--shadow-md);
}

.hero__image-badge strong { font-size: 20px; font-weight: 700; color: var(--hope-green); }

/* ============================================================
   STATS STRIP
   ============================================================ */
.stats-strip {
  background: var(--hope-green);
  color: #fff;
  padding: 32px 0;
}

.stats-strip .container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(255,255,255,0.15);
  border-radius: var(--r-md);
  overflow: hidden;
}

.stat-item {
  background: var(--hope-green);
  padding: 20px 28px;
  text-align: center;
}

.stat-item__num {
  font-family: var(--ff-display);
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  color: var(--hope-gold);
  margin-bottom: 4px;
}

.stat-item__label {
  font-size: 13px;
  color: rgba(255,255,255,0.75);
  font-weight: 400;
}

/* ============================================================
   SECTION GENERIC
   ============================================================ */
.section { padding: 80px 0; }
.section--alt { background: var(--hope-stone); }
.section--dark { background: var(--hope-dark); color: #fff; }

.section__label {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--hope-gold);
  margin-bottom: 10px;
}

.section__title {
  font-family: var(--ff-display);
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  line-height: 1.18;
  margin-bottom: 16px;
  letter-spacing: -0.01em;
}

.section--dark .section__title { color: #fff; }

.section__subtitle {
  font-size: 17px;
  color: var(--hope-muted);
  max-width: 560px;
  line-height: 1.65;
}

.section--dark .section__subtitle { color: rgba(255,255,255,0.65); }

.section__header { margin-bottom: 48px; }
.section__header--center { text-align: center; }
.section__header--center .section__subtitle { margin: 0 auto; }

/* ============================================================
   PROGRAM PILLARS GRID
   ============================================================ */
.pillars-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.pillar-card {
  background: #fff;
  border: 1px solid var(--hope-border);
  border-radius: var(--r-lg);
  padding: 28px 16px;
  text-align: center;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.pillar-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: var(--hope-green);
}

.pillar-card__icon {
  width: 52px; height: 52px;
  border-radius: 50%;
  background: var(--hope-green-lt);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
}

.pillar-card__icon svg {
  width: 24px; height: 24px;
  stroke: var(--hope-green);
  fill: none;
  stroke-width: 1.8;
}

.pillar-card__title {
  font-size: 14px;
  font-weight: 600;
  color: var(--hope-dark);
  line-height: 1.35;
}

/* ============================================================
   NEWS / PARTNER BANNER
   ============================================================ */
.news-banner {
  background: linear-gradient(135deg, var(--hope-green-lt) 0%, #fff 100%);
  border: 1px solid var(--hope-border);
  border-left: 4px solid var(--hope-green);
  border-radius: var(--r-lg);
  padding: 32px 36px;
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}

.news-banner__icon {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--hope-green);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.news-banner__icon svg { width: 26px; height: 26px; stroke: #fff; fill: none; stroke-width: 1.8; }

.news-banner__body { flex: 1; min-width: 200px; }

.news-banner__label {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--hope-green);
  font-weight: 600;
  margin-bottom: 6px;
}

.news-banner__title {
  font-family: var(--ff-display);
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--hope-dark);
}

.news-banner__desc {
  font-size: 15px;
  color: var(--hope-muted);
}

/* ============================================================
   SPIRITUAL FOCUS / SCRIPTURE CARD
   ============================================================ */
.scripture-section .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

.scripture-card {
  background: var(--hope-dark);
  color: #fff;
  border-radius: var(--r-lg);
  padding: 40px;
  position: relative;
  overflow: hidden;
}

.scripture-card::before {
  content: '\201C';
  position: absolute;
  top: -10px; right: 24px;
  font-family: var(--ff-display);
  font-size: 160px;
  color: rgba(200, 144, 26, 0.15);
  line-height: 1;
  pointer-events: none;
}

.scripture-card__month {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--hope-gold);
  font-weight: 600;
  margin-bottom: 16px;
}

.scripture-card__quote {
  font-family: var(--ff-display);
  font-size: 20px;
  font-style: italic;
  line-height: 1.55;
  color: rgba(255,255,255,0.92);
  margin-bottom: 16px;
}

.scripture-card__ref {
  font-size: 13px;
  color: var(--hope-gold);
  font-weight: 500;
}

.scripture-card__cta {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.12);
}

.scripture-card__cta p {
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  margin-bottom: 14px;
}

.scripture-focus {
  padding-top: 8px;
}

.scripture-focus__heading {
  font-family: var(--ff-display);
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--hope-dark);
  line-height: 1.25;
}

.scripture-focus__desc {
  font-size: 16px;
  color: var(--hope-muted);
  margin-bottom: 28px;
  line-height: 1.7;
}

.qna-list { list-style: none; display: flex; flex-direction: column; gap: 12px; }

.qna-item {
  background: #fff;
  border: 1px solid var(--hope-border);
  border-radius: var(--r-md);
  padding: 14px 18px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.qna-item__icon {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: var(--hope-gold-lt);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.qna-item__icon svg { width: 16px; height: 16px; stroke: var(--hope-gold); fill: none; stroke-width: 2; }
.qna-item__q { font-size: 14px; font-weight: 600; margin-bottom: 2px; }
.qna-item__ref { font-size: 12px; color: var(--hope-muted); }

/* ============================================================
   HOW TO GET HELP
   ============================================================ */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.step-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--r-lg);
  padding: 32px 28px;
  position: relative;
}

.step-card__num {
  font-family: var(--ff-display);
  font-size: 56px;
  font-weight: 700;
  color: rgba(200,144,26,0.25);
  line-height: 1;
  margin-bottom: 12px;
}

.step-card__icon {
  width: 44px; height: 44px;
  border-radius: var(--r-sm);
  background: var(--hope-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.step-card__icon svg { width: 22px; height: 22px; stroke: var(--hope-dark); fill: none; stroke-width: 2; }
.step-card__title { font-size: 18px; font-weight: 600; color: #fff; margin-bottom: 8px; }
.step-card__desc { font-size: 14px; color: rgba(255,255,255,0.6); line-height: 1.65; }

/* ============================================================
   THRIFT STORE SECTION
   ============================================================ */
.thrift-section .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.thrift-info { }

.thrift-info__hours {
  background: #fff;
  border: 1px solid var(--hope-border);
  border-radius: var(--r-lg);
  overflow: hidden;
  margin-top: 24px;
}

.thrift-info__hours-header {
  background: var(--hope-stone);
  padding: 14px 20px;
  font-size: 13px;
  font-weight: 600;
  color: var(--hope-muted);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
}

.thrift-info__hours-header svg { width: 15px; height: 15px; stroke: var(--hope-muted); fill: none; stroke-width: 2; }

.hours-row {
  display: flex;
  justify-content: space-between;
  padding: 12px 20px;
  font-size: 14px;
  border-bottom: 1px solid var(--hope-border);
}
.hours-row:last-child { border-bottom: none; }
.hours-row__day { color: var(--hope-muted); }
.hours-row__time { font-weight: 500; }

.thrift-card {
  background: var(--hope-green-lt);
  border: 1px solid rgba(45,106,79,0.2);
  border-radius: var(--r-lg);
  padding: 36px;
}

.thrift-card__title {
  font-family: var(--ff-display);
  font-size: 26px;
  font-weight: 700;
  color: var(--hope-dark);
  margin-bottom: 12px;
}

.thrift-card__desc {
  font-size: 15px;
  color: var(--hope-muted);
  line-height: 1.7;
  margin-bottom: 24px;
}

.thrift-card__links { display: flex; flex-direction: column; gap: 10px; }

.thrift-link {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  color: var(--hope-green);
}
.thrift-link svg { width: 16px; height: 16px; stroke: var(--hope-green); fill: none; stroke-width: 2; flex-shrink: 0; }

/* ============================================================
   DONATE SECTION
   ============================================================ */
.donate-section {
  background: var(--hope-gold);
  padding: 64px 0;
  text-align: center;
}

.donate-section .section__title { color: var(--hope-dark); }
.donate-section .section__subtitle { color: rgba(28,43,34,0.7); margin: 0 auto 36px; }

.donate-section .btn-green { background: var(--hope-dark); border-color: var(--hope-dark); }
.donate-section .btn-green:hover { background: #0E1A14; border-color: #0E1A14; }

/* ============================================================
   CONTACT / FOOTER
   ============================================================ */
.contact-section {
  background: #fff;
  padding: 80px 0 0;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-bottom: 60px;
}

.contact-info__title {
  font-family: var(--ff-display);
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 8px;
}

.contact-info__subtitle {
  font-size: 15px;
  color: var(--hope-muted);
  margin-bottom: 32px;
}

.contact-details { display: flex; flex-direction: column; gap: 16px; }

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.contact-item__icon {
  width: 40px; height: 40px;
  border-radius: var(--r-sm);
  background: var(--hope-green-lt);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-item__icon svg { width: 18px; height: 18px; stroke: var(--hope-green); fill: none; stroke-width: 1.8; }
.contact-item__label { font-size: 12px; color: var(--hope-muted); margin-bottom: 2px; }
.contact-item__value { font-size: 15px; font-weight: 500; color: var(--hope-dark); }
.contact-item__value a { color: var(--hope-dark); }
.contact-item__value a:hover { color: var(--hope-green); text-decoration: none; }

.contact-map {
  border-radius: var(--r-lg);
  overflow: hidden;
  height: 320px;
  background: var(--hope-stone);
  border: 1px solid var(--hope-border);
}

.contact-map iframe { width: 100%; height: 100%; border: none; }

.site-footer {
  background: var(--hope-dark);
  color: rgba(255,255,255,0.5);
  padding: 24px 0;
  font-size: 13px;
}

.site-footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.site-footer a { color: rgba(255,255,255,0.5); }
.site-footer a:hover { color: #fff; text-decoration: none; }

/* ============================================================
   MOBILE RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .pillars-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 768px) {
  .hamburger { display: flex; }
  .primary-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: #fff; border-top: 1px solid var(--hope-border); flex-direction: column; padding: 12px; gap: 4px; box-shadow: var(--shadow-md); }
  .primary-nav.open { display: flex; }
  .site-header { position: relative; }

  .hero .container { grid-template-columns: 1fr; gap: 36px; }
  .hero__image { order: -1; }
  .hero h1 { font-size: 36px; }

  .stats-strip .container { grid-template-columns: repeat(2, 1fr); }

  .pillars-grid { grid-template-columns: repeat(2, 1fr); }

  .scripture-section .container { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: 1fr; }
  .thrift-section .container { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }

  .top-bar .container { flex-direction: column; align-items: flex-start; gap: 8px; }
  .section { padding: 56px 0; }
}

@media (max-width: 480px) {
  .pillars-grid { grid-template-columns: 1fr 1fr; }
  .stats-strip .container { grid-template-columns: 1fr 1fr; }
  .hero__actions { flex-direction: column; }
  .btn { justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; animation: none !important; }
}

/* ============================================================
   ABOUT PAGE — PAGE HERO
   ============================================================ */
.page-hero {
  background: linear-gradient(160deg, var(--hope-dark) 0%, #2D4A38 100%);
  color: #fff;
  padding: 72px 0 64px;
  position: relative;
  overflow: hidden;
}

.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('https://www.centerofhopechester.org/wp-content/uploads/2023/09/front-of-building.png') center/cover no-repeat;
  opacity: 0.1;
  pointer-events: none;
}

.page-hero .container {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.page-hero__content { }

.page-hero__content h1 {
  font-family: var(--ff-display);
  font-size: clamp(32px, 4.5vw, 52px);
  font-weight: 700;
  line-height: 1.12;
  margin-bottom: 18px;
  letter-spacing: -0.01em;
}

.page-hero__content h1 em {
  font-style: normal;
  color: var(--hope-gold);
}

.page-hero__desc {
  font-size: 17px;
  line-height: 1.7;
  color: rgba(255,255,255,0.8);
  margin-bottom: 32px;
  max-width: 460px;
}

.btn-outline-dark {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255,255,255,0.35);
}
.btn-outline-dark:hover { border-color: #fff; background: rgba(255,255,255,0.08); text-decoration: none; }

.page-hero__image-wrap {
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(0,0,0,0.35);
  aspect-ratio: 4/3;
  position: relative;
}

.page-hero__image-wrap img {
  width: 100%; height: 100%;
  object-fit: cover;
}

.page-hero__badge {
  position: absolute;
  bottom: 20px; left: 20px;
  background: rgba(255,255,255,0.95);
  color: var(--hope-dark);
  padding: 12px 16px;
  border-radius: var(--r-md);
  font-size: 13px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: var(--shadow-md);
}

.page-hero__badge strong {
  font-size: 15px;
  font-weight: 700;
  color: var(--hope-green);
  display: block;
}

.page-hero__badge span {
  font-size: 12px;
  color: var(--hope-muted);
  display: block;
}

/* ============================================================
   ABOUT — MISSION LAYOUT
   ============================================================ */
.mission-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

.mission-body {
  font-size: 16px;
  color: var(--hope-muted);
  line-height: 1.75;
  margin-bottom: 16px;
}

.mission-pillars {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid var(--hope-border);
}

.mission-pillar {
  display: flex;
  align-items: center;
  gap: 14px;
}

.mission-pillar__icon {
  width: 40px; height: 40px;
  border-radius: var(--r-sm);
  background: var(--hope-green-lt);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.mission-pillar__icon svg {
  width: 18px; height: 18px;
  stroke: var(--hope-green);
}

.mission-pillar__label {
  font-size: 14px;
  font-weight: 600;
  color: var(--hope-dark);
  margin-bottom: 1px;
}

.mission-pillar__desc {
  font-size: 13px;
  color: var(--hope-muted);
}

/* JOURNEY CARD */
.mission-card {
  background: #fff;
  border: 1px solid var(--hope-border);
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}

.mission-card__header {
  background: var(--hope-dark);
  color: #fff;
  padding: 16px 24px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}

.mission-card__header svg {
  width: 20px; height: 20px;
  stroke: var(--hope-gold);
  fill: none;
  stroke-width: 1.8;
}

.journey-steps {
  list-style: none;
  padding: 16px 24px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.journey-step {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 14px 0;
  border-bottom: 1px solid var(--hope-border);
}

.journey-step:last-child { border-bottom: none; }

.journey-step__num {
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--hope-green);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}

.journey-step__title {
  font-size: 14px;
  font-weight: 600;
  color: var(--hope-dark);
  margin-bottom: 3px;
}

.journey-step__desc {
  font-size: 13px;
  color: var(--hope-muted);
  line-height: 1.55;
}

/* ============================================================
   ABOUT — WHO WE SERVE
   ============================================================ */
.who-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 28px;
}

.who-card {
  background: #fff;
  border: 1px solid var(--hope-border);
  border-radius: var(--r-lg);
  padding: 28px 24px;
  transition: transform 0.2s, box-shadow 0.2s;
}

.who-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.who-card__icon {
  width: 48px; height: 48px;
  border-radius: 50%;
  background: var(--hope-green-lt);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.who-card__icon svg {
  width: 22px; height: 22px;
  stroke: var(--hope-green);
}

.who-card__title {
  font-size: 16px;
  font-weight: 600;
  color: var(--hope-dark);
  margin-bottom: 8px;
}

.who-card__desc {
  font-size: 14px;
  color: var(--hope-muted);
  line-height: 1.65;
}

.eligibility-note {
  background: var(--hope-gold-lt);
  border: 1px solid rgba(200,144,26,0.25);
  border-left: 4px solid var(--hope-gold);
  border-radius: var(--r-md);
  padding: 16px 20px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.eligibility-note svg {
  stroke: var(--hope-gold);
  fill: none;
  flex-shrink: 0;
  margin-top: 2px;
}

.eligibility-note p {
  font-size: 14px;
  color: var(--hope-dark);
  line-height: 1.6;
}

.eligibility-note a {
  color: var(--hope-green);
  font-weight: 500;
}

/* ============================================================
   ABOUT — MENTAL WELLNESS
   ============================================================ */
.wellness-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

.wellness-quote {
  background: var(--hope-dark);
  color: #fff;
  border-radius: var(--r-lg);
  padding: 32px 36px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.wellness-quote::before {
  content: '\201C';
  position: absolute;
  top: -10px; right: 20px;
  font-family: var(--ff-display);
  font-size: 140px;
  color: rgba(200,144,26,0.15);
  line-height: 1;
  pointer-events: none;
}

.wellness-quote p {
  font-family: var(--ff-display);
  font-size: 20px;
  font-style: italic;
  line-height: 1.55;
  color: rgba(255,255,255,0.92);
  margin-bottom: 14px;
  position: relative;
}

.wellness-quote cite {
  font-size: 13px;
  color: var(--hope-gold);
  font-style: normal;
  font-weight: 500;
}

.bible-study-card {
  background: #fff;
  border: 1px solid var(--hope-border);
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}

.bible-study-card__header {
  background: var(--hope-green);
  color: #fff;
  padding: 13px 20px;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}

.bible-study-card__header svg {
  stroke: rgba(255,255,255,0.8);
}

.bible-study-card__body {
  padding: 20px;
}

.bible-study-card__title {
  font-family: var(--ff-display);
  font-size: 18px;
  font-weight: 700;
  color: var(--hope-dark);
  margin-bottom: 8px;
}

.bible-study-card__detail {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: var(--hope-muted);
  margin-bottom: 12px;
}

.bible-study-card__detail svg {
  stroke: var(--hope-muted);
  fill: none;
  flex-shrink: 0;
}

.bible-study-card__desc {
  font-size: 14px;
  color: var(--hope-muted);
  line-height: 1.65;
}

/* ============================================================
   ABOUT — THRIFT STORE CONNECTION
   ============================================================ */
.thrift-about-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.thrift-about-stats {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.thrift-about-stat {
  background: #fff;
  border: 1px solid var(--hope-border);
  border-radius: var(--r-lg);
  padding: 20px 24px;
  display: flex;
  align-items: center;
  gap: 18px;
  transition: box-shadow 0.2s;
}

.thrift-about-stat:hover { box-shadow: var(--shadow-md); }

.thrift-about-stat__icon {
  width: 44px; height: 44px;
  border-radius: var(--r-sm);
  background: var(--hope-green-lt);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.thrift-about-stat__icon svg {
  width: 20px; height: 20px;
  stroke: var(--hope-green);
}

.thrift-about-stat__num {
  font-family: var(--ff-display);
  font-size: 26px;
  font-weight: 700;
  color: var(--hope-green);
  line-height: 1;
  margin-bottom: 3px;
}

.thrift-about-stat__label {
  font-size: 13px;
  color: var(--hope-muted);
}

/* ============================================================
   ABOUT — VOLUNTEER CTA
   ============================================================ */
.volunteer-cta-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.volunteer-roles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.volunteer-role {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--r-md);
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: background 0.15s, border-color 0.15s;
}

.volunteer-role:hover {
  background: rgba(255,255,255,0.1);
  border-color: rgba(200,144,26,0.4);
}

.volunteer-role__icon {
  width: 36px; height: 36px;
  border-radius: var(--r-sm);
  background: rgba(200,144,26,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.volunteer-role__icon svg {
  width: 16px; height: 16px;
  stroke: var(--hope-gold);
}

.volunteer-role__name {
  font-size: 13px;
  font-weight: 500;
  color: rgba(255,255,255,0.85);
  line-height: 1.35;
}

/* ============================================================
   ABOUT PAGE — RESPONSIVE
   ============================================================ */
@media (max-width: 768px) {
  .page-hero .container { grid-template-columns: 1fr; gap: 36px; }
  .page-hero__image-wrap { order: -1; }
  .page-hero__content h1 { font-size: 32px; }

  .mission-layout { grid-template-columns: 1fr; }
  .who-grid { grid-template-columns: 1fr; }
  .wellness-layout { grid-template-columns: 1fr; }
  .thrift-about-layout { grid-template-columns: 1fr; }
  .volunteer-cta-layout { grid-template-columns: 1fr; }
  .volunteer-roles { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .page-hero__content h1 { font-size: 28px; }
  .thrift-about-stats { grid-template-columns: 1fr; }
}

/* ============================================================
   VOLUNTEER PAGE — HERO CARD
   ============================================================ */
.vol-hero-card {
  background: #fff;
  border: 1px solid var(--hope-border);
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}

.vol-hero-card__verse {
  background: var(--hope-dark);
  padding: 28px 30px;
  position: relative;
  overflow: hidden;
}

.vol-hero-card__verse::before {
  content: '\201C';
  position: absolute;
  top: -8px; right: 16px;
  font-family: var(--ff-display);
  font-size: 120px;
  color: rgba(200,144,26,0.15);
  line-height: 1;
  pointer-events: none;
}

.vol-hero-card__quote {
  font-family: var(--ff-display);
  font-size: 16px;
  font-style: italic;
  line-height: 1.6;
  color: rgba(255,255,255,0.9);
  margin-bottom: 10px;
  position: relative;
}

.vol-hero-card__ref {
  font-size: 12px;
  color: var(--hope-gold);
  font-weight: 500;
  font-style: normal;
}

.vol-hero-card__stats {
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.vol-hero-card__stat {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: var(--hope-muted);
  font-weight: 500;
}

.vol-hero-card__stat svg {
  stroke: var(--hope-green);
  flex-shrink: 0;
}

/* ============================================================
   VOLUNTEER PAGE — NEEDS STRIP
   ============================================================ */
.needs-strip {
  background: var(--hope-gold-lt);
  border-top: 1px solid rgba(200,144,26,0.2);
  border-bottom: 1px solid rgba(200,144,26,0.2);
  padding: 14px 0;
}

.needs-strip .container {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.needs-strip__label {
  font-size: 12px;
  font-weight: 600;
  color: var(--hope-dark);
  display: flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
  flex-shrink: 0;
}

.needs-strip__label svg {
  stroke: var(--hope-gold);
}

.needs-strip__items {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.needs-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 500;
  color: #6B4A0A;
  background: rgba(200,144,26,0.15);
  border: 1px solid rgba(200,144,26,0.3);
  border-radius: 20px;
  padding: 4px 12px;
}

.needs-tag svg { stroke: #8A5E0F; }

/* ============================================================
   VOLUNTEER PAGE — DONATE LAYOUT
   ============================================================ */
.donate-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

.donate-ideas {
  background: #fff;
  border: 1px solid var(--hope-border);
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}

.donate-ideas__header {
  background: var(--hope-green);
  color: #fff;
  padding: 14px 20px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}

.donate-ideas__header svg { stroke: rgba(255,255,255,0.8); fill: none; width: 18px; height: 18px; }

.donate-ideas__list {
  list-style: none;
  padding: 8px 0;
}

.donate-idea {
  display: flex;
  gap: 14px;
  padding: 14px 20px;
  border-bottom: 1px solid var(--hope-border);
  align-items: flex-start;
}

.donate-idea:last-child { border-bottom: none; }

.donate-idea__icon {
  width: 36px; height: 36px;
  border-radius: var(--r-sm);
  background: var(--hope-green-lt);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.donate-idea__icon svg { width: 16px; height: 16px; stroke: var(--hope-green); fill: none; stroke-width: 1.8; }

.donate-idea__title {
  font-size: 14px;
  font-weight: 600;
  color: var(--hope-dark);
  margin-bottom: 3px;
}

.donate-idea__desc {
  font-size: 13px;
  color: var(--hope-muted);
  line-height: 1.55;
}

/* ============================================================
   VOLUNTEER PAGE — ROLES GRID
   ============================================================ */
.vol-roles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.vol-role-card {
  background: #fff;
  border: 1px solid var(--hope-border);
  border-radius: var(--r-lg);
  padding: 26px 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.vol-role-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: var(--hope-green);
}

.vol-role-card--idea {
  border-style: dashed;
  background: var(--hope-green-lt);
}

.vol-role-card__icon {
  width: 46px; height: 46px;
  border-radius: 50%;
  background: var(--hope-green-lt);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.vol-role-card--idea .vol-role-card__icon {
  background: rgba(45,106,79,0.15);
}

.vol-role-card__icon svg {
  width: 20px; height: 20px;
  stroke: var(--hope-green);
}

.vol-role-card__title {
  font-size: 16px;
  font-weight: 600;
  color: var(--hope-dark);
  line-height: 1.3;
}

.vol-role-card__desc {
  font-size: 14px;
  color: var(--hope-muted);
  line-height: 1.65;
  flex: 1;
}

.vol-role-card__footer {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: 4px;
  padding-top: 12px;
  border-top: 1px solid var(--hope-border);
}

.vol-tag {
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  font-weight: 500;
  padding: 3px 9px;
  border-radius: 20px;
  background: var(--hope-stone);
  color: var(--hope-muted);
  border: 1px solid var(--hope-border);
}

.vol-tag--green {
  background: var(--hope-green-lt);
  color: #1A4D38;
  border-color: rgba(45,106,79,0.25);
}

.vol-tag--gold {
  background: var(--hope-gold-lt);
  color: #6B4A0A;
  border-color: rgba(200,144,26,0.3);
}

/* ============================================================
   VOLUNTEER PAGE — ORIENTATION SECTION
   ============================================================ */
.orientation-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.orientation-card {
  border-radius: var(--r-lg);
  overflow: hidden;
}

.orientation-link {
  display: block;
  text-decoration: none;
}

.orientation-link:hover .orientation-card__inner {
  border-color: var(--hope-gold);
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.orientation-card__inner {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: var(--r-lg);
  padding: 32px;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.orientation-card__icon {
  width: 48px; height: 48px;
  border-radius: var(--r-md);
  background: rgba(200,144,26,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.orientation-card__icon svg {
  width: 22px; height: 22px;
  stroke: var(--hope-gold);
}

.orientation-card__label {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--hope-gold);
  font-weight: 600;
  margin-bottom: 8px;
}

.orientation-card__title {
  font-family: var(--ff-display);
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
  line-height: 1.25;
}

.orientation-card__sub {
  font-size: 14px;
  color: rgba(255,255,255,0.55);
  line-height: 1.55;
}

/* ============================================================
   VOLUNTEER PAGE — RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .vol-roles-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .donate-layout { grid-template-columns: 1fr; }
  .orientation-layout { grid-template-columns: 1fr; }
  .vol-roles-grid { grid-template-columns: repeat(2, 1fr); }
  .needs-strip .container { flex-direction: column; align-items: flex-start; gap: 10px; }
}

@media (max-width: 480px) {
  .vol-roles-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   LOOKING FOR HELP PAGE — PROCESS STEPS
   ============================================================ */
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 36px;
}

.process-card {
  background: #fff;
  border: 1px solid var(--hope-border);
  border-radius: var(--r-lg);
  padding: 24px 20px;
  position: relative;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.process-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: var(--hope-green);
}

.process-card__num {
  position: absolute;
  top: 16px; right: 18px;
  font-family: var(--ff-display);
  font-size: 30px;
  font-weight: 700;
  color: var(--hope-stone);
  line-height: 1;
}

.process-card__icon {
  width: 44px; height: 44px;
  border-radius: var(--r-sm);
  background: var(--hope-green-lt);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.process-card__icon svg {
  width: 20px; height: 20px;
  stroke: var(--hope-green);
}

.process-card__title {
  font-size: 15px;
  font-weight: 600;
  color: var(--hope-dark);
  margin-bottom: 6px;
  line-height: 1.3;
}

.process-card__desc {
  font-size: 13px;
  color: var(--hope-muted);
  line-height: 1.6;
}

.process-card__desc a { color: var(--hope-green); font-weight: 500; }

.manual-note {
  background: var(--hope-green-lt);
  border: 1px solid rgba(45,106,79,0.2);
  border-left: 4px solid var(--hope-green);
  border-radius: var(--r-md);
  padding: 16px 20px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.manual-note svg { stroke: var(--hope-green); fill: none; flex-shrink: 0; margin-top: 2px; }
.manual-note p { font-size: 14px; color: var(--hope-dark); line-height: 1.6; }
.manual-note a { color: var(--hope-green); font-weight: 600; }

/* ============================================================
   LOOKING FOR HELP — RESOURCE CARD
   ============================================================ */
.resource-card {
  background: #fff;
  border: 1px solid var(--hope-border);
  border-radius: var(--r-lg);
  padding: 28px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  box-shadow: var(--shadow-sm);
}

.resource-card__icon {
  width: 48px; height: 48px;
  border-radius: var(--r-md);
  background: var(--hope-gold-lt);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.resource-card__icon svg { width: 22px; height: 22px; stroke: var(--hope-gold); }

.resource-card__label {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--hope-gold);
  font-weight: 600;
  margin-bottom: 6px;
}

.resource-card__title {
  font-family: var(--ff-display);
  font-size: 19px;
  font-weight: 700;
  color: var(--hope-dark);
  margin-bottom: 8px;
}

.resource-card__desc {
  font-size: 14px;
  color: var(--hope-muted);
  line-height: 1.6;
}

/* ============================================================
   LOOKING FOR HELP — RESOURCE SOURCES + TOPIC PILLS
   ============================================================ */
.resources-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 28px;
}

.resource-source-card {
  background: #fff;
  border: 1px solid var(--hope-border);
  border-radius: var(--r-lg);
  padding: 24px 20px;
  text-align: center;
  transition: transform 0.2s, box-shadow 0.2s;
}

.resource-source-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.resource-source-card__icon {
  width: 48px; height: 48px;
  border-radius: 50%;
  background: var(--hope-green-lt);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
}

.resource-source-card__icon svg { width: 22px; height: 22px; stroke: var(--hope-green); }

.resource-source-card__title {
  font-size: 14px;
  font-weight: 600;
  color: var(--hope-dark);
  line-height: 1.4;
}

.topics-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.topic-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 500;
  color: var(--hope-dark);
  background: var(--hope-stone);
  border: 1px solid var(--hope-border);
  border-radius: 20px;
  padding: 8px 16px;
}

.topic-pill svg { stroke: var(--hope-green); }

/* ============================================================
   BLOG ARCHIVE — GRID
   ============================================================ */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.blog-card {
  background: #fff;
  border: 1px solid var(--hope-border);
  border-radius: var(--r-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s, box-shadow 0.2s;
}

.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.blog-card__image-link { display: block; }

.blog-card__image {
  aspect-ratio: 4/3;
  overflow: hidden;
  background: var(--hope-stone);
}

.blog-card__image img {
  width: 100%; height: 100%;
  object-fit: cover;
}

.blog-card__image--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--hope-green);
  background: var(--hope-green-lt);
}

.blog-card__body {
  padding: 20px 22px 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.blog-card__category {
  display: inline-block;
  align-self: flex-start;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--hope-green);
  background: var(--hope-green-lt);
  border-radius: 20px;
  padding: 3px 10px;
  margin-bottom: 10px;
}

.blog-card__title {
  font-family: var(--ff-display);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 8px;
}

.blog-card__title a { color: var(--hope-dark); }
.blog-card__title a:hover { color: var(--hope-green); text-decoration: none; }

.blog-card__meta {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: var(--hope-muted);
  margin-bottom: 12px;
}

.blog-card__meta svg { stroke: var(--hope-muted); }

.blog-card__excerpt {
  font-size: 14px;
  color: var(--hope-muted);
  line-height: 1.6;
  margin-bottom: 16px;
  flex: 1;
}

.blog-card__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--hope-green);
  align-self: flex-start;
}

.blog-card__link svg { stroke: var(--hope-green); transition: transform 0.15s; }
.blog-card__link:hover svg { transform: translateX(3px); }
.blog-card__link:hover { text-decoration: none; }

.blog-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 48px;
}

.blog-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 12px;
  border-radius: var(--r-sm);
  background: #fff;
  border: 1px solid var(--hope-border);
  color: var(--hope-dark);
  font-size: 14px;
  font-weight: 500;
}

.blog-pagination .page-numbers.current {
  background: var(--hope-green);
  border-color: var(--hope-green);
  color: #fff;
}

.blog-pagination .page-numbers:hover:not(.current) {
  border-color: var(--hope-green);
  color: var(--hope-green);
  text-decoration: none;
}

.blog-empty {
  text-align: center;
  padding: 60px 20px;
  color: var(--hope-muted);
}

.blog-empty svg { stroke: var(--hope-border); margin-bottom: 16px; }

/* ============================================================
   SINGLE POST
   ============================================================ */
.post-breadcrumb { margin-bottom: 24px; }

.post-breadcrumb a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 500;
  color: var(--hope-muted);
}

.post-breadcrumb a svg { stroke: var(--hope-muted); }
.post-breadcrumb a:hover { color: var(--hope-green); text-decoration: none; }

.single-post__header { margin-bottom: 28px; }

.single-post__title {
  font-family: var(--ff-display);
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
  line-height: 1.2;
  color: var(--hope-dark);
  margin: 10px 0 14px;
}

.single-post__meta {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.single-post__meta span {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: var(--hope-muted);
}

.single-post__meta svg { stroke: var(--hope-muted); }

.single-post__image {
  border-radius: var(--r-lg);
  overflow: hidden;
  margin-bottom: 32px;
  box-shadow: var(--shadow-sm);
}

.single-post__content {
  font-size: 16px;
  line-height: 1.8;
  color: var(--hope-dark);
}

.single-post__content p { margin-bottom: 20px; }

.single-post__content h2,
.single-post__content h3 {
  font-family: var(--ff-display);
  font-weight: 700;
  color: var(--hope-dark);
  margin: 32px 0 14px;
}

.single-post__content a { color: var(--hope-green); font-weight: 500; }
.single-post__content img { border-radius: var(--r-md); margin: 16px 0; }

.single-post__content ul,
.single-post__content ol {
  margin: 0 0 20px 22px;
}

.single-post__content li { margin-bottom: 8px; }

.single-post__content table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 28px;
  font-size: 13.5px;
  border: 1px solid var(--hope-border);
  border-radius: var(--r-md);
  overflow: hidden;
}

.single-post__content caption {
  text-align: left;
  font-weight: 700;
  color: var(--hope-dark);
  background: var(--hope-green-lt);
  padding: 10px 14px;
  font-size: 14px;
}

.single-post__content th {
  background: var(--hope-green);
  color: #fff;
  text-align: left;
  font-weight: 600;
  padding: 10px 14px;
  font-size: 12.5px;
}

.single-post__content td {
  padding: 9px 14px;
  border-top: 1px solid var(--hope-border);
  color: var(--hope-dark);
  vertical-align: top;
}

.single-post__content tr:nth-child(even) td {
  background: var(--hope-cream);
}

.single-post__content .table-scroll {
  overflow-x: auto;
  margin-bottom: 28px;
  border: 1px solid var(--hope-border);
  border-radius: var(--r-md);
}

.single-post__content .table-scroll table {
  margin-bottom: 0;
  border: none;
  border-radius: 0;
}

.single-post__content blockquote {
  background: var(--hope-dark);
  color: #fff;
  border-radius: var(--r-lg);
  padding: 28px 32px;
  margin: 28px 0;
  font-family: var(--ff-display);
  font-style: italic;
  font-size: 18px;
  line-height: 1.6;
}

.single-post__footer {
  margin-top: 40px;
  padding-top: 28px;
  border-top: 1px solid var(--hope-border);
}

.single-post__comments {
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid var(--hope-border);
}

/* ============================================================
   LOOKING FOR HELP / BLOG — RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .resources-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .process-grid { grid-template-columns: 1fr; }
  .blog-grid { grid-template-columns: 1fr; }
  .needs-strip .container[style] { flex-direction: column; align-items: flex-start; }
}
