.gallery-showcase{display:flex;flex-direction:column;gap:18px}.gallery-showcase__intro{max-width:720px;margin:0 auto 6px;text-align:left}.gallery-showcase__eyebrow{display:inline-flex;align-items:center;color:var(--panorama-logo-red);font-size:11px;font-weight:700;line-height:1;letter-spacing:.14em;text-transform:uppercase}.gallery-showcase__title{margin:12px 0 10px;color:var(--panorama-heading);font-size:clamp(28px,3.4vw,40px);font-weight:800;line-height:1.02;letter-spacing:-.04em}.gallery-showcase__description{margin:0;color:var(--panorama-text);font-size:15px;line-height:1.72}.gallery-showcase__status,.gallery-showcase__empty{padding:26px 20px;border:1px solid rgba(17,17,17,.08);border-radius:20px;background:linear-gradient(180deg,#fffffffa,#f9f6f2f5);box-shadow:0 16px 44px #11111112;color:var(--panorama-text);text-align:center}.gallery-showcase__empty-title{margin:0 0 10px;color:var(--panorama-heading);font-size:clamp(22px,3vw,30px);font-weight:800;line-height:1.1;letter-spacing:-.03em}.gallery-showcase__empty-text{max-width:48ch;margin:0 auto;color:var(--panorama-text);font-size:15px;line-height:1.72}.gallery-showcase__grid{display:grid;gap:14px}.gallery-showcase--home .gallery-showcase__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.gallery-showcase--page .gallery-showcase__grid{grid-template-columns:repeat(4,minmax(0,1fr))}.gallery-showcase__card{position:relative;display:block;aspect-ratio:1 / 1.02;overflow:hidden;border:0;border-radius:22px;background:#f3ece7;padding:0;text-align:start;box-shadow:0 14px 40px #11111114;transition:transform .28s ease,box-shadow .28s ease}.gallery-showcase__card:hover,.gallery-showcase__card:focus-visible{transform:translateY(-3px);box-shadow:0 20px 54px #1111111f}.gallery-showcase__image{display:block;width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.gallery-showcase__card:hover .gallery-showcase__image,.gallery-showcase__card:focus-visible .gallery-showcase__image{transform:scale(1.04)}.gallery-showcase__overlay{position:absolute;inset:0;background:linear-gradient(180deg,#0a0a0a05,#0a0a0a7a),linear-gradient(180deg,transparent 42%,rgba(10,10,10,.22) 100%)}.gallery-showcase__content{position:absolute;inset:auto 14px 14px;display:flex;align-items:end;justify-content:space-between;gap:12px}.gallery-showcase__open-icon{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#ffffff1f;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);flex-shrink:0}.gallery-showcase__caption{display:block;max-width:240px;margin-left:auto;color:#fff;font-size:clamp(14px,1.25vw,18px);font-weight:600;line-height:1.35;letter-spacing:-.03em;text-align:right}.gallery-showcase__actions{display:flex;justify-content:center;margin-top:2px}.foholic_gallery .divide_gallery{max-width:720px;margin:0 auto 18px}.foholic_gallery .divide_gallery span{display:inline-flex;align-items:center;margin-bottom:0;font-size:11px;letter-spacing:.14em}.foholic_gallery .divide_gallery .foholic_title,.foholic_gallery .divide_gallery .dark_head{padding:12px 0 10px;margin-bottom:0;font-size:clamp(28px,3.4vw,40px);line-height:1.05}.foholic_gallery .divide_gallery p{color:var(--panorama-text);font-size:15px;line-height:1.72}.gallery-showcase__link,.gallery-showcase__link:visited{display:inline-flex;align-items:center;gap:8px;min-height:46px;padding:0 18px;border-radius:999px;border:1px solid rgba(17,17,17,.08);background:#fff;color:var(--panorama-heading);font-size:12px;font-weight:700;letter-spacing:.1em;text-decoration:none;text-transform:uppercase;box-shadow:0 12px 34px #11111112}.gallery-showcase__link:hover,.gallery-showcase__link:focus{color:var(--panorama-heading)}.gallery-lightbox__close svg,.gallery-lightbox__nav svg{display:block}.gallery-lightbox{position:fixed;inset:0;z-index:2000;display:flex;align-items:center;justify-content:center;padding:24px;background:#080808eb}.gallery-lightbox__content{margin:0;max-width:min(92vw,1100px);max-height:90vh;text-align:center}.gallery-lightbox__image{max-width:100%;max-height:80vh;border-radius:20px;box-shadow:0 24px 80px #00000073}.gallery-lightbox__caption{margin-top:16px;color:#fff;font-size:.95rem;letter-spacing:.03em}.gallery-lightbox__close,.gallery-lightbox__nav{position:absolute;border:0;color:#fff;background:#ffffff1f;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:background-color .2s ease}.gallery-lightbox__close:hover,.gallery-lightbox__nav:hover{background:#fff3}.gallery-lightbox__close{top:20px;right:20px;width:48px;height:48px;border-radius:999px;font-size:2rem;line-height:1}.gallery-lightbox__nav{top:50%;transform:translateY(-50%);width:52px;height:52px;border-radius:999px;font-size:1.4rem}.gallery-lightbox__nav--prev{left:20px}.gallery-lightbox__nav--next{right:20px}@media(max-width:1199.98px){.gallery-showcase--page .gallery-showcase__grid,.gallery-showcase--home .gallery-showcase__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:991.98px){.gallery-showcase--page .gallery-showcase__grid,.gallery-showcase--home .gallery-showcase__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:767.98px){.gallery-showcase{gap:16px}.gallery-showcase__intro{margin-bottom:2px;text-align:center}.foholic_gallery .divide_gallery{margin-bottom:14px}.gallery-showcase__description,.gallery-showcase__empty-text{font-size:14px}.gallery-showcase__grid{grid-template-columns:minmax(0,1fr);gap:12px}.gallery-showcase__card{aspect-ratio:1 / .92;border-radius:18px}.gallery-showcase__open-icon{width:36px;height:36px}.gallery-showcase__caption{max-width:190px;font-size:15px}.foholic_gallery .divide_gallery p{font-size:14px}.gallery-lightbox{padding:18px}.gallery-lightbox__nav{width:44px;height:44px}.gallery-lightbox__nav--prev{left:10px}.gallery-lightbox__nav--next{right:10px}}
