:root{--sh-h:64px;--sh-clear:calc(var(--sh-h) + 48px)}@media (min-width:768px){:root{--sh-clear:calc(var(--sh-h) + 96px)}}.sh{--sh-fg:var(--color-white);--sh-nav:#ffffffd1;--sh-nav-hover:var(--color-white);--sh-nav-bed:#ffffff29;--sh-cta-bg:var(--color-white);--sh-cta-fg:var(--foreground);--sh-bg:linear-gradient(180deg, #0006 0%, #0000001f 58%, transparent 100%);--sh-logo-filter:none;z-index:50;height:var(--sh-h);color:var(--sh-fg);background:var(--sh-bg);-webkit-font-smoothing:antialiased;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;padding:0 clamp(26px,5vw,80px);display:grid;position:fixed;top:0;left:0;right:0}.sh--on-dark{--sh-logo-filter:brightness(0) invert(1)}.sh--on-light{--sh-fg:var(--foreground);--sh-nav:var(--muted-foreground);--sh-nav-hover:var(--foreground);--sh-nav-bed:var(--muted);--sh-cta-bg:var(--primary);--sh-cta-fg:var(--primary-foreground);--sh-bg:var(--color-white);--sh-border:var(--border);--sh-logo-filter:none}.sh-logo{justify-self:start;align-items:center;display:inline-flex}.sh-logo img{width:auto;height:26px;filter:var(--sh-logo-filter);display:block}.sh-nav{justify-self:center;gap:clamp(2px,.9vw,12px);display:flex}.sh-nav a{font-size:var(--text-sm);font-weight:var(--font-weight-medium);letter-spacing:.01em;color:var(--sh-nav);padding:6px 14px;text-decoration:none;transition:color .2s;position:relative}.sh-nav a:hover,.sh-nav a.is-active{color:var(--sh-nav-hover)}.sh-nav-bed{background:var(--sh-nav-bed);border-radius:999px;position:absolute;inset:0}.sh-nav-label{z-index:1;position:relative}.sh-right{justify-self:end;align-items:center;gap:14px;display:flex}.sh-cta{height:36px;font-size:var(--text-sm);font-weight:var(--font-weight-bold);white-space:nowrap;background:var(--sh-cta-bg,var(--color-white));color:var(--sh-cta-fg,var(--foreground));cursor:pointer;border-radius:999px;justify-content:center;align-items:center;padding:0 22px;text-decoration:none;transition:opacity .2s;display:inline-flex}.sh-cta:hover{opacity:.9}.sh-burger{cursor:pointer;background:0 0;border:0;justify-self:end;width:40px;height:40px;padding:0;display:none;position:relative}.sh-burger span{background:var(--sh-fg);border-radius:2px;height:1.5px;transition:transform .3s,opacity .2s;position:absolute;left:9px;right:9px}.sh-burger span:first-child{top:15px}.sh-burger span:nth-child(2){bottom:15px}.sh-burger.open span:first-child{top:19px;transform:rotate(45deg)}.sh-burger.open span:nth-child(2){bottom:19px;transform:rotate(-45deg)}.sh-panel{z-index:49;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);padding:calc(var(--sh-h) + 2px) clamp(26px, 5vw, 80px) 34px;opacity:0;pointer-events:none;background:#080a0ef0;flex-direction:column;transition:transform .42s cubic-bezier(.4,0,.2,1),opacity .3s;display:flex;position:fixed;top:0;left:0;right:0;transform:translateY(-100%)}.sh-panel.open{opacity:1;pointer-events:auto;transform:translateY(0)}.sh-panel a{font-size:var(--text-xl);font-weight:var(--font-weight-medium);color:var(--color-white);border-bottom:1px solid #ffffff1a;padding:16px 0;text-decoration:none}.sh-panel .sh-cta{height:44px;font-size:var(--text-base);background:var(--color-white);color:var(--foreground);border-bottom:0;align-self:flex-start;margin-top:28px;padding:0 26px}@media (max-width:860px){.sh{grid-template-columns:auto 1fr}.sh-nav,.sh-right{display:none}.sh-burger{display:block}}
