*{margin:0;padding:0;box-sizing:border-box}html,body{overflow-x:hidden;width:100%;scroll-behavior:smooth}body{font-family:Lora,serif;color:#000}#language-selector{position:absolute;top:20px;right:20px;z-index:100;display:flex;gap:8px}.lang-btn{font-size:24px;background:#fffc;border:2px solid transparent;border-radius:8px;padding:6px 10px;cursor:pointer;transition:all .2s ease}.lang-btn:hover{background:#fff;transform:scale(1.1)}.lang-btn.active{border-color:#333;background:#fff}#logo{position:absolute;top:20px;left:20px;width:40px;height:auto;z-index:100}#hero{position:relative;width:100%;height:85vh;overflow:hidden}#canvas-container{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#fff}#content{position:absolute;top:25%;left:40%;right:10%;display:flex;justify-content:right;padding:1rem;text-align:right;align-items:flex-end;z-index:10;flex-direction:column;pointer-events:none}h1{font-size:4rem;line-height:1.1;color:#000;margin-bottom:.5rem}.tagline{border-top:1px solid #ccc;padding-top:1rem;font-size:1.2rem;font-weight:400;color:#333}.hero-cta{display:inline-flex;align-items:center;gap:10px;margin-top:1.5rem;font-size:.85rem;font-weight:700;color:#222;text-decoration:none;text-transform:uppercase;letter-spacing:1.5px;padding:12px 24px;border:1px solid #222;border-radius:2px;pointer-events:auto;transition:all .3s ease;background:#fff6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.hero-cta .icon{font-size:1.2em;line-height:1;transition:transform .3s ease}.hero-cta:hover{background:#222;color:#fff;box-shadow:0 4px 15px #0000001a;transform:translateY(-1px)}.hero-cta:hover .icon{transform:translateY(3px)}p{font-size:1.2rem;color:#555}#next-panel{position:relative;width:100%;height:100vh;background-color:#fff;z-index:2;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden;border-top:1px solid #ccc}#next-panel img{width:100%;position:absolute;top:0;left:0;z-index:-1;filter:grayscale(100%)}@media(max-width:768px){#hero h1{font-size:2.5rem}.tagline{font-size:1rem}#content{left:5%;right:5%;text-align:center;align-items:center;top:20%}}#features{padding:2rem 0 0;background:#fff}.feature-row{display:flex;align-items:center;justify-content:center;gap:2rem;padding:0rem 5%;max-width:1400px;margin:0 auto}.feature-row img{width:100%;max-width:400px;height:auto;border-radius:12px;object-fit:cover}.feature-text{flex:1;max-width:600px}.feature-text h2{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;color:#222}.feature-text p{font-size:1.25rem;line-height:1.8;color:#555}@media(max-width:900px){.feature-row{flex-direction:column;text-align:center;padding:3rem 5%;gap:2rem}.feature-row.reverse{flex-direction:column-reverse}}.spacer{height:200vh}#profiles{padding:4rem 5%;background-color:#f9f9f9}.profile-container{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto;align-items:stretch}.profile-card{background:#fff;padding:2rem;border:1px solid #eee;border-radius:8px;text-align:center;display:flex;flex-direction:column;justify-content:space-between;height:100%}.profile-card .headshot{width:120px;height:120px;border-radius:50%;object-fit:cover;margin:0 auto 1rem;border:3px solid #eee}.profile-card h3{font-size:1.5rem;margin-bottom:.5rem;color:#222}.profile-card .role{font-size:.9rem;font-weight:600;color:#555;margin-bottom:1rem;min-height:40px}.profile-card .description{color:#777;line-height:1.6;margin-bottom:1.5rem;flex-grow:1}.affiliations{display:flex;justify-content:space-evenly;align-items:center;gap:1rem;margin-top:1rem;width:100%}.affiliations img{height:48px;max-width:100px;object-fit:contain;opacity:.9;transition:opacity .3s}.affiliations img:hover{opacity:1}@media(max-width:768px){.profile-container{grid-template-columns:1fr}}#supported-by{padding:0rem 0rem 1.4rem;background-color:#fff;text-align:left;overflow:hidden}#supported-by h2{font-size:.9rem;margin-left:3rem;padding-top:.7rem;text-transform:uppercase;letter-spacing:1px;color:#666;margin-bottom:1.5rem}.carousel-container{width:100%;overflow:hidden;position:relative}.carousel-track{display:flex;width:max-content;gap:4rem;animation:scroll-carousel 25s linear infinite;align-items:center}.carousel-track img.regen-logo{height:85px}.carousel-track img{height:60px;width:auto;object-fit:contain;filter:grayscale(100%);opacity:.8;transition:all .3s ease}.carousel-track img:hover{filter:grayscale(0%);opacity:1}@keyframes scroll-carousel{0%{transform:translate(0)}to{transform:translate(-33.33%)}}@media(max-width:768px){.carousel-track{gap:2rem}.carousel-track img{height:40px}}.mission-cards{margin-top:2.5rem;display:flex;flex-direction:column;gap:1.5rem}.mission-card{display:flex;gap:1.5rem;padding-left:1.5rem;border-left:3px solid #e0e0e0;transition:all .3s ease}.mission-card:hover{border-left-color:#333;background:linear-gradient(to right,rgba(0,0,0,.02),transparent);transform:translate(5px)}.card-number{font-family:Lora,serif;font-size:2rem;font-weight:700;color:#ddd;line-height:1;min-width:40px;transition:color .3s ease}.mission-card:hover .card-number{color:#aaa}.card-content h3{font-size:1.3rem;font-weight:700;margin-bottom:.5rem;margin-top:0;color:#222}.card-content p{font-size:1.05rem;line-height:1.6;color:#666;margin-bottom:.5rem}.card-footer-link{font-size:.95rem;margin-top:.5rem;color:#444}.card-footer-link a{color:#222;text-decoration:underline;font-weight:600;transition:color .2s ease}.card-footer-link a:hover{color:#000}#expeditions{padding:4rem 5%;background:linear-gradient(to bottom,#fff,#f7f7f7)}.expedition-intro{text-align:center;max-width:800px;margin:0 auto 3rem}.expedition-intro h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#222}.expedition-intro p{font-size:1.15rem;line-height:1.8;color:#555}.expedition-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:1200px;margin:0 auto 3rem}.expedition-card{background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:1.5rem;display:grid;grid-template-rows:auto minmax(130px,auto) minmax(100px,auto) 1fr auto;gap:1rem;box-shadow:0 4px 20px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.expedition-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001a}.expedition-header{display:flex;align-items:center;gap:.8rem;padding-bottom:.8rem;border-bottom:2px solid #f0f0f0}.country-flag{font-size:2.5rem}.country-info h3{font-size:1.6rem;font-weight:700;color:#222;margin:0}.expedition-date{font-size:.95rem;color:#666;font-weight:500}.expedition-section h4{font-size:.95rem;font-weight:700;color:#333;margin-bottom:.4rem;text-transform:uppercase;letter-spacing:.5px}.expedition-section p{font-size:.95rem;line-height:1.6;color:#666;margin:0}.location-list{list-style:none;padding:0;margin:0 0 .8rem}.location-list li{padding:.4rem 0;border-bottom:1px solid #f0f0f0;font-size:.95rem;color:#555}.location-list li:last-child{border-bottom:none}.location-list li strong{color:#333}.expedition-map{height:220px;border-radius:8px;border:1px solid #e0e0e0;overflow:hidden;z-index:1}.expedition-cta{display:block;background:#222;color:#fff;padding:.8rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:600;text-align:center;transition:all .3s ease;margin-top:auto;font-size:.95rem}.expedition-cta:hover{background:#000;transform:translateY(-2px);box-shadow:0 4px 15px #0003}.expedition-outcomes{max-width:1000px;margin:0 auto 3rem;text-align:center}.expedition-outcomes h3{font-size:1.8rem;font-weight:700;color:#222;margin-bottom:1.5rem}.outcomes-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.outcome-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:1.5rem;text-align:left}.outcome-card h4{font-size:1.1rem;font-weight:700;color:#333;margin-bottom:.5rem}.outcome-card p{font-size:1rem;line-height:1.6;color:#666;margin:0}.expedition-help{max-width:800px;margin:0 auto;text-align:center;padding:2rem;background:#fff;border:1px solid #e0e0e0;border-radius:12px}.expedition-help h3{font-size:1.5rem;font-weight:700;color:#222;margin-bottom:1rem}.expedition-help p{font-size:1.05rem;line-height:1.7;color:#555;margin-bottom:.75rem}.expedition-help .language-note{font-style:italic;color:#777;font-size:.95rem}.help-cta{display:inline-block;background:#222;color:#fff;padding:.8rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease;margin-top:1.5rem;font-size:1rem}.help-cta:hover{background:#000;transform:translateY(-2px);box-shadow:0 4px 15px #0003}footer{background:#f9f9f9;padding:2rem 0;text-align:center;border-top:1px solid #eee}.footer-content p{font-size:.9rem;color:#888;margin:0}.profile-card{position:relative}.linkedin-icon{position:absolute;top:1.5rem;right:1.5rem;width:24px;height:24px;display:block;transition:transform .3s ease}.linkedin-icon svg{width:100%;height:100%;fill:#bbb;transition:fill .3s ease}.linkedin-icon:hover{transform:translateY(-2px)}.linkedin-icon:hover svg{fill:#0077b5}@media(max-width:900px){.expedition-grid,.outcomes-grid{grid-template-columns:1fr}.expedition-intro h2{font-size:2rem}}.company-card{background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:2rem;display:flex;flex-direction:column;gap:1rem;align-items:center;text-align:center;box-shadow:0 4px 20px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.company-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001a}.company-logo-container{height:80px;display:flex;align-items:center;justify-content:center;margin-bottom:.5rem;width:100%}.company-logo{max-height:100%;max-width:180px;object-fit:contain}.company-card h3{font-size:1.5rem;font-weight:700;color:#222;margin:0}.company-desc{font-size:1.05rem;color:#555;line-height:1.6;margin-bottom:1rem;flex-grow:1}.company-crops{width:100%;text-align:center;border-top:1px solid #f0f0f0;padding-top:1rem}.company-crops h4{font-size:.9rem;text-transform:uppercase;letter-spacing:1px;color:#888;margin-bottom:.8rem}.crop-tags{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.crop-tag{background:#f0f7f4;color:#2e7d32;padding:.4rem .8rem;border-radius:20px;font-size:.9rem;font-weight:600}
