:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#000;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html,body,#root{height:100%;margin:0;padding:0}a{color:inherit;text-decoration:none}.app{display:flex;flex-direction:column;min-height:100dvh;position:relative}.app--locked{height:100dvh;overflow:hidden}.site-header{position:relative;z-index:10;background:#fff;flex-shrink:0}.header-bar{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 2.5rem}.brand{display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:1.125rem;letter-spacing:-.02em;transition:opacity .15s ease}.brand:hover{opacity:.6}.brand-mark{height:1.5rem;width:auto}.nav{display:flex;gap:2rem;font-size:.875rem;font-weight:500}.nav a{transition:opacity .15s ease}.nav a:hover{opacity:.6}.menu-toggle{display:none;background:transparent;border:none;padding:0;cursor:pointer;color:#000;transition:opacity .15s ease}.menu-toggle:hover{opacity:.6}.mobile-menu{max-height:0;overflow:hidden;background:#fff;border-top:1px solid #eaeaea;opacity:0;transform:translateY(-10px);pointer-events:none;transition:max-height .22s ease,opacity .22s ease,transform .22s ease}.mobile-menu.open{max-height:260px;opacity:1;transform:translateY(0);pointer-events:auto}.mobile-nav{display:flex;flex-direction:column}.mobile-nav a{padding:1rem 1.5rem;font-size:1rem;font-weight:500;border-bottom:1px solid #eaeaea}.mobile-nav a:last-child{border-bottom:none}.hero{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:0 1.5rem}.hero-title{font-size:clamp(2.75rem,9vw,7.5rem);font-weight:600;letter-spacing:-.04em;line-height:.95;margin:0;opacity:0;animation:fadeUp .7s ease-out .1s forwards}.site-footer{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem 2rem;padding:1rem 2.5rem 1.5rem;flex-shrink:0;font-size:.875rem;color:#000}.footer-brand{font-weight:500}.footer-links{display:flex;gap:1.5rem;justify-self:center;flex-wrap:wrap;justify-content:center}.footer-links a{transition:opacity .15s ease}.footer-links a:hover{opacity:.6}.footer-socials{display:flex;gap:1.25rem;justify-self:end}.footer-socials a{display:inline-flex;transition:opacity .15s ease}.footer-socials a:hover{opacity:.6}.page{flex:1;width:100%;max-width:880px;margin:0 auto;padding:clamp(4rem,10vw,8rem) 1.5rem clamp(3rem,6vw,5rem)}.page-eyebrow{font-size:.8125rem;letter-spacing:.08em;text-transform:uppercase;opacity:.6;margin-bottom:1.25rem}.page-title{font-size:clamp(2.25rem,6vw,4.25rem);font-weight:600;letter-spacing:-.03em;line-height:1.05;margin:0 0 1.5rem}.page-meta{font-size:.9rem;opacity:.7;margin:0 0 1.25rem}.page-lead{font-size:clamp(1.125rem,1.6vw,1.375rem);line-height:1.5;margin:0 0 2.5rem;max-width:64ch}.page-body p{font-size:1rem;line-height:1.7;margin:0 0 1.25rem;max-width:70ch}.page-body h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:600;letter-spacing:-.02em;margin:3rem 0 1rem}.page-body ul{padding-left:1.25rem;margin:0 0 1.5rem;max-width:70ch}.page-body li{margin-bottom:.5rem;line-height:1.6}.divider{height:1px;background:#eaeaea;border:0;margin:4rem 0}.contact-form{display:grid;gap:1.25rem;max-width:720px}.contact-form label{display:grid;gap:.5rem;font-size:.95rem}.contact-form input,.contact-form select,.contact-form textarea{font:inherit;border:1px solid #d9d9d9;background:#fff;color:#000;padding:.75rem .85rem}.contact-form button{width:fit-content;border:1px solid #000000;background:#000;color:#fff;padding:.7rem 1.25rem;font:inherit;cursor:pointer;transition:opacity .15s ease}.contact-form button:hover{opacity:.8}.contact-form button:disabled{opacity:.5;cursor:not-allowed}.form-status{margin-top:1rem}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.header-bar{padding:1rem 1.25rem}.desktop-nav{display:none}.menu-toggle{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px}.site-footer{grid-template-columns:1fr;justify-items:center;text-align:center;padding:1.25rem 1.25rem 1.5rem;gap:1rem}.footer-brand{order:1}.footer-links{order:2}.footer-socials{order:3;justify-self:center}}
