.mclm-wrap{--mclm-bg:#fff;--mclm-text:#202a3a;--mclm-desc:#667085;--mclm-hover-text:var(--mclm-text);--mclm-hover-bg:#f8f9fb;--mclm-active-text:#5b0e5d;--mclm-active-bg:#faf7fa;--mclm-divider:#eceff3;--mclm-icon-bg:transparent;--mclm-icon-color:#5b0e5d;--mclm-panel-pad:24px;--mclm-mobile-pad:16px;--mclm-mobile-hpad:6px;--mclm-content-offset:0px;--mclm-icon-offset:0px;--mclm-text-offset:0px;--mclm-chevron-gap:16px;--mclm-mobile-top:0px;--mclm-mobile-height:calc(100dvh - var(--mclm-mobile-top));position:relative;width:100%;z-index:20}.mclm-wrap *{box-sizing:border-box}.mclm-desktop-menu,.mclm-desktop-menu ul,.mclm-mobile-list{list-style:none;margin:0;padding:0}.mclm-desktop-menu{display:flex;align-items:center;flex-wrap:wrap}.mclm-desktop-menu>li{position:relative}.mclm-trigger-hover .mclm-desktop-menu>li.menu-item-has-children:before{content:"";position:absolute;left:0;right:0;top:100%;height:14px;z-index:998}.mclm-desktop-link{display:flex;align-items:center;gap:10px;color:inherit;text-decoration:none;transition:background-color .18s ease,color .18s ease,border-color .18s ease}.mclm-desktop-content{display:flex;min-width:0;flex-direction:column;line-height:1.25}.mclm-desktop-title{white-space:nowrap}.mclm-desktop-description{display:block;margin-top:4px;font-size:.82em;line-height:1.35;opacity:.78}.mclm-icon-wrap{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.mclm-icon-wrap img{display:block;object-fit:contain;max-width:100%;max-height:100%}.mclm-desktop-caret{width:7px;height:7px;border-right:1.7px solid currentColor;border-bottom:1.7px solid currentColor;transform:rotate(45deg) translateY(-2px);margin-left:2px;transition:transform .18s ease}.mclm-desktop-menu .sub-menu{position:absolute;z-index:999;left:0;top:calc(100% + 10px);min-width:220px;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(8px);transition:opacity .18s ease,transform .18s ease,visibility .18s ease;border:1px solid rgba(16,24,40,.08);box-shadow:0 18px 45px rgba(16,24,40,.13)}.mclm-desktop-menu .sub-menu:before{content:"";position:absolute;left:28px;top:-7px;width:12px;height:12px;background:inherit;border-left:1px solid rgba(16,24,40,.08);border-top:1px solid rgba(16,24,40,.08);transform:rotate(45deg)}.mclm-desktop-menu .sub-menu li{position:relative}.mclm-desktop-menu .sub-menu a{display:flex;align-items:center;gap:12px;text-decoration:none;border-radius:9px;transition:background-color .16s ease,color .16s ease}.mclm-desktop-menu .sub-menu .sub-menu{left:calc(100% + 10px);top:-8px}.mclm-trigger-hover .mclm-desktop-menu li:hover>.sub-menu,.mclm-trigger-hover .mclm-desktop-menu li:focus-within>.sub-menu,.mclm-desktop-menu li.is-submenu-open>.sub-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.mclm-desktop-menu li.is-submenu-open>a>.mclm-desktop-caret,.mclm-trigger-hover .mclm-desktop-menu li:hover>a>.mclm-desktop-caret{transform:rotate(225deg) translate(-1px,-1px)}.mclm-style-pill .mclm-desktop-menu>li>a{border-radius:999px}.mclm-style-underline .mclm-desktop-menu>li>a{position:relative}.mclm-style-underline .mclm-desktop-menu>li>a:after{content:"";position:absolute;left:8px;right:8px;bottom:3px;height:2px;background:currentColor;transform:scaleX(0);transform-origin:center;transition:transform .18s ease}.mclm-style-underline .mclm-desktop-menu>li>a:hover:after,.mclm-style-underline .mclm-desktop-menu>li.current-menu-item>a:after,.mclm-style-underline .mclm-desktop-menu>li.current-menu-ancestor>a:after{transform:scaleX(1)}.mclm-style-glass .mclm-desktop-menu>li>a{border-radius:12px;background:rgba(255,255,255,.28);backdrop-filter:blur(8px)}.mclm-style-mega-card .mclm-desktop-menu .sub-menu a{min-height:64px}.mclm-style-mega-card .mclm-desktop-menu .sub-menu .mclm-desktop-icon{width:38px!important;height:38px!important;flex-basis:38px!important}.mclm-style-mega-card .mclm-desktop-menu .sub-menu .mclm-desktop-icon img{max-width:32px!important;max-height:32px!important}.mclm-dicon-right .mclm-desktop-link{flex-direction:row-reverse}.mclm-dicon-top .mclm-desktop-link{flex-direction:column}.mclm-dicon-bottom .mclm-desktop-link{flex-direction:column-reverse}
.mclm-mobile{display:none}.mclm-is-mobile .mclm-desktop{display:none!important}.mclm-is-mobile .mclm-mobile{display:block}.mclm-is-desktop .mclm-mobile{display:none!important}.mclm-mobile-toggle-row{display:flex;justify-content:flex-end;align-items:center}.mclm-toggle{position:relative;display:inline-flex;align-items:center;justify-content:center;flex-direction:column;gap:5px;border:0;padding:0;cursor:pointer;transition:background-color .18s ease,transform .18s ease;appearance:none}.mclm-toggle span{display:block;width:25px;height:2px;border-radius:3px;transition:transform .24s ease,opacity .16s ease,background-color .18s ease}.mclm-open .mclm-toggle span:nth-child(1){transform:translateY(7px) rotate(45deg)}.mclm-open .mclm-toggle span:nth-child(2){opacity:0;transform:scaleX(0)}.mclm-open .mclm-toggle span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mclm-overlay{position:fixed;z-index:997;inset:var(--mclm-mobile-top) 0 0;background:rgba(15,23,42,.16);opacity:0;transition:opacity .24s ease}.mclm-overlay.is-visible{opacity:1}.mclm-mobile-panel{position:fixed;z-index:998;left:0;right:0;top:var(--mclm-mobile-top);height:var(--mclm-mobile-height);max-height:calc(100dvh - var(--mclm-mobile-top));display:flex;flex-direction:column;background:var(--mclm-bg);overflow:hidden;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-24px);clip-path:inset(0 0 100% 0);transition:clip-path .34s cubic-bezier(.22,.8,.25,1),transform .34s cubic-bezier(.22,.8,.25,1),opacity .22s ease,visibility .34s ease;box-shadow:0 18px 45px rgba(15,23,42,.08)}.mclm-mobile-panel.is-visible{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0);clip-path:inset(0 0 0 0)}.mclm-mobile-logo{padding:18px var(--mclm-panel-pad) 4px}.mclm-mobile-logo img{display:block;max-height:44px;max-width:180px;width:auto}.mclm-levels{position:relative;flex:1;min-height:0;overflow:auto;padding-top:10px;padding-right:var(--mclm-panel-pad);padding-bottom:28px;padding-left:max(0px,calc(var(--mclm-panel-pad) + var(--mclm-content-offset)));overscroll-behavior:contain}.mclm-mobile-level{display:none;width:100%}.mclm-mobile-list{display:flex;flex-direction:column;align-items:flex-start;width:100%;max-width:100%;overflow:visible}.mclm-mobile-level.is-active{display:block;animation:mclmForward .28s ease both}.mclm-mobile-level.mclm-backward.is-active{animation:mclmBackward .28s ease both}.mclm-back{display:flex;align-items:center;gap:12px;width:100%;padding:14px 4px 18px;margin:0 0 10px;border:0;border-bottom:1px solid var(--mclm-divider);background:transparent;color:var(--mclm-active-text);font:inherit;text-align:left;cursor:pointer}.mclm-back span{font-size:31px;font-weight:300;line-height:.7}.mclm-back strong{font-weight:700}.mclm-mobile-item{border-bottom:1px solid var(--mclm-divider);max-width:100%;min-width:0}.mclm-mobile-link{display:flex;width:100%;max-width:100%;min-width:0;align-items:center;gap:14px;padding:var(--mclm-mobile-pad) var(--mclm-mobile-hpad);border:0;background:transparent;color:var(--mclm-text);font:inherit;text-decoration:none;text-align:left;cursor:pointer;transition:background-color .16s ease,color .16s ease}.mclm-mobile-link:hover,.mclm-mobile-link:focus-visible{background:var(--mclm-hover-bg);color:var(--mclm-hover-text);outline:none}.mclm-mobile-item.is-current>.mclm-mobile-link{background:var(--mclm-active-bg);color:var(--mclm-active-text);font-weight:700}.mclm-mobile .mclm-icon-wrap{background:var(--mclm-icon-bg);color:var(--mclm-icon-color);display:flex;align-items:center;justify-content:center;flex:0 0 auto;position:relative;left:var(--mclm-icon-offset)}.mclm-mobile-content{display:flex;flex:1 1 auto;min-width:0;max-width:100%;flex-direction:column;justify-content:center;position:relative;left:var(--mclm-text-offset);overflow:hidden;padding-right:var(--mclm-chevron-gap)}.mclm-label{display:block;line-height:1.25;max-width:100%;overflow-wrap:anywhere}.mclm-mobile-description{display:block;margin-top:4px;color:var(--mclm-desc);font-size:.82em;line-height:1.35;font-weight:400;max-width:100%;white-space:normal;overflow-wrap:anywhere;word-break:normal}.mclm-chevron{font-size:28px;line-height:1;font-weight:300;color:#98a2b3;margin-left:auto;flex:0 0 20px;width:20px;text-align:right;position:relative;z-index:2}.mclm-micon-right .mclm-mobile-link{flex-direction:row-reverse}.mclm-micon-right .mclm-chevron{margin-left:0;margin-right:auto}.mclm-micon-top .mclm-mobile-link{flex-direction:column}.mclm-micon-bottom .mclm-mobile-link{flex-direction:column-reverse}.mclm-micon-top .mclm-chevron,.mclm-micon-bottom .mclm-chevron{margin:0}.mclm-mobile-footer{flex:0 0 auto;padding:16px var(--mclm-panel-pad) 22px;border-top:1px solid var(--mclm-divider);background:var(--mclm-bg)}.mclm-mobile-footer>a,.mclm-mobile-footer>button,.mclm-mobile-footer .button{display:flex;align-items:center;justify-content:center;width:100%;min-height:54px;border-radius:12px;text-decoration:none;font-weight:700}.mclm-lock{overflow:hidden!important}@keyframes mclmForward{from{opacity:.2;transform:translateX(24px)}to{opacity:1;transform:none}}@keyframes mclmBackward{from{opacity:.2;transform:translateX(-24px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.mclm-mobile-panel,.mclm-overlay,.mclm-toggle span,.mclm-mobile-level,.mclm-desktop-menu .sub-menu{transition:none!important;animation:none!important}}


/* v1.5 mobile alignment + Elementor live-preview fixes */
.mclm-mobile .mclm-icon-wrap,
.mclm-mobile-content{transition:left .12s ease}
.mclm-mobile-item>.mclm-mobile-link{overflow:hidden}
.mclm-mobile-item.has-children>.mclm-mobile-link{padding-right:max(var(--mclm-mobile-hpad),6px)}
.elementor-editor-active .mclm-mobile-panel{will-change:top,height,clip-path,transform}
@supports not (padding-left:max(0px,1px)){
  .mclm-levels{padding-left:var(--mclm-panel-pad)}
}


/* v1.5.1 final spacing overrides */
.mclm-levels{
    padding-right:12px;
    padding-left:12px!important;
}
@media (max-width:600px){
    .mcsm-frontend{
        padding:0 16px 44px;
    }
}

/*
 * Critical anti-layout-shift defaults.
 * These values make the menu structurally correct before Elementor's
 * generated widget CSS finishes applying.
 */
.mclm-mobile{display:none}
.mclm-desktop{display:block}
.mclm-mobile-panel{box-sizing:border-box}
.mclm-mobile-panel *,
.mclm-desktop *{box-sizing:border-box}
@media (max-width:767px){
    .mclm-desktop{display:none!important}
    .mclm-mobile{display:block!important}
    .mclm-mobile-panel{
        position:fixed;
        left:0;
        right:0;
        width:100%;
        overflow:hidden;
        visibility:hidden;
        opacity:0;
        pointer-events:none;
    }
    .mclm-mobile.is-open .mclm-mobile-panel{
        visibility:visible;
        opacity:1;
        pointer-events:auto;
    }
}
