.loading-container{display:flex;justify-content:center;align-items:center;width:100vw;height:100vh;margin:0;padding:0;background-color:#000;opacity:1;transition:opacity 1s ease-out;position:fixed;top:0;left:0;overflow:hidden}.loading-container.fade-out{opacity:0}.logo-wrapper{width:300px;height:300px;display:flex;justify-content:center;align-items:center;position:relative}.logo{width:300px;height:300px;object-fit:contain;filter:brightness(0) saturate(100%) invert(62%) sepia(66%) saturate(1352%) hue-rotate(12deg) brightness(107%) contrast(93%);opacity:0;transform:scale(.9);transition:opacity .5s ease-out,transform .5s ease-out;display:block}.logo.loaded{opacity:1;transform:scale(1)}.header{width:100%;background-color:transparent;padding:clamp(1rem,2vh,1.5rem) clamp(1rem,2vw,2rem);position:fixed;top:0;z-index:100;transition:transform .3s ease-in-out;transform:translateY(0)}.header.hidden{transform:translateY(-100%)}.header.visible{transform:translateY(0)}.nav{display:flex;justify-content:space-between;align-items:center;max-width:1080px;margin:0 auto}.logo-link{display:flex;align-items:center;text-decoration:none}.header-logo{height:clamp(50px,6vh,80px);width:auto;filter:brightness(0) invert(1)}.nav-menu{display:flex;list-style:none;gap:clamp(2rem,3vw,4rem);align-items:center;justify-content:center;width:100%}.nav-separator{display:flex;align-items:center;height:clamp(30px,4vh,50px);margin:0 clamp(.5rem,1vw,1rem)}.separator-svg{width:clamp(2px,.3vw,4px);height:clamp(30px,4vh,50px);stroke:#fff}.nav-logo{height:clamp(60px,8vh,100px);width:auto;filter:brightness(0) saturate(100%) invert(62%) sepia(66%) saturate(1352%) hue-rotate(12deg) brightness(107%) contrast(93%);transition:filter .3s ease}.logo-link:hover .nav-logo{filter:brightness(0) saturate(100%) invert(62%) sepia(66%) saturate(1352%) hue-rotate(12deg) brightness(107%) contrast(93%) drop-shadow(0 0 7.5px rgba(162,116,32,.6)) drop-shadow(0 0 15px rgba(162,116,32,.45)) drop-shadow(0 0 22.5px rgba(162,116,32,.3))}.nav-menu a{text-decoration:none;color:#fff;font-weight:500;font-size:clamp(1.2rem,2.5vw,2rem);transition:color .3s ease;position:relative;display:inline-block}.nav-menu a:before{content:attr(data-text);font-weight:600;display:block;height:0;line-height:0;visibility:hidden;overflow:hidden;-webkit-user-select:none;user-select:none;pointer-events:none;white-space:nowrap;margin:0;padding:0}.nav-menu a:hover{color:#ccc}.nav-menu a.active{color:#fff;font-weight:600}.nav-menu a.active:after{content:"";position:absolute;bottom:clamp(-8px,-1vh,-12px);left:0;right:0;height:clamp(2px,.3vh,4px);background-color:var(--primary-color)}.floating-text{position:absolute;color:#fff;font-size:clamp(3rem,6vw,8rem);font-weight:300;white-space:nowrap;pointer-events:auto;cursor:grab;transition:text-shadow .3s ease;animation:float 3s ease-in-out infinite;z-index:10;-webkit-user-select:none;user-select:none;transform-origin:center;transform:translate(-50%,-50%)}.floating-text:active,.floating-text.dragging{cursor:grabbing;animation-play-state:paused}.floating-text:nth-child(1){animation-delay:0s}.floating-text:nth-child(2){animation-delay:.5s}.floating-text:nth-child(3){animation-delay:1s}.floating-text:nth-child(4){animation-delay:1.5s}.floating-text.glow{text-shadow:0 0 10px rgba(162,116,32,.6),0 0 20px rgba(162,116,32,.45),0 0 30px rgba(162,116,32,.3);color:#fff}@keyframes float{0%,to{transform:translate(-50%,-50%) translateY(0)}50%{transform:translate(-50%,-50%) translateY(-10px)}}@media (max-width: 768px){.floating-text{font-size:clamp(2rem,8vw,4rem)}}@media (max-width: 480px){.floating-text{font-size:clamp(1.5rem,6vw,3rem)}}.home-page{height:100vh;max-height:100vh;background-color:#000;position:relative;overflow:hidden}.home-content{position:relative;width:100%;height:100vh;padding-top:clamp(80px,8vh,120px);display:flex;align-items:center;justify-content:center}.home-hero{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.waterpump-container{position:absolute;z-index:5;display:flex;align-items:center;justify-content:center;transform:translate(-50%,-50%);left:50%;top:50%}.waterpump-image{width:clamp(35vw,60vw,calc(50.8vh * 1.194));height:auto;object-fit:contain;filter:brightness(0) invert(1);-webkit-user-select:none;user-select:none;-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none;pointer-events:none;animation:subtleBob 6s ease-in-out infinite}.waterpump-image.flickering{animation:subtleBob 6s ease-in-out infinite,flicker .2s ease-in-out}@keyframes subtleBob{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes flicker{0%{opacity:1}12.5%{opacity:0}25%{opacity:1}37.5%{opacity:0}50%{opacity:1}62.5%{opacity:0}75%{opacity:1}87.5%{opacity:0}to{opacity:1}}.floating-text-container{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.members-page{min-height:100vh;background-color:#000}.members-content{max-width:1400px;margin:0 auto;padding:calc(4rem + clamp(80px,8vh,120px)) 2rem 4rem 2rem;transition:opacity .15s ease-out,filter .15s ease-out}.members-content.dimmed{opacity:.3;filter:blur(2px);transition:opacity .4s ease,filter .4s ease}.members-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:4rem 3rem}.member-profile{display:flex;align-items:flex-start;gap:2rem;cursor:pointer;transition:opacity .3s ease}.member-profile:hover{opacity:.8}.hover-card-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;z-index:999;pointer-events:auto;opacity:0;animation:fadeIn .4s ease forwards;transition:opacity .15s ease-out}.hover-card-backdrop.fade-out{opacity:0;transition:opacity .15s ease-out}.hover-card{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(1);z-index:1000;pointer-events:auto;opacity:0;animation:fadeInScale .4s ease forwards;transition:opacity .15s ease-out,transform .15s ease-out}.hover-card.fade-out{opacity:0;transform:translate(-50%,-50%) scale(.98);transition:opacity .15s ease-out,transform .15s ease-out}.hover-card-content{background-color:#252525;padding:3rem;display:flex;gap:3rem;max-width:1200px;min-width:900px;width:90vw;max-height:90vh;min-height:fit-content;pointer-events:auto;overflow-y:auto}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInScale{0%{opacity:0;transform:translate(-50%,-50%) scale(.95)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.hover-card-left{display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem;min-width:280px}.hover-card-headshot{width:280px;height:280px;object-fit:cover;filter:grayscale(100%)}.hover-card-name-info{display:flex;flex-direction:column;color:#fff;text-align:left;gap:.5rem}.hover-card-name{font-size:clamp(1.5rem,2.5vw,2.5rem);color:#fff;font-weight:400;line-height:1.4}.hover-card-year,.hover-card-position{font-size:clamp(1.1rem,2vw,1.8rem);color:#fff;font-weight:400;line-height:1.4}.hover-card-right{flex:1;display:flex;align-items:flex-start;min-height:fit-content}.hover-card-bio{color:#fff;line-height:1.8;text-align:left;font-size:clamp(1.1rem,1.8vw,1.6rem);margin:0}.member-headshot{width:clamp(120px,15vw,200px);height:clamp(120px,15vw,200px);min-width:clamp(120px,15vw,200px);object-fit:cover;border-radius:0;filter:grayscale(100%);image-rendering:-webkit-optimize-contrast}.member-info{display:flex;flex-direction:column;color:#fff;line-height:1.6;text-align:left;gap:0}.member-first-name,.member-last-name{font-size:clamp(1.25rem,2.5vw,1.75rem);color:#fff;margin-bottom:0;font-weight:400;line-height:1.4}.member-year{font-size:clamp(1rem,2vw,1.25rem);color:#fff;margin-bottom:0;font-weight:400;line-height:1.4;margin-top:.5rem}.member-position{font-size:clamp(1rem,2vw,1.25rem);color:#fff;font-weight:400;margin-top:.5rem;line-height:1.4}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000e6;display:flex;justify-content:center;align-items:center;z-index:1000;padding:2rem}.modal-content{background-color:#1a1a1a;border-radius:8px;max-width:800px;width:100%;max-height:90vh;overflow-y:auto;position:relative;padding:2rem;border:1px solid #333333}.modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:2rem;cursor:pointer;color:#fff;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .3s ease}.modal-close:hover{background-color:#333}.modal-body{display:flex;flex-direction:column;gap:2rem}.modal-headshot{width:200px;height:200px;object-fit:cover;border-radius:4px;margin:0 auto}.modal-info{text-align:center}.modal-info h2{font-size:2rem;margin-bottom:.5rem;color:#fff}.modal-position{font-weight:600;color:#ccc;margin-bottom:1rem;font-size:1.1rem}.modal-bio{color:#aaa;line-height:1.8;text-align:left;margin-bottom:1.5rem}.modal-social{display:flex;gap:1rem;justify-content:center}.modal-social a{color:#fff;text-decoration:none;padding:.5rem 1rem;border:1px solid #ffffff;border-radius:4px;transition:background-color .3s ease,color .3s ease}.modal-social a:hover{background-color:#fff;color:#000}@media (max-width: 1200px){.members-grid{grid-template-columns:repeat(2,1fr);gap:3rem 2rem}}@media (max-width: 768px){.members-grid{grid-template-columns:repeat(2,1fr);gap:2rem 1.5rem}.member-profile{flex-direction:column;align-items:center;text-align:center;gap:1rem}.member-headshot{width:clamp(100px,20vw,150px);height:clamp(100px,20vw,150px);min-width:clamp(100px,20vw,150px)}.member-info{align-items:center;text-align:center}}@media (max-width: 480px){.members-grid{grid-template-columns:1fr;gap:2rem}.member-headshot{width:clamp(140px,40vw,180px);height:clamp(140px,40vw,180px);min-width:clamp(140px,40vw,180px)}.hover-card-content{flex-direction:column;min-width:280px;max-width:90vw;width:90vw;padding:2rem;gap:2rem;max-height:90vh;min-height:fit-content}.hover-card-name{font-size:clamp(1.2rem,5vw,1.6rem)}.hover-card-year,.hover-card-position{font-size:clamp(.95rem,3.5vw,1.2rem)}.hover-card-bio{font-size:clamp(.95rem,3vw,1.15rem)}.hover-card-left{width:100%;align-items:center}.hover-card-headshot{width:clamp(160px,35vw,200px);height:clamp(160px,35vw,200px)}}@media (max-width: 768px){.hover-card-content{flex-direction:column;min-width:300px;max-width:90vw;width:90vw;padding:2rem;gap:2rem;max-height:90vh;min-height:fit-content}.hover-card-name{font-size:clamp(1.3rem,4vw,1.8rem)}.hover-card-year,.hover-card-position{font-size:clamp(1rem,3vw,1.4rem)}.hover-card-bio{font-size:clamp(1rem,2.5vw,1.3rem)}.hover-card-left{width:100%;align-items:center}.hover-card-headshot{width:clamp(180px,40vw,220px);height:clamp(180px,40vw,220px)}}@media (min-width: 768px){.modal-body{flex-direction:row;text-align:left}.modal-headshot{margin:0}.modal-info{text-align:left}}.about-page{min-height:100vh;background-color:#000;position:relative;overflow:hidden}.about-page:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 10% 10%,rgba(186,135,51,.08) 0%,transparent 50%),radial-gradient(circle at 90% 10%,rgba(186,135,51,.08) 0%,transparent 50%),radial-gradient(circle at 10% 50%,rgba(186,135,51,.08) 0%,transparent 50%),radial-gradient(circle at 90% 50%,rgba(186,135,51,.08) 0%,transparent 50%),radial-gradient(circle at 10% 90%,rgba(186,135,51,.08) 0%,transparent 50%),radial-gradient(circle at 90% 90%,rgba(186,135,51,.08) 0%,transparent 50%);pointer-events:none;z-index:0}.about-content{max-width:1400px;margin:0 auto;padding:calc(4rem + clamp(80px,8vh,120px)) clamp(2rem,5vw,4rem) 4rem clamp(2rem,5vw,4rem);position:relative;z-index:1}.about-title{font-size:clamp(2.5rem,5vw,3.5rem);margin-bottom:3rem;text-align:center;color:var(--primary-color);font-family:Gloock,serif;font-weight:400;letter-spacing:.05em}.about-layout{display:grid;grid-template-columns:1fr;gap:4rem;margin-top:2rem}.mission-container{display:grid;grid-template-columns:auto 1fr;gap:clamp(2rem,4vw,3rem);align-items:start}.about-graphic-container{position:relative;display:flex;align-items:flex-start;justify-content:flex-start;padding-top:0}.about-graphic{width:100%;max-width:300px;height:auto;filter:brightness(0) saturate(100%) invert(62%) sepia(66%) saturate(1352%) hue-rotate(12deg) brightness(107%) contrast(93%);opacity:.9}.mission-section{color:#fff}.about-text{line-height:1.8;font-weight:300}.mission-section p,.founding-section p{margin-bottom:1.5rem;color:#e0e0e0;font-size:clamp(1rem,1.8vw,1.2rem);line-height:1.8;font-weight:300}@media (max-width: 968px){.mission-container{grid-template-columns:1fr;gap:2rem}.about-graphic-container{justify-content:center}.about-graphic{max-width:250px}.founding-section{max-width:100%;text-align:left}}.about-text h2{margin-block:3.5rem 1rem;color:#fff;font-size:clamp(1.5rem,2.5vw,2.5rem);font-weight:100}.contact-page{min-height:100vh;background-color:#000}.contact-content{max-width:800px;margin:0 auto;padding:4rem 2rem}.contact-content h1{font-size:2.5rem;margin-bottom:2rem;text-align:center;color:#fff}.contact-info{text-align:center;line-height:1.8}.contact-info p{margin-bottom:1rem;color:#ccc;font-size:1.1rem}.placeholder-page{min-height:100vh;background-color:#000}.placeholder-content{max-width:800px;margin:0 auto;padding:4rem 2rem;text-align:center}.placeholder-content h1{font-size:2.5rem;margin-bottom:1rem;color:#fff}.placeholder-content p{color:#ccc;font-size:1.1rem}@font-face{font-family:Wayfinder CF;src:url(/fonts/wayfindercf-thin.otf) format("opentype");font-weight:100;font-style:normal}@font-face{font-family:Wayfinder CF;src:url(/fonts/wayfindercf-thinitalic.otf) format("opentype");font-weight:100;font-style:italic}@font-face{font-family:Wayfinder CF;src:url(/fonts/wayfindercf-light.otf) format("opentype");font-weight:300;font-style:normal}@font-face{font-family:Wayfinder CF;src:url(/fonts/wayfindercf-lightitalic.otf) format("opentype");font-weight:300;font-style:italic}@font-face{font-family:Wayfinder CF;src:url(/fonts/wayfindercf-regular.otf) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:Wayfinder CF;src:url(/fonts/wayfindercf-regularitalic.otf) format("opentype");font-weight:400;font-style:italic}@font-face{font-family:Wayfinder CF;src:url(/fonts/wayfindercf-demibold.otf) format("opentype");font-weight:600;font-style:normal}@font-face{font-family:Wayfinder CF;src:url(/fonts/wayfindercf-demibolditalic.otf) format("opentype");font-weight:600;font-style:italic}@font-face{font-family:Wayfinder CF;src:url(/fonts/wayfindercf-bold.otf) format("opentype");font-weight:700;font-style:normal}@font-face{font-family:Wayfinder CF;src:url(/fonts/wayfindercf-bolditalic.otf) format("opentype");font-weight:700;font-style:italic}@font-face{font-family:Wayfinder CF;src:url(/fonts/wayfindercf-extrabold.otf) format("opentype");font-weight:800;font-style:normal}@font-face{font-family:Wayfinder CF;src:url(/fonts/wayfindercf-extrabolditalic.otf) format("opentype");font-weight:800;font-style:italic}@font-face{font-family:Wayfinder CF;src:url(/fonts/wayfindercf-heavy.otf) format("opentype");font-weight:900;font-style:normal}@font-face{font-family:Wayfinder CF;src:url(/fonts/wayfindercf-heavyitalic.otf) format("opentype");font-weight:900;font-style:italic}:root{--primary-color: #BA8733;--primary-color-dark: #A27420}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Gloock,Wayfinder CF,sans-serif;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#000;color:#fff}#root{min-height:100vh;background-color:#000}
