.gallery-collection .section-title{margin-bottom:22px}.photo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.photo-card{margin:0;background:white;border:1px solid var(--line);border-radius:7px;overflow:hidden;box-shadow:0 4px 20px #061c5107}.photo-card:first-child{grid-column:1/-1}.photo-open{display:block;position:relative;width:100%;border:0;padding:0;cursor:zoom-in;background:#e8edf5;overflow:hidden}.photo-open img{width:100%;height:240px;object-fit:cover;transition:transform .2s}.photo-card:first-child .photo-open img{height:370px;object-position:center 51%}.photo-card:nth-child(2) img{object-position:center 58%}.photo-card:nth-child(3) img{object-position:70% center}.photo-open:hover img{transform:scale(1.025)}.photo-zoom{position:absolute;right:14px;bottom:14px;display:grid;place-items:center;width:36px;height:36px;background:white;color:var(--ink);border-radius:50%;box-shadow:0 3px 10px #0002}.photo-card figcaption{padding:18px 20px}.photo-card figcaption>span{font-size:10px;text-transform:uppercase;letter-spacing:.8px;font-weight:700;color:#57872e}.photo-card figcaption>h3{margin-top:5px;font-size:18px}.photo-dialog{padding:0;border:0;width:calc(100vw - 36px);max-width:1300px;max-height:calc(100dvh - 36px);border-radius:8px;background:#061a3e;color:white;overflow:auto}.photo-dialog::backdrop{background:#010b20ee}.photo-dialog-inner{position:relative;padding:50px 20px 15px}.photo-close{position:absolute;right:14px;top:8px;width:36px;height:36px;border:1px solid #ffffff40;border-radius:50%;background:transparent;color:white;cursor:pointer;font-size:27px;line-height:1}.photo-full{width:100%;height:auto;max-height:calc(100dvh - 175px);object-fit:contain}.photo-dialog-bottom{display:grid;grid-template-columns:44px 1fr 44px;align-items:center;gap:20px;margin-top:14px}.photo-dialog-bottom button{width:44px;height:40px;border:0;border-radius:5px;background:var(--green);color:var(--ink);font-size:22px;cursor:pointer}.photo-description{text-align:center;font-size:13px;color:#d8e2f3}.photo-open:focus-visible,.photo-dialog button:focus-visible{outline:3px solid #529bed;outline-offset:3px}
@media(max-width:760px){.photo-grid{grid-template-columns:1fr 1fr;gap:16px}.photo-card:first-child .photo-open img{height:300px}.photo-card:last-child{grid-column:1/-1}.photo-card:last-child .photo-open img{height:260px}}
@media(max-width:480px){.photo-grid{grid-template-columns:1fr;gap:20px}.photo-card:first-child .photo-open img,.photo-open img,.photo-card:last-child .photo-open img{height:220px}.photo-card figcaption{padding:16px 18px}.photo-dialog{width:calc(100vw - 16px)}.photo-dialog-inner{padding:48px 10px 12px}.photo-dialog-bottom{gap:10px}.photo-description{font-size:11px}}
@media(prefers-reduced-motion:reduce){.photo-open img{transition:none}}
.delivery-collection .section-title{margin-bottom:24px;max-width:720px}.delivery-collection .section-title>p:last-child{color:var(--muted);margin-top:12px;line-height:1.65}.delivery-grid .photo-card:first-child,.delivery-grid .photo-card:last-child{grid-column:auto}.delivery-grid .photo-card .photo-open img{height:auto;aspect-ratio:3/4;object-fit:contain;object-position:center}.delivery-grid .photo-card figcaption{border-top:3px solid var(--green)}.delivery-collection+.gallery-collection{border-top:1px solid var(--line)}
