/* Raycast navbar measurements supplied 2026-09-06; Elma logo, copy and mobile layout. */
.elma-raycast .nav{position:fixed;inset:0 0 auto;height:auto;padding:16px 16px 0;z-index:100;background:none;border:0;backdrop-filter:none;pointer-events:none}
.elma-raycast .nav .nav__inner{--navbar-muted:#9c9c9d;box-sizing:border-box;position:relative;display:flex;align-items:center;justify-content:space-between;gap:24px;width:100%;max-width:1204px;min-height:76px;height:76px;margin:0 auto;padding:16px 32px;border:.8px solid #ffffff0f;border-radius:16px;background:linear-gradient(137deg,#111214bf 4.87%,#0c0d0fe6 75.88%);box-shadow:inset 0 1px 1px #ffffff26;backdrop-filter:blur(5px);pointer-events:auto}
.elma-raycast .nav .nav__brand{flex:none;width:auto;font-size:30px;line-height:30px;margin:0}
.elma-raycast .nav .nav__menu{position:static;display:flex;align-items:center;gap:16px;margin:0;padding:0;background:none;border:0;box-shadow:none;width:auto;flex-direction:row}
.elma-raycast .nav .nav__link,.elma-raycast .nav .nav__contact{display:block;color:var(--navbar-muted);font-size:14px;font-weight:500;line-height:16.8px;letter-spacing:.2px;white-space:nowrap;padding:12px 8px;margin:0;border:0;border-radius:6px;height:auto}
.elma-raycast .nav .nav__actions{display:flex;align-items:center;gap:24px;margin:0;flex:none}
.elma-raycast .nav .pill{display:inline-flex;align-items:center;justify-content:center;background:#e6e6e6;color:#2f3031;font-size:14px;font-weight:500;line-height:16px;letter-spacing:.2px;padding:8px 12px;border:0;border-radius:8px;height:36px;min-height:36px;white-space:nowrap;box-shadow:0 0 0 2px #0008,0 0 14px #ffffff30,inset 0 -1px .4px #0003,inset 0 1px .4px #fff;transform:none}
.elma-raycast .nav .nav__toggle{display:none}
.elma-raycast .nav a:focus-visible,.elma-raycast .nav button:focus-visible{outline:2px solid #dcdaf4;outline-offset:4px}
@media(max-width:1100px){.elma-raycast .nav .nav__inner{gap:16px;padding-inline:24px}.elma-raycast .nav .nav__menu{gap:8px}.elma-raycast .nav .nav__contact{display:none}}
@media(max-width:900px){.elma-raycast .nav .nav__inner{height:68px;min-height:68px;padding:12px 20px}.elma-raycast .nav .nav__actions{gap:16px}.elma-raycast .nav .nav__menu{display:none;position:absolute;top:calc(100% + 8px);left:0;right:0;width:auto;flex-direction:column;align-items:stretch;gap:4px;padding:12px;background:#0c0d0ff5;border:.8px solid #ffffff0f;border-radius:16px;backdrop-filter:blur(5px);box-shadow:inset 0 1px 1px #ffffff26;max-height:calc(100dvh - 110px);overflow-y:auto}.elma-raycast .nav .nav__menu.is-open{display:flex}.elma-raycast .nav .nav__link{padding:14px 16px;min-height:44px}.elma-raycast .nav .nav__toggle{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:44px;height:44px;padding:10px;border:0;background:none;cursor:pointer}.elma-raycast .nav .nav__toggle span{position:static;display:block;width:24px;height:1px;background:#ffffffe6;margin:0}.elma-raycast .nav .nav__cta-full{display:none}}
@media(prefers-reduced-motion:reduce){.elma-raycast .nav *{transition:none}}
