.m01-lb{position:fixed;inset:0;z-index:2000;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;padding:74px 24px 26px;background:#070707;font-family:Inter,sans-serif;animation:m01LbIn .35s ease both}@keyframes m01LbIn{0%{opacity:0}to{opacity:1}}.m01-lb-bar{position:absolute;top:0;left:0;right:0;height:62px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(20px,4vw,44px);border-bottom:1px solid rgba(201,169,98,.16)}.m01-lb-count{font-size:11px;letter-spacing:.22em;color:#C9A962}.m01-lb-count-sep{color:rgba(245,240,232,.3);margin:0 7px}.m01-lb-close{width:38px;height:38px;display:flex;align-items:center;justify-content:center;background:transparent;border:1px solid rgba(201,169,98,.28);color:#C9A962;cursor:pointer;transition:border-color .35s ease,color .3s ease,background .35s ease}.m01-lb-close:hover{border-color:#C9A962;color:#F5F0E8;background:rgba(201,169,98,.08)}.m01-lb-stage{position:relative;flex:1 1 auto;min-height:0;width:100%;gap:clamp(12px,3vw,40px)}.m01-lb-nav,.m01-lb-stage{display:flex;align-items:center;justify-content:center}.m01-lb-nav{flex-shrink:0;width:44px;height:44px;background:transparent;border:1px solid rgba(201,169,98,.28);color:#C9A962;cursor:pointer;transition:border-color .35s ease,color .3s ease,background .35s ease}.m01-lb-nav:hover{border-color:#C9A962;color:#F5F0E8;background:rgba(201,169,98,.08)}.m01-lb-nav:focus-visible{outline:1px solid #C9A962;outline-offset:3px}.m01-lb-figure{position:relative;margin:0;display:block}.m01-lb-img{display:block;width:auto;height:auto;max-width:min(1080px,92vw);max-height:calc(100svh - 250px);box-shadow:0 40px 110px -40px rgba(0,0,0,.95);outline:1px solid rgba(201,169,98,.3);outline-offset:14px;animation:m01LbImgIn .5s cubic-bezier(.22,.68,0,1.02) both}@keyframes m01LbImgIn{0%{opacity:0;transform:scale(.985)}to{opacity:1;transform:none}}.m01-lb-caption{margin:0;font-family:Cormorant Garamond,serif;font-style:italic;font-size:19px;color:rgba(245,240,232,.72);text-align:center}.m01-lb-strip{display:flex;gap:8px;flex-wrap:wrap;justify-content:center}.m01-lb-thumb{width:62px;height:62px;padding:0;flex-shrink:0;overflow:hidden;background:#141414;border:1px solid transparent;cursor:pointer;opacity:.42;transition:opacity .35s ease,border-color .35s ease}.m01-lb-thumb img{width:100%;height:100%;object-fit:cover;display:block}.m01-lb-thumb:hover{opacity:.8}.m01-lb-thumb[data-active=y]{opacity:1;border-color:rgba(201,169,98,.75)}@media (max-width:900px){.m01-lb{padding:68px 14px 18px;gap:14px}.m01-lb-caption{font-size:16px}.m01-lb-thumb{width:46px;height:46px}.m01-lb-img{outline-offset:8px;max-height:calc(100svh - 210px)}.m01-lb-nav{width:36px;height:36px}}@media (prefers-reduced-motion:reduce){.m01-lb-img{animation:none}}