.photo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px 24px}.photo-card{min-width:0}.photo-card figure{margin:0}.photo-frame{position:relative;overflow:hidden;border-radius:6px;background:#e7eef2;aspect-ratio:4/3}.photo-frame img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.photo-card:hover img{transform:scale(1.04)}.photo-card:first-child{grid-column:span 2}.photo-card:first-child .photo-frame{aspect-ratio:auto;height:calc(100% - 45px);min-height:270px}.photo-card:first-child figure{height:100%}.photo-card:first-child img{object-fit:contain;background:#e7eef2}.photo-expand{position:absolute;bottom:14px;right:14px;border-radius:50%;background:white;color:var(--navy);width:37px;height:37px;display:grid;place-items:center;font-size:22px;box-shadow:0 2px 15px #0002}.photo-card figcaption{display:flex;justify-content:space-between;gap:14px;padding:14px 0 0;font-weight:600;font-size:15px}.photo-number{font-size:12px;font-weight:500;color:var(--muted)}.gallery-product{display:flex;justify-content:space-between;align-items:center;gap:25px;border-top:1px solid var(--line);padding-top:35px;margin-top:50px}.photo-dialog{border:0;border-radius:10px;padding:0;background:#061e36;color:white;max-width:1120px;width:calc(100% - 40px);max-height:94dvh;overflow:auto}.photo-dialog::backdrop{background:#001223e8;backdrop-filter:blur(7px)}.photo-dialog-inner{padding:20px 26px}.photo-dialog-top,.photo-dialog-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px}.photo-dialog-top{font-size:14px;padding-bottom:15px;color:#d7e5ee}.photo-dialog button{border:1px solid #ffffff60;border-radius:5px;background:transparent;color:#fff;padding:8px 15px;cursor:pointer}.photo-stage{height:min(68dvh,750px);display:flex;align-items:center;justify-content:center}.photo-stage img{width:100%;height:100%;object-fit:contain}.photo-dialog-bottom{padding-top:17px}.photo-dialog-bottom p{margin:3px 0 0;font-size:13px;color:#b6cbd8}.photo-navigation{display:flex;gap:10px}.photo-navigation button{font-size:23px;min-width:46px;min-height:44px}.photo-dialog button:disabled{opacity:.3;cursor:default}body.gallery-open{overflow:hidden}@media(max-width:850px){.photo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.photo-card:first-child .photo-frame{height:auto;aspect-ratio:2.8;min-height:0}}@media(max-width:550px){.photo-grid{grid-template-columns:1fr;gap:26px}.photo-card:first-child{grid-column:auto}.photo-card:first-child .photo-frame{aspect-ratio:2}.gallery-product{flex-direction:column;align-items:flex-start}.photo-dialog{width:calc(100% - 18px)}.photo-dialog-inner{padding:16px}.photo-dialog-top{font-size:12px}.photo-dialog-bottom{align-items:flex-start}.photo-dialog-bottom strong{font-size:15px}.photo-stage{height:62dvh}.photo-navigation{gap:6px}.photo-navigation button{padding:7px 11px}}
.gallery-brands{display:flex;gap:12px;flex-wrap:wrap;padding-top:30px} #flowstop,#carpas{border-top:1px solid var(--line)}

.video-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.video-card{margin:0;min-width:0}.video-card video{display:block;width:100%;aspect-ratio:16/9;background:#091b2c;border-radius:12px;object-fit:contain}.video-card figcaption{display:flex;justify-content:space-between;gap:16px;padding:16px 0}.video-card figcaption span{color:var(--muted)}@media(max-width:700px){.video-grid{grid-template-columns:1fr}}
