:root {
  --navy:    #0B1F3A;
  --saffron: #FF9933;
  --gold:    #F5A623;
  --cream:   #FDF8F0;
  --white:   #FFFFFF;
  --text:    #2D3748;
  --text-light: #718096;
  --border:  #E2E8F0;
  --shadow:  0 4px 24px rgba(11,31,58,0.10);
  --shadow-lg: 0 8px 48px rgba(11,31,58,0.16);
  --radius:  12px;
  --radius-lg: 20px;
  --transition: 0.3s ease;
  --max-width: 1200px;
  --font-heading: 'Playfair Display', Georgia, serif;
  --font-body: 'Source Sans 3', system-ui, sans-serif;
  --font-stats: 'Space Grotesk', 'Courier New', monospace;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: var(--font-body); color: var(--text); background: var(--white); line-height: 1.7; overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
ul { list-style: none; }

.skip-link { position: absolute; top: -100px; left: 1rem; background: var(--navy); color: var(--white); padding: 0.5rem 1rem; border-radius: var(--radius); z-index: 9999; font-size: 0.9rem; transition: top var(--transition); }
.skip-link:focus { top: 1rem; }

.container { max-width: var(--max-width); margin: 0 auto; padding: 0 1.5rem; }
.section-pad { padding: 5rem 0; }

.section-tag { display: inline-block; font-family: var(--font-stats); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: var(--saffron); margin-bottom: 0.75rem; }
.section-title { font-family: var(--font-heading); font-size: clamp(1.8rem, 4vw, 3rem); color: var(--navy); line-height: 1.2; margin-bottom: 1rem; }
.section-subtitle { font-size: 1.1rem; color: var(--text-light); max-width: 600px; line-height: 1.7; }
.section-header { text-align: center; margin-bottom: 3.5rem; }
.section-header .section-subtitle { margin: 0 auto; }

.btn { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.875rem 2rem; border-radius: 50px; font-family: var(--font-body); font-size: 1rem; font-weight: 600; transition: all var(--transition); cursor: pointer; border: 2px solid transparent; line-height: 1; }
.btn-primary { background: var(--saffron); color: var(--white); border-color: var(--saffron); }
.btn-primary:hover { background: #e8851a; border-color: #e8851a; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(255,153,51,0.35); }
.btn-outline-white { background: transparent; color: var(--white); border-color: rgba(255,255,255,0.7); }
.btn-outline-white:hover { background: rgba(255,255,255,0.15); border-color: var(--white); }
.btn-navy { background: var(--navy); color: var(--white); border-color: var(--navy); }
.btn-navy:hover { background: #0d2747; transform: translateY(-2px); box-shadow: var(--shadow); }

/* NAV */
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; transition: background var(--transition), padding var(--transition), box-shadow var(--transition); padding: 1.25rem 0; }
.site-header.scrolled { background: var(--navy); padding: 0.75rem 0; box-shadow: 0 2px 20px rgba(0,0,0,0.2); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.nav-logo { display: flex; align-items: center; gap: 0.6rem; font-family: var(--font-heading); font-size: 1.2rem; font-weight: 700; color: var(--white); flex-shrink: 0; }
.nav-logo svg { width: 30px; height: 30px; flex-shrink: 0; }
.nav-links { display: flex; align-items: center; gap: 0.15rem; }
.nav-links a { color: rgba(255,255,255,0.85); font-size: 0.875rem; font-weight: 600; padding: 0.5rem 0.7rem; border-radius: 6px; transition: color var(--transition), background var(--transition); white-space: nowrap; }
.nav-links a:hover, .nav-links a.active { color: var(--saffron); background: rgba(255,153,51,0.12); }
.nav-donate .btn { padding: 0.6rem 1.4rem; font-size: 0.875rem; }
.hamburger { display: none; flex-direction: column; gap: 5px; padding: 8px; cursor: pointer; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--white); transition: all var(--transition); border-radius: 2px; }
body.nav-open .hamburger span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
body.nav-open .hamburger span:nth-child(2) { opacity: 0; }
body.nav-open .hamburger span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }
.nav-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.5); z-index: 998; }
body.nav-open .nav-overlay { display: block; }

