/*
Theme Name: FUEL Camp
Theme URI: https://www.fuelcamps.com
Author: FUEL Ministries
Author URI: https://www.fuelcamps.com
Description: Custom theme for FUEL Camp — Surrender 2026. Built for fuelcamps.com.
Version: 2.0
License: GNU General Public License v2 or later
Text Domain: fuelcamp
*/

:root {
  --fire: #E8400A;
  --fire-deep: #B52D05;
  --ember: #F97316;
  --gold: #F5B800;
  --coal: #0F0E0D;
  --ash: #1C1A18;
  --smoke: #2E2B27;
  --fog: #4A4640;
  --bone: #F5F0E8;
  --white: #FFFFFF;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Barlow', sans-serif; background: var(--coal); color: var(--bone); overflow-x: hidden; }

/* NAV */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 2.5rem; height: 70px;
  background: rgba(15,14,13,0.92); backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(232,64,10,0.2); transition: background 0.3s;
}
.nav-logo { display: flex; align-items: center; gap: 0.75rem; text-decoration: none; }
.nav-logo-img { height: 44px; width: auto; object-fit: contain; }
.nav-wordmark { font-family: 'Bebas Neue', sans-serif; font-size: 1.8rem; color: var(--fire); letter-spacing: 0.05em; line-height: 1; }
.nav-links { display: flex; align-items: center; gap: 2rem; list-style: none; }
.nav-links a {
  font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: 0.9rem;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--bone);
  text-decoration: none; opacity: 0.75; transition: opacity 0.2s, color 0.2s;
}
.nav-links a:hover { opacity: 1; color: var(--ember); }
.nav-register {
  background: var(--fire); color: var(--white) !important; opacity: 1 !important;
  padding: 0.5rem 1.25rem; border-radius: 2px; transition: background 0.2s !important;
}
.nav-register:hover { background: var(--ember) !important; }
.nav-hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; }
.nav-hamburger span { display: block; width: 24px; height: 2px; background: var(--bone); }

/* HERO */
#hero {
  min-height: 100vh; display: flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden; background: var(--coal); padding-top: 70px;
}
.hero-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 50% 100%, rgba(232,64,10,0.35) 0%, transparent 70%),
    radial-gradient(ellipse 50% 40% at 20% 80%, rgba(185,45,5,0.2) 0%, transparent 60%),
    radial-gradient(ellipse 40% 30% at 80% 70%, rgba(245,184,0,0.1) 0%, transparent 50%);
}
.hero-grid {
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(232,64,10,0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(232,64,10,0.06) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 30%, transparent 100%);
}
.hero-content { position: relative; z-index: 2; text-align: center; padding: 0 1.5rem; max-width: 900px; animation: fadeUp 0.9s ease both; }
.hero-logo { width: min(240px, 60vw); height: auto; margin-bottom: 1.5rem; filter: drop-shadow(0 0 40px rgba(232,64,10,0.5)); }
.hero-theme-banner {
  display: inline-block; background: rgba(245,184,0,0.12); border: 1px solid rgba(245,184,0,0.4);
  color: var(--gold); font-family: 'Barlow Condensed', sans-serif; font-weight: 700;
  font-size: 0.85rem; letter-spacing: 0.2em; text-transform: uppercase;
  padding: 0.4rem 1.25rem; border-radius: 2px; margin-bottom: 1.5rem;
}
.hero-theme {
  font-family: 'Bebas Neue', sans-serif; font-size: clamp(3.5rem, 10vw, 8rem);
  line-height: 0.9; letter-spacing: 0.02em; color: var(--white);
  text-shadow: 0 0 80px rgba(232,64,10,0.4);
}
.hero-theme span { color: var(--fire); display: block; }
.hero-tagline {
  font-size: clamp(1rem, 2.5vw, 1.25rem); color: rgba(245,240,232,0.85);
  max-width: 640px; margin: 1.25rem auto 0.5rem; line-height: 1.6; font-weight: 500;
}
.hero-verse { font-style: italic; font-size: clamp(0.9rem, 2vw, 1.05rem); color: rgba(245,240,232,0.55); max-width: 560px; margin: 0.75rem auto 2rem; line-height: 1.6; }
.hero-dates { display: flex; align-items: center; justify-content: center; gap: 0.75rem; flex-wrap: wrap; margin-bottom: 2rem; }
.hero-date-pill {
  background: rgba(232,64,10,0.15); border: 1px solid rgba(232,64,10,0.4);
  padding: 0.45rem 1.1rem; border-radius: 2px;
  font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: 0.85rem;
  letter-spacing: 0.08em; text-transform: uppercase; color: var(--ember);
}
.hero-date-pill.gold { background: rgba(245,184,0,0.12); border-color: rgba(245,184,0,0.4); color: var(--gold); }
.hero-cta {
  display: inline-flex; align-items: center; gap: 0.6rem;
  background: var(--fire); color: var(--white); text-decoration: none;
  font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 1.1rem;
  letter-spacing: 0.12em; text-transform: uppercase;
  padding: 0.9rem 2.5rem; border-radius: 2px; transition: background 0.2s, transform 0.2s;
  margin-bottom: 2rem;
}
.hero-cta:hover { background: var(--ember); transform: translateY(-2px); }

