:root{font-family:Sora,Segoe UI,sans-serif;line-height:1.6;font-weight:400;color:#111;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--color-text: #111111;--color-text-muted: rgba(17, 17, 17, .7)}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:#fff}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,textarea{font:inherit}#root{width:100%}.page{position:relative;min-height:100vh;padding:2.5rem 6vw 3.5rem;overflow:hidden}.access-overlay{position:fixed;inset:0;background:#000;display:flex;align-items:center;justify-content:center;z-index:50;padding:1.5rem}.access-modal{width:min(420px,100%);background:#fff;border-radius:20px;padding:2rem;display:grid;gap:1rem;box-shadow:0 24px 50px #0003;text-align:center}.access-logo{width:110px;height:110px;margin:0 auto .5rem;object-fit:contain}.access-modal h2{margin:0;font-family:Clash Display,Sora,Segoe UI,sans-serif}.access-modal p{margin:0;color:var(--color-text-muted)}.access-modal input{border-radius:12px;border:1px solid rgba(17,17,17,.2);padding:.8rem 1rem}.access-error{color:#c22b2b;font-size:.9rem}.orb{position:absolute;border-radius:999px;filter:blur(20px);opacity:.35;z-index:0}.orb-one{width:280px;height:280px;background:radial-gradient(circle at 30% 30%,#ffd9a3,#ffb24a);top:-80px;right:8vw}.orb-two{width:220px;height:220px;background:radial-gradient(circle at 70% 30%,#e6ffc2,#b3f34a);bottom:10vh;left:-60px}.site-header{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:2rem;margin-bottom:3rem}.brand{display:flex;align-items:center;gap:.75rem;font-family:Clash Display,Sora,Segoe UI,sans-serif;font-size:1.5rem;font-weight:700;letter-spacing:.04em}.brand-logo{width:145px;height:145px;object-fit:contain}.nav{display:flex;gap:1.5rem;font-size:.95rem}.nav a{color:var(--color-text-muted);transition:color .2s ease}.nav a:hover{color:var(--color-text)}.cta,.ghost{border:1px solid transparent;border-radius:999px;padding:.75rem 1.6rem;font-weight:600;font-size:.95rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.three-button{width:230px;height:70px;padding:0;border:none;background:transparent;cursor:pointer;outline:none;box-shadow:none;border-radius:999px;display:inline-flex;align-items:center;justify-content:center}.three-button-canvas{width:100%!important;height:100%!important;background:transparent!important;border-radius:999px;display:block}.cta{background:linear-gradient(135deg,#ff8f1fbf,#f6c247bf);color:#1b140f;border:1px solid rgba(255,255,255,.65);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);box-shadow:0 12px 30px #ff8f1f33}.cta:hover{transform:translateY(-2px);box-shadow:0 16px 34px #ff8f1f52}.cta.outline-green{background:#ffffffb8;color:#1b140f;border:2px solid #2f9a2f;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);box-shadow:none}.cta.outline-green:hover{box-shadow:0 10px 24px #2f9a2f33}.ghost{background:transparent;border-color:#1113;color:var(--color-text)}.ghost:hover{border-color:#1116;transform:translateY(-2px)}.hero{position:relative;z-index:1;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;align-items:center;margin-bottom:4.5rem}.hero-text h1{font-family:Clash Display,Sora,Segoe UI,sans-serif;font-size:clamp(2.2rem,4vw,3.6rem);line-height:1.05;margin-bottom:1.4rem}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:.75rem;color:var(--color-text-muted);margin-bottom:1rem}.lead{font-size:1.1rem;color:var(--color-text-muted);margin-bottom:2rem}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.stats{display:flex;gap:2rem;flex-wrap:wrap}.stat-number{display:block;font-size:1.6rem;font-weight:700}.stat-label{font-size:.9rem;color:var(--color-text-muted)}.hero-carousel{display:grid;gap:1rem}.carousel-frame{border-radius:22px;overflow:hidden;background:#ffffffe6;border:1px solid rgba(17,17,17,.08);box-shadow:0 22px 45px #0000001f}.carousel-fade{position:relative;height:320px}.carousel-slide{position:absolute;inset:0;opacity:0;transition:opacity .9s ease}.carousel-slide.is-active{opacity:1}.carousel-slide img{width:100%;height:100%;object-fit:cover;display:block}.carousel-caption{color:var(--color-text-muted);font-size:.95rem}.section{position:relative;z-index:1;margin-bottom:4.5rem}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;margin-bottom:2rem}.section-head h2{font-family:Clash Display,Sora,Segoe UI,sans-serif;font-size:clamp(1.8rem,3vw,2.6rem);margin:0}.section-head p{color:var(--color-text-muted);max-width:420px}.grid{display:grid;gap:1.6rem}.grid.three{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.team-carousel{overflow:hidden}.team-track{display:flex;transition:transform .9s ease}.team-page{min-width:100%;display:grid;grid-template-columns:repeat(var(--visible),minmax(0,1fr));gap:1.6rem}.team-card{background:#ffffffdb;border:1px solid rgba(17,17,17,.12);border-radius:22px;padding:1.2rem;display:grid;gap:1rem;box-shadow:0 16px 30px #0000001a;overflow:hidden}.team-photo{border-radius:18px;overflow:hidden;background:#1111110a;width:100%;padding:.75rem}.team-photo img{width:50%;height:auto;object-fit:contain;display:block;object-position:center;margin:0 auto}.team-info h3{margin:0 0 .3rem;font-size:1.1rem}.team-info p{margin:0;color:var(--color-text-muted)}.card,.media{background:#ffffffeb;border:1px solid rgba(17,17,17,.08);border-radius:18px;padding:1.5rem;box-shadow:0 18px 38px #0000001f}.media-thumb{height:140px;border-radius:14px;background:linear-gradient(135deg,#ff8f1f80,#b3f34a8c);margin-bottom:1rem}.timeline{display:grid;gap:1.2rem}.step{display:flex;gap:1.2rem;align-items:flex-start;padding:1.2rem 1.5rem;border-radius:18px;background:#ffffffeb;border:1px solid rgba(17,17,17,.08)}.step-index{font-weight:700;font-size:1rem;color:#f6c247}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem}.contact-form{display:grid;gap:1rem}.contact-form label{display:grid;gap:.4rem;color:var(--color-text-muted);font-size:.9rem}.contact-form input,.contact-form textarea{border-radius:12px;border:1px solid rgba(17,17,17,.15);background:#fffffff2;color:var(--color-text);padding:.8rem 1rem;font-family:inherit}.contact-card{background:#ffffffeb;border-radius:18px;padding:1.8rem;border:1px solid rgba(17,17,17,.08)}.contact-card ul{list-style:none;padding:0;margin:1rem 0;display:grid;gap:.6rem}.contact-note{margin-top:1.2rem;color:var(--color-text-muted)}.site-footer{position:relative;z-index:1;display:flex;justify-content:space-between;align-items:flex-start;color:var(--color-text-muted);font-size:.9rem;padding-top:2rem;border-top:1px solid rgba(17,17,17,.08)}.footer-brand{display:grid;gap:.4rem}.footer-stats{display:flex;gap:2rem;flex-wrap:wrap}@media(max-width:860px){.site-header,.section-head{flex-direction:column;align-items:flex-start}.site-footer{flex-direction:column;gap:.5rem}.three-button{width:200px;height:62px}}@media(prefers-reduced-motion:no-preference){.hero-text,.hero-panel,.section{animation:fade-up .8s ease both}.section:nth-of-type(2){animation-delay:.1s}.section:nth-of-type(3){animation-delay:.2s}.section:nth-of-type(4){animation-delay:.3s}}@keyframes fade-up{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}
