.gallery-detail-page{position:relative;isolation:isolate;min-height:100vh;overflow:hidden;background:var(--color-background)}.gallery-detail-page::before{position:absolute;top:-210px;right:-110px;z-index:-1;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle at 35% 40%,rgba(133,73,208,.12),rgba(133,73,208,0) 70%);content:"";pointer-events:none}.gallery-detail-page__inner{padding-top:42px;padding-bottom:76px}.gallery-detail-breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:5px;margin-bottom:16px;color:#a1aabc;font-size:14px;font-weight:700}.gallery-detail-breadcrumbs a{color:var(--color-purple-dark);text-decoration:none}.gallery-detail-breadcrumbs a:hover{text-decoration:underline}.gallery-detail-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:32px}.gallery-detail-meta{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:11px}.gallery-detail-meta span{display:inline-flex;min-height:31px;align-items:center;padding:5px 14px;border-radius:999px;background:var(--color-yellow);color:#6333a2;font-size:12.5px;font-weight:800}.gallery-detail-meta strong{color:#9aa4b4;font-size:14px;font-weight:800}.gallery-detail-heading h1{margin:0;color:var(--color-text);font-family:var(--font-display);font-size:clamp(38px,4.5vw,50px);font-weight:800;letter-spacing:-1px;line-height:1.08}.gallery-back-link{display:inline-flex;min-height:50px;flex:none;align-items:center;justify-content:center;padding:11px 21px;border:2px solid rgba(133,73,208,.28);border-radius:14px;background:rgba(255,255,255,.78);color:var(--color-purple-dark);font-size:14px;font-weight:800;text-decoration:none;transition:border-color .2s ease,background-color .2s ease}.gallery-back-link:hover{border-color:var(--color-purple);background:#fff}.photo-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.photo-tile{display:block;min-width:0;overflow:hidden;aspect-ratio:1;border-radius:17px;background:#e7dfcf;box-shadow:0 8px 20px rgba(61,51,34,.09);cursor:zoom-in}.photo-tile img{display:block;width:100%;height:100%;object-fit:cover;transition:filter .25s ease,transform .3s ease}.photo-tile:hover img{filter:saturate(1.06);transform:scale(1.04)}.photo-tile:focus-visible{outline:3px solid var(--color-purple);outline-offset:3px}.photo-grid-note{margin:24px 0 0;color:#a1aabc;font-size:13px;font-weight:700;text-align:center}body.lightbox-open{overflow:hidden}.gallery-lightbox{width:min(1100px,calc(100vw - 34px));max-width:none;max-height:calc(100vh - 34px);padding:0;overflow:visible;border:0;background:transparent;color:#fff}.gallery-lightbox[open]{display:grid;grid-template-columns:52px minmax(0,1fr) 52px;align-items:center;gap:14px}.gallery-lightbox::backdrop{background:rgba(24,12,42,.9);backdrop-filter:blur(6px)}.gallery-lightbox figure{min-width:0;margin:0}.gallery-lightbox figure img{display:block;width:100%;max-height:calc(100vh - 104px);border-radius:16px;background:#130d1d;object-fit:contain}.gallery-lightbox figcaption{display:flex;justify-content:space-between;gap:20px;padding:10px 4px 0;color:rgba(255,255,255,.82);font-size:13px;font-weight:700}.gallery-lightbox__close,.gallery-lightbox__nav{border:0;background:rgba(255,255,255,.94);color:var(--color-purple-dark);cursor:pointer}.gallery-lightbox__close{position:fixed;top:18px;right:18px;width:46px;height:46px;border-radius:50%;font-size:30px;line-height:1}.gallery-lightbox__nav{display:inline-flex;width:52px;height:52px;align-items:center;justify-content:center;border-radius:50%;font-size:34px;line-height:1;transition:background-color .2s ease,transform .2s ease}.gallery-lightbox__nav:hover,.gallery-lightbox__close:hover{background:#fff}.gallery-lightbox__nav--prev:hover{transform:translateX(-2px)}.gallery-lightbox__nav--next:hover{transform:translateX(2px)}@media(max-width:1050px){.photo-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:800px){.photo-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:700px){.gallery-detail-page__inner{padding-top:28px;padding-bottom:52px}.gallery-detail-heading{display:grid;gap:20px;margin-bottom:26px}.gallery-detail-heading h1{font-size:36px}.gallery-back-link{width:100%}.gallery-lightbox[open]{grid-template-columns:42px minmax(0,1fr) 42px;gap:7px}.gallery-lightbox__nav{width:42px;height:42px;font-size:28px}}@media(max-width:520px){.photo-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.photo-tile{border-radius:13px}.gallery-lightbox{width:calc(100vw - 18px)}.gallery-lightbox[open]{grid-template-columns:minmax(0,1fr)}.gallery-lightbox__nav{position:fixed;top:50%;z-index:2;transform:translateY(-50%)}.gallery-lightbox__nav--prev{left:10px}.gallery-lightbox__nav--next{right:10px}.gallery-lightbox__nav--prev:hover,.gallery-lightbox__nav--next:hover{transform:translateY(-50%)}}@media print{.utility-bar,.site-header,.site-footer,.gallery-lightbox,.gallery-back-link{display:none!important}.gallery-detail-page__inner{padding-top:0}.photo-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}