.header{background-color:var(--bg);border-bottom:1px solid var(--border);position:relative;z-index:100}.header--sticky{position:sticky;top:0}@supports (backdrop-filter:blur(12px)) or (-webkit-backdrop-filter:blur(12px)){.header--sticky{-webkit-backdrop-filter:saturate(160%) blur(14px);backdrop-filter:saturate(160%) blur(14px);background-color:color-mix(in srgb,var(--bg) 82%,transparent)}}.header__inner{align-items:center;column-gap:var(--s7);display:grid;grid-template-columns:auto 1fr;min-height:84px;padding-block:var(--s3)}.header__brand{align-items:center;color:var(--fg);display:inline-flex;gap:var(--s3);line-height:1;text-decoration:none}.header__mark{flex:none;height:38px;image-rendering:-webkit-optimize-contrast;object-fit:contain;width:38px}.header__wordmark{font-family:var(--f-sans);font-size:1.3125rem;font-weight:600;letter-spacing:-.02em;line-height:1;padding-top:1px}.header__brand:hover{color:var(--fg)}.header__drawer{align-items:center;display:flex;gap:var(--s7);grid-column:2/-1;justify-content:space-between}.header__nav{display:flex;flex:1;justify-content:center}.header__menu{align-items:center;display:flex;gap:var(--s6);list-style:none;margin:0;padding:0}.header__menu li+li{margin-top:0}.header__item{align-items:center;display:flex;position:relative}.header__link{align-items:center;color:var(--fg-muted);display:inline-flex;font-family:var(--f-sans);font-size:.9375rem;font-weight:450;gap:5px;line-height:1.2;padding-block:12px;text-decoration:none;transition:color var(--dur) var(--ease);white-space:nowrap}.header__item--active>.header__link,.header__link:hover{color:var(--fg)}.header__link--empty{color:var(--fg-muted);cursor:default;font-family:var(--f-mono);font-size:.75rem}.header__item:after{background-color:var(--gold);bottom:-6px;content:"";height:2px;left:0;position:absolute;right:0;transform:scaleX(0);transform-origin:center;transition:transform var(--dur) var(--ease)}.header__item--active:after,.header__item:hover:after{transform:scaleX(1)}.header__chevron{flex:none;opacity:.6}.header__sub{background-color:var(--bg-raised);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-md);left:50%;list-style:none;margin:0;min-width:216px;opacity:0;padding:var(--s2);position:absolute;top:calc(100% + 14px);transform:translateY(-6px);transition:opacity var(--dur) var(--ease),transform var(--dur) var(--ease),visibility var(--dur) var(--ease);translate:-50% 0;visibility:hidden;z-index:20}.header__item:focus-within>.header__sub,.header__item:hover>.header__sub{opacity:1;transform:translateY(0);visibility:visible}.header__sub .header__link{border-radius:5px;display:block;padding:var(--s2) var(--s3);white-space:normal;width:100%}.header__sub .header__link:hover{background-color:rgba(var(--gold-rgb),.12)}.header__actions{align-items:center;display:flex;flex:none;gap:var(--s3)}.header__toggle{align-items:center;background:none;border:0;border-radius:var(--radius);color:var(--fg);cursor:pointer;display:none;height:42px;justify-content:center;margin-right:-9px;padding:0;width:42px}.header__toggle:hover{background-color:var(--bg-raised)}.header__bars{height:14px;position:relative;width:20px}.header__bars span{background-color:currentColor;border-radius:2px;height:1.5px;left:0;position:absolute;transition:transform var(--dur) var(--ease),opacity var(--dur) var(--ease);width:100%}.header__bars span:first-child{top:0}.header__bars span:nth-child(2){margin-top:-.75px;top:50%}.header__bars span:nth-child(3){bottom:0}[aria-expanded=true] .header__bars span:first-child{transform:translateY(6.25px) rotate(45deg)}[aria-expanded=true] .header__bars span:nth-child(2){opacity:0}[aria-expanded=true] .header__bars span:nth-child(3){transform:translateY(-6.25px) rotate(-45deg)}@media (max-width:1023px){.header__inner{grid-template-columns:auto auto;justify-content:space-between;min-height:64px}.header__toggle{display:inline-flex}.header__drawer{background-color:var(--bg);border-bottom:1px solid var(--border);box-shadow:var(--shadow-lg);display:none;flex-direction:column;gap:var(--s5);left:0;max-height:calc(100vh - 64px);overflow-y:auto;padding:var(--s5) var(--s5) var(--s6);position:absolute;right:0;top:100%}.header__drawer.is-open{display:flex}.header__nav{justify-self:stretch;width:100%}.header__menu{align-items:stretch;flex-direction:column;gap:0}.header__item{display:block}.header__item:after{content:none}.header__link{border-bottom:1px solid var(--border);color:var(--fg);font-size:1.0625rem;padding:var(--s4) 0}.header__sub{background:none;border:0;border-radius:0;box-shadow:none;margin:0 0 0 var(--s4);min-width:0;opacity:1;padding:0;position:static;transform:none;translate:none;visibility:visible}.header__sub .header__link{color:var(--fg-muted);font-size:.9375rem}.header__actions,.header__actions .button{width:100%}}.footer{border-top:1px solid var(--border);margin-top:auto;padding-bottom:var(--s6);padding-top:var(--s9)}.footer__top{display:grid;gap:var(--s8);grid-template-columns:minmax(0,1.4fr) minmax(0,2fr);padding-bottom:var(--s8)}.footer__brand{align-items:center;display:flex;gap:var(--s3);margin-bottom:var(--s5)}.footer__brand img{height:34px;object-fit:contain;width:34px}.footer__wordmark{font-family:var(--f-sans);font-size:1.1875rem;font-weight:600;letter-spacing:-.02em;line-height:1}.footer__tagline{color:var(--fg-muted);font-size:.9375rem;max-width:34ch}.footer__cols{display:grid;gap:var(--s6);grid-template-columns:repeat(3,minmax(0,1fr))}.footer__col-title{color:var(--fg-muted);font-family:var(--f-mono);font-size:.6875rem;font-weight:500;letter-spacing:.12em;margin-bottom:var(--s4);text-transform:uppercase}.footer__list{list-style:none;margin:0;padding:0}.footer__list li+li{margin-top:var(--s1)}.footer__list a{color:var(--fg);display:inline-block;font-size:.9375rem;opacity:.82;padding-block:4px;text-decoration:none;transition:opacity var(--dur) var(--ease),color var(--dur) var(--ease)}.footer__list a:hover{color:var(--accent);opacity:1}.footer__bottom{align-items:center;border-top:1px solid var(--border);color:var(--fg-muted);display:flex;flex-wrap:wrap;font-size:.8125rem;gap:var(--s4);justify-content:space-between;padding-top:var(--s5)}.footer__bottom p{margin:0}.footer a{display:inline-block;min-height:24px;padding-block:2px}.footer__legal{display:flex;flex-wrap:wrap;gap:var(--s5)}.footer__legal a{color:var(--fg-muted);display:inline-block;padding-block:4px;text-decoration:none}.footer__legal a:hover{color:var(--accent)}@media (max-width:1023px){.footer__top{gap:var(--s7);grid-template-columns:minmax(0,1fr)}}@media (max-width:640px){.footer__cols{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:400px){.footer__cols{grid-template-columns:minmax(0,1fr)}}