/* ═══════════════════════════════════════════════════════════
   TLOLCC — donate.css
═══════════════════════════════════════════════════════════ */

/* ─── HERO ───────────────────────────────────────────────── */
.donate-hero {
  position: relative;
  min-height: 62vh;
  display: flex;
  align-items: center;
  background-color: var(--brown);
  background-image: url('../Images/web_images/64f7be56c37d6742af92a656_IMG-2856.jpg');
  background-size: cover;
  background-position: center 40%;
  overflow: hidden;
  padding-top: var(--nav-h);
}
.donate-hero-cross {
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80'%3E%3Cline x1='40' y1='10' x2='40' y2='70' stroke='%23C9A84C' stroke-width='0.7'/%3E%3Cline x1='22' y1='28' x2='58' y2='28' stroke='%23C9A84C' stroke-width='0.7'/%3E%3C/svg%3E");
  background-size: 80px 80px; opacity: 0.04; pointer-events: none;
}
.donate-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(105deg, rgba(26,15,6,0.94) 0%, rgba(44,26,14,0.82) 55%, rgba(44,26,14,0.55) 100%);
  pointer-events: none;
}
.donate-hero-content {
  position: relative; z-index: 1;
  padding: 80px 48px 80px max(48px, 10vw);
  max-width: 660px;
}
.donate-hero-title {
  font-family: var(--ff-display);
  font-size: clamp(52px, 8vw, 96px);
  font-weight: 600; line-height: 1.0;
  color: var(--cream); margin-bottom: 24px;
  display: flex; flex-direction: column;
}
.donate-hero-title span { font-weight: 300; }
.donate-hero-title em   { font-style: italic; color: var(--gold); font-weight: 400; }
.donate-hero-sub {
  font-family: var(--ff-display); font-style: italic;
  font-size: 16px; line-height: 1.8;
  color: rgba(250,247,242,0.65);
  max-width: 480px; padding-left: 18px;
  border-left: 2px solid var(--gold);
}

/* ─── SCRIPTURE BANNER ───────────────────────────────────── */
.scripture-banner {
  background: var(--brown); padding: 36px 0;
  border-top: 1px solid rgba(250,247,242,0.07);
}
.scripture-text {
  font-family: var(--ff-display); font-style: italic;
  font-size: clamp(14px, 1.8vw, 18px);
  color: rgba(250,247,242,0.5);
  text-align: center; max-width: 760px;
  margin: 0 auto; letter-spacing: 0.02em; line-height: 1.8;
}
.scripture-cite {
  display: block; text-align: center;
  font-family: var(--ff-display); font-style: normal;
  font-size: 13px; font-weight: 500;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--gold);
  margin-top: 12px;
}

/* ─── WHY WE GIVE ────────────────────────────────────────── */
.why-give {
  background: var(--cream); padding: var(--sec-pad) 0;
}
.why-give-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.why-give-text .eyebrow { margin-bottom: 14px; }
.why-give-text h2 {
  font-family: var(--ff-display);
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 600; color: var(--brown);
  line-height: 1.15; margin-bottom: 24px;
}
.why-give-text p {
  font-size: 15px; line-height: 1.85;
  color: var(--text-mid); margin-bottom: 16px;
}
.why-give-text p:last-child {
  font-size: 13px; color: var(--text-light);
  font-style: italic; margin-bottom: 0;
}

.why-give-stats {
  display: flex; flex-direction: column; gap: 32px;
}
.give-stat {
  display: flex; align-items: baseline; gap: 20px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--cream-dark);
}
.give-stat:last-child { border-bottom: none; padding-bottom: 0; }
.give-stat-num {
  font-family: var(--ff-display);
  font-size: clamp(48px, 6vw, 72px);
  font-weight: 700; line-height: 1;
  color: var(--brown); flex-shrink: 0;
  min-width: 80px;
}
.give-stat-label {
  font-size: 13px; font-weight: 500;
  letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--text-light); line-height: 1.4;
}

/* ─── HOW TO GIVE ────────────────────────────────────────── */
.how-give {
  background: var(--cream-mid); padding: var(--sec-pad) 0;
}
.how-give-header {
  text-align: center; margin-bottom: 56px;
}
/* ─── PRIMARY CARD ───────────────────────────────────────── */
.give-card--primary {
  display: flex;
  align-items: center;
  gap: 36px;
  background: var(--brown);
  border: none;
  border-left: 4px solid var(--red);
  border-radius: 4px;
  padding: 36px 40px;
  margin-bottom: 32px;
  transition: border-color var(--t);
}
.give-card--primary:hover { border-left-color: var(--gold); }

.give-card-icon {
  width: 48px; height: 48px; flex-shrink: 0;
  color: var(--gold);
}
.give-card-icon svg { width: 100%; height: 100%; }