/* HERO */
.hero { min-height: 100vh; display: flex; align-items: center; position: relative; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background-image: url('https://images.unsplash.com/photo-1594708767771-a5bcc1a7eb68?w=1600&auto=format&fit=crop&q=80'); background-size: cover; background-position: center; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(11,31,58,0.80) 0%, rgba(11,31,58,0.55) 100%); }
.hero-content { position: relative; z-index: 1; color: var(--white); max-width: 780px; padding: 8rem 0 5rem; }
.hero-eyebrow { font-family: var(--font-stats); font-size: 0.78rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--saffron); margin-bottom: 1rem; display: block; }
.hero-title { font-family: var(--font-heading); font-size: clamp(2.5rem, 6vw, 4.75rem); font-weight: 900; line-height: 1.08; margin-bottom: 1.25rem; text-shadow: 0 2px 20px rgba(0,0,0,0.3); }
.hero-tagline { font-size: clamp(1.1rem, 2.5vw, 1.45rem); font-weight: 300; color: rgba(255,255,255,0.9); margin-bottom: 0.75rem; font-style: italic; }
.hero-sub { font-size: clamp(0.95rem, 1.5vw, 1.1rem); color: rgba(255,255,255,0.78); margin-bottom: 2.5rem; max-width: 580px; }
.hero-ctas { display: flex; gap: 1rem; flex-wrap: wrap; }
.scroll-arrow { position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%); color: rgba(255,255,255,0.65); animation: bounce 2s infinite; cursor: pointer; z-index: 1; background: none; border: none; }
.scroll-arrow svg { width: 32px; height: 32px; }
@keyframes bounce { 0%, 100% { transform: translateX(-50%) translateY(0); } 50% { transform: translateX(-50%) translateY(8px); } }

/* WHY DONATE */
.why-donate { background: var(--cream); padding: 4rem 0; }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.why-card { background: var(--white); border-radius: var(--radius-lg); padding: 2rem; box-shadow: var(--shadow); transition: transform var(--transition), box-shadow var(--transition); border-top: 4px solid var(--saffron); }
.why-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.why-icon { font-size: 2.5rem; margin-bottom: 1rem; }
.why-card h3 { font-family: var(--font-heading); font-size: 1.25rem; color: var(--navy); margin-bottom: 0.75rem; }
.why-card p { font-size: 0.975rem; color: var(--text-light); line-height: 1.7; }
.why-card strong { color: var(--saffron); }

/* IMPACT */
.impact-section { background: var(--navy); padding: 5rem 0; }
.impact-section .section-title { color: var(--white); }
.impact-section .section-tag { color: var(--saffron); }
.impact-section .section-subtitle { color: rgba(255,255,255,0.7); }
.impact-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; margin-top: 3rem; }
.impact-card { text-align: center; padding: 2rem 1rem; border-radius: var(--radius); background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); transition: background var(--transition); }
.impact-card:hover { background: rgba(255,255,255,0.1); }
.impact-number { font-family: var(--font-stats); font-size: clamp(2rem, 4vw, 2.75rem); font-weight: 700; color: var(--saffron); line-height: 1; margin-bottom: 0.5rem; display: block; }
.impact-label { font-size: 0.85rem; color: rgba(255,255,255,0.7); font-weight: 500; text-transform: uppercase; letter-spacing: 0.06em; }

