/* ===== GLOBAL STYLES ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
    --primary: #8b1a1a;
    --primary-dark: #5c0f0f;
    --accent: #e8a020;
    --accent-light: #f5c050;
    --text: #2d2d2d;
    --text-light: #666;
    --bg-light: #fdf8f0;
    --white: #ffffff;
    --shadow: 0 4px 24px rgba(139,26,26,0.15);
    --radius: 12px;
}

html { scroll-behavior: smooth; }
body { font-family: 'Source Sans 3', sans-serif; color: var(--text); background: var(--white); overflow-x: hidden; }
h1, h2, h3, h4 { font-family: 'Merriweather', serif; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* ===== HEADER ===== */
.header {
    position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
    background: rgba(92, 15, 15, 0.97);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px rgba(0,0,0,0.4);
    transition: all 0.3s ease;
}
.header-container { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; height: 72px; }
.logo { display: flex; align-items: center; gap: 12px; }
.logo-flame { font-size: 30px; }
.logo-text { display: flex; flex-direction: column; }
.logo-main { font-family: 'Merriweather', serif; font-size: 16px; font-weight: 700; color: var(--white); line-height: 1.2; }
.logo-sub { font-size: 10px; color: var(--accent-light); letter-spacing: 0.5px; }
.nav { display: flex; gap: 32px; }
.nav a { color: rgba(255,255,255,0.85); font-size: 14px; font-weight: 600; letter-spacing: 0.5px; transition: color 0.2s; text-transform: uppercase; font-family: 'Source Sans 3', sans-serif; }
.nav a:hover { color: var(--accent-light); }
.header-actions { display: flex; gap: 10px; align-items: center; }
.btn-donate { background: var(--accent); color: var(--primary-dark); border: none; padding: 10px 22px; border-radius: 6px; font-weight: 700; font-size: 13px; cursor: pointer; transition: all 0.2s; text-transform: uppercase; letter-spacing: 0.5px; font-family: 'Source Sans 3', sans-serif; }
.btn-donate:hover { background: var(--accent-light); transform: translateY(-1px); }
.btn-join { background: transparent; color: var(--white); border: 2px solid rgba(255,255,255,0.4); padding: 9px 18px; border-radius: 6px; font-weight: 600; font-size: 13px; cursor: pointer; transition: all 0.2s; text-transform: uppercase; font-family: 'Source Sans 3', sans-serif; }
.btn-join:hover { border-color: var(--accent-light); color: var(--accent-light); }
.hamburger { display: none; background: none; border: none; color: var(--white); font-size: 24px; cursor: pointer; }

/* ===== MOBILE MENU ===== */
.mobile-menu-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.7); z-index: 1100; }
.mobile-menu { position: fixed; top: 0; right: -300px; width: 280px; height: 100vh; background: var(--primary-dark); z-index: 1200; display: flex; flex-direction: column; padding: 80px 32px 32px; gap: 8px; transition: right 0.3s ease; box-shadow: -4px 0 20px rgba(0,0,0,0.5); }
.mobile-menu.open { right: 0; }
.mobile-menu-overlay.open { display: block; }
.mobile-menu-close { position: absolute; top: 20px; right: 20px; background: none; border: none; color: var(--white); font-size: 22px; cursor: pointer; }
.mobile-menu a { color: rgba(255,255,255,0.85); font-size: 16px; font-weight: 600; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,0.1); font-family: 'Source Sans 3', sans-serif; }
.btn-donate-mobile { margin-top: 16px; background: var(--accent); color: var(--primary-dark); border: none; padding: 14px; border-radius: 8px; font-weight: 700; font-size: 15px; cursor: pointer; font-family: 'Source Sans 3', sans-serif; }

