:root{--r:#d01414;--y:#ffae11;--d:#171717;--t:#62676f;--l:#f6f7f9;--b:#e7e9ed}.uml-gallery-system,.uml-gallery-system *{box-sizing:border-box}.uml-gallery-system{padding:85px 20px 95px;font-family:Poppins,Montserrat,Arial,sans-serif;color:var(--d);background:#fff}.uml-gallery-toolbar,.uml-gallery-search-row,.uml-gallery-view{max-width:1380px;margin-left:auto;margin-right:auto}.uml-gallery-toolbar{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:30px}.uml-gallery-toolbar-copy>span{color:var(--r);font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:2px}.uml-gallery-toolbar h2{margin:8px 0 10px;font-size:clamp(34px,4vw,50px);font-weight:350}.uml-gallery-toolbar p{margin:0;color:var(--t);font-size:13px}.uml-gallery-view-switcher{display:flex;gap:4px;padding:5px;background:var(--l);border:1px solid var(--b)}.uml-gallery-view-switcher button{padding:11px 14px;border:0;background:none;font-size:10px;font-weight:650}.uml-gallery-view-switcher button.is-active{background:var(--r);color:#fff}.uml-gallery-search-row{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:34px;padding:16px 18px;background:var(--l);border-left:4px solid var(--y)}.uml-gallery-search-row input{width:min(100%,480px);height:44px;padding:0 14px;border:1px solid var(--b);background:#fff}.uml-gallery-result-count{display:flex;align-items:baseline;gap:7px}.uml-gallery-result-count strong{color:var(--r);font-size:20px}.uml-gallery-result-count span{font-size:9px;text-transform:uppercase}.uml-gallery-view{display:none}.uml-gallery-view.is-active{display:block}.uml-gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.uml-gallery-card{overflow:hidden;border:1px solid var(--b);background:#fff;box-shadow:0 16px 42px rgba(0,0,0,.04);transition:.3s}.uml-gallery-card:hover{transform:translateY(-6px);box-shadow:0 25px 55px rgba(0,0,0,.09);border-color:rgba(255,174,17,.8)}.uml-gallery-card-click{width:100%;padding:0;border:0;background:none}.uml-gallery-preview{position:relative;height:245px;overflow:hidden;background:#222}.uml-gallery-preview img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:.7s}.uml-gallery-preview img.is-active{opacity:1}.uml-gallery-card:hover .uml-gallery-preview img{filter:grayscale(1)}.uml-gallery-image-count{position:absolute;top:15px;right:15px;padding:7px 10px;background:rgba(0,0,0,.75);color:#fff;font-size:9px;text-transform:uppercase}.uml-gallery-preview-hover{position:absolute;left:0;right:0;bottom:0;padding:17px 20px;background:linear-gradient(0deg,rgba(0,0,0,.9),transparent);color:#fff;font-size:10px;text-transform:uppercase;transform:translateY(100%);transition:.3s}.uml-gallery-card:hover .uml-gallery-preview-hover{transform:translateY(0)}.uml-gallery-card-body{padding:24px}.uml-gallery-meta{display:flex;gap:12px;margin-bottom:9px}.uml-gallery-meta span{color:var(--r);font-size:8.5px;text-transform:uppercase}.uml-gallery-card h3,.uml-gallery-list-content h3{margin:0 0 10px;font-size:20px}.uml-gallery-card p,.uml-gallery-list-content p{color:var(--t);font-size:11.8px;line-height:1.7}.uml-gallery-view-link,.uml-gallery-list-button{padding:0;border:0;background:none;color:var(--r);font-size:9.5px;font-weight:700;text-transform:uppercase}.uml-gallery-list{display:grid;gap:14px}.uml-gallery-list-item{display:grid;grid-template-columns:220px 1fr auto;gap:25px;align-items:center;padding:14px;border:1px solid var(--b)}.uml-gallery-list-image{height:120px;padding:0;border:0}.uml-gallery-list-image img{width:100%;height:100%;object-fit:cover}.uml-all-photos-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.uml-all-photo{position:relative;height:230px;padding:0;border:0;overflow:hidden}.uml-all-photo img{width:100%;height:100%;object-fit:cover;transition:.35s}.uml-all-photo:hover img{transform:scale(1.06);filter:grayscale(1)}.uml-all-photo-overlay{position:absolute;left:0;right:0;bottom:0;padding:35px 14px 12px;background:linear-gradient(0deg,rgba(0,0,0,.85),transparent);color:#fff;text-align:left}.uml-all-photo-overlay strong,.uml-all-photo-overlay small{display:block}.uml-all-photo-overlay small{color:var(--y)}.uml-gallery-load-wrap{text-align:center;margin-top:38px}.uml-gallery-load-more{padding:13px 22px;border:1px solid var(--r);background:#fff;color:var(--r);font-size:10px;font-weight:700;text-transform:uppercase}.uml-gallery-load-more:hover{background:var(--r);color:#fff}body.uml-gallery-modal-open{overflow:hidden}.uml-gallery-modal[hidden],.uml-photo-lightbox[hidden]{display:none!important}.uml-gallery-modal,.uml-photo-lightbox{position:fixed;inset:0;z-index:999999}.uml-gallery-modal-backdrop,.uml-photo-lightbox-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.85)}.uml-gallery-modal-panel{position:absolute;inset:4vh 4vw;padding:40px;overflow:auto;background:#fff}.uml-gallery-modal-close,.uml-photo-lightbox-close{position:absolute;top:18px;right:20px;z-index:5;width:42px;height:42px;border:0;background:var(--d);color:#fff;font-size:28px}.uml-gallery-modal-heading{max-width:800px;margin-bottom:30px}.uml-gallery-modal-heading span{color:var(--r);font-size:9px;text-transform:uppercase}.uml-gallery-modal-heading h2{font-size:clamp(30px,4vw,45px);font-weight:350}.uml-gallery-modal-heading p{color:var(--t)}.uml-gallery-modal-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.uml-gallery-modal-photo{height:210px;padding:0;border:0}.uml-gallery-modal-photo img{width:100%;height:100%;object-fit:cover}.uml-photo-lightbox{display:flex;align-items:center;justify-content:center;padding:40px 80px}.uml-photo-lightbox-content{position:relative;z-index:3;max-width:88vw}.uml-photo-lightbox-content img{max-width:100%;max-height:78vh;object-fit:contain}.uml-photo-lightbox-caption{color:#fff;padding-top:10px}.uml-photo-lightbox-caption strong{display:block;color:var(--y)}.uml-photo-nav{position:absolute;top:50%;z-index:5;width:48px;height:64px;border:0;background:rgba(0,0,0,.5);color:#fff;font-size:34px}.uml-photo-prev{left:20px}.uml-photo-next{right:20px}.uml-gallery-card[hidden],.uml-gallery-list-item[hidden]{display:none!important}@media(max-width:1050px){.uml-gallery-grid{grid-template-columns:repeat(2,1fr)}.uml-all-photos-grid,.uml-gallery-modal-grid{grid-template-columns:repeat(3,1fr)}.uml-gallery-toolbar{align-items:flex-start;flex-direction:column}}@media(max-width:700px){.uml-gallery-system{padding:65px 16px}.uml-gallery-grid{grid-template-columns:1fr}.uml-gallery-view-switcher{width:100%}.uml-gallery-view-switcher button{flex:1}.uml-gallery-search-row{align-items:stretch;flex-direction:column}.uml-gallery-search-row input{width:100%}.uml-gallery-list-item{grid-template-columns:105px 1fr}.uml-gallery-list-button{grid-column:1/-1}.uml-all-photos-grid,.uml-gallery-modal-grid{grid-template-columns:repeat(2,1fr)}.uml-all-photo{height:160px}.uml-gallery-modal-panel{inset:2vh 2vw;padding:26px 16px}.uml-gallery-modal-photo{height:145px}.uml-photo-lightbox{padding:40px 15px}.uml-photo-nav{top:auto;bottom:15px;height:45px}.uml-photo-prev{left:calc(50% - 52px)}.uml-photo-next{right:calc(50% - 52px)}}