/* MISSION */
.mission-section { background: var(--white); }
.mission-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.mission-image { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); aspect-ratio: 4/5; }
.mission-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.mission-image:hover img { transform: scale(1.03); }
.mission-block { margin-bottom: 2rem; }
.mission-block h3 { font-family: var(--font-heading); font-size: 1.45rem; color: var(--navy); margin-bottom: 0.75rem; }
.mission-block p { color: var(--text); line-height: 1.85; }
.fund-title { font-family: var(--font-heading); font-size: 1.2rem; color: var(--navy); margin-bottom: 1.5rem; }
.fund-layout { display: flex; gap: 2rem; align-items: center; }
.donut-wrap { flex-shrink: 0; width: 140px; height: 140px; position: relative; }
.donut-chart { width: 140px; height: 140px; border-radius: 50%; background: conic-gradient(#FF9933 0deg 151.2deg, #0B1F3A 151.2deg 252deg, #F5A623 252deg 316.8deg, #4CAF50 316.8deg 345.6deg, #9E9E9E 345.6deg 360deg); }
.donut-hole { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 58%; height: 58%; background: var(--white); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 1px; }
.donut-hole-label { font-family: var(--font-stats); font-size: 0.62rem; color: var(--text-light); text-align: center; line-height: 1.3; }
.fund-legend { flex: 1; }
.fund-item { display: flex; align-items: center; gap: 0.6rem; margin-bottom: 0.5rem; font-size: 0.875rem; }
.fund-dot { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; }
.fund-pct { font-weight: 700; color: var(--navy); min-width: 3.5ch; }
.fund-name { color: var(--text-light); }

/* INITIATIVES */
.initiatives-section { background: var(--cream); }
.initiatives-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.initiative-card { background: var(--white); border-radius: var(--radius-lg); padding: 1.75rem; box-shadow: var(--shadow); transition: transform var(--transition), box-shadow var(--transition); position: relative; overflow: hidden; }
.initiative-card::before { content: ''; position: absolute; top: 0; left: 0; width: 4px; height: 100%; background: var(--saffron); opacity: 0; transition: opacity var(--transition); }
.initiative-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.initiative-card:hover::before { opacity: 1; }
.initiative-icon { font-size: 2rem; margin-bottom: 0.75rem; }
.initiative-badge { position: absolute; top: 1rem; right: 1rem; background: var(--cream); color: var(--navy); font-size: 0.68rem; font-weight: 700; font-family: var(--font-stats); padding: 0.25rem 0.6rem; border-radius: 50px; }
.initiative-title { font-family: var(--font-heading); font-size: 1.05rem; color: var(--navy); margin-bottom: 0.5rem; font-weight: 700; }
.initiative-desc { font-size: 0.9rem; color: var(--text-light); line-height: 1.65; }

/* TESTIMONIALS */
.testimonials-section { background: var(--navy); overflow: hidden; }
.testimonials-section .section-title { color: var(--white); }
.testimonials-section .section-tag { color: var(--saffron); }
.testimonials-section .section-subtitle { color: rgba(255,255,255,0.7); }
.carousel-wrap { overflow: hidden; }
.carousel-track { display: flex; gap: 1.5rem; transition: transform 0.5s ease; will-change: transform; }
.testimonial-card { background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.12); border-radius: var(--radius-lg); padding: 2rem; min-width: calc((100% - 3rem) / 3); flex-shrink: 0; }
.quote-mark { font-family: var(--font-heading); font-size: 4rem; color: var(--saffron); line-height: 0.5; margin-bottom: 1.25rem; display: block; }
.testimonial-text { font-size: 0.975rem; color: rgba(255,255,255,0.88); line-height: 1.8; font-style: italic; margin-bottom: 1.5rem; }
.testimonial-author { display: flex; align-items: center; gap: 0.875rem; }
.author-avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--saffron); color: var(--white); display: flex; align-items: center; justify-content: center; font-family: var(--font-stats); font-weight: 700; font-size: 0.82rem; flex-shrink: 0; }
.author-name { font-weight: 700; color: var(--white); font-size: 0.95rem; }
.author-role { font-size: 0.8rem; color: rgba(255,255,255,0.58); margin-top: 0.1rem; }
.carousel-controls { display: flex; justify-content: center; align-items: center; gap: 1rem; margin-top: 2.5rem; }
.carousel-dots { display: flex; gap: 0.5rem; }
.carousel-dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,0.3); border: none; cursor: pointer; transition: background var(--transition), transform var(--transition); }
.carousel-dot.active { background: var(--saffron); transform: scale(1.3); }
.carousel-btn { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); color: var(--white); display: flex; align-items: center; justify-content: center; cursor: pointer; transition: background var(--transition); }
.carousel-btn:hover { background: rgba(255,255,255,0.2); }

