@import url(https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap);.cursor-dot{background:var(--sage-light);border-radius:50%;height:8px;transition:transform .15s var(--smooth);width:8px;z-index:9999}.cursor-dot,.cursor-ring{mix-blend-mode:difference;pointer-events:none;position:fixed}.cursor-ring{border:1.5px solid var(--sage-light);border-radius:50%;height:36px;transition:transform .25s var(--smooth),width .3s,height .3s;width:36px;z-index:9998}@media (max-width:640px){.cursor-dot,.cursor-ring{display:none}}.nav-dropdown-wrap{position:relative}.chevron{transition:transform .3s}.chevron.rotated{transform:rotate(180deg)}.nav-dropdown-menu{animation:dropIn .25s var(--smooth);background:var(--white);border-radius:16px;box-shadow:0 12px 40px #0000001a;left:-1rem;list-style:none;min-width:260px;padding:.75rem 0;position:absolute;top:calc(100% + 12px);z-index:1002}@keyframes dropIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.nav-dropdown-menu li a{color:var(--text)!important;display:block;font-size:.82rem;font-weight:500;padding:.7rem 1.5rem;text-transform:none;transition:background .2s}.nav-dropdown-menu li a:hover{background:var(--sand-light);color:var(--forest)!important}.nav-dropdown-menu li a:after{display:none!important}.hamburger{background:none;border:none;cursor:pointer;display:none;flex-direction:column;gap:5px;padding:6px;z-index:1001}.hamburger-line{background:var(--white);border-radius:2px;height:2px;transition:all .3s;width:24px}.nav.scrolled .hamburger-line{background:var(--forest-deep)}.hamburger.open .hamburger-line:first-child{transform:translateY(7px) rotate(45deg)}.hamburger.open .hamburger-line:nth-child(2){opacity:0}.hamburger.open .hamburger-line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav{align-items:center;display:flex;justify-content:space-between;left:0;padding:1rem 3rem;position:fixed;right:0;top:0;transition:all .5s var(--smooth);z-index:1000}.nav.scrolled{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#fffdf7eb;box-shadow:0 1px 30px #0000000f;padding:.6rem 3rem}.nav-logo{align-items:center;display:flex;gap:.6rem;z-index:1001}.nav-logo-img{border-radius:4px;height:42px;width:auto}.nav-logo-text{color:var(--white);font-family:var(--font-display);font-size:1.25rem;transition:color .3s}.nav.scrolled .nav-logo-text{color:var(--forest-deep)}.nav-links{align-items:center;display:flex;gap:2rem;list-style:none}.nav-dropdown-trigger,.nav-links a{align-items:center;background:none;border:none;color:#ffffffd9;cursor:pointer;display:flex;font-family:var(--font-body);font-size:.82rem;font-weight:500;gap:.3rem;letter-spacing:.04em;padding:0;position:relative;text-transform:uppercase;transition:color .3s}.nav.scrolled .nav-dropdown-trigger,.nav.scrolled .nav-links a{color:var(--text)}.nav-links>li>a:after{background:var(--earth-warm);bottom:-4px;content:"";height:2px;left:0;position:absolute;transition:width .3s var(--smooth);width:0}.nav-links>li>a:hover:after{width:100%}.nav-cta{background:var(--earth)!important;border:2px solid var(--earth);border-radius:100px;color:var(--white)!important;font-weight:600!important;padding:.6rem 1.5rem!important;transition:all .3s var(--smooth)!important}.nav-cta:hover{background:#0000!important;color:var(--earth)!important}.nav-cta:after{display:none!important}@media (max-width:1024px){.hamburger{display:flex}.nav-links{align-items:center;background:var(--cream);display:none;flex-direction:column;gap:1.75rem;inset:0;justify-content:center;position:fixed;z-index:1000}.nav-links.show{display:flex}.nav-dropdown-trigger,.nav-links a{color:var(--text)!important;font-size:1rem}.nav-dropdown-menu{background:var(--sand-light);border-radius:12px;box-shadow:none;margin-top:.5rem;min-width:auto;position:static}}@media (max-width:640px){.nav{padding:.75rem 1.5rem}.nav.scrolled{padding:.5rem 1.5rem}}.btn-primary{align-items:center;background:var(--earth);border:2px solid var(--earth);border-radius:100px;color:var(--white);display:inline-flex;font-size:.9rem;font-weight:600;gap:.75rem;letter-spacing:.03em;padding:1rem 2.25rem;transition:all .4s var(--smooth)}.btn-primary:hover{background:var(--earth-warm);border-color:var(--earth-warm);box-shadow:0 8px 30px #b07d3b4d;transform:translateY(-2px)}.btn-primary svg{transition:transform .3s}.btn-primary:hover svg{transform:translateX(4px)}.btn-ghost{align-items:center;border:2px solid #ffffff2e;border-radius:100px;color:#ffffffbf;display:inline-flex;font-size:.9rem;font-weight:500;gap:.5rem;padding:1rem 1.75rem;transition:all .3s}.btn-ghost:hover{border-color:#ffffff80;color:var(--white)}.hero{align-items:center;background:var(--forest-deep);display:flex;min-height:100vh;overflow:hidden;position:relative}.hero-canvas{inset:0;position:absolute;z-index:0}.hero-canvas canvas{height:100%;width:100%}.hero-overlay{background:radial-gradient(ellipse at 30% 70%,#40916c1f,#0000 60%),radial-gradient(ellipse at 70% 30%,#b07d3b14,#0000 50%);inset:0;position:absolute;z-index:1}.hero-grain{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='a'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23a)' opacity='.03'/%3E%3C/svg%3E");inset:0;mix-blend-mode:overlay;opacity:.5;pointer-events:none;position:absolute;z-index:2}.hero-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1.1fr .9fr;margin:0 auto;max-width:1400px;padding:7rem 3rem 0;position:relative;width:100%;z-index:10}.hero-text{animation:fadeSlideUp 1.2s var(--smooth) forwards;opacity:0}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.hero-badge{align-items:center;background:#52b7881a;border:1px solid #52b78833;border-radius:100px;color:var(--sage-light);display:inline-flex;font-size:.72rem;font-weight:700;gap:.5rem;letter-spacing:.14em;margin-bottom:2rem;padding:.5rem 1.25rem;text-transform:uppercase}.hero-badge-dot{animation:pulse 2s ease-in-out infinite;background:var(--sage-light);border-radius:50%;height:6px;width:6px}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(1.6)}}.hero h1{color:var(--white);font-family:var(--font-display);font-size:clamp(2.75rem,5vw,4.25rem);line-height:1.1;margin-bottom:1.5rem}.hero h1 em{color:var(--sage-light);font-style:italic}.hero-desc{color:#fff9;font-size:1.05rem;font-weight:300;line-height:1.85;margin-bottom:2.5rem;max-width:520px}.hero-actions{align-items:center;display:flex;flex-wrap:wrap;gap:1rem}@media (max-width:1024px){.hero-content{grid-template-columns:1fr}.hero-visual{display:none}}@media (max-width:640px){.hero-content{padding:7rem 1.5rem 0}}.hero-visual{animation:fadeSlideUp 1.4s .3s var(--smooth) forwards;opacity:0;position:relative}.hero-card-stack{height:560px;position:relative;width:420px}.hero-card{border-radius:24px;cursor:pointer;overflow:hidden;position:absolute;transition:all .6s var(--smooth);width:380px}.hero-card:first-child{background:linear-gradient(145deg,#2d6a4f,#1b4332);box-shadow:0 20px 60px #0000004d;height:260px;left:0;top:0;z-index:3}.hero-card:nth-child(2){background:linear-gradient(145deg,var(--earth),#8b6914);box-shadow:0 15px 50px #00000040;height:200px;left:30px;top:200px;z-index:2}.hero-card:nth-child(3){background:linear-gradient(145deg,#40916c,#2d6a4f);box-shadow:0 10px 40px #0003;height:200px;left:10px;top:350px;z-index:1}.hero-card:hover{transform:translateY(-8px) scale(1.02)}.hero-card-content{color:var(--white);display:flex;flex-direction:column;height:100%;justify-content:flex-end;padding:2rem}.hero-card-label{font-size:.7rem;font-weight:700;letter-spacing:.15em;margin-bottom:.5rem;opacity:.6;text-transform:uppercase}.hero-card-title{font-family:var(--font-display);font-size:1.5rem;line-height:1.3}.hero-card-desc{font-size:.85rem;margin-top:auto;opacity:.55}.hero-card-stat{font-family:var(--font-display);font-size:2.5rem;line-height:1}.hero-card-stat-label{font-size:.8rem;margin-top:.25rem;opacity:.55}.hero-float-circle{border:1px solid #52b7881f;border-radius:50%;pointer-events:none;position:absolute}.hero-float-circle:first-child{animation:floatC 12s ease-in-out infinite;height:300px;right:-100px;top:-50px;width:300px}.hero-float-circle:nth-child(2){animation:floatC 10s ease-in-out 2s infinite reverse;bottom:50px;height:200px;right:50px;width:200px}@keyframes floatC{0%,to{transform:translate(0)}33%{transform:translate(10px,-15px)}66%{transform:translate(-10px,10px)}}.ticker{background:var(--forest-deep);border-top:1px solid #52b7881f;overflow:hidden;padding:1.75rem 0}.ticker-track{animation:tickerScroll 35s linear infinite;display:flex;width:-webkit-max-content;width:max-content}@keyframes tickerScroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.ticker-item{align-items:center;color:#ffffff73;display:flex;font-size:.82rem;font-weight:500;gap:1.5rem;letter-spacing:.06em;padding:0 3rem;text-transform:uppercase;white-space:nowrap}.ticker-item strong{color:var(--sage-light);font-family:var(--font-display);font-size:1.75rem;font-weight:400}.ticker-dot{background:#52b78859;border-radius:50%;height:4px;width:4px}.wave-divider{line-height:0;margin-bottom:-1px;margin-top:-1px;overflow:hidden;position:relative;width:100%;z-index:2}.wave-divider svg{display:block;height:100%;width:100%}.wave-divider:before{animation:blobFloat 8s ease-in-out infinite;background:radial-gradient(ellipse,#52b7880f,#0000 70%);height:180px;left:15%;top:-60px;width:180px}.wave-divider:after,.wave-divider:before{border-radius:50%;content:"";pointer-events:none;position:absolute;z-index:1}.wave-divider:after{animation:blobFloat 10s ease-in-out 2s infinite reverse;background:radial-gradient(ellipse,#b07d3b0d,#0000 70%);bottom:-40px;height:120px;right:20%;width:120px}@keyframes blobFloat{0%,to{transform:translate(0) scale(1)}33%{transform:translate(15px,-10px) scale(1.1)}66%{transform:translate(-10px,8px) scale(.95)}}.vm-section{background:var(--cream);padding:6rem 0;position:relative}.vm-section:before{background:linear-gradient(to bottom,var(--forest-deep),#0000);content:"";height:80px;left:50%;position:absolute;top:0;transform:translateX(-50%);width:1px}.vm-grid{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 1fr;position:relative}.vm-grid:after{background:linear-gradient(to bottom,var(--sage-light),#0000);content:"";height:100%;left:50%;opacity:.15;position:absolute;top:0;transform:translateX(-50%);width:1px}.vm-card{border-radius:24px;overflow:hidden;padding:3rem;position:relative}.vm-card:before{border-radius:0 4px 4px 0;content:"";height:60px;left:0;position:absolute;top:0;width:4px}.vm-card.vision:before{background:var(--sage)}.vm-card.mission:before{background:var(--earth)}.vm-icon{align-items:center;border-radius:16px;display:flex;height:56px;justify-content:center;margin-bottom:1.5rem;width:56px}.vision .vm-icon{background:#40916c1a;color:var(--sage)}.mission .vm-icon{background:#b07d3b1a;color:var(--earth)}.vm-icon svg{height:28px;width:28px}.vm-label{color:var(--text-light);font-size:.72rem;font-weight:700;letter-spacing:.15em;margin-bottom:.75rem;text-transform:uppercase}.vm-title{color:var(--forest-deep);font-family:var(--font-display);font-size:1.75rem;line-height:1.3;margin-bottom:1.25rem}.vm-text{color:var(--text-light);font-size:1rem;line-height:1.85}@media (max-width:640px){.vm-grid{gap:2rem;grid-template-columns:1fr}.vm-grid:after{display:none}}.sdg-section{background:var(--sand-light);overflow:hidden;padding:5rem 0 6rem;position:relative}.sdg-grid{flex-wrap:wrap;gap:1.25rem;margin:0 auto;max-width:900px}.sdg-grid,.sdg-item{display:flex;justify-content:center}.sdg-item{align-items:center;border-radius:16px;box-shadow:0 4px 20px #0000001a;color:var(--white);cursor:pointer;flex-direction:column;font-weight:700;height:110px;overflow:hidden;position:relative;transition:all .4s var(--smooth);width:110px}.sdg-item:hover{box-shadow:0 16px 48px #0003}.sdg-item:after{background:linear-gradient(135deg,#ffffff26,#0000 60%);content:"";inset:0;position:absolute}.sdg-number{font-family:var(--font-display);font-size:2rem;line-height:1}.sdg-label{font-size:.55rem;font-weight:600;letter-spacing:.05em;line-height:1.2;margin-top:.25rem;padding:0 .5rem;text-align:center;text-transform:uppercase}.about-section{background:var(--cream);padding:6rem 0}.about-grid{grid-gap:5rem;align-items:center;display:grid;gap:5rem;grid-template-columns:1fr 1.15fr}.about-visual{position:relative}.about-visual-main{aspect-ratio:4/3;background:var(--forest);border-radius:24px;overflow:hidden}.about-visual-main svg{height:100%;width:100%}.about-accent-card{align-items:center;background:var(--white);border-radius:16px;bottom:-30px;box-shadow:0 15px 50px #00000014;display:flex;gap:1rem;padding:1.75rem 2rem;position:absolute;right:-30px;z-index:2}.about-accent-icon{align-items:center;background:#40916c1a;border-radius:50%;color:var(--sage);display:flex;flex-shrink:0;height:50px;justify-content:center;width:50px}.about-accent-text{color:var(--text-light);font-size:.85rem;line-height:1.4}.about-accent-text strong{color:var(--forest-deep);display:block;font-family:var(--font-display);font-size:1.5rem}.about-content .section-eyebrow{justify-content:flex-start}.about-content .section-eyebrow:before{display:none}.about-content .section-title{text-align:left}.about-text{color:var(--text-light);font-size:1.05rem;line-height:1.9;margin-bottom:1.5rem}.btn-outline{align-items:center;border:2px solid var(--forest);border-radius:100px;color:var(--forest);display:inline-flex;font-size:.9rem;font-weight:600;gap:.75rem;padding:1rem 2rem;transition:all .4s var(--smooth)}.btn-outline:hover{background:var(--forest);box-shadow:0 8px 30px #1b433233;color:var(--white);transform:translateY(-2px)}.btn-outline svg{transition:transform .3s}.btn-outline:hover svg{transform:translateX(4px)}@media (max-width:1024px){.about-grid{gap:3rem;grid-template-columns:1fr}}.focus-section{background:var(--forest-deep);overflow:hidden;padding:6rem 0;position:relative}.focus-section:before{background:radial-gradient(ellipse at 20% 80%,#40916c14,#0000 50%),radial-gradient(ellipse at 80% 20%,#b07d3b0f,#0000 50%);content:"";inset:0;position:absolute}.focus-section .section-eyebrow{color:var(--sage-light)}.focus-section .section-eyebrow:after,.focus-section .section-eyebrow:before{background:var(--sage-light)}.focus-section .section-title{color:var(--white)}.focus-section .section-subtitle{color:#ffffff73}.focus-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(4,1fr);position:relative;z-index:1}.focus-card{background:#ffffff0a;border:1px solid #ffffff14;border-radius:24px;cursor:pointer;overflow:hidden;transition:all .5s var(--smooth)}.focus-card:hover{background:#ffffff14;border-color:#52b7884d;box-shadow:0 25px 60px #0000004d;transform:translateY(-10px)}.focus-card-visual{align-items:center;display:flex;height:220px;justify-content:center;overflow:hidden;position:relative}.focus-card-icon svg{height:80px;opacity:.85;transition:transform .5s var(--smooth);width:80px}.focus-card:hover .focus-card-icon svg{transform:scale(1.15)}.focus-card-bg{inset:0;opacity:.12;position:absolute;transition:opacity .5s}.focus-card:hover .focus-card-bg{opacity:.25}.focus-card-content{padding:1.75rem}.focus-card-title{color:var(--white);font-family:var(--font-display);font-size:1.25rem;margin-bottom:.75rem}.focus-card-desc{color:#fff6;font-size:.875rem;line-height:1.7}.focus-card-arrow{align-items:center;color:var(--sage-light);display:flex;font-size:.78rem;font-weight:600;gap:.5rem;letter-spacing:.08em;margin-top:1.25rem;opacity:0;text-transform:uppercase;transform:translateY(10px);transition:all .4s var(--smooth)}.focus-card:hover .focus-card-arrow{opacity:1;transform:translateY(0)}.focus-card-arrow svg{transition:transform .3s}.focus-card:hover .focus-card-arrow svg{transform:translateX(4px)}.focus-cta{margin-top:3.5rem;position:relative;text-align:center;z-index:1}.btn-light{align-items:center;background:var(--earth);border:2px solid var(--earth);border-radius:100px;color:var(--white);display:inline-flex;font-size:.9rem;font-weight:600;gap:.75rem;letter-spacing:.04em;padding:1rem 2.5rem;transition:all .4s var(--smooth)}.btn-light:hover{background:#0000;transform:translateY(-2px)}@media (max-width:1024px){.focus-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.focus-grid{grid-template-columns:1fr}}.bio-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#000000b3;display:flex;inset:0;justify-content:center;padding:2rem;position:fixed;z-index:9999}.bio-modal{animation:modalIn .3s var(--smooth);background:var(--white);border-radius:24px;max-height:80vh;max-width:560px;overflow-y:auto;padding:2.5rem;position:relative;width:100%}@keyframes modalIn{0%{opacity:0;transform:scale(.95) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.bio-modal-close{background:none;border:none;color:var(--text-light);cursor:pointer;font-size:2rem;line-height:1;position:absolute;right:1.25rem;top:1rem}.bio-modal-header{align-items:center;display:flex;gap:1.25rem;margin-bottom:1.5rem}.bio-modal-photo{border:2px solid #40916c26;border-radius:50%;height:80px;object-fit:cover;width:80px}.bio-modal-header h3{color:var(--forest-deep);font-family:var(--font-display);font-size:1.35rem}.bio-modal-text{color:var(--text-light);font-size:.95rem;line-height:1.85}.advisory-section{background:var(--sand);padding:6rem 0}.advisory-row{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr);margin-bottom:2rem}.advisory-row.row-2{grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:75%}.advisory-card{cursor:pointer;text-align:center;transition:transform .4s var(--smooth)}.advisory-card:hover{transform:translateY(-6px)}.advisory-photo-wrap{border:3px solid #40916c26;border-radius:50%;height:160px;margin:0 auto 1.25rem;overflow:hidden;transition:border-color .3s;width:160px}.advisory-card:hover .advisory-photo-wrap{border-color:var(--sage)}.advisory-photo{height:100%;object-fit:cover;width:100%}.advisory-name{color:var(--forest-deep);font-family:var(--font-display);font-size:1.05rem}.footer{background:var(--forest-deep);color:#fff9;position:relative}.footer:before{background:linear-gradient(90deg,#0000,#52b7884d,#0000);content:"";height:1px;left:0;position:absolute;right:0;top:0}.footer-main{padding:5rem 0 3rem}.footer-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1.5fr 1fr 1fr 1.2fr}.footer-brand p{font-size:.9rem;line-height:1.8;margin-top:1.25rem;max-width:300px}.footer-logo{gap:.75rem}.footer-logo,.footer-logo-icon{align-items:center;display:flex}.footer-logo-icon{background:#52b78826;border-radius:6px;height:48px;justify-content:center;overflow:hidden;width:44px}.footer-logo-text{color:var(--white);font-family:var(--font-display);font-size:1.2rem}.footer-social{display:flex;gap:.75rem;margin-top:1.5rem}.footer-social a{align-items:center;border:1px solid #ffffff1f;border-radius:50%;color:#ffffff80;display:flex;height:40px;justify-content:center;transition:all .3s;width:40px}.footer-social a:hover{background:var(--sage);border-color:var(--sage);color:var(--white)}.footer-social svg{height:18px;width:18px}.footer-heading{color:var(--white);font-family:var(--font-display);font-size:1.1rem;margin-bottom:1.5rem}.footer-links{display:flex;flex-direction:column;gap:.75rem;list-style:none}.footer-links a{font-size:.9rem;transition:color .3s}.footer-links a:hover{color:var(--sage-light)}.footer-contact-item{display:flex;font-size:.9rem;gap:.75rem;line-height:1.6;margin-bottom:1rem}.footer-contact-icon{color:var(--sage-light);flex-shrink:0;margin-top:3px;width:20px}.footer-bottom{border-top:1px solid #ffffff0f;font-size:.8rem;padding:1.5rem 0;text-align:center}@media (max-width:1024px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.footer-grid{grid-template-columns:1fr}}.page-hero{align-items:flex-end;display:flex;min-height:340px;overflow:hidden;padding:10rem 0 5rem;position:relative}.page-hero-bg{background:linear-gradient(160deg,var(--forest-deep),#1a3a2a 40%,var(--forest) 80%);inset:0;position:absolute}.page-hero-grain{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='a'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23a)' opacity='.03'/%3E%3C/svg%3E");inset:0;mix-blend-mode:overlay;opacity:.5;pointer-events:none;position:absolute}.page-hero-content{position:relative;z-index:2}.page-hero-title{color:var(--white);font-family:var(--font-display);font-size:clamp(2.5rem,5vw,3.75rem);line-height:1.15;margin-bottom:1rem}.page-hero-subtitle{color:#ffffff8c;font-size:1.1rem;font-weight:300;line-height:1.75;max-width:600px}@media (max-width:640px){.page-hero{min-height:260px;padding:8rem 0 3rem}}.story-section{background:var(--cream);padding:5rem 0 6rem}.story-layout{grid-gap:4rem;align-items:flex-start;display:grid;gap:4rem;grid-template-columns:1.4fr .6fr}.story-heading{font-size:2.25rem;line-height:1.25;margin-bottom:1.5rem}.story-heading,.story-subheading{color:var(--forest-deep);font-family:var(--font-display)}.story-subheading{font-size:1.5rem;line-height:1.3;margin:2.5rem 0 1rem}.story-text{color:var(--text-light);font-size:1.05rem;line-height:1.9;margin-bottom:1.25rem}.story-sidebar{display:flex;flex-direction:column;gap:1.5rem;position:-webkit-sticky;position:sticky;top:120px}.story-sidebar-card{background:var(--white);border:1px solid #0000000a;border-radius:20px;box-shadow:0 4px 24px #0000000a;padding:2rem}.story-sidebar-card h4{color:var(--forest-deep);font-family:var(--font-display);font-size:1.15rem;margin:1rem 0 .5rem}.story-sidebar-card p{color:var(--text-light);font-size:.9rem;line-height:1.65}.story-sidebar-icon{align-items:center;background:#b07d3b1a;border-radius:16px;color:var(--earth);display:flex;height:56px;justify-content:center;width:56px}.story-sidebar-icon.sage{background:#40916c1a;color:var(--sage)}@media (max-width:1024px){.story-layout{grid-template-columns:1fr}.story-sidebar{flex-direction:row;position:static}.story-sidebar-card{flex:1 1}}@media (max-width:640px){.story-sidebar{flex-direction:column}}.gallery-section{background:var(--cream);padding:4rem 0 6rem}.gallery-desc{color:var(--text-light);font-size:1.1rem;line-height:1.8;margin:0 auto 3rem;max-width:800px;text-align:center}.gallery-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(4,1fr)}.gallery-item{aspect-ratio:4/3;border-radius:16px;cursor:pointer;overflow:hidden;position:relative}.gallery-item img{height:100%;object-fit:cover;transition:transform .5s var(--smooth);width:100%}.gallery-item:hover img{transform:scale(1.08)}.gallery-item-overlay{align-items:center;background:#0d281880;color:var(--white);display:flex;inset:0;justify-content:center;opacity:0;position:absolute;transition:opacity .3s}.gallery-item:hover .gallery-item-overlay{opacity:1}.lightbox{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000e6;display:flex;inset:0;justify-content:center;position:fixed;z-index:9999}.lightbox-close{background:none;border:none;color:#fff;cursor:pointer;font-size:2.5rem;line-height:1;position:absolute;right:1.5rem;top:1.5rem;z-index:10}.lightbox-inner{align-items:center;display:flex;max-height:85vh;max-width:85vw;position:relative}.lightbox-inner img{border-radius:12px;max-height:85vh;max-width:85vw;object-fit:contain}.lightbox-nav{align-items:center;background:#ffffff26;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:2.5rem;height:50px;justify-content:center;line-height:1;position:absolute;top:50%;transform:translateY(-50%);transition:background .3s;width:50px}.lightbox-nav:hover{background:#ffffff4d}.lightbox-nav.prev{left:-70px}.lightbox-nav.next{right:-70px}@media (max-width:1024px){.gallery-grid{grid-template-columns:repeat(3,1fr)}.lightbox-nav.prev{left:10px}.lightbox-nav.next{right:10px}}@media (max-width:640px){.gallery-grid{grid-template-columns:repeat(2,1fr)}}.focus-page-nav{background:var(--white);border-bottom:1px solid #0000000f;position:-webkit-sticky;position:sticky;top:68px;z-index:100}.focus-page-nav-inner{display:flex;gap:.5rem;overflow-x:auto;padding:1rem 0}.focus-page-nav-link{background:var(--sand-light);border-radius:100px;color:var(--text-light);font-size:.82rem;font-weight:600;letter-spacing:.02em;padding:.6rem 1.25rem;transition:all .3s;white-space:nowrap}.focus-page-nav-link:hover{background:var(--forest);color:var(--white)}.focus-page-section{background:var(--cream);padding:4rem 0 6rem}.focus-detail{padding:2rem 0;scroll-margin-top:140px}.focus-detail-header{margin-bottom:2rem}.focus-detail-title{color:var(--forest-deep);font-family:var(--font-display);font-size:2.25rem;margin-bottom:.75rem}.focus-detail-subtitle{color:var(--sage);font-size:1.1rem;font-weight:500;line-height:1.5}.focus-detail-intro{color:var(--text-light);font-size:1.05rem;line-height:1.9;margin-bottom:2.5rem;max-width:850px}.focus-detail-section-title{color:var(--forest-deep);font-family:var(--font-display);font-size:1.5rem;margin-bottom:.75rem}.focus-detail-desc{color:var(--text-light);font-size:1rem;line-height:1.8;margin-bottom:2rem;max-width:750px}.pillar-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr);margin-bottom:3rem}.pillar-card{background:var(--white);border:1px solid #0000000a;border-radius:20px;overflow:hidden;padding:2rem;position:relative;transition:all .4s var(--smooth)}.pillar-card:hover{border-color:#40916c26;box-shadow:0 12px 40px #0000000f;transform:translateY(-4px)}.pillar-number{color:var(--sage-light);font-size:2.5rem;opacity:.2;position:absolute;right:1.5rem;top:1rem}.pillar-number,.pillar-title{font-family:var(--font-display)}.pillar-title{color:var(--forest-deep);font-size:1.2rem;margin-bottom:.75rem}.pillar-text{color:var(--text-light);font-size:.95rem;line-height:1.75}.focus-approach{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr}.focus-approach-card{background:var(--sand-light);border-left:4px solid var(--sage);border-radius:20px;padding:2.5rem}.focus-approach-card.join{border-left-color:var(--earth)}.focus-approach-card h4{color:var(--forest-deep);font-family:var(--font-display);font-size:1.25rem;margin-bottom:.75rem}.focus-approach-card p{color:var(--text-light);font-size:.95rem;line-height:1.8}.focus-divider{background:linear-gradient(90deg,#0000,#40916c26,#0000);border:none;height:1px;margin:2rem 0}@media (max-width:1024px){.focus-approach,.pillar-grid{grid-template-columns:1fr}}.logo-showcase{align-items:center;display:flex;justify-content:center;min-height:480px;position:relative}.logo-showcase-glow{animation:glowPulse 6s ease-in-out infinite;background:radial-gradient(circle,#40916c1f 0,#b07d3b0f 50%,#0000 70%);border-radius:50%;height:340px;position:absolute;width:340px}@keyframes glowPulse{0%,to{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.15)}}.logo-showcase-ring{border:1px solid #40916c14;border-radius:50%;position:absolute}.ring-1{animation:ringRotate 30s linear infinite;height:320px;width:320px}.ring-2{animation:ringRotate 45s linear infinite reverse;border-color:#b07d3b0f;border-style:dashed;height:380px;width:380px}.ring-3{animation:ringRotate 60s linear infinite;height:440px;width:440px}@keyframes ringRotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.logo-showcase-dots{background-image:radial-gradient(circle,#52b78826 1px,#0000 0);background-size:24px 24px;border-radius:50%;height:400px;mask-image:radial-gradient(circle,#000 30%,#0000 70%);-webkit-mask-image:radial-gradient(circle,#000 30%,#0000 70%);opacity:.4;position:absolute;width:400px}.logo-showcase-frame{border-radius:24px;box-shadow:0 20px 60px #0d281833,0 0 0 1px #40916c1a,inset 0 1px 0 #ffffff0d;height:280px;overflow:hidden;position:relative;transition:transform .6s var(--smooth);width:240px;z-index:2}.logo-showcase-frame:hover{transform:translateY(-6px) scale(1.02)}.logo-showcase-img{height:100%;object-fit:cover;width:100%}.logo-showcase-badge{align-items:center;background:var(--white);border-radius:100px;bottom:20px;box-shadow:0 8px 30px #00000014;color:var(--forest-deep);display:flex;font-size:.78rem;font-weight:600;gap:.75rem;padding:.65rem 1.5rem;position:absolute;z-index:3}.logo-badge-year{color:var(--sage);font-family:var(--font-display);font-size:.9rem}.logo-badge-divider{background:#0000001a;height:16px;width:1px}.logo-badge-text{color:var(--text-light);font-weight:500}.aboutpage-section{background:var(--cream);padding:5rem 0 6rem}.aboutpage-intro{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1.2fr;margin-bottom:5rem}.aboutpage-text-col .section-eyebrow{justify-content:flex-start}.aboutpage-text-col .section-eyebrow:before{display:none}.aboutpage-text-col .section-title{text-align:left}.aboutpage-text{color:var(--text-light);font-size:1.05rem;line-height:1.9;margin-bottom:1.25rem}.aboutpage-vm-row{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr}.aboutpage-vm-card{background:var(--white);border:1px solid #0000000a;border-radius:24px;overflow:hidden;padding:3rem;position:relative;transition:all .4s var(--smooth)}.aboutpage-vm-card:hover{box-shadow:0 16px 48px #0000000f;transform:translateY(-4px)}.aboutpage-vm-card:before{content:"";height:4px;left:0;position:absolute;top:0;width:100%}.aboutpage-vm-card.sage:before{background:linear-gradient(to right,var(--sage),var(--sage-light))}.aboutpage-vm-card.earth:before{background:linear-gradient(to right,var(--earth),var(--earth-warm))}.aboutpage-vm-label{color:var(--text-light);font-size:.7rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}.aboutpage-vm-title{color:var(--forest-deep);font-family:var(--font-display);font-size:1.6rem;line-height:1.3;margin:.75rem 0 1rem}.aboutpage-vm-text{color:var(--text-light);font-size:1rem;line-height:1.85}@media (max-width:1024px){.aboutpage-intro,.aboutpage-vm-row,.promoters-grid{grid-template-columns:1fr}.promoters-grid{margin:0 auto;max-width:520px}}.promoters-section{background:var(--sand-light);padding:6rem 0 7rem}.promoters-wrapper{text-align:center}.promoters-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(3,1fr);margin-top:3.5rem}.promoter-card{background:var(--white);border:1px solid #0000000a;border-radius:24px;overflow:hidden;position:relative;transition:all .45s var(--smooth)}.promoter-card:hover{box-shadow:0 24px 64px #1b43321a;transform:translateY(-8px)}.promoter-card:before{background:linear-gradient(to right,var(--sage),var(--earth));content:"";height:4px;left:0;position:absolute;top:0;width:100%;z-index:2}.promoter-image-wrapper{border:4px solid var(--sand);border-radius:50%;box-shadow:0 8px 32px #1b433214;height:180px;margin:2.5rem auto 0;overflow:hidden;position:relative;width:180px}.promoter-image{height:100%;object-fit:cover;object-position:center top;transition:transform .5s var(--smooth);width:100%}.promoter-card:hover .promoter-image{transform:scale(1.08)}.promoter-image-overlay{background:linear-gradient(180deg,#0000 50%,#1b433214);border-radius:50%;inset:0;pointer-events:none;position:absolute}.promoter-info{padding:1.75rem 2rem 2.5rem}.promoter-name{color:var(--forest-deep);font-family:var(--font-display);font-size:1.35rem;line-height:1.3;margin-bottom:1rem}.promoter-bio{color:var(--text-light);font-size:.92rem;line-height:1.85;text-align:left}@media (max-width:768px){.promoters-section{padding:4rem 0 5rem}.promoter-image-wrapper{height:150px;width:150px}.promoter-info{padding:1.25rem 1.5rem 2rem}}.contact-form-wrap{background:var(--white);border:1px solid #0000000a;border-radius:24px;box-shadow:0 4px 24px #00000008;padding:3rem}.contact-form-title{color:var(--forest-deep);font-family:var(--font-display);font-size:1.75rem;margin-bottom:.5rem}.contact-form-subtitle{color:var(--text-light);font-size:.95rem;margin-bottom:2rem}.contact-form-row{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:1fr 1fr;margin-bottom:1.25rem}.contact-field{display:flex;flex-direction:column;gap:.4rem}.contact-field:last-of-type{margin-bottom:1.5rem}.contact-label{color:var(--text-light);font-size:.78rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.contact-input{background:var(--sand-light);border:1.5px solid #00000014;border-radius:12px;color:var(--text);font-family:var(--font-body);font-size:.95rem;outline:none;padding:.85rem 1.15rem;transition:border-color .3s,box-shadow .3s}.contact-input:focus{border-color:var(--sage);box-shadow:0 0 0 3px #40916c1a}.contact-textarea{margin-bottom:1.5rem;min-height:120px;resize:vertical}.contact-submit{align-items:center;background:var(--earth);border:2px solid var(--earth);border-radius:100px;color:var(--white);cursor:pointer;display:inline-flex;font-family:var(--font-body);font-size:.9rem;font-weight:600;gap:.75rem;padding:1rem 2.5rem;transition:all .4s var(--smooth)}.contact-submit:hover{background:var(--earth-warm);border-color:var(--earth-warm);box-shadow:0 8px 30px #b07d3b4d;transform:translateY(-2px)}@media (max-width:640px){.contact-form-row{grid-template-columns:1fr}.contact-form-wrap{padding:2rem}}.contact-section{background:var(--cream);padding:5rem 0 6rem}.contact-layout{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1.4fr .6fr;margin-bottom:4rem}.contact-info{display:flex;flex-direction:column;gap:1.25rem}.contact-info-card{align-items:flex-start;background:var(--white);border:1px solid #0000000a;border-radius:20px;display:flex;gap:1rem;padding:1.75rem;transition:all .3s var(--smooth)}.contact-info-card:hover{box-shadow:0 8px 30px #0000000d;transform:translateY(-3px)}.contact-info-icon{align-items:center;background:#40916c14;border-radius:14px;color:var(--sage);display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.contact-info-title{color:var(--forest-deep);font-family:var(--font-display);font-size:1rem;margin-bottom:.35rem}.contact-info-text{color:var(--text-light);font-size:.88rem;line-height:1.6}.contact-info-link{color:var(--sage);font-size:.88rem;font-weight:500;transition:color .3s}.contact-info-link:hover{color:var(--forest)}.contact-social-row{background:var(--forest-deep);border-radius:20px;padding:1.75rem}.contact-social-row .contact-info-title{color:var(--white);margin-bottom:1rem}.contact-social-links{display:flex;gap:.6rem}.contact-social-link{align-items:center;border:1px solid #ffffff26;border-radius:50%;color:#fff9;display:flex;font-size:.72rem;font-weight:700;height:40px;justify-content:center;transition:all .3s;width:40px}.contact-social-link:hover{background:var(--sage);border-color:var(--sage);color:var(--white)}.contact-map{border-radius:24px;box-shadow:0 8px 30px #0000000f;overflow:hidden}@media (max-width:1024px){.contact-layout{grid-template-columns:1fr}}.notfound{align-items:center;background:var(--forest-deep);display:flex;justify-content:center;min-height:100vh;padding:2rem;text-align:center}.notfound-code{color:#52b7881a;display:block;font-size:clamp(6rem,15vw,12rem);line-height:1}.notfound-code,.notfound-title{font-family:var(--font-display)}.notfound-title{color:var(--white);font-size:2rem;margin:-1rem 0 1rem}.notfound-text{color:#ffffff80;font-size:1.05rem;margin-bottom:2rem;max-width:400px}.notfound-btn{background:var(--earth);border:2px solid var(--earth);border-radius:100px;color:var(--white);display:inline-flex;font-size:.9rem;font-weight:600;padding:.9rem 2.25rem;transition:all .3s var(--smooth)}.notfound-btn:hover{background:#0000;transform:translateY(-2px)}:root{--forest:#1b4332;--forest-deep:#0d2818;--sage:#40916c;--sage-light:#52b788;--earth:#b07d3b;--earth-warm:#c4923a;--sand:#f5f0e8;--sand-light:#faf8f4;--cream:#fffdf7;--charcoal:#2d2d2d;--text:#3a3a3a;--text-light:#6b6b6b;--white:#fff;--black:#0a0a0a;--font-display:"DM Serif Display",Georgia,serif;--font-body:"Plus Jakarta Sans",system-ui,sans-serif;--smooth:cubic-bezier(0.25,0.46,0.45,0.94);--bounce:cubic-bezier(0.34,1.56,0.64,1)}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{background:var(--cream);color:var(--text);font-family:var(--font-body);line-height:1.7;overflow-x:hidden}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}.container{margin:0 auto;max-width:1300px;padding:0 3rem}.section-header{margin-bottom:4rem;text-align:center}.section-eyebrow{align-items:center;color:var(--sage);display:flex;font-size:.72rem;font-weight:700;gap:1rem;justify-content:center;letter-spacing:.2em;margin-bottom:1rem;text-transform:uppercase}.section-eyebrow:after,.section-eyebrow:before{background:currentColor;content:"";height:1px;opacity:.4;width:30px}.section-title{color:var(--forest-deep);font-family:var(--font-display);font-size:clamp(2rem,3.5vw,3rem);line-height:1.2;margin-bottom:1rem}.section-title em{color:var(--sage);font-style:italic}.section-subtitle{color:var(--text-light);font-size:1.05rem;line-height:1.7;margin:0 auto;max-width:600px}.reveal{opacity:0;transform:translateY(40px);transition:all .8s var(--smooth)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-d1{transition-delay:.1s}.reveal-d2{transition-delay:.2s}.reveal-d3{transition-delay:.3s}.reveal-d4{transition-delay:.4s}@media (max-width:640px){.container{padding:0 1.5rem}}
/*# sourceMappingURL=main.45354a9a.css.map*/