.cp .cpgal{columns:240px 4;column-gap:12px}.cp .cpgal__item{display:block;width:100%;margin:0 0 12px;padding:0;border:0;background:none;cursor:zoom-in;border-radius:var(--r,14px);overflow:hidden;break-inside:avoid;-webkit-column-break-inside:avoid;line-height:0}.cp .cpgal__item img{width:100%;height:auto;display:block;transition:transform .5s cubic-bezier(.2,.7,.2,1),filter .3s}.cp .cpgal__item:hover img{transform:scale(1.04);filter:brightness(1.04)}.cp .cpgal__item:focus-visible{outline:3px solid var(--turq);outline-offset:2px}.cp .cpgal-lb{position:fixed;inset:0;z-index:9999;background:rgba(20,18,16,.92);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;padding:24px;animation:cpgalfade .2s ease}@keyframes cpgalfade{0%{opacity:0}to{opacity:1}}.cp .cpgal-lb__fig{margin:0;max-width:min(1100px,92vw);max-height:88vh;display:flex;flex-direction:column;align-items:center;gap:14px}.cp .cpgal-lb__fig img{max-width:100%;max-height:80vh;object-fit:contain;border-radius:10px;box-shadow:0 24px 70px rgba(0,0,0,.5)}.cp .cpgal-lb__fig figcaption{color:#f3ece4;font-family:var(--fb);font-size:.95rem;text-align:center;max-width:60ch}.cp .cpgal-lb__x{position:absolute;top:18px;right:18px;width:46px;height:46px;border-radius:50%;border:0;background:rgba(255,255,255,.12);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}.cp .cpgal-lb__x:hover{background:rgba(255,255,255,.24)}.cp .cpgal-lb__nav{position:absolute;top:50%;transform:translateY(-50%);width:52px;height:52px;border-radius:50%;border:0;background:rgba(255,255,255,.12);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}.cp .cpgal-lb__nav:hover{background:rgba(255,255,255,.24)}.cp .cpgal-lb__nav.prev{left:16px}.cp .cpgal-lb__nav.next{right:16px}.cp .cphg{margin-top:clamp(20px,3vw,34px);display:grid;grid-template-columns:repeat(6,1fr);gap:10px}.cp .cphg__i{position:relative;aspect-ratio:1;border-radius:12px;overflow:hidden;line-height:0}.cp .cphg__i img{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.2,.7,.2,1)}.cp .cphg__i:hover img{transform:scale(1.06)}@media (max-width:760px){.cp .cpgal{columns:150px 2;column-gap:8px}.cp .cpgal__item{margin-bottom:8px}.cp .cphg{grid-template-columns:repeat(3,1fr)}.cp .cpgal-lb__nav{width:42px;height:42px}}