:root {
  --green-900: #0a3b2e;
  --green-800: #0f4f3d;
  --teal-500: #2ec4b6;
  --blue-500: #3db8ff;
  --yellow-400: #ffd166;
  --orange-500: #ff7a59;
  --purple-500: #a259ff;
  --pink-500: #ff6b9c;
  --cream: #faf5ee;
  --white: #ffffff;
  --ink: #1f2937;

  --radius-lg: 18px;
  --radius-xl: 28px;
  --shadow-1: 0 10px 30px rgba(0, 0, 0, 0.08);
  --shadow-2: 0 14px 40px rgba(0, 0, 0, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Nunito', system-ui, -apple-system, Segoe UI, Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Apple Color Emoji', 'Segoe UI Emoji';
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
}

img { max-width: 100%; display: block; }

h1, h2, h3 { font-family: 'Poppins', 'Nunito', system-ui, -apple-system, Segoe UI, Roboto, Arial; }
h1 { font-weight: 900; font-size: clamp(2rem, 4vw + 1rem, 3.5rem); line-height: 1.15; }
h2 { font-weight: 800; font-size: clamp(1.6rem, 2vw + 1rem, 2.25rem); }
h3 { font-weight: 800; font-size: 1.25rem; }

p { font-size: 1.0625rem; }
.subheadline { font-size: 1.15rem; color: #303030; }
.subheadline .sub-accent-dark { color: #303030; }
.eyebrow { text-transform: uppercase; letter-spacing: .1em; font-weight: 800; color: var(--purple-500); margin: 0 0 .5rem; }

.container { width: min(1200px, 92vw); margin-inline: auto; }
.centered { text-align: center; }

/* Accessibility helpers */
.skip-link {
  position: absolute; left: -999px; top: -999px; background: var(--purple-500); color: var(--white);
  padding: .5rem .75rem; border-radius: 8px;
}
.skip-link:focus { left: 1rem; top: 1rem; z-index: 1000; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }

/* Header */
.site-header {
  background: var(--green-900);
  color: var(--white);
  position: sticky; top: 0; z-index: 50; box-shadow: 0 2px 0 rgba(255,255,255,0.05);
}
.nav-container { display: grid; align-items: center; grid-template-columns: auto 1fr auto; gap: 1rem; padding: .75rem 0; }
.logo { display: inline-flex; align-items: center; gap: .6rem; color: var(--white); text-decoration: none; }
.logo img { height: 32px; width: auto; display: block; }

.site-nav ul { list-style: none; margin: 0; padding: 0; display: flex; gap: 1rem; justify-content: center; }
.site-nav a { color: #e8f6f1; text-decoration: none; font-weight: 700; padding: .5rem .6rem; border-radius: 10px; }
.site-nav a:hover, .site-nav a:focus { background: rgba(255,255,255,0.08); outline: none; }

/* Hide mobile menu button on desktop */
.menu-toggle { display: none; }
/* Hide menu CTA on desktop; shown on mobile menu */
.site-nav .menu-cta { display: none; }

.nav-cta .btn-donate { background: var(--yellow-400); color: #1b2b2a; }
.nav-cta .btn-donate:hover { filter: brightness(0.95); }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; padding: .9rem 1.2rem; border-radius: 999px; text-decoration: none; font-weight: 800; letter-spacing: .2px; box-shadow: var(--shadow-1); border: 0; cursor: pointer; }
.btn-primary { background: var(--teal-500); color: var(--green-900); }
.btn-primary:hover { filter: brightness(0.95); }

.btn-secondary { background: var(--purple-500); color: white; }
.btn-secondary:hover { filter: brightness(1.05); }

.btn-ghost { background: #ffffff; color: var(--green-800); border: 2px solid rgba(16, 185, 129, 0.15); }
.btn-ghost:hover { background: #f8fffd; }

/* Hero */
.hero { 
  background: url('background.jpg') center/cover no-repeat; 
  color: #e9fffb; 
  position: relative; 
  overflow: hidden; 
  min-height: 90vh; 
  display: grid; 
  align-items: center; 
}
.hero-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 2rem; align-items: center; padding: clamp(2rem, 8vw, 5rem) 0; }
.hero-copy h1 { color: #fff; }
.hero-copy h1 .accent-yellow { color: #FFC302; }
.hero-copy h1 .accent-teal { color: #50B9AD; }
.hero-copy { margin-top: -40px; }
.hero-copy h1 { margin: 0 0 16px; }
.hero-copy .subheadline { margin: 0 0 16px; }
.hero-copy .hero-actions { margin-top: 0; }
.hero-figure { position: relative; display: grid; place-items: center; background: transparent; box-shadow: none; }
.hero-figure .hero-svg { width: min(520px, 90%); height: auto; color: #ffffff; display: block; }

/* Decorative blobs */
.blob { position: absolute; inset: auto; z-index: 0; filter: blur(20px); opacity: .7; }
.blob-1 { width: 260px; height: 260px; right: -30px; top: -30px; background: radial-gradient(circle at 30% 30%, var(--yellow-400), transparent 60%), radial-gradient(circle at 70% 70%, var(--pink-500), transparent 60%); border-radius: 46% 54% 50% 50%/54% 45% 55% 46%; }
.blob-2 { width: 220px; height: 220px; left: -30px; bottom: -30px; background: radial-gradient(circle at 65% 40%, var(--blue-500), transparent 60%), radial-gradient(circle at 25% 80%, var(--purple-500), transparent 60%); border-radius: 50% 50% 40% 60%/52% 48% 60% 40%; }

/* About */
.about { padding: clamp(4rem, 9vw, 7rem) 0; background: #f7faf9; }
.about-grid { display: grid; grid-template-columns: 0.9fr 1.3fr; gap: clamp(3rem, 6vw, 5rem); align-items: center; }
.about-card { background: transparent; padding: 0; box-shadow: none; }
.about-card h2 { margin: 0 0 .5rem; }
.about-card p { margin: 0 0 1rem; font-size: 1.125rem; color: #2d3b45; }
.about-actions { margin-top: .75rem; }
.about-figure { position: relative; display: block; }
.about-grid .about-figure { justify-self: end; width: 100%; }
.about-figure .video-embed { position: relative; display: block; width: 100%; max-width: none; margin-left: auto; margin-right: 0; aspect-ratio: 16 / 9; border-radius: 18px; overflow: hidden; box-shadow: var(--shadow-2); background: #000; }
.about-figure .video-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* Programs */
.section-head { text-align: center; margin-bottom: 1.5rem; }
.programs { padding: clamp(2.5rem, 6vw, 4.5rem) 0; }
.card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
.card { background: #ffffff; border-radius: var(--radius-lg); padding: 1.25rem; box-shadow: var(--shadow-1); display: grid; gap: .6rem; border: 3px solid transparent; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.card:hover { transform: translateY(-2px); box-shadow: var(--shadow-2); border-color: rgba(46,196,182,.25); }
.icon { width: 44px; height: 44px; color: var(--teal-500); display: inline-grid; place-items: center; background: #eafffa; border-radius: 12px; }
.icon svg { width: 26px; height: 26px; }

/* Music */
.music { background: #0f4f3d; color: #eafffa; position: relative; overflow: hidden; }
.music-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 2rem; align-items: center; padding: clamp(2.5rem, 6vw, 4.5rem) 0; }
.music-figure { position: relative; }
.music-figure img { border-radius: var(--radius-xl); box-shadow: var(--shadow-2); }
.confetti { position: absolute; inset: -14px; border-radius: calc(var(--radius-xl) + 14px); background: repeating-conic-gradient(from 0deg, rgba(255,255,255,.08) 0 12deg, rgba(255,255,255,0) 12deg 24deg); pointer-events: none; }
.link { color: #fff; font-weight: 800; text-underline-offset: 3px; }
.link:hover { text-decoration: none; }

/* Impact */
.impact { position: relative; color: #0f2b26; text-align: center; }
.impact-bg { position: absolute; inset: 0; background: url('https://images.unsplash.com/photo-1542314831-068cd1dbfeeb?q=80&w=2000&auto=format&fit=crop') center/cover no-repeat; filter: saturate(1.1) brightness(.92); }
.impact::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(250,245,238,.7), rgba(250,245,238,.9)); }
.impact-inner { position: relative; padding: clamp(3rem, 7vw, 6rem) 0; z-index: 1; }
.impact h2 { color: var(--green-900); }

/* Partners */
.partners { padding: clamp(2.5rem, 6vw, 4.5rem) 0; background: #083529; color: #e8fff8; }
.partners .section-head p { color: #c7efe7; }
.partner-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 1rem; }
.partner { background: rgba(255,255,255,.08); border: 2px solid rgba(255,255,255,.12); color: #fff; padding: 1rem; border-radius: 14px; text-align: center; font-weight: 800; letter-spacing: .3px; }
/* Add breathing room before the CTA below the grid */
.partners .centered { margin-top: clamp(1.5rem, 4vw, 3rem); }

/* CTA */
.cta { padding: clamp(2.5rem, 6vw, 4.5rem) 0; }
.cta-sub { text-align: center; margin: .2rem 0 1rem; color: #3b4a55; }
.cta-actions { display: flex; gap: .75rem; justify-content: center; flex-wrap: wrap; }

/* Enhanced Get Involved */
#get-involved .cta-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 1.5rem; align-items: center; }
#get-involved .cta-copy h2 { font-size: clamp(1.8rem, 2.2vw + 1rem, 2.6rem); }
#get-involved .video-embed { position: relative; width: 100%; aspect-ratio: 16 / 9; border-radius: 18px; overflow: hidden; box-shadow: var(--shadow-2); }
#get-involved .video-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
#get-involved .cta-sub { text-align: left; }
#get-involved .cta-actions { justify-content: flex-start; }

@media (max-width: 1000px) {
  #get-involved .cta-grid { grid-template-columns: 1fr; }
}

/* Contact */
.contact { background: #102a23; color: #eafff8; padding: clamp(2.5rem, 6vw, 4.5rem) 0; }
.contact-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 2rem; align-items: start; }
.newsletter { display: flex; gap: .5rem; margin-top: .75rem; }
.newsletter input { flex: 1; padding: .9rem 1rem; border-radius: 999px; border: 0; box-shadow: inset 0 0 0 2px rgba(255,255,255,.18); background: rgba(255,255,255,.95); color: #0b3b2e; font-size: 1rem; }
.quick-links ul, .social-list { list-style: none; padding: 0; margin: .5rem 0 0; display: grid; gap: .4rem; }
.quick-links a, .social-list a { color: #caf8ef; text-decoration: none; font-weight: 700; }
.quick-links a:hover, .social-list a:hover { text-decoration: underline; }

/* Footer */
.site-footer { background: #06261e; color: #b9e9df; }
.footer-inner { display: flex; justify-content: space-between; gap: 1rem; padding: 1rem 0; font-size: .95rem; }
.footer-inner a { color: #e6fff9; }

/* Responsive */
@media (max-width: 1000px) {
  .hero-grid, .about-grid, .music-grid { grid-template-columns: 1fr; }
  .partner-grid { grid-template-columns: repeat(3, 1fr); }
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid .about-figure { justify-self: stretch; }
  .about-figure .video-embed { max-width: none; }
}

/* Fallback for browsers without aspect-ratio support */
@supports not (aspect-ratio: 1) {
  .about-figure .video-embed { height: 0; padding-top: 56.25%; }
  .about-figure .video-embed iframe { position: absolute; inset: 0; height: 100%; }
}
@media (max-width: 640px) {
  .nav-container { grid-template-columns: auto 1fr auto; }
  .menu-toggle { justify-self: end; grid-column: 3; }
  .nav-cta { display: none; }
  .menu-toggle { appearance: none; background: transparent; border: 0; color: var(--white); display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 10px; }
  .menu-toggle:focus { outline: 2px solid rgba(255,255,255,.6); outline-offset: 2px; }
  .menu-icon { position: relative; width: 22px; height: 2px; background: currentColor; display: inline-block; }
  .menu-icon::before, .menu-icon::after { content: ""; position: absolute; left: 0; width: 22px; height: 2px; background: currentColor; }
  .menu-icon::before { top: -7px; }
  .menu-icon::after { top: 7px; }
  /* Logo and hamburger vertically centered in the navbar; logo 20% larger */
  .logo { align-self: center; margin-top: 2px; }
  .logo img { height: 38px; }
  .menu-toggle { align-self: center; margin-top: 2px; }
  .site-nav ul { display: none; position: absolute; top: 56px; left: 0; right: 0; background: rgba(6, 38, 30, 0.98); padding: .75rem 1rem; gap: .5rem; flex-direction: column; border-bottom-left-radius: 14px; border-bottom-right-radius: 14px; z-index: 100; }
  .site-nav ul.open { display: flex; }
  .site-nav ul .menu-cta { margin-top: .25rem; }
  .site-nav ul .menu-cta .btn { width: 100%; justify-content: center; }
  .site-nav ul .menu-cta .btn-donate { background: var(--yellow-400); color: #1b2b2a; }
  .card-grid { grid-template-columns: 1fr; }
  .partner-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: 1fr; }
  .newsletter { flex-direction: column; }
  .newsletter input { width: 100%; }
  /* Mobile hero adjustments */
  .hero { background: #ffffff; min-height: 96vh; position: relative; }
  .hero::after { display: none; }
  .hero .container { position: relative; z-index: 1; }
  .hero .container { width: min(1200px, 96vw); }
  .hero-grid { padding-top: 1rem; }
  .hero-copy { margin-top: -40px; min-height: 82vh; display: flex; flex-direction: column; justify-content: center; }
  .hero-copy h1 { font-size: clamp(2.8rem, 8.5vw + 1rem, 4.6rem); }
  .hero-copy .subheadline { font-size: 1.15rem; }
  .hero-copy .hero-actions .btn { padding: 1.15rem 1.6rem; font-size: 1.12rem; }

  /* Mobile about video: center and constrain to container width */
  .about-grid .about-figure { justify-self: center; }
  .about-figure .video-embed { max-width: 92vw; width: 100%; margin-inline: auto; }
} 