*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--bg: #F5F4F0;--white: #FFFFFF;--black: #111010;--text: #111010;--text-muted: #6B6B66;--border: #E0DDD8;--blue: #1264FF;--blue-deep: #0A4FCC;--font-body: "Inter", system-ui, -apple-system, sans-serif;--nav-height: 68px}html{scroll-behavior:smooth}::selection{background:var(--blue);color:#fff}:focus-visible{outline:2px solid var(--blue);outline-offset:3px;border-radius:4px}body{font-family:Inter,system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;font-size:16px;-webkit-font-smoothing:antialiased}header{position:sticky;top:0;z-index:100;background:#f5f4f0e6;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--border);height:var(--nav-height)}nav{max-width:1200px;margin:0 auto;padding:0 2rem;height:100%;display:flex;align-items:center}.logo{font-size:1.05rem;font-weight:900;color:var(--black);text-decoration:none;letter-spacing:-.04em;flex-shrink:0}.logo span{font-weight:400;margin-left:.15em;color:var(--text-muted)}.nav-right{display:flex;align-items:center;gap:2.5rem;margin-left:auto}.nav-links{list-style:none;display:flex;gap:2rem}.nav-links a{color:var(--text-muted);text-decoration:none;font-size:.92rem;font-weight:500;transition:color .2s}.nav-links a:hover{color:var(--text)}.nav-portal{display:inline-flex;align-items:center;gap:.35em;color:var(--text-muted)!important}.nav-portal:before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:currentColor;opacity:.5;flex-shrink:0}.nav-portal:hover{color:var(--text)!important}.nav-cta{display:inline-flex;align-items:center;padding:.5rem 1.2rem;background:var(--black);color:var(--white)!important;text-decoration:none;border-radius:100px;font-size:.88rem;font-weight:600;transition:transform .25s cubic-bezier(.22,1,.36,1),box-shadow .25s cubic-bezier(.22,1,.36,1);flex-shrink:0}.nav-cta:hover{transform:translateY(-1px);box-shadow:0 6px 18px #11101038}@media(prefers-reduced-motion:reduce){.nav-cta:hover{transform:none}}.mobile-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px;margin-left:auto}.mobile-toggle span{display:block;width:22px;height:2px;background:var(--black);border-radius:2px;transition:transform .22s ease,opacity .22s ease;transform-origin:center}.mobile-toggle.active span:first-child{transform:translateY(3.5px) rotate(45deg)}.mobile-toggle.active span:last-child{transform:translateY(-3.5px) rotate(-45deg)}main{min-height:60vh}footer{background:var(--black);color:var(--white);padding:4rem 2rem 2.5rem;margin-top:8rem}.footer-inner{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:flex-start;gap:3rem;flex-wrap:wrap;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.08)}.footer-logo{font-size:1.15rem;font-weight:900;letter-spacing:-.04em;margin-bottom:.4rem}.footer-tagline{font-size:.88rem;color:#fff6}.footer-location{font-size:.78rem;color:#ffffff40;margin-top:.2rem}.footer-links{display:flex;gap:4rem}.footer-col{display:flex;flex-direction:column;gap:.55rem}.footer-heading{font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#ffffff4d;margin-bottom:.35rem}.footer-col a{color:#fff9;text-decoration:none;font-size:.88rem;transition:color .2s}.footer-col a:hover{color:var(--white)}.footer-bottom{max-width:1200px;margin:1.75rem auto 0;font-size:.78rem;color:#ffffff40;display:flex;align-items:center;gap:1.5rem}.footer-bottom a{color:#ffffff40;text-decoration:none;transition:color .2s}.footer-bottom a:hover{color:#fff9}h1,h2,h3{letter-spacing:-.035em;line-height:1.05}h1{font-size:clamp(3rem,8vw,6.5rem);font-weight:900;text-wrap:balance}h2{font-size:clamp(2.25rem,5vw,4rem);font-weight:800;text-wrap:balance}h3{font-size:1.25rem;font-weight:700;text-wrap:balance}p{line-height:1.72}a{color:var(--blue)}.js-motion .reveal{opacity:0;transform:translateY(24px);transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1)}.js-motion .reveal.revealed{opacity:1;transform:none}.js-motion .reveal-delay-1{transition-delay:.08s}.js-motion .reveal-delay-2{transition-delay:.16s}.js-motion .reveal-delay-3{transition-delay:.24s}.section{max-width:1200px;margin:0 auto;padding:7rem 2rem}.section-label{display:block;font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);margin-bottom:1.5rem}@media(max-width:768px){:root{--nav-height: 60px}.nav-right{display:none;position:absolute;top:var(--nav-height);left:0;right:0;flex-direction:column;align-items:flex-start;background:var(--bg);padding:2rem;gap:1.25rem;border-bottom:1px solid var(--border);box-shadow:0 8px 24px #0000000f}.nav-right.open{display:flex}.nav-links{flex-direction:column;gap:1rem}.nav-links a{font-size:1.1rem;color:var(--text)}.mobile-toggle{display:flex}.section{padding:4.5rem 1.5rem}.footer-links{gap:2.5rem}}