/* AUDIENCE BUTTONS */
.audience-buttons {
  display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap;
  padding-top: 1.5rem; margin-top: 0.5rem;
  border-top: 1px solid rgba(232,64,10,0.15);
}
.audience-btn {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: rgba(15,14,13,0.6); border: 1px solid rgba(255,255,255,0.15);
  color: var(--bone); text-decoration: none;
  font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: 0.85rem;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 0.6rem 1.4rem; border-radius: 2px;
  transition: border-color 0.2s, background 0.2s, color 0.2s;
}
.audience-btn:hover { border-color: var(--fire); background: rgba(232,64,10,0.08); color: var(--ember); }
.audience-btn-icon { font-size: 1rem; }

.hero-scroll {
  position: absolute; bottom: 1.5rem; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 0.5rem;
  opacity: 0.4; animation: bounce 2s ease-in-out infinite;
}
.hero-scroll span { font-family: 'Barlow Condensed', sans-serif; font-size: 0.7rem; letter-spacing: 0.15em; text-transform: uppercase; }

/* SECTIONS */
section { padding: 6rem 1.5rem; }
.section-label { font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: 0.75rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--fire); margin-bottom: 0.75rem; }
.section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(2.5rem, 6vw, 4.5rem); line-height: 1; letter-spacing: 0.02em; color: var(--white); margin-bottom: 1.25rem; }
.section-body { font-size: 1.05rem; line-height: 1.75; color: rgba(245,240,232,0.72); max-width: 620px; }
.container { max-width: 1100px; margin: 0 auto; }

/* MISSION */
#mission { background: var(--ash); position: relative; overflow: hidden; }
#mission::before { content: ''; position: absolute; top: -100px; right: -100px; width: 500px; height: 500px; background: radial-gradient(circle, rgba(232,64,10,0.08) 0%, transparent 70%); pointer-events: none; }
.mission-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.mission-goals { display: flex; flex-direction: column; gap: 1.5rem; margin-top: 2rem; }
.goal-item { display: flex; gap: 1.25rem; align-items: flex-start; }
.goal-number { font-family: 'Bebas Neue', sans-serif; font-size: 2.5rem; line-height: 1; color: var(--fire); opacity: 0.5; min-width: 44px; }
.goal-text { padding-top: 0.4rem; }
.goal-text strong { display: block; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 1.1rem; letter-spacing: 0.04em; color: var(--bone); margin-bottom: 0.25rem; }
.goal-text p { font-size: 0.95rem; color: rgba(245,240,232,0.6); line-height: 1.6; }
.verse-block { background: rgba(232,64,10,0.08); border-left: 3px solid var(--fire); padding: 1.6rem 1.85rem; border-radius: 0 4px 4px 0; margin-bottom: 1.1rem; }
.verse-block blockquote { font-style: italic; font-size: 1.1rem; line-height: 1.7; color: var(--bone); margin-bottom: 0.5rem; }
.verse-block cite { font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: 0.85rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--fire); }

