.social-links{gap:10px;display:flex}.social-links a{width:var(--social-size,52px);height:var(--social-size,52px);border:1px solid var(--line);border-radius:50%;justify-content:center;align-items:center;transition:background .2s,color .2s,transform .2s;display:flex}.social-links a:hover{background:var(--brand);color:var(--ground);transform:translateY(-4px)}.social-links svg{width:21px;height:21px}.header-actions{top:var(--actions-top);z-index:10;align-items:center;gap:12px;display:flex;position:absolute;right:3.15vw}.pill{background:var(--paper);color:var(--ground);border:0;border-radius:100px;justify-content:center;align-items:center;transition:background .2s,transform .2s;display:inline-flex}.pill:hover{background:var(--brand);transform:translateY(-2px)}.menu-button{width:var(--pill);height:var(--pill)}.contact-button{height:var(--pill);letter-spacing:-.04em;padding:0 30px;font-size:21px}.navigation-panel{background:var(--ground);width:100%;max-width:100%;height:100dvh;max-height:100dvh;color:var(--paper);overscroll-behavior:contain;border:0;border-radius:0;outline:none;flex-direction:column;justify-content:center;gap:20px;margin:0;padding:5vw 8vw;position:fixed;inset:0;overflow-y:auto}.navigation-panel[open]{animation:.1s ease-out panel-in;display:flex}html:has(.navigation-panel[open]){overflow:hidden}@keyframes panel-in{0%{opacity:0;transform:scale(.95)}}.navigation-title{color:var(--brand);letter-spacing:-.065em;margin:0;font-size:clamp(34px,6vw,85px);font-weight:900;line-height:1}.navigation-description{max-width:34ch;color:var(--paper);margin:0 0 15px;font-size:18px;line-height:1.5}.menu-close{width:56px;height:56px;position:absolute;top:4vw;right:4vw}.navigation-destinations{flex-direction:column;display:flex}.navigation-destinations a{letter-spacing:-.045em;border-bottom:1px solid var(--line);align-items:center;gap:24px;padding:10px 0;font-size:clamp(30px,5vw,64px);line-height:1.3;transition:color .2s,padding-left .2s;display:flex}.navigation-destinations a:hover{color:var(--brand);padding-left:12px}.nav-index{letter-spacing:0;opacity:.6;font-size:14px}.navigation-destinations a>svg{width:28px;margin-left:auto}.menu-socials{margin-top:20px}@media (max-width:1000px) and (orientation:portrait){.header-actions{gap:2.2vw;right:4.85vw}.contact-button{order:-1;padding:0 6.2vw;font-size:clamp(16px,3.6vw,28px)}.menu-button svg{width:max(18px,3.2vw)}}@media (max-width:600px){.navigation-panel{padding:28px}.menu-close{top:22px;right:22px}.navigation-destinations a{font-size:34px}.menu-socials{--social-size:44px}}@media (max-height:600px) and (orientation:landscape){.contact-button{padding:0 24px;font-size:18px}.navigation-destinations a{padding:3px;font-size:26px}.navigation-title{font-size:32px}.navigation-description{margin:0;font-size:16px}.menu-socials{--social-size:36px;margin-top:0}}