/* STUDENTS */
.students-section { background: var(--white); }
.students-filter { display: flex; gap: 0.625rem; flex-wrap: wrap; justify-content: center; margin-bottom: 2.5rem; }
.filter-btn { padding: 0.5rem 1.2rem; border-radius: 50px; font-size: 0.85rem; font-weight: 600; background: var(--cream); color: var(--text); border: 2px solid transparent; transition: all var(--transition); cursor: pointer; }
.filter-btn:hover, .filter-btn.active { background: var(--navy); color: var(--white); }
.students-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; }
.student-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 1.1rem; display: flex; gap: 0.75rem; align-items: flex-start; transition: transform var(--transition), box-shadow var(--transition); }
.student-card:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.student-card.hidden { display: none; }
.student-avatar { width: 38px; height: 38px; border-radius: 50%; background: var(--navy); color: var(--white); display: flex; align-items: center; justify-content: center; font-family: var(--font-stats); font-size: 0.72rem; font-weight: 700; flex-shrink: 0; }
.student-avatar.intl { background: var(--saffron); }
.student-info { flex: 1; min-width: 0; }
.student-name { font-weight: 700; color: var(--navy); font-size: 0.875rem; }
.student-meta { font-size: 0.73rem; color: var(--text-light); margin-top: 0.1rem; }
.student-quote { font-size: 0.78rem; color: var(--text); font-style: italic; margin-top: 0.375rem; line-height: 1.5; }
.student-badge { display: inline-block; background: var(--cream); color: var(--navy); font-size: 0.65rem; font-weight: 700; padding: 0.15rem 0.5rem; border-radius: 50px; margin-top: 0.35rem; }