/* ===== HERO ===== */
.hero { position: relative; min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(92,15,15,0.88) 0%, rgba(139,26,26,0.75) 60%, rgba(232,160,32,0.2) 100%); z-index: 1; }
.hero-content { position: relative; z-index: 2; text-align: center; color: var(--white); max-width: 820px; padding: 0 24px; }
.hero-verse { display: inline-block; font-style: italic; font-size: 14px; color: var(--accent-light); margin-bottom: 24px; opacity: 0.9; letter-spacing: 0.5px; }
.hero-content h1 { font-size: clamp(32px, 5.5vw, 64px); font-weight: 700; line-height: 1.15; margin-bottom: 24px; text-shadow: 0 2px 20px rgba(0,0,0,0.5); }
.hero-content h1 span { color: var(--accent-light); }
.hero-content p { font-size: clamp(15px, 2vw, 19px); opacity: 0.9; margin-bottom: 40px; line-height: 1.7; font-weight: 300; }
.hero-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.btn-primary { background: var(--accent); color: var(--primary-dark); border: none; padding: 16px 36px; border-radius: 8px; font-weight: 700; font-size: 14px; cursor: pointer; transition: all 0.3s; text-transform: uppercase; letter-spacing: 1px; box-shadow: 0 4px 15px rgba(232,160,32,0.4); font-family: 'Source Sans 3', sans-serif; }
.btn-primary:hover { background: var(--accent-light); transform: translateY(-2px); }
.btn-secondary { background: transparent; color: var(--white); border: 2px solid rgba(255,255,255,0.6); padding: 14px 34px; border-radius: 8px; font-weight: 600; font-size: 14px; cursor: pointer; transition: all 0.3s; text-transform: uppercase; letter-spacing: 1px; font-family: 'Source Sans 3', sans-serif; }
.btn-secondary:hover { background: rgba(255,255,255,0.1); border-color: var(--white); }
.hero-stats { position: relative; z-index: 2; display: flex; align-items: center; gap: 32px; margin-top: 60px; background: rgba(0,0,0,0.4); backdrop-filter: blur(10px); padding: 20px 40px; border-radius: 50px; border: 1px solid rgba(255,255,255,0.15); }
.stat-item { text-align: center; }
.stat-number { display: block; font-family: 'Merriweather', serif; font-size: 18px; font-weight: 700; color: var(--accent-light); }
.stat-label { display: block; font-size: 11px; color: rgba(255,255,255,0.7); text-transform: uppercase; letter-spacing: 1px; margin-top: 2px; }
.stat-divider { width: 1px; height: 40px; background: rgba(255,255,255,0.2); }

/* ===== SECTION LABEL ===== */
.section-label { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--accent); margin-bottom: 12px; font-family: 'Source Sans 3', sans-serif; }
.section-label.light { color: var(--accent-light); }

