@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;0,700;1,600;1,700&family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600;9..40,700&family=Inter:wght@400;500;600&display=swap";:root{--bg-primary:#e8f2ea;--bg-white:#fff;--bg-cream:#fafaf7;--primary-green:#2b7f2a;--secondary-green:#2e7d2e;--primary-dark:#08284f;--accent-gold:#d6a737;--text-dark:#333;--text-black:#000;--text-light:#e8f2ea;--text-white:#fff;--text-muted:#5a6a4a;--font-serif:"Cormorant Garamond", serif;--font-sans:"DM Sans", sans-serif;--font-ui:"Inter", sans-serif}html{scroll-behavior:smooth}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);background-color:var(--bg-primary);color:var(--text-dark);-webkit-font-smoothing:antialiased;overflow-x:hidden}.container{max-width:1440px;margin:0 auto;padding:0 80px}.btn{font-family:var(--font-sans);letter-spacing:-4%;cursor:pointer;background:0 0;border:none;border-radius:40px;align-items:center;gap:10px;width:fit-content;padding:12px 24px;font-size:14px;font-weight:500;text-decoration:none;transition:opacity .3s,transform .3s;display:flex}.btn:hover{opacity:.9;color:var(--bg-white);background-color:var(--primary-green);transform:translateY(-2px)}.btn-outline{border:1px solid var(--primary-green);color:var(--primary-green)}.btn-outline:hover{background-color:var(--bg-cream);color:var(--primary-green)}.btn-primary{background-color:var(--primary-green);color:var(--text-white)}.btn-primary:hover{background-color:var(--accent-gold);color:var(--text-white)}.btn-icon{background-color:var(--accent-gold);border-radius:50px;justify-content:center;align-items:center;width:28px;height:28px;padding:6px;display:flex}.btn-icon img{width:16px;height:16px}.section{padding:120px max(6%,50vw - 640px)}.section-label{letter-spacing:0;text-transform:uppercase;color:var(--secondary-green);margin-bottom:1rem;font-size:.72rem;font-weight:500}.section-title{font-family:var(--font-serif);color:var(--text-dark);letter-spacing:0;max-width:640px;font-size:clamp(2rem,3.5vw,3rem);font-weight:700;line-height:1.15}.section-title em{color:var(--primary-green);font-style:italic}@media (width<=960px){.container{padding:0 5%}.section{padding:80px 5%}}@media (width<=600px){.section-title{font-size:2rem}}.social-link:hover{background:var(--bg-white);transform:translateY(-2px)}.header{z-index:100;background-color:var(--bg-primary);border-bottom:1px solid #e0ebe2;justify-content:space-between;align-items:center;padding:14px 80px;display:flex;position:absolute;top:0;left:0;right:0}.logo-img{object-fit:cover;width:56px;height:56px}.header-right{align-items:center;display:flex}.mobile-menu-btn{cursor:pointer;background:0 0;border:none;margin-left:1rem;padding:8px;display:none}.mobile-menu-btn img{object-fit:contain;width:24px;height:24px}.nav-btn-mobile{display:none}.nav-links{font-family:var(--font-sans);color:var(--text-dark);gap:40px;font-size:14px;font-weight:500;display:flex}.nav-item{cursor:pointer;color:inherit;text-decoration:none;transition:color .3s}.nav-item:hover,.nav-item.active{color:var(--primary-green);font-weight:600}@media (width<=960px){.desktop-btn{display:none}.mobile-menu-btn{display:block}.nav-links{background:var(--bg-primary);opacity:0;visibility:hidden;z-index:99;border-top:1px solid #e0ebe2;flex-direction:column;justify-content:space-between;gap:2.5rem;padding:2rem 5%;transition:transform .3s,opacity .3s,visibility .3s;position:absolute;top:100%;left:0;right:0;transform:translateY(-20px);box-shadow:0 10px 20px #0000000d}.nav-links.open{opacity:1;visibility:visible;transform:translateY(0)}.nav-btn-mobile{width:fit-content;margin-top:1rem;display:block}}footer{color:#fff9;background:#0f1a0f;padding:4rem 6% 2rem}.footer-grid{border-bottom:1px solid #ffffff14;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem;padding-bottom:3rem;display:grid}.footer-logo{font-family:var(--font-serif);color:#fff;margin-bottom:.75rem;font-size:1.4rem;font-weight:700}.footer-logo span{color:#9fd9b4}.footer-desc{max-width:260px;margin-bottom:1rem;font-size:.85rem;line-height:1.7}.footer-tagline{font-family:var(--font-serif);color:#9fd9b4;font-size:.9rem;font-style:italic}.footer-social{margin-top:1.5rem}.footer-social .footer-social-link{background:#ffffff14;border:1px solid #ffffff26;transition:all .25s}.footer-social .footer-social-link img{filter:brightness(0)invert();opacity:.8;transition:opacity .25s}.footer-social .footer-social-link:hover{background:var(--primary-green);border-color:var(--primary-green);transform:translateY(-2px)}.footer-social .footer-social-link:hover img{opacity:1}.footer-col h5{letter-spacing:.15em;text-transform:uppercase;color:#ffffff59;margin-bottom:1.25rem;font-size:.72rem;font-weight:500}.footer-col ul{flex-direction:column;gap:.65rem;padding-left:0;list-style:none;display:flex}.footer-col a{color:#ffffff8c;font-size:.86rem;text-decoration:none;transition:color .2s}.footer-col a:hover{color:var(--bg-white)}.footer-bottom{opacity:.4;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;font-size:.78rem;display:flex}@media (width<=960px){.footer-grid{grid-template-columns:1fr 1fr}}@media (width<=600px){.footer-grid{grid-template-columns:1fr;gap:2.5rem}}.hero-section{text-align:center;z-index:10;flex-direction:column;align-items:center;padding-top:183px;display:flex;position:relative}.hero-buttons{justify-content:center;align-items:center;gap:16px;display:flex}.hero-buttons .btn{padding:14px 28px}.hero-title{font-family:var(--font-serif);letter-spacing:-6%;color:var(--text-black);max-width:1100px;margin-bottom:18px;font-size:70px;font-weight:700;line-height:1.1}.hero-title .italic-green{color:var(--primary-green);font-style:italic}.hero-subtitle{max-width:760px;color:var(--text-dark);margin-bottom:32px;font-size:18px}.collage-marquee-wrapper{width:100vw;margin-top:40px;margin-left:-50vw;margin-right:-50vw;position:relative;left:50%;right:50%;overflow:hidden}.collage-container{align-items:center;gap:14px;width:max-content;height:400px;animation:40s linear infinite scrollLeft;display:flex;position:relative}.collage-container:hover{animation-play-state:paused}@keyframes scrollLeft{0%{transform:translate(0)}to{transform:translate(calc(-50% - 7px))}}@media (width<=1024px){.hero-title{font-size:60px}}@media (width<=960px){.hero-section{padding-top:120px}.hero-title{font-size:2.8rem}}@media (width<=600px){.hero-title{font-size:2.2rem}}.who-grid{grid-template-columns:1fr 1fr;align-items:start;gap:5rem;margin-top:0;display:grid}.who-text p{color:var(--text-dark);margin-bottom:1.25rem;font-size:1rem;line-height:1.85}.who-text .lead{color:var(--text-dark);font-size:1.1rem;font-weight:400}.who-image{border-radius:20px;align-self:center;width:100%;height:100%;min-height:400px;overflow:hidden}.who-image img{object-fit:cover;width:100%;height:100%}.who-cards{flex-direction:column;gap:1.25rem;max-width:800px;margin:0 auto;display:flex}.who-card{background:var(--bg-white);border:none;border-radius:12px;padding:1.75rem 2rem;box-shadow:0 4px 20px #0000000a}.who-card h4{font-family:var(--font-serif);color:var(--primary-green);margin-bottom:.5rem;font-size:1.35rem;font-weight:600}.who-card p{color:var(--text-muted);font-size:.95rem;line-height:1.6}.core-values{background-color:var(--bg-primary);padding:80px 6%}.vm-section{background:var(--primary-green);padding:120px max(6%,50vw - 640px)}.vm-grid{grid-template-columns:1fr 1fr;gap:2rem;margin-top:2.5rem;display:grid}.vm-card{background:#ffffff12;border:1px solid #ffffff1f;border-radius:14px;padding:2.5rem}.vm-card-label{letter-spacing:.2em;text-transform:uppercase;color:#ffffff73;margin-bottom:1rem;font-size:.72rem;font-weight:500}.vm-card h3{font-family:var(--font-serif);color:var(--bg-white);font-size:1.6rem;font-weight:500;line-height:1.4}.vm-card h3 em{color:#9fd9b4;font-style:italic}@media (width<=960px){.vm-grid{grid-template-columns:repeat(2,1fr)}.who-grid{grid-template-columns:1fr;gap:2.5rem}}@media (width<=600px){.vm-grid{grid-template-columns:1fr}}.focus-section{background:var(--bg-cream);padding:120px max(6%,50vw - 640px)}.focus-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:3.5rem;display:grid}.focus-card{background:var(--bg-white);border:1px solid #1e501e24;border-radius:14px;padding:2rem;transition:transform .2s,box-shadow .2s}.focus-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #1e501e1a}.focus-icon{border-radius:14px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:1.25rem;display:flex}.focus-icon img{object-fit:contain;width:36px;height:36px}.focus-icon.agri,.focus-icon.edu,.focus-icon.health,.focus-icon.live{background:#eaf3de}.focus-card h3{font-family:var(--font-serif);color:var(--primary-green);margin-bottom:.6rem;font-size:1.35rem;font-weight:600}.focus-card>p{color:var(--text-muted);margin-bottom:1.25rem;font-size:.9rem;line-height:1.7}.focus-list{flex-direction:column;gap:.4rem;padding-left:0;list-style:none;display:flex}.focus-list li{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.82rem;display:flex}.focus-list li:before{content:"";background:var(--secondary-green);border-radius:50%;flex-shrink:0;width:5px;height:5px}@media (width<=960px){.focus-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.focus-grid{grid-template-columns:1fr}}.where-grid{grid-template-columns:1.2fr 1fr;align-items:center;gap:5rem;margin-top:3.5rem;display:grid}.where-hq{background:var(--primary-green);border-radius:18px;padding:2.5rem}.where-hq-label{letter-spacing:.2em;text-transform:uppercase;color:#ffffff73;margin-bottom:.75rem;font-size:.72rem;font-weight:500}.where-hq h3{font-family:var(--font-serif);color:var(--bg-white);margin-bottom:.75rem;font-size:2rem;font-weight:500}.where-hq p{color:#ffffffb8;margin-bottom:1.25rem;font-size:.9rem;line-height:1.75}.where-tag{color:#ffffffd9;background:#ffffff1a;border-radius:100px;align-items:center;gap:.4rem;padding:.4rem 1rem;font-size:.78rem;display:inline-flex}.where-tag img{filter:brightness(0)invert();opacity:.85;width:14px;height:14px}.expansion-label{letter-spacing:.18em;text-transform:uppercase;color:var(--text-muted);margin-bottom:1.25rem;font-size:.72rem;font-weight:500}.expansion-list{flex-direction:column;gap:.9rem;display:flex}.expansion-item{background:var(--bg-white);border:1px solid #1e501e24;border-radius:10px;align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex}.expansion-num{font-family:var(--font-serif);color:var(--secondary-green);min-width:28px;font-size:1.5rem;font-weight:600;line-height:1}.expansion-item h4{color:var(--primary-green);margin-bottom:.1rem;font-size:.9rem;font-weight:500}.expansion-item p{color:var(--text-muted);font-size:.78rem}@media (width<=960px){.where-grid{grid-template-columns:1fr;gap:2.5rem}}.approach-section{background:var(--bg-cream);padding-right:0!important}.approach-header-row{justify-content:space-between;align-items:flex-end;margin-bottom:3.5rem;padding-right:6%;display:flex}.approach-nav{gap:.75rem;display:flex}.nav-btn{color:#fff;cursor:pointer;background:#141416;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.2rem;transition:opacity .2s;display:flex}.nav-btn:hover{opacity:.8}.nav-btn img{filter:brightness(0)invert();width:20px;height:20px}.approach-carousel{scrollbar-width:none;padding:1rem 6% 2rem 0;display:flex;overflow-x:auto}.approach-carousel::-webkit-scrollbar{display:none}.approach-card{text-align:left;border:none;border-radius:20px;flex:0 0 320px;margin-right:-2rem;padding:2.5rem 2rem;transition:transform .3s;position:relative;box-shadow:4px 0 15px #0000000d}.approach-card:hover{transform:translateY(-8px);z-index:10!important}.approach-card.c-purple{background:#ebe6fa}.approach-card.c-yellow{background:#fef3d5}.approach-card.c-cyan{background:#e1f8f8}.approach-card.c-orange{background:#fdeae0}.approach-card.c-pink{background:#f8e1ee}.approach-card.c-green{background:#e1f8e6}.ap-num{border:1.5px solid var(--text-dark);width:44px;height:44px;color:var(--text-dark);border-radius:50%;justify-content:center;align-items:center;margin-bottom:2rem;font-size:1.2rem;font-weight:500;display:flex}.approach-card h4{font-family:var(--font-sans);color:var(--text-dark);letter-spacing:-.02em;margin-bottom:.75rem;font-size:1.15rem;font-weight:700}.approach-card p{color:var(--text-muted);font-size:.9rem;line-height:1.6}@media (width<=960px){.approach-section{padding:80px 0 80px 5%!important}.approach-header-row{padding-right:5%}}.goals-content-wrapper{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.goals-image-side{border-radius:20px;width:100%;height:100%;min-height:400px;overflow:hidden}.goals-image-side img{object-fit:cover;width:100%;height:100%}.goals-grid{flex-direction:column;gap:1.25rem;width:fit-content;margin-top:3rem;display:flex}.goal-card{border-radius:12px;flex-direction:row;align-items:center;gap:.5rem;display:flex}.goal-card img{width:24px;height:24px;color:var(--primary-green)}.goal-card h4{font-family:var(--font-sans);color:var(--text-dark);font-size:1rem;font-weight:500;line-height:1.35}@media (width<=960px){.goals-grid{grid-template-columns:repeat(2,1fr)}.goals-content-wrapper{grid-template-columns:1fr;gap:2.5rem}}@media (width<=600px){.goals-grid{grid-template-columns:1fr}}.partner-section{background:var(--text-dark);padding:120px 6%}.partner-section .section-label{color:var(--accent-gold)}.partner-section .section-title{color:var(--bg-white)}.partner-types-grid{grid-template-columns:repeat(3,1fr);gap:1rem;margin:2.5rem 0;display:grid}.partner-type{color:#ffffffb8;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;align-items:center;gap:.6rem;padding:1.1rem 1.25rem;font-size:.88rem;display:flex}.partner-type:before{content:"";background:var(--accent-gold);border-radius:50%;flex-shrink:0;width:5px;height:5px}.partner-actions{flex-wrap:wrap;gap:1rem;display:flex}@media (width<=960px){.partner-types-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.partner-types-grid{grid-template-columns:1fr}}.volunteer-section{background:var(--bg-white);padding:120px max(6%,50vw - 640px)}.volunteer-grid{grid-template-columns:1.1fr 1fr;align-items:center;gap:5rem;margin-top:1rem;display:grid}.volunteer-text p{color:var(--text-muted);margin-bottom:1.25rem;font-size:1rem;line-height:1.85}.vol-areas-label{letter-spacing:.18em;text-transform:uppercase;color:var(--text-muted);margin-bottom:1.1rem;font-size:.72rem;font-weight:500}.vol-areas{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.vol-area{background:var(--bg-white);color:var(--primary-green);border:1px solid #1e501e24;border-radius:8px;align-items:center;gap:.5rem;padding:.85rem 1rem;font-size:.85rem;font-weight:500;display:flex}.vol-area:before{content:"";background:var(--secondary-green);border-radius:50%;flex-shrink:0;width:5px;height:5px}@media (width<=960px){.volunteer-grid{grid-template-columns:1fr;gap:2.5rem}.vol-areas{grid-template-columns:1fr}}.donate-section{background:var(--primary-green);text-align:center;padding:120px max(6%,50vw - 640px)}.donate-section .section-label{color:#ffffff80}.donate-section .section-title{color:var(--bg-white);text-align:center;margin:0 auto 1.25rem}.donate-section .donate-sub{color:#ffffffb8;max-width:540px;margin:0 auto 2.5rem;font-size:1rem;line-height:1.8}.donate-cards{grid-template-columns:repeat(3,1fr);gap:1.25rem;max-width:680px;margin:0 auto 2.5rem;display:grid}.donate-card{text-align:center;background:#ffffff14;border:1px solid #ffffff24;border-radius:12px;padding:1.5rem}.donate-card h4{font-family:var(--font-sans);color:var(--bg-white);margin-bottom:.4rem;font-size:1.1rem;font-weight:700}.donate-card p{color:var(--text-light);font-size:.82rem;line-height:1.55}.donate-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.donate-actions .btn-outline{color:#fff;border-color:#fff6}.donate-actions .btn-outline:hover{color:#fff;background:#ffffff1a;border-color:#fff}.donate-actions .btn-primary{background:var(--bg-white);color:var(--primary-green)}.donate-actions .btn-primary:hover{background:var(--bg-cream);color:var(--secondary-green)}@media (width<=960px){.donate-cards{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.donate-cards{grid-template-columns:1fr}.donate-actions{flex-direction:column;width:100%}.donate-actions .btn{justify-content:center;width:100%}}.contact-grid{grid-template-columns:1fr 1fr;align-items:start;gap:5rem;margin-top:3.5rem;display:grid}.contact-info{flex-direction:column;gap:1.5rem;display:flex}.contact-item{align-items:flex-start;gap:1rem;display:flex}.contact-icon{background:var(--bg-cream);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.contact-icon img{object-fit:contain;width:20px;height:20px}.contact-item h4{letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.25rem;font-size:.75rem;font-weight:500}.contact-item p,.contact-item a{color:var(--primary-green);font-size:.92rem;line-height:1.65;text-decoration:none;display:block}.social-row{flex-wrap:wrap;gap:.6rem;margin-top:.4rem;display:flex}.social-link{background:var(--bg-cream);border:1px solid #1e501e24;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;transition:background .2s;display:inline-flex}.social-link img{object-fit:contain;width:18px;height:18px}.social-link:hover{background:var(--bg-white)}.contact-form{flex-direction:column;gap:1rem;display:flex}.contact-form input,.contact-form textarea{background:var(--bg-white);font-family:var(--font-sans);color:var(--text-dark);resize:none;box-sizing:border-box;border:1px solid #1e501e24;border-radius:8px;outline:none;width:100%;padding:.85rem 1.1rem;font-size:.9rem;transition:border-color .2s}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--secondary-green)}.contact-form input::placeholder,.contact-form textarea::placeholder{color:var(--text-muted);opacity:.5}.contact-form textarea{height:120px}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (width<=960px){.contact-grid{grid-template-columns:1fr;gap:2.5rem}.form-row{grid-template-columns:1fr}}.impact-page-wrapper{background-color:var(--bg-cream);min-height:100vh;font-family:var(--font-sans);color:var(--text-dark);padding-top:84px}.main-content-layout{max-width:1200px;margin:0 auto;padding:48px 6% 100px}.impact-hero{background:linear-gradient(180deg, var(--bg-primary) 0%, #e8f2ea66 100%);text-align:center;border-bottom:1px solid #2b7f2a14;padding:60px 6% 80px}.impact-hero-content{max-width:900px;margin:0 auto}.impact-label{font-family:var(--font-sans);letter-spacing:.15em;text-transform:uppercase;color:var(--secondary-green);margin-bottom:1.25rem;font-size:.75rem;font-weight:600}.impact-title{font-family:var(--font-serif);color:var(--text-black);margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1.15}.impact-title em{color:var(--primary-green);font-style:italic;font-weight:400}.impact-subtitle{color:var(--text-muted);max-width:680px;margin:0 auto 3rem;font-size:clamp(1rem,1.5vw,1.15rem);line-height:1.6}.stats-bar{background:var(--bg-white);border:1px solid #2b7f2a1f;border-radius:20px;justify-content:space-around;max-width:800px;margin:0 auto;padding:24px 16px;display:flex;box-shadow:0 10px 30px #2b7f2a0a}.stat-item{flex-direction:column;flex:1;align-items:center;display:flex;position:relative}.stat-item:not(:last-child):after{content:"";background-color:#2b7f2a1f;width:1px;height:70%;position:absolute;top:15%;right:0}.stat-number{font-family:var(--font-sans);color:var(--primary-green);margin-bottom:6px;font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:700;line-height:1.1}.stat-label{color:var(--text-muted);text-transform:capitalize;letter-spacing:-.01em;font-size:.8rem;font-weight:500}@media (width<=768px){.stats-bar{flex-wrap:wrap;gap:16px}.stat-item{flex:calc(50% - 16px)}.stat-item:nth-child(2):after{display:none}}@media (width<=600px){.impact-hero{padding:40px 5% 60px}.stat-item{flex:100%}.stat-item:after{display:none!important}}.stories-column{grid-template-columns:repeat(2,1fr);gap:32px;display:grid}.activity-card{background:var(--bg-white);border:1px solid #00000008;border-radius:24px;flex-direction:column;padding:24px;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 10px 35px #00000005}.activity-card:hover{transform:translateY(-4px);box-shadow:0 15px 45px #0000000a}.activity-card-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.activity-card-title{font-family:var(--font-serif);color:var(--text-black);margin-bottom:14px;font-size:clamp(1.5rem,2.5vw,1.9rem);font-weight:700;line-height:1.25}.activity-card-excerpt{color:var(--text-muted);margin-bottom:24px;font-size:.95rem;line-height:1.6}.emoji-grid{border-radius:16px;margin-bottom:24px;overflow:hidden}.emoji-panel-item{justify-content:center;align-items:center;min-height:100px;transition:transform .3s,filter .3s;display:flex;position:relative}.emoji-panel-item:hover{filter:brightness(1.05);z-index:2;transform:scale(1.02)}.panel-emoji{filter:drop-shadow(0 4px 6px #0000001a);font-size:2.8rem}.panel-text{color:var(--text-white);font-size:1.4rem;font-weight:700;font-family:var(--font-serif);letter-spacing:-.02em}.grid-style-3{grid-template-rows:1fr 1fr;grid-template-columns:2fr 1fr;gap:8px;height:260px;display:grid}.grid-style-3 .emoji-panel-item:first-child{grid-row:span 2}.grid-style-3 .emoji-panel-item:first-child .panel-emoji{font-size:3.5rem}.grid-style-2{grid-template-columns:1fr 1fr;gap:8px;height:220px;display:grid}.grid-style-2 .panel-emoji{font-size:3.5rem}.grid-style-1{grid-template-columns:1fr;gap:8px;height:180px;display:grid}.grid-style-1 .panel-emoji{font-size:3.5rem}.activity-card-paragraphs{display:none}.story-modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background-color:#08284f73;justify-content:center;align-items:center;padding:20px;animation:.3s fadeIn;display:flex;position:fixed;inset:0}.story-modal-content{background-color:var(--bg-white);scrollbar-width:thin;border-radius:28px;width:100%;max-width:800px;max-height:90vh;padding:40px;animation:.3s cubic-bezier(.16,1,.3,1) slideUp;position:relative;overflow-y:auto;box-shadow:0 25px 60px #00000026}.close-modal-btn{cursor:pointer;color:var(--text-muted);background:0 0;border:none;font-size:2.2rem;line-height:1;transition:color .2s;position:absolute;top:24px;right:28px}.close-modal-btn:hover{color:var(--text-black)}.modal-header{flex-wrap:wrap;align-items:center;gap:16px;margin-bottom:16px;display:flex}.modal-title{font-family:var(--font-serif);color:var(--text-black);margin-bottom:24px;font-size:clamp(1.8rem,3.5vw,2.5rem);font-weight:700;line-height:1.2}.modal-emoji-grid-container{margin-bottom:28px}.modal-body-text{color:var(--text-dark);margin-bottom:32px;font-size:1rem;line-height:1.7}.modal-p{margin-bottom:18px}.modal-tags{border-top:1px solid #0000000f;flex-wrap:wrap;gap:8px;margin-bottom:36px;padding-top:24px;display:flex}.modal-tag-pill{color:var(--secondary-green);font-size:.8rem;font-weight:600}.modal-footer{border-top:1px solid #0000000f;justify-content:flex-end;gap:16px;padding-top:24px;display:flex}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (width<=600px){.activity-card{padding:24px}.emoji-grid{flex-flow:wrap;gap:6px;height:auto!important;display:flex!important}.emoji-panel-item{flex:calc(50% - 6px);height:100px;min-height:auto}.emoji-panel-item:last-child{flex-grow:2}.panel-emoji{font-size:2.2rem!important}.story-modal-content{padding:24px}.close-modal-btn{top:12px;right:16px}.modal-footer{flex-direction:column-reverse}.modal-footer button,.modal-footer a{justify-content:center;width:100%}}.clickable-grid{cursor:pointer;transition:transform .25s,box-shadow .25s}.clickable-grid:hover{transform:translateY(-2px);box-shadow:0 8px 24px #2b7f2a14}.modal-gallery-wrapper{background-color:#fafaf7;border:1px solid #0000000a;border-radius:20px;flex-direction:column;gap:16px;margin-bottom:32px;padding:20px;display:flex}.modal-gallery-main{align-items:center;gap:16px;display:flex;position:relative}.gallery-image-frame{background-color:#e8ede9;border-radius:16px;flex:1;height:400px;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000000d}.gallery-active-image{object-fit:cover;width:100%;height:100%;animation:.4s fadeIn}.gallery-arrow-btn{background-color:var(--bg-white);width:48px;height:48px;color:var(--primary-green);cursor:pointer;-webkit-user-select:none;user-select:none;border:1px solid #2b7f2a26;border-radius:50%;justify-content:center;align-items:center;font-size:1.8rem;line-height:1;transition:all .25s;display:flex}.gallery-arrow-btn:hover{background-color:var(--primary-green);color:var(--text-white);transform:scale(1.05);box-shadow:0 4px 12px #2b7f2a26}.gallery-arrow-btn:active{transform:scale(.95)}.gallery-counter-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--text-white);letter-spacing:.05em;background:#08284fb3;border-radius:30px;padding:6px 14px;font-size:.8rem;font-weight:600;position:absolute;bottom:16px;right:16px;box-shadow:0 4px 10px #0000001a}.gallery-thumbnails-strip{scrollbar-width:thin;scrollbar-color:var(--primary-green) transparent;gap:10px;padding:4px 2px;display:flex;overflow-x:auto}.gallery-thumbnails-strip::-webkit-scrollbar{height:4px}.gallery-thumbnails-strip::-webkit-scrollbar-thumb{background-color:#2b7f2a4d;border-radius:4px}.gallery-thumbnail-wrap{cursor:pointer;opacity:.6;background-color:#ccc;border:2px solid #0000;border-radius:8px;flex-shrink:0;width:80px;height:56px;transition:all .25s;overflow:hidden}.gallery-thumbnail-wrap:hover{opacity:.9;transform:translateY(-1px)}.gallery-thumbnail-wrap.active{border-color:var(--primary-green);opacity:1;transform:scale(1.02);box-shadow:0 4px 10px #2b7f2a26}.gallery-thumbnail-img{object-fit:cover;width:100%;height:100%}@media (width<=600px){.gallery-image-frame{height:240px}.gallery-arrow-btn{width:36px;height:36px;font-size:1.4rem}}@media (width<=900px){.stories-column{grid-template-columns:1fr;gap:24px}}.photo-panel-item{background-color:#f1f6f2;border-radius:8px;position:relative;overflow:hidden}.grid-collage-photo{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.clickable-grid:hover .grid-collage-photo{transform:scale(1.05)}.photo-grid-overlay{color:var(--text-white);z-index:2;background:#0f3d1bbf;justify-content:center;align-items:center;transition:background-color .3s;display:flex;position:absolute;inset:0}.photo-grid-overlay .panel-text{font-size:clamp(.9rem,1.2vw,1.15rem);font-weight:700;font-family:var(--font-sans);letter-spacing:.05em;text-transform:uppercase;color:var(--text-white)}.clickable-grid:hover .photo-grid-overlay{background:#0f3d1ba6}
