.gallery{padding:2rem;max-width:1280px;margin:0 auto;min-height:80dvh}.gallery__header{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;width:100%}.gallery__header:after{content:""}.gallery__back{justify-self:start}.gallery__title{grid-column:2;justify-self:center;margin:0}.gallery__back{border:.1rem solid rgba(229,231,235,1);padding:.5rem 1.2rem;border-radius:.25rem;font-size:clamp(.9975rem,calc(.9rem + .21dvw),1.1025rem);color:rgba(3,43,68,1);font-family:Mada,sans-serif;font-weight:500;display:flex;gap:.5rem;scale:1;transition:transform .4s ease,box-shadow .4s ease}.gallery__back:hover{transform:scale(1.06)}.gallery__title{font-size:clamp(2.2rem,calc(2.4rem + 1dvw),4.2rem);font-family:Scheherazade New;font-weight:500;line-height:4rem;text-align:center}.gallery__tabs{display:flex;justify-content:center;gap:3rem;margin:2rem 0 1.5rem}.gallery__tab{background:none;border:none;font-weight:500;cursor:pointer;position:relative;font-size:clamp(1.05rem,calc(1rem + .4dvw),1.6rem);font-family:Mada,sans-serif;scale:1;transition:transform .4s ease,box-shadow .4s ease}.gallery__tab:hover{transform:scale(1.06)}.gallery__tab.is-active:after{content:"";position:absolute;left:0;right:0;bottom:-6px;height:2px;background:#001f3f}.gallery__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));justify-content:center;gap:1.25rem}.gallery__img-wrapper{position:relative;overflow:hidden;border-radius:.25rem;width:100%;height:min(14.5rem,24rem)}@supports not (height:1dvh){.gallery__img-wrapper{height:min(24vh,28vw)}}.gallery__img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s}.gallery__img-wrapper:hover .gallery__img{transform:scale(1.05)}.gallery__overlay{position:absolute;inset:0;background:rgba(0,0,0,.5);opacity:0;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;transition:opacity .3s ease;font-weight:500}.gallery__img-wrapper:hover .gallery__overlay{opacity:1}.gallery__overlay-heading{margin:0;font-size:clamp(1.25rem,calc(1.1rem + .6dvw),2rem);font-weight:600;font-family:Scheherazade New}.gallery__overlay-subheading{margin:.25rem 0 0;font-size:clamp(.66rem,calc(.45rem + .35dvw),.84rem);color:rgba(240,248,255,.619)}@media (max-width:640px){.gallery{padding:1rem 4vw;max-width:100%}.gallery__header{width:100%;grid-template-columns:1fr auto 1fr}.gallery__back{width:36px;height:36px;padding:0;border-radius:9999px;display:inline-flex;align-items:center;justify-content:center;gap:0}.gallery__back-label{display:none}.gallery__title{flex:1 1 100%;text-align:center;font-size:1.5rem;line-height:4rem;margin-top:.25rem;color:rgba(3,43,68,1)}.gallery__tabs{display:flex;gap:1.75rem;margin:1rem 0 1.75rem}.gallery__tabs::-webkit-scrollbar{display:none}.gallery__tab{flex:0 0 auto;font-size:1rem;padding-bottom:.125rem;color:rgba(172,167,167,1)}.gallery__tab.is-active{color:rgba(3,43,68,1)}.gallery__tab.is-active:after{bottom:-4px;height:2px;color:rgba(3,43,68,1)!important}.gallery__grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1.75rem;justify-content:stretch}.gallery__img-wrapper{width:100%;height:auto;aspect-ratio:16/9;border-radius:.5rem;overflow:hidden}.gallery__img{width:100%;height:100%;object-fit:cover;transition:transform .2s}.gallery__img-wrapper:hover .gallery__img{transform:scale(1.03)}.gallery__overlay{background:rgba(0,0,0,.45);font-weight:500}.gallery__overlay-heading{font-size:1rem;font-weight:600;margin:0}.gallery__overlay-subheading{margin:.25rem 0 0;font-size:.6875rem;color:rgba(240,248,255,.72)}@media (max-width:380px){.gallery__grid{grid-template-columns:1fr}}}@media (min-width:641px) and (max-width:1023.98px){.gallery__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (prefers-reduced-motion:no-preference){.gallery{opacity:0;transform:translateY(10px) scale(.995);animation:gal-enter .36s cubic-bezier(.2,.8,.2,1) 40ms both;will-change:transform,opacity;backface-visibility:hidden}.gallery__back,.gallery__title{opacity:0;transform:translateY(4px);animation:gal-fade-up .28s ease both}.gallery__back{animation-delay:.12s}.gallery__title{animation-delay:.17s}.gallery__tab{opacity:0;transform:translateY(4px);animation:gal-fade-up .26s ease both}.gallery__tab:first-child{animation-delay:.22s}.gallery__tab:nth-child(2){animation-delay:.25s}.gallery__tab:nth-child(3){animation-delay:.28s}.gallery__tab:nth-child(4){animation-delay:.31s}.gallery__tab:nth-child(5){animation-delay:.34s}.gallery__tab:nth-child(6){animation-delay:.37s}.gallery__grid{content-visibility:auto;contain-intrinsic-size:500px 1440px}.gallery__img-wrapper{opacity:0;transform:translateY(8px) scale(.985);animation:gal-card-in .32s cubic-bezier(.2,.8,.2,1) both;will-change:transform,opacity}.gallery__img-wrapper:first-child{animation-delay:.26s}.gallery__img-wrapper:nth-child(2){animation-delay:.29s}.gallery__img-wrapper:nth-child(3){animation-delay:.32s}.gallery__img-wrapper:nth-child(4){animation-delay:.35s}.gallery__img-wrapper:nth-child(5){animation-delay:.38s}.gallery__img-wrapper:nth-child(6){animation-delay:.41s}.gallery__img-wrapper:nth-child(7){animation-delay:.44s}.gallery__img-wrapper:nth-child(8){animation-delay:.47s}.gallery__img-wrapper:nth-child(9){animation-delay:.5s}.gallery__img-wrapper:nth-child(10){animation-delay:.53s}.gallery__img-wrapper:nth-child(11){animation-delay:.56s}.gallery__img-wrapper:nth-child(12){animation-delay:.59s}.gallery__img-wrapper{transition:transform .16s ease,box-shadow .18s ease}.gallery__img-wrapper:hover{transform:translateY(-2px);box-shadow:0 10px 26px rgba(2,6,23,.1)}.gallery__img{will-change:transform}.gallery__overlay-heading,.gallery__overlay-subheading{opacity:0;transform:translateY(6px);transition:transform .22s ease,opacity .22s ease}.gallery__img-wrapper:hover .gallery__overlay-heading,.gallery__img-wrapper:hover .gallery__overlay-subheading{opacity:1;transform:translateY(0)}.gallery__img-wrapper:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(120deg,transparent,rgba(255,255,255,.18) 50%,transparent);transform:translateX(-120%);opacity:0}.gallery__img-wrapper:hover:after{animation:gal-sheen .9s ease forwards}.gallery__tab:after{transform:scaleX(0);transform-origin:left;transition:transform .22s ease}.gallery__tab.is-active:after{transform:scaleX(1)}.gallery__back:hover{box-shadow:0 8px 18px rgba(2,6,23,.08)}.gallery__back:active,.gallery__img-wrapper:active,.gallery__tab:active{transform:translateY(1px);box-shadow:none}}.gallery__back:focus-visible,.gallery__grid a:focus-visible,.gallery__tab:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(56,189,248,.35);border-radius:.5rem}@keyframes gal-enter{0%{opacity:0;transform:translateY(10px) scale(.995)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes gal-fade-up{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes gal-card-in{0%{opacity:0;transform:translateY(8px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes gal-sheen{0%{transform:translateX(-120%);opacity:0}25%{opacity:1}to{transform:translateX(120%);opacity:0}}