/* ══════════════════════════════════════════
   GIVING / SPONSORSHIP PAGE
══════════════════════════════════════════ */

:root {
  --gold:       #c8a84b;
  --gold-light: #f0c96e;
  --gold-dark:  #a07830;
  --gold-bg:    rgba(200,168,75,0.06);
}

/* ── BACK BUTTON (identical to other pages) ── */
.hl-back-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--light-mid);
  border: 1px solid var(--dark-3);
  padding: 0.4em 1em;
  margin-bottom: 2rem;
  transition: color var(--transition), border-color var(--transition);
}
.hl-back-btn:hover { color: var(--white); border-color: var(--gold); }

/* ── GOLD BUTTONS ── */
.btn-gold {
  background: var(--gold);
  color: var(--black);
  border: 2px solid var(--gold);
  font-weight: 700;
}
.btn-gold:hover { background: var(--gold-light); border-color: var(--gold-light); }
.btn-outline-gold {
  background: transparent;
  color: var(--gold);
  border: 2px solid var(--gold);
}
.btn-outline-gold:hover { background: var(--gold); color: var(--black); }

/* ── HERO ── */
.giving-hero {
  background: var(--dark);
  padding: calc(var(--nav-h) + 3rem) 0 3rem;
  border-bottom: 1px solid var(--dark-3);
  position: relative;
  overflow: hidden;
}
.giving-hero::before {
  content: 'SPONSOR';
  position: absolute;
  right: -0.05em; top: 50%;
  transform: translateY(-50%);
  font-family: 'Anton', sans-serif;
  font-size: clamp(80px, 16vw, 200px);
  font-style: italic;
  color: rgba(200,168,75,0.035);
  pointer-events: none; user-select: none; white-space: nowrap;
  z-index: 0;
}
.giving-hero-meta { position: relative; z-index: 2; }
.giving-hero-title {
  font-family: 'Anton', sans-serif;
  font-size: clamp(36px, 7vw, 72px);
  line-height: 0.95;
  color: var(--white);
  margin-bottom: 0.8rem;
}
.giving-hero-sub {
  font-size: clamp(14px, 2vw, 18px);
  color: var(--light-mid);
  line-height: 1.7;
  max-width: 50ch;
  margin-bottom: 2rem;
}
.giving-hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }

/* ── PHOTO CAROUSEL ── */
.giving-carousel-section { line-height: 0; }
.giving-carousel {
  position: relative;
  width: 100%;
  height: clamp(260px, 45vw, 560px);
  overflow: hidden;
  background: var(--dark-2);
}
.giving-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.2s ease;
  background-size: cover;
  background-position: center;
}
.giving-slide.active { opacity: 1; z-index: 1; }

/* placeholder art — remove once real photos added */
.giving-slide-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Anton', sans-serif;
  font-size: clamp(80px, 20vw, 220px);
  font-style: italic;
  color: rgba(200,168,75,0.06);
  user-select: none;
}

/* dark gradient overlays */
.giving-carousel-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(10,10,10,0.7) 0%,
    rgba(10,10,10,0.1) 60%,
    transparent 100%
  );
  z-index: 2;
  pointer-events: none;
}

/* caption */
.giving-carousel-caption {
  position: absolute;
  bottom: 3rem; left: clamp(1rem, 4vw, 2.5rem);
  z-index: 3;
}
.giving-caption-text {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
}

/* dots */
.giving-carousel-dots {
  position: absolute;
  bottom: 1.2rem; left: 50%;
  transform: translateX(-50%);
  display: flex; gap: 6px;
  z-index: 4;
}
.giving-dot {
  width: 24px; height: 3px;
  background: rgba(255,255,255,0.2);
  border: none; padding: 0; cursor: pointer;
  transition: background var(--transition), width var(--transition);
}
.giving-dot.active { background: var(--gold); width: 38px; }

/* ── FORCE REVEAL on giving page ── */
.giving-page .reveal {
  opacity: 1 !important;
  transform: none !important;
}

/* ── ANCHOR OFFSET (fixed navbar compensation) ── */
#why {
  scroll-margin-top: calc(var(--nav-h) + 1rem);
}

/* ── MAIN SECTION ── */
.giving-section {
  padding: clamp(3rem, 6vw, 5rem) 0 5rem;
  background: var(--black);
}
.giving-block { margin-bottom: clamp(3rem, 6vw, 5rem); }
.giving-gold-rule {
  width: 40px; height: 2px;
  background: var(--gold);
  margin-bottom: 1rem;
}
.giving-desc {
  font-size: clamp(14px, 2vw, 16px);
  color: var(--light-mid);
  line-height: 1.8;
  max-width: 60ch;
  margin-top: 0.8rem;
  margin-bottom: 0;
}

