.site-footer{width:100%;margin-top:auto;border-top:1px solid var(--border-soft);background:color-mix(in srgb,var(--surface-soft) 88%,transparent);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.site-footer__inner{width:min(100%,var(--max-width-2xl));margin:0 auto;padding:var(--space-12) var(--page-gutter);display:grid;grid-template-columns:minmax(0,1.5fr) minmax(0,1fr);grid-gap:var(--space-10);gap:var(--space-10)}.site-footer__intro{display:grid;grid-gap:var(--space-4);gap:var(--space-4);max-width:38rem}.site-footer__intro h2{font-size:clamp(1.5rem,1.1rem + 1vw,2.1rem)}.site-footer__intro p{color:var(--text-muted);max-width:32rem}.site-footer__links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:var(--space-8);gap:var(--space-8)}.site-footer__links h3{font-size:var(--text-base);margin-bottom:var(--space-3)}.site-footer__links ul{list-style:none;display:grid;grid-gap:var(--space-2);gap:var(--space-2)}.site-footer__links a{color:var(--text-muted)}.site-footer__links a:hover{color:var(--text-primary)}@media(max-width:820px){.site-footer__inner{grid-template-columns:1fr}}@media(max-width:540px){.site-footer__links{grid-template-columns:1fr;gap:var(--space-6)}}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:var(--z-sticky);width:100%;border-bottom:1px solid var(--border-soft);background:color-mix(in srgb,var(--bg) 74%,transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:var(--shadow-sm)}.site-header__inner{width:min(100%,var(--max-width-2xl));min-height:var(--header-height);margin:0 auto;padding:0 var(--page-gutter);display:flex;align-items:center;justify-content:space-between;gap:var(--space-6)}.site-header__brand{display:inline-flex;flex-direction:column;gap:.18rem;min-width:max-content;position:relative;z-index:1;flex-shrink:0}.site-header__brand:hover{color:inherit}.site-header__logo{font-family:BR,sans-serif!important;font-size:clamp(1.55rem,1.2rem + .75vw,2.2rem);line-height:.9;letter-spacing:0;font-weight:400;color:var(--text-primary);-webkit-font-smoothing:antialiased;font-synthesis:none;text-rendering:optimizeLegibility}.site-header__tag{color:var(--text-muted);font-size:var(--text-xs);letter-spacing:.16em;text-transform:uppercase}.site-header__nav{display:flex;flex:1 1 auto;align-items:center;justify-content:flex-end;gap:var(--space-2);overflow-x:auto;scrollbar-width:none;position:relative;z-index:2}.site-header__nav::-webkit-scrollbar{display:none}.site-header__nav a{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;min-height:2.6rem;padding:.5rem .85rem;border-radius:var(--radius-full);border:1px solid transparent;color:var(--text-muted);font-size:var(--text-sm);font-weight:var(--weight-semibold);white-space:nowrap}.site-header__nav a:hover{border-color:var(--border-soft)}.site-header__nav a.is-active,.site-header__nav a:hover{color:var(--text-primary);background:var(--surface-soft)}.site-header__nav a.is-active{border-color:var(--border-strong);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.04)}@media(max-width:900px){.site-header__inner{gap:var(--space-4)}.site-header__tag{display:none}}@media(max-width:640px){.site-header__inner{align-items:flex-start;flex-direction:column;justify-content:center;padding-top:.85rem;padding-bottom:.85rem}.site-header__nav{width:100%;justify-content:flex-start}}