:root{--header-height:80px}html:has(.header){scroll-padding-top:calc(var(--header-height) + env(safe-area-inset-top,0px) + 16px)}.header{z-index:40;padding:env(safe-area-inset-top,0px) calc(var(--gutter) + var(--header-scrollbar,0px)) 0 var(--gutter);transition:transform .24s var(--ease-out);position:fixed;inset:0 0 auto}.header:before{content:"";z-index:-1;background:var(--ink);opacity:0;transition:opacity .18s;position:absolute;inset:0}.header[data-scrolled=true]:before,.header-editorial:before{opacity:.97}.header[data-hidden=true]{transform:translateY(-100%)}.header[data-menu-open=true]{transform:none}.header:has(:focus-visible){transform:none}.header-inner{min-height:var(--header-height);border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:24px;display:flex}.header .wordmark,.header-menu .wordmark{flex-shrink:0;min-height:44px}.header-actions{align-items:center;gap:clamp(28px,4vw,64px);display:flex}.header-contact{min-height:44px;color:var(--paper);white-space:nowrap;background:0 0;border:0;align-items:center;gap:14px;padding:0;font-size:13px;transition:color .18s;display:inline-flex}.header-contact svg{color:var(--acid)}.menu-button{min-width:88px;min-height:44px;color:var(--paper);background:0 0;border:0;justify-content:space-between;align-items:center;gap:20px;padding:0;font-size:13px;line-height:1;display:inline-flex}.menu-button svg{transition:transform .22s var(--ease-out), color .18s ease}.header-space{height:calc(var(--header-height) + env(safe-area-inset-top,0px))}.header-menu{width:100%;max-width:none;height:100dvh;max-height:none;color:var(--paper);background:var(--ink);opacity:0;transition:opacity .18s ease, transform .26s var(--ease-out), display .26s allow-discrete, overlay .26s allow-discrete;border:0;margin:0;padding:0;position:fixed;inset:0;overflow:hidden;transform:translateY(-12px)}.header-menu:not([open]){pointer-events:none}.header-menu[open]{opacity:1;transform:none}.header-menu::backdrop{opacity:0;transition:opacity .18s ease, display .26s allow-discrete, overlay .26s allow-discrete;background:#0708064d}.header-menu[open]::backdrop{opacity:1}.header-menu-shell{height:100%;padding:env(safe-area-inset-top,0px) calc(var(--gutter) + var(--header-scrollbar,0px)) env(safe-area-inset-bottom,0px) var(--gutter);grid-template-rows:auto minmax(0,1fr) auto;display:grid}.header-menu-top{min-height:var(--header-height);border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:24px;display:flex}.header-menu-scroll{overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:var(--line) transparent;min-height:0;margin-inline:-16px;padding:clamp(32px,7dvh,100px) 16px 32px;overflow-y:auto}.header-menu-groups{grid-template-columns:.85fr 1fr 1.35fr;gap:clamp(32px,6vw,120px);max-width:1600px;margin-inline:auto;display:grid}.header-menu-group{min-width:0}.header-menu-group summary{letter-spacing:-.055em;cursor:default;justify-content:space-between;align-items:center;gap:20px;min-height:56px;margin-bottom:24px;font-size:clamp(32px,3.1vw,52px);font-weight:500;line-height:1.1;list-style:none;display:flex}.header-menu-group summary::-webkit-details-marker{display:none}.header-menu-group summary::marker{content:""}.header-menu-group summary:focus-visible{outline:2px solid var(--acid);outline-offset:5px}.header-menu-group summary svg{color:var(--acid);transition:transform .18s var(--ease-out);flex-shrink:0;display:none}.header-menu-group ul{gap:0;margin:0;padding:0;list-style:none;display:grid}.header-menu-group a{color:#b5b9ac;text-wrap:pretty;overflow-wrap:anywhere;width:fit-content;max-width:100%;min-height:44px;transition:color .18s ease, transform .2s var(--ease-out);align-items:center;padding:9px 0;font-size:16px;line-height:1.45;display:flex;position:relative}.header-menu-group a:before{content:"";background:var(--acid);opacity:0;width:3px;height:10px;transition:opacity .16s;position:absolute;top:calc(50% - 5px);left:-13px;transform:skew(-26deg)}.header-menu a[aria-current=page]{color:var(--acid)}.header-menu-group a[aria-current=page]:before{opacity:1}.header-home-links{flex-wrap:wrap;gap:0 28px;max-width:1600px;margin:32px auto 0;display:flex}.header-home-links a{min-height:44px;color:var(--muted);align-items:center;gap:10px;font-size:13px;transition:color .18s;display:inline-flex}.header-menu-bottom{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:24px;min-height:88px;display:flex}.header-menu-bottom a{min-height:44px;color:var(--muted);align-items:center;gap:18px;font-size:13px;transition:color .18s;display:inline-flex}.header-menu-bottom .header-menu-contact{color:var(--paper);letter-spacing:-.04em;font-size:24px}.header-menu-contact svg{color:var(--acid);transition:transform .2s var(--ease-out)}@starting-style{.header-menu[open]{opacity:0;transform:translateY(-12px)}.header-menu[open]::backdrop{opacity:0}}@media (hover:hover) and (pointer:fine){.menu-button:hover{color:var(--acid)}.menu-button:hover svg{transform:rotate(-12deg)}.menu-close:hover svg{transform:rotate(90deg)}.header-menu-group a:hover,.header-home-links a:hover,.header-menu-bottom a:hover{color:var(--acid)}.header-menu-group a:hover{transform:translate(5px)}.header-menu-contact:hover svg{transform:translate(3px,-3px)}}@media (max-width:959px){.header-menu-groups{grid-template-columns:minmax(0,1fr);gap:0}.header-menu-scroll{padding-top:24px}.header-menu-group{border-bottom:1px solid var(--line)}.header-menu-group summary{cursor:pointer;min-height:80px;margin:0;font-size:clamp(32px,5vw,44px)}.header-menu-group summary svg{display:block}.header-menu-group[open] summary{z-index:1;background:var(--ink);position:sticky;top:-1px}.header-menu-group[open] summary svg{transform:rotate(45deg)}.header-menu-group ul{padding-bottom:24px}.header-menu-group a{width:100%;min-height:48px;padding-block:11px}.header-menu-bottom{min-height:76px}.header-home-links{gap:0 24px;margin-top:24px}}@media (max-width:599px){:root{--header-height:72px}.header-contact{display:none}.header-inner,.header-menu-top{gap:16px}.menu-button{gap:14px;min-width:78px}.header-menu-group summary{min-height:74px}.header-menu-scroll{padding-top:16px;padding-bottom:24px}}@media (max-height:500px){.header-menu-scroll{padding-top:12px}.header-menu-group summary,.header-menu-bottom{min-height:60px}}@media print{.header,.header-space,.header-menu{display:none!important}}html[data-motion=off] .header,html[data-route-input=keyboard] .header{transform:none}html[data-route-input=keyboard] :is(.header,.header-menu),html[data-route-input=keyboard] .header-menu::backdrop{transition-duration:0s}@media (prefers-reduced-motion:reduce){.header{transform:none!important}.header-menu{transition-duration:.01ms;transform:none}.header-menu-group a:hover,.menu-button:hover svg,.header-menu-contact:hover svg{transform:none}@starting-style{.header-menu[open]{transform:none}}}
