.bubble-menu{pointer-events:none;z-index:99;justify-content:space-between;align-items:center;gap:12px;padding:0 1.5em;display:flex;top:1.5em;left:0;right:0}@media (min-width:768px){.bubble-menu{gap:16px;padding:0 2em;top:2em}}.bubble-menu.fixed{position:fixed}.bubble-menu.absolute{position:absolute}.bubble-menu .bubble{--bubble-size:48px;width:var(--bubble-size);height:var(--bubble-size);background:var(--bg-card);border:1px solid var(--border-light);box-shadow:0 4px 16px var(--shadow-soft);pointer-events:auto;border-radius:50%;justify-content:center;align-items:center;transition:box-shadow .3s,transform .3s;display:inline-flex}.bubble-menu .bubble:hover{box-shadow:0 6px 24px var(--shadow-hover);transform:scale(1.05)}.bubble-menu .logo-bubble{--bubble-size:48px}.bubble-menu .logo-bubble,.bubble-menu .toggle-bubble{will-change:transform}.bubble-menu .logo-bubble{width:var(--bubble-size);min-height:var(--bubble-size);height:var(--bubble-size);border-radius:50%;gap:0;padding:0}.bubble-menu .toggle-bubble{width:var(--bubble-size);height:var(--bubble-size)}.bubble-menu .bubble-menu-left{align-items:center;gap:12px;display:flex}@media (min-width:768px){.bubble-menu .bubble-menu-left{gap:16px}}.bubble-menu .bubble-logo{object-fit:contain;max-width:100%;max-height:60%;display:block}.bubble-menu .logo-content{--logo-max-height:85%;--logo-max-width:85%;justify-content:center;align-items:center;width:100%;height:100%;display:inline-flex;overflow:visible}.bubble-menu .logo-content img{width:var(--logo-max-width)!important;height:var(--logo-max-height)!important;object-fit:contain!important;max-width:var(--logo-max-width)!important;max-height:var(--logo-max-height)!important}.bubble-menu .logo-content>.bubble-logo,.bubble-menu .logo-content>img,.bubble-menu .logo-content>svg{max-height:var(--logo-max-height)!important;max-width:var(--logo-max-width)!important;width:var(--logo-max-width)!important;height:var(--logo-max-height)!important}.bubble-menu .menu-btn{background:var(--bg-card);cursor:pointer;border:none;flex-direction:column;justify-content:center;align-items:center;padding:0;display:flex}.bubble-menu .menu-line{background:var(--text-primary);transform-origin:50%;border-radius:2px;width:26px;height:2px;margin:0 auto;transition:transform .3s,opacity .3s;display:block}.bubble-menu .menu-line+.menu-line{margin-top:6px}.bubble-menu .menu-btn.open .menu-line:first-child{transform:translateY(4px)rotate(45deg)}.bubble-menu .menu-btn.open .menu-line:last-child{transform:translateY(-4px)rotate(-45deg)}@media (min-width:768px){.bubble-menu .bubble{--bubble-size:56px}.bubble-menu .logo-bubble{--bubble-size:56px;padding:0}}.bubble-menu-items{pointer-events:none;z-index:98;background:var(--bg-primary);justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.bubble-menu-items.fixed{position:fixed}.bubble-menu-items.absolute{position:absolute}.bubble-menu-items .pill-list{pointer-events:auto;flex-wrap:wrap;justify-content:stretch;gap:4px 0;width:100%;max-width:1600px;margin:0 auto;padding:0 24px;list-style:none;display:flex}.bubble-menu-items .pill-list .pill-spacer{pointer-events:none;width:100%;height:0}.bubble-menu-items .pill-list .pill-col{box-sizing:border-box;flex:0 0 33.3333%;justify-content:center;align-items:stretch;display:flex}.bubble-menu-items .pill-list .pill-col:nth-child(4):nth-last-child(2){margin-left:16.6667%}.bubble-menu-items .pill-list .pill-col:nth-child(4):last-child{margin-left:33.3333%}.bubble-menu-items .pill-link{--pill-bg:var(--bg-card);--pill-color:var(--text-primary);--pill-border:var(--border-light);--item-rot:0deg;--pill-min-h:160px;--hover-bg:var(--accent-terracotta);--hover-color:#fff;width:100%;min-height:var(--pill-min-h);background:var(--pill-bg);color:var(--pill-color);border:1px solid var(--pill-border);box-shadow:0 4px 14px var(--shadow-soft);will-change:transform;box-sizing:border-box;white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;height:10px;padding:clamp(1.5rem,3vw,8rem) 0;font-size:clamp(1.5rem,4vw,4rem);font-weight:400;line-height:0;text-decoration:none;transition:background .3s,color .3s,box-shadow .3s,transform .3s;display:flex;position:relative;overflow:hidden}@media (min-width:900px){.bubble-menu-items .pill-link{transform:rotate(var(--item-rot))}.bubble-menu-items .pill-link:hover{transform:rotate(var(--item-rot))scale(1.06);background:var(--hover-bg);color:var(--hover-color);box-shadow:0 8px 24px var(--shadow-hover)}.bubble-menu-items .pill-link:active{transform:rotate(var(--item-rot))scale(.94)}}.bubble-menu-items .pill-link .pill-label{will-change:transform,opacity;text-transform:capitalize;letter-spacing:.05em;height:1.2em;line-height:1.2;display:inline-block}@media (max-width:899px){.bubble-menu-items{align-items:flex-start;padding-top:120px}.bubble-menu-items .pill-list{row-gap:16px}.bubble-menu-items .pill-list .pill-col{flex:0 0 100%;overflow:visible;margin-left:0!important}.bubble-menu-items .pill-link{min-height:80px;padding:clamp(1rem,2vw,2rem) 0;font-size:clamp(1.2rem,3vw,4rem)}.bubble-menu-items .pill-link:hover{background:var(--hover-bg);color:var(--hover-color);transform:scale(1.06)}.bubble-menu-items .pill-link:active{transform:scale(.94)}}.bubble-menu .theme-toggle-container{--toggle-size:40px;width:var(--toggle-size);height:var(--toggle-size);background:var(--bg-card);border:1px solid var(--border-light);box-shadow:0 4px 16px var(--shadow-soft);pointer-events:auto;border-radius:50%;justify-content:center;align-items:center;transition:box-shadow .3s,transform .3s;display:flex}.bubble-menu .theme-toggle-container:hover{box-shadow:0 6px 24px var(--shadow-hover);transform:scale(1.05)}@media (min-width:768px){.bubble-menu .theme-toggle-container{--toggle-size:48px}}
