@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Outfit:wght@700;800;900&display=swap";:root{--bg-yellow:#f8f1c8;--text-dark:#1f1f1f;--text-light:#5f5f5f;--pill-bg:#111;--pill-text:#fff;--pill-hover:#333;--card-bg:#fff6;--card-border:#0000000d;--font-primary:"Inter", sans-serif;--font-display:"Outfit", sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-primary);background-color:var(--bg-yellow);color:var(--text-dark);min-height:100vh;position:relative;overflow-x:hidden}body:before{content:"";pointer-events:none;z-index:9999;opacity:.25;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");width:100vw;height:100vh;position:fixed;top:0;left:0}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-yellow)}::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}h1,h2,h3,h4,h5,h6{font-family:var(--font-display)}.container{max-width:1200px;margin:0 auto;padding:0 5%}a{color:inherit;text-decoration:none}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.navbar{z-index:100;justify-content:center;width:100vw;display:flex;position:fixed;top:30px}.nav-pill{background-color:var(--pill-bg);border-radius:50px;align-items:center;gap:5px;padding:8px;display:flex;box-shadow:0 10px 25px #0003}.nav-item{color:var(--pill-text);border-radius:40px;align-items:center;padding:10px 20px;font-size:.9rem;font-weight:500;transition:all .2s ease-in-out;display:flex}.nav-item:hover{background-color:var(--pill-hover)}.nav-item.active{color:#111;background-color:#fff}@media (width<=600px){.nav-item{padding:8px 12px;font-size:.8rem}}.hero-section{justify-content:center;align-items:center;width:100vw;height:100vh;padding-top:60px;display:flex;position:relative;overflow:hidden}.hero-background-text{font-family:var(--font-display);white-space:nowrap;letter-spacing:-.04em;z-index:1;pointer-events:none;color:#0000;background-image:linear-gradient(110deg,#1111110d 20%,#1111112e 40%,#11111152 50%,#1111112e 60%,#1111110d 80%);background-size:250% 100%;-webkit-background-clip:text;background-clip:text;font-size:16vw;font-weight:900;line-height:1;animation:4s ease-in-out infinite twirire-shimmer;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes twirire-shimmer{0%{background-position:200%}to{background-position:-200%}}.hero-content{z-index:2;justify-content:space-between;align-items:flex-end;width:100%;max-width:1400px;height:80%;padding:0 40px;display:flex;position:absolute;bottom:0}.hero-text{max-width:300px;color:var(--text-dark);margin-bottom:80px;font-size:1rem;font-weight:500;line-height:1.5}.hero-text.left{text-align:left}.hero-text.right{text-align:right}.hero-image-container{flex:1;justify-content:center;align-items:flex-end;height:100%;display:flex}.hero-image{object-fit:contain;object-position:bottom center;filter:drop-shadow(0 20px 40px #00000026);width:auto;max-width:min(480px,34vw);height:95%;max-height:900px;display:block}@media (width<=1024px){.hero-background-text{font-size:20vw}.hero-text{max-width:200px;font-size:.9rem}.hero-image{max-width:min(360px,36vw)}}@media (width<=768px){.hero-content{flex-direction:column;justify-content:flex-end;align-items:center;width:100%;padding:0;left:0;right:0}.hero-text{display:none}.hero-image-container{justify-content:center;align-items:flex-end;width:100%}.hero-image{width:auto;max-width:90vw;height:70vh;margin:0 auto;display:block}}.featured-section{z-index:5;text-align:center;padding:60px 5%;position:relative}.featured-container{max-width:var(--max-width);margin:0 auto}.featured-section h2{color:var(--grey-dark);text-transform:uppercase;letter-spacing:2px;margin-bottom:2rem;font-size:1.5rem;font-weight:600}.featured-logos{opacity:.7;flex-wrap:wrap;justify-content:center;align-items:center;gap:3rem;display:flex}.featured-logos img{object-fit:contain;filter:grayscale();width:auto;height:60px;transition:all .3s}.featured-logos img:hover{filter:grayscale(0%);cursor:pointer;transform:scale(1.05)}@media (width<=768px){.featured-logos{gap:2rem}.featured-logos img{height:45px}}.about-section{z-index:5;padding:100px 5%;position:relative}.about-header{text-align:center;margin-bottom:60px}.about-header h2{color:#111;margin-bottom:20px;font-size:3.5rem;line-height:1.1}.about-header p{color:var(--text-light);max-width:600px;margin:0 auto;font-size:1.2rem}.experience-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;display:grid}.experience-card{background:var(--card-bg);-webkit-backdrop-filter:blur(10px);border:1px solid #ffffff80;border-radius:20px;padding:40px;transition:transform .3s,box-shadow .3s;animation:.8s backwards fadeUp;box-shadow:0 10px 30px #0000000d}.experience-card:first-child{animation-delay:.1s}.experience-card:nth-child(2){animation-delay:.2s}.experience-card:nth-child(3){animation-delay:.3s}.experience-card:nth-child(4){animation-delay:.4s}.experience-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000001a}.experience-card h3{color:#111;margin-bottom:15px;font-size:1.4rem}.experience-card p{color:var(--text-light);line-height:1.6}@media (width<=768px){.about-header h2{font-size:2.5rem}.experience-card{padding:30px}}.charity-section{z-index:5;padding:100px 5%;position:relative}.charity-content{flex-direction:column;gap:60px;display:flex}.charity-text-content{text-align:center;max-width:800px;margin:0 auto}.charity-text-content h2{color:#111;margin-bottom:25px;font-size:3rem}.charity-intro{color:var(--text-light);font-size:1.15rem;line-height:1.8}.charity-intro strong{color:#111}.charity-cards{flex-wrap:wrap;justify-content:center;gap:30px;display:flex}.charity-card{text-align:center;background:#fff;border:1px solid #00000005;border-radius:20px;flex:1;min-width:280px;max-width:350px;padding:40px 30px;transition:transform .4s cubic-bezier(.175,.885,.32,1.275);animation:.8s backwards fadeUp;box-shadow:0 15px 35px #0000000f}.charity-card:first-child{animation-delay:.1s}.charity-card:nth-child(2){animation-delay:.2s}.charity-card:nth-child(3){animation-delay:.3s}.charity-card:nth-child(4){animation-delay:.4s}.charity-card:hover{transform:translateY(-15px)scale(1.02)}.charity-icon{background:var(--bg-yellow);border-radius:50%;margin-bottom:25px;padding:20px;font-size:3.5rem;display:inline-block;box-shadow:inset 0 0 20px #0000000d}.charity-card h3{color:#111;margin-bottom:15px;font-size:1.4rem}.charity-card p{color:var(--text-light);font-size:.95rem;line-height:1.6}@media (width<=768px){.charity-text-content h2{font-size:2.2rem}}.blog-section{z-index:5;padding:100px 5%;position:relative}.blog-header{text-align:center;margin-bottom:60px}.blog-header h2{color:#111;margin-bottom:20px;font-size:3.5rem;line-height:1.1}.blog-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;max-width:1200px;margin:0 auto;display:grid}.blog-card{background:var(--card-bg);-webkit-backdrop-filter:blur(10px);border:1px solid #ffffff80;border-radius:20px;flex-direction:column;transition:transform .3s,box-shadow .3s;animation:.8s backwards fadeUp;display:flex;overflow:hidden;box-shadow:0 10px 30px #0000000d}.blog-card:first-child{animation-delay:.1s}.blog-card:nth-child(2){animation-delay:.2s}.blog-card:nth-child(3){animation-delay:.3s}.blog-card:nth-child(4){animation-delay:.4s}.blog-card:hover{transform:translateY(-8px);box-shadow:0 15px 40px #0000001a}.blog-image{width:100%;height:220px;overflow:hidden}.blog-image img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.blog-card:hover .blog-image img{transform:scale(1.05)}.blog-content{flex-direction:column;flex-grow:1;padding:30px;display:flex}.blog-content h3{color:#111;margin-bottom:1.5rem;font-size:1.4rem;font-weight:600;line-height:1.5}.read-more{color:var(--text-dark);align-items:center;margin-top:auto;font-size:1rem;font-weight:600;text-decoration:none;transition:color .2s;display:inline-flex}.read-more span{margin-left:.5rem;transition:transform .2s}.read-more:hover{color:#111}.read-more:hover span{transform:translate(4px)}@media (width<=768px){.blog-header h2{font-size:2.5rem}}.footer-section{color:#fff;z-index:5;background-color:#111;padding:80px 0 20px;position:relative}.footer-content{justify-content:space-between;gap:50px;margin-bottom:60px;display:flex}.footer-left{flex:1;max-width:500px}.footer-left h2{margin-bottom:20px;font-size:3rem}.footer-left p{color:#aaa;margin-bottom:30px;line-height:1.6}.contact-info p{color:#ddd;margin-bottom:15px}.contact-info strong{color:#fff}.footer-right{flex:1;max-width:500px}.contact-form{flex-direction:column;gap:20px;display:flex}.contact-form input,.contact-form textarea{color:#fff;background:#ffffff0d;border:none;border-radius:10px;width:100%;padding:15px;font-family:inherit;font-size:1rem;transition:background .3s}.contact-form input:focus,.contact-form textarea:focus{background:#ffffff1a;outline:none}.contact-form button{background:var(--bg-yellow);color:#111;cursor:pointer;font-size:1.1rem;font-weight:600;font-family:var(--font-primary);border:none;border-radius:10px;padding:15px 30px;transition:transform .2s}.contact-form button:hover{background:#fff;transform:translateY(-2px)}.footer-bottom{text-align:center;color:#888;border-top:1px solid #ffffff1a;justify-content:space-between;padding:20px 5%;font-size:.9rem;display:flex}@media (width<=768px){.footer-content{flex-direction:column}.footer-bottom{flex-direction:column;gap:10px}}