/* DONATE */
.donate-section { background: linear-gradient(135deg, var(--navy) 0%, #0d2747 100%); position: relative; overflow: hidden; }
.donate-section::before { content: ''; position: absolute; top: -50%; right: -20%; width: 600px; height: 600px; background: radial-gradient(circle, rgba(255,153,51,0.1) 0%, transparent 70%); pointer-events: none; }
.donate-section .section-title { color: var(--white); }
.donate-section .section-tag { color: var(--saffron); }
.donate-section .section-subtitle { color: rgba(255,255,255,0.72); }
.donate-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; }
.amount-selector h3 { color: rgba(255,255,255,0.82); font-size: 1rem; margin-bottom: 1rem; font-weight: 600; }
.amount-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.75rem; margin-bottom: 0.75rem; }
.amount-btn { padding: 1rem 1.1rem; border-radius: var(--radius); background: rgba(255,255,255,0.08); border: 1.5px solid rgba(255,255,255,0.14); color: var(--white); font-family: var(--font-body); cursor: pointer; transition: all var(--transition); text-align: left; }
.amount-btn:hover { background: rgba(255,255,255,0.14); }
.amount-btn.active { background: var(--saffron); border-color: var(--saffron); }
.amount-btn strong { display: block; font-size: 1.05rem; font-family: var(--font-stats); }
.amount-btn small { font-size: 0.73rem; color: rgba(255,255,255,0.72); }
.amount-btn.active small { color: rgba(255,255,255,0.9); }
.custom-amount { display: flex; gap: 0.5rem; }
.custom-amount input { flex: 1; padding: 0.875rem 1rem; border-radius: var(--radius); background: rgba(255,255,255,0.08); border: 1.5px solid rgba(255,255,255,0.18); color: var(--white); font-size: 1rem; font-family: var(--font-body); }
.custom-amount input::placeholder { color: rgba(255,255,255,0.38); }
.custom-amount input:focus { outline: none; border-color: var(--saffron); }
.donate-cta { margin-top: 1.5rem; }
.donate-cta .btn { width: 100%; justify-content: center; font-size: 1.05rem; padding: 1rem; }
.tax-benefits { margin-top: 1.5rem; }
.tax-benefits h4 { color: rgba(255,255,255,0.82); font-size: 0.875rem; margin-bottom: 0.75rem; font-weight: 600; }
.tax-item { display: flex; gap: 0.5rem; align-items: flex-start; color: rgba(255,255,255,0.7); font-size: 0.875rem; margin-bottom: 0.45rem; }
.tax-check { color: #4CAF50; flex-shrink: 0; }
.delivery-note { color: var(--saffron); font-style: italic; font-size: 0.875rem; margin-top: 1rem; }
.csr-form-wrap { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); border-radius: var(--radius-lg); padding: 2rem; }
.csr-form-wrap h3 { font-family: var(--font-heading); font-size: 1.5rem; color: var(--white); margin-bottom: 0.5rem; }
.csr-form-wrap p { color: rgba(255,255,255,0.6); font-size: 0.875rem; margin-bottom: 1.5rem; }
.form-group { margin-bottom: 1rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-group label { display: block; color: rgba(255,255,255,0.72); font-size: 0.82rem; margin-bottom: 0.4rem; font-weight: 600; }
.form-group input, .form-group textarea, .form-group select { width: 100%; padding: 0.72rem 1rem; border-radius: 8px; background: rgba(255,255,255,0.08); border: 1.5px solid rgba(255,255,255,0.15); color: var(--white); font-family: var(--font-body); font-size: 0.95rem; transition: border-color var(--transition); }
.form-group input:focus, .form-group textarea:focus, .form-group select:focus { outline: none; border-color: var(--saffron); }
.form-group input::placeholder, .form-group textarea::placeholder { color: rgba(255,255,255,0.32); }
.form-group textarea { resize: vertical; min-height: 90px; }
.form-group select option { background: var(--navy); }

/* GALLERY */
.gallery-section { background: var(--cream); }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 10px; gap: 1rem; }
.gallery-item { overflow: hidden; border-radius: var(--radius); cursor: pointer; position: relative; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; display: block; }
.gallery-item:hover img { transform: scale(1.06); }
.gallery-overlay { position: absolute; inset: 0; background: rgba(11,31,58,0); transition: background var(--transition); display: flex; align-items: center; justify-content: center; }
.gallery-item:hover .gallery-overlay { background: rgba(11,31,58,0.28); }
.gallery-overlay svg { color: var(--white); opacity: 0; transition: opacity var(--transition); width: 36px; height: 36px; }
.gallery-item:hover .gallery-overlay svg { opacity: 1; }
.lightbox { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.93); z-index: 9999; align-items: center; justify-content: center; padding: 2rem; }
.lightbox.open { display: flex; }
.lightbox img { max-width: 90vw; max-height: 86vh; object-fit: contain; border-radius: var(--radius); }
.lightbox-close { position: absolute; top: 1.5rem; right: 1.5rem; background: rgba(255,255,255,0.12); color: var(--white); border-radius: 50%; width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; cursor: pointer; border: none; transition: background var(--transition); }
.lightbox-close:hover { background: rgba(255,255,255,0.25); }

/* RECOGNITION */
.recognition-section { background: var(--white); }
.media-strip { display: flex; gap: 1.25rem; flex-wrap: wrap; justify-content: center; margin-bottom: 3rem; }
.media-logo { background: var(--cream); border-radius: 8px; padding: 0.7rem 1.4rem; font-family: var(--font-heading); font-weight: 700; color: var(--navy); font-size: 0.875rem; opacity: 0.6; transition: opacity var(--transition); }
.media-logo:hover { opacity: 1; }
.awards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.award-item { display: flex; gap: 1rem; align-items: flex-start; padding: 1.5rem; border-radius: var(--radius); background: var(--cream); transition: transform var(--transition); }
.award-item:hover { transform: translateY(-2px); }
.award-icon { font-size: 1.75rem; flex-shrink: 0; }
.award-text h4 { font-family: var(--font-heading); font-size: 0.975rem; color: var(--navy); margin-bottom: 0.25rem; }
.award-text p { font-size: 0.82rem; color: var(--text-light); }
.cert-strip { display: flex; gap: 0.75rem; flex-wrap: wrap; justify-content: center; margin-top: 2.5rem; }
.cert-badge { background: var(--navy); color: var(--white); padding: 0.45rem 1.1rem; border-radius: 50px; font-size: 0.78rem; font-weight: 700; font-family: var(--font-stats); }

