    #enf-lb { display:none; position:fixed; inset:0; background:rgba(4,10,20,.94); z-index:99999; align-items:center; justify-content:center; padding:30px; cursor:zoom-out; }
    #enf-lb-img { max-width:92vw; max-height:84vh; border-radius:12px; box-shadow:0 24px 70px rgba(0,0,0,.6); border:3px solid rgba(200,169,106,.4); object-fit:contain; cursor:default; }
    .enf-lb-btn { position:absolute; background:rgba(255,255,255,.1); border:1.5px solid rgba(200,169,106,.5); color:#e8cc8a; cursor:pointer; display:flex; align-items:center; justify-content:center; transition:background .18s ease, color .18s ease; }
    .enf-lb-btn:hover { background:var(--brand-gold); color:var(--brand-navy); }
    .enf-lb-close { top:22px; right:26px; width:50px; height:50px; border-radius:50%; font-size:20px; }
    .enf-lb-prev, .enf-lb-next { top:50%; transform:translateY(-50%); width:52px; height:52px; border-radius:50%; font-size:20px; }
    .enf-lb-prev { left:24px; } .enf-lb-next { right:24px; }
    #enf-lb-cap { position:absolute; bottom:24px; left:50%; transform:translateX(-50%); color:#e8cc8a; font-size:13.5px; background:rgba(6,18,32,.72); padding:8px 16px; border-radius:10px; max-width:88vw; text-align:center; }
    @media (max-width:768px) { .enf-lb-prev{left:10px} .enf-lb-next{right:10px} .enf-lb-btn{width:44px;height:44px} }