/* ── TWO-COL INTRO ── */
.giving-intro-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  margin-top: 2rem;
  align-items: start;
}
.giving-intro-col p {
  font-size: clamp(14px, 1.8vw, 16px);
  color: var(--light-mid);
  line-height: 1.85;
  margin-bottom: 1rem;
}
.giving-intro-col p:last-child { margin-bottom: 0; }

/* impact numbers */
.giving-impact-numbers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5px;
  background: var(--dark-3);
}
.giving-num-item {
  background: var(--dark);
  padding: 1.5rem 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.giving-big-num {
  font-family: 'Anton', sans-serif;
  font-size: clamp(28px, 4vw, 42px);
  color: var(--gold);
  line-height: 1;
}
.giving-num-lbl {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--light-mid);
}

/* ── BENEFITS GRID ── */
.giving-benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5px;
  background: var(--dark-3);
  margin-top: 2rem;
}
.giving-benefit-card {
  background: var(--dark);
  padding: 2rem 1.8rem;
  transition: background var(--transition);
}
.giving-benefit-card:hover { background: var(--dark-2); }
.giving-benefit-icon {
  color: var(--gold);
  margin-bottom: 1rem;
}
.giving-benefit-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--white);
  margin-bottom: 0.6rem;
}
.giving-benefit-desc {
  font-size: 13px;
  color: var(--light-mid);
  line-height: 1.75;
}
.giving-benefit-cta-card {
  border-top: 2px solid var(--gold);
  background: var(--gold-bg);
}
.giving-benefit-cta-card:hover { background: rgba(200,168,75,0.1); }

/* ── SPONSORSHIP TIERS ── */
.giving-tiers {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5px;
  background: var(--dark-3);
  margin-top: 2rem;
}
.giving-tier {
  background: var(--dark);
  padding: 2.2rem 2rem;
  display: flex;
  flex-direction: column;
  transition: background var(--transition);
  position: relative;
}
.giving-tier:hover { background: var(--dark-2); }
.giving-tier-featured {
  background: var(--dark-2);
  border-top: 3px solid var(--gold);
}
.giving-tier-gold {
  background: var(--dark-2);
  border-top: 3px solid var(--gold-light);
}
.giving-tier-popular {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 9px; font-weight: 700;
  letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.6rem;
}
.giving-tier-level {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px; font-weight: 700;
  letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--light-mid);
  margin-bottom: 0.4rem;
}
.giving-tier-amount {
  font-family: 'Anton', sans-serif;
  font-size: clamp(32px, 5vw, 48px);
  color: var(--gold);
  line-height: 1;
  margin-bottom: 1.5rem;
}
.giving-tier-perks {
  list-style: none;
  flex: 1;
  margin-bottom: 2rem;
}
.giving-tier-perks li {
  font-size: 13px;
  color: var(--light-mid);
  padding: 0.5rem 0 0.5rem 1.4em;
  border-bottom: 1px solid var(--dark-3);
  position: relative;
}
.giving-tier-perks li::before {
  content: '✓';
  position: absolute; left: 0;
  color: var(--gold); font-size: 11px;
}
.giving-tier-btn { text-align: center; margin-top: auto; }

/* ── CLOSING CTA ── */
.giving-closing {
  background: var(--dark);
  border: 1px solid var(--dark-3);
  border-left: 3px solid var(--gold);
  margin-top: 1rem;
}
.giving-closing-inner {
  padding: clamp(2.5rem, 5vw, 4rem) clamp(1.5rem, 5vw, 3.5rem);
}
.giving-closing-title {
  font-family: 'Anton', sans-serif;
  font-size: clamp(24px, 4vw, 40px);
  line-height: 1;
  margin-bottom: 1rem;
}
.giving-closing-sub {
  font-size: clamp(14px, 1.8vw, 16px);
  color: var(--light-mid);
  line-height: 1.8;
  max-width: 56ch;
  margin-bottom: 2rem;
}
.giving-closing-actions { display: flex; gap: 1rem; flex-wrap: wrap; }

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .giving-intro-cols { grid-template-columns: 1fr; }
  .giving-tiers { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .giving-hero-actions { flex-direction: column; align-items: flex-start; }
  .giving-closing-actions { flex-direction: column; }
  .giving-impact-numbers { grid-template-columns: 1fr 1fr; }
}