.gallery-hero .container{display:grid;padding:64px 0;grid-template-columns:1fr 1fr;grid-template-rows:340px 220px;grid-gap:6px;gap:6px}.gallery-hero__item{position:relative;overflow:hidden;background:#f5efea;border-radius:4px}.gallery-hero__item:first-child{grid-row:span 2;border-radius:4px}.gallery-hero__item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .7s ease}.gallery-hero__item--placeholder{background:linear-gradient(135deg,#f5efea,#ece2e2)}.gallery-hero__badge{position:absolute;top:16px;left:16px;background:#2a2a33;color:#fbf7f2;padding:7px 14px;border-radius:999px;font-family:JetBrains Mono,ui-monospace,monospace;font-size:11px;letter-spacing:.1em;text-transform:uppercase;pointer-events:none}.gallery-hero__item[data-open-index]{cursor:pointer}.gallery-hero__show-all{position:absolute;right:16px;bottom:16px;display:flex;align-items:center;gap:7px;background:#fbf7f2eb;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid #ECE2E2;border-radius:999px;padding:9px 16px;font-family:JetBrains Mono,ui-monospace,monospace;font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:#2a2a33;cursor:pointer;transition:background .2s ease}body.gh-modal-open{overflow:hidden}.gh-modal{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center}.gh-modal[hidden]{display:none}.gh-modal__backdrop{position:absolute;inset:0;background:#14120feb;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.gh-modal__inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;width:100%;height:100dvh;padding:24px 16px 16px;gap:16px;overflow:hidden}.gh-modal__close{position:absolute;top:20px;right:20px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#fbf7f21a;border:1px solid rgba(251,247,242,.2);border-radius:999px;color:#fbf7f2;cursor:pointer;transition:background .2s ease;flex-shrink:0}.gh-modal__viewer{flex:1 1 0;min-height:0;width:100%;display:flex;align-items:center;justify-content:center;gap:16px}.gh-modal__img-wrap{flex:1 1 0;min-width:0;height:100%;display:flex;align-items:center;justify-content:center}.gh-modal__img{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain;border-radius:4px}.gh-modal__arrow{flex-shrink:0;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#fbf7f214;border:1px solid rgba(251,247,242,.15);border-radius:999px;color:#fbf7f2;cursor:pointer;transition:background .2s ease}.gh-modal__counter{font-family:JetBrains Mono,ui-monospace,monospace;font-size:11px;letter-spacing:.1em;color:#fbf7f280;flex-shrink:0}.gh-modal__thumbs{display:flex;gap:6px;overflow-x:auto;flex-shrink:0;max-width:100%;padding-bottom:4px;scrollbar-width:none}.gh-modal__thumbs::-webkit-scrollbar{display:none}.gh-modal__thumb{flex-shrink:0;width:64px;height:48px;border-radius:3px;overflow:hidden;border:2px solid transparent;cursor:pointer;opacity:.55;transition:opacity .2s ease,border-color .2s ease}.gh-modal__thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.gh-modal__thumb.is-active{border-color:#fbf7f2;opacity:1}@media screen and (max-width:768px){.gallery-hero .container{grid-template-columns:1fr;grid-template-rows:280px 200px 200px}.gallery-hero__item:first-child{grid-row:span 1}}@media screen and (max-width:640px){.gallery-hero .container{grid-template-columns:1fr;grid-template-rows:240px}.gallery-hero .container .gallery-hero__item:not(:first-child){display:none}.gh-modal__arrow{display:none}}@media(any-hover:hover)and (any-pointer:fine){.gallery-hero__item:hover img{transform:scale(1.04)}.gallery-hero__show-all:hover{background:#fbf7f2}.gh-modal__close:hover{background:#fbf7f233}.gh-modal__arrow:hover{background:#fbf7f22e}.gh-modal__thumb:hover{opacity:.85}}