/* VISIT */
.visit-section { background: var(--cream); }
.visit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; }
.offices-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.office-card { background: var(--white); border-radius: var(--radius); padding: 1.4rem; box-shadow: var(--shadow); }
.office-type { font-family: var(--font-stats); font-size: 0.68rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--saffron); margin-bottom: 0.4rem; }
.office-name { font-family: var(--font-heading); font-size: 0.975rem; color: var(--navy); margin-bottom: 0.6rem; }
.office-detail { font-size: 0.82rem; color: var(--text-light); line-height: 1.75; }
.office-detail a { color: var(--saffron); }
.visitor-note { margin-top: 1.25rem; padding: 1rem 1.25rem; background: rgba(255,153,51,0.1); border-left: 3px solid var(--saffron); border-radius: 0 var(--radius) var(--radius) 0; font-size: 0.875rem; color: var(--text); font-style: italic; }
.map-wrap { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); height: 400px; }
.map-wrap iframe { width: 100%; height: 100%; border: none; display: block; }

/* CONTACT */
.contact-section { background: var(--white); }
.contact-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 4rem; align-items: start; }
.contact-form-wrap h3 { font-family: var(--font-heading); font-size: 1.75rem; color: var(--navy); margin-bottom: 1.5rem; }
.contact-form .form-group input, .contact-form .form-group textarea, .contact-form .form-group select { background: var(--cream); border-color: var(--border); color: var(--text); }
.contact-form .form-group input::placeholder, .contact-form .form-group textarea::placeholder { color: var(--text-light); }
.contact-form .form-group label { color: var(--navy); }
.contact-form .form-group input:focus, .contact-form .form-group textarea:focus, .contact-form .form-group select:focus { border-color: var(--saffron); background: var(--white); }
.contact-form .form-group select option { background: var(--white); color: var(--text); }
.contact-info h3 { font-family: var(--font-heading); font-size: 1.5rem; color: var(--navy); margin-bottom: 1.5rem; }
.contact-items { display: flex; flex-direction: column; gap: 0.875rem; margin-bottom: 2rem; }
.contact-item { display: flex; gap: 0.75rem; align-items: flex-start; }
.contact-icon { color: var(--saffron); flex-shrink: 0; width: 18px; height: 18px; margin-top: 3px; }
.contact-item-text { font-size: 0.9rem; color: var(--text); }
.contact-item-text strong { display: block; font-size: 0.72rem; color: var(--text-light); font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 0.1rem; }
.contact-item-text a { color: var(--text); }
.contact-item-text a:hover { color: var(--saffron); }
.social-links { display: flex; gap: 0.625rem; flex-wrap: wrap; }
.social-link { width: 40px; height: 40px; border-radius: 50%; background: var(--cream); display: flex; align-items: center; justify-content: center; color: var(--navy); transition: background var(--transition), color var(--transition); }
.social-link:hover { background: var(--saffron); color: var(--white); }
.social-link svg { width: 18px; height: 18px; }