/* ===== ABOUT ===== */
.about { padding: 100px 0; background: var(--bg-light); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.about-content h2 { font-size: clamp(28px, 4vw, 44px); color: var(--primary); margin-bottom: 20px; line-height: 1.3; }
.lead { font-size: 17px; line-height: 1.8; color: var(--text); margin-bottom: 32px; }
.mission-cards { display: flex; flex-direction: column; gap: 16px; }
.mission-card { display: flex; gap: 16px; background: var(--white); padding: 24px; border-radius: var(--radius); box-shadow: var(--shadow); border-left: 4px solid var(--accent); }
.mission-card.highlight { background: var(--primary); border-left-color: var(--accent-light); }
.mission-card.highlight .mc-content h3 { color: var(--accent-light); }
.mission-card.highlight .mc-content p { color: rgba(255,255,255,0.85); }
.mc-icon { font-size: 28px; flex-shrink: 0; }
.mc-content h3 { font-size: 16px; color: var(--primary); margin-bottom: 8px; }
.mc-content p { font-size: 14px; line-height: 1.7; color: var(--text-light); }
.about-visual { }
.about-img-stack { position: relative; }
.img-top { border-radius: var(--radius); height: 320px; object-fit: cover; box-shadow: var(--shadow); margin-bottom: 16px; }
.img-bottom { border-radius: var(--radius); height: 200px; object-fit: cover; box-shadow: var(--shadow); }

/* ===== PROGRAMS ===== */
.programs { padding: 100px 0; background: var(--primary-dark); color: var(--white); }
.programs-header { text-align: center; margin-bottom: 56px; }
.programs-header h2 { font-size: clamp(28px, 4vw, 44px); color: var(--white); margin-bottom: 16px; }
.programs-header p { font-size: 17px; opacity: 0.8; max-width: 600px; margin: 0 auto; }
.programs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 64px; }
.program-card { background: rgba(255,255,255,0.06); border-radius: var(--radius); overflow: hidden; border: 1px solid rgba(255,255,255,0.1); transition: transform 0.3s; }
.program-card:hover { transform: translateY(-6px); }
.program-card.featured { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; }
.program-card img { width: 100%; height: 220px; object-fit: cover; }
.program-card.featured img { height: 100%; min-height: 260px; }
.program-content { padding: 28px; }
.program-tag { background: var(--accent); color: var(--primary-dark); font-size: 11px; font-weight: 700; padding: 4px 10px; border-radius: 20px; text-transform: uppercase; letter-spacing: 1px; font-family: 'Source Sans 3', sans-serif; }
.program-content h3 { font-size: 20px; color: var(--white); margin: 14px 0 10px; }
.program-content p { font-size: 14px; line-height: 1.7; opacity: 0.8; margin-bottom: 16px; }
.program-meta { display: flex; gap: 16px; flex-wrap: wrap; }
.program-meta span { font-size: 13px; color: var(--accent-light); font-weight: 600; }
.get-involved { background: rgba(255,255,255,0.05); border-radius: var(--radius); padding: 48px; border: 1px solid rgba(232,160,32,0.2); }
.get-involved h3 { font-size: 32px; color: var(--accent-light); margin-bottom: 36px; text-align: center; }
.involved-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.involved-item { text-align: center; padding: 24px 16px; }
.inv-num { font-family: 'Merriweather', serif; font-size: 36px; font-weight: 700; color: var(--accent); opacity: 0.6; margin-bottom: 12px; }
.involved-item h4 { font-size: 16px; color: var(--accent-light); margin-bottom: 10px; }
.involved-item p { font-size: 14px; line-height: 1.6; opacity: 0.75; }

/* ===== CONTACT SECTION ===== */
.contact-section { padding: 80px 0; background: var(--accent); text-align: center; }
.contact-section .section-label { color: var(--primary-dark); }
.contact-section h2 { font-size: 40px; color: var(--primary-dark); margin-bottom: 16px; }
.contact-section p { font-size: 17px; color: var(--primary); margin-bottom: 32px; max-width: 600px; margin-left: auto; margin-right: auto; }
.btn-contact-main { background: var(--primary-dark); color: var(--white); border: none; padding: 18px 48px; border-radius: 8px; font-weight: 700; font-size: 15px; cursor: pointer; transition: all 0.3s; text-transform: uppercase; letter-spacing: 1px; font-family: 'Source Sans 3', sans-serif; }
.btn-contact-main:hover { background: var(--primary); transform: translateY(-2px); }

