.photo-gallery{position:relative;isolation:isolate;overflow-x:clip;background:radial-gradient(ellipse 70% 45% at 12% 0,rgba(69,209,225,.16),transparent 55%),radial-gradient(ellipse 55% 40% at 88% 8%,rgba(255,159,67,.1),transparent 50%),linear-gradient(180deg,#eaf2fe,#f7fbff 42%,#eef5fd);padding:2.5rem 0 4.5rem;color:#0d2b4a}@media (min-width:1024px){.photo-gallery{padding:3.25rem 0 6rem}}.photo-gallery__intro{margin:0 auto 2.25rem;max-width:44rem;padding:0 1.25rem;text-align:center}@media (min-width:1024px){.photo-gallery__intro{margin-bottom:3rem;padding:0 2.5rem}}.photo-gallery__eyebrow{margin:0;font-family:Glacial Indifference,sans-serif;font-size:1.15rem;letter-spacing:.22em;text-transform:uppercase;color:rgba(13,43,74,.58)}.photo-gallery__title{position:relative;margin:1rem 0 0;font-family:Caudex,serif;font-size:clamp(2.35rem,6vw,4.25rem);font-weight:700;line-height:1.08;color:#0d2b4a}.photo-gallery__title .brand-accent-bar{position:absolute;bottom:-.9rem;left:50%;transform:translateX(-50%)}.photo-gallery__caption{margin:2rem auto 0;max-width:34rem;font-family:Glacial Indifference,sans-serif;font-size:1.05rem;line-height:1.6;color:rgba(13,43,74,.72)}.photo-gallery__mosaic{display:grid;grid-template-columns:1fr;gap:.7rem;width:min(1180px,calc(100% - 1.5rem));margin:0 auto}@media (min-width:640px){.photo-gallery__mosaic{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;width:min(1180px,calc(100% - 2.5rem))}}@media (min-width:1024px){.photo-gallery__mosaic{grid-template-columns:repeat(12,minmax(0,1fr));grid-auto-rows:9.5rem;grid-auto-flow:dense;gap:.95rem}}.photo-gallery__tile{position:relative;display:block;width:100%;overflow:hidden;border:0;padding:0;border-radius:1.15rem;background:rgba(13,43,74,.08);cursor:zoom-in;isolation:isolate;aspect-ratio:4/3;opacity:0;transform:translateY(18px) scale(.985);animation:photo-gallery-rise .7s ease forwards;animation-delay:calc(var(--tile-i, 0) * 45ms)}.photo-gallery__tile:focus-visible{outline:2px solid #45d1e1;outline-offset:3px}.photo-gallery__tile img,.photo-gallery__tile picture,.photo-gallery__tile picture>span{display:block;width:100%;height:100%}.photo-gallery__tile img{-o-object-fit:cover;object-fit:cover;transition:transform .7s cubic-bezier(.22,1,.36,1)}.photo-gallery__tile-veil{position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(11,31,53,.28));opacity:.65;transition:opacity .35s ease;pointer-events:none}.photo-gallery__tile:focus-visible img,.photo-gallery__tile:hover img{transform:scale(1.06)}.photo-gallery__tile:focus-visible .photo-gallery__tile-veil,.photo-gallery__tile:hover .photo-gallery__tile-veil{opacity:1}@media (min-width:640px) and (max-width:1023px){.photo-gallery__tile--feature,.photo-gallery__tile--wide{grid-column:1/-1;aspect-ratio:16/9}.photo-gallery__tile--tall{aspect-ratio:3/4}}@media (min-width:1024px){.photo-gallery__tile{aspect-ratio:auto;height:100%}.photo-gallery__tile--feature{grid-column:span 8;grid-row:span 3}.photo-gallery__tile--tall{grid-column:span 4;grid-row:span 3}.photo-gallery__tile--wide{grid-column:span 8;grid-row:span 2}.photo-gallery__tile--panel,.photo-gallery__tile--square{grid-column:span 4;grid-row:span 2}}@keyframes photo-gallery-rise{to{opacity:1;transform:translateY(0) scale(1)}}@media (prefers-reduced-motion:reduce){.photo-gallery__tile{opacity:1;transform:none;animation:none}.photo-gallery__tile img{transition:none}}.photo-gallery__lightbox{position:fixed;inset:0;z-index:80;display:grid;place-items:center;padding:1.25rem;background:rgba(8,20,34,.88);backdrop-filter:blur(8px);animation:photo-gallery-fade .22s ease}.photo-gallery__lightbox-figure{margin:0;max-width:min(1100px,92vw);max-height:86vh;display:flex;flex-direction:column;gap:.85rem}.photo-gallery__lightbox-image{display:block;width:auto;max-width:100%;max-height:76vh;margin:0 auto;border-radius:.85rem;-o-object-fit:contain;object-fit:contain;box-shadow:0 24px 60px rgba(0,0,0,.4)}.photo-gallery__lightbox-caption{margin:0;text-align:center;font-family:Glacial Indifference,sans-serif;font-size:.95rem;color:rgba(234,242,254,.86)}.photo-gallery__lightbox-close,.photo-gallery__lightbox-nav{position:absolute;border:0;background:rgba(234,242,254,.12);color:#eaf2fe;cursor:pointer;backdrop-filter:blur(6px);transition:background .2s ease}.photo-gallery__lightbox-close:hover,.photo-gallery__lightbox-nav:hover{background:rgba(234,242,254,.22)}.photo-gallery__lightbox-close{top:1rem;right:1rem;width:2.75rem;height:2.75rem;border-radius:999px;font-size:1.75rem;line-height:1}.photo-gallery__lightbox-nav{top:50%;transform:translateY(-50%);width:2.85rem;height:2.85rem;border-radius:999px;font-size:2rem;line-height:1}.photo-gallery__lightbox-nav--prev{left:.85rem}.photo-gallery__lightbox-nav--next{right:.85rem}@keyframes photo-gallery-fade{0%{opacity:0}to{opacity:1}}