/* ═══ MEGA MENU v2 ═══ */

/* 4-column layout */
.mg-w--4{grid-template-columns:1fr 1fr 1fr 1.2fr;gap:32px}
@media(max-width:834px){.mg-w--4{grid-template-columns:1fr;gap:20px}}

/* Network dot indicator */
.mg-dot{width:6px;height:6px;border-radius:50%;display:inline-block;margin-right:6px;vertical-align:middle;flex-shrink:0}

/* Description text after link */
.mg-desc{font-size:11px;opacity:.4;margin-left:0;font-weight:400;display:block}
.dk .mg-desc{color:rgba(255,255,255,.35)}
.lt .mg-desc{color:rgba(0,0,0,.35)}

/* Featured card in mega menu */
.mg-card{display:flex;flex-direction:column;gap:8px;padding:20px;border-radius:14px;text-decoration:none;transition:transform .25s,border-color .25s}
.dk .mg-card{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08)}
.lt .mg-card{background:rgba(0,0,0,.03);border:1px solid rgba(0,0,0,.06)}
.mg-card:hover{transform:translateY(-2px)}
.dk .mg-card:hover{border-color:rgba(255,255,255,.16)}
.lt .mg-card:hover{border-color:rgba(0,0,0,.12)}

.mg-card-ey{font-size:10px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#f37f0d}
.mg-card-h{font-size:17px;font-weight:700;letter-spacing:-.01em}
.dk .mg-card-h{color:#f5f5f7}
.lt .mg-card-h{color:#1d1d1f}
.mg-card-sub{font-size:13px;line-height:1.5;opacity:.5}
.mg-card-link{font-size:12px;font-weight:600;color:#f37f0d;margin-top:4px}

/* Galaxy card variant */
.mg-card--galaxy .mg-card-ey{color:#f37f0d}
.mg-card--galaxy .mg-card-link{color:#f37f0d}
.mg-card--studios{background:#0e0c08!important;border-color:rgba(244,235,226,.08)!important;font-family:Spectral,Georgia,serif}
.mg-card--studios .mg-card-ey{color:rgba(244,235,226,.4);font-family:Outfit,system-ui,sans-serif;display:flex;align-items:center;gap:8px}
.mg-card--studios .mg-card-ey::before{content:'';width:14px;height:1px;background:rgba(244,235,226,.25)}
.mg-card--studios .mg-card-h{color:#F4EBE2!important;font-family:Fraunces,serif;font-weight:200;font-style:italic}
.mg-card--studios .mg-card-sub{color:rgba(244,235,226,.5)!important;opacity:1!important}
.mg-card--studios .mg-card-link{color:#F4EBE2!important;font-family:Outfit,system-ui,sans-serif}
.lt .mg-card--studios{background:#F4EBE2!important;border-color:rgba(17,15,11,.08)!important}
.lt .mg-card--studios .mg-card-ey{color:rgba(17,15,11,.4)}
.lt .mg-card--studios .mg-card-ey::before{background:rgba(17,15,11,.2)}
.lt .mg-card--studios .mg-card-h{color:#110f0b!important}
.lt .mg-card--studios .mg-card-sub{color:rgba(17,15,11,.5)!important}
.lt .mg-card--studios .mg-card-link{color:#110f0b!important}
/* Compact mega menu links */
.mg-l{padding:4px 0;font-size:13px}
.mg-h{margin-bottom:10px;font-size:10px}
.mg-w--4{gap:24px}
/* Better card padding */
.mg-card{padding:16px}
.mg-card-h{font-size:15px}
.mg-card-sub{font-size:12px;-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}
.mg-l--acc{color:#f37f0d!important;font-weight:600!important}

/* v3 — balanced mega + Scoprine altri */
.mg-l--more{color:#f37f0d!important;font-weight:600!important;font-size:12px!important;margin-top:8px;opacity:.8;transition:opacity .2s}
.mg-l--more:hover{opacity:1!important;padding-left:8px;border-left-color:#f37f0d}
/* Uniform column height — align tops */
.mg-w--4>div{display:flex;flex-direction:column}
.mg-w--4>div:last-child{justify-content:stretch}
/* Network dots inline with text */
.mg-l .mg-dot{position:relative;top:-1px}
/* More max-height for fuller menus */
.mg.open{max-height:460px}

/* v3 — Search results light mode contrast */
.lt .nv-srch-drop{background:rgba(251,251,253,.98)}
.lt .nv-srch-drop .srch-item{background:rgba(0,0,0,.03)}
.lt .nv-srch-drop .srch-item:hover{background:rgba(0,0,0,.07)}
.lt .nv-srch-drop .srch-group-h{opacity:.4}