/* ===== FOOTER ===== */
.footer { background: #2a0808; color: rgba(255,255,255,0.85); padding: 64px 0 0; }
.footer-container { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; }
.footer-col h4 { font-size: 15px; color: var(--accent-light); margin-bottom: 20px; letter-spacing: 0.5px; }
.footer-col p { font-size: 14px; line-height: 1.8; margin-bottom: 10px; }
.footer-col strong { color: var(--accent-light); }
.footer-email { color: var(--accent-light); font-size: 15px; font-weight: 700; word-break: break-all; }
.footer-email:hover { color: var(--white); }
.legal-badge { background: rgba(232,160,32,0.15); border: 1px solid var(--accent); color: var(--accent-light); padding: 10px 14px; border-radius: 6px; font-size: 13px; font-weight: 700; margin-bottom: 16px !important; }
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 10px; }
.footer-links a { font-size: 14px; color: rgba(255,255,255,0.65); transition: color 0.2s; }
.footer-links a:hover { color: var(--accent-light); }
.footer-logo-small { display: flex; align-items: center; gap: 10px; margin-top: 24px; }
.logo-flame-small { font-size: 26px; }
.footer-logo-small span { font-size: 13px; color: rgba(255,255,255,0.6); line-height: 1.5; }
.footer-bottom { max-width: 1200px; margin: 48px auto 0; padding: 20px 24px; border-top: 1px solid rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.footer-bottom p { font-size: 13px; opacity: 0.55; }
.scroll-top { background: var(--accent); color: var(--primary-dark); border: none; padding: 8px 18px; border-radius: 6px; font-weight: 700; font-size: 13px; cursor: pointer; transition: all 0.2s; font-family: 'Source Sans 3', sans-serif; }
.scroll-top:hover { background: var(--accent-light); }

/* ===== MODALS ===== */
.modal-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.75); z-index: 2000; align-items: center; justify-content: center; padding: 20px; }
.modal-overlay.open { display: flex; }
.modal { background: var(--white); border-radius: 16px; padding: 40px; max-width: 520px; width: 100%; position: relative; box-shadow: 0 20px 60px rgba(0,0,0,0.4); animation: modalIn 0.3s ease; }
.modal-small { max-width: 400px; text-align: center; }
@keyframes modalIn { from { opacity: 0; transform: translateY(-20px) scale(0.95); } to { opacity: 1; transform: translateY(0) scale(1); } }
.modal-close { position: absolute; top: 16px; right: 16px; background: none; border: none; font-size: 20px; cursor: pointer; color: var(--text-light); transition: color 0.2s; }
.modal-close:hover { color: var(--text); }
.modal h3 { font-size: 26px; color: var(--primary); margin-bottom: 8px; }
.modal p { font-size: 15px; color: var(--text-light); margin-bottom: 24px; line-height: 1.6; }
.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-size: 12px; font-weight: 700; color: var(--text); margin-bottom: 6px; text-transform: uppercase; letter-spacing: 0.5px; font-family: 'Source Sans 3', sans-serif; }
.form-group input, .form-group textarea { width: 100%; padding: 12px 16px; border: 2px solid #e0e0e0; border-radius: 8px; font-size: 15px; font-family: 'Source Sans 3', sans-serif; transition: border-color 0.2s; outline: none; }
.form-group input:focus, .form-group textarea:focus { border-color: var(--primary); }
.form-group textarea { height: 120px; resize: vertical; }
.btn-submit { width: 100%; background: var(--primary); color: var(--white); border: none; padding: 16px; border-radius: 8px; font-weight: 700; font-size: 15px; cursor: pointer; transition: all 0.3s; text-transform: uppercase; letter-spacing: 1px; font-family: 'Source Sans 3', sans-serif; }
.btn-submit:hover { background: var(--primary-dark); }
.thank-you-icon { width: 64px; height: 64px; background: #27ae60; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 28px; color: white; margin: 0 auto 20px; font-weight: bold; }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
    .about-grid { grid-template-columns: 1fr; gap: 40px; }
    .involved-grid { grid-template-columns: repeat(2, 1fr); }
    .program-card.featured { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
    .nav { display: none; }
    .btn-join { display: none; }
    .hamburger { display: block; }
    .programs-grid { grid-template-columns: 1fr; }
    .hero-stats { flex-wrap: wrap; justify-content: center; padding: 16px 24px; }
    .stat-divider { display: none; }
    .footer-container { grid-template-columns: 1fr; gap: 32px; }
    .footer-bottom { flex-direction: column; text-align: center; }
}
@media (max-width: 480px) {
    .hero-buttons { flex-direction: column; align-items: center; }
    .btn-primary, .btn-secondary { width: 100%; max-width: 280px; }
    .involved-grid { grid-template-columns: 1fr; }
}
