@import"https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap";.team{padding:3rem 4vw 1.5rem;display:flex;justify-content:center;margin-top:60px}.team-header{text-align:center;padding:2rem 4vw 2rem}.team-label{font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;color:#777;margin:0 0 6px}.team-title{font-size:2rem;margin:0 0 2rem}.team-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.team-card{background:#fff;border-radius:20px;padding:1rem;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:4px}.team-img-wrap{width:100%;height:200px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:16px;margin:0}.team-card-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.team-card-name{font-size:1rem;font-weight:700;margin:2px 0 0;text-align:center}.team-card-role{font-size:.8rem;color:#666;margin:0;text-align:center}.team-card-description{font-size:.8rem;line-height:1.35;color:#444;margin:3px 0 0;text-align:center}@media (min-width: 769px) and (max-width: 1024px){.team-img-wrap{height:220px}}@media (max-width: 768px){.team{margin-top:70px}.team-header{padding:1.5rem 1rem}.team-title{font-size:1.7rem;margin-bottom:1.5rem}.team-cards{grid-template-columns:1fr;gap:1.4rem}.team-card{padding:.9rem;gap:3px}.team-img-wrap{height:140px}.team-card-image{width:50%!important;height:90%!important;-o-object-fit:cover;object-fit:cover;display:block}.team-card-name{font-size:.95rem}.team-card-role,.team-card-description{font-size:.78rem}}.intro{position:fixed;top:0;right:0;bottom:0;left:0;background:#f5f5f5;display:flex;justify-content:center;align-items:center;z-index:9999;transition:opacity 1s ease}.wave-loader{display:flex;gap:8px}.wave-loader span{width:6px;height:40px;background:#0c430f;border-radius:4px;animation:wave 1s infinite ease-in-out}.wave-loader span:nth-child(2){animation-delay:.1s}.wave-loader span:nth-child(3){animation-delay:.2s}.wave-loader span:nth-child(4){animation-delay:.3s}@keyframes wave{0%,to{transform:scaleY(.4);opacity:.5}50%{transform:scaleY(1);opacity:1}}.dot-loader{display:flex;gap:10px}.dot-loader span{width:10px;height:10px;background:#0c430f;border-radius:50%;animation:pulse 1s infinite ease-in-out}.dot-loader span:nth-child(2){animation-delay:.2s}.dot-loader span:nth-child(3){animation-delay:.4s}@keyframes pulse{0%,to{transform:scale(.6);opacity:.4}50%{transform:scale(1.2);opacity:1}}.tree-wrapper{display:flex;flex-direction:column;align-items:center;gap:14px}.trunk{width:6px;height:0;background:#5b3a1a;animation:growTrunk .8s forwards ease-out}@keyframes growTrunk{to{height:40px}}.leaf{position:absolute;width:16px;height:16px;background:#0c430f;border-radius:50%;opacity:0}.tree{position:relative;height:60px}.leaf1{top:5px;left:-12px;animation:growLeaf .6s .6s forwards}.leaf2{top:0;left:2px;animation:growLeaf .6s .8s forwards}.leaf3{top:5px;left:16px;animation:growLeaf .6s 1s forwards}@keyframes growLeaf{to{transform:scale(1);opacity:1}0%{transform:scale(0);opacity:0}}.nature-text{font-family:Roboto,sans-serif;font-size:clamp(1.8rem,5vw,3rem);color:#0c430f;letter-spacing:.5px;opacity:0;transform:translateY(10px);animation:textReveal 1s ease forwards;animation-delay:1s}@keyframes textReveal{to{opacity:1;transform:translateY(0)}}.intro.exit{opacity:0;transition:opacity 1s ease}.intro.exit .tree-wrapper{transform:translate(-12vw,10vh) scale(.6);opacity:0;transition:all 1.2s ease}@font-face{font-family:Helvetica World;src:url(/assets/fonts/HelveticaWorld-Regular.woff2) format("woff2");font-display:swap}@font-face{font-family:Roboto;src:url(/assets/fonts/Roboto-Regular.ttf) format("truetype");font-display:swap}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Helvetica World,sans-serif;background:#fff;color:#333;overflow-x:hidden}.hero-wrapper{width:100%;height:100vh;padding:8px;margin-bottom:-6px}.hero{position:relative;width:100%;height:100%;border-radius:12px;overflow:hidden;display:flex;align-items:center}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/assets/hero.jpg);background-size:cover;background-position:center 59%;border-radius:inherit;z-index:1}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000026;z-index:2}.hero-header{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.8rem 2.5rem;display:flex;justify-content:space-between;align-items:flex-start;z-index:5}.hero-logo{color:#fff;font-size:1.1rem;font-weight:700}.hero-button{background:transparent;color:#fff;border:1.5px solid #fff;padding:.6rem 1.7rem;font-size:.95rem;border-radius:999px;cursor:pointer}.hero-content{position:relative;z-index:3;margin-left:18vw}.hero-title{font-size:5.8rem;font-weight:400;line-height:1.1;color:#fff;letter-spacing:-.06em}.hero-title em{font-style:italic;font-weight:300}.mission-wrapper{padding:6px;margin-top:0;margin-bottom:80px}.mission{position:relative;height:72vh;border-radius:12px;background-size:cover;background-position:center}.mission-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000040;border-radius:12px}.mission-content{position:relative;z-index:3;height:100%;display:flex;align-items:center}.mission-text{margin-left:18vw;font-size:3.6rem;color:#fff;line-height:1.35;max-width:760px}.highlight{background:#487b19;color:#fff;font-style:italic;border-radius:800px;display:inline}.info-card{position:absolute;right:48px;bottom:-100px;width:400px;background:#fff;padding:1.6rem;border-radius:36px;z-index:6}.info-card-text{font-family:Roboto,sans-serif;font-size:1.6rem;line-height:1.1;color:#1f1f1f}.team{padding:3rem 4vw 2rem;display:flex;justify-content:center}.team-container{width:100%;max-width:1200px}.team-header{text-align:center;padding:3rem 4vw 2rem}.team-label{font-size:.85rem;letter-spacing:.12em;text-transform:uppercase;color:#777}.team-title{font-size:2.1rem;margin-bottom:4rem}.team-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:-3rem}.team-card{background:#fff;border-radius:26px;padding:1rem;text-align:center}.team-card-image{width:160px;height:140px;border-radius:24px;-o-object-fit:cover;object-fit:cover;margin:0 auto .6rem}.team-card-name{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1.05rem;font-weight:700}.team-card-role{font-size:.85rem;color:#666;margin-bottom:.3rem}.team-card-description{font-size:.85rem;line-height:1.35;color:#444;max-width:260px;margin:0 auto;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.works-section{padding:4rem 0 6rem;overflow:hidden}.works-title{text-align:center;font-size:2.2rem;margin-bottom:2rem}.works-viewport{width:100%;overflow:visible;padding-top:60px;padding-bottom:40px}.works-scroll{display:flex;gap:2.4rem;overflow-x:auto;overflow-y:visible;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-left:calc(50vw - 300px);padding-right:calc(50vw - 300px)}.works-scroll::-webkit-scrollbar{display:none}.work-card{width:600px;height:700px;flex-shrink:0;scroll-snap-align:center;opacity:.55;transition:opacity .4s ease}.work-card.active{opacity:1}.work-image{width:100%;height:100%;border-radius:24px;overflow:hidden}.work-image img{width:100%;height:100%;border-radius:24px;-o-object-fit:cover;object-fit:cover;display:block;transform:scale(.88) translateY(-36px);transform-origin:center bottom;transition:transform .45s ease}.work-card.active .work-image img{transform:scale(1.08) translateY(0)}.footer{padding:5rem 6vw 3rem;display:flex;justify-content:space-between;align-items:flex-end}.footer-left h2{font-size:3.2rem;font-weight:700;line-height:1.1;letter-spacing:10px}.footer-contact{margin-top:2rem}.footer-contact span{display:block;margin-bottom:1rem;font-size:.9rem;color:#444}.footer-btn{display:inline-block;background:#7a8f1f;color:#000;padding:.8rem 1.6rem;border-radius:12px;font-weight:600;text-decoration:none}.footer-right{display:flex;gap:1.6rem;font-size:.85rem;color:#555;padding-left:1.2rem}@media (min-width: 769px) and (max-width: 1024px){.hero-wrapper{height:42vh;padding:6px;margin-bottom:-6px}.hero{border-radius:16px}.hero-bg{background-position:center 45%}.hero-content{margin-left:8vw;margin-top:6vh}}@media (max-width: 768px){.hero-wrapper,.mission-wrapper{padding:6px;margin-top:0;margin-bottom:60px}.hero-image{-o-object-position:center 59%;object-position:center 59%}.hero-wrapper{height:30vh;margin-bottom:-4px}.mission{height:24vh;margin-bottom:-4px}.hero,.mission{border-radius:12px}.hero-button{padding:.1rem .7rem;font-size:.69rem;border-width:1px;border-radius:999px}.hero-content{margin-left:10vw;margin-top:5vh}.hero-title{font-size:clamp(2rem,6vw,2.4rem)}.hero-header{padding:.8rem 1rem;align-items:flex-start}.hero-logo{font-size:.7rem}.mission-text{margin-left:5vw;font-size:clamp(1.6rem,5vw,1.9rem)}.info-card{width:clamp(220px,70vw,280px);padding:1.2rem;left:60%;transform:translate(-50%);bottom:-70px}.info-card-text{font-size:clamp(1.05rem,4vw,1.25rem);line-height:1.25}.team-label{font-size:.8rem;letter-spacing:.12em;text-transform:uppercase;color:#777}.team-title{font-size:1.8rem}.team-cards{grid-template-columns:1fr;gap:1.4rem}.team-card{padding:1.2rem}.team-card-image{width:110px;height:90px;border-radius:20px;margin-bottom:.8rem}.team-card-name{font-size:.95rem}.team-card-role{font-size:.8rem}.team-card-description{font-size:.8rem;max-width:220px}.works-title{font-size:1.6rem;margin-bottom:1.6rem}.works-viewport{padding-top:40px;padding-bottom:24px}.works-scroll{gap:1.2rem;padding-left:calc(50vw - 120px);padding-right:calc(50vw - 120px)}.work-card{width:240px;height:320px;opacity:.55}.work-card.active{opacity:1}.work-image img{transform:scale(.9) translateY(-14px);transition:transform .4s ease}.work-card.active .work-image img{transform:scale(1.08) translateY(0)}.footer{flex-direction:column;align-items:flex-start;gap:3rem;text-align:left}.footer-left h2{font-size:2.4rem}.footer-contact{text-align:left}.footer-btn{align-self:flex-start}.footer-right{align-self:flex-start;padding-left:0}}
