*{box-sizing:border-box}.header-gallery{height:480px;background:inherit}.header-gallery,.header-gallery__viewport{position:relative;width:100%;overflow:hidden}.header-gallery__viewport{height:100%;touch-action:pan-y}.header-gallery__track{position:absolute;top:0;left:0;height:100%}.header-gallery__item{position:absolute;border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 18px 48px rgba(0,0,0,.18),0 8px 20px rgba(0,0,0,.12);border:1px solid rgba(0,0,0,.06);z-index:0;transition:box-shadow .2s ease,transform .2s ease}.header-gallery__item:hover{z-index:1;transform:translateY(-2px);box-shadow:0 22px 54px rgba(0,0,0,.22),0 10px 24px rgba(0,0,0,.14)}.header-gallery__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;pointer-events:none;backface-visibility:hidden}.header-gallery:after,.header-gallery:before{content:none}.header-gallery__modal{position:fixed;inset:0;z-index:1000;background:rgba(0,0,0,.45);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center}.header-gallery__modal-content{position:relative;padding:0;background:transparent;box-shadow:none;border-radius:0;display:inline-flex;align-items:center;justify-content:center}.header-gallery__modal-image-wrapper{position:relative;width:90vw;max-width:1200px;height:auto;touch-action:none;overflow:hidden}.header-gallery__modal-image{width:auto;height:auto;max-width:96vw;max-height:90vh;-o-object-fit:contain;object-fit:contain;background:transparent}.header-gallery__modal-image-inner{will-change:transform;transform-origin:center center;position:relative;width:100%;height:100%}@media (max-width:640px){.header-gallery{height:380px}}.header-gallery__modal-close{position:absolute;top:8px;right:12px;background:rgba(255,255,255,.9);border:none;border-radius:9999px;width:36px;height:36px;font-size:24px;line-height:24px;cursor:pointer}.header-gallery__mobile-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;padding:12px}.header-gallery__mobile-item{width:100%;aspect-ratio:4/3}.header-gallery__mobile-hscroll{overflow-x:auto;-webkit-overflow-scrolling:touch}.header-gallery__mobile-grid3{display:grid;grid-auto-flow:column;grid-auto-columns:var(--tile-w,180px);grid-template-rows:repeat(3,var(--tile-h,120px));gap:12px;padding:12px}.header-gallery__mobile-item{position:relative;width:var(--tile-w,180px);height:var(--tile-h,120px);border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 10px 24px rgba(0,0,0,.16)}.header-gallery__track{will-change:transform;contain:layout paint style}.header-gallery__item{contain:layout style;content-visibility:auto;contain-intrinsic-size:220px 170px}.header-gallery__image{will-change:transform;transform:translateZ(0)}@media (max-width:640px){.header-gallery__item{contain-intrinsic-size:200px 150px}}