@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap";:root{--background: 250 20% 98%;--foreground: 250 30% 8%;--border: 250 15% 88%;--muted: 250 15% 92%;--muted-foreground: 250 10% 42%;--primary: 262 70% 65%;--secondary: 330 85% 60%;--accent: 170 75% 40%;--hero-bg: 262 75% 52%;--banner-bg: 330 80% 92%;--banner-foreground: 330 75% 35%}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font:400 16px/1.5 DM Sans,sans-serif;color:hsl(var(--foreground));background:hsl(var(--background));-webkit-font-smoothing:antialiased}button,a{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}h1,h2,h3,p{margin:0}h1,h2,h3,.display{font-family:Space Grotesk,sans-serif}.container{width:100%;max-width:1152px;padding:0 16px;margin:0 auto}.container-narrow{max-width:1024px}.container-hero{max-width:896px}.announce{background:hsl(var(--banner-bg));color:hsl(var(--banner-foreground));text-align:center;padding:8px 16px;font-size:14px;line-height:20px;font-weight:500}.announce a{text-decoration:underline;font-weight:600}.announce a:hover{opacity:.8}.nav{position:sticky;top:0;z-index:50;background:hsla(var(--background)/.9);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid hsl(var(--border))}.nav-inner{height:64px;display:flex;align-items:center;justify-content:space-between}.nav-logo{display:flex;align-items:center}.nav-logo img{height:40px;width:40px;object-fit:contain}.nav-links{display:flex;gap:4px;align-items:center}.nav-links a{border-radius:8px;padding:8px 12px;font-size:14px;font-weight:500;color:hsl(var(--muted-foreground));transition:background .2s,color .2s}.nav-links a:hover{background:hsl(var(--muted));color:hsl(var(--foreground))}.nav-actions{display:flex;gap:8px;align-items:center}.pill{border-radius:999px;border:0;display:inline-flex;justify-content:center;align-items:center;gap:8px;white-space:nowrap;font-weight:500;transition:transform .2s,opacity .2s,box-shadow .2s,background .2s}.pill:hover{opacity:.9}.nav-button{height:40px;padding:0 20px;font-size:14px}.nav-button.outline{border:1px solid hsl(var(--border));background:hsl(var(--background));color:hsl(var(--foreground))}.nav-button.outline:hover{background:hsl(var(--muted))}.nav-button.donate,.primary-cta{background:hsl(var(--secondary));color:#fff;box-shadow:0 4px 9px hsla(var(--secondary)/.2)}.mobile-toggle{display:none;border:0;background:none;padding:8px;border-radius:8px;color:hsl(var(--muted-foreground))}.mobile-menu{display:none;padding:8px 16px 16px;border-top:1px solid hsl(var(--border))}.mobile-menu a{display:block;padding:10px 12px;font-size:14px;color:hsl(var(--muted-foreground))}.mobile-menu-actions{display:flex;gap:8px;padding-top:8px}.mobile-menu-actions .pill{display:inline-flex;padding:0 20px}.hero{position:relative;overflow:hidden;background:hsl(var(--hero-bg));padding:128px 0;text-align:center;color:#fff}.hero-glows{position:absolute;inset:0;overflow:hidden;pointer-events:none}.hero-glows span{position:absolute;display:block;border-radius:50%;filter:blur(64px);opacity:.2}.hero-glows span:nth-child(1){width:288px;height:288px;top:-80px;left:-80px;background:hsl(var(--secondary))}.hero-glows span:nth-child(2){width:320px;height:320px;top:50%;right:-80px;background:hsl(var(--accent))}.hero-glows span:nth-child(3){width:240px;height:240px;bottom:-40px;left:33.333%;background:hsl(var(--primary));opacity:.3}.hero .container{position:relative}.hero-label{display:inline-flex;align-items:center;gap:8px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:999px;padding:6px 16px;font-size:14px;line-height:20px;margin-bottom:24px}.hero h1{font-size:72px;line-height:1;letter-spacing:-.025em;font-weight:700;margin-bottom:24px}.hero p{max-width:576px;margin:0 auto 40px;color:#fffc;font-size:20px;line-height:28px}.hero-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:16px}.hero-buttons .pill{height:44px;padding:0 32px;font-size:16px}.primary-cta:hover,.volunteer-cta:hover{transform:scale(1.05)}.volunteer-cta{background:#fff;border:2px solid #fff;color:hsl(var(--hero-bg));font-weight:600}.collaborators{padding:64px 0}.eyebrow{margin-bottom:32px;text-align:center;text-transform:uppercase;letter-spacing:.1em;font-size:14px;line-height:20px;font-weight:600;color:hsl(var(--muted-foreground))}.collab-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.collab-card{padding:24px;border:1px solid hsl(var(--border));border-radius:16px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:12px;text-align:center;transition:box-shadow .2s}.collab-card:hover,.quote-card:hover{box-shadow:0 16px 40px -8px #7430e826}.collab-card img{height:48px;width:auto;object-fit:contain}.grad-pink{background:linear-gradient(to bottom right,#9567e41a,#f042991a)}.grad-teal{background:linear-gradient(to bottom right,#1ab3991a,#9567e41a)}.grad-coral{background:linear-gradient(to bottom right,#f042991a,#1ab3991a)}.grad-lilac{background:linear-gradient(to bottom right,#9567e41a,#1ab3991a)}.grad-mint{background:linear-gradient(to bottom right,#1ab3991a,#f042991a)}.about,.testimonials{padding:80px 0}.section-heading{text-align:center;margin-bottom:48px}.section-heading h2{font-size:36px;line-height:40px;font-weight:700;margin-bottom:12px}.section-heading p{font-size:18px;color:hsl(var(--muted-foreground))}.gradient-text{background:linear-gradient(135deg,#7430e8,#f04299,#19b399);-webkit-background-clip:text;background-clip:text;color:transparent}.about-copy{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-bottom:48px}.copy-card{border:1px solid hsl(var(--border));border-radius:16px;padding:24px;font-size:18px;line-height:1.625}.copy-card:first-child{background:linear-gradient(to bottom right,#9567e40d,#f042990d)}.copy-card:last-child{background:linear-gradient(to bottom right,#f042990d,#1ab3990d)}.metric-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.metric-card{padding:24px;border:1px solid hsl(var(--border));background:#fff;border-radius:16px;transition:box-shadow .2s}.metric-card:hover,.workshop-card:hover{box-shadow:0 16px 40px -8px #7430e826}.metric-icon{width:56px;height:56px;border-radius:16px;display:flex;justify-content:center;align-items:center;color:#fff;margin-bottom:16px}.metric-icon.one,.avatar{background:linear-gradient(to bottom right,#9567e4,#f04299)}.metric-icon.two{background:linear-gradient(to bottom right,#f04299,#1ab399)}.metric-icon.three{background:linear-gradient(to bottom right,#1ab399,#9567e4)}.metric-number{font:700 36px/40px Space Grotesk,sans-serif}.metric-title{font-size:14px;line-height:20px;font-weight:700;margin-top:4px}.metric-detail{font-size:12px;line-height:16px;color:hsl(var(--muted-foreground));margin-top:2px}.workshops{background:hsla(var(--muted)/.4);padding:80px 0;scroll-margin-top:64px}.about{scroll-margin-top:64px}.workshop-kicker{display:inline-flex;align-items:center;gap:8px;padding:6px 16px;border-radius:999px;background:hsla(var(--secondary)/.1);color:hsl(var(--secondary));font-size:14px;font-weight:600;margin-bottom:12px}.workshop-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.workshop-card{padding:20px;border:1px solid hsl(var(--border));border-radius:16px;display:flex;flex-direction:column;transition:box-shadow .2s,border-color .2s}.workshop-emoji{font-size:48px;line-height:1;margin-bottom:12px}.workshop-card h3{font-size:18px;line-height:1.375;font-weight:700;margin-bottom:12px}.workshop-meta{display:flex;flex-direction:column;gap:8px;color:hsl(var(--muted-foreground));font-size:12px;line-height:16px;margin-bottom:16px}.workshop-meta span{display:flex;align-items:center;gap:6px}.workshop-meta svg:nth-child(1){flex:none}.workshop-meta span:nth-child(1) svg{color:hsl(var(--primary))}.workshop-meta span:nth-child(2) svg{color:hsl(var(--secondary))}.workshop-meta span:nth-child(3) svg{color:hsl(var(--accent))}.signup{display:flex;align-items:center;justify-content:center;width:100%;height:36px;margin-top:auto;border-radius:999px;background:hsl(var(--primary));color:#fff;font-size:12px;font-weight:500;box-shadow:0 4px 8px hsla(var(--primary)/.2)}.signup:hover{background:hsla(var(--primary)/.9)}.testimonials .container{max-width:896px}.testimonials .section-heading p{font-size:16px}.quote-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.quote-card{padding:24px;border:1px solid hsl(var(--border));border-radius:16px;transition:box-shadow .2s;display:flex;flex-direction:column}.quote-card p{font-size:18px;line-height:1.625;margin-bottom:24px;flex:1}.quote-person{display:flex;align-items:center;gap:12px}.avatar{width:48px;height:48px;flex:none;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font:700 18px Space Grotesk,sans-serif}.quote-person strong{display:block;font-size:14px}.quote-person small{display:block;font-size:12px;color:hsl(var(--muted-foreground))}.footer{border-top:1px solid hsl(var(--border));background:hsla(var(--muted)/.3);padding:48px 0}.footer-main{display:flex;align-items:center;justify-content:space-between;gap:24px}.footer-brand{display:flex;align-items:center;gap:8px;font:700 18px Space Grotesk,sans-serif}.footer-brand img{width:32px;height:32px;border-radius:12px;object-fit:contain}.footer-links{display:flex;flex-wrap:wrap;gap:24px;font-size:14px;line-height:20px;color:hsl(var(--muted-foreground))}.footer-links a:hover{color:hsl(var(--foreground))}.footer-bottom{margin-top:32px;text-align:center;color:hsl(var(--muted-foreground));font-size:14px;line-height:20px}@media(max-width:767px){.nav-links,.nav-actions{display:none}.mobile-toggle{display:flex}.mobile-menu.open{display:block}.hero{padding:96px 0}.hero h1{font-size:36px;line-height:1.25}.hero h1 br{display:none}.hero p{font-size:18px;line-height:28px}.collab-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.about-copy,.metric-grid,.quote-grid{grid-template-columns:1fr}.section-heading h2{font-size:30px;line-height:36px}.footer-main{flex-direction:column}}@media(min-width:640px)and (max-width:1023px){.workshop-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:639px){.workshop-grid{grid-template-columns:1fr}.workshop-card{min-height:0}}
