.lh-header{z-index:20;padding:calc(.625rem + env(safe-area-inset-top)) clamp(1.25rem, 5vw, 2rem) .625rem;box-shadow:none;background:0 0;border-bottom:1px solid #0000;justify-content:space-between;align-items:center;gap:1rem;transition:background .3s,border-color .3s,-webkit-backdrop-filter .3s,backdrop-filter .3s,box-shadow .3s;display:flex;position:fixed;top:0;left:0;right:0}.lh-header--solid{-webkit-backdrop-filter:blur(22px)saturate(180%);background:#0e0a1a80;border-bottom-color:#cbc3d629;box-shadow:inset 0 1px #ffffff17,0 8px 32px -12px #0000008c}@media (min-width:768px){.lh-header{padding-top:calc(1.25rem + env(safe-area-inset-top));padding-bottom:1.25rem}}.lh-logo-link{align-items:center;display:inline-flex}.lh-logo{width:auto;height:36px;display:block}@media (min-width:768px){.lh-logo{height:44px}}.lh-nav{align-items:center;gap:.375rem;display:none}@media (min-width:768px){.lh-nav{display:flex}}.lh-nav-link{min-height:36px;font-family:var(--font-display);letter-spacing:.01em;color:#f0ecf8cc;cursor:pointer;white-space:nowrap;transition:transform var(--dur-base) var(--ease-spring), color .18s ease, box-shadow var(--dur-base) ease;background:0 0;border:0;border-radius:2px;justify-content:center;align-items:center;padding:.4rem .7rem;font-size:.9375rem;font-weight:600;text-decoration:none;display:inline-flex}.lh-nav-link:hover{color:var(--brand-text);box-shadow:0 2px 0 0 var(--brand-secondary), 0 8px 18px -6px #8629ffbf;transform:translateY(-2px)}.lh-nav-link.is-active{color:var(--brand-text);box-shadow:0 2px 0 0 var(--brand-secondary), 0 8px 16px -8px #8629ffa6}.lh-nav-divider{background:var(--brand-border);width:1px;height:22px;margin:0 .5rem}.lh-cta{min-height:44px;padding:.6rem 1.35rem;font-size:.9375rem}.lh-menu-toggle{width:48px;height:48px;color:var(--brand-text);cursor:pointer;transition:transform var(--dur-base) var(--ease-spring), color .18s ease, box-shadow var(--dur-base) ease;background:0 0;border:0;border-radius:2px;justify-content:center;align-items:center;display:inline-flex}@media (min-width:768px){.lh-menu-toggle{display:none}}.lh-menu-toggle:hover{color:var(--brand-primary);box-shadow:0 2px 0 0 var(--brand-secondary), 0 8px 18px -6px #8629ffbf}.lh-menu-toggle:active{transform:translateY(1px)scale(.99)}.lh-sheet{z-index:90;-webkit-backdrop-filter:blur(14px);animation:psfSheet .22s var(--ease-out) both;background:#0e0a1af7;flex-direction:column;display:flex;position:fixed;inset:0}@media (min-width:768px){.lh-sheet{display:none}}.lh-sheet-top{padding:calc(.625rem + env(safe-area-inset-top)) clamp(1.25rem, 5vw, 2rem) .625rem;justify-content:space-between;align-items:center;gap:1rem;display:flex}.lh-sheet-logo{width:auto;height:36px;display:block}.lh-sheet-nav{border-top:1px solid var(--brand-border);flex-direction:column;padding:.5rem 1.25rem;display:flex;overflow-y:auto}.lh-sheet-link{border:0;border-bottom:1px solid var(--brand-border);cursor:pointer;text-align:left;width:100%;min-height:60px;font-family:var(--font-display);letter-spacing:-.01em;color:var(--brand-text);background:0 0;justify-content:space-between;align-items:center;gap:1rem;padding:.85rem 0;font-size:1.25rem;font-weight:600;text-decoration:none;transition:color .18s;display:flex}.lh-sheet-link:hover,.lh-sheet-link.is-active{color:var(--brand-primary)}.lh-sheet-link svg{opacity:.5}.lh-sheet-footer{padding:1.25rem 1.25rem calc(1.25rem + env(safe-area-inset-bottom));border-top:1px solid var(--brand-border);flex-direction:column;gap:.75rem;margin-top:auto;display:flex}.lh-sheet-cta{width:100%;min-height:54px;padding:1rem 1.6rem;font-size:1.0625rem}.lh-sheet-hint{color:var(--brand-muted);text-align:center;font-size:1rem;line-height:1.6}@keyframes psfSheet{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:none}}.lh-header--static{position:sticky;left:auto;right:auto}@media (prefers-reduced-motion:reduce){.lh-sheet{animation:none!important}}