*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;width:100%;font-family:Inter Tight,Poppins,sans-serif;background-color:var(--primary-background-color);color:var(--primary-text-color);line-height:1.6;overflow-x:hidden}:root{--primary-background-color: #F5E7DC;--primary-text-color: #4e3620;--secondary-color: #688b64;--tertiary-color: #e8dcc9;--tag-background-color: #fceee6;--tag-text-color: #4e3620;--sub-text-size: .85em;--main-text-size: 1em;--sub-header-text-size: 1.5em;--header-text-size: 2em;--unhovered: #CF9A44;--navbackground: #E8E5CE}a,a:visited,a:active{color:#4e3620!important;text-decoration:none!important}a:hover{color:#6b4a29!important}#root{min-height:100vh;width:100%;display:flex;flex-direction:column;padding-top:4rem}.Page{flex:1;width:100%;box-sizing:border-box}.top-section{text-align:center;padding:4rem 2rem;max-width:56.25rem;margin:0 auto}.top-section h1{font-size:clamp(2rem,5vw,3.5rem);font-weight:600;margin-bottom:1.5rem;line-height:1.2}.top-section p{font-size:clamp(1rem,2.5vw,1.3rem);color:#5a4630;line-height:1.6}.content-section{display:flex;align-items:center;justify-content:center;gap:3rem;max-width:87.5rem;margin:3rem auto;padding:2rem;flex-wrap:wrap}.section-image{width:100%;max-width:31.25rem;height:auto;border-radius:.75rem;flex-shrink:0;object-fit:cover}.section-text{flex:1;min-width:18.75rem;max-width:37.5rem}.section-text h2{font-size:clamp(1.5rem,3vw,2.2rem);margin-bottom:1.5rem;font-weight:700;color:var(--primary-text-color)}.section-text p{font-size:clamp(1rem,2vw,1.2rem);line-height:1.7;color:var(--primary-text-color);margin-bottom:1rem}.section-text-full{max-width:56.25rem;width:100%}.section-text-full p{font-size:clamp(1rem,2vw,1.2rem);line-height:1.7;margin-bottom:1.5rem;color:var(--primary-text-color)}.about-section{background-color:transparent}.mission-section{flex-direction:row-reverse}.origin-section{text-align:center;flex-direction:column;padding:3rem 2rem}.team-section{flex-direction:column;text-align:center;padding:3rem 2rem}.team-section h2{font-size:clamp(1.8rem,3vw,2.5rem);margin-bottom:.5rem;font-weight:700}.team-subtitle{font-size:1.1rem;margin-bottom:2rem;color:#5a4630}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(7.5rem,1fr));gap:2rem;max-width:50rem;width:100%;justify-items:center}.team-image{width:100%;max-width:9.375rem;height:auto;aspect-ratio:1;object-fit:cover;border-radius:50%;transition:transform .3s ease}.team-image:hover{transform:scale(1.05)}button{border:none;background-color:var(--secondary-color);color:#fff;padding:.75rem 1.5rem;font-weight:600;border-radius:.5rem;cursor:pointer;font-size:1rem;transition:background-color .3s ease,transform .2s ease}button:hover{background-color:#44624a;transform:translateY(-.125rem)}@media screen and (max-width: 900px){.content-section{gap:2rem;margin:2rem auto}.section-image{max-width:25rem}.mission-section,.about-section{flex-direction:column}}@media screen and (max-width: 600px){.top-section{padding:3rem 1.5rem}.content-section{padding:1.5rem;gap:1.5rem}.section-image{max-width:100%}.section-text,.section-text-full{text-align:center}.team-grid{grid-template-columns:repeat(auto-fit,minmax(6.25rem,1fr));gap:1.5rem}.team-image{max-width:7.5rem}}@media screen and (max-width: 400px){.top-section{padding:2rem 1rem}.content-section{padding:1rem}.team-grid{grid-template-columns:repeat(2,1fr)}}.header{position:fixed;top:0;left:0;width:100%;min-height:4rem;background-color:#e8e5cef2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;justify-content:space-between;align-items:center;padding:1em 2.5em;box-shadow:0 2px 10px #00000014;z-index:1002}.mobile-menu-toggle,#open-sidebar-button{display:none;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1003}#open-sidebar-button img,#close-sidebar-button img{width:1.75rem;height:1.75rem;display:block}#close-sidebar-button{display:none;background:none;border:none;cursor:pointer;padding:.5rem;align-self:flex-end;margin-bottom:1rem}.nav-links{display:flex;gap:1.5em;align-items:center;margin-right:40px;list-style:none}.nav-button:hover{background-color:transparent;color:transparent!important;text-decoration:none!important;transform:scale(1.05)}.nav-link{font-size:1.1em;color:var(--primary-text-color);text-decoration:none;font-weight:100;transition:transform .2s ease,color .2s ease;display:inline-block}.nav-link:hover{transform:scale(1.05);color:#6b4a29}.nav-button{background-color:var(--unhovered);color:#fff;border:none;padding:.5em 1em;border-radius:6px;font-weight:700;cursor:pointer;font-size:1.1em;transition:background-color .3s ease,transform .2s ease;text-decoration:none!important;display:inline-block}.nav-button:hover{background-color:var(--tertiary-color);color:var(--primary-text-color)!important;text-decoration:none!important;transform:scale(1.05)}.logo-image{height:3.5rem;width:auto;border-radius:50%}.logo{display:flex;align-items:center;gap:.5rem;text-decoration:none;z-index:1003}.logo-text{font-size:1.5rem;font-weight:700;color:var(--primary-text-color)}@media screen and (max-width: 900px){.header{padding:1em 1.5em}.mobile-menu-toggle{display:block}.nav-links{position:fixed;top:4rem;right:-100%;width:17.5rem;height:calc(100vh - 91px);background-color:var(--navbackground);flex-direction:column;gap:0;padding:2rem 0;margin-right:0;box-shadow:-2px 0 10px #0000001a;transition:right .3s ease-in-out;overflow-y:auto}.mobile-menu-toggle,.mobile-menu-open,#open-sidebar-button,#close-sidebar-button{display:block}.nav-links.active{right:0}.nav-item{width:100%;text-align:center;padding:1rem 1.5rem;border-bottom:1px solid rgba(78,54,32,.1)}.nav-link,.nav-button{font-size:1.2em;display:block;width:100%}.nav-link:hover{transform:scale(1.02)}.logo-text{font-size:1.2rem}.logo-image{height:60px}}@media screen and (max-width: 600px){.header{padding:1em}.logo-text{display:none}.logo-image{height:50px}.nav-links{width:100%;right:-100%}}.archives-page{background-color:#fdf7f0;font-family:Arial,sans-serif}.archives-container{max-width:1200px;margin:0 auto;padding:2rem;text-align:center}.archives-title{font-size:2.5rem;color:#4e3620;margin-bottom:2rem}.no-stories-text{font-size:1.2rem;color:#777;margin-top:2rem}.story-list{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.story-card{display:block;width:280px;background-color:#fff;border-radius:12px;text-decoration:none;color:#4e3620;box-shadow:0 2px 8px #00000014;transition:transform .2s ease}.story-card:hover{transform:translateY(-5px)}.story-image{width:100%;height:180px;object-fit:cover;border-top-left-radius:12px;border-top-right-radius:12px}.story-title{font-size:1.2rem;margin:1rem}.Story1{max-width:60em}.storystory{display:flex;justify-content:center;align-items:center;border-style:double;border-radius:30%;padding:1rem}.input-wrapper{background-color:#fff;width:100%;border-radius:10px;height:2.5rem;padding:0 15px;box-shadow:0 0 8px #ddd;display:flex;align-items:center}input{background-color:transparent;border:none;height:100%;font-size:1.25rem;width:100%;margin-left:5px}input:focus{outline:none}#search-icon{color:#4169e1}.results-list{width:100%;background-color:#fff;display:flex;flex-direction:column;box-shadow:0 0 8px #ddd;border-radius:10px;margin-top:1rem;max-height:300px;overflow-y:scroll}.search-result{padding:10px 20px}.search-result:hover{background-color:#efefef}.contact-page{background-color:#fdf7f0;min-height:100vh;padding-top:100px;font-family:Arial,sans-serif}.contact-container{max-width:700px;margin:0 auto;padding:2rem;text-align:center}.contact-title{font-size:2.5rem;color:#4e3620;margin-bottom:1rem}.contact-subtitle{font-size:1.2rem;margin-bottom:2rem;color:#5a4630}.contact-details p{font-size:1.1rem;margin:.5rem 0}.contact-details a{color:#4e3620;text-decoration:underline}.events-page{padding:3rem 2rem;background-color:#f6e9dd;font-family:Arial,sans-serif;color:#000;max-width:1200px;margin:0 auto}.events-title{text-align:center;font-size:1.8rem;font-weight:700;margin:2rem 0}.timeline{display:flex;flex-direction:column;gap:3rem;margin-bottom:4rem}.timeline-row{display:flex;align-items:center;gap:1rem;position:relative}.event-date{flex:1;text-align:right;font-weight:700}.calendar-icon{width:40px;height:40px;background-color:#ddd;padding:.5rem;border-radius:8px}.event-details{flex:2}.event-details h3{margin:0;font-weight:700}.past-events{display:flex;justify-content:space-between;flex-wrap:wrap;gap:1.5rem;padding:1rem 0}.past-event-card{width:30%;background-color:#ddd;height:200px;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:8px}.past-event-card img{max-width:100%;max-height:80%;object-fit:cover;border-radius:6px}.involved-container{background-color:#f6e9dd;padding:3rem 2rem;text-align:center;font-family:Arial,sans-serif;color:#000}.involved-title{font-size:2rem;font-weight:700;margin-bottom:.5rem}.involved-subtitle{font-size:1.1rem;margin-bottom:3rem}.roles-grid{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.role-card{background-color:#e3e3cd;border-radius:12px;padding:2rem;width:250px;box-shadow:0 2px 5px #00000026;display:flex;flex-direction:column;align-items:center}.role-icon{width:40px;height:40px;margin-bottom:1rem}.role-card h3{font-size:1.2rem;margin-bottom:.5rem}.role-card p{font-size:.95rem;margin:.3rem 0}.timeline{font-size:.85rem;color:#555;margin-top:.5rem}.apply-button{background-color:#dc9f6b;color:#fff;border:none;padding:.6rem 1rem;border-radius:8px;margin-top:1rem;font-weight:600;cursor:pointer;transition:background-color .3s}.apply-button:hover{background-color:#c88a54}.detailed-roles-section{display:flex;justify-content:space-between;width:100vw;margin:0 calc(-1*(100vw - 100%)/2);background-color:#f8e9dc;margin-top:3rem}.detailed-role-column{flex:1;padding:2rem;min-width:250px;box-sizing:border-box;background-color:#f8e9dc;border-left:1px solid #e0d0c0;border-right:1px solid #e0d0c0;text-align:left;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.detailed-role-column h3{font-size:1.2rem;font-weight:700;margin-bottom:1rem}.detailed-role-column p{font-size:.95rem;line-height:1.6;margin-bottom:1rem}.role-image-placeholder{width:100%;height:150px;background-color:#ddd;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.95rem;border-radius:8px;margin-top:auto}.detailed-role-column.middle{background-color:#e8e5ce}@media (max-width: 900px){.detailed-roles-section{flex-direction:column;margin:0;width:100%}.detailed-role-column{border:none;width:100%}}.impacts-page{font-family:Inter Tight,Poppins,sans-serif;background-color:#f8eadd;color:#4e3620;min-height:100vh}.impact-title-section{text-align:center;padding:3rem 2rem 2rem}.impact-title-section h1{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800;color:#4e3620;margin:0}.impact-hero-section{display:flex;align-items:center;justify-content:center;gap:3rem;flex-wrap:wrap;max-width:1200px;margin:2rem auto 4rem;padding:2rem}.impact-hero-text{flex:1;min-width:300px;max-width:550px}.impact-hero-text h2{font-size:clamp(1.5rem,3vw,2.2rem);font-weight:700;margin-bottom:1rem;line-height:1.3;color:#4e3620}.impact-hero-text p{font-size:clamp(1rem,2vw,1.2rem);line-height:1.7;color:#5a4630}.impact-hero-image{width:100%;max-width:300px;height:auto;flex-shrink:0;background-color:transparent}.impact-stats-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;max-width:1200px;margin:4rem auto;padding:2rem;text-align:center}.impact-stat-card{background-color:#e8ddc980;padding:2rem 1.5rem;border-radius:12px;transition:transform .3s ease,box-shadow .3s ease}.impact-stat-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0000001a}.impact-stat-card img{width:72px;height:72px;margin-bottom:1rem;object-fit:contain;background-color:transparent;mix-blend-mode:multiply}.impact-stat-card h3{font-size:clamp(2rem,4vw,2.8rem);margin-bottom:.75rem;font-weight:700;color:#cf9a44}.impact-stat-card p{font-size:clamp(.95rem,2vw,1.1rem);line-height:1.5;color:#4e3620}.impact-testimonies-section{max-width:1200px;margin:4rem auto;padding:3rem 2rem;text-align:center}.impact-testimonies-section h2{font-size:clamp(1.8rem,3vw,2.5rem);font-weight:700;margin-bottom:2.5rem;color:#4e3620}.testimonies-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;justify-items:center}.testimony-image{width:100%;max-width:400px;height:auto;border-radius:12px;box-shadow:0 4px 12px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.testimony-image:hover{transform:scale(1.03);box-shadow:0 6px 20px #00000026}@media screen and (max-width: 900px){.impact-hero-section{flex-direction:column;text-align:center;gap:2rem}.impact-hero-text{max-width:100%}.impact-stats-section{grid-template-columns:1fr;gap:2rem}}@media screen and (max-width: 600px){.impact-title-section{padding:2rem 1.5rem 1rem}.impact-hero-section{padding:1.5rem}.impact-hero-image{max-width:250px}.impact-stats-section{padding:1.5rem;gap:1.5rem}.impact-stat-card{padding:1.5rem 1rem}.impact-testimonies-section{padding:2rem 1.5rem}.testimonies-grid{gap:1.5rem}}@media screen and (max-width: 400px){.impact-hero-image{max-width:200px}.impact-stat-card img{width:56px;height:56px}}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}:root{font-family:Inter,Inter Tight,Roboto,system-ui,Helvetica,Arial,sans-serif;--secondary-background-color: #ffe8e5;--primary-text-color: #4f4f4f;--secondary-text-color: #ae838e;--primary-accent-color: #eabfb9;--sub-text-size: .75em;--main-text-size: 1em;--sub-header-text-size: 1.5em;--header-text-size: 2em;background-color:var(--primary-background-color);color:var(--primary-text-color);line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;min-width:200px;min-height:100dvh;overflow-x:hidden;overflow-y:scroll;max-width:100dvw}#root{margin:0;max-width:100dvw;width:100%;box-sizing:border-box;height:100dvh}
