.button{position:relative;isolation:isolate;overflow:hidden;gap:.55rem;transform:translate3d(0,0,0);transition:transform .28s cubic-bezier(.2,.8,.2,1),box-shadow .28s ease,background-color .25s ease,color .25s ease,border-color .25s ease;will-change:transform}
.button::before{content:"";position:absolute;z-index:-1;top:-40%;bottom:-40%;left:-55%;width:34%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.5),transparent);transform:skewX(-18deg);transition:left .58s cubic-bezier(.2,.8,.2,1)}
.button:hover::before,.button:focus-visible::before{left:125%}.button:hover{transform:translateY(-4px) scale(1.025);box-shadow:0 16px 34px rgba(20,46,5,.2)}.button:active{transform:translateY(0) scale(.96);transition-duration:.08s}.button:focus-visible{outline:3px solid rgba(199,68,10,.35);outline-offset:4px}.button-label,.button-icon{position:relative;z-index:1}.button-icon{transition:transform .25s ease}.button:hover .button-icon{transform:translateX(4px)}.button.ghost:hover{background:rgba(255,255,255,.13);border-color:rgba(255,255,255,.9)}
@media(prefers-reduced-motion:reduce){.button,.button::before,.button-icon{transition:none!important}.button:hover,.button:active{transform:none!important}}
.lightbox-overlay{position:fixed;inset:0;z-index:300;background:rgba(8,15,12,.94);display:none;align-items:center;justify-content:center;padding:4vh 4vw}
.lightbox-overlay.open{display:flex}
.lightbox-figure{margin:0;max-width:min(1100px,92vw);max-height:88vh;display:flex;flex-direction:column;align-items:center;gap:1rem}
.lightbox-img{max-width:100%;max-height:78vh;object-fit:contain;border-radius:10px;box-shadow:0 30px 80px rgba(0,0,0,.5)}
.lightbox-caption{color:#fff;text-align:center;font-size:.95rem;opacity:.85}
.lightbox-close,.lightbox-prev,.lightbox-next{position:fixed;background:rgba(255,255,255,.12);color:#fff;border:0;border-radius:50%;cursor:pointer;display:grid;place-items:center;font-size:1.3rem;transition:.2s}
.lightbox-close:hover,.lightbox-prev:hover,.lightbox-next:hover{background:rgba(255,255,255,.28)}
.lightbox-close{top:1.2rem;right:1.2rem;width:44px;height:44px}
.lightbox-prev,.lightbox-next{top:50%;transform:translateY(-50%);width:52px;height:52px}
.lightbox-prev{left:1rem}.lightbox-next{right:1rem}
@media(max-width:680px){.lightbox-prev,.lightbox-next{width:40px;height:40px;font-size:1.1rem}.lightbox-close{width:38px;height:38px;top:.7rem;right:.7rem}}
