.gallery-project{margin-top:38px}.gallery-project:first-of-type{margin-top:0}.project-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid rgba(0,168,255,.25)}.project-heading h3{margin:0;font-family:Impact,"Arial Narrow",Arial,sans-serif;font-size:clamp(1.8rem,3vw,2.8rem);letter-spacing:.02em;text-transform:uppercase}.project-heading p{margin:0;color:#9fb7ce;font-size:.82rem}.project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.gallery-card{position:relative;overflow:hidden;min-height:230px;padding:0;border:1px solid rgba(0,168,255,.35);border-radius:10px;background:#0b1a32;cursor:pointer;box-shadow:0 14px 35px rgba(0,0,0,.18)}.gallery-card.featured{grid-column:span 2;grid-row:span 2;min-height:474px}.gallery-card img{width:100%;height:100%;object-fit:cover;transition:transform .35s,filter .35s}.gallery-card:hover img,.gallery-card:focus-visible img{transform:scale(1.045);filter:brightness(1.08)}.gallery-card:after{content:"View full size";position:absolute;left:12px;bottom:12px;padding:7px 10px;border-radius:4px;background:rgba(2,7,17,.84);color:#fff;font-size:.68rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;opacity:0;transform:translateY(5px);transition:.25s}.gallery-card:hover:after,.gallery-card:focus-visible:after{opacity:1;transform:none}.lightbox{width:min(1100px,94vw);max-height:92vh;padding:0;border:1px solid #00a8ff;border-radius:12px;background:#020711;box-shadow:0 0 55px rgba(0,168,255,.35)}.lightbox::backdrop{background:rgba(0,3,10,.9);backdrop-filter:blur(5px)}.lightbox img{width:100%;max-height:82vh;object-fit:contain}.lightbox-close{position:absolute;right:12px;top:12px;width:42px;height:42px;border:0;border-radius:50%;background:#ffd400;color:#07101f;font-size:1.5rem;font-weight:1000;cursor:pointer}.lightbox-caption{padding:13px 18px;color:#d7eaff;font-weight:900}@media(max-width:900px){.project-grid{grid-template-columns:repeat(2,1fr)}.gallery-card.featured{grid-column:span 2;grid-row:auto;min-height:400px}}@media(max-width:640px){.project-heading{align-items:start;flex-direction:column;gap:6px}.project-grid{grid-template-columns:1fr}.gallery-card,.gallery-card.featured{grid-column:1;min-height:260px}.gallery-card.featured{min-height:320px}.gallery-card:after{opacity:1;transform:none}}
.gallery-additions .two-up{grid-template-columns:repeat(2,1fr)}.gallery-additions .two-up .gallery-card{min-height:360px}@media(max-width:640px){.gallery-additions .two-up{grid-template-columns:1fr}.gallery-additions .two-up .gallery-card{min-height:290px}}
