.cm-static{--bg-base:#fffdf6;--bg-surface:#f6f1e7;--bg-elevated:#ede7d8;--bg-card:#fff;--orange:#c84b0f;--orange-light:#e8622a;--orange-pale:#fff0e8;--olive:#5c7a2e;--olive-light:#7a9e3e;--olive-pale:#eef4e4;--grad-orange:linear-gradient(135deg,#c84b0f,#e8622a);--grad-olive:linear-gradient(135deg,#5c7a2e,#7a9e3e);--font-display:"Baloo 2","Comic Sans MS",system-ui,sans-serif;--font-body:"Nunito",system-ui,sans-serif;--text-primary:#2a1a08;--text-secondary:#5c4020;--text-muted:#9a7a50;--border-subtle:#c84b0f26;--max-width:1200px;--nav-height:72px;--radius-card:20px;--radius-pill:100px;--ease-out:cubic-bezier(.16,1,.3,1);--ease-bounce:cubic-bezier(.34,1.56,.64,1);background:var(--bg-base);color:var(--text-primary);font-family:var(--font-body);min-height:100vh;line-height:1.6;overflow-x:hidden}.cm-static *,.cm-static :before,.cm-static :after{box-sizing:border-box}.cm-static img{max-width:100%;display:block}.cm-static a{color:inherit;text-decoration:none}.cm-static button{cursor:pointer;background:0 0;border:none;font-family:inherit}.cm-static ul{margin:0;padding:0;list-style:none}.cm-static p{margin:0}.cm-static .display-xl{font-family:var(--font-display);letter-spacing:-.01em;color:var(--text-primary);font-size:clamp(2.5rem,5.5vw,4.5rem);font-weight:800;line-height:1.1}.cm-static .eyebrow{letter-spacing:.18em;text-transform:uppercase;color:var(--olive);margin-bottom:.875rem;font-size:.75rem;font-weight:700}.cm-static .body-lg{color:var(--text-secondary);font-size:1.1rem;line-height:1.75}.cm-static .body-md{color:var(--text-secondary);text-align:justify;font-size:.975rem;line-height:1.7}.cm-static .cs-container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.cm-static .cs-section{padding:5rem 0}.cm-static .cs-section-surface{background:var(--bg-surface)}.cm-static .cs-nav{height:var(--nav-height);z-index:100;transition:background .4s var(--ease-out),box-shadow .4s;align-items:center;display:flex;position:fixed;top:0;left:0;right:0}.cm-static .cs-nav.scrolled{-webkit-backdrop-filter:blur(16px);background:#fffdf6f0;box-shadow:0 2px #c84b0f1a,0 4px 24px #c84b0f0f}.cm-static .cs-nav-inner{justify-content:space-between;align-items:center;width:100%;padding:0 clamp(1.5rem,4vw,4rem);display:flex}.cm-static .cs-nav-logo{font-family:var(--font-display);letter-spacing:-.01em;cursor:pointer;background:0 0;border:none;padding:0;font-size:1.3rem;font-weight:800;display:inline-block;color:var(--orange)!important}.cm-static .cs-nav-logo span{color:var(--olive)!important}.cm-static .cs-nav-links{align-items:center;gap:.4rem;display:flex}.cm-static .cs-nav-link{font-family:var(--font-body);border-radius:var(--radius-pill);cursor:pointer;background:0 0;border:none;align-items:center;padding:.5rem .875rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:color .25s,background .25s;display:inline-flex;color:var(--text-secondary)!important}.cm-static .cs-nav-link:hover{background:var(--orange-pale);color:var(--orange)!important}.cm-static .cs-hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:8px;display:none}.cm-static .cs-hamburger span{background:var(--orange);transition:transform .3s var(--ease-out),opacity .3s;border-radius:3px;width:24px;height:2.5px;display:block}.cm-static .cs-hamburger.open span:first-child{transform:translateY(7px)rotate(45deg)}.cm-static .cs-hamburger.open span:nth-child(2){opacity:0}.cm-static .cs-hamburger.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.cm-static .cs-mobile-menu{backdrop-filter:blur(20px);z-index:99;opacity:0;pointer-events:none;background:#fffdf6f7;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;transition:opacity .3s;display:none;position:fixed;inset:0}.cm-static .cs-mobile-menu.open{opacity:1;pointer-events:all}.cm-static .cs-mobile-menu .cs-nav-link{font-size:1.4rem}.cm-static .btn{font-family:var(--font-body);border-radius:var(--radius-pill);transition:transform .25s var(--ease-bounce),box-shadow .25s;cursor:pointer;border:none;align-items:center;gap:.5rem;padding:.75rem 1.75rem;font-size:.925rem;font-weight:700;text-decoration:none;display:inline-flex}.cm-static .btn:hover{transform:translateY(-2px)}.cm-static .btn-primary{background:var(--grad-orange);box-shadow:0 4px 20px #c84b0f40;color:#fff!important}.cm-static .btn-primary:hover{box-shadow:0 8px 30px #c84b0f73}.cm-static .btn-nav{padding:.45rem 1.25rem;font-size:.82rem}.cm-static .cs-page-hero{padding:calc(var(--nav-height) + 4rem)0 4rem;background:var(--bg-base);position:relative;overflow:hidden}.cm-static .cs-page-hero:before{content:"";pointer-events:none;background:radial-gradient(#c84b0f1a 0%,#0000 70%);width:600px;height:400px;position:absolute;top:-60px;right:-100px}.cm-static .cs-page-hero:after{content:"";pointer-events:none;background:radial-gradient(#5c7a2e14 0%,#0000 70%);width:350px;height:350px;position:absolute;bottom:-60px;left:-60px}.cm-static .cs-page-hero .cs-container{z-index:1;position:relative}.cm-static .cs-page-hero .display-xl{margin-bottom:1.25rem}.cm-static .cs-section-header{text-align:center;margin-bottom:3.5rem}.cm-static .cs-section-header h2{font-family:var(--font-display);margin:0;font-size:clamp(1.8rem,3.5vw,2.75rem);font-weight:800}.cm-static .cs-heading-orange{color:var(--orange)}.cm-static .cs-heading-olive{color:var(--olive)}.cm-static .cs-card{background:var(--bg-card);border-radius:var(--radius-card);transition:border-color .3s,box-shadow .3s,transform .3s var(--ease-out);border:1.5px solid #c84b0f1f;padding:2rem;position:relative;overflow:hidden}.cm-static .cs-card:hover{border-color:#c84b0f47;transform:translateY(-5px);box-shadow:0 16px 48px #c84b0f1f}.cm-static .cs-card h3{font-family:var(--font-display);margin:0 0 .75rem;font-size:1.35rem;font-weight:800}.cm-static .cs-card-orange h3{color:var(--orange)}.cm-static .cs-card-olive h3{color:var(--olive)}.cm-static .cs-value-icon{border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:1.25rem;display:flex}.cm-static .cs-value-icon-inner{background:#ffffffe6;border-radius:50%;width:20px;height:20px}.cm-static .cs-value-orange{background:var(--grad-orange);box-shadow:0 8px 20px #c84b0f40}.cm-static .cs-value-olive{background:var(--grad-olive);box-shadow:0 8px 20px #5c7a2e40}.cm-static .cs-values-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.cm-static .cs-split{border-radius:var(--radius-card);border:1.5px solid var(--border-subtle);grid-template-columns:1fr 1fr;display:grid;overflow:hidden;box-shadow:0 8px 40px #c84b0f14}.cm-static .cs-split-img{background:var(--bg-surface);min-height:460px;overflow:hidden}.cm-static .cs-split-img img{object-fit:cover;width:100%;height:100%}.cm-static .cs-orange-panel{background:var(--grad-orange);color:#fff;flex-direction:column;justify-content:center;padding:3.5rem 2.5rem;display:flex}.cm-static .cs-orange-panel h2{font-family:var(--font-display);color:#fff;margin:0 0 1.5rem;font-size:2rem;font-weight:800}.cm-static .cs-orange-panel p{opacity:.95;text-align:justify;margin-bottom:1rem;font-size:1rem;line-height:1.85}.cm-static .cs-orange-panel p:last-child{margin-bottom:0}.cm-static .cs-orange-panel strong{font-weight:700}.cm-static .cs-milestones{grid-template-columns:repeat(auto-fit,260px);justify-content:center;gap:1.5rem;display:grid}.cm-static .cs-milestones a{transition:transform .3s var(--ease-out),box-shadow .3s;background:var(--bg-card);border:1.5px solid var(--border-subtle);border-radius:16px;justify-content:center;align-items:center;width:260px;height:160px;padding:1.25rem;display:flex;overflow:hidden}.cm-static .cs-milestones a:hover{border-color:#c84b0f4d;transform:translateY(-4px);box-shadow:0 12px 36px #c84b0f26}.cm-static .cs-milestones img{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:100%;display:block}.cm-static .cs-team-cards{flex-direction:column;gap:2rem;display:flex}.cm-static .cs-team-card{border-radius:var(--radius-card);border:1.5px solid var(--border-subtle);background:var(--bg-card);transition:box-shadow .3s,transform .3s var(--ease-out);grid-template-columns:minmax(220px,300px) 1fr;display:grid;overflow:hidden;box-shadow:0 4px 24px #c84b0f0f}.cm-static .cs-team-card:hover{transform:translateY(-4px);box-shadow:0 16px 48px #c84b0f1f}.cm-static .cs-team-photo{background:var(--bg-surface);overflow:hidden}.cm-static .cs-team-photo img{object-fit:cover;width:100%;height:100%;min-height:380px}.cm-static .cs-team-info{flex-direction:column;justify-content:center;gap:.75rem;padding:2.5rem;display:flex}.cm-static .cs-team-name{font-family:var(--font-display);margin:0;font-size:1.7rem;font-weight:800}.cm-static .cs-team-name-orange{color:var(--orange)}.cm-static .cs-team-name-olive{color:var(--olive)}.cm-static .cs-team-divider{border-radius:2px;width:48px;height:3px}.cm-static .cs-divider-orange{background:var(--grad-orange)}.cm-static .cs-divider-olive{background:var(--grad-olive)}.cm-static .cs-team-role{color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;margin:0;font-size:.82rem;font-weight:700}.cm-static .cs-team-info p{color:var(--text-secondary);text-align:justify;margin:0;font-size:.975rem;line-height:1.8}.cm-static .cs-footer{color:#fffdf0e6;background:#3d2a0f;padding:4.5rem 0 2.5rem}.cm-static .cs-footer-grid{grid-template-columns:1.8fr 1fr 1fr 1fr 1fr 1fr;gap:2.25rem;margin-bottom:3rem;display:grid}.cm-static .cs-footer-logo{letter-spacing:-.01em;cursor:pointer;background:0 0;border:none;margin-bottom:.875rem;padding:0;display:inline-block;font-family:var(--font-display)!important;color:#ffa96a!important;font-size:1.3rem!important;font-weight:800!important}.cm-static .cs-footer-logo span{color:#9ec45a!important}.cm-static .cs-footer-brand p{color:#fffdf099;max-width:280px;margin-top:0;margin-bottom:1rem;font-size:.875rem;line-height:1.65}.cm-static .cs-footer-offices{flex-direction:column;gap:.375rem;display:flex}.cm-static .cs-footer-office{color:#fffdf080;font-size:.8rem}.cm-static .cs-footer-col h4{letter-spacing:.14em;text-transform:uppercase;color:#fffdf066;margin:0 0 1rem;font-size:.78rem;font-weight:800}.cm-static .cs-footer-col ul{flex-direction:column;gap:.6rem;display:flex}.cm-static .cs-footer-col li a,.cm-static .cs-footer-col li button{cursor:pointer;text-align:left;background:0 0;border:none;padding:0;font-family:inherit;font-size:.875rem;transition:color .2s;color:#fffdf0a6!important}.cm-static .cs-footer-col li a:hover,.cm-static .cs-footer-col li button:hover{color:#ffa96a!important}.cm-static .cs-footer-app-badges{flex-direction:column;gap:.6rem;display:flex}.cm-static .cs-footer-app-badges a{background:0 0;border:none;border-radius:0;padding:0}.cm-static .cs-footer-app-badges a:hover{box-shadow:none;transform:none}.cm-static .cs-footer-app-badges img{width:140px;height:auto;display:block}.cm-static .cs-footer-bottom{border-top:1px solid #fffdf01a;flex-direction:column;gap:.5rem;padding-top:1.75rem;display:flex}.cm-static .cs-footer-bottom p{color:#fffdf059;margin:0;font-size:.8rem}.cm-static .cs-accent-bar{background:linear-gradient(90deg,var(--orange),var(--olive));border-radius:8px;width:140px;height:4px;margin-top:1.5rem}.cm-static .theme-toggle{background:var(--orange-pale);border:1.5px solid var(--border-subtle);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:background .25s,box-shadow .25s,transform .2s;display:inline-flex;color:var(--orange)!important}.cm-static .theme-toggle:hover{transform:scale(1.1);box-shadow:0 4px 14px #c84b0f33}.cm-static .theme-toggle svg{display:block}html[data-theme=dark] .cm-static{--bg-base:#1a1208;--bg-surface:#211810;--bg-elevated:#2d2015;--bg-card:#271a10;--text-primary:#fffdf6;--text-secondary:#e8d0a0;--text-muted:#b89060;--olive:#8dbf50;--olive-light:#a0d060;--border-subtle:#c84b0f47;--orange-pale:#c84b0f26;background:var(--bg-base)}html[data-theme=dark] .cm-static .cs-nav.scrolled{background:#1a1208f0;box-shadow:0 2px #c84b0f33,0 4px 24px #00000080}html[data-theme=dark] .cm-static .cs-mobile-menu{background:#1a1208f7}html[data-theme=dark] .cm-static .cs-card{background:var(--bg-card);border-color:#c84b0f38}html[data-theme=dark] .cm-static .cs-card .body-md{color:var(--text-secondary)}html[data-theme=dark] .cm-static .cs-card h3{color:var(--text-primary)}html[data-theme=dark] .cm-static .cs-team-info p{color:var(--text-secondary)}html[data-theme=dark] .cm-static .cs-team-role{color:var(--text-muted)}html[data-theme=dark] .cm-static .body-lg,html[data-theme=dark] .cm-static .body-md{color:var(--text-secondary)}html[data-theme=dark] .cm-static .cs-milestones a,html[data-theme=dark] .cm-static .cs-team-card{background:var(--bg-card);border-color:#c84b0f38}html[data-theme=dark] .cm-static .cs-split{border-color:#c84b0f33}html[data-theme=dark] .cm-static .cs-split-img,html[data-theme=dark] .cm-static .cs-section-surface{background:var(--bg-surface)}html[data-theme=dark] .cm-static .cs-page-hero{background:var(--bg-base)}html[data-theme=dark] .cm-static .theme-toggle{background:#c84b0f33;border-color:#c84b0f66}@media (width<=1024px){.cm-static .cs-footer-grid{grid-template-columns:1fr 1fr 1fr;gap:2rem}}@media (width<=900px){.cm-static .cs-split{grid-template-columns:1fr}.cm-static .cs-split-img{min-height:260px}.cm-static .cs-team-card{grid-template-columns:1fr}.cm-static .cs-team-photo img{min-height:260px}.cm-static .cs-footer-grid{grid-template-columns:1fr 1fr;gap:2rem}}@media (width<=768px){.cm-static .cs-hamburger{display:flex}.cm-static .cs-nav-links{display:none}.cm-static .cs-mobile-menu{display:flex}.cm-static .cs-section{padding:3.5rem 0}.cm-static .cs-page-hero{padding:calc(var(--nav-height) + 2.5rem)0 2.5rem}}@media (width<=580px){.cm-static .cs-footer-grid{grid-template-columns:1fr}.cm-static .cs-milestones{gap:1.25rem}}