@import"https://fonts.googleapis.com/css2?family=Hanken+Grotesk:wght@400;500;600;700&display=swap";:root{color-scheme:light;--color-dark: #141316;--color-dark-alt: #333133;--color-dark-muted: #2f2c2f;--color-accent: #215ebd;--color-mint: #b4e5a2;--color-footer: #413e41;--color-ink: #111827;--color-white: #ffffff}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Hanken Grotesk,sans-serif;color:#000;background:#f5f4f5}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}main{min-height:60vh}.container{width:min(1200px,92vw);margin:0 auto}.section{padding:3rem 0}.section-lg{padding:4rem 0}.hero{padding:3rem 0}.hero-grid{display:grid;gap:2.5rem;align-items:center}.hero-text{max-width:620px}.hero-image{width:100%;max-width:440px;justify-self:end}.hero-image img{width:100%}.hero-title{font-size:clamp(2.25rem,2vw + 1.5rem,3rem);line-height:1.15;margin:0 0 1rem}.hero-subtitle{font-size:clamp(1.1rem,.6vw + 1rem,1.4rem);margin:0;white-space:pre-wrap}.heading-large{font-size:clamp(2rem,2vw + 1.5rem,3rem);margin:0}.heading-medium{font-size:clamp(1.5rem,1vw + 1.1rem,2rem);margin:0}.body-normal{font-size:1rem;line-height:1.6}.button{display:inline-flex;align-items:center;justify-content:center;padding:.65rem 1.5rem;border-radius:8px;border:2px solid var(--color-accent);background:var(--color-accent);color:#fff;font-weight:500;font-size:1rem}.button.secondary{background:transparent;color:#fff;border-color:#fff}.header{position:sticky;top:0;z-index:1000;background:var(--color-dark);color:#fff}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:1.5rem 0}.nav-list{display:flex;align-items:center;gap:.7rem;list-style:none;padding:0;margin:0}.nav-list li a{display:block;padding:.4rem .9rem;border-radius:.6rem;font-size:.95rem}.nav-list li.active a{background:#fffc;color:var(--color-ink);border:1px solid #fff}.nav-actions{display:flex;gap:.75rem;align-items:center}.menu-button{display:none!important;background:transparent;border:none;color:#fff;padding:.5rem;border-radius:.5rem}.icon-pill{width:40px;height:40px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#fff;color:var(--color-ink)}.footer{background:var(--color-footer);color:#000}.footer-inner{display:flex;flex-direction:column;gap:2.5rem;padding:3rem 0}.footer-nav{display:flex;gap:2rem;list-style:none;padding:0;margin:0}.footer-nav a{border-bottom:2px solid transparent;padding-bottom:.3rem}.grid-two,.card-grid{display:grid;gap:2.5rem}.card{display:flex;flex-direction:column;gap:1.25rem;color:#fff}.card img{border-radius:1.8rem;width:100%;height:auto;aspect-ratio:16 / 9;object-fit:cover}.search-bar{display:flex;align-items:center;gap:.75rem;padding:.9rem 1.2rem;background:#2e2e31;border-radius:.75rem;color:#c7c7c7;max-width:340px;margin-left:auto}.search-bar input{background:transparent;border:none;color:inherit;outline:none;font-size:1rem;width:100%}.blog-hero{position:relative;padding:4rem 0;background:#f1f1f1;overflow:hidden;min-height:320px}.blog-hero:before{content:"";position:absolute;inset:0;background:#ffffffbf}.blog-hero-inner{position:relative;z-index:1;display:grid;gap:1.5rem}.blog-hero-title{font-size:clamp(2rem,1.5vw + 1.8rem,3rem);color:#111}.blog-meta{display:flex;align-items:center;gap:.8rem;font-size:.95rem}.meta-icon{width:26px;height:26px;display:inline-flex;align-items:center;justify-content:center}.avatar{width:32px;height:32px;border-radius:999px;overflow:hidden;background:#fff;display:inline-flex;align-items:center;justify-content:center}.blog-content{padding:3rem 0 4rem;background:#1d1c1f;color:#fff}.blog-content h2,.blog-content h3{margin-top:2.5rem;margin-bottom:1rem}.blog-content p{margin:0 0 1.5rem;color:#f1f1f1}.blog-content figure{margin:2rem 0}.blog-content img{border-radius:1.8rem}.blog-content figcaption{color:#c4c4c4;margin-top:.75rem;font-size:.95rem}.team-grid{display:flex;flex-direction:column;gap:0;align-items:center}.team-card{width:min(260px,80%);background:#1d1c1f;border-radius:32px;overflow:hidden;text-align:center}.team-card img{width:35%;margin:0 auto;border-radius:24px}.team-body{padding:2rem;text-align:center}.team-body .body-normal{text-align:left;max-width:620px;margin:1rem auto 0}.pista-grid{display:grid;gap:2.5rem}.pista-item{text-align:center}.pista-item img{margin:0 auto}@media(min-width:1024px){.hero{padding:6rem 0}.hero-grid{grid-template-columns:1.1fr .9fr}.grid-two{grid-template-columns:repeat(2,minmax(0,1fr));align-items:center}.card-grid,.pista-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pista-item.full{grid-column:1 / -1}.team-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.footer-inner{flex-direction:row;justify-content:space-between;align-items:flex-start}}@media(min-width:1024px){.hero-title{white-space:nowrap}}@media(min-width:768px){.team-grid{flex-direction:row;justify-content:center;gap:12px}}@media(max-width:960px){.nav-list,.nav-actions{display:none!important}.menu-button{display:inline-flex!important}.hero-image{justify-self:center;max-width:420px}}@media(min-width:961px){.nav-list,.nav-actions{display:flex!important}.menu-button{display:none!important}}
