:root{--primary-blue: #0066ff;--primary-dark: #003d99;--success-green: #00c853;--dark-gray: #1a1a1a;--medium-gray: #4a4a4a;--light-gray: #e9ebed;--white: #ffffff;--section-light: #f6f8fa;--footer-bg: #0f1b2e;--border: #e6e9ee;--gradient-sport: linear-gradient(135deg, #0066ff 0%, #00c853 100%);--gradient-dark: linear-gradient(135deg, #1a1a1a 0%, #003d99 100%);--font-sans: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-heading: var(--font-sans);--container: 1200px;--content-width: 800px;--radius: 14px;--radius-pill: 50px;--shadow-card: 0 8px 30px rgba(20, 30, 60, .08)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;font-family:var(--font-sans);font-size:1.0625rem;line-height:1.6;color:var(--medium-gray);background:var(--white);overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:var(--primary-blue);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3,h4{font-family:var(--font-heading);color:var(--dark-gray);line-height:1.2;font-weight:800;margin:0 0 .6em}h1{font-size:clamp(2.2rem,5vw,3.25rem)}h2{font-size:clamp(1.6rem,3.2vw,2.1rem)}h3{font-size:1.2rem}p{margin:0 0 1.2em}.container{max-width:var(--container);margin:0 auto;padding:0 20px}.skip-link{position:absolute;left:-9999px;top:0;z-index:100;background:var(--primary-blue);color:#fff;padding:.6rem 1rem;border-radius:0 0 8px}.skip-link:focus{left:0}.text-center{text-align:center}.gradient-text{background:var(--gradient-sport);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.btn{display:inline-block;cursor:pointer;border:none;padding:14px 32px;font-weight:700;font-size:1rem;text-transform:uppercase;letter-spacing:.05em;border-radius:var(--radius-pill);text-decoration:none;transition:transform .25s ease,box-shadow .25s ease,background .25s ease}.btn:hover{text-decoration:none}.btn-primary{background:var(--gradient-sport);color:#fff;box-shadow:0 10px 30px #0066ff4d}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 15px 40px #06f6}.btn-secondary{background:transparent;color:var(--primary-blue);border:2px solid var(--primary-blue)}.btn-secondary:hover{background:var(--primary-blue);color:#fff}.site-header{position:sticky;top:0;z-index:50;background:#fffffff2;backdrop-filter:blur(6px);border-bottom:1px solid var(--border)}.site-header .container{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;min-height:84px}.brand{display:flex;align-items:center;gap:.6rem}.brand img,.brand svg{height:48px;width:auto}.brand .wordmark{font-family:var(--font-heading);font-weight:800;color:var(--dark-gray);line-height:1}.main-nav{display:flex;align-items:center;gap:1.75rem}.main-nav a{color:var(--dark-gray);font-weight:600}.main-nav a[aria-current=page]{color:var(--primary-blue)}.lang-switch{display:inline-flex;align-items:stretch;white-space:nowrap;border:1px solid var(--border);border-radius:var(--radius-pill);overflow:hidden;background:#fff;flex:0 0 auto}.lang-switch a{padding:6px 12px;font-size:.82rem;font-weight:700;letter-spacing:.04em;color:var(--medium-gray);line-height:1.4}.lang-switch a+a{border-left:1px solid var(--border)}.lang-switch a:hover{background:var(--section-light);color:var(--dark-gray);text-decoration:none}.lang-switch a[aria-current=true]{background:var(--gradient-sport);color:#fff}.nav-mobile{display:none;position:relative}.nav-mobile summary{list-style:none;cursor:pointer;font-size:1.55rem;line-height:1;padding:4px 6px;color:var(--dark-gray);user-select:none}.nav-mobile summary::-webkit-details-marker,.nav-mobile summary::marker{display:none;content:""}.nav-mobile[open] summary{color:var(--primary-blue)}.nav-mobile>nav{position:absolute;top:calc(100% + .6rem);right:-20px;left:auto;min-width:15rem;display:flex;flex-direction:column;background:#fff;border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-card);padding:.35rem 1.1rem;z-index:60}.nav-mobile>nav a{padding:.8rem 0;font-weight:600;color:var(--dark-gray);border-bottom:1px solid var(--border)}.nav-mobile>nav a:last-child{border-bottom:0}.nav-mobile>nav a[aria-current=page]{color:var(--primary-blue)}.page-header{background:var(--section-light);text-align:center;padding:clamp(3rem,8vw,6rem) 0}.page-header h1{margin-bottom:.4em}.page-header .subtitle{color:var(--medium-gray);font-size:1.2rem;max-width:640px;margin:0 auto}.hero{padding:140px 0 80px;background:var(--gradient-dark);color:#fff;text-align:center}.hero h1{color:#fff}.hero .subtitle{color:#ffffffe6}.hero-cta{display:flex;gap:1.25rem;justify-content:center;flex-wrap:wrap;margin-top:2rem}.section{padding:clamp(3rem,7vw,5rem) 0;background:var(--white)}.section--light{background:var(--section-light)}.prose{max-width:var(--content-width);margin:0 auto}.prose h2{margin-top:2.2em}.prose h2:first-child{margin-top:0}.prose p{line-height:1.8;color:var(--medium-gray)}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:960px;margin:0 auto}.feature{text-align:center}.feature .icon{width:64px;height:64px;margin:0 auto 1rem;display:grid;place-items:center;background:var(--gradient-sport);border-radius:16px;color:#fff}.feature .icon svg{width:28px;height:28px;fill:currentColor}.feature h3{color:var(--dark-gray)}.feature p{color:var(--medium-gray);font-size:.98rem}.card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-card);padding:1.75rem;max-width:var(--content-width);margin:0 auto}.card.person{display:flex;gap:1.5rem;align-items:center}.card.person img{width:150px;height:150px;border-radius:12px;object-fit:cover;flex:0 0 auto}.card .role{color:var(--primary-blue);font-weight:700;margin:.2rem 0 .6rem}.site-footer{background:var(--footer-bg);color:#ffffffbf;padding:3.5rem 0 2rem}.site-footer .container{display:flex;flex-wrap:wrap;gap:1.5rem 2rem;align-items:center;justify-content:space-between}.site-footer a{color:#fffc;font-weight:500}.site-footer a:hover{color:#fff}.site-footer .footer-nav{display:flex;gap:1.5rem;flex-wrap:wrap}.site-footer .brand .wordmark{color:#fff}.site-footer .copyright{width:100%;border-top:1px solid rgba(255,255,255,.12);margin-top:1.5rem;padding-top:1.5rem;font-size:.9rem;color:#ffffff8c;display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap}@media(max-width:860px){.features{grid-template-columns:1fr;gap:2.5rem}.card.person{flex-direction:column;text-align:center}.site-header .container{min-height:68px;gap:.75rem}.brand{margin-right:auto}.main-nav{display:none}.nav-mobile{display:block}.lang-switch a{padding:5px 9px;font-size:.78rem}}.brand-logo{height:60px;width:auto}.brand-mark{height:46px}.site-footer .brand-mark{height:38px}.brand .wordmark{font-size:1.15rem}@media(max-width:860px){.brand-logo{height:50px}}.lead{font-size:1.2rem;color:var(--medium-gray)}.projects{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;max-width:960px;margin:0 auto}.project{background:#fff;border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-card);padding:1.75rem}.project h3{margin-bottom:.4rem}.project .project-link{font-weight:700;display:inline-block;margin-top:.4rem}.contact-card{max-width:var(--content-width);margin:2rem auto 0;background:#fff;border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-card);padding:1.75rem 2rem}.contact-list{list-style:none;margin:0;padding:0;font-size:1.1rem}.contact-list li{padding:.5rem 0}.contact-list .label{display:inline-block;min-width:90px;font-weight:700;color:var(--dark-gray)}.address{font-style:normal;line-height:1.7;color:var(--medium-gray)}.legal{max-width:var(--content-width);margin:0 auto}.legal h2{color:var(--primary-dark);font-size:1.4rem;margin:2em 0 .5em}.legal h2:first-child{margin-top:0}.legal h3{color:var(--dark-gray);font-size:1.1rem;margin:1.4em 0 .3em}.legal p,.legal li{line-height:1.75;color:var(--medium-gray)}.legal .updated{color:var(--medium-gray);font-size:.95rem;margin-bottom:2rem}.legal .upper{text-transform:uppercase;font-size:.9rem;letter-spacing:.01em}.notice{background:var(--section-light);border:1px solid var(--border);border-left:4px solid var(--primary-blue);border-radius:8px;padding:1rem 1.25rem;margin:0 auto 1.5rem;max-width:var(--content-width)}.notice p:last-child{margin-bottom:0}.cta{text-align:center}.cta .btn{margin-top:.5rem}