/* IMPACT */
#impact {
  background: linear-gradient(180deg, var(--coal) 0%, var(--ash) 100%);
  position: relative; overflow: hidden;
  padding: 5rem 1.5rem;
}
#impact::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 60% 80% at 50% 50%, rgba(232,64,10,0.1) 0%, transparent 70%);
  pointer-events: none;
}
.impact-inner { max-width: 900px; margin: 0 auto; text-align: center; position: relative; z-index: 1; }
.impact-stats { display: flex; gap: 3rem; justify-content: center; flex-wrap: wrap; margin: 2.5rem 0; }
.impact-stat { display: flex; flex-direction: column; align-items: center; }
.impact-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: clamp(4rem, 12vw, 7rem); line-height: 1; color: var(--fire); letter-spacing: 0.02em; text-shadow: 0 0 60px rgba(232,64,10,0.4); }
.impact-stat-label { font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: 1rem; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(245,240,232,0.7); margin-top: 0.5rem; max-width: 200px; }
.impact-divider { width: 1px; background: rgba(232,64,10,0.3); }
.impact-quote { font-style: italic; font-size: 1.1rem; color: rgba(245,240,232,0.65); max-width: 640px; margin: 1.5rem auto 0; line-height: 1.7; }
.impact-credit { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 0.9rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold); margin-top: 1.5rem; }

/* CAMP WEEKS */
#weeks { background: var(--coal); }
.weeks-header { text-align: center; margin-bottom: 3.5rem; }
.weeks-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.week-card { background: var(--ash); border: 1px solid rgba(232,64,10,0.15); border-radius: 4px; overflow: hidden; transition: border-color 0.3s, transform 0.3s; display: flex; flex-direction: column; }
.week-card:hover { border-color: rgba(232,64,10,0.5); transform: translateY(-4px); }
.week-accent { height: 4px; background: linear-gradient(90deg, var(--fire), var(--gold)); }
.week-accent-gold { height: 4px; background: linear-gradient(90deg, var(--gold), var(--fire)); }
.week-accent-yagold { height: 4px; background: linear-gradient(90deg, var(--gold), var(--ember)); }
.week-body { padding: 1.75rem; flex: 1; }
.week-badge { display: inline-block; background: rgba(232,64,10,0.15); border: 1px solid rgba(232,64,10,0.3); color: var(--ember); font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: 0.75rem; letter-spacing: 0.12em; text-transform: uppercase; padding: 0.3rem 0.75rem; border-radius: 2px; margin-bottom: 1rem; }
.week-badge-gold { background: rgba(245,184,0,0.1); border-color: rgba(245,184,0,0.3); color: var(--gold); }
.week-title { font-family: 'Bebas Neue', sans-serif; font-size: 1.9rem; letter-spacing: 0.03em; color: var(--white); margin-bottom: 0.25rem; }
.week-dates { font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: 1rem; color: var(--gold); letter-spacing: 0.05em; margin-bottom: 1.25rem; }
.week-desc { font-size: 0.9rem; color: rgba(245,240,232,0.55); line-height: 1.6; margin-bottom: 1rem; }
.week-speakers { display: flex; flex-direction: column; gap: 0.5rem; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,0.07); }
.speaker-row { display: flex; justify-content: space-between; align-items: center; font-size: 0.9rem; }
.speaker-label { font-family: 'Barlow Condensed', sans-serif; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: rgba(245,240,232,0.4); font-size: 0.75rem; }
.speaker-name { color: var(--bone); font-weight: 500; }
.week-btn { display: block; text-align: center; background: var(--fire); color: var(--white); text-decoration: none; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 0.9rem; letter-spacing: 0.12em; text-transform: uppercase; padding: 0.85rem; margin: 1.5rem 1.75rem 1.75rem; border-radius: 2px; transition: background 0.2s; }
.week-btn:hover { background: var(--ember); }
.week-btn-gold { background: var(--gold); color: var(--coal); }
.week-btn-gold:hover { background: var(--ember); color: var(--white); }