/* NEWSLETTER */
.newsletter-section { background: var(--saffron); padding: 4rem 0; }
.newsletter-inner { display: flex; align-items: center; gap: 3rem; justify-content: space-between; }
.newsletter-text h2 { font-family: var(--font-heading); font-size: clamp(1.5rem, 3vw, 2.2rem); color: var(--white); margin-bottom: 0.5rem; }
.newsletter-text p { color: rgba(255,255,255,0.85); font-size: 1.05rem; }
.newsletter-form { display: flex; gap: 0.75rem; flex-shrink: 0; }
.newsletter-form input { padding: 0.875rem 1.25rem; border-radius: 50px; border: none; font-size: 1rem; font-family: var(--font-body); width: 270px; background: rgba(255,255,255,0.95); color: var(--text); }
.newsletter-form input:focus { outline: 2px solid var(--navy); }
.newsletter-form input::placeholder { color: var(--text-light); }
.newsletter-form .btn { background: var(--navy); border-color: var(--navy); white-space: nowrap; }
.newsletter-form .btn:hover { background: #0d2747; }

/* FOOTER */
.site-footer { background: var(--navy); color: rgba(255,255,255,0.78); padding: 4rem 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 3rem; margin-bottom: 3rem; }
.footer-brand .nav-logo { margin-bottom: 1rem; font-size: 1.1rem; }
.footer-tagline { font-style: italic; font-size: 0.875rem; color: rgba(255,255,255,0.6); margin-bottom: 0.5rem; }
.footer-reg { font-size: 0.78rem; color: rgba(255,255,255,0.45); }
.footer-col h4 { font-family: var(--font-stats); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--saffron); margin-bottom: 1rem; }
.footer-links { display: flex; flex-direction: column; gap: 0.5rem; }
.footer-links a { font-size: 0.875rem; color: rgba(255,255,255,0.68); transition: color var(--transition); }
.footer-links a:hover { color: var(--saffron); }
.footer-legal-item { font-size: 0.8rem; color: rgba(255,255,255,0.62); margin-bottom: 0.4rem; }
.footer-legal-item strong { color: rgba(255,255,255,0.85); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding: 1.5rem 0; display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.footer-bottom-links { display: flex; gap: 1.25rem; flex-wrap: wrap; }
.footer-bottom-links a { font-size: 0.78rem; color: rgba(255,255,255,0.48); transition: color var(--transition); }
.footer-bottom-links a:hover { color: rgba(255,255,255,0.9); }
.footer-copy { font-size: 0.78rem; color: rgba(255,255,255,0.38); }

/* SCROLL REVEAL */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-d1 { transition-delay: 0.1s; }
.reveal-d2 { transition-delay: 0.2s; }
.reveal-d3 { transition-delay: 0.3s; }
.reveal-d4 { transition-delay: 0.4s; }

/* RESPONSIVE */
@media (max-width: 1024px) {
  .impact-grid { grid-template-columns: repeat(4, 1fr); }
  .initiatives-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .testimonial-card { min-width: calc((100% - 1.5rem) / 2); }
}
@media (max-width: 768px) {
  .hamburger { display: flex; }
  .nav-links { position: fixed; top: 0; right: -100%; bottom: 0; width: min(300px, 80vw); background: var(--navy); flex-direction: column; align-items: flex-start; padding: 5rem 1.5rem 2rem; gap: 0; transition: right var(--transition); box-shadow: -4px 0 24px rgba(0,0,0,0.3); z-index: 999; }
  body.nav-open .nav-links { right: 0; }
  .nav-links a { width: 100%; font-size: 1.05rem; padding: 0.875rem 1rem; border-bottom: 1px solid rgba(255,255,255,0.08); border-radius: 0; }
  .hero-ctas { flex-direction: column; align-items: flex-start; }
  .why-grid { grid-template-columns: 1fr; }
  .impact-grid { grid-template-columns: repeat(2, 1fr); }
  .mission-grid { grid-template-columns: 1fr; }
  .mission-image { aspect-ratio: 16/9; }
  .fund-layout { flex-direction: column; }
  .initiatives-grid { grid-template-columns: 1fr; }
  .testimonial-card { min-width: 100%; }
  .students-grid { grid-template-columns: repeat(2, 1fr); }
  .donate-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .awards-grid { grid-template-columns: 1fr; }
  .visit-grid { grid-template-columns: 1fr; }
  .offices-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .newsletter-inner { flex-direction: column; text-align: center; }
  .newsletter-form { flex-direction: column; width: 100%; }
  .newsletter-form input { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .footer-bottom { flex-direction: column; text-align: center; }
}
@media (max-width: 480px) {
  .students-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; }
  .amount-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .section-pad { padding: 3.5rem 0; }
  .hero-content { padding: 7rem 0 4rem; }
}
