.hero{position:relative;height:100vh;display:flex;align-items:center;justify-content:flex-start;overflow:hidden}.hero-bg-layers{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.hero-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}.hero-images{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}.hero-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 1.5s ease-in-out;z-index:2}.hero-slide.active{opacity:1}.hero-slide img{width:100%;height:100%;object-fit:cover;animation:slowZoom 20s infinite alternate var(--ease-out)}.hero-gradient-layer{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,rgb(31 31 27 / .95) 0%,rgb(31 31 27 / .7) 40%,rgb(31 31 27 / .2) 100%);z-index:3}.hero-texture-layer{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.08'/%3E%3C/svg%3E");z-index:4;pointer-events:none}@keyframes slowZoom{from{transform:scale(1)}to{transform:scale(1.1)}}.hero-content{position:relative;z-index:5;color:var(--color-white);max-width:1000px;margin-left:5%;margin-top:-9vh}.hero-title{display:flex;flex-direction:column;gap:0;margin-top:20vh;margin-bottom:var(--space-md)}.hero-title .line{font-size:clamp(2.5rem, 5vw, 4.5rem);font-weight:800;line-height:1;letter-spacing:-.03em;opacity:0;transform:translateY(100%);animation:revealLine 1.2s var(--ease-premium) forwards}.hero-title .delay-1{animation-delay:0.15s}.hero-title .delay-2{animation-delay:0.3s}.hero-subtitle{max-width:500px;margin-bottom:var(--space-lg);font-size:clamp(1rem, 1.2vw, 1.2rem);font-weight:300;opacity:0;transform:translateY(30px);animation:fadeUp 1s var(--ease-premium) 0.6s forwards}.hero-cta{opacity:0;transform:translateY(30px);animation:fadeUp 1s var(--ease-premium) 0.9s forwards;display:flex;gap:var(--space-sm)}@keyframes revealLine{to{opacity:1;transform:translateY(0)}}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}.scroll-indicator{position:absolute;bottom:var(--space-lg);right:var(--space-lg);left:auto;transform:none;display:flex;flex-direction:column;align-items:center;gap:.5rem;color:rgb(255 255 255 / .7);z-index:10}.scroll-text{font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem}.scroll-line{width:1px;height:40px;background:linear-gradient(to bottom,rgb(255 255 255 / .8),transparent);animation:scrollPulse 2s infinite}@keyframes scrollPulse{0%{transform:scaleY(0);transform-origin:top;opacity:0}50%{transform:scaleY(1);transform-origin:top;opacity:1}100%{transform:scaleY(0);transform-origin:bottom;opacity:0}}.impact-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-md);text-align:center}.counter{font-size:clamp(3rem, 5vw, 5rem);font-weight:800;color:var(--color-forest);line-height:1}.counter-suffix{font-size:clamp(1.5rem, 2vw, 2rem);font-weight:600;color:var(--color-leaf)}.impact-label{margin-top:.5rem;font-size:1rem;font-weight:500;color:var(--color-clay);text-transform:uppercase;letter-spacing:.05em}.program-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-md);margin-top:var(--space-lg)}.program-card{background:rgb(255 255 255 / .05);border-radius:16px;overflow:hidden;transition:transform var(--transition-mid),background var(--transition-fast)}.program-card:hover{transform:translateY(-10px);background:rgb(255 255 255 / .1)}.card-image-wrap{height:250px;overflow:hidden}.card-image-wrap img{width:100%;height:100%;object-fit:cover;transition:transform var(--transition-slow)}.program-card:hover .card-image-wrap img{transform:scale(1.1)}.card-content{padding:var(--space-md);margin-bottom:2rem}.card-content .heading-3{margin-bottom:var(--space-xs)}.card-content .body-text{margin-bottom:var(--space-sm);font-size:.95rem}.immersive-grid{position:relative;height:80vh;max-height:800px;margin-top:var(--space-lg);perspective:1000px}.gallery-card{position:absolute;width:30%;min-width:250px;border-radius:12px;overflow:hidden;box-shadow:0 20px 50px rgb(0 0 0 / .2);transition:transform var(--transition-mid),box-shadow var(--transition-mid),filter var(--transition-mid);transform-style:preserve-3d;cursor:pointer}.gallery-card img{width:100%;height:100%;object-fit:cover;pointer-events:none}.card-1{top:5%;left:5%;z-index:4;height:60%}.card-2{top:15%;right:5%;z-index:3;height:55%}.card-3{bottom:5%;left:25%;z-index:2;height:50%}.card-4{bottom:10%;right:25%;z-index:1;height:45%}.gallery-card:hover{z-index:10!important;box-shadow:0 30px 60px rgb(0 0 0 / .4)}.immersive-grid.has-hover .gallery-card:not(:hover){filter:brightness(.6) blur(2px);transform:scale(.98)!important}.card-glow{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at var(--mouse-x,50%) var(--mouse-y,50%),rgb(232 184 75 / .4) 0%,transparent 60%);opacity:0;mix-blend-mode:overlay;pointer-events:none;transition:opacity var(--transition-fast)}.gallery-card:hover .card-glow{opacity:1}.gallery-caption{position:absolute;bottom:var(--space-md);left:var(--space-md);color:var(--color-white);font-weight:600;font-size:1.2rem;opacity:0;transform:translateY(10px);transition:all var(--transition-fast);text-shadow:0 2px 10px rgb(0 0 0 / .5)}.gallery-card:hover .gallery-caption{opacity:1;transform:translateY(0)}.future-leaders .grid-2-col{grid-template-columns:1fr 1fr;gap:4rem}.future-text{display:flex;flex-direction:column;justify-content:center}.future-slideshow{width:100%;height:100%;min-height:500px;aspect-ratio:auto}.future-slide img{width:100%;height:100%;object-fit:cover;object-position:center 20%}.future-slideshow{position:relative;overflow:hidden;aspect-ratio:4 / 5}.future-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 1.2s ease-in-out;z-index:1}.future-slide.active{opacity:1;z-index:2}.future-slide img{width:100%;height:100%;object-fit:cover;transform:scale(1);transition:transform 6s ease-out}.future-slide.active img{transform:scale(1.05)}.future-text{display:flex;flex-direction:column;justify-content:center}.future-text .overline{margin-bottom:1.25rem}.future-text .heading-2{margin-bottom:2rem;color:bisque}.future-text .body-text{margin-bottom:3rem;max-width:480px}.future-text .btn{align-self:flex-start}@media (hover:none){.gallery-caption{background:rgb(31 31 27 / .7);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:.5rem 1rem;border-radius:6px;bottom:var(--space-sm)!important;left:var(--space-sm)!important}}.mission-vision .reveal-up{display:flex;flex-direction:column;align-items:center}.mission-vision .overline{margin-bottom:1.5rem}.mission-vision .heading-1{margin-bottom:3rem}.mission-vision .body-text{max-width:650px;text-align:center;margin-left:auto;margin-right:auto}