/* FACILITY CARD */
.facility-card { margin-top: 1.5rem; background: var(--ash); border: 1px solid rgba(245,184,0,0.2); border-radius: 4px; overflow: hidden; }
.facility-accent { height: 4px; background: linear-gradient(90deg, rgba(245,184,0,0.5), rgba(232,64,10,0.5)); }
.facility-body { padding: 1.5rem 1.75rem; display: flex; gap: 2rem; align-items: center; flex-wrap: wrap; }
.facility-text { flex: 1; min-width: 220px; }
.facility-text h3 { font-family: 'Bebas Neue', sans-serif; font-size: 1.7rem; color: var(--white); margin-bottom: 0.4rem; }
.facility-text p { font-size: 0.9rem; color: rgba(245,240,232,0.6); line-height: 1.6; }
.facility-link { display: inline-flex; align-items: center; gap: 0.5rem; background: rgba(245,184,0,0.12); border: 1px solid rgba(245,184,0,0.3); color: var(--gold); text-decoration: none; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 0.85rem; letter-spacing: 0.1em; text-transform: uppercase; padding: 0.65rem 1.4rem; border-radius: 2px; transition: background 0.2s; white-space: nowrap; }
.facility-link:hover { background: rgba(245,184,0,0.2); }

/* AUDIENCE CALLOUTS */
#audiences { background: var(--ash); padding: 5rem 1.5rem; }
.audiences-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; max-width: 1100px; margin: 0 auto; }
.audience-card {
  background: linear-gradient(135deg, rgba(15,14,13,0.7), rgba(46,43,39,0.5));
  border: 1px solid rgba(232,64,10,0.2); border-radius: 4px;
  padding: 2rem 2rem; transition: border-color 0.3s, transform 0.3s;
  position: relative; overflow: hidden;
}
.audience-card.gold { border-color: rgba(245,184,0,0.25); }
.audience-card:hover { transform: translateY(-3px); }
.audience-card.fire:hover { border-color: var(--fire); }
.audience-card.gold:hover { border-color: var(--gold); }
.audience-card-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 56px; height: 56px; border-radius: 50%;
  background: rgba(232,64,10,0.12); margin-bottom: 1.25rem; font-size: 1.6rem;
}
.audience-card.gold .audience-card-icon { background: rgba(245,184,0,0.12); }
.audience-card-label { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 0.8rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--ember); margin-bottom: 0.5rem; }
.audience-card.gold .audience-card-label { color: var(--gold); }
.audience-card h3 { font-family: 'Bebas Neue', sans-serif; font-size: 1.9rem; color: var(--white); letter-spacing: 0.02em; margin-bottom: 1rem; line-height: 1.05; }
.audience-card p { font-size: 0.95rem; line-height: 1.65; color: rgba(245,240,232,0.7); margin-bottom: 1.5rem; }
.audience-card-link { display: inline-flex; align-items: center; gap: 0.4rem; color: var(--ember); text-decoration: none; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 0.85rem; letter-spacing: 0.1em; text-transform: uppercase; transition: gap 0.2s; }
.audience-card.gold .audience-card-link { color: var(--gold); }
.audience-card-link:hover { gap: 0.7rem; }

/* ACTIVITIES */
#activities { background: var(--coal); }
.activities-header { text-align: center; margin-bottom: 3.5rem; }
.activities-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.activity-card { background: var(--ash); border: 1px solid rgba(255,255,255,0.06); border-radius: 4px; padding: 1.5rem 1.25rem; text-align: center; transition: border-color 0.3s, transform 0.3s; display: flex; flex-direction: column; align-items: center; gap: 0.75rem; }
.activity-card:hover { border-color: rgba(232,64,10,0.4); transform: translateY(-3px); }
.activity-icon { font-size: 2rem; line-height: 1; }
.activity-card strong { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 1rem; letter-spacing: 0.05em; color: var(--bone); text-transform: uppercase; }
.activity-card span { font-size: 0.8rem; color: rgba(245,240,232,0.45); line-height: 1.4; }