.give-card-text { flex: 1; }
.give-card-text h3 {
  font-family: var(--ff-display);
  font-size: 22px; font-weight: 600;
  color: var(--cream); margin-bottom: 8px;
}
.give-card-text p {
  font-size: 14px; line-height: 1.75;
  color: rgba(250,247,242,0.58); margin: 0;
}
.give-btn { white-space: nowrap; flex-shrink: 0; }

/* ─── ACCORDION ──────────────────────────────────────────── */
.give-accordion {
  background: var(--cream);
  border: 1px solid var(--cream-dark);
  border-radius: 4px;
  overflow: hidden;
}
.give-accordion-label {
  padding: 18px 28px;
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--text-light);
  background: var(--cream-mid);
  border-bottom: 1px solid var(--cream-dark);
  margin: 0;
}

.give-detail {
  border-bottom: 1px solid var(--cream-dark);
}
.give-detail:last-child { border-bottom: none; }

.give-detail-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 28px;
  cursor: pointer;
  list-style: none;
  font-family: var(--ff-display);
  font-size: 18px; font-weight: 600;
  color: var(--brown);
  transition: background var(--t), color var(--t);
  user-select: none;
}
.give-detail-title::-webkit-details-marker { display: none; }
.give-detail-title:hover {
  background: rgba(44,26,14,0.04);
  color: var(--red);
}
.give-detail[open] > .give-detail-title { color: var(--red); }

.give-chevron {
  width: 18px; height: 18px; flex-shrink: 0;
  color: var(--gold);
  transition: transform 0.3s var(--ease);
}
.give-detail[open] .give-chevron { transform: rotate(180deg); }

.give-detail-body {
  padding: 4px 28px 28px 28px;
  animation: accordionOpen 0.25s ease forwards;
}
@keyframes accordionOpen {
  from { opacity: 0; transform: translateY(-6px); }
  to   { opacity: 1; transform: translateY(0); }
}

.give-steps {
  margin: 0; padding: 0;
  list-style: none;
}
.give-steps > li {
  position: relative;
  padding: 7px 0 7px 18px;
  font-size: 14px; line-height: 1.75;
  color: var(--text-mid);
  border-bottom: 1px solid var(--cream-dark);
}
.give-steps > li:last-child { border-bottom: none; }
.give-steps > li::before {
  content: '·';
  position: absolute; left: 4px;
  color: var(--red); font-weight: 700;
}
.give-steps strong { color: var(--brown); font-weight: 600; }

.give-substeps {
  margin: 10px 0 4px 0;
  padding-left: 20px;
}
.give-substeps li {
  font-size: 13.5px; line-height: 1.7;
  color: var(--text-mid); margin-bottom: 4px;
}
.give-substeps li strong { color: var(--brown); }

.give-address-block {
  display: block;
  font-style: normal;
  font-size: 13.5px; font-weight: 500;
  color: var(--brown);
  background: var(--cream-mid);
  border-left: 3px solid var(--gold);
  padding: 8px 14px;
  margin: 10px 0 4px;
  line-height: 1.6;
}

/* ─── REASSURANCE STRIP ──────────────────────────────────── */
.reassurance-strip {
  background: var(--brown);
  padding: 36px 0;
  border-top: 1px solid rgba(250,247,242,0.07);
}
.reassurance-items {
  display: flex; justify-content: center;
  gap: 56px; flex-wrap: wrap;
}
.reassurance-item {
  display: flex; align-items: center; gap: 10px;
  font-size: 13px; font-weight: 500;
  letter-spacing: 0.06em; text-transform: uppercase;
  color: rgba(250,247,242,0.55);
}
.reassurance-item svg {
  width: 20px; height: 20px; color: var(--gold);
  flex-shrink: 0;
}

/* ─── JOIN CTA buttons (reuse global + local tweak) ─────── */
.join-cta-btns {
  display: flex; gap: 14px;
  justify-content: center; flex-wrap: wrap;
  margin-top: 36px;
}

/* ─── RESPONSIVE ─────────────────────────────────────────── */
@media (max-width: 768px) {
  .donate-hero-content { padding: 60px 24px; }
  .why-give-inner { grid-template-columns: 1fr; gap: 48px; }
  .give-card--primary { flex-direction: column; align-items: flex-start; gap: 20px; }
  .give-btn { width: 100%; justify-content: center; }
  .give-detail-title { padding: 18px 20px; font-size: 16px; }
  .give-detail-body  { padding: 4px 20px 24px; }
  .give-accordion-label { padding: 14px 20px; }
  .reassurance-items { gap: 28px; flex-direction: column; align-items: center; }
}

@media (max-width: 480px) {
  .join-cta-btns .btn { width: 100%; justify-content: center; }
}
