.osprey-skip{left:-9999px;position:absolute}.osprey-skip:focus{background:var(--osprey-foreground);color:var(--osprey-background);left:1rem;padding:.75rem 1rem;top:1rem;z-index:100}.osprey-header{backdrop-filter:blur(24px);background:color-mix(in srgb,var(--osprey-background) 70%,transparent);border-bottom:1px solid var(--osprey-border);position:fixed;top:0;inset-inline:0;z-index:50}.osprey-header__inner{align-items:center;display:flex;gap:1.5rem;justify-content:space-between;padding-block:1rem}.osprey-header__logo{color:inherit;font-family:var(--osprey-font-display);font-size:1.125rem;font-weight:500;letter-spacing:-.02em;text-decoration:none}.osprey-header__logo img{display:block;height:52px;width:auto}.osprey-header__nav ul{display:flex;gap:.25rem;list-style:none;margin:0;padding:0}.osprey-header__nav a{color:var(--osprey-muted);display:inline-block;font-size:.875rem;padding:.5rem .75rem;text-decoration:none;transition:color .3s var(--osprey-ease)}.osprey-header__nav a:focus-visible,.osprey-header__nav a:hover{color:var(--osprey-foreground)}.osprey-header__actions{display:flex;gap:.75rem}.osprey-header__toggle{align-items:center;background:none;border:1px solid var(--osprey-border-strong);border-radius:var(--osprey-radius);color:var(--osprey-foreground);cursor:pointer;display:none;height:44px;justify-content:center;width:44px}.osprey-header__bars,.osprey-header__bars:after,.osprey-header__bars:before{background:currentColor;display:block;height:1px;transition:transform .3s var(--osprey-ease),opacity .2s var(--osprey-ease);width:18px}.osprey-header__bars:after,.osprey-header__bars:before{content:"";position:relative}.osprey-header__bars:before{top:-6px}.osprey-header__bars:after{top:5px}.osprey-header--open .osprey-header__bars{background:transparent}.osprey-header--open .osprey-header__bars:before{transform:translateY(6px) rotate(45deg)}.osprey-header--open .osprey-header__bars:after{transform:translateY(-5px) rotate(-45deg)}@media (max-width:1023px){.osprey-header__toggle{display:inline-flex}.osprey-header__nav{background:var(--osprey-background);border-bottom:1px solid var(--osprey-border);display:none;inset-inline:0;padding:1rem 1.5rem 1.5rem;position:absolute;top:100%}.osprey-header--open .osprey-header__nav{display:block}.osprey-header__nav ul{flex-direction:column;gap:0}.osprey-header__nav ul a{border-bottom:1px solid var(--osprey-border);display:block;font-size:1rem;padding-block:.875rem}.osprey-header__actions{display:none}.osprey-header__nav-actions{display:flex;flex-direction:column;gap:.75rem;margin-top:1.25rem}.osprey-header__nav-actions .osprey-btn{justify-content:center}.osprey-header__nav-actions .osprey-btn--ghost{display:none}}@media (prefers-reduced-motion:reduce){.osprey-header__bars,.osprey-header__bars:after,.osprey-header__bars:before{transition:none}}@media (min-width:1024px){.osprey-header__nav-actions{display:none}}.osprey-header__inner{flex-wrap:nowrap}.osprey-header__logo{flex:0 0 auto}