/* GALLERY */
#gallery { background: var(--ash); }
.gallery-header { text-align: center; margin-bottom: 3rem; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.75rem; }
.gallery-item { border-radius: 4px; overflow: hidden; position: relative; background: var(--smoke); border: 1px solid rgba(255,255,255,0.06); aspect-ratio: 4/3; }
.gallery-item.tall { grid-row: span 2; aspect-ratio: unset; min-height: 400px; }
.gallery-item.wide { grid-column: span 2; aspect-ratio: 16/9; }
.gallery-img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s ease; filter: brightness(0.85); }
.gallery-item:hover .gallery-img { transform: scale(1.04); filter: brightness(1); }
.gallery-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(15,14,13,0.7) 0%, transparent 50%); display: flex; align-items: flex-end; padding: 1rem; opacity: 0; transition: opacity 0.3s; }
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-caption { font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: 0.85rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--bone); }
.gallery-empty { width: 100%; height: 100%; min-height: 200px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0.5rem; }
.gallery-empty span { font-family: 'Barlow Condensed', sans-serif; font-size: 0.75rem; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(245,240,232,0.2); }

/* ABOUT */
#about { background: var(--smoke); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; }
.pillars { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 2rem; }
.pillar { background: rgba(15,14,13,0.5); border: 1px solid rgba(255,255,255,0.06); border-radius: 4px; padding: 1.25rem; transition: border-color 0.3s; }
.pillar:hover { border-color: rgba(232,64,10,0.3); }
.pillar-icon { font-size: 1.4rem; margin-bottom: 0.6rem; }
.pillar strong { display: block; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 1rem; letter-spacing: 0.04em; color: var(--bone); margin-bottom: 0.3rem; }
.pillar p { font-size: 0.85rem; color: rgba(245,240,232,0.5); line-height: 1.5; }
.goal-card { display: flex; gap: 1.25rem; align-items: flex-start; padding: 1.25rem; background: rgba(15,14,13,0.4); border-radius: 4px; border: 1px solid rgba(232,64,10,0.15); margin-bottom: 1rem; }
.goal-card-num { font-family: 'Bebas Neue', sans-serif; font-size: 2.2rem; line-height: 1; color: var(--fire); opacity: 0.5; min-width: 36px; }
.goal-card strong { display: block; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 1.05rem; letter-spacing: 0.04em; color: var(--bone); margin-bottom: 0.3rem; }
.goal-card p { font-size: 0.9rem; color: rgba(245,240,232,0.6); line-height: 1.6; }

/* CHURCHES */
#churches { background: var(--ash); }
.churches-header { text-align: center; margin-bottom: 3rem; }
.state-pills { display: flex; gap: 0.6rem; justify-content: center; flex-wrap: wrap; margin-top: 1.5rem; }
.state-pill { background: rgba(232,64,10,0.12); border: 1px solid rgba(232,64,10,0.25); color: var(--ember); font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 0.8rem; letter-spacing: 0.1em; text-transform: uppercase; padding: 0.35rem 0.85rem; border-radius: 2px; }

/* FAQ */
#faq { background: var(--coal); }
.faq-layout { display: grid; grid-template-columns: 1fr 2fr; gap: 5rem; align-items: start; }
.faq-list { display: flex; flex-direction: column; gap: 0.75rem; }
.faq-item { background: var(--ash); border: 1px solid rgba(255,255,255,0.06); border-radius: 4px; overflow: hidden; transition: border-color 0.3s; }
.faq-item.open { border-color: rgba(232,64,10,0.35); }
.faq-q { width: 100%; background: none; border: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1.25rem 1.5rem; text-align: left; color: var(--bone); font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: 1.05rem; letter-spacing: 0.03em; transition: color 0.2s; }
.faq-item.open .faq-q { color: var(--ember); }
.faq-arrow { width: 18px; height: 18px; border: 1.5px solid currentColor; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: transform 0.3s; }
.faq-item.open .faq-arrow { transform: rotate(180deg); }
.faq-ans { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.faq-ans-inner { padding: 0 1.5rem 1.25rem; font-size: 0.95rem; color: rgba(245,240,232,0.65); line-height: 1.7; }
.faq-ans-inner a { color: var(--ember); }

/* INTEREST FORM */
#interest { background: var(--smoke); }
.form-wrap { max-width: 780px; margin: 0 auto; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-group { display: flex; flex-direction: column; gap: 0.4rem; }
.form-group.full { grid-column: 1 / -1; }
.form-group label { font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: 0.8rem; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(245,240,232,0.5); }
.form-group input, .form-group select, .form-group textarea { background: rgba(15,14,13,0.6); border: 1px solid rgba(255,255,255,0.1); border-radius: 2px; padding: 0.7rem 0.9rem; color: var(--bone); font-family: 'Barlow', sans-serif; font-size: 0.95rem; transition: border-color 0.2s; outline: none; width: 100%; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: rgba(232,64,10,0.5); }
.form-group select { appearance: none; cursor: pointer; }
.form-group select option { background: var(--ash); }
.form-group textarea { resize: vertical; min-height: 100px; }
.form-submit { display: inline-flex; align-items: center; gap: 0.6rem; background: var(--fire); color: var(--white); border: none; cursor: pointer; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 1.05rem; letter-spacing: 0.12em; text-transform: uppercase; padding: 0.9rem 2.5rem; border-radius: 2px; transition: background 0.2s; margin-top: 0.5rem; }
.form-submit:hover { background: var(--ember); }
.form-note { font-size: 0.8rem; color: rgba(245,240,232,0.25); margin-top: 1.25rem; text-align: center; }
.form-note a { color: var(--fire); text-decoration: none; }

/* FOOTER */
footer { background: var(--coal); border-top: 1px solid rgba(255,255,255,0.06); padding: 2.5rem 1.5rem; text-align: center; }
.footer-inner { max-width: 1100px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; gap: 1rem; }
.footer-wordmark { font-family: 'Bebas Neue', sans-serif; font-size: 2rem; color: rgba(232,64,10,0.4); letter-spacing: 0.08em; }
.footer-links { display: flex; gap: 1.5rem; list-style: none; flex-wrap: wrap; justify-content: center; }
.footer-links a { font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: 0.8rem; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(245,240,232,0.35); text-decoration: none; transition: color 0.2s; }
.footer-links a:hover { color: var(--ember); }
.footer-sub { font-size: 0.85rem; color: rgba(245,240,232,0.3); }
.footer-sub a { color: var(--fire); text-decoration: none; }
.footer-copy { font-size: 0.78rem; color: rgba(245,240,232,0.2); }

/* ANIMATIONS */
@keyframes fadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@keyframes bounce { 0%, 100% { transform: translateX(-50%) translateY(0); } 50% { transform: translateX(-50%) translateY(8px); } }
.reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* RESPONSIVE */
@media (max-width: 900px) {
  .weeks-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .nav-links { display: none; }
  .nav-links.open { display: flex; flex-direction: column; position: fixed; top: 70px; left: 0; right: 0; background: var(--coal); padding: 2rem; gap: 1.5rem; border-bottom: 1px solid rgba(232,64,10,0.2); z-index: 99; }
  .nav-hamburger { display: flex; }
  .mission-grid, .about-grid, .faq-layout, .audiences-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .pillars, .form-grid { grid-template-columns: 1fr; }
  .form-group.full { grid-column: 1; }
  .activities-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-item.tall { grid-row: span 1; aspect-ratio: 4/3; min-height: unset; }
  .gallery-item.wide { grid-column: span 2; }
  .impact-stats { gap: 2rem; }
  .impact-divider { display: none; }
  nav { padding: 0 1.25rem; }
  section { padding: 4rem 1rem; }
}
